@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Montserrat:wght@500;600;700&family=Open+Sans&display=swap");
body {
  color: #777777;
  font-size: 16px;
  background: white;
  line-height: 1.5;
  margin: 0;
  overflow-x: hidden;
  width: 100vw;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

@media (min-width: 550px) {
  body {
    font-size: 18px;
  }
}

@media (min-width: 1920px) {
  body {
    font-size: 22px;
  }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  line-height: 1.05;
  font-weight: normal;
  padding: 0;
  margin: 0 0 0.25em 0;
  color: #00203a;
}

h1, .h1 {
  font-size: 56px;
  font-family: "DM Serif Display", serif;
  font-weight: 400;
}

@media (min-width: 550px) {
  h1, .h1 {
    font-size: 100px;
  }
}

@media (min-width: 1920px) {
  h1, .h1 {
    font-size: 120px;
  }
}

h2, .h2 {
  font-size: 35px;
  font-family: "DM Serif Display", serif;
  font-weight: 400;
}

@media (min-width: 550px) {
  h2, .h2 {
    font-size: 43px;
  }
}

@media (min-width: 1920px) {
  h2, .h2 {
    font-size: 60px;
  }
}

h3, .h3 {
  font-size: 35px;
  font-family: "DM Serif Display", serif;
  font-weight: 400;
}

@media (min-width: 550px) {
  h3, .h3 {
    font-size: 30px;
  }
}

@media (min-width: 1920px) {
  h3, .h3 {
    font-size: 45px;
  }
}

h4, .h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  font-weight: 600;
}

@media (min-width: 550px) {
  h4, .h4 {
    font-size: 40px;
  }
}

@media (min-width: 1920px) {
  h4, .h4 {
    font-size: 45px;
  }
}

h5, .h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  font-weight: 700;
}

@media (min-width: 550px) {
  h5, .h5 {
    font-size: 28px;
  }
}

@media (min-width: 1920px) {
  h5, .h5 {
    font-size: 35px;
  }
}

h6, .h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
}

@media (min-width: 550px) {
  h6, .h6 {
    font-size: 16px;
  }
}

@media (min-width: 1920px) {
  h6, .h6 {
    font-size: 20px;
  }
}

input, textarea {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

b, strong {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #00203a;
}

a {
  color: #33739a;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  color: #00203a;
  text-decoration: underline;
}

#primary-menu a {
  color: #00203a;
  text-decoration: none;
  text-align: left;
}

#primary-menu ul li a {
  padding: 0;
  font-size: 18px !important;
}

#primary-menu a:hover {
  color: #33739a;
}

