@charset "UTF-8";

/* 
Green: #005747
Orange: #FFAC30
*/

@font-face {
  font-family: "Alliance";
  src: url('../fonts/AllianceText-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Alliance";
  src: url('../fonts/AlliancePlatt-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}

/*-------------- BASE STYLES --------------*/
html {
  box-sizing: border-box;
  margin: auto; }

body {
  position: relative;
  box-sizing: border-box;
  background-color: #ffffff;
  overflow-x: hidden;
  margin: 0px; }

section, header, footer, main {
  width: 100%; }

@media (min-width: 1920px) {
  h1 {
    font-family: Alliance, sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #005747;
    font-size: 46px;
    line-height: 1.35;
    letter-spacing: 0.07px;
    text-transform: uppercase; } }

@media (max-width: 1919px) {
  h1 {
    font-family: Alliance, sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #005747;
    font-size: 34px;
    line-height: 1.47;
    letter-spacing: -0.5px;
    text-transform: uppercase; } }

@media (max-width: 1023px) {
  h1 {
    font-family: Alliance, sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #005747;
    font-size: 22px;
    line-height: 1.36;
    letter-spacing: 0.17px;
    text-transform: uppercase; } }

  h1 span {
/*  color: #5D8A82;*/
  font-size:72px; }

@media (max-width: 1023px) {
   h1 span{
    font-size:50px;  } }

@media (min-width: 1920px) {
  h2, .about-title {
    font-family: Alliance, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #005747;
    font-size: 38px;
    line-height: 46px;
    letter-spacing: 0.29px;
    text-transform: uppercase; } }

@media (max-width: 1919px) {
  h2, .about-title {
    font-family: Alliance, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #005747;
    font-size: 26px;
    line-height: normal;
    letter-spacing: 0px;
    text-transform: uppercase; } }

@media (max-width: 1023px) {
  h2, .about-title {
    font-family: Alliance, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #005747;
    font-size: 18px;
    line-height: normal;
    letter-spacing: 0.14px;
    text-transform: uppercase; } }

@media (min-width: 1920px) {
  h3 {
    font-family: Alliance, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #5B6073;
    font-size: 32px;
    line-height: 46px;
    letter-spacing: 0.24px;
    text-transform: uppercase; } }

@media (max-width: 1919px) {
  h3 {
    font-family: Alliance, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #5B6073;
    font-size: 22px;
    line-height: 34px;
    letter-spacing: 0.17px;
    text-transform: uppercase; } }

@media (max-width: 1023px) {
  h3 {
    font-family: Alliance, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #5B6073;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0.12px;
    text-transform: uppercase; } }

@media (min-width: 1920px) {
  h4 {
    font-family: Alliance, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #5D8A82;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.23px; } }

@media (max-width: 1919px) {
  h4 {
    font-family: Alliance, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #5D8A82;
    font-size: 20px;
    line-height: normal;
    letter-spacing: 0.15px; } }

@media (max-width: 1023px) {
  h4 {
    font-family: Alliance, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #5D8A82;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0.12px; } }

@media (min-width: 1920px) {
  h5 {
    font-family: Alliance, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #5B6073;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.18px; } }

@media (max-width: 1919px) {
  h5 {
    font-family: Alliance, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #5B6073;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.5px; } }

@media (max-width: 1023px) {
  h5 {
    font-family: Alliance, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #5B6073;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.11px; } }

input[type=text], input[type='email'], input[type='submit'], textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none !important;
  outline: none !important;
  width: 80%;
  border: 1px solid #C8C8C8;
  border-radius: 0px;
  margin: 0;
  padding: 10px 30px;
  box-sizing: border-box; }

input, textarea, select, button {
  -webkit-appearance: none;
  border-radius: 0; }

p, li, ul {
  margin-top: 0px; }

@media (min-width: 1920px) {
  p {
    font-family: Alliance, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #5B6073;
    font-size: 22px;
    line-height: 36px;
    letter-spacing: 0.4px; } }

@media (max-width: 1919px) {
  p {
    font-family: Alliance, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #5B6073;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.29px; } }

@media (max-width: 1023px) {
  p {
    font-family: Alliance, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #5B6073;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.25px; } }

@media (min-width: 1920px) {
  li {
    font-family: Alliance, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #5B6073;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0.36px; } }

@media (max-width: 1919px) {
  li {
    font-family: Alliance, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #5B6073;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.29px; } }

@media (max-width: 1023px) {
  li {
    font-family: Alliance, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #5B6073;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.36px; } }

td, th {
  border: solid 1px #BABCC6;
  padding: 5px; }
  @media (min-width: 1920px) {
    td, th {
      font-family: Alliance, sans-serif;
      font-weight: normal;
      font-style: normal;
      color: #5B6073;
      font-size: 20px;
      line-height: 32.5px;
      letter-spacing: 0.37px; } }
  @media (max-width: 1919px) {
    td, th {
      font-family: Alliance, sans-serif;
      font-weight: normal;
      font-style: normal;
      color: #5B6073;
      font-size: 16px;
      line-height: 25px;
      letter-spacing: 0.3px; } }
  @media (max-width: 1023px) {
    td, th {
      font-family: Alliance, sans-serif;
      font-weight: normal;
      font-style: normal;
      color: #5B6073;
      font-size: 12px;
      line-height: 25px;
      letter-spacing: 0.22px; } }

@media (min-width: 1920px) {
  td div, th div {
    font-family: Alliance, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #5B6073;
    font-size: 20px;
    line-height: 32.5px;
    letter-spacing: 0.37px; } }

@media (max-width: 1919px) {
  td div, th div {
    font-family: Alliance, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #5B6073;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.3px; } }

@media (max-width: 1023px) {
  td div, th div {
    font-family: Alliance, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #5B6073;
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 0.22px; } }

th, th div {
  font-weight: bold;
  text-align: left; }

table {
  border: solid 1px #005747;
  border-collapse: collapse; }

select::-ms-expand {
  display: none; }

select {
  -moz-appearance: none; }

a {
  text-decoration: none; }

* {
  box-sizing: border-box; }

img {
  max-width: 100%; }

a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

/*-------------- UTILITY --------------*/
.container {
  max-width: 82vw;
  margin: 0px 0px 0px auto;
  /*overflow: hidden;*/ }
  @media (max-width: 1023px) {
    .container {
      max-width: 100%; } }

.clearset:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

.flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch; }

.third {
  width: 33.33%; }

.half {
  width: 50%; }

#width-check {
  position: relative;
  z-index: 0; }

.mobile-only {
  display: none !important; }

.desktop-only {
  display: block !important; }

div.overflow {
  width: 100%;
  overflow-x: auto; }
  div.overflow.show + div.scroll-arrow {
    position: relative;
    height: 30px;
    width: 100%; }
    div.overflow.show + div.scroll-arrow::before {
      font-family: "Font Awesome 5 Pro";
      font-weight: 400;
      font-style: normal;
      font-size: 16px;
      position: absolute;
      bottom: 0px;
      left: 50%;
      content: '\f07e';
      font-weight: 900; }

.vertical {
  position: absolute; }
  @media (min-width: 1920px) {
    .vertical {
      font-family: Alliance, sans-serif;
      font-weight: 500;
      font-style: normal;
      color: #181818;
      font-size: 16px;
      line-height: normal;
      letter-spacing: 0.26px;
      text-transform: uppercase;
      left: -130px; } }
  @media (max-width: 1919px) {
    .vertical {
      font-family: Alliance, sans-serif;
      font-weight: 500;
      font-style: normal;
      color: #181818;
      font-size: 11px;
      line-height: normal;
      letter-spacing: 0.18px;
      text-transform: uppercase;
      left: -100px; } }
  .vertical.bottom {
    transform-origin: bottom left;
    transform: rotate(-90deg);
    bottom: 120px; }
    @media (min-width: 1920px) {
      .vertical.bottom {
        padding-left: 65px; }
        .vertical.bottom::before {
          content: '';
          height: 1px;
          position: absolute;
          width: 0px;
          left: 48px;
          top: 10px;
          background-color: #5B6073; }
        .vertical.bottom.show::before {
          left: 0px;
          width: 48px;
          transition: all 0.5s ease-in-out; }
        .vertical.bottom.hide::before {
          left: 0px;
          width: 0px; } }
    @media (max-width: 1919px) {
      .vertical.bottom {
        padding-left: 47px; }
        .vertical.bottom::before {
          content: '';
          height: 1px;
          position: absolute;
          width: 0px;
          left: 36px;
          top: 10px;
          background-color: #5B6073; }
        .vertical.bottom.show::before {
          left: 0px;
          width: 36px;
          transition: all 0.5s ease-in-out; }
        .vertical.bottom.hide::before {
          left: 0px;
          width: 0px; } }
  .vertical.top {
    transform-origin: top left;
    bottom: 100%;
    color: #181818; }
    @media (min-width: 1920px) {
      .vertical.top {
        padding-left: 65px;
        transform: rotate(-90deg) translateX(calc(-100% - 25px)); }
        .vertical.top::after {
          content: '';
          height: 1px;
          position: absolute;
          width: 0px;
          left: 48px;
          top: 10px;
          background-color: #181818; }
        .vertical.top.show::after {
          left: 0px;
          width: 48px;
          transition: all 0.5s ease-in-out; }
        .vertical.top.hide::after {
          left: 0px;
          width: 0px; } }
    @media (max-width: 1919px) {
      .vertical.top {
        padding-left: 47px;
        transform: rotate(-90deg) translateX(calc(-100% - 18px)); }
        .vertical.top::after {
          content: '';
          height: 1px;
          position: absolute;
          width: 0px;
          left: 36px;
          top: 10px;
          background-color: #181818; }
        .vertical.top.show::after {
          left: 0px;
          width: 36px;
          transition: all 0.5s ease-in-out; }
        .vertical.top.hide::after {
          left: 0px;
          width: 0px; } }

.animated-border {
  position: relative; }
  @media (min-width: 1920px) {
    .animated-border {
      padding-left: 24px; } }
  @media (max-width: 1919px) {
    .animated-border {
      padding-left: 20px; } }

.animated-border::before {
  content: '';
  background-color: #5D8A82;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 2px;
  height: 0px;
  transition: all 0.5s ease-in-out; }

.animated-border.show::before {
  height: 100%; }

.cc-banner.cc-theme-edgeless .cc-btn {
  white-space: nowrap !important; }

.cc-btn {background-color: #FFAC30!important;}
.cc-link {color: #005747!important;}
.cc-window {background-color: #CEE5E1!important;}

/* BUTTONS */
.block-button {
  display: flex;
  align-items: center;
  text-align: left;
  justify-content: center;
  transition: all 0.25s ease-in-out;
  background-color: #FFAC30;
  color: #005747;
  cursor: pointer; }
  @media (min-width: 1920px) {
    .block-button {
      font-family: Alliance, sans-serif;
      font-weight: 600;
      font-style: normal;
      /* color: #5B6073; */
      font-size: 20px;
      line-height: normal;
      letter-spacing: 0.17px;
      text-transform: uppercase;
      /* color: #FFFFFF; */
      /****/
      min-width: 420px;
      min-height: 110px; } }
  @media (max-width: 1919px) {
    .block-button {
      font-family: Alliance, sans-serif;
      font-weight: 600;
      font-style: normal;
      font-size: 13px;
      line-height: normal;
      letter-spacing: 0.21px;
      text-transform: uppercase;
      /* color: #FFFFFF; */
      /****/
      min-width: 333px;
      min-height: 86px; } }
  @media (max-width: 1023px) {
    .block-button {
      font-family: Alliance, sans-serif;
      font-weight: 600;
      font-style: normal;
      font-size: 11px;
      line-height: normal;
      letter-spacing: 0.18px;
      text-transform: uppercase;
      /* color: #FFFFFF; */
      /****/ } }
  .block-button.inverted {
    background-color: #5D8A82; }
  .block-button:hover {
    background-color: #005747; color: #FFFFFF}
    .block-button:hover.inverted {
      background-color: #5D8A82; }

.button {
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 25px 35px;
  background-color: #FFAC30;
  color: #005747;
  position: relative;
  cursor: pointer;
  border-style: none;
  border-radius: 10px;
  text-decoration: none !important; }
  @media (min-width: 1920px) {
    .button {
      font-family: Alliance, sans-serif;
      font-weight: 600;
      font-style: normal;
      /* color: #5B6073; */
      font-size: 20px;
      line-height: normal;
      letter-spacing: 0.17px;
      text-transform: uppercase;
      /* color: #FFFFFF; */
      /****/
      min-width: 280px; } }
  @media (max-width: 1919px) {
    .button {
      font-family: Alliance, sans-serif;
      font-weight: 600;
      font-style: normal;
      font-size: 13px;
      line-height: normal;
      letter-spacing: 0.21px;
      text-transform: uppercase;
      /* color: #FFFFFF; */
      /****/
      min-width: 195px; } }
  @media (max-width: 1023px) {
    .button {
      font-family: Alliance, sans-serif;
      font-weight: 600;
      font-style: normal;
      font-size: 11px;
      line-height: normal;
      letter-spacing: 0.18px;
      text-transform: uppercase;
      /* color: #FFFFFF; */
      /****/
      min-width: 140px; } }
  .button::after {
    transition: all 0.25s ease-in-out;
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    box-shadow: 0 8px 16px 0 rgba(16, 18, 30, 0.14);
    border-radius: 10px;
    z-index: -1; }
  .button:hover::after {
    transform: scale(0.8);
    box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.3); }

.arrow-button, .white-button {
  color: #181818 !important;
  background-color: #FFFFFF !important;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in-out;
  margin: 0px auto; }
  @media (min-width: 1920px) {
    .arrow-button, .white-button {
      font-family: Alliance, sans-serif;
      font-weight: 600;
      font-style: normal;
      color: #5B6073;
      font-size: 20px;
      line-height: normal;
      letter-spacing: 0.33px;
      text-transform: uppercase;
      width: 300px;
      height: 70px; } }
  @media (max-width: 1919px) {
    .arrow-button, .white-button {
      font-family: Alliance, sans-serif;
      font-weight: 600;
      font-style: normal;
      color: #5B6073;
      font-size: 12px;
      line-height: normal;
      letter-spacing: 0.2px;
      text-transform: uppercase;
      width: 220px;
      height: 56px; } }
  @media (max-width: 1023px) {
    .arrow-button, .white-button {
      font-family: Alliance, sans-serif;
      font-weight: 600;
      font-style: normal;
      color: #5B6073;
      font-size: 11px;
      line-height: normal;
      letter-spacing: 0.18px;
      text-transform: uppercase;
      width: 190px;
      height: 45px; } }
  .arrow-button::before, .white-button::before {
    transition: all 0.25s ease-in-out;
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    box-shadow: 0 8px 16px 0 rgba(16, 18, 30, 0.14);
    z-index: -1; }
  .arrow-button:hover, .white-button:hover {
    padding-left: 5px; }
    .arrow-button:hover::before, .white-button:hover::before {
      transform: scale(0.8);
      box-shadow: 0 16px 16px 0 rgba(16, 18, 30, 0.28); }

.arrow-button::after {
  transition: all 0.25s ease-in-out;
  content: '';
  display: inline-block;
  background-color: #5D8A82;
  -webkit-mask-image: url(../../../../_resources/icons/arrow.svg);
  mask-image: url(../../../../_resources/icons/arrow.svg);
  margin-left: 23px;
  cursor: pointer; }
  @media (min-width: 1920px) {
    .arrow-button::after {
      width: 25px;
      min-width: 25px;
      height: 18px; } }
  @media (max-width: 1919px) {
    .arrow-button::after {
      width: 18px;
      min-width: 18px;
      height: 13px; } }

.arrow-button:hover::after {
  margin-left: 28px; }

.arrow::after {
  transition: all 0.25s ease-in-out;
  content: '';
  display: inline-block;
  background-color: #5D8A82;
  -webkit-mask-image: url(../../../../_resources/icons/arrow.svg);
  mask-image: url(../../../../_resources/icons/arrow.svg);
  margin-left: 0px;
  cursor: pointer; }
  @media (min-width: 1920px) {
    .arrow::after {
      width: 25px;
      min-width: 25px;
      height: 18px; } }
  @media (max-width: 1919px) {
    .arrow::after {
      width: 18px;
      min-width: 18px;
      height: 13px; } }

.arrow:hover::after {
  margin-left: 5px; }

.section-space {
  margin-top: 86px !important; }

/* ANIMATE CSS DELAY CLASSES */
.animated.delay-500ms {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms; }

.animated.delay-2500ms {
  -webkit-animation-delay: 2500ms;
  animation-delay: 2500ms; }

header.two {
  position: fixed;
  z-index: 1000;
  top: 0px;
  left: 0px; }
  @media (min-width: 1920px) {
    header.two {
      display: block; } }
  @media (max-width: 1919px) {
    header.two {
      display: block; } }
  @media (max-width: 1023px) {
    header.two {
      display: none; } }
  header.two #top {
    align-items: center; }
    @media (min-width: 1920px) {
      header.two #top {
        height: 106px; } }
    @media (max-width: 1919px) {
      header.two #top {
        height: 86px; } }
    header.two #top .left {
      width: 70%;
      background-color: #FFFFFF;
      align-items: center;
      height: 100%; }
    header.two #top .logo {
      transition: all 0.25s ease-in-out; }
      @media (min-width: 1920px) {
        header.two #top .logo {
          padding-left: 65px;
          padding-right: 65px; } }
      @media (max-width: 1919px) {
        header.two #top .logo {
          padding-left: 60px;
          padding-right: 60px; } }
      @media (max-width: 1023px) {
        header.two #top .logo {
          padding-left: 20px;
          padding-right: 20px; } }
      @media (min-width: 1920px) {
        header.two #top .logo img {
          height: 40px; } }
      @media (max-width: 1919px) {
        header.two #top .logo img {
          height: 30px; } }
      header.two #top .logo:hover {
        opacity: 0.6; }
    header.two #top nav {
      flex-grow: 2; }
      @media (min-width: 1920px) {
        header.two #top nav {
          padding-right: 65px; } }
      @media (max-width: 1919px) {
        header.two #top nav {
          padding-right: 60px; } }
      @media (max-width: 1023px) {
        header.two #top nav {
          padding-right: 20px; } }
      header.two #top nav ul.top-level {
        display: flex;
        list-style: none;
        margin: 0px;
        padding: 0px;
        justify-content: space-around;
        align-items: center; }
        header.two #top nav ul.top-level li.top-level {
          position: relative; }
          @media (min-width: 1920px) {
            header.two #top nav ul.top-level li.top-level {
              padding: 34px 0px; } }
          @media (max-width: 1919px) {
            header.two #top nav ul.top-level li.top-level {
              padding: 27px 0px; } }
          @media (min-width: 1920px) {
            header.two #top nav ul.top-level li.top-level a.top-level {
              font-family: Alliance, sans-serif;
              font-weight: 500;
              font-style: normal;
              color: #181818;
              font-size: 20px;
              line-height: normal;
              letter-spacing: 0.3px;
              text-transform: uppercase;
              /****/
              padding: 40px 0px; } }
          @media (max-width: 1919px) {
            header.two #top nav ul.top-level li.top-level a.top-level {
              font-family: Alliance, sans-serif;
              font-weight: 500;
              font-style: normal;
              color: #181818;
              font-size: 13px;
              line-height: 25px;
              letter-spacing: 0.37px;
              text-transform: uppercase;
              /****/
              padding: 33px 0px; } }
          header.two #top nav ul.top-level li.top-level ul.sub {
            transition: all 0.25s ease-in-out;
            opacity: 0;
            pointer-events: none;
            position: absolute;
            background-color: #ffffff;
            top: 100%;
            border: 1px solid #5D8A82;
            border-top: 5px solid #005747;
            left: 50%;
            transform: translateX(-50%);
            list-style: none;
            padding: 0px;
            margin: 0px; }
            @media (min-width: 1920px) {
              header.two #top nav ul.top-level li.top-level ul.sub {
                width: 315px;
                padding: 39px 0px; } }
            @media (max-width: 1919px) {
              header.two #top nav ul.top-level li.top-level ul.sub {
                width: 240px;
                padding: 30px 0px; } }
            header.two #top nav ul.top-level li.top-level ul.sub::before {
              transition: all 0.25s ease-in-out;
              content: '';
              border-left: 6px solid transparent;
              border-right: 6px solid transparent;
              border-bottom: 6px solid #005747;
              position: absolute;
              top: -11px;
              left: calc(50% - 6px); }
            header.two #top nav ul.top-level li.top-level ul.sub a.sub {
              transition: all 0.25s ease-in-out;
              color: #005747;
              display: block; }
              @media (min-width: 1920px) {
                header.two #top nav ul.top-level li.top-level ul.sub a.sub {
                  font-family: Alliance, sans-serif;
                  font-weight: normal;
                  font-style: normal;
                  color: #005747;
                  font-size: 22px;
                  line-height: 30px;
                  letter-spacing: -0.41px;
                  padding: 10px 33px; } }
              @media (max-width: 1919px) {
                header.two #top nav ul.top-level li.top-level ul.sub a.sub {
                  font-family: Alliance, sans-serif;
                  font-weight: normal;
                  font-style: normal;
                  color: #005747;
                  font-size: 16px;
                  line-height: 21px;
                  letter-spacing: -0.3px;
                  padding: 8px 25px; } }
              header.two #top nav ul.top-level li.top-level ul.sub a.sub.has-submenu::after {
                content: '+';
                margin-left: 10px; }
              header.two #top nav ul.top-level li.top-level ul.sub a.sub.has-submenu.show::after {
                content: '—'; }
              header.two #top nav ul.top-level li.top-level ul.sub a.sub:hover {
                background-color: #005747;
                color: #ffffff; }
            header.two #top nav ul.top-level li.top-level ul.sub ul.subsub {
              list-style: none;
              padding: 0px;
              margin: 0px;
              display: none; }
              header.two #top nav ul.top-level li.top-level ul.sub ul.subsub a.subsub {
                transition: all 0.25s ease-in-out;
                color: #5D8A82;
                display: block; }
                @media (min-width: 1920px) {
                  header.two #top nav ul.top-level li.top-level ul.sub ul.subsub a.subsub {
                    font-family: Alliance, sans-serif;
                    font-weight: normal;
                    font-style: normal;
                    color: #5D8A82;
                    font-size: 22px;
                    line-height: 30px;
                    letter-spacing: -0.41px;
                    padding: 10px 33px 10px 63px; } }
                @media (max-width: 1919px) {
                  header.two #top nav ul.top-level li.top-level ul.sub ul.subsub a.subsub {
                    font-family: Alliance, sans-serif;
                    font-weight: normal;
                    font-style: normal;
                    color: #5D8A82;
                    font-size: 16px;
                    line-height: 21px;
                    letter-spacing: -0.3px;
                    padding: 8px 25px 8px 48px; } }
                header.two #top nav ul.top-level li.top-level ul.sub ul.subsub a.subsub:hover {
                  background-color: #005747;
                  color: #ffffff; }
          header.two #top nav ul.top-level li.top-level:hover ul.sub {
            opacity: 1;
            pointer-events: all; }
    header.two #top .ticker {
      background-color: #ffffff;
      width: 30%;
      align-items: center;
      justify-content: flex-start;
      height: 100%; }
      @media (min-width: 1920px) {
        header.two #top .ticker {
          font-family: Alliance, sans-serif;
          font-weight: normal;
          font-style: normal;
          color: #181818;
          font-size: 18px;
          line-height: normal;
          letter-spacing: 0.3px; } }
      @media (max-width: 1919px) {
        header.two #top .ticker {
          font-family: Alliance, sans-serif;
          font-weight: normal;
          font-style: normal;
          color: #181818;
          font-size: 14px;
          line-height: normal;
          letter-spacing: 0.23px; } }
      @media (min-width: 1920px) {
        header.two #top .ticker {
          padding-right: 65px; } }
      @media (max-width: 1919px) {
        header.two #top .ticker {
          padding-right: 60px; } }
      @media (max-width: 1023px) {
        header.two #top .ticker {
          padding-right: 20px; } }
      @media (min-width: 1920px) {
        header.two #top .ticker strong {
          font-family: Alliance, sans-serif;
          font-weight: bold;
          font-style: normal;
          color: #181818;
          font-size: 18px;
          line-height: normal;
          letter-spacing: 0.3px; } }
      @media (max-width: 1919px) {
        header.two #top .ticker strong {
          font-family: Alliance, sans-serif;
          font-weight: bold;
          font-style: normal;
          color: #181818;
          font-size: 14px;
          line-height: normal;
          letter-spacing: 0.23px; } }
      header.two #top .ticker .stock {
        flex-grow: 1;
        justify-content: space-around;
        padding: 0px 20px; }
        header.two #top .ticker .stock div {
          padding: 0px 5px; }
          header.two #top .ticker .stock div span {
            white-space: nowrap; }
        header.two #top .ticker .stock.hide {
          opacity: 0; }
      header.two #top .ticker .search-area .icon {
        color: #005747;
        cursor: pointer;
        transition: all 0.25s ease-in-out; }
        @media (min-width: 1920px) {
          header.two #top .ticker .search-area .icon {
            font-size: 26px;
            line-height: 1; } }
        @media (max-width: 1919px) {
          header.two #top .ticker .search-area .icon {
            font-size: 20px;
            line-height: 1; } }
        header.two #top .ticker .search-area .icon:hover {
          opacity: 0.6; }
      header.two #top .ticker .search-area #search-hold {
        display: none;
        width: 100%; }
        header.two #top .ticker .search-area #search-hold form {
          width: 100%;
          padding: 0px 20px; }
          header.two #top .ticker .search-area #search-hold form input {
            width: 100%;
            border: none; }
            @media (min-width: 1920px) {
              header.two #top .ticker .search-area #search-hold form input {
                font-family: Alliance, sans-serif;
                font-weight: 300;
                font-style: normal;
                color: #5B6073;
                font-size: 20px;
                line-height: normal;
                letter-spacing: 0.3px;
                /****/ } }
            @media (max-width: 1919px) {
              header.two #top .ticker .search-area #search-hold form input {
                font-family: Alliance, sans-serif;
                font-weight: 300;
                font-style: normal;
                color: #5B6073;
                font-size: 16px;
                line-height: normal;
                letter-spacing: 0.3px;
                /****/ } }
          header.two #top .ticker .search-area #search-hold form input::-webkit-input-placeholder {
            color: #5B6073; }
          header.two #top .ticker .search-area #search-hold form input:-moz-placeholder {
            color: #5B6073; }
          header.two #top .ticker .search-area #search-hold form input::-moz-placeholder {
            color: #5B6073; }
          header.two #top .ticker .search-area #search-hold form input:-ms-input-placeholder {
            color: #5B6073; }
          header.two #top .ticker .search-area #search-hold form input:focus {
            outline: 0px; }
        header.two #top .ticker .search-area #search-hold .search-close {
          color: #5D8A82;
          cursor: pointer; }
          @media (min-width: 1920px) {
            header.two #top .ticker .search-area #search-hold .search-close {
              font-size: 26px;
              line-height: 1; } }
          @media (max-width: 1919px) {
            header.two #top .ticker .search-area #search-hold .search-close {
              font-size: 20px;
              line-height: 1; } }
      header.two #top .ticker .search-area.open {
        width: 100%;
        padding-left: 75px; }
  header.two.sticky #top {
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2); }

