@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&family=Poppins:wght@300;400;500;600;700;800;900&display=swap');




.rows-of-2 {
  display: block; }
  .rows-of-2::after {
    clear: both;
    content: "";
    display: table; }
  .rows-of-2 > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative; }
    .rows-of-2 > * > *:first-child {
      margin-top: 0; }
    @media (min-width: 40em) {
      .rows-of-2 > * {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 46.821174201%; }
        .rows-of-2 > *:last-child {
          margin-right: 0; }
        .rows-of-2 > *:nth-child(2n) {
          margin-right: 0; }
        .rows-of-2 > *:nth-child(2n+1) {
          clear: left; }
        .rows-of-2 > *:nth-last-child(2):last-child {
          margin-bottom: 0 !important; }
        .rows-of-2 > *:nth-last-child(1):last-child {
          margin-bottom: 0 !important; } }


body {
  -webkit-font-smoothing: antialiased;
  background-color: #ffffff;
  color: #1f1f1f;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  line-height: 1.5;
  margin: 0;
   }
  @media (max-height: 46em) and (min-width: 60em) {
    body {
      font-size: .875em; } }
  @media (max-height: 40em) and (min-width: 60em) {
    body {
      font-size: .75em; } }

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #07afcf;
  text-decoration: underline; }
  a:active, a:focus {
    outline: none; }
  a:focus:not(:hover):not(:active) {
    outline: 2px dashed #07afcf;
    outline-offset: 2px; }


a#skipToContent.btn-alt {
    background-color: #1f1f1f; 
  -webkit-font-smoothing: antialiased;
  border-radius: 0;
  color: white;
  display: inline-block;
  font-size: 1.0625em;
  font-weight: 600;
  line-height: normal;
  padding: 0.75em 1em;
  text-decoration: none;
  border-radius: 5px;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  transition: background 0.1s linear; }


a#skipToContent.btn-alt:hover {
    background-color: #060505; 
  }




.search-module input[type="text"] {
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 0;
  border: 1px solid #efefef;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  box-sizing: border-box;
  width: 100%; }
.search-module input[type="text"]:hover {
    border-color: #d6d5d5; }
.search-module input[type="text"]:focus{
    border-color: #07afcf;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(6, 154, 182, 0.7);
    outline: none; }

.site-header .btn {
    background-color: #0174ce;
  color: #ffffff;
  padding: 1.0588235294em 1.7058823529em 1.1176470588em;
  box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
  border-radius: 0;
  color: white;
  display: inline-block;
  font-size: 1.0625em;
  font-weight: 600;
  line-height: normal;;
  text-decoration: none;
  border-radius: 5px;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  transition: background 0.1s linear; }
.site-header .btn:hover {
    background-color: #0064b2;
    color: #ffffff; }
.site-header .btn:focus {
    background-color: #0174ce;
    color: #ffffff; }
.site-header .btn:focus:hover{
      background-color: #0064b2;
      color: #ffffff; }

.search-module input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }

.search-module input[type="submit"]:focus:not(:hover):not(:active) {
    outline: 2px dashed #07afcf;
    outline-offset: 2px; }

.site-nav,
#hs_menu_wrapper_primary_nav {
  background-color: #052138; }
  .site-nav span,
  #hs_menu_wrapper_primary_nav span {
    /*white-space: nowrap;*/ }
  @media (min-width: 60em) {
    .site-nav,
    #hs_menu_wrapper_primary_nav {
      display: block;
      position: relative;
      top: 0;
      left: 0;
      background-color: transparent; }
      .site-nav span,
      #hs_menu_wrapper_primary_nav span {
        white-space: nowrap; } }
.sn-level-1, .sn-level-2, .sn-level-3{
  list-style: none;
}
.sn-level-1,
#hs_menu_wrapper_primary_nav > ul {
  margin: 0;
  padding: 0; }
  @media (min-width: 60em) {
    .sn-level-1,
    #hs_menu_wrapper_primary_nav > ul {
      height: 3.75em;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }

.sn-li-l1,
.hs-menu-depth-1 {
  display: block;
  border-bottom: 1px solid rgba(13, 13, 13, 0);
  background-color: transparent;
  position: relative; }
  .sn-li-l1 span,
  .hs-menu-depth-1 span {
    font-size: 17px!important; }
  .sn-li-l1 > a,
  .hs-menu-depth-1 > a {
    display: block;
    height: 3.125em;
    line-height: 3.125em;
    color: #006ad7;
    text-decoration: none;
    padding: 0 2.5em;
    box-sizing: border-box;
    font-weight: 600; }
    .sn-li-l1 > a:visited,
    .hs-menu-depth-1 > a:visited {
      color: #006ad7; }
    .sn-li-l1 > a:hover,
    .hs-menu-depth-1 > a:hover {
      color: #fff; }
  .sn-li-l1.has-subnav .m-subnav-arrow, .sn-li-l1.menu-item-has-children .m-subnav-arrow, .sn-li-l1.hs-item-has-children .m-subnav-arrow,
  .hs-menu-depth-1.has-subnav .m-subnav-arrow,
  .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow,
  .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow {
    cursor: pointer;
    padding-right: 0em;
    background-image: url(nav-drop-down-hover.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.8125em 0.8125em;
    display: block;
    width: 20px;
    height: 50px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
    right: 28px;
    top: 0;
    bottom: 0; }
    .sn-li-l1.has-subnav .m-subnav-arrow.active, .sn-li-l1.menu-item-has-children .m-subnav-arrow.active, .sn-li-l1.hs-item-has-children .m-subnav-arrow.active,
    .hs-menu-depth-1.has-subnav .m-subnav-arrow.active,
    .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow.active,
    .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow.active {
      transform: rotate(180deg); }
  .sn-li-l1.has-subnav > a span, .sn-li-l1.menu-item-has-children > a span, .sn-li-l1.hs-item-has-children > a span,
  .hs-menu-depth-1.has-subnav > a span,
  .hs-menu-depth-1.menu-item-has-children > a span,
  .hs-menu-depth-1.hs-item-has-children > a span {
    padding-right: 0em;
    display: block; }
  .sn-li-l1.has-subnav > a.active span, .sn-li-l1.menu-item-has-children > a.active span, .sn-li-l1.hs-item-has-children > a.active span,
  .hs-menu-depth-1.has-subnav > a.active span,
  .hs-menu-depth-1.menu-item-has-children > a.active span,
  .hs-menu-depth-1.hs-item-has-children > a.active span {
    transform: rotate(180deg); }
  .sn-li-l1:hover,
  .hs-menu-depth-1:hover {
    background-color: rgba(0, 0, 0, 0); }
  @media (min-width: 60em) {
    .sn-li-l1,
    .hs-menu-depth-1 {
      height: 3.75em;
      float: left;
      border-bottom: 0;
      border-right: 1px solid rgba(13, 13, 13, 0);
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      flex-grow: 1;
      -ms-flex-positive: 1;
      text-align: center; }
      .sn-li-l1 span,
      .hs-menu-depth-1 span {
        font-size: 0.9375em; }
      .sn-li-l1 > a,
      .hs-menu-depth-1 > a {
        height: 3.75em;
        line-height: 3.75em;
        padding: 0 0.625em;
        box-sizing: border-box;
        color: #484c4e; }
        .sn-li-l1 > a:visited,
        .hs-menu-depth-1 > a:visited {
          color: #484c4e; }
        .sn-li-l1 > a:hover,
        .hs-menu-depth-1 > a:hover {
          color: #fff; }
      .sn-li-l1:hover .sn-level-2,
      .sn-li-l1:hover .hs-menu-children-wrapper,
      .hs-menu-depth-1:hover .sn-level-2,
      .hs-menu-depth-1:hover .hs-menu-children-wrapper {
        display: block !important; }
      .sn-li-l1.has-subnav .m-subnav-arrow, .sn-li-l1.menu-item-has-children .m-subnav-arrow, .sn-li-l1.hs-item-has-children .m-subnav-arrow,
      .hs-menu-depth-1.has-subnav .m-subnav-arrow,
      .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow,
      .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow {
        display: none; }
      .sn-li-l1.has-subnav > a span, .sn-li-l1.menu-item-has-children > a span, .sn-li-l1.hs-item-has-children > a span,
      .hs-menu-depth-1.has-subnav > a span,
      .hs-menu-depth-1.menu-item-has-children > a span,
      .hs-menu-depth-1.hs-item-has-children > a span {
        padding-right: 1.5em;
        box-sizing: border-box;
        background-image: url(nav-drop-down.svg);
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 0.8125em 0.8125em;
        display: inline; }
      .sn-li-l1.has-subnav > a.active span, .sn-li-l1.menu-item-has-children > a.active span, .sn-li-l1.hs-item-has-children > a.active span,
      .hs-menu-depth-1.has-subnav > a.active span,
      .hs-menu-depth-1.menu-item-has-children > a.active span,
      .hs-menu-depth-1.hs-item-has-children > a.active span {
        background-image: url(ico-arrow-down.svg); }
      .sn-li-l1:hover,
      .hs-menu-depth-1:hover {
        background-color: #052138; }
        .sn-li-l1:hover > a,
        .hs-menu-depth-1:hover > a {
          color: #fff; }
        .sn-li-l1:hover.has-subnav > a span, .sn-li-l1:hover.menu-item-has-children > a span, .sn-li-l1:hover.hs-item-has-children > a span,
        .hs-menu-depth-1:hover.has-subnav > a span,
        .hs-menu-depth-1:hover.menu-item-has-children > a span,
        .hs-menu-depth-1:hover.hs-item-has-children > a span {
          background-image: url(nav-drop-down-hover.svg); } }
  @media (min-width: 80em) {
    .sn-li-l1 span,
    .hs-menu-depth-1 span {
      font-size: 17px; }
    .sn-li-l1 > a,
    .hs-menu-depth-1 > a {
      padding: 0 1em;
      box-sizing: border-box; } }

.sn-level-2,
.hs-menu-children-wrapper {
  padding: 0;
  margin: 0;
  display: none;
  position: relative;
  text-align: left; }
  .sn-level-2.active,
  .hs-menu-children-wrapper.active {
    display: block; }
  @media (min-width: 60em) {
    .sn-level-2,
    .hs-menu-children-wrapper {
      position: absolute;
      text-align: left;
      min-width: 18.75em;
      z-index: 11; }
      .sn-level-2.active,
      .hs-menu-children-wrapper.active {
        display: none; } }

.sn-li-l2, .sn-li-l3,
.hs-menu-depth-2 {
  background-color: #052138;
  position: relative; }
  .sn-li-l2 > a, .sn-li-l3 > a,
  .hs-menu-depth-2 > a {
    padding: 0 3.4375em;
    box-sizing: border-box;
    color: #fff;
    border-top: 1px solid rgba(26, 25, 25, 0);
    display: block;
    text-decoration: none;
    line-height: 3.125em;
    font-weight: 600; }
    .sn-li-l2 > a span, .sn-li-l3 > a span,
    .hs-menu-depth-2 > a span {
      font-size: 1.0625em;
      line-height: 1.25em;
      display: inline-block;
      vertical-align: middle; }
  .sn-li-l2:last-child > a, .sn-li-l3:last-child > a,
  .hs-menu-depth-2:last-child > a {
    border-bottom: 0; }
  .sn-li-l2:hover, .sn-li-l3:hover,
  .hs-menu-depth-2:hover {
    background-color: #006ad7; }
    .sn-li-l2:hover > a, .sn-li-l3:hover > a,
    .hs-menu-depth-2:hover > a {
      color: #ffffff; }
    .sn-li-l2:hover.has-subnav .m-subnav-arrow, .sn-li-l3:hover.has-subnav .m-subnav-arrow, .sn-li-l2:hover.menu-item-has-children .m-subnav-arrow, .sn-li-l3:hover.menu-item-has-children .m-subnav-arrow, .sn-li-l2:hover.hs-item-has-children .m-subnav-arrow, .sn-li-l3:hover.hs-item-has-children .m-subnav-arrow,
    .hs-menu-depth-2:hover.has-subnav .m-subnav-arrow,
    .hs-menu-depth-2:hover.menu-item-has-children .m-subnav-arrow,
    .hs-menu-depth-2:hover.hs-item-has-children .m-subnav-arrow {
      background-image: url(nav-drop-down-white.svg); }
  @media (min-width: 60em) {
    .sn-li-l2, .sn-li-l3,
    .hs-menu-depth-2 {
      position: relative;
      background-color: #052138; }
      .sn-li-l2 > a, .sn-li-l3 > a,
      .hs-menu-depth-2 > a {
        padding: 0 1em;
        box-sizing: border-box;
        line-height: 3.125em;
        border-top: 1px solid rgba(26, 25, 25, 0);
        border-right: 1px solid rgba(26, 25, 25, 0); }
        .sn-li-l2 > a span, .sn-li-l3 > a span,
        .hs-menu-depth-2 > a span {
          font-size: 0.9375em; }
      .sn-li-l2:hover .sn-level-3, .sn-li-l3:hover .sn-level-3,
      .hs-menu-depth-2:hover .sn-level-3 {
        display: block !important;
        margin: -1.5625em;
        padding: 1.5625em;
        box-sizing: border-box; } }
  @media (min-width: 80em) {
    .sn-li-l2 > a span, .sn-li-l3 > a span,
    .hs-menu-depth-2 > a span {
      font-size: 1.0625em; } }

.sn-level-3 {
  padding: 0;
  margin: 0;
  display: none;
  position: relative; }
  .sn-level-3.active {
    display: block; }
  @media (min-width: 60em) {
    .sn-level-3 {
      position: absolute;
      top: 0;
      left: 100%; }
      .sn-level-3.active {
        display: none; } }

.site-nav-container {
  background-color: transparent;
  width: 100%;
  height: 100%;
  right: -100%;
  top: 0;
  bottom: 0;
  z-index: 1000;
  position: absolute;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .site-nav-container.active {
    right: 0; }
  @media (min-width: 60em) {
    .site-nav-container {
      width: auto;
      height: auto;
      right: auto;
      bottom: auto;
      top: auto;
      position: static;
      background-color: transparent;
      display: inline-block;
      vertical-align: middle; font-size:85%;} }
      @media (min-width: 80em){
.site-nav-container {
    font-size: 100%;
}
}

.site-nav-container-screen {
  position: absolute;
  display: none;
  z-index: 999;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5); }
  .site-nav-container-screen.active {
    display: block; }
  @media (min-width: 60em) {
    .site-nav-container-screen {
      display: none !important; } }

.close-menu {
  font-size: 17px!important;
  line-height: 1.2941176471em;
  display: inline-block;
  clear: both;
  position: relative;
  text-align: center;
  color: #ffffff !important;
  padding: 0;
  padding-right: 1.7647058824em;
  box-sizing: border-box;
  margin: 0 auto;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase; }
  .close-menu:visited {
    color: #ffffff; }
  .close-menu:hover {
    color: #ffffff; }
  .close-menu:after {
    content: '';
    background-color: transparent;
    background-image: url(close.svg);
    background-size: 1.4705882353em 1.4705882353em;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    width: 1.4705882353em;
    height: 1.4705882353em;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    position: absolute; }
  @media (min-width: 60em) {
    .close-menu {
      display: none; } }

.snc-header {
  background-color: #052138;
  text-align: right;
  padding: 26px 25px 7px 16px;
  box-sizing: border-box; }
  @media (min-width: 60em) {
    .snc-header {
      padding: 0;
      display: none; } }

/*
This is used to separate sections/modules of the website while still keeping a consistent max-width. Example below:
<section class="about-module">
  <div class="inner-wrap">
    Content here...
  </div>
</section>
*/
.inner-wrap, .inner-wrap-narrow, .inner-wrap-wide, .inner-wrap-fullwidth {
  max-width: 74.875em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em 1em 1.5em 1em;
  box-sizing: border-box; }
  .inner-wrap::after, .inner-wrap-narrow::after, .inner-wrap-wide::after, .inner-wrap-fullwidth::after {
    clear: both;
    content: "";
    display: table; }
  .inner-wrap > *:first-child, .inner-wrap-narrow > *:first-child, .inner-wrap-wide > *:first-child, .inner-wrap-fullwidth > *:first-child {
    margin-top: 0; }
  .inner-wrap > *:last-child, .inner-wrap-narrow > *:last-child, .inner-wrap-wide > *:last-child, .inner-wrap-fullwidth > *:last-child {
    margin-bottom: 0; }
  @media (min-width: 40em) {
    .inner-wrap, .inner-wrap-narrow, .inner-wrap-wide, .inner-wrap-fullwidth {
      padding: 2.5em 1.5em 2.5em 1.5em;
      box-sizing: border-box; } }

.inner-wrap-narrow {
  max-width: 73.375em; }

.inner-wrap-wide {
  max-width: 79.875em; }

.inner-wrap-fullwidth {
  max-width: 100%; }


/*=============== Layouts  ===============*/
.page-intro {
  background-size: cover;
  background-position: center top; }
  .page-intro .inner-wrap, .page-intro .inner-wrap-narrow, .page-intro .inner-wrap-wide, .page-intro .inner-wrap-fullwidth {
    padding-top: 6.25em;
    padding-bottom: 6.25em; }
  .page-intro span {
    margin: 0; }
  .page-intro p {
    margin: .5em 0 0 0; }


/*   end defaults   */
.site-wrap {
  background: #ffffff;
  position: relative;
  overflow: hidden;
  margin: 0 auto -22px;
 }

/*=============== ADA Complaince styling ===================*/
#skipToContent {
  position: fixed;
  z-index: 0;
  top: 10px;
  left: 10px;
  opacity: 0; }
  #skipToContent:focus {
    opacity: 1;
    z-index: 99999; }

.site-nav-container .site-nav a:focus:not(:hover):not(:active) {
  outline-offset: -2px;
  position: relative;
  z-index: 1; }

.site-nav-container .site-nav a.tse-remove-border:focus:not(:hover):not(:active) {
  outline: none;
  outline-offset: 0; }

@media (min-width: 60em) {
  .nonlink {
    cursor: default;
    pointer-events: none; } }

.lightbox.tse-remove-border {
  outline: none !important; }
  .lightbox.tse-remove-border:focus {
    outline: none !important; }

.tse-remove-border {
  outline: none !important; }
  .tse-remove-border:focus {
    outline: none !important; }

/*=============== Site Header ===============*/
.site-header {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  background-color: #ffffff; }
  @media (min-width: 60em) {
    .site-header {
      height: 7em; } }

.sh-sticky-wrap {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  background-color: #ffffff; }
  .sh-sticky-wrap .inner-wrap-wide {
    padding-top: 1.875em;
    padding-bottom: 0; }
  @media (min-width: 60em) {
    .sh-sticky-wrap {
      height: 7em; }
      .sh-sticky-wrap .inner-wrap-wide {
        padding-top: 1.6875em;
        padding-bottom: 1.5em; }
      .sh-sticky-wrap.stuck {
        background-color: #ffffff;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 99;
        box-shadow: 2px 2px 2px rgba(72, 76, 78, 0.1); } }

.site-logo {
  max-width: 20.1875em;
  width: 100%;
  display: table;
  margin: 0 auto; }
  .site-logo img {
    display: block;
    max-width: 100%; }
  @media (min-width: 60em) {
    .site-logo {
      max-width: 18.25em;
      width: 100%;
      display: inline-block;
      margin: 0;
      float: left; } }
  @media (min-width: 80em) {
    .site-logo {
      max-width: 20.1875em;
      margin-left: 0.625em; } }

.sh-top-nav {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  padding-top: 1.875em;
  padding-bottom: 1.25em;
  box-sizing: border-box; }
  @media (min-width: 60em) {
    .sh-top-nav {
      width: calc(100% - 18.25em);
      text-align: right;
      float: right;
      display: block;
      padding-top: 0;
      padding-bottom: 0; } }
  @media (min-width: 80em) {
    .sh-top-nav {
      width: calc(100% - 20.8125em); } }

.sh-ph {
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  background-image: url(phone.svg);
  background-repeat: no-repeat;
  background-size: 1.125em 1.125em; }
  .sh-ph span {
    display: none; }
  .sh-ph:hover {
    background-image: url(phone-hover.svg); }
  .sh-ph:focus {
    background-image: url(phone.svg); }
    .sh-ph:focus:hover {
      background-image: url(phone-hover.svg); }
  @media (min-width: 60em) {
    .sh-ph {
      margin-left: 0.875em; } }
  @media (min-width: 64em) {
    .sh-ph {
      margin-left: 0.625em; } }
  @media (min-width: 80em) {
    .sh-ph {
      margin-left: 1.625em; } }

.sh-ico-search {
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  background-image: url(search.svg);
  background-repeat: no-repeat;
  background-size: 1.125em 1.125em; }
  .sh-ico-search span {
    display: none; }
  .sh-ico-search:hover {
    background-image: url(search-hover.svg); }
  .sh-ico-search:focus {
    background-image: url(search.svg); }
    .sh-ico-search:focus:hover {
      background-image: url(search-hover.svg); }
  @media (min-width: 60em) {
    .sh-ico-search {
      margin-left: 0.875em; } }
  @media (min-width: 64em) {
    .sh-ico-search {
      margin-left: 0.625em; } }
  @media (min-width: 80em) {
    .sh-ico-search {
      margin-left: 1.125em; } }

.site-header .sh-rfq {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.0625em;
  padding: 0;
  max-width: 11.3529411765em;
  width: 100%;
  line-height: 3.5294117647em;
  background-color: #0174ce;
  position: relative;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  border-radius: 5px; }
.site-header .sh-rfq .sh-rq-mob {
    display: none; }
.site-header .sh-rfq .sh-rq-desk {
    display: inline-block; }
.site-header .sh-rfq:before {
    content: '';
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px; }
.site-header .sh-rfq span {
    position: relative; }
.site-header .sh-rfq:hover {
    background-color: #0064b2;
    color: #ffffff; }
.site-header .sh-rfq:focus {
    background-color: #0174ce;
    color: #ffffff; }
.site-header .sh-rfq:focus:hover {
      background-color: #0064b2;
      color: #ffffff; }
  @media (min-width: 60em) {
.site-header .sh-rfq {
      font-size: 0.9375em;
      max-width: 5.3333333333em;
      line-height: 3.6666666667em;
      margin-left: 0.9333333333em; }
.site-header .sh-rfq .sh-rq-desk {
        display: none; }
.site-header .sh-rfq .sh-rq-mob {
        display: inline-block; } }
  @media (min-width: 64em) {
.site-header .sh-rfq {
      font-size: 1.0625em;
      margin-left: 0.5882352941em;
      max-width: 9.4117647059em;
      line-height: 3.2352941176em; }
.site-header .sh-rfq .sh-rq-desk {
        display: block; }
.site-header .sh-rfq .sh-rq-mob {
        display: none; } }
  @media (min-width: 80em) {
.site-header .sh-rfq {
      max-width: 11.3529411765em;
      line-height: 3.5294117647em;
      margin-left: 2.3529411765em; } }

.sh-icons {
  float: right; }

.sh-ico-menu {
  width: 1.9375em;
  height: 1.5625em;
  display: inline-block;
  vertical-align: middle;
  background-image: url(ico-nav.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.9375em 1.5625em; }
  .sh-ico-menu span {
    display: none; }
  @media (min-width: 60em) {
    .sh-ico-menu {
      display: none; } }

/*=============== Site Intro ===============*/
.site-intro {
  background-size: cover;
  background-position: center; }
  .site-intro .inner-wrap-narrow {
    padding-top: 4.0625em;
    padding-bottom: 4em; }
  @media (min-width: 40em) {
    .site-intro .inner-wrap-narrow {
      padding-top: 6em;
      padding-bottom: 6.125em; } }

.si-wrap {
  padding: 2.875em 1.25em 2.6875em 0;
  max-width: 37.75em;
  width: 100%;
  position: relative; }
  .si-wrap:before {
    content: '';
    width: 105%;
    height: 100%;
    background-color: rgba(1, 116, 206, 0.74);
    position: absolute;
    top: 0;
    left: -2.8125em;
    transform: skew(-9deg); }
  @media (min-width: 40em) {
    .si-wrap {
      padding: 6.125em 1.25em 5.8125em 0;
      box-sizing: border-box; }
      .si-wrap:before {
        width: 130%;
        left: -13.5em; } }
  @media (min-width: 100em) {
    .si-wrap:before {
      width: 180%;
      left: -32.25em; } }

.si-sub-heading {
  font-family: "Poppins", sans-serif;
  font-size: 1.1875em;
  line-height: normal;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  margin-bottom: 0.1578947368em;
  position: relative; }
  @media (min-width: 40em) {
    .si-sub-heading {
      font-size: 1.3125em;
      margin-bottom: 0.2857142857em; } }

.si-heading {
  font-size: 1.625em;
  line-height: 1.4230769231em;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  margin-bottom: 0.8076923077em;
  position: relative; }
  @media (min-width: 40em) {
    .si-heading {
      font-size: 2.375em;
      line-height: 1.4473684211em;
      margin-bottom: 1.1578947368em; } }

.si-btn {
  font-size: 1.125em;
  line-height: 3.1111111111em;
  font-weight: 600;
  background-color: transparent;
  color: #ffffff;
  text-align: center;
  border: solid 2px #ffffff;
  width: 100%;
  border-radius: 5px;
  padding: 0;
  display: table; }
  .si-btn:hover {
    background-color: #ffffff;
    color: #253d52;
    border: solid 2px #ffffff; }
  .si-btn:focus {
    background-color: transparent;
    color: #ffffff;
    border: solid 2px #ffffff; }
    .si-btn:focus:hover {
      background-color: #ffffff;
      color: #253d52;
      border: solid 2px #ffffff; }
  .si-btn.si-one-btn-alt {
    max-width: 10.7777777778em;
    margin-bottom: 0.5555555556em; }
  .si-btn.si-two-btn-alt {
    max-width: 10.2777777778em; }
  @media (min-width: 40em) {
    .si-btn {
      display: inline-block; }
      .si-btn.si-one-btn-alt {
        margin-right: 1.1666666667em;
        margin-bottom: 0; } }

/*=============== Site Content ===============*/
.site-content {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

/*=============== Search ===============*/
.search-table {
  display: table;
  width: 100%;
  float: right;
  padding: 0; }

.search-row {
  display: table-row;
  width: 100%; }

.search-cell1 {
    display: table-cell;
    vertical-align: middle;
    padding-right: 0.4375em;
    padding-top: 0.6em; }

  @media (min-width: 60em) {
    .search-cell1 {
      width: 90%; } }

.search-cell2 {
  display: table-cell;
  width: 3.75em;
  border: 0;
  vertical-align: middle;
  text-align: center; }
  @media (min-width: 60em) {
    .search-cell2 {
      width: 6%; } }

.search-cell3 {
  display: table-cell;
  vertical-align: middle; }
  @media (min-width: 60em) {
    .search-cell3 {
      width: 3%;
      text-align: center; } }

.search-text {
  font-size: .8em;
  width: 100%;
  height: 2.3em;
  border: 1px solid red;
  float: left;
  padding-left: .5em;
  box-sizing: border-box;
  margin-bottom: 0 !important; }
  .search-text:focus {
    border: 0;
    box-shadow: none !important; }

.search-submit {
  width: 2.5625em;
  height: 2.3em;
  border: 0;
  padding: 0 !important;
  background: url(ico-search.svg) no-repeat center center !important;
  transform: none !important; }
  .search-submit:hover {
    border: 0 !important; }
  .search-submit:focus {
    outline: none;
    border: 0 !important; }
  .search-submit:focus:not(:hover):not(:active) {
    outline: 2px dashed #000000;
    outline-offset: 2px; }

@media (min-width: 40em) {
  .site-search {
    width: 100%; }
  .search-text {
    height: 2.3em; }
  .search-submit {
    height: 2.3em; } }

.search-module {
  background-color: #1f1f1f;
  height: 9.9em;
  margin-top: -10em;
  border-bottom: 1px solid rgba(31, 31, 31, 0.47);
  position: fixed;
  left: 0;
  right: 0;
  z-index: 10000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .search-module.active {
    margin-top: 0; }
  .search-module .inner-wrap, .search-module .inner-wrap-narrow, .search-module .inner-wrap-wide, .search-module .inner-wrap-fullwidth {
    padding: 0.75em 1.5em;
    box-sizing: border-box; }

  @media (min-width: 40em) {
    .search-module {
      height: 5.3em;
      margin-top: -7.3em; } 
    }

.search-exit {
    float: right;
    margin-left: 10px;
    margin-bottom: 5px;
    top: 0;
    right: 0;
    margin-top: -55px;
}
  @media (max-width: 40em) {
    .search-exit {
      margin-top: -120px; } 
}
.search-exit img {
  width: 1.1875em; }

@media (min-width: 60em) {
  .search-exit {
    margin-bottom: 0px; } }

/*=============== Read More ===============*/
.main-content {
  display: block;
  overflow: hidden;
  position: relative; }
  @media (min-width: 40em) {
    .main-content {
      display: inline; } }


/*=============== Site Footer ===============*/
.site-footer {
  background-color: #041c30;
  color: #ffffff; }

.sf-small {
  background-color: #999;
  text-align: center; }
  .sf-small .inner-wrap, .sf-small .inner-wrap-narrow, .sf-small .inner-wrap-wide, .sf-small .inner-wrap-fullwidth {
    padding-top: 1em;
    padding-bottom: 1em; }

.sf-footer .inner-wrap-narrow {
  padding-top: 3.1875em;
  padding-bottom: 3.125em; }

.sf-logo-mob {
  max-width: 8.9375em;
  width: 100%;
  display: table;
  margin: 0 auto 1.25em; }
  .sf-logo-mob img {
    display: block; }
  @media (min-width: 60em) {
    .sf-logo-mob {
      display: none; } }

.sf-wrap {
  text-align: center;
  padding-top: 1.875em; }
  @media (min-width: 60em) {
    .sf-wrap {
     text-align: left;
    width: calc(100% - 12.9375em);
    float: none;
    display: inline-block;
    vertical-align: bottom;
    padding-top: .5em;
     } }
  @media (min-width: 80em){
.sf-wrap {
    width: calc(100% - 17.9375em);
}   }

.sf-link-list {
  margin-bottom: 1.25em;
      margin-top: 0;
    padding: 0;
    list-style: none; }
  .sf-link-list li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.6875em;
    margin-bottom: 0.75em; }
    .sf-link-list li a {
      font-size: 0.9375em;
      color: #ffffff;
      text-decoration: none; }
      .sf-link-list li a:hover {
        color: #0174ce; }
      .sf-link-list li a:focus {
        color: #ffffff; }
        .sf-link-list li a:focus:hover {
          color: #0174ce; }

.sf-location {
  margin: 0;
  font-size: 0.9375em;
  color: #ffffff;
  line-height: 1.8666666667em;
  display: inline-block;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.75);
  margin-right: 0.6666666667em; }
  @media (min-width: 80em) {
    .sf-location {
      margin-right: 2.3333333333em; } }

.sf-ph {
  margin: 0;
  font-size: 0.9375em;
  color: #ffffff;
  line-height: 1.8666666667em;
  display: inline-block;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.75);
  margin-right: 0.6666666667em; }
  .sf-ph a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none; }
    .sf-ph a:hover {
      color: #0174ce; }
    .sf-ph a:focus {
      color: rgba(255, 255, 255, 0.75); }
      .sf-ph a:focus:hover {
        color: #0174ce; }
  @media (min-width: 80em) {
    .sf-ph {
      margin-right: 2.3333333333em; } }

.sf-fax {
  margin: 0;
  font-size: 0.9375em;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.8666666667em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.6666666667em; }
  .sf-fax a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    cursor: text; }
    .sf-fax a:hover {
      color: rgba(255, 255, 255, 0.75); }
    .sf-fax a:focus {
      color: rgba(255, 255, 255, 0.75); }
      .sf-fax a:focus:hover {
        color: rgba(255, 255, 255, 0.75); }
  @media (min-width: 80em) {
    .sf-fax {
      margin-right: 2.3333333333em; } }

.sf-email {
  font-size: 0.9375em;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  display: inline-block;
  vertical-align: middle; }
  .sf-email:hover {
    color: #0174ce; }
  .sf-email:focus {
    color: rgba(255, 255, 255, 0.75); }
    .sf-email:focus:hover {
      color: #0174ce; }

.sf-logo {
  display: none;
  /*@include mq(xlarge) {
    position: relative;
    right: em(-19);
  }*/ }
  @media (min-width: 60em) {
    .sf-logo {
      max-width: 8.9375em;
      width: 100%;
      display: inline-block;
      margin: 0;
      float: right; }
      .sf-logo img {
        display: block;
        max-width: 100%; } }

.sf-small-footer {
  background-color: #ffffff;
  color: #000000; }
  .sf-small-footer .inner-wrap-narrow {
    padding-top: 1.125em;
    padding-bottom: 0.625em; }

.sf-copyright {
  text-align: center;
  font-size: 0.9375em;
  margin-bottom: 1em; }
  .sf-copyright a {
    color: #000000; }
    .sf-copyright a:hover {
      color: #0174ce; }
    .sf-copyright a:focus {
      color: #000000; }
      .sf-copyright a:focus:hover {
        color: #0174ce; }
  @media (min-width: 60em) {
    .sf-copyright {
      width: 80%;
      float: left;
      text-align: left;
      margin-bottom: 0; } }
  @media (min-width: 80em) {
    .sf-copyright {
      width: 85%; } }

.sf-social {
  text-align: center; }
  .sf-social a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    margin-left: 0.5625em; }
    .sf-social a .on {
      display: block; }
    .sf-social a .off {
      display: none; }
    .sf-social a:hover .on {
      display: none; }
    .sf-social a:hover .off {
      display: block; }
    .sf-social a:nth-of-type(1) img {
      width: 1.25em; }
    .sf-social a:nth-of-type(2) img {
      width: 2.0625em; }
    .sf-social a:nth-of-type(3) img {
      width: 1.75em; }
  @media (min-width: 60em) {
    .sf-social {
      width: 20%;
      float: right;
      text-align: right; } }
  @media (min-width: 80em) {
    .sf-social {
      width: 15%; } }

/*=============== IE ===============*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sh-ph {
    width: 18px;
    height: 18px;
    background-size: 18px 18px; }
  .sh-ico-search {
    width: 18px;
    height: 18px;
    background-size: 18px 18px; }
  .search-exit img {
    width: 18px; } }

@media screen and (-ms-high-contrast: active) and (min-width: 60em), (-ms-high-contrast: none) and (min-width: 60em) {
  .search-submit {
    width: 25px;
    background-size: 25px 25px !important; } }

/*=============== Edge ===============*/
@supports (-ms-ime-align: auto) {
  .sh-ph {
    width: 18px;
    height: 18px;
    background-size: 18px 18px; }
  .sh-ico-search {
    width: 18px;
    height: 18px;
    background-size: 18px 18px; }
  .search-exit img {
    width: 18px; }
  @media (min-width: 60em) {
    .search-submit {
      width: 25px;
      background-size: 25px 25px !important; } } }


.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }


@media (min-width: 60em){
.sf-logo-wrap {
    float: none;
    display: inline-block;
    vertical-align: bottom;
}
.sf-logo-wrap .sf-logo {
    max-width: 5em;
    float: none;
    display: inline-block;
    vertical-align: bottom;
    margin-right: .625em;
}
}
@media (min-width: 80em){
.sf-logo-wrap .sf-logo {
    max-width: 7.9375em;
}
}

.gdd-001-b .top-bar-wrap {
  background-color: #051A30;
  padding: 1.0625em 0.9375em 1.125em;
  text-align: center; }
  .gdd-001-b .top-bar-wrap .tb-link {
    font-size: 1em;
    line-height: 1.375em;
    color: #ffffff;
    text-align: center;
    letter-spacing: -0.18px;
    text-decoration: none;
    font-weight: 600;
    padding-right: 1.53125em;
    position: relative; }
    .gdd-001-b .top-bar-wrap .tb-link:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 0.75em;
      height: 100%;
      background-image: url(https://stangenes.wpenginepowered.com/wp-content/themes/stangenes-default/img/arrow.svg);
      background-repeat: no-repeat;
      background-position: right center;
      background-size: 0.75em; }

.gdd-001-b .sn-li-l1 .hs-menu-depth-1 span {
  letter-spacing: -0.16px; }

@media (min-width: 60em) {
  .gdd-001-b .inner-wrap-wide {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
  .gdd-001-b .site-logo {
    max-width: 12.1875em;
    margin-left: 0; }
  .gdd-001-b .sh-top-nav {
    width: calc(100% - 12.1875em); }
  .gdd-001-b .sn-li-l1 span, .gdd-001-b .hs-menu-depth-1 span {
    font-size: 0.875em; }
  .gdd-001-b .sn-li-l1 a, .gdd-001-b .hs-menu-depth-1 a {
    padding: 0 0.4375em; }
  .gdd-001-b .sn-li-l1.menu-item-has-children > a span, .gdd-001-b .hs-menu-depth-1.menu-item-has-children > a span {
    background-size: 0.8571428571em;
    padding-right: 1.5em; }
  .gdd-001-b .sh-ico-search {
    margin-left: 0.4375em; }
  .gdd-001-b .sh-ph, .gdd-001-b .sh-rfq {
    margin-left: 0.875em; } }

@media (min-width: 80em) {
  .gdd-001-b .site-logo {
    max-width: 13.625em;
    margin-left: 0; }
  .gdd-001-b .sh-top-nav {
    width: calc(100% - 13.625em); }
  .gdd-001-b .sn-li-l1 span, .gdd-001-b .hs-menu-depth-1 span {
    font-size: 0.875em; }
  .gdd-001-b .sn-li-l1 a, .gdd-001-b .hs-menu-depth-1 a {
    padding: 0 0.625em; }
  .gdd-001-b .sn-li-l1.menu-item-has-children > a span, .gdd-001-b .hs-menu-depth-1.menu-item-has-children > a span {
    background-size: 1.0714285714em;
    padding-right: 1.7857142857em; }
  .gdd-001-b .sh-ico-search {
    margin-left: 0.625em; }
  .gdd-001-b .sh-ph, .gdd-001-b .sh-rfq {
    margin-left: 1.25em; } }

/*====================================GDD 005-B===========================================*/

.gdd-005-b{
  .site-logo{
  max-width: em(323);
  width: 100%;
  display:table;
  margin:0 auto;
  img{
    display: block;
  }
  @include mq(large) {
    max-width: em(200);
    width: 100%;
    display: inline-block;
    margin:0;
    float: left;
  }
  @include mq(xlarge) {
    max-width: em(233);
    margin-left: em(10);
  }
}

.site-nav-container{
  .sn-li-l1 > a, .hs-menu-depth-1 > a{

  @include mq(large) {
    padding: 0 em(8);
  }
  }

  .sn-li-l1.menu-item-has-children > a span{

  @include mq(large) {
    font-size: 14px;
    padding-right: em(18);
  }
  }
  .sn-li-l2>a span, .sn-li-l3>a span, .hs-menu-depth-2>a span{
    @include mq(large) {
    font-size: 14px;
  }
  }
}

.sh-top-nav{
@include display(flex);
@include align-items(center);
@include justify-content(space-between);
padding-top: em(30);
padding-bottom: em(20);
@include mq(large) {
  text-wrap:nowrap;
  width: calc(100% - 200px);
  text-align: right;
  float: right;
  display: block;
  padding-top: 0;
  padding-bottom: 0;
}
@include mq(xlarge) {
  width: calc(100% - 243px);
}
}

.sh-ico-search,.sh-ph {
@include mq(large){
  margin: 0 em(8);
}
@include mq(xlarge){
  margin: 0 em(12);
}
}

.sh-rfq{
 font-size: em(14);
margin-left: em(10);
    padding: em(15.5,14) em(26,14);
  line-height: normal;
  max-width: fit-content;
  @include mq(xlarge){
  margin-left: em(20);
  }
  
}
.sh-catalog{
display: none;
 font-size: em(14);
vertical-align: middle;
/* margin-left: em(15);*/
padding: em(14.5,14) em(15,14);
font-weight: 600;
  border: 1px solid #0174ce;
  background-color: transparent;
  color: #0174ce;
  &:hover,&:focus{
    background-color: #0174ce;
     color: white;
     &:before{
  content:'';
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(bottom,  rgba(0,0,0,0.22) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom,  rgba(0,0,0,0.22) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top,  rgba(0,0,0,0.22) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
  }
  @include mq(large){
    display: inline-block;
  }
  @include mq(xlarge){
    margin-left: em(15);
    padding: em(14.5,14) em(26,14);
  }
.sh-catalog-desk{
  position: relative;
}
}
#catalog-mob{
    text-align: center;
    .sh-catalog-mob{
      font-size: 14px;
  padding: 15.5px 90px;
  font-weight: 600;
  color: #0174ce;
  border: 1px solid #0174ce;
  background-color: white;
  margin: 20px 5px 30px 5px;
  @media screen and (min-width:380px){
      padding: 15.5px 109px!important;
  }
 
    }
    @include mq(large){
      display: none;
    }
}
}

.post-meta{
margin-bottom: em(16);
}

.list-wrap ul{
@media (min-width:50em){
column-count: 2;
column-gap: 20px;
}
}


.gdd-005-b #catalog-mob {
 
      text-align: center;

}

.gdd-005-b, .gdd-005-b #catalog-mob {
  display: block;
}

.gdd-005-b #catalog-mob .sh-catalog-mob {

          font-size: 14px;
          padding: 15.5px 90px;
          font-weight: 600;
          color: #0174ce;
          border: 1px solid #0174ce;
          background-color: white;
          margin: 20px 5px 30px 5px;

}

.sh-catalog-mob:focus {
  background-color: none;
  background: none;
  transition: none;
}

.sh-catalog {
  display: none!important;
}

.gdd-005-b .sh-rfq {
  font-size: 14px!important;
}