.g-animations__all-3s, .g-animations__children-all-3s * {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.g-animations__colour {
  -webkit-transition: color ease-in-out 0.12s;
  transition: color ease-in-out 0.12s;
}

.g-animations__none {
  -webkit-transition: none;
  transition: none;
}

@-webkit-keyframes animation--loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes animation--loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

.g-fontIconBase, .g-forms__datePicker .rcCalPopup::before, .g-menu__hamburger:after, .c-accordion__toggle::after, .c-slider__item--video .c-slider__itemThumbnail::after, .c-homepageRotator__navRight::before, .c-homepageRotator__navLeft::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.g-icon--spinner {
  display: inline-block;
  font-size: 38px;
  line-height: 1;
  -webkit-animation: animation--loading 1.2s linear infinite;
          animation: animation--loading 1.2s linear infinite;
}

html, body {
  width: 100%;
  overflow-x: hidden;
}

.g-layout__container {
  width: 100%;
  margin: 0;
  text-align: left;
  background: white;
}

.g-layout__container *, .g-layout__container *:before, .g-layout__container *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.g-layout__container img {
  max-width: 100%;
  border: none;
  height: auto;
}

.g-layout__container iframe {
  border: none;
}

.g-layout__maxWidth, .g-layout__content, .g-header, .g-header__content, .g-footer__content, .cu-module__content {
  margin: 0 auto;
  max-width: 1650px;
}

.g-layout__padding, .g-layout__content, .g-header, .g-header__content, .g-footer__content, .cu-module__content {
  padding: 20px 20px;
}

@media (min-width: 750px) {
  .g-layout__padding, .g-layout__content, .g-header, .g-header__content, .g-footer__content, .cu-module__content {
    padding: 40px 60px;
  }
}

@media (min-width: 1920px) {
  .g-layout__padding, .g-layout__content, .g-header, .g-header__content, .g-footer__content, .cu-module__content {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.mobile {
  display: block;
}

@media (min-width: 750px) {
  .mobile {
    display: none;
  }
}

.desktop {
  display: none;
}

@media (min-width: 750px) {
  .desktop {
    display: block;
  }
}

img.custom-logo {
  padding: 20px;
}

@media (min-width: 750px) {
  img.custom-logo {
    padding: 0px;
  }
}

.panel-widget-style {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

@media (min-width: 1366px) {
  .panel-widget-style {
    padding: 0px;
  }
}

/**
*    
*   Columns
*   Note: must update CSSTColumns Enum /_components/Enums.vb    
*    
**/
.g-columns {
  padding-left: 15px;
  padding-right: 15px;
}

.g-columns__group, .g-forms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
}

.g-columns__group::after, .g-forms::after {
  clear: both;
  content: '';
  display: table;
}

.g-columns__item, .g-columns__item--one, .g-columns__item--two, .g-columns__item--three, .g-columns__item--four, .g-columns__item--five, .g-columns__item--six, .g-columns__item--seven, .g-columns__item--eight, .g-columns__item--nine, .g-columns__item--ten, .g-columns__item--eleven, .g-columns__item--twelve {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 0 15px 0;
}

@media (min-width: 750px) {
  .g-columns__item, .g-columns__item--one, .g-columns__item--two, .g-columns__item--three, .g-columns__item--four, .g-columns__item--five, .g-columns__item--six, .g-columns__item--seven, .g-columns__item--eight, .g-columns__item--nine, .g-columns__item--ten, .g-columns__item--eleven, .g-columns__item--twelve {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 750px) {
  .g-columns__item--one {
    width: 8.33333%;
  }
}

@media (min-width: 750px) {
  .g-columns__item--two {
    width: 16.66667%;
  }
}

@media (min-width: 750px) {
  .g-columns__item--three {
    width: 25%;
  }
}

@media (min-width: 750px) {
  .g-columns__item--four {
    width: 33.33333%;
  }
}

@media (min-width: 750px) {
  .g-columns__item--five {
    width: 41.66667%;
  }
}

@media (min-width: 750px) {
  .g-columns__item--six {
    width: 50%;
  }
}

@media (min-width: 750px) {
  .g-columns__item--seven {
    width: 58.33333%;
  }
}

@media (min-width: 750px) {
  .g-columns__item--eight {
    width: 66.66667%;
  }
}

@media (min-width: 750px) {
  .g-columns__item--nine {
    width: 75%;
  }
}

@media (min-width: 750px) {
  .g-columns__item--ten {
    width: 83.33333%;
  }
}

@media (min-width: 750px) {
  .g-columns__item--eleven {
    width: 91.66667%;
  }
}

@media (min-width: 750px) {
  .g-columns__item--twelve {
    width: 100%;
  }
}

.g-gradient-raw {
  background-color: white;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(229, 229, 229, 0.4)));
  background-image: linear-gradient(white, rgba(229, 229, 229, 0.4));
  margin-bottom: -30px;
  padding: 60px 0px 60px 0px;
}

.g-columns-radius {
  border-radius: 5px;
}

ul:not([class]) {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul:not([class]) li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  padding: 0;
  margin-bottom: 10px;
  line-height: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

ul:not([class]) li::before {
  content: '\2022';
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 100%;
  margin: 0 30px 0 0;
}

.headerText {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 1366px) {
  .headerText {
    margin-left: 10%;
    margin-right: 10%;
  }
}

*[class*="g-btn"] {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  cursor: pointer;
  border: none;
  display: inline-block;
  padding: 10px 50px;
  position: relative;
  font-size: 18px;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  line-height: 1.1;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
}

*[class*="g-btn"]:hover, *[class*="g-btn"]:active, *[class*="g-btn"]:focus {
  text-decoration: none;
}

*[class*="g-btn"]:focus {
  -webkit-box-shadow: 0px 0px 0px 2px #33739a;
          box-shadow: 0px 0px 0px 2px #33739a;
}

*[class*="g-btn"]:disabled, *[class*="g-btn"][disabled] {
  cursor: default;
}

.g-btn {
  color: white !important;
  background: #00203a;
  font-size: 18px;
}

.g-btn:hover, .g-btn:active, .g-btn:focus {
  background-color: #33739a;
}

.g-btn:disabled:hover, .g-btn:disabled:active, .g-btn:disabled:focus, .g-btn[disabled]:hover, .g-btn[disabled]:active, .g-btn[disabled]:focus {
  background: #00203a;
}

.g-btn--secondary, .c-phNum__btn {
  color: white !important;
  background-color: #33739a;
  font-size: 18px;
  padding: 10px 50px;
}

.g-btn--secondary:hover, .c-phNum__btn:hover, .g-btn--secondary:active, .c-phNum__btn:active, .g-btn--secondary:focus, .c-phNum__btn:focus {
  color: #33739a !important;
  background-color: white;
}

.g-btn--secondary:focus, .c-phNum__btn:focus {
  -webkit-box-shadow: 0px 0px 0px 2px #00203a;
          box-shadow: 0px 0px 0px 2px #00203a;
}

.g-btn--secondary:disabled:hover, .c-phNum__btn:disabled:hover, .g-btn--secondary:disabled:active, .c-phNum__btn:disabled:active, .g-btn--secondary:disabled:focus, .c-phNum__btn:disabled:focus, .g-btn--secondary[disabled]:hover, .c-phNum__btn[disabled]:hover, .g-btn--secondary[disabled]:active, .c-phNum__btn[disabled]:active, .g-btn--secondary[disabled]:focus, .c-phNum__btn[disabled]:focus {
  background: #33739a;
}

.g-btn--disabled {
  color: rgba(255, 255, 255, 0.9);
  cursor: default;
  text-align: center;
  background-color: #777777;
}

.g-header {
  width: 100%;
  color: #00203a;
  background: white;
  padding: 0;
}

@media (min-width: 750px) {
  .g-header {
    padding: 40px 100px;
  }
}

.g-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.g-header__leftCol {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.g-header__logo {
  width: 125px;
}

@media (min-width: 1024px) {
  .g-header__logo {
    width: 175px;
  }
}

.g-header__rightCol {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin-left: auto;
}

.g-header__mobileMenuToggle {
  color: white;
  padding: 10px;
  font-size: 18px;
  border: none;
  border-radius: 100%;
  background: #00203a;
}

@media (min-width: 1024px) {
  .g-header__mobileMenuToggle {
    display: none;
  }
}

.g-layout--mobileMenuOpen .g-header__mobileMenuToggle:before {
  content: '\e908';
}

.g-header__menus {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  border-bottom: 1px solid #777777;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

@media (min-width: 1024px) {
  .g-header__menus {
    display: block !important;
    position: static;
    background: none;
    border-bottom: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.g-header__primaryMenuLevel1, .g-header__secondaryMenuLevel1 {
  margin: 0;
  padding: 0 0 20px 0;
  list-style-type: none;
}

@media (min-width: 1024px) {
  .g-header__primaryMenuLevel1, .g-header__secondaryMenuLevel1 {
    text-align: right;
  }
}

.g-header__primaryMenuItem, .g-header__secondaryMenuItem {
  display: block;
  padding: 0 20px;
  margin: 10px 0;
  border-bottom: 1px solid rgba(119, 119, 119, 0.3);
}

@media (min-width: 1024px) {
  .g-header__primaryMenuItem, .g-header__secondaryMenuItem {
    display: inline;
    padding: 0 10px;
    margin: 0;
    border-bottom: none;
  }
  .g-header__primaryMenuItem:last-of-type, .g-header__secondaryMenuItem:last-of-type {
    padding-right: 0;
  }
}

.g-header__primaryMenuLink {
  text-transform: uppercase;
  color: #00203a;
  font-size: 18px;
}

.g-header__primaryMenuLink:hover, .g-header__primaryMenuLink:active, .g-header__primaryMenuLink:focus {
  color: #edb43a;
  text-decoration: none;
}

.g-header__secondaryMenuLink {
  color: #777777;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.g-header__secondaryMenuLink:hover, .g-header__secondaryMenuLink:active, .g-header__secondaryMenuLink:focus {
  color: #00203a;
  text-decoration: none;
}

/*
 Primary Menu Styles
 */
.g-header__primaryMenuLevel1 > .g-header__primaryMenuItem {
  position: relative;
}

@media (min-width: 1024px) {
  .g-header__primaryMenuLevel1 > .g-header__primaryMenuItem {
    padding: 0;
  }
  .g-header__primaryMenuLevel1 > .g-header__primaryMenuItem:first-of-type > .g-header__primaryMenuLink::before {
    display: none;
  }
  .g-header__primaryMenuLevel1 > .g-header__primaryMenuItem:last-of-type > .g-header__primaryMenuLink {
    padding-right: 0;
  }
}

.g-header__primaryMenuLevel1 > .g-header__primaryMenuItem > .g-header__primaryMenuLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.g-header__primaryMenuLevel1 > .g-header__primaryMenuItem > .g-header__primaryMenuLink.expandable::after {
  display: inline;
  content: '\e905';
  font-size: 18px;
  line-height: 1;
  font-family: icomoon;
  margin-left: auto;
}

@media (min-width: 1024px) {
  .g-header__primaryMenuLevel1 > .g-header__primaryMenuItem > .g-header__primaryMenuLink {
    position: relative;
    display: inline;
    padding: 0 20px;
  }
  .g-header__primaryMenuLevel1 > .g-header__primaryMenuItem > .g-header__primaryMenuLink::before {
    content: '';
    top: 0;
    left: 0px;
    width: 1px;
    height: 100%;
    margin: 0;
    position: absolute;
    -webkit-transform: skew(-25deg);
            transform: skew(-25deg);
    background-color: #00203a;
  }
  .g-header__primaryMenuLevel1 > .g-header__primaryMenuItem > .g-header__primaryMenuLink.expandable::after {
    padding: 0 0 0 10px;
  }
}

.g-header__primaryMenuLevel1 > .g-header__primaryMenuItem.expanded > .g-header__primaryMenuLink {
  color: #edb43a;
}

.g-header__primaryMenuLevel1 > .g-header__primaryMenuItem.expanded > .g-header__primaryMenuLink::after {
  content: '\e908';
}

.g-header__primaryMenuLevel2 {
  display: none;
  padding: 10px 20px;
  background: #777777;
  margin-left: -20px;
  margin-right: -20px;
}

@media (min-width: 1024px) {
  .g-header__primaryMenuLevel2 {
    position: absolute;
    left: 0;
    width: 300px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  }
}

.g-header__primaryMenuLevel2 > .g-header__primaryMenuItem {
  display: block;
  text-align: left;
  margin: 15px 0;
  line-height: 1;
}

.g-header__primaryMenuLevel2 > .g-header__primaryMenuItem > .g-header__primaryMenuLink {
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

@media (min-width: 1024px) {
  .g-header__primaryMenuLevel1 > .g-header__primaryMenuItem:last-of-type .g-header__primaryMenuLevel2 {
    left: auto;
    right: 0;
  }
}

.g-header_gradient {
  position: absolute;
  margin-top: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#33739a));
  background-image: linear-gradient(white, #33739a);
  width: 100%;
  height: 100%;
  opacity: 20%;
  top: 0;
  left: 0;
  overflow: hidden;
  bottom: 0;
}

.g-footer {
  background: white no-repeat;
  border-top: 5px #edb43a solid;
  padding-top: 80px;
}

.g-footer__content {
  color: black;
  width: 100%;
}

@media (min-width: 1366px) {
  .g-footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.g-footer__content a {
  color: #777777 !important;
}

.g-footer__content a:hover, .g-footer__content a:active, .g-footer__content a:focus {
  color: #edb43a;
  text-decoration: none;
}

.g-footer__content p {
  color: #777777 !important;
}

.g-footer__topBar {
  border-bottom: 1px solid #777777;
}

@media (min-width: 750px) {
  .g-footer__topBar .g-footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}

.g-footer__logo {
  width: 100px;
}

@media (min-width: 750px) {
  .g-footer__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}

.g-footer__primaryMenu {
  padding: 20px 0 0 0;
}

@media (min-width: 750px) {
  .g-footer__primaryMenu {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-left: auto;
  }
}

.g-footer__primaryMenuLevel1 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  list-style-type: none;
}

@media (min-width: 750px) {
  .g-footer__primaryMenuLevel1 {
    padding: 0 0 20px 0;
  }
}

.g-footer__primaryMenuItem {
  display: inline;
  border-right: 1px solid #00203a;
  margin-right: 20px;
  padding-right: 20px;
}

.g-footer__primaryMenuItem:last-of-type {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

@media (min-width: 750px) {
  .g-footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}

.g-footer__secondaryMenuLevel1, .g-footer__social {
  margin: 0;
  padding: 0 0 20px 0;
  text-transform: uppercase;
  list-style-type: none;
}

@media (min-width: 750px) {
  .g-footer__secondaryMenuLevel1, .g-footer__social {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 0 25px 0 0;
  }
}

@media (min-width: 750px) {
  .g-footer__social {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 0 0 0 25px;
    text-align: right;
  }
}

.g-footer__secondaryMenuItem, .g-footer__socialItem {
  display: inline;
  border-right: 1px solid #00203a;
  margin-right: 20px;
  padding-right: 20px;
}

.g-footer__secondaryMenuItem:last-of-type, .g-footer__socialItem:last-of-type {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

.g-footer__fineprint {
  padding: 20px 0;
}

@media (min-width: 750px) {
  .g-footer__fineprint {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}

.g-footer__copyright {
  display: block;
}

@media (min-width: 750px) {
  .g-footer__copyright {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 0 25px 0 0;
  }
}

.g-footer__sherpaMade {
  padding: 20px 0 0 0;
  display: block;
}

@media (min-width: 750px) {
  .g-footer__sherpaMade {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 0 0 0 25px;
    text-align: right;
  }
}

.g-footer__content .g-logo {
  max-width: 500px;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

nav.g-footer__nav, .menu-primary-menu-container {
  width: 100%;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.footer_copyright {
  font-size: 10px;
}

footer p {
  font-size: 18px;
}

.cu-layout__action--editing .cu-module.t-hideItem--mobile, .cu-layout__action--editing .cu-module.t-hideItem--desktop {
  display: block;
}

.cu-module {
  margin: 0 auto;
  max-width: 2560px;
}

.cu-module--full-width > .cu-module__content {
  max-width: none !important;
  padding-left: 0;
  padding-right: 0;
}

.cu-module--noPadding > .cu-module__content {
  padding: 0 !important;
}

.cu-module__content {
  background-repeat: no-repeat;
}

.cu-custodian__zone {
  width: 100%;
}

.g-forms__buttonRow {
  width: 100%;
  padding: 10px 0 10px 0;
  text-align: right;
}

/**
    *    
    *   Element labels
    *    
    **/
.g-forms__element {
  position: relative;
  padding-bottom: 20px;
}

.g-forms__element > .g-forms__error,
.g-forms__element > .g-forms__required {
  top: 0;
  right: 15px;
  position: absolute;
}

.g-forms__label1 {
  width: 100%;
  font-size: 20px;
  margin-bottom: 5px;
}

.g-forms__label2 {
  width: 100%;
  font-size: 18px;
  margin-bottom: 5px;
}

.g-forms__required {
  color: #a90000;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

/**
    *    
    *   Form inputs
    *    
    **/
.g-forms__select--custom, .g-forms__textbox, .g-forms__datePicker input[type="text"], .g-forms__uploader .ruFileWrap, .g-forms__textarea, .g-forms__date-picker input[type="textbox"], .g-forms__date-picker.RadPicker .riSingle .riTextBox[type="text"] {
  width: 100%;
  color: #022134;
  border: 2px solid #33739A;
}

/**
    *    
    *   Textbox, textarea
    *    
    **/
.g-forms__textarea {
  height: 100px;
  resize: none;
}

.g-forms__textbox, .g-forms__datePicker input[type="text"], .g-forms__uploader .ruFileWrap, .g-forms__textarea, .g-forms__textbox--search {
  border: 2px solid #33739A;
  padding: 15px;
  outline: none;
  font-size: 14px;
  background: white;
  min-height: 38px;
  background: white;
  line-height: 1.15;
  border-radius: 4px;
}

.g-forms__textbox::-webkit-input-placeholder, .g-forms__datePicker input[type="text"]::-webkit-input-placeholder, .g-forms__uploader .ruFileWrap::-webkit-input-placeholder, .g-forms__textarea::-webkit-input-placeholder, .g-forms__textbox--search::-webkit-input-placeholder {
  color: #00203a;
}

.g-forms__textbox:focus, .g-forms__datePicker input:focus[type="text"], .g-forms__uploader .ruFileWrap:focus, .g-forms__textarea:focus, .g-forms__textbox--search:focus {
  -webkit-box-shadow: 0px 0px 0px 1px #00203a;
          box-shadow: 0px 0px 0px 1px #00203a;
}

.g-forms__textbox:focus::-webkit-input-placeholder, .g-forms__datePicker input[type="text"]:focus::-webkit-input-placeholder, .g-forms__uploader .ruFileWrap:focus::-webkit-input-placeholder, .g-forms__textarea:focus::-webkit-input-placeholder, .g-forms__textbox--search:focus::-webkit-input-placeholder {
  color: #777777;
}

/**
    *    
    *   Select list
    *   Needs dropdown.js included to make this all work.
    *    
    **/
.g-forms__select {
  height: 38px;
  z-index: 0;
  position: relative;
  background: white;
  overflow-y: hidden;
  width: 70%;
}

.g-forms__select:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #33739A;
  border-radius: 4px;
  content: attr(data-content);
  z-index: -1;
  padding: 15px;
  position: absolute;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.15;
}

.g-forms__select:after {
  top: 0;
  right: 0;
  width: 45px;
  height: 100%;
  z-index: -1;
  color: #33739A;
  content: '\25BC';
  position: absolute;
  text-align: center;
  line-height: 38px;
}

.g-forms__selectList {
  width: 100%;
  height: 100%;
  border: none;
  cursor: pointer;
  opacity: 0;
  padding: 0 10px;
  -webkit-appearance: none;
}

/**
    *
    *   Radio button/list and Checkbox button/list.
    *
    **/
/* ******************************************************************************** */
/* The container */
.g-forms__checkbox__container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default checkbox */
}

.g-forms__checkbox__container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.g-forms__checkbox__container input:checked ~ .g-forms__checkbox__checkmark {
  background-color: #33739A;
}

.g-forms__checkbox__container input:checked ~ .g-forms__checkbox__checkmark:after {
  display: block;
}

/* Create a custom checkbox */
.g-forms__checkbox__checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 2px solid #33739A;
  border-radius: 4px;
  /* Create the checkmark/indicator (hidden when not checked) */
}

.g-forms__checkbox__checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Style the checkmark/indicator */
.g-forms__checkbox__container .g-forms__checkbox__checkmark:after {
  left: 7px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ******************************************************************************** */
.g-forms__radioList, .g-forms__checkboxList {
  margin: 0;
  padding: 0;
  list-style: none;
}

.g-forms__radioList li, .g-forms__checkboxList li {
  padding: 0 0 10px 0;
}

.g-forms__radio, .g-forms__checkbox, .g-forms__radioList li, .g-forms__checkboxList li {
  position: relative;
}

.g-forms__radio input, .g-forms__checkbox input, .g-forms__radioList li input, .g-forms__checkboxList li input {
  display: none;
}

.g-forms__radio input:checked + label:after, .g-forms__checkbox input:checked + label:after, .g-forms__radioList li input:checked + label:after, .g-forms__checkboxList li input:checked + label:after {
  opacity: 1;
}

.g-forms__radio label, .g-forms__checkbox label, .g-forms__radioList li label, .g-forms__checkboxList li label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 0 0 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.g-forms__radio label:before, .g-forms__checkbox label:before, .g-forms__radioList li label:before, .g-forms__checkboxList li label:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 29px;
  height: 29px;
  border: 2px solid #33739A;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: white;
  border-radius: 4px;
}

.g-forms__radio label:after, .g-forms__checkbox label:after, .g-forms__radioList li label:after, .g-forms__checkboxList li label:after {
  top: 5px;
  left: 0px;
  width: 10px;
  height: 10px;
  margin: 3px 0 0 3px;
  content: '';
  opacity: 0;
  z-index: 200;
  line-height: 1;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #00203a;
  border-radius: 4px;
}

.g-forms__checkbox label:before, .g-forms__checkboxList li label:before {
  border-radius: 0;
}

.g-forms__checkbox label:after, .g-forms__checkboxList li label:after {
  top: -4px;
  left: 1px;
  width: unset;
  height: unset;
  content: '\2713';
  background: none;
}

/**
*
*   Multi Select list.
*
**/
.g-forms__multiSelect {
  height: 38px;
  position: relative;
  border: 2px solid #33739A;
}

.g-forms__multiSelect--selected .g-forms__multiSelect-list {
  display: block;
}

.g-forms__multiSelect-hidden {
  display: none;
}

.g-forms__multiSelect-toggle {
  position: relative;
  width: 100%;
  height: 100%;
  border: 2px solid #33739A;
  cursor: pointer;
  padding: 10px 10px 10px 15px;
  background: white;
  border-radius: 4px;
}

.g-forms__multiSelect-toggle:before {
  top: -1px;
  right: -1px;
  bottom: -1px;
  width: 45px;
  color: white;
  content: '\25BC';
  position: absolute;
  text-align: center;
  line-height: 45px;
  background-color: #00203a;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.g-forms__multiSelect-list {
  display: none;
  position: absolute;
  left: -1px;
  right: -1px;
  min-width: 100%;
  max-height: 200px;
  overflow: auto;
  background: white;
  border: solid 1px #777777;
  z-index: 50;
}

.g-forms__multiSelect-item {
  width: 100%;
  cursor: pointer;
  padding: 5px 10px;
}

.g-forms__multiSelect-item--selected {
  background: #edb43a;
}

.g-forms__multiSelect-item:hover {
  background: #777777;
}

/**
*
*   Date Picker
*
**/
.g-forms__datePicker {
  border: 2px solid #33739A;
  border-radius: 4px;
}

.g-forms__datePicker .RadPicker {
  border-radius: 4px;
}

.g-forms__datePicker input[type="text"] {
  border: none !important;
  outline: none;
  border-radius: 4px;
}

.g-forms__datePicker .g-forms__date {
  width: 100% !important;
}

.g-forms__datePicker .RadInput {
  width: 100% !important;
}

.g-forms__datePicker .rcSelect {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.g-forms__datePicker .rcCalPopup::before {
  top: 50%;
  left: 50%;
  content: '\e908' !important;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

/**
*
*   File Uploader
*
**/
.g-forms__uploader .RadAsyncUpload {
  width: 100% !important;
}

.g-forms__uploader .ruInputs li {
  border: 2px solid #33739A;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.g-forms__uploader .ruFileWrap {
  width: 100% !important;
  border: none !important;
  padding: 15px !important;
}

.g-forms__uploader .ruFakeInput {
  border: none !important;
  font-size: 14px !important;
  line-height: 1.15 !important;
}

.g-forms__uploader .ruButton {
  top: 0;
  right: 0;
  width: 80px !important;
  bottom: 0;
  height: auto !important;
  padding: 10px !important;
  position: absolute !important;
  font-size: 14px !important;
  text-align: center !important;
  border-left: 2px solid #33739A !important;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #faf9f9), to(#e8e8e8)) !important;
  background-image: linear-gradient(#faf9f9 0, #e8e8e8 100%) !important;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.g-forms__uploader .ruRemove {
  color: white !important;
  border: none !important;
  background-color: #a90000 !important;
}

input.g-forms__uploader::-webkit-file-upload-button {
  background: #00203a;
  color: white !important;
  font-size: 18px;
  padding: 10px 50px;
  cursor: pointer;
  border: none;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  line-height: 1.1;
  border-radius: 4px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
}

input.g-forms__uploader::-webkit-file-upload-button:hover {
  background-color: #33739a;
}

._contact-today, ._carbon_offset {
  max-width: 870px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  margin-bottom: 60px;
}

._contact-today div, ._carbon_offset div {
  text-align: left;
  padding: 10px 10px;
}

@media (min-width: 750px) {
  ._contact-today .g-columns__item--six:nth-of-type(1) div, ._carbon_offset .g-columns__item--six:nth-of-type(1) div {
    padding: 10px 10px 10px 0;
  }
}

._contact-today .g-columns__item--six div:nth-of-type(2), ._carbon_offset .g-columns__item--six div:nth-of-type(2) {
  padding-bottom: 0;
}

._contact-today input.wpcf7-form-control.has-spinner.wpcf7-submit.g-btn--primary, ._carbon_offset input.wpcf7-form-control.has-spinner.wpcf7-submit.g-btn--primary {
  text-align: center;
  width: auto;
  position: absolute;
  right: 0;
}

._contact-today .wpcf7-list-item-label, ._carbon_offset .wpcf7-list-item-label {
  font-size: 12px;
  position: absolute;
  top: -10px;
  left: 40px;
  width: calc(100vw - 80px);
  max-width: 500px;
  padding-right: 30px;
}

@media (min-width: 550px) {
  ._contact-today .wpcf7-list-item-label, ._carbon_offset .wpcf7-list-item-label {
    padding-right: 100px;
  }
}

@media (min-width: 1024px) {
  ._contact-today .wpcf7-list-item-label, ._carbon_offset .wpcf7-list-item-label {
    padding-right: 0px;
  }
}

.g-columns__item--twelve.g-forms__message {
  padding: 10px 20px;
}

@media (min-width: 750px) {
  .g-columns__item--twelve.g-forms__message {
    padding: 10px 20px 10px 10px;
  }
}

._carbon_offset {
  margin: 60px auto;
}

._carbon_offset input, ._carbon_offset textarea {
  width: 100%;
  margin: 5px 0px;
}

._carbon_offset div {
  text-align: left;
  padding: 10px 10px 5px 10px;
}

._carbon_offset .g-columns__item--six p, ._carbon_offset .g-columns__item--twelve p {
  padding: 0px 10px;
  margin: 0px;
  font-style: italic;
  font-size: 14px;
}

@media (min-width: 750px) {
  ._carbon_offset .g-columns__item--six:nth-of-type(1) div {
    padding: 10px;
    color: #00203a;
  }
}

._carbon_offset input.wpcf7-form-control.has-spinner.wpcf7-submit.g-forms__submit {
  margin: 0px;
}

@media (min-width: 750px) {
  ._carbon_offset input.wpcf7-form-control.has-spinner.wpcf7-submit.g-forms__submit {
    position: relative;
    margin: 0px 0px 0px 10px;
  }
}

._contact-today input, ._contact-today textarea {
  width: 100%;
  padding: 15px;
  border: 2px #33739a solid;
  border-radius: 4px;
  resize: none;
}

._contact-today input[type="checkbox"] {
  visibility: visible;
  width: 20px;
  position: absolute;
  top: 0;
  left: -5px;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit.g-forms__submit {
  background: #00203a;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  padding: 15px 60px;
  border: 0;
  border-radius: 4px;
  position: relative;
  right: 20px;
  display: inline-block;
  width: 100%;
  left: 0;
  margin-top: 40px;
}

@media (min-width: 750px) {
  input.wpcf7-form-control.has-spinner.wpcf7-submit.g-forms__submit {
    position: absolute;
    display: block;
    width: auto;
    left: auto;
    margin-top: 0px;
  }
}

input.wpcf7-form-control.has-spinner.wpcf7-submit.g-forms__submit:hover {
  background: #33739a;
}

.g-columns__group.js-formBlock, .js-formBlock.g-forms {
  padding: 0;
}

.g-loader__background {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.g-loader {
  position: relative;
  top: 50%;
  left: 50%;
  width: 115px;
  height: 115px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: white;
  border-radius: 10px;
}

.g-loader__spinner {
  width: 75px;
  height: 75px;
  padding: 20px;
  -webkit-animation: animation--loading 1.2s linear infinite;
          animation: animation--loading 1.2s linear infinite;
}

.g-menu {
  position: relative;
}

.g-menu ul {
  margin: 0;
  padding: 0 0 20px 0;
  list-style: none;
}

@media (min-width: 1366px) {
  .g-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.g-menu__menuSlide {
  position: absolute;
  right: -100vw;
  width: 100%;
  padding: 60px 0 120px 0;
  -webkit-transition: right ease-in-out 350ms;
  transition: right ease-in-out 350ms;
  z-index: 900;
  background-color: white;
}

@media (min-width: 750px) {
  .g-menu__menuSlide {
    width: 100%;
  }
}

@media (min-width: 1366px) {
  .g-menu__menuSlide {
    top: 40px;
    right: 0;
    padding: 0;
    text-align: right;
    width: auto;
    background-color: rgba(255, 255, 255, 0);
  }
}

.g-menu__level1 {
  width: 100%;
  padding: 0 0 0 20px !important;
  background: none;
}

.g-menu__level1 > .g-menu__item {
  position: relative;
  display: inherit;
  margin: 0 0 20px 0;
}

@media (min-width: 750px) {
  .g-menu__level1 > .g-menu__item {
    margin: 0 0 20px 0;
  }
}

.g-menu__level1 > .g-menu__item.menu-item-has-children:hover > [class*="g-menu__level"] {
  display: block !important;
}

.g-menu__level1 > .g-menu__item > .g-menu__link {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  padding: 0px 15px;
  color: #777777;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  font-size: 18px;
}

.g-menu__level1 > .g-menu__item > .g-menu__link:hover {
  color: #777777;
  background: none;
  text-decoration: none;
}

@media (min-width: 1366px) {
  .g-menu__level1 > .g-menu__item > .g-menu__link {
    padding: 15px 55px 15px 10px;
    font-size: 17px;
  }
}

@media (min-width: 1366px) {
  .g-menu__level1 {
    position: relative;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 60px !important;
  }
  .g-menu__level1 > .g-menu__item > .g-menu__expand {
    display: none;
  }
}

@media (min-width: 1590px) {
  .g-menu__level1 {
    padding-top: 50px !important;
  }
}

.g-menu__level2 {
  left: 0;
  top: 100%;
  background: white;
  padding: 10px !important;
  line-height: 35px;
}

.g-menu__level2 .g-menu__item {
  position: relative;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.g-menu__level2 .g-menu__item .g-menu__link {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  text-align: center;
  color: #777777;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  border-radius: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.g-menu__level2 .g-menu__item .g-menu__link:hover {
  color: #edb43a;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  text-decoration: none;
}

@media (min-width: 1366px) {
  .g-menu__level2 .g-menu__item .g-menu__link {
    text-align: left;
    padding: 10px 10px !important;
    font-size: 18px !important;
    font-weight: normal !important;
    line-height: 25px;
  }
}

@media (min-width: 1366px) {
  .g-menu__level2 {
    display: none !important;
    position: absolute;
    width: 220px;
  }
}

.g-menu__level3 {
  display: none;
  left: 100%;
  top: 0;
  width: 100%;
  background: #edb43a;
}

.g-menu__level3 .g-menu__item .g-menu__link {
  color: black;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.g-menu__level3 .g-menu__item .g-menu__link:hover {
  color: white;
  background: #edb43a;
}

@media (min-width: 1366px) {
  .g-menu__level3 {
    position: absolute;
    width: 210px;
  }
}

.g-menu__item--expanded > [class*="g-menu__level"] {
  display: block;
}

.g-menu__item .submenu-button {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 14px;
  z-index: 99;
  cursor: pointer;
}

.g-menu__item .submenu-button:after, .g-menu__item .submenu-button:before {
  content: '';
  position: absolute;
  background: #00203a;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.g-menu__item .submenu-button:after {
  width: 8px;
  height: 2px;
}

.g-menu__item .submenu-button:before {
  width: 2px;
  height: 8px;
}

.g-menu__item .submenu-button.submenu-opened:after {
  background: #00203a;
}

.g-menu__item .submenu-button.submenu-opened:before {
  display: none;
}

.g-menu__hamburger {
  position: absolute;
  right: 20px;
  top: 25px;
  cursor: pointer;
  color: #777777;
  background: none;
  z-index: 999;
  border: none;
}

.g-menu__hamburger:after {
  content: '\e902';
  font-size: 24px;
}

@media (min-width: 1366px) {
  .g-menu__hamburger {
    display: none;
  }
}

.g-menu__button--primary a {
  text-transform: none;
  color: white !important;
  background: #00203a;
}

.g-menu__button--primary a:hover {
  background: black;
}

.g-menu__button--primary:before {
  display: none;
}

.g-menu--expanded {
  right: 0;
}

.g-header__wrapper {
  position: relative;
}

.g-header__search-section {
  position: absolute;
  bottom: 50px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  z-index: 99;
}

@media (min-width: 1366px) {
  .g-header__search-section {
    width: 300px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
  }
}

.g-menu__item-phone {
  position: absolute !important;
  top: -80px;
  left: 0;
  right: 0;
}

@media (min-width: 1366px) {
  .g-menu__item-phone {
    position: relative !important;
    top: 10px;
    left: inherit;
    right: inherit;
  }
}

.g-logo {
  max-width: 70%;
}

a.g-menu__link.g-menu__phone {
  font-family: "Montserrat", sans-serif !important;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #00203A;
  color: white !important;
  padding: 8px 25% !important;
  border-radius: 5px;
  font-weight: bolder !important;
}

@media (min-width: 1366px) {
  a.g-menu__link.g-menu__phone {
    position: inherit !important;
    margin-left: 100px;
    background-color: transparent;
    color: inherit !important;
    padding: 10px 0 0 15px !important;
    font-size: 20px !important;
  }
}

@media (min-width: 1920px) {
  a.g-menu__link.g-menu__phone {
    font-size: 30px !important;
    padding: 0px 0 0 15px !important;
  }
}

.g-header__search-section input._g-btn {
  width: 20px;
  height: 30px;
  padding: 0;
  background-color: white;
  top: 8px;
}

.g-fontIcon--search:before {
  content: "\e901";
  position: absolute;
  z-index: 9;
  font-size: 20px;
  top: 12px;
  pointer-events: none;
  color: #00203a;
  font-weight: bold;
}

ul#primary-menu a {
  font-family: "Montserrat", sans-serif;
}

ul#primary-menu {
  margin-top: 20px;
}

@media (min-width: 1366px) {
  ul#primary-menu {
    margin-top: 0px;
  }
}

footer ul#primary-menu {
  display: block;
  text-align: left;
  list-style: none;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0;
}

@media (min-width: 1366px) {
  footer ul#primary-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

footer ul#primary-menu ul {
  list-style: none;
  font-weight: bold;
  padding: 0 !important;
}

footer .g-menu__level2 {
  display: block !important;
  position: inherit;
  font-weight: normal;
}

footer #primary-menu a {
  padding: 0 !important;
  text-align: left;
}

@media (min-width: 1366px) {
  footer #primary-menu a {
    font-size: 18px !important;
  }
}

a.g-menu__link.g-menu__phone {
  display: none;
}

footer .menu-item-has-children {
  font-weight: bold;
  margin-bottom: 40px;
}

@media (min-width: 1366px) {
  footer .menu-item-has-children {
    margin: 0;
  }
}

.g-footer__content {
  padding-top: 0;
  padding-bottom: 0;
}

input.search-field {
  border: 0;
  border-bottom: 2px black solid;
  width: 70%;
  font-size: 20px;
}

._menu-bold a {
  font-weight: bold !important;
  font-size: 25px !important;
}

._menu-bold ul li a {
  font-weight: normal !important;
  font-size: 15px !important;
}

@media (min-width: 1366px) {
  ._menu-small a.g-menu__link {
    padding: 23px 35px 15px 10px !important;
  }
}

ul.sub-menu.g-menu__level2 {
  height: 0;
  overflow: hidden;
  padding: 0 0 0 30px !important;
  margin: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

@media (min-width: 1366px) {
  ul.sub-menu.g-menu__level2 {
    height: auto;
    padding: 0 !important;
  }
}

.active ul.sub-menu.g-menu__level2 {
  height: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.g-menu__menuSlide #primary-menu span.g-fontIcon--arrow_drop_down {
  font-size: 25px;
  position: absolute;
  right: 30px;
  top: 0;
}

.g-footer ul.sub-menu.g-menu__level2 {
  height: auto !important;
  padding: 0 20px;
}

@media (min-width: 1366px) {
  #primary-menu span.g-fontIcon--arrow_drop_down {
    display: none;
  }
}

.g-footer__nav .g-fontIcon--arrow_drop_down {
  display: none;
}

.c-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  list-style: none;
  padding: 40px 0;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.c-social__item {
  display: inline-block;
  margin-right: 40px;
}

.c-social__item:last-child {
  margin-right: 0;
}

.c-social__item [class*="g-fontIcon--"] {
  font-size: 28px;
  color: #777777;
}

.c-social__icons {
  width: 50px;
}

.c-accordion {
  margin-bottom: 25px;
}

.c-accordion h3 {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .c-accordion {
    margin-bottom: 40px;
  }
}

.c-accordion--open .c-accordion__toggle::after {
  content: '\e908';
}

.c-accordion--startOpen .c-accordion__contentWrap {
  display: block;
}

.c-accordion__toggle {
  width: 100%;
  cursor: pointer;
  border: none;
  display: block;
  outline: none;
  position: relative;
  font-size: 22px;
  text-align: left;
  padding: 20px 0;
  margin: 0;
  background: none;
  color: black;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.c-accordion__toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: black;
  content: '\e905';
  font-size: 24px;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  line-height: 1;
  border-radius: 50%;
}

.c-accordion__toggle:hover::after {
  color: #edb43a;
}

.c-accordion__toggle:focus {
  -webkit-box-shadow: 0px 0px 0px 2px #00203a, 0px 0px 0px 4px #99d7fd;
          box-shadow: 0px 0px 0px 2px #00203a, 0px 0px 0px 4px #99d7fd;
}

@media (min-width: 1024px) {
  .c-accordion__toggle {
    padding-left: 30px;
  }
}

.c-accordion__toggle--close::after {
  content: '\e900';
}

.c-accordion__toggleImage {
  top: 50%;
  left: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-right: 35px;
}

.c-accordion__contentWrap {
  display: none;
}

.c-accordion__content {
  padding: 15px;
  background-color: #f5f4f4;
}

@media (min-width: 1024px) {
  .c-accordion__content {
    padding: 30px 30px;
  }
}

.c-slider__rotator {
  position: relative;
  width: 100%;
}

.c-slider__rotator.anmiate .c-slider__item {
  -webkit-transition: -webkit-transform linear 0.3s;
  transition: -webkit-transform linear 0.3s;
  transition: transform linear 0.3s;
  transition: transform linear 0.3s, -webkit-transform linear 0.3s;
}

@media (min-width: 750px) {
  .c-slider__rotator {
    padding: 0 90px;
  }
}

.c-slider__navLeft, .c-slider__navRight {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 70px;
  color: #00203a;
}

.c-slider__navLeft:hover, .c-slider__navLeft:focus, .c-slider__navLeft:active, .c-slider__navRight:hover, .c-slider__navRight:focus, .c-slider__navRight:active {
  color: black;
  text-decoration: none;
}

@media (min-width: 750px) {
  .c-slider__navLeft, .c-slider__navRight {
    display: block;
  }
}

.c-slider__navLeft {
  left: 0;
}

.c-slider__navRight {
  right: 0;
}

.c-slider__rotatorItems {
  position: relative;
  width: 100%;
  min-height: 300px;
  overflow: hidden;
}

.c-slider__item {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  width: 66.67%;
  padding: 0 15px;
}

.c-slider__item--video .c-slider__itemThumbnail::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}

.c-slider__item--video .c-slider__itemThumbnail::after {
  content: '\e90e';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 90px;
  color: white;
}

@media (min-width: 1024px) {
  .c-slider__item {
    width: 40%;
  }
}

.c-slider__itemContent {
  width: 100%;
}

.c-slider__itemThumbnail {
  position: relative;
  width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-slider__itemLink {
  color: black;
}

.c-slider__itemLink:hover, .c-slider__itemLink:active, .c-slider__itemLink:focus {
  color: black;
}

.c-slider__itemTitle {
  padding: 10px 0;
  font-size: 20px;
  text-transform: none;
}

.c-slider__itemDescription {
  font-size: 16px;
}

.c-slider__pagination {
  display: none;
  width: 100%;
  padding: 60px 0 0 0;
  text-align: center;
}

@media (min-width: 750px) {
  .c-slider__pagination {
    display: block;
  }
}

.c-slider__page {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
  margin: 0 10px;
  background: #777777;
  border: 2px solid white;
  border-radius: 100%;
}

.c-slider__page.active, .c-slider__page:hover, .c-slider__page:focus, .c-slider__page:active {
  background-color: #00203a;
  border-color: #00203a;
}

.c-slider__page.active::before, .c-slider__page:hover::before, .c-slider__page:focus::before, .c-slider__page:active::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 14px;
  height: 14px;
  border: 2px solid white;
  border-radius: 100%;
}

.c-homepageRotator,
.c-homepageRotator--small {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.c-homepageRotator__dimensionSpacer {
  padding-bottom: 100%;
}

@media (min-width: 750px) {
  .c-homepageRotator__dimensionSpacer {
    padding-bottom: 450px;
  }
}

.c-homepageRotator__items {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  color: black;
}

.c-homepageRotator__item {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.c-homepageRotator__itemText {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 18px;
}

.c-homepageRotator__itemText h1, .c-homepageRotator__itemText h2:first-of-type {
  font-size: 45px;
}

@media (min-width: 750px) {
  .c-homepageRotator__itemText {
    position: absolute;
    top: 20px;
    left: 0;
    width: 45%;
    font-size: 18px;
  }
  .c-homepageRotator__itemText h1, .c-homepageRotator__itemText h2:first-of-type {
    font-size: 45px;
  }
}

.c-homepageRotator__itemImage {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 750px) {
  .c-homepageRotator__itemImage {
    height: 100%;
    background-position: right;
  }
}

.c-homepageRotator__pageIndicators {
  position: absolute;
  bottom: 0;
  left: 0;
}

.c-homepageRotator__pageIndicator {
  width: 15px;
  height: 15px;
  cursor: pointer;
  border: 3px solid transparent;
  display: inline-block;
  background: #00203a;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  margin-right: 20px;
  border-radius: 50%;
}

.c-homepageRotator__pageIndicator:last-of-type {
  margin-right: 0;
}

.c-homepageRotator__pageIndicator:hover, .c-homepageRotator__pageIndicator--selected {
  background: white;
  border-color: #00203a;
}

.c-homepageRotator__navArrows {
  bottom: 0;
  right: 0;
  position: absolute;
}

.c-homepageRotator__navRight, .c-homepageRotator__navLeft {
  width: 45px;
  height: 45px;
  cursor: pointer;
  padding: 10px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  color: #00203a;
  border: 1px solid #00203a;
  background: transparent;
  font-size: 28px;
}

.c-homepageRotator__navRight::before, .c-homepageRotator__navLeft::before {
  content: '\e909';
  display: block;
  font-size: 28px;
  line-height: 1;
  text-indent: 4px;
}

.c-homepageRotator__navRight:hover, .c-homepageRotator__navRight:active, .c-homepageRotator__navRight:focus, .c-homepageRotator__navLeft:hover, .c-homepageRotator__navLeft:active, .c-homepageRotator__navLeft:focus {
  text-decoration: none;
  color: #edb43a;
  border-color: 1px solid #edb43a;
}

.c-homepageRotator__navLeft::before {
  content: '\e90a';
  text-indent: -4px;
}

.c-testimonials_imagecontent {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.c-testimonials_image {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.c-testimonials_image img {
  width: 100%;
}

.c-testimonials_star {
  position: absolute;
  top: 32%;
  max-width: 200px;
}

@media (min-width: 1366px) {
  .c-testimonials_star {
    max-width: 300px;
  }
}

@media (min-width: 1920px) {
  .c-testimonials_star {
    max-width: 450px;
  }
}

.c-testimonial_content {
  position: absolute;
  text-align: center;
  left: 10%;
  right: 10%;
  top: 8%;
}

@media (min-width: 750px) {
  .c-testimonial_content {
    top: 10%;
    left: 20%;
    right: 20%;
  }
}

.c-testimonial_content h4 {
  font-size: 25px;
  font-weight: bold;
  color: #00203a;
}

.c-testimonial_content h4:empty {
  display: none;
}

.c-testimonial_content h4:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border: 2px solid;
  width: 35px;
  margin-right: 10px;
}

@media (min-width: 1024px) {
  .c-testimonial_content h4 {
    font-size: 30px;
  }
}

@media (min-width: 1920px) {
  .c-testimonial_content h4 {
    font-size: 45px;
  }
}

.c-testimonial_content h2 {
  margin-bottom: 10px;
  font-size: 25px;
}

@media (min-width: 1024px) {
  .c-testimonial_content h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1920px) {
  .c-testimonial_content h2 {
    font-size: 60px;
  }
}

.c-gallery__item img {
  height: auto;
}

.c-imagewithtext {
  padding: 50px 0 10px 0;
}

section.c-imagewithtext__pageIndicators.js-pnlPageIndicators {
  width: auto;
  position: relative;
  display: block;
  margin: 0 auto;
}

@media (min-width: 1366px) {
  section.c-imagewithtext__pageIndicators.js-pnlPageIndicators {
    width: 491px;
  }
}

@media (min-width: 1920px) {
  section.c-imagewithtext__pageIndicators.js-pnlPageIndicators {
    width: auto;
  }
}

.c-imagewithtext_container {
  position: relative;
}

.c-imagewithtext_container img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-imagewithtext_container a {
  text-decoration: none;
  cursor: pointer;
}

.c-imagewithtext_content {
  position: absolute;
  text-align: center;
  left: 0;
  bottom: 0;
  height: auto;
  color: #00203a;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
}

@media (min-width: 750px) {
  .c-imagewithtext_content {
    height: 83px;
  }
}

@media (min-width: 1024px) {
  .c-imagewithtext_content {
    height: 127px;
  }
}

.c-imagewithtext_content h3 {
  padding: 15px;
}

@media (min-width: 550px) {
  .c-imagewithtext_content h3 {
    padding-top: 20px;
  }
}

@media (min-width: 1024px) {
  .c-imagewithtext_content h3 {
    padding-top: 40px;
  }
}

.c-imagewithtext_contentp p {
  text-align: center;
  color: #777777;
}

.c-fiftyfifty {
  padding: 0px;
}

@media (min-width: 1366px) {
  .c-fiftyfifty_content_container {
    position: absolute;
    top: 50%;
    padding: 30px 115px 30px 115px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@media (min-width: 1920px) {
  .c-fiftyfifty_content_container {
    left: 18%;
  }
}

.c-fiftyfifty_background_image {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

.c-fiftyfifty_star, .c-fiftyfifty_star-right {
  opacity: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  max-width: 250px;
  max-height: 300px;
}

@media (min-width: 750px) {
  .c-fiftyfifty_star, .c-fiftyfifty_star-right {
    top: 55%;
  }
}

@media (min-width: 1024px) {
  .c-fiftyfifty_star, .c-fiftyfifty_star-right {
    top: 32%;
  }
}

.c-fiftyfifty_star-right {
  opacity: 60%;
  right: 0%;
  left: unset;
  max-width: 250px;
}

.c-fiftyfifty_container {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.c-fiftyfifty_container img {
  width: 100%;
  vertical-align: middle;
}

.c-fiftyfifty_container h2 {
  font-size: 35px;
}

@media (min-width: 1024px) {
  .c-fiftyfifty_container h2 {
    font-size: 40px;
  }
}

@media (min-width: 1366px) {
  .c-fiftyfifty_container h2 {
    font-size: 60px;
  }
}

.c-fiftyfifty_container h2 span.line1 {
  color: #99d7fd;
}

.c-fiftyfifty_container h2 span.line2 {
  color: white;
}

.c-fiftyfifty_image {
  margin-bottom: 30px;
}

.c-fiftyfifty_image img {
  width: auto;
}

.c-fiftyfifty_content, .c-fiftyfifty_content-right {
  text-align: left;
  top: 0;
  margin-top: -10px;
  left: 0;
  overflow: hidden;
  padding: 60px 25px;
  bottom: 0;
  height: 100%;
  background-color: #09273a;
  width: 100%;
}

@media (min-width: 1024px) {
  .c-fiftyfifty_content, .c-fiftyfifty_content-right {
    position: absolute;
    margin-top: 0px;
    background-color: rgba(9, 39, 58, 0.75);
    width: 50%;
  }
}

.c-fiftyfifty_content-right {
  left: 50%;
}

.c-slideshow__text {
  text-align: center;
  left: 0;
  right: 0;
  bottom: 40px;
  color: #ffffff;
  background-color: #09273a;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  margin-top: -6px;
}

@media (min-width: 1024px) {
  .c-slideshow__text {
    position: absolute;
    width: 90%;
    margin: 0 auto;
    opacity: 80%;
    height: 140px;
  }
}

@media (min-width: 1920px) {
  .c-slideshow__text {
    height: 170px;
  }
}

.c-slider__image {
  display: block;
  width: auto;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 1024px) {
  .c-slider__image {
    width: 700px;
  }
}

.c-slideshow-container {
  position: relative;
  text-align: center;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.c-slider__navLeft, .c-slider__navRight {
  position: absolute;
  cursor: pointer;
  z-index: 99;
  font-size: 35px;
  color: #00203a;
}

.c-slider__navLeft:hover, .c-slider__navLeft:focus, .c-slider__navLeft:active, .c-slider__navRight:hover, .c-slider__navRight:focus, .c-slider__navRight:active {
  color: black;
  text-decoration: none;
}

@media (min-width: 750px) {
  .c-slider__navLeft, .c-slider__navRight {
    display: block;
  }
}

.c-slider__navLeft {
  left: 10%;
  color: #fff;
  background-color: #33739a;
  padding: 0px 18px;
  border-radius: 5px;
}

.c-slider__navRight {
  right: 10%;
  color: #fff;
  background-color: #33739a;
  padding: 0px 18px;
  border-radius: 5px;
}

.c-slider__rotatorItems h5 {
  text-align: center;
  color: #33739a;
  margin-bottom: 60px;
}

.c-slider__item {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  width: 100%;
  padding: 0 15px;
}

.c-slider__itemContent {
  width: 100%;
}

.c-slider__itemThumbnail {
  position: relative;
  width: 100%;
  text-align: center;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-slider__itemLink {
  color: black;
}

.c-slider__itemLink:hover, .c-slider__itemLink:active, .c-slider__itemLink:focus {
  color: black;
}

.c-slider__itemTitle {
  font-weight: bold;
  font-size: 14px;
  text-transform: none;
}

@media (min-width: 750px) {
  .c-slider__itemTitle {
    font-size: 15px;
  }
}

@media (min-width: 1920px) {
  .c-slider__itemTitle {
    font-size: 18px;
  }
}

.c-slider__itemText {
  font-size: 14px;
  text-transform: none;
}

@media (min-width: 750px) {
  .c-slider__itemText {
    font-size: 15px;
  }
}

@media (min-width: 1920px) {
  .c-slider__itemText {
    font-size: 18px;
  }
}

.c-slider__itemDescription {
  font-size: 16px;
}

.c-slider__pagination {
  display: none;
  width: 100%;
  padding: 60px 0 0 0;
  text-align: center;
}

@media (min-width: 750px) {
  .c-slider__pagination {
    display: block;
  }
}

.c-slider__page {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
  margin: 0 10px;
  background: #777777;
  border: 2px solid white;
  border-radius: 100%;
}

.c-slider__page.active, .c-slider__page:hover, .c-slider__page:focus, .c-slider__page:active {
  background-color: #00203a;
  border-color: #00203a;
}

.c-slider__page.active::before, .c-slider__page:hover::before, .c-slider__page:focus::before, .c-slider__page:active::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 14px;
  height: 14px;
  border: 2px solid white;
  border-radius: 100%;
}

.c-slider {
  position: relative;
}

.card-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 200vw;
  left: 50%;
  margin-left: -100vw;
}

.card-carousel .my-card {
  position: relative;
  z-index: 1;
  -webkit-transform: scale(0.6) translateY(-2rem);
  transform: scale(0.6) translateY(-2rem);
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
  background: #2e5266;
  background: -webkit-gradient(linear, left bottom, left top, from(#2e5266), to(#6e8898));
  background: linear-gradient(to top, #2e5266, #6e8898);
  -webkit-transition: 1s;
  transition: 1s;
}

.card-carousel .my-card:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  bottom: -5rem;
  -webkit-filter: blur(4px);
  filter: blur(4px);
}

.card-carousel .my-card.active {
  z-index: 3;
  -webkit-transform: scale(1) translateY(0) translateX(0);
  transform: scale(1) translateY(0) translateX(0);
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: 1s;
  transition: 1s;
}

.card-carousel .my-card.prev, .card-carousel .my-card.next {
  z-index: 2;
  -webkit-transform: scale(0.8) translateY(-1rem) translateX(0);
  transform: scale(0.8) translateY(-1rem) translateX(0);
  opacity: 0.6;
  pointer-events: auto;
  -webkit-transition: 1s;
  transition: 1s;
}

/* Change Options Below */
.card-carousel .my-card:nth-child(0):before {
  content: '0';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 3rem;
  font-weight: 300;
  color: #fff;
}

.card-carousel .my-card:nth-child(4):before {
  content: '4';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 3rem;
  font-weight: 300;
  color: #fff;
}

.c-staffList__item, .c-supportstaffList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}

@media (min-width: 750px) {
  .c-staffList__item, .c-supportstaffList__item {
    padding: 80px 0;
  }
}

.c-staffList__item:first-child, .c-supportstaffList__item:first-child {
  border: none;
}

.c-staffList__item h4, .c-supportstaffList__item h4 {
  font-weight: normal;
}

.c-staffList__item h6, .c-supportstaffList__item h6 {
  color: #33739a;
}

.show {
  display: block;
}

.hidden {
  display: none;
}

@media (min-width: 750px) {
  .c-staff-pics.g-columns__item--six {
    width: 40%;
    margin-right: 30px;
  }
}

.c-staff__photo-container {
  max-width: 342px;
}

@media (min-width: 750px) {
  .c-staff__photo-container {
    max-width: 276px;
    float: right;
  }
}

@media (min-width: 1920px) {
  .c-staff__photo-container {
    max-width: 414px;
  }
}

.c-supportstaffList .g-columns__group, .c-supportstaffList .g-forms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-supportstaffList .g-columns__item--four {
  padding: 40px;
  text-align: center;
  width: 100%;
}

@media (min-width: 750px) {
  .c-supportstaffList .g-columns__item--four {
    width: calc(50% - 27px);
  }
}

@media (min-width: 1024px) {
  .c-supportstaffList .g-columns__item--four {
    width: calc(33.33333% - 27px);
  }
}

.c-staffList__profileContainer {
  position: relative;
}

.c-staffList__fadetext {
  position: absolute;
  content: "";
  margin-top: -100px;
  height: 100px;
  z-index: 2;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(white));
  background: linear-gradient(to bottom, transparent, white);
  opacity: 1;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
}

@media (min-width: 1024px) {
  .c-staffList__btnlayout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.active .c-staffList__fadetext {
  opacity: 0;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
}

._read-more-text {
  height: 180px;
  overflow: hidden;
}

._read-link-button a {
  margin-top: 20px;
  text-decoration: none;
  cursor: pointer;
  display: block;
  color: #777777;
}

._read-link-button a::after {
  content: '\e909';
  font-family: icomoon;
  font-size: 18px;
}

.active ._read-more-text {
  height: auto;
}

.active ._read-link-button {
  font-size: 0;
}

.active ._read-link-button:after {
  content: 'Read Less';
  font-size: 18px;
  color: #777777;
  cursor: pointer;
  display: block;
}

.active ._read-link-button a {
  margin-top: 0px;
}

.active ._read-link-button a:after {
  content: '';
}

.c-email__btn {
  padding: 20px 35px;
}

@media (min-width: 1024px) {
  .c-email__btn {
    padding: 13px 50px;
  }
}

a.g-btn.c-email__btn {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

@media (min-width: 1024px) {
  a.g-btn.c-email__btn {
    margin-top: 0;
    width: 170px;
  }
}

@media (min-width: 1920px) {
  a.g-btn.c-email__btn {
    width: 198px;
  }
}

.c-phNum__btn {
  font-size: 18px;
  width: 100%;
  margin-top: 20px;
  text-align: center;
  border-radius: 3px;
}

.c-phNum__btn a {
  color: white;
}

@media (min-width: 1024px) {
  .c-phNum__btn {
    font-size: 15px;
    text-align: left;
    background-color: transparent;
    color: inherit !important;
  }
  .c-phNum__btn a {
    color: #33739a;
  }
}

@media (min-width: 1920px) {
  .c-phNum__btn {
    font-size: 18px;
  }
}

.c-checklist {
  color: #022134;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 80px;
}

.c-checklist.c-dark {
  background-color: #00203a;
  color: white;
}

.c-checklist .g-columns__item--four {
  border: 2px #99d7fd solid;
  padding: 40px;
  text-align: center;
  font-weight: 600;
  border-radius: 5px;
  position: relative;
  margin-bottom: 40px;
  width: 100%;
}

@media (min-width: 750px) {
  .c-checklist .g-columns__item--four {
    width: calc(50% - 27px);
  }
}

@media (min-width: 1366px) {
  .c-checklist .g-columns__item--four {
    width: calc(33.33333% - 27px);
  }
}

.c-checklist .g-columns__item--four::before {
  content: "\e90a";
  font-family: 'icomoon';
  padding-left: 10px;
  color: #33739a;
  font-size: 40px;
  width: 70px;
  height: 75px;
  background-color: white;
  display: block;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-weight: 100;
}

@media (min-width: 750px) {
  .c-checklist .g-columns__item--four::before {
    font-size: 45px;
  }
}

.c-checklist.c-dark .g-columns__item--four::before {
  color: #99d7fd;
  background-color: #00203a;
}

.c-checklist .g-columns__group, .c-checklist .g-forms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-checklist-container {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.c-logolist {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 80px;
}

.c-logolist .g-columns__item--four {
  padding: 10px;
  text-align: center;
  font-weight: 600;
  border-radius: 5px;
  position: relative;
  width: 100%;
}

@media (min-width: 750px) {
  .c-logolist .g-columns__item--four {
    width: calc(50% - 27px);
  }
}

@media (min-width: 1366px) {
  .c-logolist .g-columns__item--four {
    width: calc(24.33333% - 27px);
  }
}

.c-logolist .g-columns__group, .c-logolist .g-forms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-logolist-container {
  position: relative;
  top: 25%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

section.c__header-image-container {
  background-color: #f5f4f4;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.c__header-image {
  overflow: hidden;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

.c__header-image img {
  width: 100%;
}

.c__header-image .g-btn--secondary, .c__header-image .c-phNum__btn {
  position: absolute;
  padding: 15px 25px;
  right: 0;
  top: 45%;
  z-index: 1;
  padding: 17px 32px;
  font-size: 16px;
  right: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  -webkit-transform: rotate(90deg);
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg) translateY(150%);
          transform: rotate(270deg) translateY(150%);
}

@media (min-width: 1366px) {
  .c__header-image .g-btn--secondary, .c__header-image .c-phNum__btn {
    padding: 20px 45px;
    right: 8px;
    font-size: 20px;
  }
}

@media (min-width: 1920px) {
  .c__header-image .g-btn--secondary, .c__header-image .c-phNum__btn {
    padding: 24px 68px;
    font-size: 30px;
    right: -10px;
  }
}

.c__header-image a .g-btn--secondary, .c__header-image a .c-phNum__btn {
  cursor: pointer;
}

main#content {
  padding-top: 0;
  padding-bottom: 0;
}

.c__header-image-content {
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

@media (min-width: 750px) {
  .c__header-image-content {
    bottom: 80px;
  }
}

@media (min-width: 1920px) {
  .c__header-image-content {
    bottom: 140px;
  }
}

.c__header-image-content img {
  width: 91px;
}

@media (min-width: 1366px) {
  .c__header-image-content img {
    width: 99px;
  }
}

@media (min-width: 1920px) {
  .c__header-image-content img {
    width: 121px;
  }
}

.c__header-image-container h2 {
  font-family: "DM Serif Display", serif;
  color: white;
  line-height: 32px;
  margin-bottom: 5px;
}

@media (min-width: 750px) {
  .c__header-image-container h2 {
    line-height: 35px;
  }
}

.c__header-image-container h1 {
  color: white;
  line-height: 0.8;
  margin-bottom: 15px;
}

.c-step-process {
  text-align: center;
  counter-reset: section;
  font-family: "Montserrat", sans-serif;
  color: #00203a;
  font-weight: 600;
  margin: 80px 0;
  font-size: 20px;
}

@media (min-width: 750px) {
  .c-step-process {
    font-size: 16px;
  }
}

@media (min-width: 1366px) {
  .c-step-process {
    font-size: 23px;
  }
}

.c-step-process h5 {
  margin-bottom: 80px;
  font-weight: 600;
}

@media (min-width: 750px) {
  .c-step-process h5 {
    margin-bottom: 120px;
  }
}

@media (min-width: 1366px) {
  .c-step-process h5 {
    margin-bottom: 0px;
  }
}

.c-step-process-item-container {
  display: inline-block;
  position: relative;
  width: 100%;
  vertical-align: text-top;
  text-align: center;
  height: 140px;
}

@media (min-width: 750px) {
  .c-step-process-item-container {
    margin: 30px 20px 0 20px;
    width: 200px;
  }
}

@media (min-width: 1366px) {
  .c-step-process-item-container {
    margin: 160px 20px 0 20px;
    width: 200px;
  }
}

.c-step-process-number {
  max-width: 200px;
  left: 0;
  right: 0;
  margin: 0 auto 0 95px;
}

@media (min-width: 750px) {
  .c-step-process-number {
    margin: 0 auto;
  }
}

.c-step-process-number:after {
  counter-increment: section;
  content: counter(section);
  font-size: 40px;
  position: absolute;
  top: -10px;
  left: 0;
  background-color: #33739a;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  line-height: 71px;
  color: white;
}

@media (min-width: 750px) {
  .c-step-process-number:after {
    right: 0;
    margin: 0 auto;
    top: -92px;
  }
}

.c-step-process-item-container:last-of-type .c-step-process-number:after {
  background-color: #edb43a;
}

.c-step-process-number:before {
  content: "";
  width: 15px;
  height: 15px;
  border: 3px #33739a solid;
  position: absolute;
  border-radius: 50%;
  top: -66px;
  left: 29px;
}

@media (min-width: 750px) {
  .c-step-process-number:before {
    display: none;
  }
}

@media (min-width: 1366px) {
  .c-step-process-number:before {
    display: block;
    top: -60px;
    left: -27px;
  }
}

.c-step-process-item:before {
  content: "";
  width: 15px;
  height: 15px;
  border: 3px #33739a solid;
  position: absolute;
  border-radius: 50%;
  top: -60px;
  left: -69px;
  display: none;
}

@media (min-width: 1366px) {
  .c-step-process-item:before {
    top: -60px;
    left: -69px;
    display: block;
  }
}

.c-step-process-item:after {
  content: "";
  width: 15px;
  height: 15px;
  border: 3px #33739a solid;
  position: absolute;
  border-radius: 50%;
  top: -40px;
  left: 29px;
}

@media (min-width: 750px) {
  .c-step-process-item:after {
    display: none;
  }
}

@media (min-width: 1366px) {
  .c-step-process-item:after {
    display: block;
    top: -60px;
    left: 15px;
  }
}

.c-step-process-item-container:first-of-type .c-step-process-number:before,
.c-step-process-item-container:first-of-type .c-step-process-item:before,
.c-step-process-item-container:first-of-type .c-step-process-item:after {
  display: none;
}

.c-step-process-item-container:last-of-type .c-step-process-number:before,
.c-step-process-item-container:last-of-type .c-step-process-item:before,
.c-step-process-item-container:last-of-type .c-step-process-item:after {
  border: 3px #edb43a solid;
}

div#carbon, div#renewable {
  display: inline-block;
  border: 2px #09273A solid;
  width: 444px;
  max-width: 100%;
  height: 58px;
  padding: 10px 0;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
}

div#carbon.active, div#renewable.active, div#carbon:hover, div#renewable:hover {
  background: #09273A;
  color: white;
}

form.c_fiters-form {
  text-align: center;
  padding: 60px 0 0 0;
}

div#my-ajax-filter-search form {
  position: relative;
}

div#my-ajax-filter-search form input#search {
  width: 100%;
  text-align: center;
  margin: 20px auto;
  display: block;
  background-color: #DBDBDB;
  border: 0;
  padding: 12px;
  border-radius: 50px;
}

div#_check-list {
  display: block;
  width: 100%;
  text-align: center;
}

._post-search-container, .post_content {
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
  display: block;
  position: relative;
}

div#_post-count {
  text-align: center;
  font-size: 16px;
}

a.js_check {
  display: inline-block;
  width: 122px;
  background: #F4F4F4;
  padding: 10px;
  font-size: 20px;
  border-radius: 50px;
  margin-right: 10px;
  text-decoration: none;
  position: relative;
}

a.js_check:after {
  content: 'X';
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  right: 8px;
  top: 14px;
  background-color: #E3D9D9;
  padding: 0px 5px;
  border-radius: 50%;
}

a.js_refresh {
  display: inline-block;
  padding: 10px;
  font-size: 20px;
  text-decoration: underline;
  cursor: pointer;
}

.c_checklist {
  position: relative;
  background-color: white;
  padding: 20px;
  -webkit-box-shadow: -1px 0px 10px 0px rgba(0, 0, 0, 0.25);
          box-shadow: -1px 0px 10px 0px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  z-index: 12;
  max-width: 463px;
  top: -86px;
  display: none;
}

@media (min-width: 1024px) {
  .c_checklist {
    position: absolute;
    right: 0;
  }
}

.c_checklist p, .c_checklist label {
  font-size: 15px;
  line-height: 18px;
}

._clist-container {
  -webkit-column-count: 2;
  column-count: 2;
}

@media (min-width: 750px) {
  ._clist-container {
    -webkit-column-count: 3;
    column-count: 3;
  }
}

.c_checklist label {
  /* margin: 0; */
  /* padding: 0; */
  display: inline-block;
  line-height: 19px;
  padding-left: 26px;
  vertical-align: top;
  position: relative;
}

.c_checklist input {
  position: absolute;
  display: inline-block;
}

input[type="checkbox"] {
  visibility: hidden;
}

input[type="checkbox"] + label:before {
  height: 13px;
  width: 13px;
  margin-right: 2px;
  content: " ";
  display: inline-block;
  border: 1px solid #777;
}

input[type="checkbox"]:checked + label:before {
  background-color: #0075ff;
}

input[type="checkbox"] + label:before {
  border-radius: 50%;
  position: absolute;
  left: 0;
}

input[type="checkbox"]:checked + label:after {
  height: 11px;
  width: 11px;
  margin-right: 2px;
  content: " ";
  display: inline-block;
  border: 1px solid white;
  position: absolute;
  left: 1px;
  top: 1px;
  border-radius: 50%;
}

._pro-carbon, ._pro-renew {
  display: none;
}

._pro-carbon.active, ._pro-renew.active {
  display: block;
}

input#submit {
  position: relative;
  display: block;
  margin: 20px auto 0;
}

._post-search-input {
  position: relative;
  max-width: 900px;
  display: block;
  margin: 0 auto;
  padding-right: 60px;
}

._post-search-input:before {
  content: "\e901";
  position: absolute;
  z-index: 9;
  font-size: 20px;
  top: 6px;
  left: 12px;
  color: #00203a;
  font-weight: bold;
  font-family: 'icomoon';
  cursor: pointer;
}

._post-search-icon {
  content: '\e90c';
  position: absolute;
  z-index: 9;
  font-size: 20px;
  top: 6px;
  color: #00203a;
  font-weight: bold;
  font-family: 'icomoon';
  cursor: pointer;
  right: 10px;
  pointer-events: none;
}

#my-ajax-filter-search .g-fontIcon--filter {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #00203a;
  cursor: pointer;
}

.c_checklist hr {
  border: 0;
  height: 1px;
  background: #09273A;
  margin-top: -15px;
}

ul#ajax_filter_search_results li {
  display: block;
}

@media (min-width: 1024px) {
  ul#ajax_filter_search_results li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

ul#ajax_filter_search_results li:before {
  display: none;
}

.page-results {
  text-align: center;
  margin: 80px 0 40px 0;
}

span.previous, span.next {
  color: #a3a3a3;
  border-radius: 10px;
  margin: 20px;
}

span.previous.active, span.next.active {
  color: #09273A;
  cursor: pointer;
}

ul.pageination {
  display: inline-block;
  margin: 0;
  padding: 0;
}

ul.pageination li {
  display: inline-block;
  padding: 10px;
}

._filter-post-image {
  width: 352px;
  height: 235px;
  border-radius: 10px;
  background-size: cover;
  position: relative;
  z-index: 9;
  margin: 30px auto 0 auto;
}

@media (min-width: 1024px) {
  ._filter-post-image {
    margin-top: 30px;
  }
}

._filter-post-content {
  width: 90%;
  margin: 40px auto 40px auto;
  height: 248px;
  overflow: hidden;
  line-height: 27px;
}

@media (min-width: 1024px) {
  ._filter-post-content {
    width: 80%;
    margin: 0 0 0 auto;
    margin-bottom: 40px;
  }
}

.active ._filter-post-content {
  height: auto;
  position: relative;
  z-index: 10;
}

#ajax_filter_search_results .g-columns__group, #ajax_filter_search_results .g-forms {
  margin-top: 80px;
}

._overlay-accordion {
  height: 388px;
  position: absolute;
  bottom: -40px;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #f1f0f0;
  background: -webkit-gradient(linear, left bottom, left top, from(#f1f0f0), color-stop(50%, rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #f1f0f0 0%, rgba(255, 255, 255, 0) 50%);
  cursor: pointer;
}

.active ._overlay-accordion {
  cursor: auto;
}

#ajax_filter_search_results li {
  position: relative;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

._close {
  position: absolute;
  right: 0;
  bottom: 0px;
  font-family: 'Montserrat';
  font-weight: bold;
  font-size: 18px;
  color: #09273A;
  display: none;
  cursor: pointer;
}

._close:after {
  content: '\e90b';
  width: 100px;
  height: 100px;
  font-family: 'icomoon';
  font-size: 40px;
  color: #09273A;
  position: relative;
  top: 10px;
}

.active ._close {
  display: block;
}

._post-att {
  font-family: 'Montserrat';
  color: #022134;
  font-size: 25px;
  font-weight: 600;
  line-height: 40px;
  margin-top: 20px;
  display: none;
}

.active ._post-att {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}

@media (min-width: 1024px) {
  .active ._post-att {
    text-align: left;
    margin-bottom: 0px;
  }
}

.g-header__primaryMenuLevel2 {
  z-index: 60 !important;
}

.cu-module__header {
  z-index: 59 !important;
}

.g-header__menus {
  z-index: 58 !important;
}

.g-header {
  z-index: 57 !important;
}

.g-layout__content {
  z-index: 56 !important;
}

.g-footer {
  z-index: 55 !important;
}

.t-hideItem {
  display: none !important;
}

@media (min-width: 750px) {
  .t-hideItem--desktop {
    display: none !important;
  }
}

@media (max-width: 749px) {
  .t-hideItem--mobile {
    display: none !important;
  }
}

.t-text__uppercase {
  text-transform: uppercase;
}

.t-text__lowercase {
  text-transform: lowercase;
}

.t-font__light {
  font-family: "Open Sans", sans-serif;
  font-weight: 200;
}

.t-font__regular {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.t-font__medium {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}

.t-font__semibold {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.t-font__bold {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.t-font__black {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
}

/**
    *    
    *   Themes
    *   Note: must clear server cache to view updated themes in selector
    *   (BackgroundColour, FontColour, HeadingColour, AnchorColour)
    *    
    **/
.t-colour__theme--1 {
  background-color: #00203a;
  color: white;
}

.t-colour__theme--1 h1, .t-colour__theme--1 h2, .t-colour__theme--1 h3, .t-colour__theme--1 h4, .t-colour__theme--1 h5, .t-colour__theme--1 h6 {
  color: white;
}

.t-colour__theme--2 {
  background-color: #33739a;
  color: white;
}

.t-colour__theme--2 h1, .t-colour__theme--2 h2, .t-colour__theme--2 h3, .t-colour__theme--2 h4, .t-colour__theme--2 h5, .t-colour__theme--2 h6 {
  color: white;
}

.t-colour__theme--3 {
  background-color: #99d7fd;
  color: white;
}

.t-colour__theme--3 h1, .t-colour__theme--3 h2, .t-colour__theme--3 h3, .t-colour__theme--3 h4, .t-colour__theme--3 h5, .t-colour__theme--3 h6 {
  color: white;
}

.t-colour__theme--4 {
  background-color: #f0f7fd;
  color: white;
}

.t-colour__theme--4 h1, .t-colour__theme--4 h2, .t-colour__theme--4 h3, .t-colour__theme--4 h4, .t-colour__theme--4 h5, .t-colour__theme--4 h6 {
  color: white;
}

.t-colour__theme--5 {
  background-color: #edb43a;
  color: white;
}

.t-colour__theme--5 h1, .t-colour__theme--5 h2, .t-colour__theme--5 h3, .t-colour__theme--5 h4, .t-colour__theme--5 h5, .t-colour__theme--5 h6 {
  color: white;
}

.t-colour__theme--6 {
  background-color: #777777;
  color: white;
}

.t-colour__theme--6 h1, .t-colour__theme--6 h2, .t-colour__theme--6 h3, .t-colour__theme--6 h4, .t-colour__theme--6 h5, .t-colour__theme--6 h6 {
  color: white;
}

.t-colour__theme--7 {
  background-color: #f5f4f4;
  color: black;
}

.t-colour__theme--7 h1, .t-colour__theme--7 h2, .t-colour__theme--7 h3, .t-colour__theme--7 h4, .t-colour__theme--7 h5, .t-colour__theme--7 h6 {
  color: black;
}

.t-colour__theme--default {
  color: black;
  background: white;
}

.t-colour__theme--default h1, .t-colour__theme--default h2, .t-colour__theme--default h3, .t-colour__theme--default h4, .t-colour__theme--default h5, .t-colour__theme--default h6 {
  color: black;
}

.t-colour__theme--default a {
  color: black;
}

.t-colour__text--primary {
  color: #00203a;
}

.t-colour__background--primary {
  background: #00203a;
}

.t-colour__text--primary_medium {
  color: #33739a;
}

.t-colour__background--primary_medium {
  background: #33739a;
}

.t-colour__text--primary_light {
  color: #99d7fd;
}

.t-colour__background--primary_light {
  background: #99d7fd;
}

.t-colour__text--primary_light_alt {
  color: #f0f7fd;
}

.t-colour__background--primary_light_alt {
  background: #f0f7fd;
}

.t-colour__text--secondary {
  color: #edb43a;
}

.t-colour__background--secondary {
  background: #edb43a;
}

.t-colour__text--grey {
  color: #777777;
}

.t-colour__background--grey {
  background: #777777;
}

.t-colour__text--grey_light {
  color: #f5f4f4;
}

.t-colour__background--grey_light {
  background: #f5f4f4;
}

.t-colour__text--black {
  color: black;
}

.t-colour__background--black {
  background: black;
}

.t-colour__text--white {
  color: white;
}

.t-colour__background--white {
  background: white;
}

.t-colour__text--success {
  color: #6fbf4a;
}

.t-colour__background--success {
  background: #6fbf4a;
}

.t-colour__text--warning {
  color: #cf8800;
}

.t-colour__background--warning {
  background: #cf8800;
}

.t-colour__text--alert {
  color: #a90000;
}

.t-colour__background--alert {
  background: #a90000;
}
/*# sourceMappingURL=main.css.map */