@charset "UTF-8";
/*-------------- 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: acumin-pro-wide, sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #181818;
    font-size: 46px;
    line-height: 1.35;
    letter-spacing: 0.07px;
    text-transform: uppercase; } }

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

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

h1 span {
  color: #5EB441; }

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

@media (max-width: 1919px) {
  h2 {
    font-family: acumin-pro-wide, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #181818;
    font-size: 26px;
    line-height: normal;
    letter-spacing: 0px;
    text-transform: uppercase; } }

@media (max-width: 1023px) {
  h2 {
    font-family: acumin-pro-wide, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #181818;
    font-size: 18px;
    line-height: normal;
    letter-spacing: 0.14px;
    text-transform: uppercase; } }

@media (min-width: 1920px) {
  h3 {
    font-family: acumin-pro-wide, 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: acumin-pro-wide, 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: acumin-pro-wide, 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: acumin-pro-wide, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #5EB441;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.23px; } }

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

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

@media (min-width: 1920px) {
  h5 {
    font-family: acumin-pro-wide, 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: acumin-pro-wide, 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: acumin-pro-wide, 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: acumin-pro-wide, 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: acumin-pro-wide, 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: acumin-pro-wide, 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: acumin-pro-wide, 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: acumin-pro-wide, 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: acumin-pro-wide, 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: acumin-pro-wide, 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: acumin-pro-wide, 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: acumin-pro-wide, 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: acumin-pro-wide, 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: acumin-pro-wide, 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: acumin-pro-wide, 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 #005AAF;
  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: acumin-pro-wide, 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: acumin-pro-wide, 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: #5EB441;
  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; }

/* BUTTONS */
.block-button {
  display: flex;
  align-items: center;
  text-align: left;
  justify-content: center;
  transition: all 0.25s ease-in-out;
  background-color: #005AAF;
  cursor: pointer; }
  @media (min-width: 1920px) {
    .block-button {
      font-family: acumin-pro-wide, 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: acumin-pro-wide, 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: acumin-pro-wide, 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: #5EB441; }
  .block-button:hover {
    background-color: #5EB441; }
    .block-button:hover.inverted {
      background-color: #52A33F; }

.button {
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 20px 30px;
  background-color: #5EB441;
  position: relative;
  cursor: pointer;
  border-style: none;
  text-decoration: none !important; }
  @media (min-width: 1920px) {
    .button {
      font-family: acumin-pro-wide, 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: acumin-pro-wide, 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: acumin-pro-wide, 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);
    z-index: -1; }
  .button:hover::after {
    transform: scale(0.8);
    box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.3); }

.arrow-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 {
      font-family: acumin-pro-wide, 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 {
      font-family: acumin-pro-wide, 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 {
      font-family: acumin-pro-wide, 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 {
    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 {
    padding-left: 5px; }
    .arrow-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: #5EB441;
  -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: #5EB441;
  -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: #EFF6FF;
      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: 77px; } }
      @media (max-width: 1919px) {
        header.two #top .logo img {
          height: 55px; } }
      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: acumin-pro-wide, 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: acumin-pro-wide, 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 #5B6073;
            border-top: 5px solid #005AAF;
            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 #005AAF;
              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: #5B6073;
              display: block; }
              @media (min-width: 1920px) {
                header.two #top nav ul.top-level li.top-level ul.sub a.sub {
                  font-family: acumin-pro-wide, sans-serif;
                  font-weight: normal;
                  font-style: normal;
                  color: #5B6073;
                  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: acumin-pro-wide, sans-serif;
                  font-weight: normal;
                  font-style: normal;
                  color: #5B6073;
                  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: #005AAF;
                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: #5B6073;
                display: block; }
                @media (min-width: 1920px) {
                  header.two #top nav ul.top-level li.top-level ul.sub ul.subsub a.subsub {
                    font-family: acumin-pro-wide, sans-serif;
                    font-weight: normal;
                    font-style: normal;
                    color: #5B6073;
                    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: acumin-pro-wide, sans-serif;
                    font-weight: normal;
                    font-style: normal;
                    color: #5B6073;
                    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: #005AAF;
                  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: acumin-pro-wide, 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: acumin-pro-wide, 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: acumin-pro-wide, 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: acumin-pro-wide, 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: #5EB441;
        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: acumin-pro-wide, 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: acumin-pro-wide, 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: #5EB441;
          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: 35px; } }

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 {
      width: 104px;
      height: 26px;
      position: relative;
      z-index: 2; }
      header.mobile .top .logo 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: #EFF6FF;
      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: #005AAF;
    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: acumin-pro-wide, 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: acumin-pro-wide, 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: acumin-pro-wide, 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: #5EB441; }
        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: #5EB441; }
      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: acumin-pro-wide, sans-serif;
            font-weight: 200;
            font-style: normal; }
            header.mobile #mobile-menu .search_hold #search-hold-mob form input::-webkit-input-placeholder {
              font-family: acumin-pro-wide, sans-serif;
              font-weight: 200;
              font-style: normal; }
            header.mobile #mobile-menu .search_hold #search-hold-mob form input::-moz-placeholder {
              font-family: acumin-pro-wide, sans-serif;
              font-weight: 200;
              font-style: normal; }
            header.mobile #mobile-menu .search_hold #search-hold-mob form input:-ms-input-placeholder {
              font-family: acumin-pro-wide, sans-serif;
              font-weight: 200;
              font-style: normal; }
            header.mobile #mobile-menu .search_hold #search-hold-mob form input::-ms-input-placeholder {
              font-family: acumin-pro-wide, sans-serif;
              font-weight: 200;
              font-style: normal; }
            header.mobile #mobile-menu .search_hold #search-hold-mob form input::placeholder {
              font-family: acumin-pro-wide, 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: #5EB441; }
    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: acumin-pro-wide, 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: acumin-pro-wide, sans-serif;
      font-weight: normal;
      font-style: normal;
      color: #5EB441;
      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: acumin-pro-wide, sans-serif;
      font-weight: normal;
      font-style: normal;
      color: #5EB441;
      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: acumin-pro-wide, 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: acumin-pro-wide, 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: acumin-pro-wide, 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: acumin-pro-wide, 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: 4%; } }
    @media (max-width: 1919px) {
      #news .news-wrapper .news-item {
        padding-right: 3.5%; } }
    @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: acumin-pro-wide, sans-serif;
        font-weight: normal;
        font-style: normal;
        color: #5EB441;
        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: acumin-pro-wide, sans-serif;
        font-weight: normal;
        font-style: normal;
        color: #5EB441;
        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: acumin-pro-wide, 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: acumin-pro-wide, 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: acumin-pro-wide, 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: acumin-pro-wide, 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: #EFF6FF;
    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: #5B6073 !important; }
      @media (min-width: 1920px) {
        #subscribe .container .signup-text {
          font-family: acumin-pro-wide, 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) {
        #subscribe .container .signup-text {
          font-family: acumin-pro-wide, sans-serif;
          font-weight: 300;
          font-style: normal;
          color: #5B6073;
          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: acumin-pro-wide, sans-serif;
          font-weight: 300;
          font-style: normal;
          color: #5B6073;
          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 #5B6073 2px;
            background-color: #EFF6FF; }
            @media (min-width: 1920px) {
              #subscribe .container .signup-info form.signup .hold .textbox input {
                font-family: acumin-pro-wide, sans-serif;
                font-weight: normal;
                font-style: normal;
                color: #5B6073;
                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: acumin-pro-wide, sans-serif;
                font-weight: normal;
                font-style: normal;
                color: #5B6073;
                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: acumin-pro-wide, sans-serif;
                font-weight: normal;
                font-style: normal;
                color: #5B6073;
                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: #5B6073; }
            #subscribe .container .signup-info form.signup .hold .textbox input:-moz-placeholder {
              color: #5B6073; }
            #subscribe .container .signup-info form.signup .hold .textbox input::-moz-placeholder {
              color: #5B6073; }
            #subscribe .container .signup-info form.signup .hold .textbox input:-ms-input-placeholder {
              color: #5B6073; }
        #subscribe .container .signup-info form.signup .hold .error-tooltip {
          display: none;
          position: absolute;
          top: -45px;
          left: 0;
          padding: 10px 15px;
          font-size: 12px;
          background: #5EB441;
          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: #5EB441 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; }
          @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: acumin-pro-wide, 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: acumin-pro-wide, 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: acumin-pro-wide, 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: #005AAF;
    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: #005AAF; }
  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; }
        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: #5EB441; }
          @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: #005AAF; }
    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: acumin-pro-wide, 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: acumin-pro-wide, 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: acumin-pro-wide, 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: acumin-pro-wide, 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: acumin-pro-wide, 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: acumin-pro-wide, 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; } }
  #banner .blue-bg {
    background-color: #EFF6FF;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70%; }
    @media (min-width: 1920px) {
      #banner .blue-bg {
        height: 508px; } }
    @media (max-width: 1919px) {
      #banner .blue-bg {
        height: 392px; } }
  #banner .container {
    position: relative;
    height: 1px; }
    @media (min-width: 1920px) {
      #banner .container {
        min-height: 571px; } }
    @media (max-width: 1919px) {
      #banner .container {
        min-height: 440px; } }
  #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 .links {
    position: absolute;
    z-index: 2;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: flex; }
    #banner .links .block-button {
      width: 50%;
      min-width: initial;
      padding: 10px; }
      @media (min-width: 1920px) {
        #banner .links .block-button {
          min-height: 93px; } }
      @media (max-width: 1919px) {
        #banner .links .block-button {
          min-height: 74px; } }
      #banner .links .block-button:nth-of-type(1) {
        border-right: solid 1px #ffffff; }
      #banner .links .block-button:nth-of-type(2) {
        border-left: solid 1px #ffffff; }
  #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: 45px 68px 120px 68px;
          min-height: 337px;
          margin-top: -56px;
          width: 50%; } }
      @media (max-width: 1919px) {
        #banner .hold .text {
          padding: 40px 40px 90px 40px;
          min-height: 240px;
          margin-top: -36px; } }
      #banner .hold .text h1 {
        margin-top: 10px; }
      @media (max-width: 1023px) {
        #banner .hold .text img {
          width: 300px; } }
    #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: #5EB441; }
        @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; } }
        #banner .hold .social a:last-of-type {
          margin-bottom: 0px; }
        #banner .hold .social a:hover {
          color: #005AAF; }
  @media (max-width: 1023px) {
    #banner {
      margin-top: 50px; }
      #banner .blue-bg {
        height: initial;
        width: initial;
        top: 0px;
        right: 20px;
        bottom: 0px; }
      #banner .container {
        min-height: 222px; }
      #banner .image {
        width: initial;
        left: 20px;
        bottom: 60px; }
      #banner .links {
        display: none; }
      #banner .hold {
        align-items: flex-start; }
        #banner .hold .text {
          padding: 14px 20px 12px 20px;
          margin-top: 96px;
          min-width: 253px;
          width: calc(100% - 65px);
          min-height: 92px;
          max-width: 500px; }
          #banner .hold .text h1 {
            margin-bottom: 0px; }
        #banner .hold .social a {
          display: none; } }