@media screen and (max-width: 1330px) {
  header.two #top nav, header.two #top .logo {
    padding-right: 20px; } }

@media screen and (max-width: 1200px) {
  header.two #top nav, header.two #top .logo {
    padding-right: 5px; }
  header.two #top .logo img {
    height: 25px; } }

html.open {
  overflow: hidden;
  -webkit-overflow-scrolling: touch; }
  html.open body {
    height: 100vh; }

header.mobile {
  position: fixed;
  z-index: 1000;
  top: 0px;
  left: 0px;
  background-color: #ffffff; }
  @media (min-width: 1920px) {
    header.mobile {
      display: none; } }
  @media (max-width: 1919px) {
    header.mobile {
      display: none; } }
  @media (max-width: 1023px) {
    header.mobile {
      display: block; } }
  header.mobile .top {
    height: 50px;
    width: 100%;
    justify-content: space-between;
    align-items: center; }
    @media (min-width: 1920px) {
      header.mobile .top {
        padding-left: 65px; } }
    @media (max-width: 1919px) {
      header.mobile .top {
        padding-left: 60px; } }
    @media (max-width: 1023px) {
      header.mobile .top {
        padding-left: 20px; } }
    header.mobile .top .logo, header.mobile .top .logo-white {
      width: 134px;
      height: 18px;
      position: relative;
      z-index: 2; }
      header.mobile .top .logo img, header.mobile .top .logo-white img {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        transition: all 250ms ease-in-out; }
        header.mobile .top .logo img.color {
          opacity: 1; }
        header.mobile .top .logo img.white {
          opacity: 0; }
    header.mobile .top .icon-hold {
      width: 55px;
      height: 100%;
      display: flex;
      align-items: center;
      background-color: #CEE5E1;
      cursor: pointer; }
      header.mobile .top .icon-hold .menu-icon {
        margin: 0px auto;
        cursor: pointer;
        position: relative;
        z-index: 2;
        transition: all 250ms ease-in-out;
        cursor: pointer;
        height: 19px;
        width: 25px; }
        header.mobile .top .icon-hold .menu-icon span {
          background-color: #5B6073;
          width: 25px;
          height: 3px;
          display: block;
          margin-bottom: 5px;
          transition: all 250ms ease-in-out;
          border-radius: 3px; }
          header.mobile .top .icon-hold .menu-icon span:last-of-type {
            margin-bottom: 0px; }
  header.mobile #mobile-menu {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100%;
    margin-left: -100%;
    background-color: #005747;
    transition: all 250ms ease-in-out;
    pointer-events: none; }
    header.mobile #mobile-menu nav {
      height: calc(100% - 175px);
      overflow-y: scroll;
      -ms-overflow-style: none;
      scrollbar-width: none;
      margin-top: 50px; }
      @media (min-width: 1920px) {
        header.mobile #mobile-menu nav {
          padding-left: 65px;
          padding-right: 65px; } }
      @media (max-width: 1919px) {
        header.mobile #mobile-menu nav {
          padding-left: 60px;
          padding-right: 60px; } }
      @media (max-width: 1023px) {
        header.mobile #mobile-menu nav {
          padding-left: 20px;
          padding-right: 20px; } }
      header.mobile #mobile-menu nav::-webkit-scrollbar {
        display: none; }
      header.mobile #mobile-menu nav ul.top-level {
        margin: 30px 0px;
        list-style: none;
        padding: 0px; }
        header.mobile #mobile-menu nav ul.top-level a.top-level {
          font-family: Alliance, sans-serif;
          font-weight: 500;
          font-style: normal;
          color: #ffffff;
          font-size: 18px;
          line-height: normal;
          letter-spacing: 0.14px;
          display: block;
          padding: 10px 0px; }
          header.mobile #mobile-menu nav ul.top-level a.top-level.has-submenu::after {
            content: '+';
            display: inline;
            margin-left: 10px; }
          header.mobile #mobile-menu nav ul.top-level a.top-level.has-submenu.show::after {
            content: '—'; }
        header.mobile #mobile-menu nav ul.top-level ul.sub {
          margin: 0px 0px 0px 25px;
          list-style: none;
          padding: 0px;
          display: none; }
          header.mobile #mobile-menu nav ul.top-level ul.sub a {
            font-family: Alliance, sans-serif;
            font-weight: normal;
            font-style: normal;
            color: #ffffff;
            font-size: 14px;
            line-height: 27px;
            letter-spacing: 0.23px;
            display: block;
            padding: 8px 0px; }
            header.mobile #mobile-menu nav ul.top-level ul.sub a.has-submenu::after {
              content: '+';
              display: inline;
              margin-left: 10px; }
            header.mobile #mobile-menu nav ul.top-level ul.sub a.has-submenu.show::after {
              content: '—'; }
            header.mobile #mobile-menu nav ul.top-level ul.sub a:hover {
              font-family: Alliance, sans-serif;
              font-weight: 500;
              font-style: normal; }
          header.mobile #mobile-menu nav ul.top-level ul.sub ul.subsub {
            margin: 0px 0px 0px 25px;
            list-style: none;
            padding: 0px;
            display: none; }
    header.mobile #mobile-menu .bottom {
      justify-content: space-between; }
    header.mobile #mobile-menu .social {
      height: 70px; }
      @media (min-width: 1920px) {
        header.mobile #mobile-menu .social {
          padding-left: 65px;
          padding-right: 65px; } }
      @media (max-width: 1919px) {
        header.mobile #mobile-menu .social {
          padding-left: 60px;
          padding-right: 60px; } }
      @media (max-width: 1023px) {
        header.mobile #mobile-menu .social {
          padding-left: 20px;
          padding-right: 20px; } }
      header.mobile #mobile-menu .social a {
        border-radius: 40px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-right: 18px;
        transition: color 0.25s ease-in-out;
        display: inline-block;
        text-align: center;
        background-color: #ffffff;
        color: #005747; }
        header.mobile #mobile-menu .social a:last-of-type {
          margin-right: 0px; }
    header.mobile #mobile-menu .search_hold {
      position: relative; }
      header.mobile #mobile-menu .search_hold span.icon {
        border-radius: 40px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-right: 18px;
        transition: color 0.25s ease-in-out;
        display: inline-block;
        text-align: center;
        background-color: #ffffff;
        color: #005747; }
      header.mobile #mobile-menu .search_hold #search-hold-mob {
        position: absolute;
        top: 0;
        right: 0;
        width: 100vw;
        opacity: 0;
        pointer-events: none;
        transition: all 250ms ease-in-out; }
        header.mobile #mobile-menu .search_hold #search-hold-mob.show {
          opacity: 1;
          pointer-events: all; }
        header.mobile #mobile-menu .search_hold #search-hold-mob form {
          width: calc(100% - 30px);
          margin: 0 15px; }
          header.mobile #mobile-menu .search_hold #search-hold-mob form input {
            width: 100%;
            padding: 12px 20px;
            border-radius: 30px;
            border: 0;
            font-family: Alliance, sans-serif;
            font-weight: 200;
            font-style: normal; }
            header.mobile #mobile-menu .search_hold #search-hold-mob form input::-webkit-input-placeholder {
              font-family: Alliance, sans-serif;
              font-weight: 200;
              font-style: normal; }
            header.mobile #mobile-menu .search_hold #search-hold-mob form input::-moz-placeholder {
              font-family: Alliance, sans-serif;
              font-weight: 200;
              font-style: normal; }
            header.mobile #mobile-menu .search_hold #search-hold-mob form input:-ms-input-placeholder {
              font-family: Alliance, sans-serif;
              font-weight: 200;
              font-style: normal; }
            header.mobile #mobile-menu .search_hold #search-hold-mob form input::-ms-input-placeholder {
              font-family: Alliance, sans-serif;
              font-weight: 200;
              font-style: normal; }
            header.mobile #mobile-menu .search_hold #search-hold-mob form input::placeholder {
              font-family: Alliance, sans-serif;
              font-weight: 200;
              font-style: normal; }
            header.mobile #mobile-menu .search_hold #search-hold-mob form input:focus {
              outline: 0; }
        header.mobile #mobile-menu .search_hold #search-hold-mob .mob-search-close i {
          position: absolute;
          top: 12px;
          right: 40px;
          color: #005747; }
    header.mobile #mobile-menu .ticker {
      border-top: solid 1px #ffffff; }
      @media (min-width: 1920px) {
        header.mobile #mobile-menu .ticker {
          padding-left: 65px;
          padding-right: 65px; } }
      @media (max-width: 1919px) {
        header.mobile #mobile-menu .ticker {
          padding-left: 60px;
          padding-right: 60px; } }
      @media (max-width: 1023px) {
        header.mobile #mobile-menu .ticker {
          padding-left: 20px;
          padding-right: 20px; } }
      header.mobile #mobile-menu .ticker .stock {
        font-family: Alliance, sans-serif;
        font-weight: 200;
        font-style: normal;
        color: #ffffff;
        font-size: 13px;
        line-height: normal;
        letter-spacing: 0.2px;
        /****/
        align-items: center;
        height: 55px; }
  header.mobile.open .top .logo img.color {
    opacity: 0; }
  header.mobile.open .top .logo img.white {
    opacity: 1; }
  header.mobile.open .top .icon-hold .menu-icon {
    transform: translateY(-4px); }
    header.mobile.open .top .icon-hold .menu-icon span {
      background-color: #ffffff; }
      header.mobile.open .top .icon-hold .menu-icon span:nth-child(1) {
        transform: translate(0px, 12px) rotate(45deg);
        opacity: 0; }
      header.mobile.open .top .icon-hold .menu-icon span:nth-child(2) {
        transform: translate(0px, 3.9px) rotate(45deg); }
      header.mobile.open .top .icon-hold .menu-icon span:nth-child(3) {
        transform: translate(0px, -3.9px) rotate(-45deg); }
  header.mobile.open #mobile-menu {
    margin-left: 0px;
    pointer-events: all; }
  header.mobile.sticky .top {
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2); }

