body {
  background-color: #161f29;
  font-family: 'Source Sans Pro', sans-serif;
  color: hsla(0, 0%, 100%, .8);
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 46px;
  line-height: 58px;
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 34px;
  line-height: 46px;
  font-weight: 700;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 38px;
  font-weight: 700;
  text-transform: uppercase;
}

h5 {
  margin-top: 0px;
  margin-bottom: 8px;
  padding-top: 12px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
}

h6 {
  margin-top: 0px;
  margin-bottom: 6px;
  padding-top: 8px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}

p {
  margin-bottom: 12px;
  color: hsla(0, 0%, 100%, .8);
}

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

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

ul {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 0px;
  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/Dot-icon.svg');
  background-position: 0px 12px;
  background-size: auto;
  background-repeat: no-repeat;
  color: #fff;
}

img {
  display: inline-block;
  max-width: 100%;
}

label {
  display: block;
  padding-top: 12px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 0px 0px 0px 26px;
  border-left: 4px solid #57adae;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 44px;
  font-style: italic;
  font-weight: 200;
}
blockquote p {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 44px;
  font-style: italic;
  font-weight: 200;
}

.p-large {
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 44px;
  font-weight: 200;
}

.p-large.highlited {
  color: #57adae;
}

.p-large.highlited.in-text {
  margin-top: 24px;
  margin-bottom: 24px;
}
.p-large.highlited.in-text:first-child {
  margin-top: 0;
}

.p-small {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: hsla(0, 0%, 100%, .8);
  font-size: 16px;
  line-height: 28px;
}

.p-small.caption {
  margin-top: -4%;
  margin-bottom: 36px;
  font-style: italic;
}
.p-small.caption:not(.featured-image):before {
  content: '- ';
}

.p-small.caption.featured-image {
  margin-top: 1%;
  padding-bottom: 3%;
  border-bottom: 1px solid hsla(195, 9%, 91%, .1);
  color: hsla(0, 0%, 100%, .8);
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}

.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: #161f29;
}

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

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

.style-guide-color.default-copy {
  background-color: hsla(0, 0%, 100%, .8);
}

.style-guide-color.light-copy {
  background-color: hsla(0, 0%, 100%, .5);
}

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

.style-guide-color.light-grey-bg {
  background-color: hsla(0, 0%, 100%, .05);
}

.style-guide-color.dividers {
  background-color: hsla(0, 0%, 100%, .1);
}

.style-guide-color.deco-color {
  background-color: #57adae;
}

.button {
  position: relative;
  z-index: 1;
  min-width: 160px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 16px 48px;
  border-radius: 30px;
  background-color: #fa632a;
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, .06);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #fa5619;
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, .12);
  color: #fff;
  text-decoration: none;
}

.button.small {
  padding: 12px 36px;
  font-size: 13px;
  line-height: 23px;
}