@media screen and (max-width: 1200px) {
  body.str-current-opportunities #banner .hold .text h1 {
    font-size: 30px; } }

@media screen and (max-width: 1023px) {
  body.str-current-opportunities #banner .hold .text h1 {
    font-size: 22px; } }

/*body.cat-about #banner .image {
  background-image: url(../../../../_resources/banners/banner-about.jpg); }

body.cat-biogas #banner .image {
  background-image: url(../../../../_resources/banners/banner-products.jpg); }

body.cat-investors #banner .image {
  background-image: url(../../../../_resources/banners/banner-investors.jpg); }

body.cat-careers #banner .image {
  background-image: url(../../../../_resources/banners/banners-careers.jpg); }

body.cat-contact #banner .image {
  background-image: url(../../../../_resources/banners/banners-contact2.jpg); }*/

/* WEBP CSS */
html.no-webp body.cat-about #banner .image {background-image:url(../../../../_resources/banners/banner-about.jpg);}
html.webp body.cat-about #banner .image {background-image:url(../../../../_resources/banners/banner-about.webp);}
html.no-webp body.cat-biogas #banner .image {background-image:url(../../../../_resources/banners/banner-products.jpg);}
html.webp body.cat-biogas #banner .image {background-image:url(../../../../_resources/banners/banner-products.webp);}
html.no-webp body.str-industry-events #banner .image {background-image:url(../../../../_resources/banners/banner-biogas.jpg);}
html.webp body.str-industry-events #banner .image {background-image:url(../../../../_resources/banners/banner-biogas.webp);}
html.no-webp body.cat-investors #banner .image {background-image:url(../../../../_resources/banners/banner-investors.jpg);}
html.webp body.cat-investors #banner .image {background-image:url(../../../../_resources/banners/banner-investors.webp);}
html.no-webp body.cat-careers #banner .image {background-image:url(../../../../_resources/banners/banners-careers.jpg);}
html.webp body.cat-careers #banner .image {background-image:url(../../../../_resources/banners/banners-careers.webp);}
html.no-webp body.cat-contact #banner .image {background-image:url(../../../../_resources/banners/banners-contact2.jpg);}
html.webp body.cat-contact #banner .image {background-image:url(../../../../_resources/banners/banners-contact2.webp);}
/*--*/
@media screen and (max-width: 900px) {
html.no-webp body.cat-about #banner .image {background-image:url(../../../../_resources/banners/banner-about-900px.jpg);}
html.webp body.cat-about #banner .image {background-image:url(../../../../_resources/banners/banner-about-900px.webp);}
html.no-webp body.cat-biogas #banner .image {background-image:url(../../../../_resources/banners/banner-products-900px.jpg);}
html.webp body.cat-biogas #banner .image {background-image:url(../../../../_resources/banners/banner-products-900px.webp);}
html.no-webp body.str-industry-events #banner .image {background-image:url(../../../../_resources/banners/banner-biogas-900px.jpg);}
html.webp body.str-industry-events #banner .image {background-image:url(../../../../_resources/banners/banner-biogas-900px.webp);}
html.no-webp body.cat-investors #banner .image {background-image:url(../../../../_resources/banners/banner-investors-900px.jpg);}
html.webp body.cat-investors #banner .image {background-image:url(../../../../_resources/banners/banner-investors-900px.webp);}
html.no-webp body.cat-careers #banner .image {background-image:url(../../../../_resources/banners/banners-careers-900px.jpg);}
html.webp body.cat-careers #banner .image {background-image:url(../../../../_resources/banners/banners-careers-900px.webp);}
html.no-webp body.cat-contact #banner .image {background-image:url(../../../../_resources/banners/banners-contact2-900px.jpg);}
html.webp body.cat-contact #banner .image {background-image:url(../../../../_resources/banners/banners-contact2-900px.webp);}
}
@media screen and (max-width: 600px) {
html.no-webp body.cat-about #banner .image {background-image:url(../../../../_resources/banners/banner-about-600px.jpg);}
html.webp body.cat-about #banner .image {background-image:url(../../../../_resources/banners/banner-about-600px.webp);}
html.no-webp body.cat-biogas #banner .image {background-image:url(../../../../_resources/banners/banner-products-600px.jpg);}
html.webp body.cat-biogas #banner .image {background-image:url(../../../../_resources/banners/banner-products-600px.webp);}
html.no-webp body.str-industry-events #banner .image {background-image:url(../../../../_resources/banners/banner-biogas-600px.jpg);}
html.webp body.str-industry-events #banner .image {background-image:url(../../../../_resources/banners/banner-biogas-600px.webp);}

html.no-webp body.cat-investors #banner .image {background-image:url(../../../../_resources/banners/banner-investors-600px.jpg);}
html.webp body.cat-investors #banner .image {background-image:url(../../../../_resources/banners/banner-investors-600px.webp);}
html.no-webp body.cat-careers #banner .image {background-image:url(../../../../_resources/banners/banners-careers-600px.jpg);}
html.webp body.cat-careers #banner .image {background-image:url(../../../../_resources/banners/banners-careers-600px.webp);}
html.no-webp body.cat-contact #banner .image {background-image:url(../../../../_resources/banners/banners-contact2-600px.jpg);}
html.webp body.cat-contact #banner .image {background-image:url(../../../../_resources/banners/banners-contact2-600px.webp);}
}