/**************** NEWS SECTION ****************/
body main .content .container #content .news-item {
  margin-bottom: 30px; }
  body main .content .container #content .news-item:not(:last-of-type) {
    border-bottom: 1px solid #979797; }
  @media (min-width: 1920px) {
    body main .content .container #content .news-item .news-date {
      font-family: Alliance, sans-serif;
      font-weight: normal;
      font-style: normal;
      color: #5D8A82;
      font-size: 18px;
      line-height: normal;
      letter-spacing: 0.6px;
      margin-bottom: 14px; } }
  @media (max-width: 1919px) {
    body main .content .container #content .news-item .news-date {
      font-family: Alliance, sans-serif;
      font-weight: normal;
      font-style: normal;
      color: #5D8A82;
      font-size: 12px;
      line-height: normal;
      letter-spacing: 0.51px;
      margin-bottom: 10px; } }
  @media (max-width: 1023px) {
    body main .content .container #content .news-item .news-date {
      font-family: Alliance, sans-serif;
      font-weight: normal;
      font-style: normal;
      color: #5B6073;
      font-size: 14px;
      line-height: normal;
      letter-spacing: 0.6px;
      margin-bottom: 0px; } }
  body main .content .container #content .news-item .news-title a {
    transition: all 0.25s ease-in-out;
    text-decoration: none !important; }
    @media (min-width: 1920px) {
      body main .content .container #content .news-item .news-title a {
        font-family: Alliance, sans-serif;
        font-weight: 500;
        font-style: normal;
        color: #5B6073;
        font-size: 30px;
        line-height: 38px;
        letter-spacing: 0.54px; } }
    @media (max-width: 1919px) {
      body main .content .container #content .news-item .news-title a {
        color: #5B6073;
        font-family: Alliance, sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 0.14px; } }
    @media (max-width: 1023px) {
      body main .content .container #content .news-item .news-title a {
        font-family: Alliance, sans-serif;
        font-weight: 500;
        font-style: normal;
        color: #5B6073;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.11px; } }
    body main .content .container #content .news-item .news-title a::after {
      margin-bottom: 15px; }
      @media (min-width: 1920px) {
        body main .content .container #content .news-item .news-title a::after {
          margin-top: 15px; } }
      @media (max-width: 1919px) {
        body main .content .container #content .news-item .news-title a::after {
          margin-top: 15px; } }
      @media (max-width: 1023px) {
        body main .content .container #content .news-item .news-title a::after {
          margin-top: 11px; } }
    body main .content .container #content .news-item .news-title a:hover {
      color: #181818;
      opacity: 1; }

