body {
  font-family: Spectral, sans-serif;
  color: #4d4d54;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Roboto, sans-serif;
  color: #00000a;
  font-size: 60px;
  line-height: 72px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Roboto, sans-serif;
  color: #00000a;
  font-size: 46px;
  line-height: 58px;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Roboto, sans-serif;
  color: #00000a;
  font-size: 34px;
  line-height: 46px;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Roboto, sans-serif;
  color: #00000a;
  font-size: 26px;
  line-height: 38px;
  font-weight: 500;
}

h5 {
  margin-top: 0px;
  margin-bottom: 8px;
  padding-top: 12px;
  font-family: Roboto, sans-serif;
  color: #00000a;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}

h6 {
  margin-top: 0px;
  margin-bottom: 6px;
  padding-top: 8px;
  font-family: Roboto, sans-serif;
  color: #00000a;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

p {
  margin-bottom: 12px;
  color: #4d4d54;
}

a {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fdb913;
  text-decoration: none;
}

a:hover {
  color: #ffc92b;
  text-decoration: underline;
}

ul {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 0px;
  font-size: 18px;
  line-height: 30px;
  list-style-type: none;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 20px;
}

li {
  margin-bottom: 12px;
  padding-left: 24px;
  background-image: url('../images/Oval-icon.svg');
  background-position: 0px 10px;
  background-repeat: no-repeat;
  color: #00000a;
}

label {
  display: block;
  padding-top: 12px;
  font-family: Raleway;
  color: #00000a;
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: -30px;
  padding: 0px 0px 0px 26px;
  border-left: 4px solid #fdb913;
  font-family: Roboto, sans-serif;
  color: #00000a;
  font-size: 28px;
  line-height: 40px;
}
blockquote p {
  font-family: Roboto, sans-serif;
  color: #00000a;
  font-size: 28px;
  line-height: 40px;
}

.p-large {
  font-family: Roboto, sans-serif;
  color: #00000a;
  font-size: 28px;
  line-height: 40px;
}

.p-large.invert._w-shadow {
  text-shadow: 1px 1px 6px #000;
}

.p-large.highlighted {
  color: #fdb913;
}

.p-small {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #808085;
  font-size: 14px;
  line-height: 26px;
}

.p-small.caption {
  margin-top: -4%;
  margin-bottom: 36px;
  font-style: italic;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.style-guide-color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin-right: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.style-guide-color.dark-bg {
  background-color: #00000a;
}

.style-guide-color.active-color {
  background-color: #fdb913;
}

.style-guide-color.headings {
  background-color: #00000a;
}

.style-guide-color.default-copy {
  background-color: #4d4d54;
}

.style-guide-color.light-copy {
  background-color: #808085;
}

.style-guide-color.hover-color {
  background-color: #ffc92b;
}

.style-guide-color.light-grey-bg {
  background-color: #ebebec;
}

.style-guide-color.dividers {
  background-color: #dedfe1;
}

.style-guide-color.purple-dark {
  background-color: #44477a;
}

.style-guide-color.purple-light {
  background-color: #54589b;
}

.button {
  position: relative;
  z-index: 1;
  min-width: 160px;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: 6px;
  padding: 20px 48px 14px;
  background-color: #fdb913;
  box-shadow: 8px 8px 12px 0 rgba(0, 0, 0, 0.24);
  -webkit-transform: skew(-40deg, 0deg);
  -ms-transform: skew(-40deg, 0deg);
  transform: skew(-40deg, 0deg);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: Roboto, sans-serif;
  color: #00000a;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #ffc92b;
  box-shadow: 8px 8px 12px 0 rgba(0, 0, 0, 0.36);
  color: #00000a;
  text-decoration: none;
}

.button.small {
  min-width: auto;
  padding: 10px 24px;
  font-size: 12px;
  line-height: 16px;
}

.button.search {
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 36px;
}

.button.on-right {
  margin-top: 0px;
  margin-left: 36px;
}

.button.invert {
  background-color: #44477a;
}

.button.invert:hover {
  background-color: #54589b;
  color: #fff;
}

.section {
  position: relative;
  padding-top: 5%;
  padding-bottom: 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.section.dark {
  background-color: #00000a;
}

.section.narrow {
  padding-top: 2%;
  padding-bottom: 2%;
}

.section.divider {
  border-top: 1px solid #dedfe1;
}

.section.tint {
  background-color: #ebebec;
}

.section.hero-default {
  margin-top: -60px;
  padding-top: 6%;
  padding-bottom: 10%;
  background-color: #00000a;
  background-image: url('../images/Dark-BG-2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.bg-img {
  padding-top: 18%;
  /*background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.15))), url('../images/Image-5.jpg');*/
  /*background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.15)), url('../images/Image-5.jpg');*/
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.no-padding {
  margin-top: -1vw;
  margin-bottom: -1vw;
  padding-top: 0%;
  padding-bottom: 0%;
}

.section.footer {
  background-image: url('../images/Footer-BG.svg');
  background-position: 95% 100%;
  background-repeat: no-repeat;
}

.section.footer.slanted {
  padding-bottom: 5%;
  background-image: url('../images/Footer-BG.svg'), linear-gradient(177deg, #dedfe1, #fff 50%);
  background-position: 95% 100%, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat;
}

.section.dark-bg {
  background-image: url('../images/Dark-BG-1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.dark-bg.slanted-top {
  padding-top: 14%;
}

.section.slanted {
  padding-top: 12%;
  padding-bottom: 12%;
}

.section.gradient-slanted {
  padding-top: 12%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dedfe1), color-stop(50%, #fff));
  background-image: linear-gradient(180deg, #dedfe1, #fff 50%);
}

.section.gradient-slanted.no-b-padding {
  margin-bottom: -1vw;
  padding-bottom: 0%;
}

.section.purple {
  background-color: #44477a;
}

.section.hero-404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 65vh;
  margin-top: -60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #00000a;
  background-image: url('../images/Dark-BG-2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fluid-cell {
  padding: 2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.fluid-cell.center {
  text-align: center;
}

.fluid-cell._67-percent {
  width: 66.7%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell.no-b-padding {
  padding-bottom: 0%;
}

.fluid-cell._33-percent {
  width: 33.3%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell._25-percent {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell._50-percent {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell._40-percent {
  width: 41.6%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell.intro {
  width: 70%;
  margin-right: 15%;
  margin-left: 15%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.fluid-cell.slider-wrap {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell.center-object {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fluid-cell.block-border {
  margin: 2%;
  padding: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #dedfe1;
}

.fluid-cell.block-border._100-percent-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell.cta-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fluid-cell.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fluid-cell._100-percent {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell.block-in-col {
  margin-bottom: 12%;
  padding: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #dedfe1;
}

.fluid-cell.block-in-col.last {
  margin-bottom: 0px;
}

.fluid-cell.footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell.footer-menu.buttons {
  margin-right: 5%;
}

.fluid-cell.footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.fluid-cell.block-bg {
  position: relative;
  overflow: hidden;
  margin: 2%;
  padding: 30px 30px 48px;
  background-color: #ebebec;
}

.fluid-cell.block-bg._33-percent {
  width: 29.3%;
}

.fluid-cell.block-bg._33-percent.yellow {
  background-color: #fdb913;
}

.fluid-cell.block-bg._33-percent.yellow._50-opacity {
  background-color: rgba(253, 185, 19, 0.5);
}

.fluid-cell.block-bg._33-percent.purple {
  background-color: #44477a;
}

.fluid-cell.block-bg._33-percent.dark {
  background-color: #00000a;
}

.fluid-cell.block-bg._25-percent {
  width: 21%;
}

.fluid-cell.block-bg.in-text {
  margin: 4% 0%;
  padding-top: 24px;
  padding-bottom: 24px;
}

.fluid-cell.block-bg._40-percent {
  width: 36%;
}

.fluid-cell.block-bg._40-percent.purple {
  background-color: #54589b;
}

.fluid-cell.block-bg.yellow {
  background-color: #fdb913;
}

.fluid-cell.footer-copyright {
  width: 100%;
  margin-top: 36px;
  padding-top: 48px;
  padding-right: 33.3%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top: 1px solid #dedfe1;
}

.invert {
  color: #fff;
}

.invert.opacity {
  color: hsla(0, 0%, 100%, 0.8);
}

.invert.opacity {
  color: hsla(0, 0%, 100%, 0.7);
}

.invert.extra-large {
  font-size: 80px;
  line-height: 86px;
  font-weight: 300;
}

.subheading {
  margin-top: 6px;
  font-family: Roboto, sans-serif;
  color: #fdb913;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.subheading.small {
  color: #00000a;
  font-size: 14px;
  line-height: 20px;
}

.subheading.white {
  color: #fff;
}

.text-field {
  padding: 26px 24px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Roboto, sans-serif;
  color: #00000a;
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
}

.text-field:focus {
  border-color: #00000a;
}

.text-field::-webkit-input-placeholder {
  color: #808085;
}

.text-field:-ms-input-placeholder {
  color: #808085;
}

.text-field::-ms-input-placeholder {
  color: #808085;
}

.text-field::placeholder {
  color: #808085;
}

.text-field.search {
  width: 300px;
  margin-bottom: 0px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 36px;
  border-style: none;
  background-color: #ebebec;
  background-image: url('../images/Search-icon.svg');
  background-position: 12px 50%;
  background-repeat: no-repeat;
}

.text-field.text-area {
  height: 160px;
  padding-top: 20px;
}

.nav-link {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1px;
}

.nav-link:hover {
  border-bottom-color: #ffc92b;
  color: #ffc92b;
  text-decoration: none;
}

.nav-link.w--current {
  background-image: url('../images/Triangle-Down-Green.svg');
  background-position: 50% 0px;
  background-repeat: no-repeat;
}

.nav-link.plus {
  display: none;
}

.nav-link.mobile-only {
  display: none;
}

.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 48px;
  padding-left: 48px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container.center-all {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.dropdown-link {
  padding: 12px 0px;
  border-bottom: 1px solid #dedfe1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #00000a;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
  cursor: pointer;
}

.dropdown-link:hover {
  text-decoration: none;
}

.dropdown-link.last {
  border-bottom-style: none;
}

.dropdown-link.nav {
  padding: 18px 24px;
  border-bottom-color: rgba(0, 0, 10, 0.15);
  background-color: #fdb913;
}

.dropdown-link.nav:hover {
  background-color: #ffc92b;
  color: #00000a;
}

.dropdown-link.nav.last {
  margin-bottom: 12px;
}

.dropdown-link.child {
  padding-left: 12px;
}

.dropdown-list {
  box-shadow: 1px 1px 3px 0 #000;
}

.dropdown-list.w--open {
  padding: 12px 24px;
  background-color: #fff;
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, 0.12);
}

.dropdown-list.nav {
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dropdown-list.nav.w--open {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.dropdown-list.large {
  width: 550px;
  padding: 0px;
  background-color: hsla(0, 0%, 100%, 0.7);
}

.nav-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 4%;
  padding-left: 4%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
  background-image: linear-gradient(180deg, #000, transparent);
}

.ordered-item,
ol li {
  padding-left: 4px;
  background-image: none;
  background-position: 0px 0px;
  background-repeat: repeat;
}

.fake-h1 {
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Roboto, sans-serif;
  color: #00000a;
  font-size: 60px;
  line-height: 72px;
  font-weight: 500;
}

.fake-h2 {
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Roboto, sans-serif;
  color: #00000a;
  font-size: 46px;
  line-height: 58px;
  font-weight: 500;
}

.fake-h2.invert {
  color: #fff;
}

.fake-h2.invert.light {
  font-weight: 300;
}

.fake-h3 {
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Roboto, sans-serif;
  color: #00000a;
  font-size: 34px;
  line-height: 46px;
  font-weight: 500;
}

.fake-h4 {
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Roboto, sans-serif;
  color: #00000a;
  font-size: 26px;
  line-height: 38px;
  font-weight: 500;
}

.fake-h5 {
  margin-bottom: 8px;
  padding-top: 12px;
  font-family: Roboto, sans-serif;
  color: #00000a;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}

.fake-h5:hover {
  text-decoration: none;
}

.fake-h5.invert {
  color: #fff;
}

.fake-h5.ac {
  text-transform: uppercase;
}

.style-guide-color-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding-bottom: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #dedfe1;
}

.style-guide-color-block.first {
  padding-top: 24px;
  border-top: 1px solid #dedfe1;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1380px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-link {
  display: inline-block;
  margin-bottom: 12px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Roboto, sans-serif;
  color: #fdb913;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cta-link:hover {
  color: #00000a;
  text-decoration: none;
}

.cta-link.invert {
  border-bottom-color: #fff;
  font-family: Roboto, sans-serif;
  color: #fff;
}

.cta-link.invert:hover {
  border-bottom-color: #ffc92b;
  color: #44477a;
}

.cta-link.invert.yellow-hover:hover {
  color: #ffc92b;
}

.cta-link.purple {
  color: #44477a;
}

.cta-link.purple:hover {
  color: #00000a;
}

.center {
  text-align: center;
}

._50-percent {
  width: 50%;
}

.social-icon {
  width: 36px;
  height: 36px;
  margin: 6px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.3);
  border-radius: 100px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.social-icon:hover {
  border-color: hsla(0, 0%, 100%, 0.8);
}

.social-icon.twitter {
  background-image: url('../images/TW-icon.png');
  background-position: 50% 50%;
  background-size: 28px;
  background-repeat: no-repeat;
}

.social-icon.linkedin {
  background-image: url('../images/LI-icon.png');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.social-icon.facebook {
  background-image: url('../images/FB-icon.png');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.social-icon.dark {
  border-style: none;
  background-color: #00000a;
}

.social-icon.dark:hover {
  background-color: #ffc92b;
}

.fake-h6 {
  margin-bottom: 6px;
  padding-top: 8px;
  font-family: Roboto, sans-serif;
  color: #00000a;
  line-height: 26px;
  font-weight: 500;
}

.fake-h6:hover {
  text-decoration: none;
}

.heading-link {
  border-bottom: 1px solid transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #00000a;
}

.heading-link:hover {
  border-bottom: 1px solid #ffc92b;
  color: #00000a;
  text-decoration: none;
}

.heading-link.invert {
  color: #fff;
}

.form-block {
  margin-bottom: 0px;
}

.dropdown-nav {
  padding: 18px 12px;
  color: #fff;
}

.slide-nav {
  bottom: 10vw;
  font-size: 12px;
}

.slider {
  position: static;
  width: auto;
  height: auto;
  background-color: transparent;
}

.right-arrow {
  position: absolute;
  right: 60px;
  bottom: 0px;
  width: 36px;
  height: 36px;
  margin-top: auto;
  margin-bottom: auto;
  border-style: solid;
  border-width: 3px;
  border-color: #fdb913;
  border-radius: 6px;
  background-image: url('../images/Arrow-Right.svg');
  background-position: 53% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.right-arrow:hover {
  border-color: #ffc92b;
  background-color: #ffc92b;
}

.left-arrow {
  position: absolute;
  left: 60px;
  top: 0px;
  width: 36px;
  height: 36px;
  margin-top: auto;
  margin-bottom: auto;
  border-style: solid;
  border-width: 3px;
  border-color: #fdb913;
  border-radius: 6px;
  background-color: transparent;
  background-image: url('../images/Arrow-Left.svg');
  background-position: 47% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.left-arrow:hover {
  border-color: #ffc92b;
  background-color: #ffc92b;
}

.slide {
  padding-right: 3px;
  padding-left: 3px;
  text-align: center;
}

.logo-mobile {
  display: none;
  margin-top: 20px;
}

.search-button {
  display: none;
}

.modal-search {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: none;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.modal {
  display: block;
  width: 100%;
  max-width: 60vw;
  padding-top: 36px;
  padding-bottom: 36px;
}

.search-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.img-in-text,
img.alignnone {
  display: block;
  /*min-width: 100%;*/
  /*margin: 6% auto;*/
  margin-top: 6%;
  margin-bottom: 6%;
}

.form-item-wrap {
  width: 98%;
  margin-right: 1%;
  margin-left: 1%;
}

.form-item-wrap.action {
  padding-top: 12px;
}

.form-item-wrap.half {
  width: 48%;
}

.underlined-item {
  padding-bottom: 12px;
  border-bottom: 1px solid #dedfe1;
}

.page-no {
  display: inline-block;
  margin-right: 2px;
  margin-left: 2px;
  padding: 4px 12px 6px;
  background-color: transparent;
  -webkit-transform: skew(-15deg, 0deg);
  -ms-transform: skew(-15deg, 0deg);
  transform: skew(-15deg, 0deg);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Roboto, sans-serif;
  color: #44477a;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.page-no:hover {
  background-color: #ffc92b;
  color: #fff;
  text-decoration: none;
}

.page-no.arrow-left {
  padding-right: 17px;
  padding-left: 17px;
  background-image: url('../images/Left-arrow.svg');
  background-position: 45% 50%;
  background-repeat: no-repeat;
}

.page-no.arrow-left:hover {
  background-color: transparent;
}

.page-no.current {
  background-color: #44477a;
  color: #fff;
}

.page-no.arrow-right {
  padding-right: 17px;
  padding-left: 17px;
  background-image: url('../images/Right-arrow.svg');
  background-position: 55% 50%;
  background-repeat: no-repeat;
}

.page-no.arrow-right:hover {
  background-color: transparent;
}

.top-bar {
  position: relative;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 24px 4%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.top-nav-link {
  display: inline-block;
  margin-left: 24px;
  padding: 12px 36px 8px;
  background-color: #fdb913;
  box-shadow: 8px 8px 12px 0 rgba(0, 0, 0, 0.24);
  -webkit-transform: skew(-40deg, 0deg);
  -ms-transform: skew(-40deg, 0deg);
  transform: skew(-40deg, 0deg);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Roboto, sans-serif;
  color: #00000a;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.top-nav-link:hover {
  background-color: #ffc92b;
  box-shadow: 8px 8px 12px 0 rgba(0, 0, 0, 0.36);
  color: #00000a;
  text-decoration: none;
}

.top-nav-link.w--current {
  background-image: url('../images/Triangle-Down-Green.svg');
  background-position: 50% 0px;
  background-repeat: no-repeat;
}

.fw-slider {
  position: relative;
  width: 100vw;
  height: 70vh;
  min-height: 700px;
  margin-top: -58px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ebebec;
}

.top-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.cta-bar-text {
  margin-bottom: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #00000a;
  font-size: 34px;
  line-height: 46px;
  font-weight: 400;
}

.footer-nav-link {
  margin-right: 24px;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Roboto, sans-serif;
  color: #00000a;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 1px;
}

.footer-nav-link:hover {
  color: #ffc92b;
  text-decoration: none;
}

.footer-nav-link.w--current {
  background-image: url('../images/Triangle-Down-Green.svg');
  background-position: 50% 0px;
  background-repeat: no-repeat;
}

.footer-nav {
  margin-bottom: 12px;
}

.no-b-margin {
  margin-bottom: 0px;
}

.menu-cell {
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: 36px;
  padding-right: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 2px solid #fdb913;
  text-align: center;
}

.menu-cell.last {
  margin-right: 36px;
  padding-right: 0px;
  border-right-style: none;
}

.search-link {
  display: inline;
  margin-left: 24px;
  padding-right: 12px;
  padding-left: 12px;
  background-image: url('../images/Search-icon_1.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.container-in-slider {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding: 12% 48px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.slide-bg {
/*  background-image: linear-gradient(96deg, rgba(0, 0, 0, 0.5), transparent), url('../images/Image-26.jpg');*/
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.block-thumb {
  min-width: 100%;
}

.fake-thumb {
  width: 100%;
  height: 60px;
  background-color: #44477a;
}

.slanted-bg-wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 14vw;
  margin-top: -14vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.slanted-bg-wrap.above {
  margin-top: 0vw;
  margin-bottom: -14vw;
}

.slanted-bg {
  position: absolute;
  left: 0px;
  top: 7vw;
  right: 0px;
  width: 100%;
  height: 500px;
  background-color: #fff;
  -webkit-transform: skew(0deg, -7deg);
  -ms-transform: skew(0deg, -7deg);
  transform: skew(0deg, -7deg);
}

.slanted-bg.above {
  top: auto;
  bottom: 7vw;
}

.b-margin-12 {
  margin-bottom: 12px;
}

.block-slant {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -48px;
  width: 102%;
  height: 72px;
  min-width: 100%;
  background-color: #fff;
  -webkit-transform: skew(0deg, -7deg);
  -ms-transform: skew(0deg, -7deg);
  transform: skew(0deg, -7deg);
}

.gallery-thumb-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.thumb {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
}

.gallery {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

._30-in-block-wrap {
  min-width: 29.3%;
  margin-right: 4%;
}

.block-line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 84px;
  height: 12px;
  margin-left: 30px;
  background-color: #44477a;
}

.block-line.dark {
  background-color: #00000a;
}

.block-line.yellow {
  background-color: #fdb913;
}

.block-line.yellow.dropdown {
  margin-left: 24px;
}

.block-event-thumb,
.block-event img {
  min-width: 100%;
  margin-top: 12px;
  margin-bottom: 24px;
}

.left-arrow-2 {
  display: none;
}

.right-arrow-2 {
  display: none;
}

.faqs-dropdown {
  display: block;
}

.faqs-toggle {
  width: 100%;
  padding-top: 6px;
  padding-bottom: 12px;
  padding-left: 0px;
  border-top: 1px solid hsla(0, 0%, 0%, 0.15);
  background-image: url('../images/Open-Toggle.svg');
  background-position: 97% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.faqs-toggle.invert-border {
  border-top: 1px solid hsla(0, 0%, 100%, 0.15);
}

.faqs-toggle:hover,
.faqs-toggle.invert-border:hover {
  border-top-color: #ffc92b;
}

.faqs-toggle.w--open,
.faqs-toggle.invert-border.w--open {
  border-top-color: #ffc92b;
  background-image: url('../images/Close-Toggle.svg');
}

.faqs-toggle.invert.w--open {
  border-bottom-color: transparent;
}

.fags-info {
  position: relative;
  background-color: transparent;
}

.fags-info.w--open {
  padding-bottom: 6px;
}

.highlighted {
  color: #fdb913;
}

.event-block-list,
.block-event ul {
  margin-top: 0px;
  margin-bottom: 12px;
}

.block-divider {
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: hsla(0, 0%, 100%, 0.15);
}

.button-copy {
  display: inline-block;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform: skew(40deg, 0deg);
  -ms-transform: skew(40deg, 0deg);
  transform: skew(40deg, 0deg);
}

.scroll-button {
  position: absolute;
  left: auto;
  top: auto;
  right: 4%;
  bottom: 20vh;
  z-index: 6;
  width: 60px;
  height: 90px;
  background-image: url('../images/Scroll-down-icon.png');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.p-large-serif {
  font-size: 28px;
  line-height: 40px;
}

.dark-purple {
  margin-bottom: 6px;
  color: #44477a;
}

.dropdown-wrap-r {
  width: 48%;
  padding-right: 24px;
  float: right;
}

.dropdown-nav-link {
  color: #fff;
}

.dropdown-nav-link:hover {
  text-decoration: none;
}

.dropdown-img,
.nav-menu img {
  margin-top: 24px;
  margin-bottom: 12px;
}

.dropdown-wrap-l {
  width: 48%;
  padding-top: 24px;
  padding-right: 24px;
  padding-left: 24px;
  float: left;
  background-color: hsla(0, 0%, 100%, 0.7);
}

.light {
  font-weight: 300;
}

.light.ac {
  text-transform: uppercase;
}

.dropdown-slant {
  position: relative;
  overflow: hidden;
  width: 48%;
  height: 60px;
  margin-bottom: 12px;
  float: left;
  clear: left;
}

.dropdown-slant-bg {
  position: absolute;
  left: 0%;
  top: -36px;
  right: 0%;
  width: 100%;
  height: 70px;
  min-width: 100%;
  background-color: hsla(0, 0%, 100%, 0.7);
  -webkit-transform: skew(0deg, -9deg);
  -ms-transform: skew(0deg, -9deg);
  transform: skew(0deg, -9deg);
}

.pagination-copy {
  display: inline-block;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform: skew(15deg, 0deg);
  -ms-transform: skew(15deg, 0deg);
  transform: skew(15deg, 0deg);
}

.last-in-block {
  margin-bottom: 36px;
}

.blog-thumb {
  min-width: 100%;
  margin-top: 12px;
  margin-bottom: 6px;
}

html.w-mod-js *[data-ix="scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 36px);
  -ms-transform: translate(0px, 36px);
  transform: translate(0px, 36px);
}

html.w-mod-js *[data-ix="search-hidden"] {
  opacity: 0;
  -webkit-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}

@media (max-width: 991px) {
  body {
    background-position: -170px -20px;
  }
  h1 {
    font-size: 48px;
    line-height: 60px;
  }
  h2 {
    font-size: 40px;
    line-height: 52px;
  }
  h3 {
    font-size: 30px;
    line-height: 42px;
  }
  h4 {
    font-size: 24px;
    line-height: 36px;
  }
  a:hover {
    color: #ffc92b;
  }
  .p-small.caption {
    margin-bottom: 24px;
  }
  .section.narrow {
    padding-top: 3%;
    padding-bottom: 3%;
  }
  .section.hero-default {
    margin-top: 72px;
    padding-top: 4%;
  }
  .section.footer.slanted {
    background-image: linear-gradient(177deg, #dedfe1, #fff 40%), url('../images/Footer-BG.svg');
    background-position: 0px 0px, 95% 100%;
    background-size: auto, auto;
    background-repeat: repeat, no-repeat;
  }
  .section.dark-bg.slanted-top {
    padding-top: 15%;
  }
  .section.slanted {
    padding-top: 13%;
    padding-bottom: 13%;
  }
  .section.gradient-slanted {
    padding-top: 13%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dedfe1), color-stop(40%, #fff));
    background-image: linear-gradient(180deg, #dedfe1, #fff 40%);
  }
  .section.hero-404 {
    margin-top: 72px;
    padding-top: 4%;
  }
  .fluid-cell {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .fluid-cell.intro {
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
  }
  .fluid-cell.slider-wrap {
    width: 80%;
  }
  .fluid-cell.block-bg.in-text {
    margin-top: 6%;
    margin-bottom: 6%;
  }
  .fluid-cell.footer-copyright {
    padding-top: 36px;
  }
  .nav-link {
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 18px 4%;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
    color: #fff;
    text-align: left;
  }
  .nav-link:hover {
    border-bottom-color: hsla(0, 0%, 100%, 0.19);
    color: #fff;
  }
  .nav-link.w--current {
    background-image: none;
    background-position: 0px 0px;
    background-repeat: repeat;
    color: #fff;
  }
  .nav-link.plus {
    display: block;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .nav-link.dropdown {
    padding-right: 0%;
    padding-left: 0%;
  }
  .nav-link.mobile-only {
    display: block;
  }
  .menu-button {
    width: 48px;
    height: 48px;
    margin-top: 12px;
    margin-right: 12px;
    margin-bottom: 12px;
    border-style: solid;
    border-width: 3px;
    border-color: #fdb913;
    border-radius: 6px;
    background-color: #fff;
    background-image: url('../images/Hamburger-icon.svg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .menu-button:hover {
    border-color: #ffc92b;
  }
  .menu-button.w--open {
    background-color: #fff;
    background-image: url('../images/Close-icon_1.svg');
  }
  .dropdown-link {
    padding: 18px 4%;
  }
  .dropdown-link.nav {
    padding-right: 4%;
    padding-left: 4%;
  }
  .dropdown-link.nav.last {
    margin-bottom: 0px;
  }
  .dropdown-link.child {
    padding-left: 6%;
  }
  .dropdown-list.w--open {
    width: auto;
    margin-top: 18px;
    margin-bottom: -18px;
    padding: 0px;
  }
  .dropdown-list.nav {
    background-color: transparent;
    box-shadow: none;
  }
  .dropdown-list.nav.w--open {
    display: block;
    margin-top: 18px;
    margin-bottom: -18px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border-top-style: none;
    background-color: #fdb913;
  }
  .dropdown-list.nav.w--open:hover {
    box-shadow: none;
  }
  .nav-bar {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    padding: 0px 0% 0px 3%;
    background-color: #fff;
    background-image: none;
    box-shadow: 0 12px 36px 0 rgba(0, 0, 0, 0.05);
  }
  .fake-h1 {
    font-size: 48px;
    line-height: 60px;
  }
  .fake-h2 {
    font-size: 40px;
    line-height: 52px;
  }
  .fake-h3 {
    font-size: 30px;
    line-height: 42px;
  }
  .fake-h4 {
    font-size: 24px;
    line-height: 36px;
  }
  .nav-menu {
    padding-top: 0px;
    background-color: #00000a;
  }
  .cta-link {
    margin-top: 6px;
  }
  .cta-link.hide-mobile {
    display: none;
  }
  .dropdown-nav {
    padding: 0px 0px 0px 4%;
    border-bottom-style: none;
    background-image: url('../images/Arrow-Down-Icon.svg');
    background-position: 96% 50%;
    background-repeat: no-repeat;
    color: #fff;
  }
  .right-arrow {
    right: 36px;
  }
  .left-arrow {
    left: 36px;
  }
  .logo-mobile {
    display: block;
    margin-top: 16px;
  }
  .search-button {
    display: block;
    width: 48px;
    height: 48px;
    margin-top: 12px;
    margin-right: 6px;
    margin-bottom: 12px;
    float: right;
    background-image: url('../images/Search-icon.svg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .search-button:hover {
    border-color: #ffc92b;
  }
  .search-button.w--open {
    background-color: #fff;
    background-image: url('../images/Close-icon.svg');
  }
  .modal {
    max-width: 70vw;
    padding-top: 120px;
    padding-bottom: 48px;
  }
  .top-bar {
    display: none;
  }
  .top-nav-link {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 20px 24px 20px 4%;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
    color: #fff;
    text-align: left;
  }
  .top-nav-link:hover {
    color: #fff;
  }
  .top-nav-link.w--current {
    background-image: none;
    background-position: 0px 0px;
    background-repeat: repeat;
    color: #fff;
  }
  .fw-slider {
    margin-top: 0px;
    padding-top: 5%;
  }
  .cta-bar-text {
    font-size: 30px;
    line-height: 42px;
  }
  .footer-nav-link.w--current {
    background-image: none;
    background-position: 0px 0px;
    background-repeat: repeat;
    color: #fff;
  }
  .menu-cell {
    margin: 0px;
    padding-right: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-right-style: none;
    text-align: left;
  }
  .menu-cell.last {
    margin-right: 0px;
    margin-bottom: 12px;
  }
  .container-in-slider {
    padding-bottom: 13%;
  }
  .block-slant {
    bottom: -36px;
    height: 72px;
  }
  .thumb {
    max-height: 100%;
    max-width: 100%;
  }
  .block-line.yellow.dropdown {
    display: none;
  }
  .dropdown-nav-link {
    color: #fff;
  }
  .dropdown-nav-link:hover {
    color: #fff;
  }
  .dropdown-wrap-l {
    width: 100%;
    padding: 0px;
    background-color: #fff;
  }
  .dropdown-slant {
    display: none;
    width: 100%;
    padding: 0px;
  }
  .dropdown-slant-bg {
    bottom: -40px;
  }
  .last-in-block {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  body {
    background-position: -300px -20px;
  }
  h1 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 42px;
    line-height: 54px;
  }
  h2 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 34px;
    line-height: 46px;
  }
  h3 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 26px;
    line-height: 38px;
  }
  h4 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 22px;
    line-height: 34px;
  }
  h5 {
    padding-top: 8px;
    font-size: 18px;
    line-height: 28px;
  }
  blockquote {
    margin-left: 0px;
    font-size: 20px;
    line-height: 32px;
  }
  .p-large {
    font-size: 24px;
    line-height: 36px;
  }
  .p-small.caption {
    margin-top: -5%;
  }
  .button {
    margin-bottom: 12px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .button.search {
    margin-top: 0px;
    margin-left: 0px;
  }
  .button.on-right {
    margin-top: 12px;
    margin-left: 0px;
  }
  .section {
    padding-top: 6%;
    padding-bottom: 6%;
  }
  .section.narrow {
    padding-top: 4%;
    padding-bottom: 4%;
  }
  .section.no-padding {
    margin-top: 0vw;
    margin-bottom: 0vw;
  }
  .section.footer {
    background-image: none;
    background-repeat: repeat;
  }
  .section.footer.slanted {
    padding-bottom: 6%;
    background-image: linear-gradient(177deg, #dedfe1, #fff 30%), url('../images/Footer-BG.svg');
    background-position: 0px 0px, 95% 100%;
    background-size: auto, auto;
    background-repeat: repeat, no-repeat;
  }
  .section.dark-bg.slanted-top {
    padding-top: 16%;
  }
  .section.slanted {
    padding-top: 14%;
    padding-bottom: 14%;
  }
  .section.gradient-slanted {
    padding-top: 14%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dedfe1), color-stop(30%, #fff));
    background-image: linear-gradient(180deg, #dedfe1, #fff 30%);
  }
  .section.gradient-slanted.no-b-padding {
    margin-bottom: 0vw;
  }
  .fluid-cell {
    padding: 3%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .fluid-cell._67-percent {
    width: 100%;
  }
  .fluid-cell._33-percent {
    width: 100%;
  }
  .fluid-cell._25-percent {
    width: 100%;
  }
  .fluid-cell._50-percent {
    width: 100%;
  }
  .fluid-cell._40-percent {
    width: 100%;
  }
  .fluid-cell.intro {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }
  .fluid-cell.slider-wrap {
    width: 80%;
  }
  .fluid-cell.block-border {
    margin: 3%;
  }
  .fluid-cell.block-border._100-percent-copy {
    width: 94%;
  }
  .fluid-cell.cta-bar {
    text-align: center;
  }
  .fluid-cell.footer {
    text-align: center;
  }
  .fluid-cell.block-in-col {
    margin-bottom: 6%;
  }
  .fluid-cell.footer-menu {
    display: none;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #dedfe1;
    text-align: center;
  }
  .fluid-cell.footer-social {
    width: 100%;
    margin-top: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #dedfe1;
  }
  .fluid-cell.block-bg {
    margin: 3%;
    padding-bottom: 36px;
  }
  .fluid-cell.block-bg._33-percent {
    width: 94%;
  }
  .fluid-cell.block-bg._25-percent {
    width: 94%;
  }
  .fluid-cell.block-bg.in-text {
    margin-top: 6%;
    margin-bottom: 6%;
  }
  .fluid-cell.block-bg._40-percent {
    width: 94%;
  }
  .fluid-cell.footer-copyright {
    margin-top: 12px;
    padding-top: 24px;
    padding-right: 3%;
    text-align: center;
  }
  .subheading {
    margin-top: 12px;
    background-image: none;
    font-size: 16px;
    line-height: 26px;
  }
  .text-field {
    padding: 24px 18px;
  }
  .nav-link {
    padding-left: 6%;
  }
  .container {
    padding-right: 3%;
    padding-left: 3%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .dropdown-link {
    padding-right: 6%;
    padding-left: 6%;
  }
  .dropdown-link.nav {
    padding-right: 6%;
    padding-left: 6%;
    color: #00000a;
  }
  .dropdown-link.child {
    padding-left: 8%;
  }
  .dropdown-list.nav.w--open {
    margin-right: -7%;
    margin-left: -6%;
    padding-right: 6%;
    padding-left: 6%;
  }
  .nav-bar {
    padding-left: 5%;
  }
  .fake-h1 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 42px;
    line-height: 54px;
  }
  .fake-h2 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 34px;
    line-height: 46px;
  }
  .fake-h3 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 26px;
    line-height: 38px;
  }
  .fake-h4 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 22px;
    line-height: 34px;
  }
  .fake-h5 {
    padding-top: 8px;
    font-size: 18px;
    line-height: 30px;
  }
  .hide-mobile {
    display: none;
  }
  .dropdown-nav {
    padding-left: 6%;
    background-position: 94% 50%;
  }
  .modal {
    padding-top: 96px;
    padding-bottom: 36px;
  }
  .search-block {
    padding-bottom: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .img-in-text,
  img.alignnone {
    margin-top: 8%;
    margin-bottom: 8%;
  }
  .top-nav-link {
    padding-left: 6%;
  }
  .fw-slider {
    min-height: 600px;
  }
  .cta-bar-text {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 26px;
    line-height: 38px;
  }
  .footer-nav-link {
    display: block;
    margin-right: 0px;
    margin-bottom: 12px;
  }
  .footer-nav {
    margin-bottom: 36px;
  }
  .menu-cell {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .container-in-slider {
    padding-right: 3%;
    padding-bottom: 14%;
    padding-left: 3%;
  }
  .slide-bg {
    background-position: 0px 0px, 30% 50%;
  }
  .block-slant {
    bottom: -60px;
  }
  .gallery-thumb-wrap {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .gallery-thumb-wrap.fw {
    width: 100%;
  }
  .thumb {
    max-height: 100%;
    max-width: 100%;
  }
  ._30-in-block-wrap {
    min-width: 100%;
    margin-right: 0%;
    margin-bottom: 12px;
  }
  .scroll-button {
    left: 6%;
    right: auto;
    bottom: 10%;
  }
  .p-large-serif {
    font-size: 24px;
    line-height: 36px;
  }
  .dropdown-slant-bg {
    bottom: -60px;
  }
  .last-in-block {
    margin-bottom: 0px;
  }
}

@media (max-width: 479px) {
  body {
    background-position: -330px -20px;
  }
  .p-large {
    font-size: 22px;
    line-height: 34px;
  }
  .p-small.caption {
    margin-top: -6%;
    margin-bottom: 18px;
  }
  .utility-page-content {
    width: 260px;
  }
  .button {
    padding-right: 36px;
    padding-left: 36px;
  }
  .section {
    padding-top: 7%;
    padding-bottom: 7%;
  }
  .section.narrow {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .section.hero-default {
    padding-top: 5%;
  }
  .section.footer.slanted {
    padding-bottom: 7%;
    background-image: linear-gradient(177deg, #dedfe1, #fff 20%), url('../images/Footer-BG.svg');
    background-position: 0px 0px, 95% 100%;
    background-size: auto, auto;
    background-repeat: repeat, no-repeat;
  }
  .section.dark-bg.slanted-top {
    padding-top: 17%;
  }
  .section.slanted {
    padding-top: 15%;
    padding-bottom: 15%;
  }
  .section.gradient-slanted {
    padding-top: 15%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dedfe1), color-stop(20%, #fff));
    background-image: linear-gradient(180deg, #dedfe1, #fff 20%);
  }
  .section.hero-404 {
    padding-top: 5%;
  }
  .fluid-cell {
    padding-right: 0px;
    padding-left: 0px;
  }
  .fluid-cell.slider-wrap {
    width: 100%;
    margin-bottom: 60px;
  }
  .fluid-cell.block-border {
    margin-right: 0%;
    margin-left: 0%;
    padding: 24px;
  }
  .fluid-cell.block-border._100-percent-copy {
    width: 100%;
  }
  .fluid-cell.block-in-col {
    padding: 24px;
  }
  .fluid-cell.block-bg {
    margin-right: 0%;
    margin-left: 0%;
    padding-top: 24px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .fluid-cell.block-bg._33-percent {
    width: 100%;
  }
  .fluid-cell.block-bg._25-percent {
    width: 100%;
  }
  .fluid-cell.block-bg.in-text {
    margin-top: 8%;
    margin-bottom: 8%;
  }
  .fluid-cell.block-bg._40-percent {
    width: 100%;
  }
  .fluid-cell.footer-copyright {
    margin-top: 3%;
    padding-top: 6%;
    padding-right: 0%;
  }
  .invert.extra-large {
    font-size: 56px;
    line-height: 66px;
  }
  .nav-link {
    padding-left: 8%;
  }
  .container {
    padding-right: 8%;
    padding-left: 8%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dropdown-link {
    padding-right: 8%;
    padding-left: 8%;
  }
  .dropdown-link.nav {
    padding-right: 8%;
    padding-left: 8%;
  }
  .dropdown-link.child {
    padding-left: 10%;
  }
  .dropdown-list.nav.w--open {
    margin-right: -9%;
    margin-left: -8%;
    padding-right: 8%;
    padding-left: 8%;
  }
  .nav-bar {
    padding-left: 7%;
  }
  .dropdown-nav {
    padding-left: 8%;
    background-position: 92% 50%;
  }
  .right-arrow {
    left: 0px;
    right: -40px;
    bottom: 0px;
    display: block;
    margin: auto auto 12px;
  }
  .left-arrow {
    left: -40px;
    top: auto;
    right: 9px;
    bottom: 0px;
    display: block;
    margin: auto auto 12px;
  }
  .search-button {
    margin-right: 0px;
  }
  .modal {
    max-width: none;
    margin-right: 8%;
    margin-left: 8%;
    padding-bottom: 24px;
  }
  .search-block {
    padding-bottom: 24px;
  }
  .img-in-text,
  img.alignnone {
    margin-top: 10%;
    margin-bottom: 10%;
  }
  .form-item-wrap.half {
    width: 98%;
  }
  .top-nav-link {
    padding-left: 8%;
  }
  .footer-nav {
    margin-top: 12px;
    margin-bottom: 24px;
  }
  .container-in-slider {
    padding-right: 8%;
    padding-bottom: 15%;
    padding-left: 8%;
  }
  .block-slant {
    bottom: -36px;
    height: 40px;
  }
  .scroll-button {
    display: none;
  }
  .p-large-serif {
    font-size: 22px;
    line-height: 34px;
  }
  .dropdown-slant-bg {
    bottom: -36px;
  }
  .last-in-block {
    margin-bottom: 6px;
  }
}