/*  Use this code for banner images unique to each page
	body.str-DIRECTORY-OF-PAGE #banner .image {} */
/**************** CONTENT ****************/
main {
  position: relative;
  z-index: 1; }
  @media (min-width: 1920px) {
    main .content .container {
      max-width: calc(82vw + 155px);
      margin-top: 107px; } }
  @media (max-width: 1919px) {
    main .content .container {
      max-width: calc(82vw + 118px);
      margin-top: 92px; } }
  @media (max-width: 1023px) {
    main .content .container {
      max-width: 100vw; } }
  main .content .container #sideNav {
    width: calc(100% - (82vw * 0.84)); }
    @media (min-width: 1920px) {
      main .content .container #sideNav {
        padding-right: 80px; } }
    @media (max-width: 1919px) {
      main .content .container #sideNav {
        padding-right: 60px; } }
    @media (max-width: 1023px) {
      main .content .container #sideNav {
        display: none; } }
    main .content .container #sideNav .hold {
      border: solid 1px #BABCC6; }
      @media (min-width: 1920px) {
        main .content .container #sideNav .hold {
          padding: 5px 0px 21px 0px; } }
      @media (max-width: 1919px) {
        main .content .container #sideNav .hold {
          padding: 5px 0px 31px 0px; } }
      main .content .container #sideNav .hold h4 {
        padding: 0px 24px 30px 24px; }
        @media (min-width: 1920px) {
          main .content .container #sideNav .hold h4 {
            margin-bottom: 14px; } }
        @media (max-width: 1919px) {
          main .content .container #sideNav .hold h4 {
            margin-bottom: 16px; } }
      main .content .container #sideNav .hold nav::before {
        width: 100%;
        height: px;
        content: '';
        background-color: #979797;
        display: block; }
        @media (min-width: 1920px) {
          main .content .container #sideNav .hold nav::before {
            margin-bottom: 31px; } }
        @media (max-width: 1919px) {
          main .content .container #sideNav .hold nav::before {
            margin-bottom: 31px; } }
      main .content .container #sideNav .hold nav div.subnav {
        padding: 0px 24px; }
        @media (min-width: 1920px) {
          main .content .container #sideNav .hold nav div.subnav {
            margin-bottom: 14px; } }
        @media (max-width: 1919px) {
          main .content .container #sideNav .hold nav div.subnav {
            margin-bottom: 0px; } }
        main .content .container #sideNav .hold nav div.subnav a {
          display: block; }
          @media (min-width: 1920px) {
            main .content .container #sideNav .hold nav div.subnav a {
              font-family: acumin-pro-wide, sans-serif;
              font-weight: normal;
              font-style: normal;
              color: #5B6073;
              font-size: 22px;
              line-height: 30px;
              letter-spacing: -0.41px;
              padding: 14px 0px; } }
          @media (max-width: 1919px) {
            main .content .container #sideNav .hold nav div.subnav a {
              font-family: acumin-pro-wide, sans-serif;
              font-weight: normal;
              font-style: normal;
              color: #5B6073;
              font-size: 16px;
              line-height: 21px;
              letter-spacing: -0.3px;
              padding: 11px 0px 8px 0px; } }
          main .content .container #sideNav .hold nav div.subnav a.has-submenu::after {
            content: '+';
            margin-left: 10px; }
          main .content .container #sideNav .hold nav div.subnav a.has-submenu.show::after {
            content: '—'; }
        main .content .container #sideNav .hold nav div.subnav.selected, main .content .container #sideNav .hold nav div.subnav:hover {
          background-color: #005AAF; }
          @media (min-width: 1920px) {
            main .content .container #sideNav .hold nav div.subnav.selected a, main .content .container #sideNav .hold nav div.subnav:hover a {
              font-family: acumin-pro-wide, sans-serif;
              font-weight: 500;
              font-style: normal;
              color: #FFFFFF;
              font-size: 22px;
              line-height: 28px;
              letter-spacing: -0.41px; } }
          @media (max-width: 1919px) {
            main .content .container #sideNav .hold nav div.subnav.selected a, main .content .container #sideNav .hold nav div.subnav:hover a {
              font-family: acumin-pro-wide, sans-serif;
              font-weight: 500;
              font-style: normal;
              color: #FFFFFF;
              font-size: 16px;
              line-height: 21px;
              letter-spacing: -0.3px; } }
      main .content .container #sideNav .hold nav div.subHold {
        display: none; }
        main .content .container #sideNav .hold nav div.subHold .subsub a {
          padding-left: 28px; }
  main .content .container #content {
    width: calc(82vw * 0.84); }
    @media (max-width: 1023px) {
      main .content .container #content {
        width: 100%; } }
    @media (min-width: 1920px) {
      main .content .container #content {
        padding-right: 65px; } }
    @media (max-width: 1919px) {
      main .content .container #content {
        padding-right: 60px; } }
    @media (max-width: 1023px) {
      main .content .container #content {
        padding-right: 20px; } }
    main .content .container #content > .hold {
      /* ---| DOCUMENT LINKS |--- */
      /* ---| INNER NEWS LISTING |--- */
      /* ---| TAB STYLES |--- */
      /* ---| BIO LISTING |--- */
      /* ---| PHOTO GALLERY |--- */
      /* ---| ACCORDIONS |--- */
      /* ---| BLOCKQUOTES |--- */
      /* ---| STYLED BOX |--- */ }
      @media (min-width: 1920px) {
        main .content .container #content > .hold {
          max-width: 1105px; } }
      @media (max-width: 1919px) {
        main .content .container #content > .hold {
          max-width: 840px; } }
      @media (max-width: 1023px) {
        main .content .container #content > .hold {
          max-width: 100%;
          padding-left: 20px; } }
      main .content .container #content > .hold > *:first-child {
        margin-top: 0px !important; }
      main .content .container #content > .hold a {
        color: #181818;
        text-decoration: underline;
        transition: all 0.25s ease-in-out; }
        main .content .container #content > .hold a:not(.button):hover {
          opacity: 0.6; }
      main .content .container #content > .hold .button {
        color: #ffffff !important; }
      main .content .container #content > .hold .tab-content {
        margin-top: 30px; }
      main .content .container #content > .hold .highlight {
        background-color: yellow; }
      main .content .container #content > .hold h4 {
        color: #CD5409; }
      main .content .container #content > .hold p + h1, main .content .container #content > .hold p + h2, main .content .container #content > .hold p + h3, main .content .container #content > .hold p + h4 {
        margin-top: 56px; }
      main .content .container #content > .hold ul + h1, main .content .container #content > .hold ul + h2, main .content .container #content > .hold ul + h3, main .content .container #content > .hold ul + h4 {
        margin-top: 56px; }
      main .content .container #content > .hold div + h1, main .content .container #content > .hold div + h2, main .content .container #content > .hold div + h3, main .content .container #content > .hold div + h4 {
        margin-top: 56px; }
      main .content .container #content > .hold ul:not(.nav-tabs) {
        list-style: none;
        padding: 0px;
        margin-bottom: 3em; }
        main .content .container #content > .hold ul:not(.nav-tabs) ul {
          margin-bottom: 0px; }
        main .content .container #content > .hold ul:not(.nav-tabs) li {
          position: relative;
          padding-left: 41px; }
          @media (min-width: 1920px) {
            main .content .container #content > .hold ul:not(.nav-tabs) li {
              padding-bottom: 10px; } }
          @media (max-width: 1919px) {
            main .content .container #content > .hold ul:not(.nav-tabs) li {
              padding-bottom: 8px; } }
          @media (max-width: 1023px) {
            main .content .container #content > .hold ul:not(.nav-tabs) li {
              padding-left: 21px;
              padding-bottom: 6px; } }
          main .content .container #content > .hold ul:not(.nav-tabs) li::before {
            width: 26px;
            content: '';
            background-color: #5EB441;
            height: 2px;
            display: inline-block;
            margin-right: 15px;
            position: absolute;
            left: 0px; }
            @media (min-width: 1920px) {
              main .content .container #content > .hold ul:not(.nav-tabs) li::before {
                top: calc((38px / 2) - 1px); } }
            @media (max-width: 1919px) {
              main .content .container #content > .hold ul:not(.nav-tabs) li::before {
                top: calc((32px / 2) - 1px); } }
            @media (max-width: 1023px) {
              main .content .container #content > .hold ul:not(.nav-tabs) li::before {
                top: calc((24px / 2) - 1px);
                width: 14px; } }
      main .content .container #content > .hold table {
        width: 100%; }
        main .content .container #content > .hold table.styled {
          border: none; }
          main .content .container #content > .hold table.styled th, main .content .container #content > .hold table.styled td {
            padding: 20px;
            border: none; }
          main .content .container #content > .hold table.styled tr:nth-of-type(odd) {
            background-color: rgba(0, 90, 175, 0.15); }
          main .content .container #content > .hold table.styled tr:nth-of-type(even) {
            background-color: rgba(0, 90, 175, 0.05); }
          @media (min-width: 1920px) {
            main .content .container #content > .hold table.styled td div, main .content .container #content > .hold table.styled th div {
              font-family: acumin-pro-wide, 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) {
            main .content .container #content > .hold table.styled td div, main .content .container #content > .hold table.styled th div {
              font-family: acumin-pro-wide, sans-serif;
              font-weight: normal;
              font-style: normal;
              color: #5B6073;
              font-size: 16px;
              line-height: 25px;
              letter-spacing: 0.3px; } }
          @media (max-width: 1023px) {
            main .content .container #content > .hold table.styled td div, main .content .container #content > .hold table.styled th div {
              font-family: acumin-pro-wide, sans-serif;
              font-weight: normal;
              font-style: normal;
              color: #5B6073;
              font-size: 12px;
              line-height: 25px;
              letter-spacing: 0.22px; } }
      main .content .container #content > .hold img.left-image {
        width: 300px;
        margin-right: 25px;
        float: left; }
        @media (min-width: 1920px) {
          main .content .container #content > .hold img.left-image {
            width: 350px; } }
        @media (max-width: 1023px) {
          main .content .container #content > .hold img.left-image {
            width: 600px;
            margin-right: 0px;
            margin-bottom: 30px;
            float: none;
            display: block; } }
      main .content .container #content > .hold img.right-image {
        width: 300px;
        margin-left: 25px;
        float: right; }
        @media (min-width: 1920px) {
          main .content .container #content > .hold img.right-image {
            width: 350px; } }
        @media (max-width: 1023px) {
          main .content .container #content > .hold img.right-image {
            width: 600px;
            margin-left: 0px;
            margin-bottom: 30px;
            float: none;
            display: block; } }
      main .content .container #content > .hold p.clear {
        clear: both;
        padding-top: 30px; }
      @media (min-width: 1920px) {
        main .content .container #content > .hold div {
          font-family: acumin-pro-wide, sans-serif;
          font-weight: normal;
          font-style: normal;
          color: #5B6073;
          font-size: 22px;
          line-height: 36px;
          letter-spacing: 0.4px; } }
      @media (max-width: 1919px) {
        main .content .container #content > .hold div {
          font-family: acumin-pro-wide, sans-serif;
          font-weight: normal;
          font-style: normal;
          color: #5B6073;
          font-size: 16px;
          line-height: 26px;
          letter-spacing: 0.29px; } }
      @media (max-width: 1023px) {
        main .content .container #content > .hold div {
          font-family: acumin-pro-wide, sans-serif;
          font-weight: normal;
          font-style: normal;
          color: #5B6073;
          font-size: 14px;
          line-height: 22px;
          letter-spacing: 0.25px; } }
      main .content .container #content > .hold div.overflow {
        width: 100%;
        overflow-x: auto;
        margin-bottom: 3em; }
      main .content .container #content > .hold div.overflow.show div.arrows {
        position: relative;
        height: 30px;
        width: 100%; }
      main .content .container #content > .hold div.overflow.show div.arrows::before {
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        position: absolute;
        bottom: 0px;
        left: 50%;
        content: '\f337';
        font-weight: 600; }
      main .content .container #content > .hold div.document-links {
        margin-top: 22px; }
        main .content .container #content > .hold div.document-links a {
          display: flex;
          flex-wrap: nowrap;
          justify-content: space-between;
          align-items: center;
          padding: 20px 50px;
          text-decoration: none !important; }
          @media (min-width: 1920px) {
            main .content .container #content > .hold div.document-links a {
              font-family: acumin-pro-wide, 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) {
            main .content .container #content > .hold div.document-links a {
              font-family: acumin-pro-wide, sans-serif;
              font-weight: normal;
              font-style: normal;
              color: #5B6073;
              font-size: 16px;
              line-height: 25px;
              letter-spacing: 0.3px; } }
          @media (max-width: 1023px) {
            main .content .container #content > .hold div.document-links a {
              font-family: acumin-pro-wide, sans-serif;
              font-weight: normal;
              font-style: normal;
              color: #5B6073;
              font-size: 12px;
              line-height: 25px;
              letter-spacing: 0.22px;
              padding: 20px; } }
          main .content .container #content > .hold div.document-links a span {
            flex-grow: 1; }
            main .content .container #content > .hold div.document-links a span.date {
              width: 65px;
              flex-grow: 0; }
          main .content .container #content > .hold div.document-links a::after {
            font-family: "Font Awesome 5 Pro";
            font-weight: 400;
            font-style: normal;
            content: '\f1c1';
            font-weight: 300;
            flex-grow: 0;
            color: #5EB441;
            margin: 0px 15px; }
          main .content .container #content > .hold div.document-links a:nth-of-type(odd) {
            background-color: rgba(0, 90, 175, 0.15); }
          main .content .container #content > .hold div.document-links a:nth-of-type(even) {
            background-color: rgba(0, 90, 175, 0.05); }
          main .content .container #content > .hold div.document-links a:hover {
            opacity: 1;
            color: #FFFFFF;
            background-color: #005aaf; }
            main .content .container #content > .hold div.document-links a:hover:after {
              color: #FFFFFF; }
      main .content .container #content > .hold div.document-links.news a {
        text-decoration: none !important; }
        main .content .container #content > .hold div.document-links.news a span.date {
          width: 150px; }
        main .content .container #content > .hold div.document-links.news a::after {
          display: none; }
      main .content .container #content > .hold div.tabs ul.nav-tabs {
        border-bottom: solid 2px #BABCC6; }
        main .content .container #content > .hold div.tabs ul.nav-tabs li {
          color: #5B6073;
          background-color: transparent;
          position: relative; }
          @media (min-width: 1920px) {
            main .content .container #content > .hold div.tabs ul.nav-tabs li {
              font-family: acumin-pro-wide, 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) {
            main .content .container #content > .hold div.tabs ul.nav-tabs li {
              font-family: acumin-pro-wide, sans-serif;
              font-weight: normal;
              font-style: normal;
              color: #5B6073;
              font-size: 16px;
              line-height: 25px;
              letter-spacing: 0.3px; } }
          @media (max-width: 1023px) {
            main .content .container #content > .hold div.tabs ul.nav-tabs li {
              font-family: acumin-pro-wide, sans-serif;
              font-weight: normal;
              font-style: normal;
              color: #5B6073;
              font-size: 12px;
              line-height: 25px;
              letter-spacing: 0.22px; } }
          main .content .container #content > .hold div.tabs ul.nav-tabs li.current {
            border-bottom: solid 2px #BABCC6; }
            @media (min-width: 1920px) {
              main .content .container #content > .hold div.tabs ul.nav-tabs li.current {
                font-family: acumin-pro-wide, sans-serif;
                font-weight: normal;
                font-style: normal;
                color: #5B6073;
                font-size: 20px;
                line-height: 32.5px;
                letter-spacing: 0.37px;
                font-weight: 700; } }
            @media (max-width: 1919px) {
              main .content .container #content > .hold div.tabs ul.nav-tabs li.current {
                font-family: acumin-pro-wide, sans-serif;
                font-weight: 500;
                font-style: normal;
                color: #5B6073;
                font-size: 16px;
                line-height: 25px;
                letter-spacing: 0.5px; } }
            @media (max-width: 1023px) {
              main .content .container #content > .hold div.tabs ul.nav-tabs li.current {
                font-family: acumin-pro-wide, sans-serif;
                font-weight: 500;
                font-style: normal;
                color: #5B6073;
                font-size: 14px;
                line-height: 20px;
                letter-spacing: 0.11px; } }
            main .content .container #content > .hold div.tabs ul.nav-tabs li.current::after {
              content: '';
              width: 0;
              height: 0;
              border-left: 6px solid transparent;
              border-right: 6px solid transparent;
              border-bottom: 6px solid #BABCC6;
              position: absolute;
              bottom: 0px;
              left: calc(50% - 6px);
              background-color: transparent; }
          main .content .container #content > .hold div.tabs ul.nav-tabs li::after {
            background-color: transparent; }
      main .content .container #content > .hold div.tabs div.mobile-tabs {
        position: relative; }
        main .content .container #content > .hold div.tabs div.mobile-tabs select {
          font-family: acumin-pro-wide, sans-serif;
          font-weight: 500;
          font-style: normal;
          color: #5EB441;
          font-size: 16px;
          line-height: normal;
          letter-spacing: 0.12px;
          background-image: none;
          background-color: #BABCC6;
          max-width: 100%;
          color: #ffffff; }
        main .content .container #content > .hold div.tabs div.mobile-tabs::after {
          content: '';
          width: 0;
          height: 0;
          border-left: 9px solid transparent;
          border-right: 9px solid transparent;
          border-top: 9px solid #ffffff;
          position: absolute;
          right: 11px;
          top: 29px;
          pointer-events: none; }
      @media (min-width: 1920px) {
        main .content .container #content > .hold .bios .bio .profile .title {
          font-family: acumin-pro-wide, sans-serif;
          font-weight: normal;
          font-style: normal;
          color: #5EB441;
          font-size: 18px;
          line-height: normal;
          letter-spacing: 0.6px;
          color: #5B6073; } }
      @media (max-width: 1919px) {
        main .content .container #content > .hold .bios .bio .profile .title {
          font-family: acumin-pro-wide, sans-serif;
          font-weight: normal;
          font-style: normal;
          color: #5B6073;
          font-size: 12px;
          line-height: normal;
          letter-spacing: 0.2px; } }
      @media (max-width: 1023px) {
        main .content .container #content > .hold .bios .bio .profile .title {
          font-family: acumin-pro-wide, sans-serif;
          font-weight: normal;
          font-style: normal;
          color: #5B6073;
          font-size: 14px;
          line-height: normal;
          letter-spacing: 0.6px; } }
      main .content .container #content > .hold .bios .bio .profile .image::after, main .content .container #content > .hold .bios .bio .profile::after {
        background-color: #5EB441; }
      @media (min-width: 1920px) {
        main .content .container #content > .hold .bios .bio .body .title {
          font-family: acumin-pro-wide, sans-serif;
          font-weight: normal;
          font-style: normal;
          color: #5EB441;
          font-size: 18px;
          line-height: normal;
          letter-spacing: 0.6px;
          color: #5B6073; } }
      @media (max-width: 1919px) {
        main .content .container #content > .hold .bios .bio .body .title {
          font-family: acumin-pro-wide, sans-serif;
          font-weight: normal;
          font-style: normal;
          color: #5B6073;
          font-size: 12px;
          line-height: normal;
          letter-spacing: 0.2px; } }
      @media (max-width: 1023px) {
        main .content .container #content > .hold .bios .bio .body .title {
          font-family: acumin-pro-wide, sans-serif;
          font-weight: normal;
          font-style: normal;
          color: #5B6073;
          font-size: 14px;
          line-height: normal;
          letter-spacing: 0.6px; } }
      @media (min-width: 1920px) {
        main .content .container #content > .hold .bios .bio.open .body {
          padding: 0px 40px 25px 40px; } }
      @media (max-width: 1919px) {
        main .content .container #content > .hold .bios .bio.open .body {
          padding: 0px 30px 15px 30px; } }
      @media (max-width: 1023px) {
        main .content .container #content > .hold .bios .bio.open .body {
          padding: 0px 15px 0px 15px; } }
      main .content .container #content > .hold .bios .bio.open .profile::after {
        background-color: #5EB441 !important; }
      @media (min-width: 1920px) {
        main .content .container #content > .hold div.my-gallery figure {
          margin: 0px 0px 19px 0px; }
          main .content .container #content > .hold div.my-gallery figure:nth-of-type(6n + 1) {
            width: calc((100% - 19px) * (2 / 3));
            height: 411px;
            margin-right: 19px; }
          main .content .container #content > .hold div.my-gallery figure:nth-of-type(6n + 2) {
            width: calc((100% - 19px) * (1 / 3));
            height: 196px; }
          main .content .container #content > .hold div.my-gallery figure:nth-of-type(6n + 3) {
            width: calc((100% - 19px) * (1 / 3));
            height: 196px; }
          main .content .container #content > .hold div.my-gallery figure:nth-of-type(6n + 4) {
            width: calc((100% - 19px) * (1 / 3));
            height: 196px; }
          main .content .container #content > .hold div.my-gallery figure:nth-of-type(6n + 5) {
            width: calc((100% - 19px) * (2 / 3));
            height: 411px;
            margin-left: 19px;
            float: right; }
          main .content .container #content > .hold div.my-gallery figure:nth-of-type(6n + 6) {
            width: calc((100% - 19px) * (1 / 3));
            height: 196px; } }
      main .content .container #content > .hold div.accordion {
        border-bottom: 1px solid #BABCC6;
        border-top: 1px solid #BABCC6;
        margin-top: 45px; }
        main .content .container #content > .hold div.accordion > h3 {
          display: flex;
          justify-content: space-between;
          cursor: pointer;
          margin: 15px 0px; }
          main .content .container #content > .hold div.accordion > h3::after {
            font-family: "Font Awesome 5 Pro";
            content: '\f105';
            color: #5EB441;
            font-size: 20px;
            transition: all 0.25s ease-in-out; }
        main .content .container #content > .hold div.accordion > h3 + div {
          transition: all 0.25s ease-in-out;
          opacity: 0;
          max-height: 0;
          pointer-events: none; }
        main .content .container #content > .hold div.accordion.open > h3::after {
          transform: rotate(90deg); }
        main .content .container #content > .hold div.accordion.open > h3 + div {
          opacity: 1;
          max-height: 1000px;
          pointer-events: all;
          margin: 40px 0px; }
        main .content .container #content > .hold div.accordion ~ .accordion {
          border-top: none;
          margin-top: 0px; }
      main .content .container #content > .hold blockquote {
        text-transform: uppercase;
        border-bottom: 1px solid #BABCC6;
        border-top: 1px solid #BABCC6;
        margin: 30px 0px;
        padding: 20px 0px; }
        @media (min-width: 1920px) {
          main .content .container #content > .hold blockquote {
            font-family: acumin-pro-wide, 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) {
          main .content .container #content > .hold blockquote {
            font-family: acumin-pro-wide, 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) {
          main .content .container #content > .hold blockquote {
            font-family: acumin-pro-wide, sans-serif;
            font-weight: 300;
            font-style: normal;
            color: #5B6073;
            font-size: 16px;
            line-height: normal;
            letter-spacing: 0.12px;
            text-transform: uppercase; } }
        main .content .container #content > .hold blockquote::before {
          content: '\201C'; }
        main .content .container #content > .hold blockquote::after {
          content: '\201D'; }
      main .content .container #content > .hold .box {
        border: solid 1px #BABCC6;
        padding: 10px 45px 30px 45px;
        margin-top: 45px; }