@media (min-width: 1920px) {
  #news {
    margin-top: 80px; } }

@media (max-width: 1919px) {
  #news {
    margin-top: 67px; } }

@media (max-width: 1023px) {
  #news {
    margin-top: 50px; } }
  @media (max-width: 1023px) and (min-width: 1920px) {
    #news {
      padding-left: 65px;
      padding-right: 65px; } }
  @media (max-width: 1023px) and (max-width: 1919px) {
    #news {
      padding-left: 60px;
      padding-right: 60px; } }
  @media (max-width: 1023px) and (max-width: 1023px) {
    #news {
      padding-left: 20px;
      padding-right: 20px; } }

#news .news-wrapper {
  display: flex; }
  @media (min-width: 1920px) {
    #news .news-wrapper {
      margin-top: 40px; } }
  @media (max-width: 1919px) {
    #news .news-wrapper {
      margin-top: 33px; } }
  @media (max-width: 1023px) {
    #news .news-wrapper {
      display: block;
      margin-top: 25px; } }
  #news .news-wrapper .news-item {
    width: calc(100% / 3); }
    @media (min-width: 1920px) {
      #news .news-wrapper .news-item {
        padding-right: 40px; } }
    @media (max-width: 1919px) {
      #news .news-wrapper .news-item {
        padding-right: 30px; } }
    @media (max-width: 1023px) {
      #news .news-wrapper .news-item {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 19px; } }
    @media (min-width: 1920px) {
      #news .news-wrapper .news-item .news-date {
        font-family: Alliance, sans-serif;
        font-weight: normal;
        font-style: normal;
        color: #5D8A82;
        font-size: 18px;
        line-height: normal;
        letter-spacing: 0.6px;
        margin-bottom: 14px; } }
    @media (max-width: 1919px) {
      #news .news-wrapper .news-item .news-date {
        font-family: Alliance, sans-serif;
        font-weight: normal;
        font-style: normal;
        color: #5D8A82;
        font-size: 12px;
        line-height: normal;
        letter-spacing: 0.51px;
        margin-bottom: 10px; } }
    @media (max-width: 1023px) {
      #news .news-wrapper .news-item .news-date {
        font-family: Alliance, sans-serif;
        font-weight: normal;
        font-style: normal;
        color: #5B6073;
        font-size: 14px;
        line-height: normal;
        letter-spacing: 0.6px;
        margin-bottom: 0px; } }
    #news .news-wrapper .news-item .news-title a {
      transition: all 0.25s ease-in-out;
      text-decoration: none !important; }
      @media (min-width: 1920px) {
        #news .news-wrapper .news-item .news-title a {
          font-family: Alliance, sans-serif;
          font-weight: 500;
          font-style: normal;
          color: #5B6073;
          font-size: 30px;
          line-height: 38px;
          letter-spacing: 0.54px; } }
      @media (max-width: 1919px) {
        #news .news-wrapper .news-item .news-title a {
          color: #5B6073;
          font-family: Alliance, sans-serif;
          font-weight: 500;
          font-style: normal;
          font-size: 18px;
          line-height: 26px;
          letter-spacing: 0.14px; } }
      @media (max-width: 1023px) {
        #news .news-wrapper .news-item .news-title a {
          font-family: Alliance, sans-serif;
          font-weight: 500;
          font-style: normal;
          color: #5B6073;
          font-size: 14px;
          line-height: 20px;
          letter-spacing: 0.11px; } }
      @media (min-width: 1920px) {
        #news .news-wrapper .news-item .news-title a::after {
          margin-top: 25px; } }
      @media (max-width: 1919px) {
        #news .news-wrapper .news-item .news-title a::after {
          margin-top: 25px; } }
      @media (max-width: 1023px) {
        #news .news-wrapper .news-item .news-title a::after {
          margin-top: 11px; } }
      #news .news-wrapper .news-item .news-title a:hover {
        color: #181818; }