.section {
  padding-top: 4%;
  padding-bottom: 4%;
  -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.no-b-padding {
  padding-bottom: 0%;
}

.section.hero-large {
  margin-top: -108px;
  padding-top: 16%;
  padding-bottom: 8%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(22, 31, 40, 0)), to(#161f29)), url('../images/Hero-BG.jpg');
  background-image: linear-gradient(180deg, rgba(22, 31, 40, 0) 70%, #161f29), url('../images/Hero-BG.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.no-t-padding {
  padding-top: 0%;
}

.section.map {
  padding-top: 0%;
  padding-bottom: 0%;
  -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-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(22, 31, 40, 0)), to(#161f29)), -webkit-gradient(linear, left top, left bottom, from(#161f29), color-stop(50%, rgba(22, 31, 40, 0))), url('../images/Map-BG.jpg');
  background-image: linear-gradient(180deg, rgba(22, 31, 40, 0) 50%, #161f29), linear-gradient(180deg, #161f29, rgba(22, 31, 40, 0) 50%), url('../images/Map-BG.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.section.footer {
  padding-top: 6%;
  padding-bottom: 18%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #161f29), color-stop(50%, rgba(22, 31, 41, .2)), color-stop(80%, rgba(22, 31, 40, 0))), url('../images/Footer-BG.jpg');
  background-image: linear-gradient(180deg, #161f29 10%, rgba(22, 31, 41, .2) 50%, rgba(22, 31, 40, 0) 80%), url('../images/Footer-BG.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.hero-small {
  margin-top: -108px;
  padding-top: 12%;
  padding-bottom: 6%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(22, 31, 40, 0)), to(#161f29)), url('../images/Hero-BG.jpg');
  background-image: linear-gradient(180deg, rgba(22, 31, 40, 0) 70%, #161f29), url('../images/Hero-BG.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

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

.section.cta {
  margin-top: -10%;
  margin-bottom: -10%;
  padding-top: 10%;
  padding-bottom: 10%;
  -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-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(22, 31, 40, 0)), to(#161f29)), -webkit-gradient(linear, left top, left bottom, from(#161f29), color-stop(50%, rgba(22, 31, 40, 0))), url('../images/Map-BG.jpg');
  background-image: linear-gradient(180deg, rgba(22, 31, 40, 0) 50%, #161f29), linear-gradient(180deg, #161f29, rgba(22, 31, 40, 0) 50%), url('../images/Map-BG.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.section.hero-simple {
  margin-top: -108px;
  padding-top: 10%;
}

.section.relative {
  position: relative;
}

.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._33-percent {
  width: 33.3%;
  -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._25-percent {
  width: 25%;
  -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.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66.7%;
  margin-top: 2%;
  padding-top: 4%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top: 1px solid hsla(195, 9%, 91%, .1);
}

.fluid-cell.pagination.fw {
  width: 100%;
  margin-top: 0%;
  padding-top: 2%;
  border-top-style: none;
}

.fluid-cell.article-block {
  width: 29.3%;
  margin: 2%;
  padding: 0%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(195, 9%, 91%, .1);
}

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

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

.invert {
  color: #161f29;
}

.invert:hover {
  color: #fff;
}

.subheading {
  margin-top: 6px;
  font-family: Montserrat, sans-serif;
  color: #57adae;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.subheading.small {
  font-size: 13px;
  line-height: 23px;
}

.subheading.invert {
  color: #fff;
}

.subheading.tooltip {
  margin-top: -3px;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}

.text-field {
  padding: 26px 24px;
  border: 1px solid transparent;
  background-color: hsla(0, 0%, 100%, .05);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

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

.text-field::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, .5);
}

.text-field:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, .5);
}

.text-field::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, .5);
}

.text-field::placeholder {
  color: hsla(0, 0%, 100%, .5);
}

.text-field.text-area {
  min-height: 120px;
  padding-top: 12px;
}

.text-field.search {
  padding: 0px;
  border-style: none;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.text-field.search::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, .8);
}

.text-field.search:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, .8);
}

.text-field.search::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, .8);
}

.text-field.search::placeholder {
  color: hsla(0, 0%, 100%, .8);
}

.nav-link {
  display: inline-block;
  padding: 36px 12px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #fa5619;
  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.last {
  margin-right: 0px;
  color: #fa632a;
}

.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 80px;
  padding-left: 80px;
  -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.align-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.container.full-width {
  max-width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.container.perspective {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.container.center-both {
  -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;
}

.container.stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.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;
}

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

.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: Montserrat, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
  text-transform: uppercase;
}

.fake-h2 {
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 46px;
  line-height: 58px;
  font-weight: 700;
  text-transform: uppercase;
}

.fake-h3 {
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 34px;
  line-height: 46px;
  font-weight: 700;
  text-transform: uppercase;
}

.fake-h4 {
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 38px;
  font-weight: 700;
  text-transform: uppercase;
}

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

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

.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 hsla(195, 9%, 91%, .1);
}

.style-guide-color-block.first {
  padding-top: 24px;
  border-top: 1px solid hsla(195, 9%, 91%, .1);
}

.cta-link {
  display: inline-block;
  margin-bottom: 12px;
  border-bottom: 2px solid #fa632a;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
}

.cta-link:hover {
  border-bottom-color: #fff;
  color: #fa5619;
  text-decoration: none;
}

.cta-link.invert {
  border-bottom-color: #fff;
  color: #161f29;
  font-weight: 700;
}

.cta-link.invert:hover {
  border-bottom-color: #161f29;
  color: #fff;
}

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

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

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

._50-percent {
  width: 50%;
}