/* ---|MISC STYLES|--- */
body.str-contact-details #content .hold {
  -moz-column-count: 2;
       column-count: 2; }
  @media (max-width: 1023px) {
    body.str-contact-details #content .hold {
      -moz-column-count: 1;
           column-count: 1; } }

body div.bios .bio .profile {
  border: 1px solid #BABCC6 !important; }

body div.bios .bio.open .body {
  border-top: 1px solid #BABCC6 !important;
  border-bottom: 1px solid #BABCC6 !important; }

body:not(.str-news) main .content {
  border-bottom: solid 1px #BABCC6;
  padding-bottom: 120px;
  margin-bottom: 120px; }
  @media (max-width: 1023px) {
    body:not(.str-news) main .content {
      padding-bottom: 60px;
      margin-bottom: 60px; } }

body.str-financials-and-regulatory-filings #content .mobile-tabs, body.str-financials-and-regulatory-filings #content .nav-tabs {
  display: none !important; }

body.str-financials-and-regulatory-filings main .content .container #content > .hold .tab-content {
  margin-top: 0px !important; }

body.str-financials-and-regulatory-filings main .content .container #content > .hold div.document-links {
  margin-top: 0px !important; }

@media screen and (min-width: 1201px) {
  body.str-industry-at-a-glance div.bios .bio .profile {
    min-height: 170px; } }