/**************** SUBSCRIBE ****************/
#subscribe {
  position: relative; }
  @media (min-width: 1920px) {
    #subscribe {
      margin-top: 70px; } }
  @media (max-width: 1919px) {
    #subscribe {
      margin-top: 50px; } }
  @media (max-width: 1023px) {
    #subscribe {
      margin-top: 45px; } }
  #subscribe .container {
    background-color: #CEE5E1;
    padding: 4% 5% 8% 5%;
    align-items: flex-start;
    position: relative;
    z-index: 1; }
    @media (max-width: 1023px) {
      #subscribe .container {
        display: block;
        width: calc(100% - 40px);
        margin: 0px 0px 0px 20px;
        padding: 40px 20px; } }
    #subscribe .container .signup-text {
      width: 28%;
      padding-right: 5%;
      color: #005747 !important; }
      @media (min-width: 1920px) {
        #subscribe .container .signup-text {
          font-family: Alliance, sans-serif;
          font-weight: 300;
          font-style: normal;
          color: #005747;
          font-size: 32px;
          line-height: 46px;
          letter-spacing: 0.24px;
          text-transform: uppercase; } }
      @media (max-width: 1919px) {
        #subscribe .container .signup-text {
          font-family: Alliance, sans-serif;
          font-weight: 300;
          font-style: normal;
          color: #005747;
          font-size: 22px;
          line-height: 34px;
          letter-spacing: 0.17px;
          text-transform: uppercase;
          margin-top: 30px; } }
      @media (max-width: 1023px) {
        #subscribe .container .signup-text {
          font-family: Alliance, sans-serif;
          font-weight: 300;
          font-style: normal;
          color: #005747;
          font-size: 16px;
          line-height: normal;
          letter-spacing: 0.12px;
          text-transform: uppercase;
          width: 100%;
          padding-right: 0px;
          margin-top: 0px; } }
    #subscribe .container .signup-info {
      width: 72%; }
      @media (max-width: 1023px) {
        #subscribe .container .signup-info {
          width: 100%;
          margin-top: 22px; } }
      @media (max-width: 1023px) {
        #subscribe .container .signup-info form.signup {
          display: block; } }
      #subscribe .container .signup-info form.signup .hold {
        width: 56%; }
        @media (max-width: 1023px) {
          #subscribe .container .signup-info form.signup .hold {
            width: 100%; } }
        #subscribe .container .signup-info form.signup .hold .textbox {
          width: 100%;
          margin-bottom: 12px;
          position: relative; }
          @media (max-width: 1023px) {
            #subscribe .container .signup-info form.signup .hold .textbox {
              margin-bottom: 13px; } }
          #subscribe .container .signup-info form.signup .hold .textbox input {
            width: 100%;
            border: 0px;
            border-bottom: solid #005747 2px;
            background-color: #FFFFFF; }
            @media (min-width: 1920px) {
              #subscribe .container .signup-info form.signup .hold .textbox input {
                font-family: Alliance, sans-serif;
                font-weight: normal;
                font-style: normal;
                color: #005747;
                font-size: 20px;
                line-height: 50px;
                letter-spacing: 0.33px;
                padding: 0px 15px; } }
            @media (max-width: 1919px) {
              #subscribe .container .signup-info form.signup .hold .textbox input {
                font-family: Alliance, sans-serif;
                font-weight: normal;
                font-style: normal;
                color: #005747;
                font-size: 14px;
                line-height: 38px;
                letter-spacing: 0.23px;
                padding: 0px 10px; } }
            @media (max-width: 1023px) {
              #subscribe .container .signup-info form.signup .hold .textbox input {
                font-family: Alliance, sans-serif;
                font-weight: normal;
                font-style: normal;
                color: #005747;
                font-size: 14px;
                line-height: 32px;
                letter-spacing: 0.23px;
                padding: 0px 6px; } }
            #subscribe .container .signup-info form.signup .hold .textbox input:focus {
              outline: 0px; }
            #subscribe .container .signup-info form.signup .hold .textbox input::-webkit-input-placeholder {
              color: #005747; }
            #subscribe .container .signup-info form.signup .hold .textbox input:-moz-placeholder {
              color: #005747; }
            #subscribe .container .signup-info form.signup .hold .textbox input::-moz-placeholder {
              color: #005747; }
            #subscribe .container .signup-info form.signup .hold .textbox input:-ms-input-placeholder {
              color: #005747; }
        #subscribe .container .signup-info form.signup .hold .error-tooltip {
          display: none;
          position: absolute;
          top: -45px;
          left: 0;
          padding: 10px 15px;
          font-size: 12px;
          background: #5D8A82;
          width: 250px;
          opacity: 0;
          transition: all 0.25s ease-in-out;
          z-index: 1000;
          color: #FFFFFF; }
          #subscribe .container .signup-info form.signup .hold .error-tooltip span {
            color: #FFFFFF; }
        #subscribe .container .signup-info form.signup .hold .error-tooltip:before {
          content: " ";
          border-style: solid;
          border-width: 10px 12px 0px 12px;
          border-color: #5D8A82 transparent transparent transparent;
          position: absolute;
          bottom: -10px;
          left: calc(50% - 12px); }
        #subscribe .container .signup-info form.signup .hold .textbox.show-tooltip .error-tooltip {
          display: inline-block;
          animation: tooltip 5s 1;
          -webkit-animation: tooltip 5s 1; }
        #subscribe .container .signup-info form.signup .hold .recaptcha {
          margin-top: 0px;
          opacity: 0;
          height: 0px;
          transition: all 0.25s ease-in-out;
          pointer-events: none;
          order: 1;
          display: none; }
          @media (max-width: 1023px) {
            #subscribe .container .signup-info form.signup .hold .recaptcha {
              transform-origin: top left;
              transform: scale(0.8); } }
          #subscribe .container .signup-info form.signup .hold .recaptcha.show {
            opacity: 1;
            height: 78px;
            pointer-events: all;
            margin-top: 20px;
            display: inline-block; }
          #subscribe .container .signup-info form.signup .hold .recaptcha.error {
            height: 82px;
            border: red 2px solid; }
      #subscribe .container .signup-info form.signup .signup-submit {
        width: 44%;
        position: relative;
        z-index: 0;
        display: flex;
        align-items: flex-start;
        justify-content: center; }
        @media (min-width: 1920px) {
          #subscribe .container .signup-info form.signup .signup-submit {
            margin-top: 52px; } }
        @media (max-width: 1919px) {
          #subscribe .container .signup-info form.signup .signup-submit {
            margin-top: 41px; } }
        @media (max-width: 1023px) {
          #subscribe .container .signup-info form.signup .signup-submit {
            width: 100%;
            justify-content: flex-start;
            margin-top: 36px; } }
        #subscribe .container .signup-info form.signup .signup-submit button {
          border-style: none; border-radius: unset; padding: 25px 30px;}
          @media (max-width: 1023px) {
            #subscribe .container .signup-info form.signup .signup-submit button {
              padding: 12px 30px;
              margin-left: 0px; } }
      @media (min-width: 1920px) {
        #subscribe .container .signup-info .signup-message {
          font-family: Alliance, sans-serif;
          font-weight: normal;
          font-style: normal;
          color: #5B6073;
          font-size: 20px;
          line-height: 50px;
          letter-spacing: 0.33px; } }
      @media (max-width: 1919px) {
        #subscribe .container .signup-info .signup-message {
          font-family: Alliance, sans-serif;
          font-weight: normal;
          font-style: normal;
          color: #5B6073;
          font-size: 14px;
          line-height: 38px;
          letter-spacing: 0.23px; } }
      @media (max-width: 1023px) {
        #subscribe .container .signup-info .signup-message {
          font-family: Alliance, sans-serif;
          font-weight: normal;
          font-style: normal;
          color: #5B6073;
          font-size: 14px;
          line-height: 38px;
          letter-spacing: 0.23px; } }
  #subscribe::before {
    content: '';
    background-color: #005747;
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 0; }
    @media (min-width: 1920px) {
      #subscribe::before {
        top: 265px; } }
    @media (max-width: 1919px) {
      #subscribe::before {
        top: 186px; } }
    @media (max-width: 1023px) {
      #subscribe::before {
        top: 107px; } }