.social-icon {
  width: 40px;
  height: 40px;
  margin-top: 12px;
  margin-right: 12px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, .3);
  border-radius: 100px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

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

.social-icon.twitter {
  background-image: url('../images/Twitter-Icon.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.social-icon.linkedin {
  background-image: url('../images/LinkedIn-Icon.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.social-icon.facebook {
  background-image: url('../images/Facebook-Icon.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

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

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

.social-icon.instagram {
  background-image: url('../images/IG-icon.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.fake-h6 {
  margin-bottom: 6px;
  padding-top: 8px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}

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

.logo-img.float-bar {
  margin-top: 0px;
}

.floating-nav-bar {
  position: fixed;
  left: 0px;
  top: -120px;
  right: 0px;
  z-index: 1111;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 4%;
  padding-left: 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;
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, .04);
}

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

.number {
  font-family: Montserrat, sans-serif;
  color: #fa632a;
  font-size: 100px;
  line-height: 120px;
  font-weight: 900;
}

.thumb-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
}

.nav-bar {
  position: relative;
  z-index: 1002;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 4%;
  padding-left: 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: rgba(22, 31, 41, .9);
}

.search-link {
  width: 48px;
  height: 36px;
  background-image: url('../images/Search-icon.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.hamburger {
  width: 48px;
  height: 36px;
  border-bottom-style: none;
  background-image: url('../images/Hamburger.svg');
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

.hamburger.close {
  background-image: url('../images/Close-icon.svg');
  background-size: auto;
}

.nav-link-x {
  display: inline-block;
  padding: 42px 18px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.nav-link-x:hover {
  color: #fa5619;
  text-decoration: none;
}

.nav-link-x.w--current {
  border-top-color: #ff452c;
  color: #fa632a;
}

.nav-link-x.search {
  background-image: url('../images/Search-icon.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.nav-menu-desktop {
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.floating-img {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 40%;
  margin-top: -12px;
  margin-bottom: -12px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -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: left;
}

.floating-img.reverse {
  left: 0px;
  top: 0px;
  right: auto;
  bottom: 0px;
}

.gallery-thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
}

.footer-link {
  display: inline-block;
  padding: 6px 18px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.footer-link:hover {
  color: hsla(0, 0%, 100%, .5);
  text-decoration: none;
}

/*
.footer-link.w--current {
  border-top-color: #ff452c;
  color: #1e194c;
}
*/

.nav-menu-mobile {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.avatar {
  max-height: 180px;
  max-width: 180px;
  margin-top: 12px;
  margin-bottom: 12px;
  border-radius: 150px;
}

.member {
  position: relative;
  width: 23%;
  height: 400px;
  margin: 1%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card-flip {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.card-flip-side {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding: 36px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.card-flip-side.front {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(195, 9%, 91%, .1);
  background-color: hsla(0, 0%, 100%, .02);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  text-align: center;
}

.card-flip-side.back {
  background-color: #fa632a;
  background-image: url('../images/Orange-BG-Texture.jpg');
  background-position: 50% 50%;
  background-size: 800px;
  background-repeat: no-repeat;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.text-divider {
  margin-right: 12px;
  margin-left: 12px;
  color: hsla(195, 9%, 91%, .1);
}

.article-img.slider {
  padding-right: 108px;
}

.article-copy-block-wrap {
  overflow: hidden;
  padding: 36px 36px 24px;
}

.featured-image-wrap {
  position: relative;
  width: 100%;
  padding: 2% 2% 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.article-floating-block {
  position: absolute;
  right: 0px;
  bottom: 0px;
  max-width: 50%;
  padding: 48px;
  background-color: #fa632a;
  background-image: url('../images/Orange-BG-Texture.jpg');
  background-position: 50% 50%;
  background-size: 800px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: left;
}

.article-floating-block:hover {
  background-color: #fa5619;
}

.p-medium {
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 38px;
  font-weight: 200;
}

.dot-1 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 0 36px 4px #fefd00;
}

.map-dots-wrap {
  position: absolute;
  width: 100%;
  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;
}

.maptainer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.dot-2 {
  position: absolute;
  left: 60%;
  top: 60%;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 0 36px 4px #fefd00;
}

.dot-3 {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 0 36px 4px #fefd00;
}

.dot-4 {
  position: absolute;
  left: 60%;
  top: 30%;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 0 36px 4px #fefd00;
}

.dot-5 {
  position: absolute;
  left: 90%;
  top: 70%;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 0 36px 4px #fefd00;
}

.tooltip-text {
  position: absolute;
  left: -750%;
  top: 24px;
  z-index: 999;
  width: 200px;
  height: auto;
  padding: 8px 18px 6px;
  background-color: #57adae;
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, .12);
  text-align: center;
}

.show-tooltip {
  position: relative;
  left: -100%;
  top: -100%;
  width: 300%;
  height: 300%;
}

.social-icons-wrap {
  margin-top: 12px;
}

.page-no {
  margin-right: 2px;
  margin-left: 2px;
  padding: 6px 12px;
  border: 2px solid transparent;
  border-radius: 100px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
}

.page-no:hover {
  border-color: #fa5619;
  color: #fff;
  text-decoration: none;
}

.page-no.current {
  border-color: #fa5619;
}

.subnav-dropdown {
  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;
  background-color: transparent;
  color: #052135;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.dropdown-toggle {
  width: 100%;
  padding: 6px 24px;
  font-size: 16px;
  line-height: 28px;
}

.dropdown-list-nav {
  position: static;
  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;
  background-color: transparent;
}

.dropdown-link {
  position: static;
  margin-right: 12px;
  margin-left: 12px;
  padding: 12px 0px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

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

.dropdown-link.current {
  color: #fa632a;
}

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

.slider {
  width: 100%;
  height: auto;
  background-color: transparent;
}

.left-arrow {
  left: -72px;
}

.slide-nav {
  display: none;
}

.right-arrow {
  top: 0px;
  right: -72px;
}

.arrow-icon {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
}

.search-bar {
  position: absolute;
  left: 0px;
  top: 104px;
  right: 0px;
  z-index: 1001;
  width: 100%;
  padding-right: 4%;
  padding-left: 4%;
  background-color: #fa632a;
  box-shadow: 0 6px 24px 0 rgba(10, 2, 45, .06);
}

.form-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  position: static;
  right: 51px;
  width: 100%;
  margin-bottom: 36px;
}

.aside-block {
  width: 100%;
  padding: 48px;
  background-color: #fa632a;
  background-image: url('../images/Orange-BG-Texture.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.aside {
  position: static;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 45%;
  margin-top: -12px;
  margin-right: -80px;
  margin-bottom: -12px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -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: left;
}

.aside.reverse {
  left: 0px;
  top: 0px;
  right: auto;
  bottom: 0px;
  margin-right: 0px;
  margin-left: -80px;
}

.underline-list-item,
.has-underline-list-item ul li {
  padding-bottom: 12px;
  padding-left: 0px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .5);
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.underline-list-item.last,
.underline-list-item:last-child,
.has-underline-list-item ul li:last-child {
  margin-bottom: 0px;
  border-bottom-style: none;
}

.aside-block-list,
.has-aside-block-list ul {
  margin-bottom: 0px;
}

.aside-copy-wrap {
  margin-left: 104px;
}

.slider-logos {
  width: 100%;
  height: auto;
  background-color: transparent;
}

.slider-img {
  margin: 18px 30px;
}

.deco-dots-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  width: 40%;
  height: 200px;
}

.deco-dots-wrapper.reverse {
  left: auto;
  top: 0px;
  right: 0px;
}

.deco-dot-1 {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 0 36px 4px #fefd00;
}

.deco-dot-2 {
  position: absolute;
  left: 5%;
  top: 0%;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 0 36px 4px #fefd00;
}

.deco-dot-3 {
  position: absolute;
  left: 15%;
  top: 60%;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 0 36px 4px #fefd00;
}

.deco-dot-4 {
  position: absolute;
  left: 35%;
  top: 30%;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 0 36px 4px #fefd00;
}

.deco-dot-5 {
  position: absolute;
  left: 40%;
  top: 40%;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 0 36px 4px #fefd00;
}

.deco-dot-6 {
  position: absolute;
  left: 60%;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 0 36px 4px #fefd00;
}

.deco-dot-7 {
  position: absolute;
  left: 80%;
  top: 20%;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 0 36px 4px #fefd00;
}

.hide {
  display: none;
}

.gallery-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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="nav-hidden"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(100vh, 0px) scale(0.7000000000000001, 0.7000000000000001);
  -ms-transform: translate(100vh, 0px) scale(0.7000000000000001, 0.7000000000000001);
  transform: translate(100vh, 0px) scale(0.7000000000000001, 0.7000000000000001);
}

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

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

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

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

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

html.w-mod-js *[data-ix="hide-tooltip"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, 36px) scale(1.3, 1.3);
  -ms-transform: translate(0px, 36px) scale(1.3, 1.3);
  transform: translate(0px, 36px) scale(1.3, 1.3);
}

html.w-mod-js *[data-ix="search-hidden"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, -60px);
  -ms-transform: translate(0px, -60px);
  transform: translate(0px, -60px);
}

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

@media (max-width: 991px) {
  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: #fa5619;
  }
  .p-small.caption {
    margin-bottom: 24px;
  }
  .section {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .section.hero-large {
    position: relative;
    margin-top: 60px;
    padding-top: 6%;
  }
  .section.footer {
    padding-bottom: 24%;
  }
  .section.hero-small {
    position: relative;
    margin-top: 60px;
    padding-top: 6%;
  }
  .section.hero-simple {
    position: relative;
    margin-top: 60px;
    padding-top: 6%;
  }
  .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%;
  }
  .subheading {
    font-size: 18px;
    line-height: 28px;
  }
  .nav-link {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 20px 24px 20px 4%;
    border-bottom: 1px solid hsla(0, 0%, 100%, .12);
    color: #fff;
    text-align: left;
  }
  .nav-link:hover {
    color: #fff;
  }
  .nav-link.w--current {
    background-image: none;
    background-position: 0px 0px;
    background-repeat: repeat;
    color: #fff;
  }
  .nav-link.last {
    background-color: #fa632a;
    color: #fff;
  }
  .container {
    padding-right: 40px;
    padding-left: 40px;
  }
  .container.perspective {
    -webkit-perspective: 2200px;
    perspective: 2200px;
  }
  .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;
  }
  .logo-img {
    width: 90px;
    margin-top: 6px;
  }
  .floating-nav-bar {
    padding-top: 12px;
    padding-right: 36px;
    padding-bottom: 12px;
  }
  .number {
    font-size: 60px;
    line-height: 72px;
  }
  .thumb-link {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .nav-bar {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    min-height: 60px;
    padding: 12px 4%;
    background-color: #161f29;
    box-shadow: 0 12px 36px 0 rgba(0, 0, 0, .24);
  }
  .search-link {
    float: right;
  }
  .top-bar-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hamburger {
    width: 52px;
    margin-left: 12px;
    border-left: 1px solid hsla(195, 9%, 91%, .1);
  }
  .hamburger.close {
    position: fixed;
    top: 0px;
    right: 0px;
    margin-top: 3%;
    margin-right: 4%;
    margin-left: 0px;
    border-left-style: none;
  }
  .nav-link-x {
    padding-top: 6%;
    padding-bottom: 6%;
    border-bottom: 1px solid hsla(0, 0%, 100%, .12);
    border-top-style: none;
    background-color: transparent;
    color: #fff;
    font-size: 6vw;
    line-height: 125%;
    font-weight: 700;
    text-align: left;
  }
  .nav-link-x.w--current {
    color: #fff;
  }
  .nav-link-x.last,
  .nav-link-x:last-child {
    border-bottom-style: none;
  }
  .nav-menu-desktop {
    display: none;
  }
  .footer-link {
    padding-right: 12px;
    padding-left: 12px;
  }
  .footer-link.w--current {
    color: #fff;
  }
  .nav-menu-mobile {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 100;
    display: none;
    padding: 4%;
    -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;
    background-color: #161f29;
  }
  .member {
    width: 31.3%;
  }
  .card-flip-side {
    padding: 24px;
  }
  .article-img {
    max-width: 100%;
  }
  .article-img.slider {
    padding-right: 0px;
  }
  .hide-tablet {
    display: none;
  }
  .article-copy-block-wrap {
    padding-right: 24px;
    padding-left: 24px;
  }
  .article-floating-block {
    padding: 36px;
  }
  .social-icons-wrap {
    margin-bottom: 12px;
  }
  .left-arrow {
    left: 2%;
    top: 4%;
    width: 48px;
    height: 48%;
    margin-top: 0px;
    background-color: rgba(22, 31, 41, .5);
  }
  .right-arrow {
    left: 2%;
    width: 48px;
    height: 48%;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: rgba(22, 31, 41, .5);
  }
  .arrow-icon {
    font-size: 24px;
    line-height: 24px;
  }
  .search-bar {
    position: fixed;
    top: 60px;
  }
  .aside-block {
    padding: 36px;
  }
  .aside {
    margin-right: -40px;
  }
  .aside.reverse {
    margin-left: -40px;
  }
  .aside-copy-wrap {
    margin-left: 60px;
  }
  .slider-img {
    width: 90px;
    margin-right: 18px;
    margin-left: 18px;
  }
  .logo {
    width: 120px;
  }
}

@media (max-width: 767px) {
  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 {
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 32px;
  }
  .p-small.caption {
    margin-top: -5%;
  }
  .p-small.caption.featured-image {
    margin-top: 0%;
  }
  .button {
    margin-bottom: 12px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .section {
    padding-top: 6%;
    padding-bottom: 6%;
  }
  .section.hero-large {
    background-color: hsla(0, 0%, 100%, .05);
  }
  .section.footer {
    padding-bottom: 48%;
  }
  .section.hero-small {
    background-color: hsla(0, 0%, 100%, .05);
  }
  .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._50-percent {
    width: 100%;
  }
  .fluid-cell._25-percent {
    width: 100%;
  }
  .fluid-cell.intro {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }
  .fluid-cell.pagination {
    width: 100%;
    padding-top: 6%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .fluid-cell.article-block {
    width: 94%;
    margin: 3%;
  }
  .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;
  }
  .container.full-width {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .container.perspective {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-perspective: 4200px;
    perspective: 4200px;
  }
  .img-in-text,
  img.alignnone {
    margin-top: 8%;
    margin-bottom: 8%;
  }
  .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;
  }
  .form-item-wrap.action {
    text-align: center;
  }
  .floating-nav-bar {
    padding-left: 6%;
  }
  .hide-mobile {
    display: none;
  }
  .number {
    font-size: 54px;
    line-height: 66px;
  }
  .thumb-link {
    -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;
  }
  .nav-bar {
    padding-right: 6%;
    padding-left: 6%;
  }
  .hamburger.close {
    margin-top: 4%;
    margin-right: 6%;
  }
  .floating-img {
    position: static;
    width: 94%;
    margin: 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;
  }
  .gallery-thumb {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .footer-link {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .nav-menu-mobile {
    padding: 6%;
  }
  .member {
    width: 48%;
    height: 360px;
    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;
  }
  .article-copy-block-wrap {
    padding-top: 24px;
  }
  .featured-image-wrap {
    padding-top: 3%;
    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-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .article-floating-block {
    position: static;
    max-width: 100%;
    padding: 24px 48px 24px 24px;
  }
  .p-medium {
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 32px;
  }
  .dot-1 {
    width: 10px;
    height: 10px;
  }
  .dot-2 {
    width: 10px;
    height: 10px;
  }
  .dot-3 {
    width: 10px;
    height: 10px;
  }
  .dot-4 {
    width: 10px;
    height: 10px;
  }
  .dot-5 {
    width: 10px;
    height: 10px;
  }
  .tooltip-text {
    left: -950%;
    top: 18px;
    display: none;
  }
  .show-tooltip {
    display: none;
  }
  .subnav-dropdown {
    display: block;
    width: 100%;
    background-color: #fa632a;
    box-shadow: 0 12px 36px 0 rgba(0, 0, 0, .06);
  }
  .dropdown-toggle {
    padding-top: 18px;
    padding-bottom: 18px;
    background-image: url('../images/Arrow-Down-Icon.svg');
    background-position: 94% 50%;
    background-repeat: no-repeat;
    font-family: Montserrat, sans-serif;
    color: #fff;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
  }
  .dropdown-list-nav {
    position: static;
    display: none;
    padding-right: 24px;
    padding-left: 24px;
  }
  .dropdown-list-nav.w--open {
    padding-bottom: 6px;
  }
  .dropdown-link {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: 1px solid hsla(195, 9%, 91%, .1);
  }
  .dropdown-link:hover {
    color: #fff;
  }
  .dropdown-link.current {
    padding-right: 0px;
    padding-left: 0px;
    color: #fff;
  }
  .dropdown-link.last {
    margin-bottom: 6px;
  }
  .left-arrow {
    left: auto;
    top: auto;
    right: 3%;
    bottom: 50px;
    height: 48px;
    background-color: rgba(22, 31, 41, .2);
  }
  .right-arrow {
    left: auto;
    top: auto;
    right: 3%;
    bottom: 0px;
    height: 48px;
    background-color: rgba(22, 31, 41, .2);
  }
  .search-bar {
    top: 60px;
    padding-right: 6%;
    padding-left: 6%;
  }
  .aside-block {
    padding: 24px;
  }
  .aside {
    position: static;
    width: 94%;
    margin: 3% 3% 0px;
    -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;
  }
  .aside.reverse {
    margin-left: 0px;
  }
  .aside-copy-wrap {
    margin-left: 0px;
  }
  .deco-dots-wrapper {
    display: none;
  }
  .deco-dot-1 {
    width: 10px;
    height: 10px;
  }
  .deco-dot-2 {
    width: 10px;
    height: 10px;
  }
  .deco-dot-3 {
    width: 10px;
    height: 10px;
  }
  .deco-dot-4 {
    width: 10px;
    height: 10px;
  }
  .deco-dot-5 {
    width: 10px;
    height: 10px;
  }
  .deco-dot-6 {
    width: 10px;
    height: 10px;
  }
  .deco-dot-7 {
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 479px) {
  .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.footer {
    padding-bottom: 60%;
  }
  .fluid-cell {
    padding-right: 0px;
    padding-left: 0px;
  }
  .fluid-cell.pagination {
    padding-top: 8%;
  }
  .fluid-cell.article-block {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }
  .subheading {
    font-size: 14px;
    line-height: 24px;
  }
  .text-field.search {
    font-size: 18px;
    line-height: 28px;
  }
  .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;
  }
  .container.perspective {
    -webkit-perspective: 5200px;
    perspective: 5200px;
  }
  .form {
    -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: 10%;
    margin-bottom: 10%;
  }
  .form-item-wrap.half {
    width: 98%;
  }
  .floating-nav-bar {
    padding: 3% 24px 3% 8%;
  }
  .hamburger {
    width: 48px;
  }
  .hamburger.close {
    margin-top: 6%;
    margin-right: 8%;
  }
  .floating-img {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }
  .nav-menu-mobile {
    padding: 8%;
  }
  .member {
    width: 100%;
    height: 340px;
    margin: 3% 0%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .featured-image-wrap {
    padding-right: 0px;
    padding-left: 0px;
  }
  .dot-1 {
    width: 8px;
    height: 8px;
  }
  .dot-2 {
    width: 8px;
    height: 8px;
  }
  .dot-3 {
    width: 8px;
    height: 8px;
  }
  .dot-4 {
    width: 8px;
    height: 8px;
  }
  .dot-5 {
    width: 8px;
    height: 8px;
  }
  .tooltip-text {
    left: -1200%;
  }
  .social-icons-wrap {
    margin-top: 6px;
  }
  .dropdown-toggle {
    background-position: 90% 50%;
  }
  .left-arrow {
    right: 0%;
    bottom: 38px;
    width: 36px;
    height: 36px;
  }
  .right-arrow {
    right: 0%;
    width: 36px;
    height: 36px;
  }
  .arrow-icon {
    font-size: 18px;
    line-height: 18px;
  }
  .form-horizontal {
    -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;
  }
  .aside {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }
  .slider-img {
    margin: 12px;
  }
  .deco-dot-1 {
    width: 8px;
    height: 8px;
  }
  .deco-dot-2 {
    width: 8px;
    height: 8px;
  }
  .deco-dot-3 {
    width: 8px;
    height: 8px;
  }
  .deco-dot-4 {
    width: 8px;
    height: 8px;
  }
  .deco-dot-5 {
    width: 8px;
    height: 8px;
  }
  .deco-dot-6 {
    width: 8px;
    height: 8px;
  }
  .deco-dot-7 {
    width: 8px;
    height: 8px;
  }
}