@media screen and (max-width: 1200px) {
  body.str-industry-at-a-glance div.bios .bio .profile {
    min-height: 190px; } }

@media screen and (max-width: 1160px) {
  #banner .links .block-button {
    padding: 10px 10px 10px 20px; } }

@media screen and (max-width: 1023px) {
  body.str-industry-at-a-glance div.bios .bio .profile {
    min-height: 0px; } }

/* MISCELLANEOUS STYLES */
#content .pdf-news-link a {text-decoration: none !important; color: #5EB441 !important;}
#content .pdf-news-link a::after {content: '\f1c1'; font-family: "Font Awesome 5 Pro"; margin-left: 10px;}

/* WHY RNG */
#why-rng {display: flex; justify-content: flex-start; flex-wrap: wrap;}
#why-rng .rng-item {margin-right: 14px; width: calc((100% - (14px * 3)) / 4); margin-bottom: 45px;}
#why-rng .rng-item:nth-of-type(4n) {margin-right: 0px;}
#why-rng .rng-item > div:nth-child(1) {padding-bottom: 15px; border-bottom: solid #5eb441 1px; text-align: center;}
#why-rng .rng-item > div:nth-child(1) img {margin: 0px auto;}
main #content #why-rng .rng-item > div:nth-child(2) {font-size: 14px; line-height: 20px; letter-spacing: 0.25px; padding-top: 15px;}
@media screen and (min-width: 1920px) {
  main #content #why-rng .rng-item > div:nth-child(2) {font-size: 20px; line-height: 34px;}
}
@media screen and (max-width: 1023px) {
  main #content #why-rng .rng-item > div:nth-child(2) {font-size: 12px; line-height: 18px;}
}
@media screen and (max-width: 640px) {
  #why-rng .rng-item {width: calc((100% - (14px * 2)) / 3);}
  #why-rng .rng-item:nth-of-type(4n) {margin-right: 14px;}
  #why-rng .rng-item:nth-of-type(3n) {margin-right: 0px;}
}
@media screen and (max-width: 470px) {
  #why-rng .rng-item {width: calc((100% - 14px) / 2);}
  #why-rng .rng-item:nth-of-type(3n) {margin-right: 14px;}
  #why-rng .rng-item:nth-of-type(2n) {margin-right: 0px;}
}