@media (max-width: 1023px) {
  .recaptcha {
    transform-origin: top left;
    transform: scale(0.8); } }

/* KEYFRAMES */
@-webkit-keyframes tooltip {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  20%, 90% {
    opacity: 1;
    transform: none; }
  100% {
    opacity: 0; } }

@keyframes tooltip {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  20%, 90% {
    opacity: 1;
    transform: none; }
  100% {
    opacity: 0; } }

footer {
  background-color: #005747; }
  footer .container {
    align-items: flex-start; }
    @media (min-width: 1920px) {
      footer .container {
        padding-top: 95px;
        padding-bottom: 95px;
        max-width: calc(82% + 125px); } }
    @media (max-width: 1919px) {
      footer .container {
        padding-top: 70px;
        padding-bottom: 70px; } }
    @media (max-width: 1023px) {
      footer .container {
        padding-top: 60px;
        padding-bottom: 55px;
        display: block; } }
  @media (max-width: 1023px) and (min-width: 1920px) {
    footer .container {
      padding-left: 65px;
      padding-right: 65px; } }
  @media (max-width: 1023px) and (max-width: 1919px) {
    footer .container {
      padding-left: 60px;
      padding-right: 60px; } }
  @media (max-width: 1023px) and (max-width: 1023px) {
    footer .container {
      padding-left: 20px;
      padding-right: 20px; } }
    footer .container .info {
      width: 50%; }
      @media (max-width: 1023px) {
        footer .container .info {
          width: 100%; } }
      footer .container .info .logo {
        transition: all 0.25s ease-in-out; }
        @media (min-width: 1920px) {
          footer .container .info .logo {
            width: 170px;
            margin-bottom: 40px; } }
        @media (max-width: 1919px) {
          footer .container .info .logo {
            width: 122px;
            margin-bottom: 30px; } }
        @media (max-width: 1023px) {
          footer .container .info .logo {
            width: 85px;
            margin-bottom: 15px; } }
        footer .container .info .logo:hover {
          opacity: 0.6; }
      footer .container .info .social {
        justify-content: flex-start; 
        margin-top: 20px;}
        footer .container .info .social a {
          /*transition: color 0.25s ease-in-out, opacity 1s ease-in-out;*/
          display: block;
          text-align: center;
          background-color: #ffffff;
          color: #005747; }
          @media (min-width: 1920px) {
            footer .container .info .social a {
              border-radius: 47px;
              width: 47px;
              height: 47px;
              line-height: 47px;
              margin-right: 22px; } }
          @media (max-width: 1919px) {
            footer .container .info .social a {
              border-radius: 40px;
              width: 40px;
              height: 40px;
              line-height: 40px;
              margin-right: 18px; } }
          footer .container .info .social a:last-of-type {
            margin-bottom: 0px; }
          footer .container .info .social a:hover {
            color: #5D8A82; }
    footer .container nav {
      width: 50%; }
      @media (max-width: 1023px) {
        footer .container nav {
          width: 100%;
          margin-top: 26px; } }
      footer .container nav ul.top-level {
        list-style: none;
        margin: 0px;
        padding: 0px;
        -moz-columns: 200px 2;
        columns: 200px 2; }
        @media (min-width: 1920px) {
          footer .container nav ul.top-level li.top-level a.top-level {
            font-family: Alliance, sans-serif;
            font-weight: normal;
            font-style: normal;
            color: #FFFFFF;
            font-size: 22px;
            line-height: 38px;
            letter-spacing: 0.17px; } }
        @media (max-width: 1919px) {
          footer .container nav ul.top-level li.top-level a.top-level {
            font-family: Alliance, sans-serif;
            font-weight: normal;
            font-style: normal;
            color: #FFFFFF;
            font-size: 16px;
            line-height: 32px;
            letter-spacing: 0.12px; } }
        @media (max-width: 1023px) {
          footer .container nav ul.top-level li.top-level a.top-level {
            font-family: Alliance, sans-serif;
            font-weight: normal;
            font-style: normal;
            color: #FFFFFF;
            font-size: 14px;
            line-height: 26px;
            letter-spacing: 0.11px; } }
        footer .container nav ul.top-level li.top-level a.top-level:hover {
          opacity: 0.7; }
    footer .container .text {
      margin-top: 50px; }
      @media (min-width: 1920px) {
        footer .container .text {
          font-family: Alliance, sans-serif;
          font-weight: normal;
          font-style: normal;
          color: #FFFFFF;
          font-size: 22px;
          line-height: 38px;
          letter-spacing: 0.17px; } }
      @media (max-width: 1919px) {
        footer .container .text {
          font-family: Alliance, sans-serif;
          font-weight: normal;
          font-style: normal;
          color: #FFFFFF;
          font-size: 16px;
          line-height: 32px;
          letter-spacing: 0.12px; } }
      @media (max-width: 1023px) {
        footer .container .text {
          font-family: Alliance, sans-serif;
          font-weight: normal;
          font-style: normal;
          color: #FFFFFF;
          font-size: 14px;
          line-height: 26px;
          letter-spacing: 0.11px; } }
      footer .container .text .blender {
        color: #ffffff;
        font-weight: 700; }
        footer .container .text .blender:hover {
          opacity: 0.7; }
      footer .container .text.left {
        display: block; }
        @media (max-width: 1023px) {
          footer .container .text.left {
            display: none; } }
      footer .container .text.right {
        display: none; }
        @media (max-width: 1023px) {
          footer .container .text.right {
            display: block; } }

/**************** BANNER ****************/
#banner {
  position: relative;
  z-index: 0;
  overflow-x: hidden; }
  @media (min-width: 1920px) {
    #banner {
      margin-top: 106px; } }
  @media (max-width: 1919px) {
    #banner {
      margin-top: 86px; } }
  @media (max-width: 1023px) {
    #banner {
      margin-top: 50px; } }
  #banner .blue-bg {
    background-color: #EFF6FF;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70%; }
    @media (min-width: 1920px) {
      #banner .blue-bg {
        height: 705px; } }
    @media (max-width: 1919px) {
      #banner .blue-bg {
        height: 585px; } }
  #banner .container {
    position: relative;
    height: 1px; }
    @media (min-width: 1920px) {
      #banner .container {
        min-height: 708px; } }
    @media (max-width: 1919px) {
      #banner .container {
        min-height: 708px; } }
  #banner .image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /*background-image: url(../../../../_resources/banners/home-banner.jpg);*/
    position: absolute;
    width: 84%;
    top: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 1; }
