 body {
   font-family: 'Source Sans Pro', sans-serif;
   color: #525b5c;
   font-size: 18px;
   line-height: 30px;
   font-weight: 400;
 }

 h1 {
   margin-top: 0px;
   margin-bottom: 12px;
   padding-top: 12px;
   font-family: 'Roboto Condensed', sans-serif;
   color: #021e22;
   font-size: 60px;
   line-height: 72px;
   font-weight: 700;
 }

 h2 {
   margin-top: 0px;
   margin-bottom: 12px;
   padding-top: 12px;
   font-family: 'Roboto Condensed', sans-serif;
   color: #021e22;
   font-size: 46px;
   line-height: 58px;
   font-weight: 700;
 }

 h3 {
   margin-top: 0px;
   margin-bottom: 12px;
   padding-top: 12px;
   font-family: 'Roboto Condensed', sans-serif;
   color: #021e22;
   font-size: 34px;
   line-height: 46px;
   font-weight: 700;
 }

 h4 {
   margin-top: 0px;
   margin-bottom: 12px;
   padding-top: 12px;
   font-family: 'Roboto Condensed', sans-serif;
   color: #021e22;
   font-size: 26px;
   line-height: 38px;
   font-weight: 700;
 }

 h5 {
   margin-top: 0px;
   margin-bottom: 8px;
   padding-top: 12px;
   font-family: 'Roboto Condensed', sans-serif;
   color: #021e22;
   font-size: 20px;
   line-height: 32px;
   font-weight: 700;
 }

 h6 {
   margin-top: 0px;
   margin-bottom: 6px;
   padding-top: 8px;
   font-family: 'Roboto Condensed', sans-serif;
   color: #021e22;
   font-size: 16px;
   line-height: 26px;
   font-weight: 700;
 }

 p {
   margin-bottom: 12px;
   color: #525b5c;
 }

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

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

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

 ol {
   margin-top: 24px;
   margin-bottom: 24px;
   padding-left: 0px;
   list-style-type: decimal;
 }

 li {
   margin-bottom: 12px;
   margin-left: 24px;
   color: #021e22;
 }

 label {
   display: block;
   padding-top: 12px;
   font-family: 'Open Sans', sans-serif;
   color: #021e22;
   font-size: 12px;
   line-height: 22px;
   font-weight: 700;
   letter-spacing: 1px;
   text-transform: uppercase;
 }

 strong {
   color: #021e22;
   font-weight: 700;
 }

 blockquote {
   margin-top: 24px;
   margin-bottom: 24px;
   margin-left: -30px;
   padding: 0px 0px 0px 26px;
   border-left: 4px solid #2376BC;
   color: #021e22;
   font-size: 26px;
   line-height: 38px;
 }

 .p-large {
   margin-bottom: 12px;
   font-size: 24px;
   line-height: 36px;
   font-weight: 300;
 }

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

 .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-1 {
   background-color: #021e22;
 }

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

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

 .style-guide-color.default-copy {
   background-color: #525b5c;
 }

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

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

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

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

 .button {
   position: relative;
   z-index: 1;
   min-width: 160px;
   margin-top: 12px;
   margin-bottom: 12px;
   padding: 12px 48px;
   border-radius: 30px;
   background-color: #2376BC;
   box-shadow: 0 12px 36px 0 rgba(0, 0, 0, 0.06);
   -webkit-transition: all 350ms ease;
   transition: all 350ms ease;
   font-family: 'Roboto Condensed', sans-serif;
   color: #fff;
   font-size: 16px;
   line-height: 26px;
   font-weight: 700;
   text-align: center;
   letter-spacing: 1px;
   text-transform: uppercase;
 }

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

 .button.no-t-margin {
   margin-top: 0px;
 }

 .button.in-row {
   margin-right: 12px;
   margin-left: 12px;
 }

 .section {
   position: relative;
   padding-top: 5vw;
   padding-bottom: 5vw;
   -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-t-padding, #remove_top {
   padding-top: 0% !important;
 }

 .section.no-b-padding {
   padding-bottom: 0% !important;
 }



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

 .section._404 {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   height: 100vh;
   -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;
 }

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

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

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

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

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

 .section.hero {
   padding-bottom: 0vw;
   background-color: #eeefef;
 }

 .single .section.hero {
   padding-top: 2vw;
   padding-bottom: 2vw;
 }

 .section.tint-texture {
   background-color: #eeefef;
   background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(238, 239, 239, 0.8)), to(rgba(238, 239, 239, 0.8))), url('../images/MAP-BG-IMG.jpg');
   background-image: linear-gradient(180deg, rgba(238, 239, 239, 0.8), rgba(238, 239, 239, 0.8)), url('../images/MAP-BG-IMG.jpg');
   background-position: 0px 0px, 50% 50%;
   background-size: auto, cover;
   background-repeat: repeat, no-repeat;
 }

 .fluid-cell {
   padding: 2vw;
   -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:hover {
   text-decoration: none;
 }

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

 .title_row .fluid-cell {
   padding: 2vw 3vw;
 }

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

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

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

 .fluid-cell._50-p.center-object {
   padding: 1%;
 }

 .fluid-cell._50-p.center-object-desktop {
   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._25-p {
   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;
   -webkit-transition: all 250ms ease;
   transition: all 250ms ease;
   text-align: center;
 }

 .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.center-object.item-start {
   justify-content: start;
   -webkit-justify-content: start;
 }

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

 .invert {
   color: #fff;
 }

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

 .subheading {
   margin-bottom: 18px;
   color: #2376BC;
   font-size: 18px;
   line-height: 28px;
   font-weight: 600;
   letter-spacing: 1px;
   text-transform: uppercase;
 }

 .subheading.above {
   margin-top: 12px;
   margin-bottom: -6px;
 }

 .subheading.above.t-margin {
   margin-top: 24px;
   margin-bottom: -12px;
 }

 .subheading.below {
   margin-top: -6px;
 }

 .subheading.large {
   font-size: 24px;
   line-height: 34px;
 }

 .subheading.invert {
   color: #fff;
 }

 .text-field {
   padding: 26px 24px;
   border-style: none none solid;
   border-width: 1px;
   border-color: #000 #000 #dcdede;
   background-color: #eeefef;
   -webkit-transition: all 200ms ease;
   transition: all 200ms ease;
   color: #021e22;
   font-size: 16px;
   line-height: 28px;
 }

 .text-field:focus {
   border-color: #021e22 #021e22 #2376BC;
 }

 .text-field::-webkit-input-placeholder {
   color: rgba(142, 148, 149, 0.5);
 }

 .text-field:-ms-input-placeholder {
   color: rgba(142, 148, 149, 0.5);
 }

 .text-field::-ms-input-placeholder {
   color: rgba(142, 148, 149, 0.5);
 }

 .text-field::placeholder {
   color: rgba(142, 148, 149, 0.5);
 }

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

 .intro-img {
   max-width: 99%;
 }

 .container {
   position: relative;
   z-index: 3;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   margin-right: auto;
   margin-left: auto;
   padding-right: 2vw;
   padding-left: 2vw;
   -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-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;
 }

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

 .fake-h1 {
   margin-bottom: 12px;
   padding-top: 12px;
   font-family: 'Roboto Condensed', sans-serif;
   color: #021e22;
   font-size: 60px;
   line-height: 72px;
   font-weight: 700;
 }

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

 .fake-h2 {
   margin-bottom: 12px;
   padding-top: 12px;
   font-family: 'Roboto Condensed', sans-serif;
   color: #021e22;
   font-size: 46px;
   line-height: 58px;
   font-weight: 700;
 }

 .fake-h2.heading-deco {
   margin-top: 12px;
 }

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

 .fake-h3 {
   margin-bottom: 12px;
   padding-top: 12px;
   font-family: 'Roboto Condensed', sans-serif;
   color: #021e22;
   font-size: 34px;
   line-height: 46px;
   font-weight: 700;
 }

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

 .fake-h4 {
   margin-bottom: 12px;
   padding-top: 12px;
   font-family: 'Roboto Condensed', sans-serif;
   color: #021e22;
   font-size: 26px;
   line-height: 38px;
   font-weight: 700;
 }

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

 .fake-h5 {
   margin-bottom: 8px;
   padding-top: 12px;
   font-family: 'Roboto Condensed', sans-serif;
   color: #021e22;
   font-size: 22px;
   line-height: 32px;
   font-weight: 700;
 }

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

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

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

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

 .form-item-wrap.info {
   padding-top: 24px;
 }

 .center {
   text-align: center;
 }

 .fake-h6 {
   margin-bottom: 6px;
   padding-top: 8px;
   font-family: 'Roboto Condensed', sans-serif;
   color: #021e22;
   line-height: 26px;
   font-weight: 700;
 }

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

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

 .modal-wrapper {
   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;
 }

 .close {
   display: block;
   width: 36px;
   height: 36px;
   margin-bottom: 12px;
   -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;
   border-radius: 36px;
   background-color: #2376BC;
   background-image: url('../images/Close-icon.svg');
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 ._100-p-block {
   width: 100%;
   padding: 2.5vw;
   background-color: #fff;
   box-shadow: 0 12px 48px 0 rgba(0, 0, 0, 0.12);
 }

 .sticky-nav-link {
   display: inline-block;
   padding-top: 4%;
   padding-bottom: 4%;
   border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
   -webkit-transition: all 200ms ease;
   transition: all 200ms ease;
   font-family: 'Open Sans', sans-serif;
   color: #fff;
   font-size: 3vw;
   line-height: 30%;
   font-weight: 700;
   letter-spacing: 0px;
   text-transform: uppercase;
 }

 .sticky-nav-link:hover {
   border-bottom-color: hsla(0, 0%, 100%, 0.31);
   color: #E9AA22;
   text-decoration: none;
 }

 .sticky-nav-link.w--current {
   border-top-color: #2376BC;
 }

 .sticky-nav {
   position: absolute;
   left: 0%;
   top: 0%;
   right: 0%;
   bottom: 0%;
   z-index: 100;
   display: none;
   overflow: auto;
   width: 100%;
   height: 100vh;
   margin-top: 64px;
   padding: 4%;
   -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;
   background-color: #2376BC;
 }

 .block-img-wrap {
   position: relative;
   overflow: hidden;
   width: 50%;
   height: 100%;
   min-height: 250px;
 }

 .heroV2 .block-img-wrap {
   width: 75%;
 }

 .heroV2 .block-img-wrap.mobile {
   display: none
 }

 .heroV2 .block-wrap-dark._25-p {
   width: 25%;
   -webkit-box-flex: 0;
   -webkit-flex: 0 auto;
   -ms-flex: 0 auto;
   flex: 0 auto;
 }

 .heroV2 {
   margin-top: 80px;
 }

 .heroV2 .container:before {
   content: "";
   position: absolute;

   top: -50px;
   bottom: -50px;
   left: -50px;
   right: -50px;
   background: url(../images/herobg.png);
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover
 }

 .block-img-wrap.port {
   width: 100%;
   height: 50%;
 }

 .heading-deco {
   padding-top: 36px;
   background-image: url('../images/Deco-line.svg');
   background-position: 0% 0%;
   background-repeat: no-repeat;
 }

 .heading-deco.center {
   background-position: 50% 0%;
 }

 .share-button {
   width: 40px;
   height: 40px;
   max-height: 40px;
   margin-left: 12px;
   border-radius: 100px;
   background-color: #021e22;
   -webkit-transition: all 200ms ease;
   transition: all 200ms ease;
 }

 .share-button:hover {
   border-color: hsla(0, 0%, 100%, 0.8);
   background-color: #2376BC;
 }

 .share-button.email {
   background-image: url('../images/Email-icon.svg');
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 .share-button.facebook {
   background-image: url('../images/Facebook-Icon.svg');
   background-position: 50% 50%;
   background-repeat: no-repeat;
   background-size: 9px;
 }

 .share-button.LinkedIn {
   background-image: url('../images/LinkedIn-Icon.svg');
   background-position: 55% 50%;
   background-repeat: no-repeat;
   background-size: 19px;
 }

 .share-button.twitter {
   background-image: url('../images/Twitter-Icon.svg');
   background-position: 50% 50%;
   background-repeat: no-repeat;
   background-size: 14px;
 }

 .hide-desktop {
   display: none;
 }

 .block-cell {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   margin: 1%;
   -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;
 }

 .block-cell:hover {
   text-decoration: none;
 }

 .block-cell._50-p {
   width: 48%;
   -webkit-box-flex: 0;
   -webkit-flex: 0 auto;
   -ms-flex: 0 auto;
   flex: 0 auto;
 }

 .block-cell._25-p {
   width: 23%;
   -webkit-box-flex: 0;
   -webkit-flex: 0 auto;
   -ms-flex: 0 auto;
   flex: 0 auto;
 }

 .block-cell.land {
   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;
 }

 .block-cell._33-p {
   width: 31.333%;
   -webkit-box-flex: 0;
   -webkit-flex: 0 auto;
   -ms-flex: 0 auto;
   flex: 0 auto;
 }


 .block-cell.land._50-p {
   width: 48%;
 }

 .block-cell._75-p {
   width: 73%;
   -webkit-box-flex: 0;
   -webkit-flex: 0 auto;
   -ms-flex: 0 auto;
   flex: 0 auto;
 }

 .block-cell._100-p {
   width: 98%;
   -webkit-box-flex: 0;
   -webkit-flex: 0 auto;
   -ms-flex: 0 auto;
   flex: 0 auto;
 }

 .block-cell.port {
   -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;
 }

 .block-cell.map {
   width: 23%;
   -webkit-box-flex: 0;
   -webkit-flex: 0 auto;
   -ms-flex: 0 auto;
   flex: 0 auto;
 }

 .block-wrap-transparent {
   padding: 1vw;
 }

 .block-wrap-transparent._50-p {
   width: 50%;
 }

 .container-wrap-white {
   background-color: #fff;
 }


 .container.container-wrap-white {
   max-width: 1490px;
   padding: 0;
 }

 .block-wrap-white {
   width: 100%;
   padding: 2vw;
   background-color: #fff;
 }

 .no-t-padding .block-wrap-white {

   padding-top: 0;

 }
.small_t_padding .block-wrap-white {

   padding-top: 1vw
 }
 .no-b-padding .block-wrap-white {

   padding-bottom: 0;

 }

 .block-wrap-white._50-p {
   width: 50%;
 }

 .block-wrap-blue {
   position: relative;
   overflow: hidden;
   width: 100%;
   height: 100%;
   padding: 2vw;
   background-color: #2376BC;
   -webkit-transition: all 200ms ease;
   transition: all 200ms ease;
   text-transform: uppercase;
 }

 .block-wrap-blue:hover {
   background-color: #E9AA22;
 }

 .block-wrap-blue._50-p {
   width: 50%;
   text-transform: none;
 }

 .block-wrap-blue a:hover,
 .block-wrap-blue:hover a {
   text-decoration: none
 }

 .block-wrap-blue.map {
   /*background-image: url('../images/Africa-Map.png');*/
   background-position: 0% 0%;
   background-size: cover;
   background-repeat: no-repeat;
 }

 .block-wrap-dark {
   position: relative;
   overflow: hidden;
   width: 100%;
   height: 100%;
   padding: 2vw;
   background-color: #021e22;
   -webkit-transition: opacity 200ms ease;
   transition: opacity 200ms ease;
   text-transform: uppercase;
 }

 .block-wrap-dark._50-p {
   width: 50%;
 }

 .block-wrap-dark.port {
   height: 50%;
 }

 .list-img {
   width: 100px;
   height: 100px;
   margin-right: 18px;
 }

 .bio-list-wrap {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   margin-top: 24px;
   padding-bottom: 24px;
   -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: start;
   -webkit-align-items: flex-start;
   -ms-flex-align: start;
   align-items: flex-start;
   border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
 }

 .bio-list-wrap.last,
 .bio-list-wrap:last-child {
   padding-bottom: 0px;
   border-bottom-style: none;
 }

 .fake-h5-tight {
   padding-top: 12px;
   font-family: 'Roboto Condensed', sans-serif;
   color: #021e22;
   font-size: 20px;
   line-height: 32px;
   font-weight: 700;
 }

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

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

 .fake-h3-in-block {
   margin-bottom: 12px;
   padding-top: 12px;
   font-family: 'Roboto Condensed', sans-serif;
   color: #021e22;
   font-size: 34px;
   line-height: 44px;
   font-weight: 700;
 }


 .fake-h2-in-block {
   margin-bottom: 12px;
   padding-top: 12px;
   font-family: 'Roboto Condensed', sans-serif;
   color: #021e22;
   font-size: 36px;
   font-weight: 700;
   letter-spacing: -1.08px;
   line-height: 45px;
 }


 .fake-h2-in-block.invert,
 .fake-h3-in-block.invert {
   color: #fff;
 }

 .underline {
   border-bottom: 2px solid #2376BC;
 }

 .sticky-bar {
   position: -webkit-sticky;
   position: sticky;
   left: 0%;
   top: 0%;
   right: 0%;
   bottom: auto;
   z-index: 9999;
   -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: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   background-color: #f9f9f9
     /* #fff */
   ;
   box-shadow: 0 11px 48px 0 rgba(0, 0, 0, 0.06);
   transition: background-color 0.5s ease;
 }

 .sticky-bar.sticky-bar-stuck {
   background-color: #fff;
 }

 .single-special_focus .sticky-bar.sticky-bar-stuck {
   opacity: 0;
 }

 .sticky-nav-button {
   position: relative;
   z-index: 1;
   max-height: 40px;
   margin-right: 16px;
   padding: 7px 30px 7px 60px;
   border-radius: 30px;
   background-color: #2376BC;
   background-image: url('../images/Hamburger-icon.svg');
   background-position: 24px 50%;
   background-repeat: no-repeat;
   box-shadow: 0 12px 36px 0 rgba(0, 0, 0, 0.06);
   -webkit-transition: all 350ms ease;
   transition: all 350ms ease;
   font-family: 'Roboto Condensed', sans-serif;
   color: #fff;
   font-size: 16px;
   line-height: 26px;
   font-weight: 700;
   text-align: center;
   letter-spacing: 1px;
   text-transform: uppercase;
 }

 .sticky-nav-button:hover {
   border-color: #E9AA22;
   background-color: #E9AA22;
   box-shadow: 0 18px 36px 0 rgba(0, 0, 0, 0.18);
   color: #fff;
   text-decoration: none;
 }

 .sticky-nav-button.globe {
   background-image: url('../images/Globe-icon.svg');
 }

 .sticky-nav-button.weather {
   background-image: url('../images/weather_icon.svg');
   background-position: 13px 0px;
 }

 .sticky-nav-button.mountains {
   background-image: url('../images/mountains_icon.svg');
   background-position: 13px 0px;
 }

 .sticky-buttons-wrap {
   position: relative;
   z-index: 3;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   margin-right: auto;
   margin-left: auto;
   padding: 12px 3vw;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -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;
 }

 .block-img {
   position: absolute;
   left: 0%;
   top: 0%;
   right: 0%;
   bottom: 0%;
   width: 100%;
   height: 100%;
   /*background-image: url('../images/img-2.jpg');*/
   background-position: 50% 50%;
   background-size: cover;
   background-repeat: no-repeat;
 }

 .block-img._2 {
   background-image: url('../images/img-3.jpg');
 }

 .block-img._3 {
   background-image: url('../images/img-1_1.jpg');
 }

 .block-img._4 {
   background-image: url('../images/Map-IMG.jpg');
 }

 .block-arrow {
   position: absolute;
   left: auto;
   top: 0%;
   right: 0%;
   bottom: auto;
   width: 36px;
   height: 36px;
   background-color: #2376BC;
   background-image: url('../images/Arrow-Block.png');
   background-position: 50% 50%;
   background-size: 9px;
   background-repeat: no-repeat;
 }

 .sticky-buttons {
   line-height: 0px;
 }

 .bg-img {
   position: absolute;
   left: 0%;
   top: 64px;
   right: 0%;
   bottom: 0%;
   display: block;
   background-color: #2376BC;
   background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(238, 239, 239, 0.8)), to(#eeefef)), url('../images/MAP-BG-IMG.jpg');
   background-image: linear-gradient(180deg, rgba(238, 239, 239, 0.8), #eeefef), url('../images/MAP-BG-IMG.jpg');
   background-position: 0px 0px, 50% 0%;
   background-size: auto, cover;
   z-index: 1;
 }

 .bg-img.z-index {
   z-index: 0;
 }

 .block-arrow-dark {
   position: absolute;
   left: auto;
   top: auto;
   right: 0%;
   bottom: 0%;
   width: 36px;
   height: 36px;
   background-color: #021e22;
   background-image: url('../images/Arrow-Block.png');
   background-position: 50% 50%;
   background-size: 9px;
   background-repeat: no-repeat;
 }

 .embed {
   width: 100%;
   margin-top: 24px;
 }

 .menu-bar {
   position: relative;
   z-index: 2000;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   padding: 20px 4vw;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   background-color: #fff;
 }

 .default-nav-link {
   display: inline-block;
   margin-right: 18px;
   margin-left: 18px;
   padding-top: 6px;
   padding-bottom: 6px;
   -webkit-transition: all 200ms ease;
   transition: all 200ms ease;
   font-family: "Source Sans Pro", sans-serif;
   ;
   color: #2375bb;
   font-size: 15px;
   line-height: 20px;
   font-weight: 600;
   letter-spacing: 1px;
   text-transform: uppercase;

 }

 .default-nav-link:hover {
   color: #00467f;
   text-decoration: none;
 }

 .default-nav-link.w--current {
   border-bottom-color: #10c8d8;
 }

 .menu-right {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   width: 80%;
   -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;
 }

 .menu-left {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   width: 40%;
   -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;
 }

 .logo {

   width: 125px;
   height: auto;
   margin-right: auto;
   margin-left: 0;
 }

 .sticky-regions,
 .sticky-special-focus {
   position: absolute;
   left: 0%;
   top: 0%;
   right: 0%;
   bottom: 0%;
   z-index: 100;
   display: none;
   overflow: auto;
   width: 100%;
   height: 100vh;
   margin-top: 64px;
   padding: 4%;
   -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;
   background-color: #2376BC;
 }

 .menu-mobile {
   position: absolute;
   left: 0%;
   top: 0%;
   right: 0%;
   bottom: 0%;
   z-index: 100;
   display: none;
   overflow: auto;
   width: 100%;
   height: 100vh;
   padding: 4%;
   -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;
   background-color: #00467f;
 }

 .hamburger {
   display: none;
   width: 72px;
   height: 72px;
   background-image: url('../images/Hamburger-icon.svg');
   background-position: 50% 50%;
   background-repeat: no-repeat;
   background-color: #00467f
 }

 .mobile-nav-link {
   display: inline-block;
   padding-top: 4%;
   padding-bottom: 4%;
   border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
   -webkit-transition: all 200ms ease;
   transition: all 200ms ease;
   font-family: 'Open Sans', sans-serif;
   color: #fff;
   font-size: 3vw;
   line-height: 30%;
   font-weight: 700;
   letter-spacing: 0px;
   text-transform: uppercase;
 }

 .mobile-nav-link:hover {
   border-bottom-color: hsla(0, 0%, 100%, 0.31);
   color: #021e22;
   text-decoration: none;
 }

 .mobile-nav-link.w--current {
   border-top-color: #2376BC;
 }

 .footer-logo {
   margin-right: 12px;
   margin-bottom: 12px;
   margin-left: 12px;
 }

 .footer-logo {
   margin-right: 12px;
   margin-bottom: 12px;
   margin-left: 12px;
   max-height: 64px;
   width: auto;
 }

 .footer-logo-happy {
   margin-bottom: 18px;
 }

 .p-light {
   color: #8e9495;
 }

 .sub-nav {
   position: -webkit-sticky;
   position: sticky;
   top: 0px;
   z-index: 5;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-justify-content: space-around;
   -ms-flex-pack: distribute;
   justify-content: space-around;
   -webkit-box-align: stretch;
   -webkit-align-items: stretch;
   -ms-flex-align: stretch;
   align-items: stretch;
   -webkit-box-flex: 1;
   -webkit-flex: 1;
   -ms-flex: 1;
   flex: 1;
   border-bottom: 1px solid #e0e0e0;
   background-color: #021e22;
   text-align: center;
 }

 .special-sticky {
   position: -webkit-sticky;
   /* Safari */
   position: sticky;
   top: 0;
   left: 0%;
   top: 0%;
   right: 0%;
   bottom: auto;
   z-index: 1111;
   margin-top: 0;
   margin-bottom: 0;
 }

 body.single {
   background-color: #eeefef;
 }

 .sub-nav.special {
   background-color: #ffffff;
 }

 .sub-nav-link {
   display: inline-block;
   padding: 24px;
   -webkit-box-flex: 1;
   -webkit-flex: 1;
   -ms-flex: 1;
   flex: 1;
   border-right: 1px solid hsla(0, 0%, 100%, 0.2);
   font-family: 'Roboto Condensed', sans-serif;
   color: #fff;
   font-size: 16px;
   line-height: 20px;
   font-weight: 700;
   letter-spacing: 1px;
   text-transform: uppercase;
 }

 .sub-nav.special .sub-nav-link {
   color: #021e22;
   font-family: "Source Sans Pro";
   font-size: 18px;
   font-weight: 400;
 }

 .sub-nav-link:hover {
   color: #E9AA22;
   text-decoration: none;
 }

 .sub-nav.special .sub-nav-link:hover {
   font-weight: 700;
 }

 .sub-nav-link.w--current {
   border-bottom-color: #24b7c1;
 }

 .sub-nav.special .sub-nav-link.w--current {
   font-weight: 700;
   border-bottom-color: transparent;
 }

 .sub-nav-link.last,
 .sub-nav-link:last-child {
   border-right-style: none;
 }

 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.7, 0.7);
   -ms-transform: translate(100vh, 0px) scale(0.7, 0.7);
   transform: translate(100vh, 0px) scale(0.7, 0.7);
 }

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

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

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

 @media screen and (min-width: 1440px) {
   .button.no-t-margin {
     margin-top: 6px;
   }

   .container {
     max-width: 1600px;
   }

   .sticky-buttons-wrap {
     max-width: 1600px;
     padding-right: 3vw;
     padding-left: 3vw;
   }

   .fake-h2-in-block {
     font-size: 40px;
     font-weight: 700;
     letter-spacing: -1.08px;
     line-height: 49px;
   }


 }

 @media (min-width: 1140px) {

   #topNav .container {
     padding-left: 0
   }

   .logo {
     width: 100px;
     height: auto;
     margin-right: auto;
     margin-left: 0;
   }

 }

 @media screen and (min-width: 2000px) {

   #topNav .container {
     padding-left: 3vw
   }


 }


 @media screen and (max-width: 1380px) {
   .sticky-nav-link {
     font-size: 2.4vw;
   }

   .sticky-regions {
     padding: 2% 4%;
   }
 }
 
 @media screen and (max-width: 1280px) 
 {
    a.break:before {
        display: block;
        width: 100%;
        height: 11px;
        content: "";
    }
 }


 @media (max-width: 1140px) and (min-width:991px) {
   .default-nav-link {
     margin-right: 13px;
     margin-left: 13px;
     font-size: 13px;

   }

 }

 @media screen and (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: #2376BC;
   }

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

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

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

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

   .modal-wrapper {
     overflow: scroll;
     -webkit-box-align: start;
     -webkit-align-items: flex-start;
     -ms-flex-align: start;
     align-items: flex-start;
   }

   .modal {
     max-width: 70vw;
     padding-top: 120px;
     padding-bottom: 48px;
   }

   ._100-p-block {
     padding: 4vw;
   }

   .sticky-nav-link {
     font-size: 4vw;
     line-height: 100%;
   }

   .sticky-nav-link:hover {
     border-bottom-color: hsla(0, 0%, 100%, 0.2);
     color: #fff;
   }

   .sticky-nav-link.w--current {
     border-bottom-color: hsla(0, 0%, 100%, 0.2);
     background-image: none;
     background-repeat: repeat;
     color: #fff;
   }

   .sticky-nav-link.highlighted {
     color: #2376BC;
   }

   .block-cell {
     -webkit-box-pack: start;
     -webkit-justify-content: flex-start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     -webkit-box-flex: 1;
     -webkit-flex: 1;
     -ms-flex: 1;
     flex: 1;
   }

   .block-cell.land._75-p {
     width: 73%;
   }

   .block-cell._75-p {
     width: 48%;
   }

   .block-cell.map {
     width: 48%;
   }

   .block-wrap-white {
     padding: 3vw;
   }

   .block-wrap-blue {
     width: 100%;
     padding: 3vw;
   }

   .block-wrap-dark {
     padding: 3vw;
   }

   .bio-list-wrap {
     margin-top: 34px;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
   }

   .fake-h3-in-block,
   .fake-h2-in-block {
     font-size: 30px;
     line-height: 40px;
   }

   .menu-bar {
     padding: 0px 0vw;
     -webkit-box-pack: end;
     -webkit-justify-content: flex-end;
     -ms-flex-pack: end;
     justify-content: flex-end;
   }

   .default-nav-link {
     margin-right: 0px;
     margin-left: 0px;
     padding: 4% 0px;
     border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
     color: #fff;
     font-size: 4vw;
     line-height: 100%;
     text-align: left;
   }

   .default-nav-link:hover {
     border-bottom-color: hsla(0, 0%, 100%, 0.2);
     color: #fff;
   }

   .default-nav-link.w--current {
     border-bottom-color: hsla(0, 0%, 100%, 0.2);
     background-image: none;
     background-repeat: repeat;
     color: #fff;
   }

   .menu-right {
     display: none;
   }

   .menu-left {
     display: none;
   }

   .logo {
     position: static;
     margin-left: 0px;
     margin: auto 0;
   }

   .menu-mobile {
     margin-top: 72px;
   }

   .hamburger {
     display: block;
     border-left: 1px solid hsla(0, 0%, 100%, 0.15);
   }

   .mobile-nav-link {
     font-size: 4vw;
     line-height: 100%;
   }

   .mobile-nav-link:hover {
     border-bottom-color: hsla(0, 0%, 100%, 0.2);
     color: #fff;
   }

   .mobile-nav-link.w--current {
     border-bottom-color: hsla(0, 0%, 100%, 0.2);
     background-image: none;
     background-repeat: repeat;
     color: #fff;
   }

   .sub-nav {
     -webkit-box-flex: 1;
     -webkit-flex: 1;
     -ms-flex: 1;
     flex: 1;
   }

   .sub-nav-link {
     padding-right: 12px;
     padding-left: 12px;
     font-size: 14px;
     line-height: 26px;
   }
   .block-cell._50-p ,.block-cell._33-p, .block-cell._75-p {
      width: 100%;
   }
      
 }

 @media screen and (max-width: 767px) {

   .logo {
     width: 100px;
     height: auto;
   }


   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 {
     margin-bottom: 18px;
   }

   .button {
     margin-bottom: 12px;
     padding-top: 14px;
     padding-bottom: 14px;
   }

   .button.in-row {
     margin-top: 0px;
     margin-right: 0px;
     margin-left: 0px;
   }

   .section {
     padding-top: 6vw;
     padding-bottom: 6vw;
   }

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

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

   .fluid-cell {
     padding: 3vw;
     -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-p {
     width: 100%;
   }

   .fluid-cell._33-p {
     width: 100%;
   }

   .fluid-cell._50-p ,.block-cell._75-p, .block-cell.land._50-p ,.block-cell._33-p{
     width: 100%;
   }
   
   
   .fluid-cell._50-p.center-object {
     padding: 3vw;
   }

   .fluid-cell._50-p.center-object-desktop {
     -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;
   }

   .fluid-cell._25-p {
     width: 100%;
   }

   .fluid-cell.intro {
     width: 100%;
     margin-right: 0%;
     margin-left: 0%;
   }

   .subheading {
     margin-top: 12px;
     background-image: none;
     font-size: 16px;
     line-height: 26px;
   }

   .subheading.above.t-margin {
     margin-top: 18px;
   }

   .subheading.large {
     font-size: 22px;
     line-height: 32px;
   }

   .text-field {
     padding: 24px 18px;
   }

   .container {
     padding-right: 4vw;
     padding-left: 4vw;
   }

   .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-h2.heading-deco {
     margin-top: 6px;
   }

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

   .modal {
     padding-top: 96px;
     padding-bottom: 36px;
   }

   .close {
     margin-right: 12px;
   }

   ._100-p-block {
     padding: 6vw;
   }

   .sticky-nav {
     margin-top: 60px;
     padding: 6%;
   }

   .block-img-wrap,
   .heroV2 .block-img-wrap {
     /*test */
     width: 100%;
     min-height: 400px;
   }

   .heroV2 .block-img-wrap,
   .heroV2 .block-wrap-dark._25-p {
     width: 100%;
   }

   .heroV2 .block-img-wrap.desktop {
     display: none
   }

   .heroV2 .block-img-wrap.mobile {
     display: block
   }

   .block-img-wrap.port {
     min-height: 400px;
   }

   .heading-deco {
     padding-top: 30px;
   }

   .hide-desktop {
     display: block;
   }

   .block-cell {
     margin: 2vw 0%;
     -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;
   }

   .block-cell._50-p {
     width: 100%;
   }

   .block-cell._25-p {
     width: 100%;
   }

   .block-cell.land._50-p {
     width: 100%;
   }

   .block-cell.land._75-p {
     width: 100%;
   }

   .block-cell._75-p {
     width: 100%;
   }

   .block-cell._100-p {
     width: 100%;
   }

   .block-cell.map {
     width: 100%;
     min-height: 500px;
   }

   .block-wrap-transparent._50-p {
     width: 100%;
   }

   .block-wrap-white {
     padding: 4vw;
   }

   .block-wrap-white._50-p {
     width: 100%;
   }

   .block-wrap-blue {
     padding: 4vw;
   }

   .block-wrap-blue._50-p {
     width: 100%;
   }

   .block-wrap-dark {
     padding: 4vw;
   }

   .block-wrap-dark._50-p {
     width: 100%;
   }

   .bio-list-wrap {
     margin-top: 24px;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -webkit-flex-direction: row;
     -ms-flex-direction: row;
     flex-direction: row;
   }

   .fake-h5-tight {
     padding-top: 8px;
     font-size: 18px;
     line-height: 30px;
   }

   .cta-buttons {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     padding-top: 12px;
     -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;
   }

   .fake-h3-in-block,
   .fake-h2-in-block {
     margin-bottom: 8px;
     padding-top: 8px;
     font-size: 26px;
     line-height: 36px;
   }

   .sticky-nav-button {
     width: 84px;
     height: 40px;
     margin-right: 12px;
     padding: 0px;
     background-position: 50% 50%;
   }
   .sticky-nav-button.weather {
      background-position: 50% 50%;
   }
   .sticky-buttons-wrap {
     padding: 10px 4vw;
   }

   .bg-img {
     top: 60px;
   }

   .sticky-regions,
   .sticky-special-focus {
     margin-top: 60px;
     padding: 6%;
   }

   .menu-mobile {
     margin-top: 60px;
     padding: 6%;
   }

   .sub-nav {
     position: static;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     margin-bottom: 6%;
     padding: 3% 6%;
     -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;
     border-top: 1px solid #e9eaee;
     box-shadow: none;
     text-align: left;
   }

   .sub-nav-link {
     margin-right: 0px;
     margin-left: 0px;
     padding: 12px 0px;
     border-bottom: 1px solid rgba(233, 234, 238, 0.2);
     border-right-style: none;
     font-size: 16px;
     line-height: 28px;
   }

   .sub-nav-link:hover {
     border-bottom-color: #e9eaee;
   }

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

 @media screen and (max-width: 479px) {
   body {
     background-position: -330px -20px;
   }

   .p-large {
     font-size: 22px;
     line-height: 34px;
   }

   .utility-page-content {
     width: 260px;
   }

   .button {
     padding-right: 36px;
     padding-left: 36px;
   }

   .section {
     padding-top: 7vw;
     padding-bottom: 7vw;
   }

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

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

   .fluid-cell {
     padding-right: 0px;
     padding-left: 0px;
   }

   .fluid-cell._50-p.center-object {
     padding-right: 0vw;
     padding-left: 0vw;
   }

   .subheading.above {
     margin-bottom: 0px;
   }

   .container {
     padding-right: 6vw;
     padding-left: 6vw;
     -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;
   }

   .fake-h2.heading-deco {
     margin-top: 18px;
   }

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

   .modal {
     max-width: none;
     margin-right: 8%;
     margin-left: 8%;
     padding-top: 84px;
     padding-bottom: 24px;
   }

   ._100-p-block {
     padding: 8vw;
   }

   .sticky-nav-link {
     padding-top: 6%;
     padding-bottom: 6%;
     font-size: 6vw;
   }

   .sticky-nav {
     padding: 8%;
   }

   .block-img-wrap {
     min-height: 300px;
   }

   .block-img-wrap.port {
     min-height: 300px;
   }

   .heading-deco {
     padding-top: 24px;
   }

   .block-cell {
     margin-top: 3vw;
     margin-bottom: 3vw;
   }

   .block-cell.map {
     min-height: 350px;
   }

   .block-wrap-white {
     padding: 6vw;
   }

   .block-wrap-blue {
     padding: 6vw;
   }

   .block-wrap-dark {
     padding: 6vw;
   }

   .bio-list-wrap {
     padding-bottom: 18px;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
   }

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

   .fake-h3-in-block,
   .fake-h2-in-block {
     line-height: 34px;
   }

   .sticky-nav-button {
     width: 40px;
   }

   .sticky-buttons-wrap {
     padding-right: 6vw;
     padding-left: 6vw;
   }

   .default-nav-link {
     padding-top: 6%;
     padding-bottom: 6%;
     font-size: 6vw;
   }

   .sticky-regions,
   .sticky-special-focus {
     padding: 8%;
   }

   .menu-mobile {
     padding: 8%;
   }

   .mobile-nav-link {
     padding-top: 6%;
     padding-bottom: 6%;
     font-size: 6vw;
   }

   .footer-logo {
     margin-top: 6px;
     margin-bottom: 6px;
   }

   .sub-nav {
     margin-bottom: 7%;
     padding-right: 8%;
     padding-left: 8%;
   }
   
   .list-img {
       width: 300px;
       height: 300px;
       margin-left:0;
   }
 }


 .highcharts-lollipop-stem {
   fill: #aad0ef;
   stroke: #aad0ef;
   stroke-width: 2px;
 }

 .highcharts-lollipop-low {
   fill: #2476bc;
   stroke: #2476bc;
   stroke-width: 4px;
 }

 .highcharts-lollipop-high {
   fill: #64a9e3;
   stroke: #64a9e3;
   stroke-width: 4px;
 }



 .lineschart g[clip-path] path {
   stroke-width: 2px;
 }
 
.google-visualization-tooltip-item {
     margin: 0 !important;
     padding: 0px 20px 10px !important;
     line-height: 1;
 }
 
 .google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child {
     margin: 0 !important;
     padding: 5px 20px 0 !important;
     line-height: 1;
 }
 .google-visualization-tooltip-item-list {
     list-style-type: none;
     margin: 0  !important;
     padding: 0  !important;
 }