/* WEBP CSS */
html.no-webp #banner .image {background-image:url(../../../../_resources/banners/home-banner.jpg);}
html.webp #banner .image {background-image:url(../../../../_resources/banners/home-banner.webp);}
/*--*/
@media screen and (max-width: 900px) {
html.no-webp #banner .image {background-image:url(../../../../_resources/banners/home-banner-900px.jpg);}
html.webp #banner .image {background-image:url(../../../../_resources/banners/home-banner-900px.webp);}
}
@media screen and (max-width: 600px) {
html.no-webp #banner .image {background-image:url(../../../../_resources/banners/home-banner-600px.jpg);}
html.webp #banner .image {background-image:url(../../../../_resources/banners/home-banner-600px.webp);}
}
    #banner .image div {
      width: 100%;
      height: 100%;
      position: relative;
      overflow: hidden; }
      @media (max-width: 1023px) {
        #banner .image div {
          display: none; } }
      #banner .image div video {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        transform: translate(-50%, -50%); }
  #banner .links {
    position: absolute;
    z-index: 2;
    right: 0px;
    bottom: 0px; }
  #banner .hold {
    justify-content: space-between;
    align-items: center;
    height: 100%;
    min-height: 100%; }
    #banner .hold .text {
      width: 38%;
      background-color: #ffffff;
      z-index: 3;
      position: relative;
      box-shadow: 0 15px 19px 0 rgba(0, 0, 0, 0.18); }
      @media (min-width: 1920px) {
        #banner .hold .text {
          padding: 70px 65px; } }
      @media (max-width: 1919px) {
        #banner .hold .text {
          padding: 45px 40px; } }
      #banner .hold .text .signup-scroll {
        cursor: pointer; }
    #banner .hold .social {
      position: relative;
      z-index: 2; }
      @media (min-width: 1920px) {
        #banner .hold .social {
          padding-right: 65px; } }
      @media (max-width: 1919px) {
        #banner .hold .social {
          padding-right: 60px; } }
      @media (max-width: 1023px) {
        #banner .hold .social {
          padding-right: 20px; } }
      #banner .hold .social a {
        transition: color 0.25s ease-in-out, opacity 1s ease-in-out;
        display: block;
        text-align: center;
        background-color: #ffffff;
        color: #005747; }
        @media (min-width: 1920px) {
          #banner .hold .social a {
            border-radius: 47px;
            width: 47px;
            height: 47px;
            line-height: 47px;
            margin-bottom: 33px; } }
        @media (max-width: 1919px) {
          #banner .hold .social a {
            border-radius: 40px;
            width: 40px;
            height: 40px;
            line-height: 40px;
            margin-bottom: 20px; } }
        @media (max-width: 1023px) {
          #banner .hold .social a {
            display: none; } }
        #banner .hold .social a:last-of-type {
          margin-bottom: 0px; }
        #banner .hold .social a:hover {
          color: #5D8A82; }
  @media (max-width: 1023px) {
    #banner .blue-bg {
      height: 525px;
      width: initial;
      top: 35px;
      right: 20px; }
    /* #banner .container {
      min-height: 560px; } */
    #banner .image {
      width: initial;
      left: 20px;
      bottom: 40px; }
    #banner .links {
      bottom: 40px; }
    /* #banner .hold {
      align-items: flex-start; } */
      #banner .hold .text {
        padding: 20px;
        margin-top: 70px;
        width: 75%; }
        #banner .hold .text .button {
          margin-top: 30px;
          margin-bottom: 20px; } }

/**************** MAIN ****************/
main {
  position: relative;
  z-index: 1; }

/**************** ABOUT US ****************/
#about {
  /*opacity: 0;*/
  background-color: #ffffff;
  transition: all 0.5s ease-in-out; }
  @media (min-width: 1920px) {
    #about .container {
      padding: 50px 0px 0px 0px; } }
  @media (max-width: 1919px) {
    #about .container {
      padding: 50px 0px 0px 0px; } }
  @media (max-width: 1023px) {
    #about .container {
      padding: 23px 20px 0px 20px;
      display: block; } }
  #about .text {
    width: 56%;
    padding: 0px 9.6% 0px 0px; }
    #about .text h2{margin-top:0;}
    @media (max-width: 1023px) {
      #about .text {
        width: 100%;
        padding: 0px; } }
  #about .ticker {
    width: 44%;
    visibility: hidden; }
    @media (min-width: 1920px) {
      #about .ticker {
        font-family: Alliance, sans-serif;
        font-weight: normal;
        font-style: normal;
        color: #5B6073;
        font-size: 14px;
        line-height: 38px;
        letter-spacing: 0.23px;
/*        margin-top: 120px; */
      } }
    @media (max-width: 1919px) {
      #about .ticker {
        font-family: Alliance, sans-serif;
        font-weight: normal;
        font-style: normal;
        color: #5B6073;
        font-size: 14px;
        line-height: 32px;
        letter-spacing: 0.23px;
/*        margin-top: 92px; */
      } }
    @media (max-width: 1023px) {
      #about .ticker {
        font-family: Alliance, sans-serif;
        font-weight: normal;
        font-style: normal;
        color: #FFFFFF;
        font-size: 14px;
        line-height: 39px;
        letter-spacing: 0.23px;
        width: 100%;
        margin-top: 35px;
        color: #5B6073; } }
    @media (min-width: 1920px) {
      #about .ticker .symbol {
        font-family: Alliance, sans-serif;
        font-weight: normal;
        font-style: normal;
        color: #181818;
        font-size: 28px;
        line-height: normal;
        letter-spacing: 0.22px;
        margin-bottom: 26px; 
      } }
    @media (max-width: 1919px) {
      #about .ticker .symbol {
        font-family: Alliance, sans-serif;
        font-weight: normal;
        font-style: normal;
        color: #181818;
        font-size: 20px;
        line-height: normal;
        letter-spacing: 0.16px;
        margin-bottom: 22px; 
      } }
    @media (max-width: 1023px) {
      #about .ticker .symbol {
        font-family: Alliance, sans-serif;
        font-weight: normal;
        font-style: normal;
        color: #181818;
        font-size: 16px;
        line-height: normal;
        letter-spacing: 0.13px;
        margin-bottom: 15px; } }

/**************** FEATURED LINKS ****************/
@media (min-width: 1920px) {
  #featured-links {
    margin-top: 70px; } }

@media (max-width: 1919px) {
  #featured-links {
    margin-top: 65px; } }

@media (max-width: 1023px) {
  #featured-links {
    margin-top: 55px; } }

#featured-links .feature {
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0; }
  @media (min-width: 1920px) {
    #featured-links .feature {
      height: 392px;
      width: calc(100% / 3); } }
  @media (max-width: 1919px) {
    #featured-links .feature {
      height: 352px;
      width: calc(100% / 3); } }
  @media (max-width: 1023px) {
    #featured-links .feature {
      height: 180px;
      width: calc(100% / 3); } }
  @media (max-width: 767px) {
    #featured-links .feature {
      width: 100%; } }
/*  #featured-links .feature:nth-of-type(1) {
    background-image: url(../../../../_resources/bgs/feature-technology-bg.jpg); }
  #featured-links .feature:nth-of-type(2) {
    background-image: url(../../../../_resources/bgs/feature-why-greenlane-bg.jpg); }*/
    @media (max-width: 1023px) {
      #featured-links .feature:nth-of-type(2) {
        background-position: top center; } }
/*  #featured-links .feature:nth-of-type(3) {
    background-image: url(../../../../_resources/bgs/feature-why-invest-bg.jpg); }*/
/* WEBP CSS */
#featured-links .feature:nth-of-type(1) {background-image:url(../../../../_resources/bgs/feature-technology-bg.jpg?v=0.1);}
/* html.webp #featured-links .feature:nth-of-type(1) {background-image:url(../../../../_resources/bgs/feature-technology-bg.webp);} */
#featured-links .feature:nth-of-type(2) {background-image:url(../../../../_resources/bgs/feature-why-greenlane-bg.jpg);}
/* html.webp #featured-links .feature:nth-of-type(2) {background-image:url(../../../../_resources/bgs/feature-why-greenlane-bg.webp);} */
#featured-links .feature:nth-of-type(3) {background-image:url(../../../../_resources/bgs/feature-why-invest-bg.jpg?v=0.1);}
/* html.webp #featured-links .feature:nth-of-type(3) {background-image:url(../../../../_resources/bgs/feature-why-invest-bg.webp);} */
/*--*/
/* @media screen and (max-width: 600px) {
html.no-webp #featured-links .feature:nth-of-type(1) {background-image:url(../../../../_resources/bgs/feature-technology-bg-600px.jpg);}
html.webp #featured-links .feature:nth-of-type(1) {background-image:url(../../../../_resources/bgs/feature-technology-bg-600px.webp);}
html.no-webp #featured-links .feature:nth-of-type(2) {background-image:url(../../../../_resources/bgs/feature-why-greenlane-bg-600px.jpg);}
html.webp #featured-links .feature:nth-of-type(2) {background-image:url(../../../../_resources/bgs/feature-why-greenlane-bg-600px.webp);}
html.no-webp #featured-links .feature:nth-of-type(3) {background-image:url(../../../../_resources/bgs/feature-why-invest-bg-600px.jpg);}
html.webp #featured-links .feature:nth-of-type(3) {background-image:url(../../../../_resources/bgs/feature-why-invest-bg-600px.webp);}
} */

#featured-links .container {
  position: relative; }
  @media (max-width: 767px) {
    #featured-links .container {
      display: block; } }

  /*miscellaneous*/
  .covid-banner{
    border:2px solid #5D8A82; 
    padding-left:20px;
    padding-right:20px;"
  }
  .covid-banner a{
    color:#005747;
  }
  .covid-banner a:hover{
    color:#5D8A82;
  }
.grecaptcha-badge { display: none !important;}
.grecaptcha-badge.show { display: block !important; visibility: visible !important;}

/* Banner Buttons sizes */
#banner .block-button { font-size: 15px!important; position: absolute; bottom: 0; right: 0;}
#banner .button { font-size: 15px!important; }

/* HERO */
#banner {
  background-image: url(../../../../_resources/banners/banner-gradient.png), url(../../../../_resources/banners/banner-home.png);
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  height: 708px;
  /* margin-top: 90px; */
  position: relative;
  width: 100%;
}
@media screen and (max-width:767px) {
  #banner { 
    background-position: left, left;
  }
}

#banner .hold .text {
  width: 100%;
  box-shadow: unset;
  background-color: unset;
}

#banner .hold .text > *{ color: #FFFFFF; text-transform: none;}
#banner .hold .text a { color: #005747; }

#banner .container {
  max-width: 95vw;
}

.logo-white {display: none;}
.logo-white.hide {display: none;}
.logo-white.show {display: block;}
.logo.hide {display: none;}
.logo.show {display: block;}

.arrow-button, .white-button { color: #005747!important; background-color: #FFAC30!important;}
.arrow-button::after {background-color: #005747!important;}

/*Sep 2023*/
#consent-modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; display: flex; align-items: center; justify-content: center; z-index: 100000; opacity: 0; pointer-events: none; transition: all 0.25s ease-in-out; }
#consent-modal.show { opacity: 1; pointer-events: all; overflow-y: hidden; }
#consent-modal::before { content: ''; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 100000; background-color: #000000; opacity: 0.5; }
#consent-modal > div { box-sizing: border-box; position: relative; z-index: 100001; width: 100%; max-width: 700px; background-color: #ffffff;    /*border: solid 1px #000000;*/ box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2); padding: 40px 80px 40px 30px; }
#consent-modal a{color:#5D8A82;}
#consent-modal .close { position: absolute; top: 10px; right: 20px; cursor: pointer; display: block; }
#consent-modal .close span { text-decoration: underline; }
#consent-modal .close::after { content: '\f00d'; margin-left: 6px; font-family: "Font Awesome 5 Pro"; display: inline-block; }
#consent-modal .content { display: flex; }
#consent-modal .content > div *:first-child { margin-top: 0px; }
#consent-modal input[type="checkbox"] { -webkit-appearance: checkbox; margin: 10px 20px 0px 0px; min-width: 20px; }
@media screen and (max-width:767px) {
  #consent-modal > div { padding: 40px 40px 40px 20px; }
}
/*============== Generic Styles ==============*/
/*== Video Embed ==============*/
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.featured-video{margin-top:60px;}

.featured-video .title{font-family: Alliance, sans-serif;
    font-style: normal;
    color: #181818;
    font-size: 20px;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 0.16px;
  }
  @media (min-width: 1920px) {
.featured-video{padding-right: 40px;} }

@media (max-width: 1919px) {
  .featured-video{padding-right: 60px;}}

@media (max-width: 1023px) {
    .featured-video{padding-right: 0px;}
  }

/* Infographic */
.rng-video {
  flex-basis: 30%;
  width: 70%;
  padding: 110px 0; }
.rng-container {
  background-color: #005747; 
  display: flex; 
  align-items: center; 
  justify-content: center; }
.rng-container-title {
  margin: auto 10%; 
  font-size: 50px;
  color:white; }
.rng-container a {
  flex-basis: 40%; 
  padding:20px; }
.infographic-text { padding: 0 20px; text-align: center; color:#005747; font-size: 35px; line-height: 1.2; }
.infographic { text-align:center; padding:20px; }
  /* @media (min-width: 1250px) {
    .rng-container-title { margin: auto 10%; font-size: 40px; }} */
  @media (max-width: 1250px) {
    .rng-video { padding: 50px 20px; width: 70%; }
    .rng-container { flex-direction: column; }
    .rng-container-title { font-size: 30px; margin: 0; padding: 50px 0 0 0; }
    .infographic-text { font-size: 30px!important; }}
  @media (max-width: 767px) {
    .rng-video { width: 100%; }
    .infographic-text { font-size: 20px!important; }}


/* About title */
.about-title { text-transform: unset; }