@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
 }

  a:visited, a:active, a:focus {
    /*color: $hover-link-color;*/
    outline: none; }
  a:focus:not(:hover):not(:active) {
    outline: 2px dashed blue;
    outline-offset: 2px; }

.tse-remove-border {
    outline: none !important;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }


.btn-alt {
  background-color: #9c1b35;
  padding-top: 0.9411764706em;
    padding-bottom: 1em;
    font-size: 1.0625em;
    color: #ffffff;
    display: inline-block;
    border-radius: 5px;
    font-weight: bold;
    line-height: 1;
    padding-left: 2.3529411765em;
    padding-right: 2.3529411765em;
      -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  transition: background 0.1s linear;
}

.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: 48.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: white;
  color: #383838;
  font-family: "Roboto", 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; } }


.site-nav,
#hs_menu_wrapper_primary_nav {
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.2); }
  .site-nav span,
  #hs_menu_wrapper_primary_nav span {
    font-weight: bold; }
  @media (min-width: 60em) {
    .site-nav,
    #hs_menu_wrapper_primary_nav {
      display: block;
      position: relative;
      top: 0;
      left: 0;
      background-color: transparent;
      border-top: none; }
      .site-nav span,
      #hs_menu_wrapper_primary_nav span {
        white-space: nowrap; } }
.sn-level-1,.sn-level-2{
  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: 2.5em;
      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(0, 0, 0, 0.2);
  background-color: #ffffff;
  position: relative; }
  .sn-li-l1 span,
  .hs-menu-depth-1 span {
    font-size: 1.0625em; }
  .sn-li-l1 > a,
  .hs-menu-depth-1 > a {
    display: block;
    height: 3.125em;
    line-height: 3.125em;
    color: #383838;
    text-decoration: none;
    padding: 0 1em;
    box-sizing: border-box; }
    .sn-li-l1 > a:visited,
    .hs-menu-depth-1 > a:visited {
      color: #383838; }
    .sn-li-l1 > a:hover,
    .hs-menu-depth-1 > a:hover {
      color: #9c1b35; }
  .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(ico-arrow-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.8823529412em;
    display: block;
    width: 40px;
    height: 50px;
    position: absolute;
    background-color: #f7f7f7;
    right: 0;
    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;
    background-image: url(ico-arrow-down.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 0.75em;
    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: #ffffff; }
  @media (min-width: 60em) {
    .sn-li-l1,
    .hs-menu-depth-1 {
      height: 2.5em;
      float: left;
      border-bottom: 0;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      flex-grow: 1;
      -ms-flex-positive: 1;
      text-align: center;
      background-color: transparent;
      margin-left: 1.375em;
      /*
    &:nth-child(1n) {
      width:20%;
    }
    &:nth-child(2n) {
      width:20%;
    }
    &:nth-child(3n) {
      width:20%;
    }
    &:nth-child(4n) {
      width:20%;
    }
    &:nth-child(5n) {
      width:20%;
    }*/ }
      .sn-li-l1:first-child,
      .hs-menu-depth-1:first-child {
        margin-left: 0; }
      .sn-li-l1 span,
      .hs-menu-depth-1 span {
        font-size: 1.0625em; }
      .sn-li-l1 > a,
      .hs-menu-depth-1 > a {
        padding: 0 0.5em;
        box-sizing: border-box;
        color: #383838;
        height: 2.5em;
        line-height: 2.5em; }
        .sn-li-l1 > a:hover,
        .hs-menu-depth-1 > a:hover {
          color: #9c1b35; }
      .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: 0;
        background-image: none;
        background-size: 0.625em;
        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: transparent; } }
  @media (min-width: 80em) {
    .sn-li-l1 span,
    .hs-menu-depth-1 span {
      font-size: 1.0625em; }
    .sn-li-l1 > a,
    .hs-menu-depth-1 > a {
      padding: 0 0.5em;
      box-sizing: border-box;
      color: #383838; }
      .sn-li-l1 > a:hover,
      .hs-menu-depth-1 > a:hover {
        color: #9c1b35; }
    .sn-li-l1:hover,
    .hs-menu-depth-1:hover {
      background-color: transparent; } }

.sn-level-2,
.hs-menu-children-wrapper {
  padding: 0;
  margin: 0;
  display: none;
  position: relative; }
  .sn-level-2.active,
  .hs-menu-children-wrapper.active {
    display: block; }
  @media (min-width: 60em) {
    .sn-level-2,
    .hs-menu-children-wrapper {
      position: absolute;
      top: 100%;
      left: 0.625em;
      z-index: 99;
      min-width: 18.75em;
      padding-top: 1px;
      text-align: left; }
      .sn-level-2.active,
      .hs-menu-children-wrapper.active {
        display: none; } }

.sn-li-l2, .sn-li-l3,
.hs-menu-depth-2 {
  background-color: #005290; }
  .sn-li-l2 > a, .sn-li-l3 > a,
  .hs-menu-depth-2 > a {
    padding: 0 1em 0 2.375em;
    box-sizing: border-box;
    color: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, 0);
    display: block;
    text-decoration: none;
    line-height: 3.125em; }
    .sn-li-l2 > a span, .sn-li-l3 > a span,
    .hs-menu-depth-2 > a span {
      font-size: 1em;
      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: #9c1b35; }
    .sn-li-l2:hover > a, .sn-li-l3:hover > a,
    .hs-menu-depth-2:hover > a {
      color: #ffffff; }
  @media (min-width: 60em) {
    .sn-li-l2, .sn-li-l3,
    .hs-menu-depth-2 {
      position: relative;
      background-color: #005290; }
      .sn-li-l2:first-child, .sn-li-l3:first-child,
      .hs-menu-depth-2:first-child {
        border-radius: 0 5px 0 0; }
      .sn-li-l2:last-child, .sn-li-l3:last-child,
      .hs-menu-depth-2:last-child {
        border-radius: 0 0 5px 5px; }
      .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(0, 0, 0, 0);
        border-right: 1px solid rgba(0, 0, 0, 0); }
        .sn-li-l2 > a span, .sn-li-l3 > a span,
        .hs-menu-depth-2 > a span {
          font-size: 1em; }
      .sn-li-l2:hover, .sn-li-l3:hover,
      .hs-menu-depth-2:hover {
        background-color: #9c1b35; }
        .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, .sn-li-l3,
    .hs-menu-depth-2 {
      background-color: #005290; }
      .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(0, 0, 0, 0);
        border-right: 1px solid rgba(0, 0, 0, 0); }
        .sn-li-l2 > a span, .sn-li-l3 > a span,
        .hs-menu-depth-2 > a span {
          font-size: 1em; }
      .sn-li-l2:hover, .sn-li-l3:hover,
      .hs-menu-depth-2:hover {
        background-color: #9c1b35; } }

.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: #ffffff;
  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;
      font-size: 1.171303074670571vw;
      display: inline-block;
      vertical-align: top;
      padding-right: 2.1875em;
      padding-left: 2.1875em;
      box-sizing: border-box; } }
  @media (min-width: 80em) {
    .site-nav-container {
      padding-right: 3.6875em;
      padding-left: 3.9375em;
      box-sizing: border-box; } }
  @media (min-width: 85.375em) {
    .site-nav-container {
      font-size: 1em; } }

.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 {
  display: inline-block;
  clear: both;
  position: relative;
  text-align: center;
  color: #005290 !important;
  font-family: "Roboto", sans-serif;
  padding: 0.25em 1em;
  padding-right: 2.0588235294em;
  box-sizing: border-box;
  margin: 0 auto;
  font-size: 1.0625em;
  font-weight: bold;
  background-color: #ffffff;
  border-radius: 0.1875em;
  text-decoration: none; }
  .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.4117647059em 1.4117647059em;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    width: 1.4117647059em;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute; }
  @media (min-width: 60em) {
    .close-menu {
      display: none; } }

.snc-header {
  text-align: right;
  padding: 1.25em 1em 1.625em;
  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: 73.5em;
  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-wide {
  max-width: 87.5em; }


/*============Side Navigation Test==============*/
.side-nav {
  margin: 0 auto; }
  .side-nav h3 {
    margin-top: 0; }

.sn-nav {
  max-width: 16.375em;
  overflow: hidden;
  margin-bottom: 3.125em; }
  .sn-nav li {
    background-color: #005290;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    position: relative; }
    .sn-nav li:first-child {
      border-radius: 5px 5px 0 0; }
    .sn-nav li:last-child {
      border-bottom: 0;
      border-radius: 0 0 5px 5px; }
    .sn-nav li.active {
      background-color: #9c1b35; }
    .sn-nav li a {
      color: #ffffff;
      display: block;
      font-size: 1.0625em;
      line-height: 1.5em;
      text-decoration: none;
      padding: 0.6875em 2.5em 0.6875em 1em;
      box-sizing: border-box;
      font-weight: 400; }
  .sn-nav .menu-item-has-children .m-subnav-arrow {
    cursor: pointer;
    padding-right: 0em;
    background-image: url(nav-down-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px 5px;
    display: block;
    width: 2.5em;
    height: 2.875em;
    position: absolute;
    background-color: transparent;
    right: 0;
    top: 0;
    bottom: 0; }
    .sn-nav .menu-item-has-children .m-subnav-arrow.active {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
  .sn-nav .menu-item-has-children ul {
    margin-bottom: 0;
    padding: 0;
    display: none;
    background-color: #ffffff; }
    .sn-nav .menu-item-has-children ul li {
      margin-bottom: 0;
      background-color: #ffffff;
      border-bottom: 0; }
      .sn-nav .menu-item-has-children ul li a {
        color: #000000;
        padding: 0.0625em 0;
        box-sizing: border-box;
        font-size: 1.0625em;
        line-height: 1.5625em;
        font-weight: 400; }
      .sn-nav .menu-item-has-children ul li:not([class]) {
        margin-bottom: 0;
        padding: 0; }
        .sn-nav .menu-item-has-children ul li:not([class]):after {
          display: none; }
      .sn-nav .menu-item-has-children ul li:hover a {
        color: #005290; }
    .sn-nav .menu-item-has-children ul:not([class]) {
      margin-bottom: 0; }
  .sn-nav .menu-item-has-children ul.active {
    display: block;
    background-color: #eeeeee;
    padding: 1em;
    box-sizing: border-box; }
    .sn-nav .menu-item-has-children ul.active li {
      background: transparent; }

.drop-down .sn-nav li {
  border-radius: 5px 5px; }

/*=============== Social Media Icons ===============*/
.social-wrap {
  overflow: hidden;
  /*span {
    background-color:$white;
    border-radius:3px;
    display:inline-block;
    padding:.15em;
    img {
      display:block;
      margin:0 auto;
    }
  }*/ }
  .social-wrap a {
    display: block;
    float: left;
    width: 25%;
    text-align: center;
    position: relative; }
    .social-wrap a path {
      -webkit-transition: all 0.1s linear;
      -moz-transition: all 0.1s linear;
      transition: all 0.1s linear; }
    .social-wrap a:hover {
      opacity: .75; }
      .social-wrap a:hover path {
        fill: #005290; }
  .social-wrap img {
    display: inline-block;
    margin: 0 auto;
    width: 1.1em;
    height: auto;
    vertical-align: middle; }
  .social-wrap svg {
    display: inline-block;
    vertical-align: middle; }



/*   end defaults   */
.site-wrap {
  background: #ffffff;
  position: relative;
  overflow: hidden;
  margin: 0 auto -24px;
  /*@include display(flex); //sticky footer
  @include flex-direction(column); //sticky footer
  min-height: 100%; //sticky footer*/ }

/*=============== 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; }

.site-nav-container .site-nav a.tse-remove-border:focus:not(:hover):not(:active) {
  outline: none;
  outline-offset: 0; }

.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-wrap {
  position: relative; }

.si-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  opacity: 0.17;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
  .si-bg:before {
    content: '';
    background-image: url(header-gradient-layer.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    opacity: 1;
    position: absolute;
    left: 0;
    top: 10.9375em;
    width: 100%;
    height: 9em; }
  .si-bg:after {
    content: '';
    background-color: #ffffff;
    opacity: 1;
    position: absolute;
    left: 0;
    top: 3.125em;
    width: 100%;
    height: 7.8125em; }
  @media (min-width: 60em) {
    .si-bg:before {
      top: 3.125em; }
    .si-bg:after {
      display: none; } }

.site-header {
  /* position: relative;
  z-index: 9999;*/ }
  @media (min-width: 60em) {
    .site-header {
      min-height: 6.25em; } }
  @media (min-width: 80em) {
    .site-header {
      min-height: 8.6875em; } }

.shw-top {
  background-color: #9d0032;
  position: relative;
  text-align: center; }
  .shw-top .inner-wrap, .shw-top .inner-wrap-narrow, .shw-top .inner-wrap-wide, .shw-top .inner-wrap-fullwidth {
    padding-top: 0;
    padding-bottom: 0; }

.sh-header .inner-wrap, .sh-header .inner-wrap-narrow, .sh-header .inner-wrap-wide, .sh-header .inner-wrap-fullwidth {
  padding-top: 1.25em;
  padding-bottom: 0; }

@media (min-width: 60em) {
  .sh-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .sh-header .inner-wrap, .sh-header .inner-wrap-narrow, .sh-header .inner-wrap-wide, .sh-header .inner-wrap-fullwidth {
      padding-top: 0;
      padding-bottom: 0; } }

.sh-top {
  position: relative; }
  @media (min-width: 60em) {
    .sh-top {
      padding-bottom: 1.5625em;
      font-size: 1.25vw;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .sh-top > * {
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        flex-grow: 1;
        -ms-flex-positive: 1; } }
  @media (min-width: 80em) {
    .sh-top {
      font-size: 1em;
      padding-left: 0.375em;
      padding-right: 0.375em;
      box-sizing: border-box;
      font-size: 1.171303074670571vw; } }
  @media (min-width: 85.375em) {
    .sh-top {
      font-size: 1em; } }

.site-logo {
  max-width: 11.5625em;
  width: 100%;
  margin: 0 auto 1.25em;
  display: block; }
  .site-logo img {
    display: block;
    width: 100%; }
  @media (min-width: 60em) {
    .site-logo {
      max-width: 14.375em;
      margin: 0;
      margin-left: 0.375em;
      margin-top: 0.3125em;
      margin-right: 2em; } }
  @media (min-width: 80em) {
    .site-logo {
      max-width: 13.1875em; } }
  @media (min-width: 85.375em) {
    .site-logo {
      max-width: 13.1875em;
      margin-right: 2em; } }
  @media (min-width: 87.5em) {
    .site-logo {
      max-width: 15.4375em;
      margin-right: 3em; } }

.shwt-heading {
  display: block;
  text-align: center;
  font-size: 1.25em;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.2em;
  padding-top: 0.55em;
  padding-bottom: 0.65em; }
  .shwt-heading > span {
    font-size: 1.2em;
    line-height: 1em; }
.shwt-heading a{
  color: #ffffff;
  text-decoration: none;
}
@media (min-width: 60em) {
  .sh-sticky-wrap.stuck {
    background-color: #ffffff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99; } }

.sh-utility-nav {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 1.125em;
  padding-bottom: 1.1875em; }
  .sh-utility-nav::before, .sh-utility-nav::after {
    content: '';
    background-color: rgba(0, 0, 0, 0.1);
    width: 300%;
    height: 1px;
    position: absolute;
    left: -150%; }
  .sh-utility-nav::before {
    top: 0; }
  .sh-utility-nav::after {
    bottom: 0; }
  .sh-utility-nav > span {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    text-align: center;
    width: 16.66666666666667%; }
    .sh-utility-nav > span:first-child {
      width: 11%; }
  @media (min-width: 60em) {
    .sh-utility-nav {
      display: inline-block;
      vertical-align: top;
      width: 36.5%;
      padding-top: 1.75em; }
      .sh-utility-nav::before, .sh-utility-nav::after {
        display: none; }
      .sh-utility-nav > span {
        display: inline-block;
        vertical-align: top;
        width: auto !important; } }
  @media (min-width: 80em) {
    .sh-utility-nav {
      width: 44.5%; } }

@media (min-width: 60em) {
  .sh-ico-search-wrap {
    display: none !important; } }

.sh-email {
  background-image: url(ico-mail.svg);
  background-repeat: no-repeat;
  background-size: 1.5em;
  background-position: center;
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  vertical-align: top;
  color: #383838;
  text-decoration: none; }
  .sh-email > span {
    display: none;
    font-size: 1em;
    line-height: 1.625em; }
  .sh-email:hover {
    color: #9c1b35;
    background-image: url(ico-mail-hover.svg); }
  @media (min-width: 60em) {
    .sh-email {
      margin-right: 0.75em; } }
  @media (min-width: 80em) {
    .sh-email {
      width: auto;
      height: auto;
      background-position: left center;
      padding-left: 1.5em;
      box-sizing: border-box;
      background-size: 1.25em; }
      .sh-email > span {
        display: block; }
      .sh-email:focus {
        outline: 2px dashed blue !important;
        text-decoration: underline;
        color: #9c1b35; } }

.sh-ph {
  background-image: url(ico-phone.svg);
  background-repeat: no-repeat;
  background-size: 1.5em;
  background-position: center;
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  vertical-align: top;
  color: #383838;
  text-decoration: none; }
  .sh-ph > span {
    display: none;
    font-size: 1em;
    line-height: 1.625em; }
  .sh-ph:hover {
    color: #9c1b35;
    background-image: url(ico-phone-hover.svg); }
  @media (min-width: 60em) {
    .sh-ph {
      margin-right: 0.875em; } }
  @media (min-width: 80em) {
    .sh-ph {
      width: auto;
      height: auto;
      background-position: left center;
      padding-left: 1.5em;
      box-sizing: border-box;
      background-size: 1.375em; }
      .sh-ph > span {
        display: block; }
      .sh-ph:focus {
        outline: 2px dashed blue !important;
        text-decoration: underline;
        color: #9c1b35; } }

.sh-login {
  background-image: url(ico-user.svg);
  background-repeat: no-repeat;
  background-size: 1.5em;
  background-position: center;
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  vertical-align: top;
  color: #383838;
  text-decoration: none; }
  .sh-login > span {
    display: none;
    font-size: 0.9375em;
    line-height: 1.5625em; }
  .sh-login:hover {
    color: #9c1b35;
    background-image: url(ico-user-hover.svg); }
  @media (min-width: 60em) {
    .sh-login {
      margin-right: 0.875em; } }
  @media (min-width: 80em) {
    .sh-login {
      width: auto;
      height: auto;
      background-position: left center;
      padding-left: 2.25em;
      box-sizing: border-box;
      background-size: 1.625em; }
      .sh-login > span {
        display: block; } }

.sh-rfq {
  display: inline-block;
  vertical-align: top;
  text-decoration: underline;
  color: #9c1b35;  }
  .sh-rfq > span {
    font-size: #small-font-size;
    line-height: 1em;
    font-weight: bold; }
    .sh-rfq > span.dest {
      display: none; }
  @media (min-width: 60em) {
    .sh-rfq {
      margin-left: 1.5em;
      margin-top: 0.25em; }
      .sh-rfq > span.dest {
        display: block; }
      .sh-rfq > span.mobile {
        display: none; }
      .sh-rfq:hover {
        color: #005290; } }

.sh-search-wraper {
  display: none; }
  @media (min-width: 60em) {
    .sh-search-wraper {
      display: block;
      padding-top: 1.25em; } }

.sh-deals-wrap {
  display: none; }
  .sh-deals-wrap > a {
    font-weight: bold;
    font-size: 1em;
    color: #383838;
    text-decoration: none; }
  @media (min-width: 60em) {
    .sh-deals-wrap {
      display: inline-block;
      vertical-align: top;
      padding-left: 0.5em;
      box-sizing: border-box; } }

/*.sh-top{
#google_translate_element{
  display: none;
  @include mq(large){
    display: block;
    vertical-align: top;
  }
}
}*/
.sh-ico-search {
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto; }
  .sh-ico-search img {
    display: block;
    width: 100%; }

.sh-ico-menu {
  width: 1.25em;
  height: 0.9375em;
  display: block;
  margin-top: 0.375em; }
  .sh-ico-menu img {
    display: block;
    width: 100%; }
  @media (min-width: 60em) {
    .sh-ico-menu {
      display: none; } }

@media (min-width: 60em) {
  .sh-google-translate-wrap {
    width: 16.27%;
    padding-top: 1.25em; } }

@media (min-width: 60em) {
  .sh-search-wraper {
    width: 18%; } }

.shs-search {
  max-width: 14em;
  width: 100%;
  margin: 0;
  border: 1px solid #eff0f1;
  border-radius: 3px;
  display: table;
  margin-left: 0.75em;
  background-color: #ffffff;
  position: relative; }
  .shs-search::before {
    content: '';
    background-color: #eff0f1;
    width: 1px;
    height: 1.25em;
    position: absolute;
    right: 2.3125em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2; }
  .shs-search .search-form input[type="submit"] {
    background-image: url(search-off.svg) !important;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: center;
    height: 2.375em;
    font-size: 1em;
    width: 2.3125em;
    cursor: pointer; }
  .shs-search .search-form input.search-text {
    box-shadow: none;
    border: none;
    font-size: 0.9375em;
    font-family: "Roboto", sans-serif;
    padding-top: 0.6666666667em;
    padding-bottom: 0.6666666667em;
    line-height: 1.25em; }
    .shs-search .search-form input.search-text ::-webkit-input-placeholder {
      color: rgba(56, 56, 56, 0.75); }
    .shs-search .search-form input.search-text :-moz-placeholder {
      color: rgba(56, 56, 56, 0.75); }
    .shs-search .search-form input.search-text ::-moz-placeholder {
      color: rgba(56, 56, 56, 0.75); }
    .shs-search .search-form input.search-text :-ms-input-placeholder {
      color: rgba(56, 56, 56, 0.75); }




/*=============== Site Footer ===============*/
.site-footer {
  background-color: #eff0f1;
  text-align: center;
  color: #383838; }
  .site-footer .inner-wrap, .site-footer .inner-wrap-narrow, .site-footer .inner-wrap-wide, .site-footer .inner-wrap-fullwidth {
    padding-bottom: 0;
    padding-top: 3.4375em; }
  @media (min-width: 60em) {
    .site-footer {
      text-align: left; } }

.sf-top > div {
  padding-bottom: 2.0625em; }

@media (min-width: 60em) {
  .sf-top {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 2.0625em; }
    .sf-top > div {
      padding-bottom: 0;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      flex-grow: 1;
      -ms-flex-positive: 1;
      width: 32%;
      margin-left: 2.12%; }
      .sf-top > div:first-child {
        margin-left: 0;
        padding-top: 4.25em; } }

.sf-logo {
  display: block;
  max-width: 19em;
  width: 100%;
  margin: 0 auto; }
  .sf-logo img {
    display: block;
    width: 100%; }
  @media (min-width: 60em) {
    .sf-logo {
      margin: 0; } }
.sf-pro-link ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.sf-links .sf-link {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-col > div {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 1.5625em; }

.sf-heading {
  font-family: "Roboto", sans-serif;
  line-height: 1.25;
  text-transform: uppercase;
  color: #005290;
  font-size: 1.125em;
  margin-bottom: 0.7777777778em;
  margin-top: 0; }

.sf-contact {
  max-width: 16.25em;
  width: 100%;
  margin: 0 auto;
  text-align: left; }
  .sf-contact > span {
    display: block;
    padding-bottom: 0.5em; }
  @media (min-width: 60em) {
    .sf-contact {
      max-width: 22.5em;
      margin: 0; } }

.sf-address {
  font-style: normal;
  font-size: 1em;
  line-height: 1.625em;
  color: #383838;
  text-transform: uppercase;
  padding-left: 1.875em;
  box-sizing: border-box;
  background-image: url(location.svg);
  background-repeat: no-repeat;
  background-position: 5px 4px;
  background-size: 13px 18px;
  padding-bottom: 1.0625em; }

.sf-ph {
  font-size: 1em;
  line-height: 1.625em;
  padding-left: 1.875em;
  box-sizing: border-box;
  background-image: url(ico-phone.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 24px 24px; }
  .sf-ph > a {
    color: #383838;
    text-decoration: none; }
    .sf-ph > a:hover {
      text-decoration: underline;
      color: #9c1b35; }
    .sf-ph > a:focus {
      outline: 2px dashed blue !important;
      text-decoration: underline;
      color: #9c1b35; }

.sf-fax {
  font-size: 1em;
  line-height: 1.625em;
  padding-left: 1.875em;
  box-sizing: border-box;
  background-image: url(fax.svg);
  background-repeat: no-repeat;
  background-position: 3px 5px;
  background-size: 18px 18px; }

.sf-email {
  font-size: 1em;
  line-height: 1.625em;
  padding-left: 1.875em;
  background-image: url(ico-mail.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 24px 24px; }
  .sf-email > a {
    color: #383838;
    text-decoration: none; }
    .sf-email > a:hover {
      text-decoration: underline;
      color: #9c1b35; }
    .sf-email > a:focus {
      outline: 2px dashed blue !important;
      text-decoration: underline;
      color: #9c1b35; }

.sfp-link > li {
  display: inline-block;
  width: 49%;
  margin-bottom: 0.5em; }
  .sfp-link > li > a {
    color: #383838;
    text-decoration: none;
    line-height: 1.625em; }
    .sfp-link > li > a:hover, .sfp-link > li > a:focus {
      color: #9c1b35;
      text-decoration: underline; }

.sf-bottom {
  padding-bottom: 2.5625em; }
  @media (min-width: 60em) {
    .sf-bottom {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .sf-bottom > div {
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        flex-grow: 1;
        -ms-flex-positive: 1; }
        .sf-bottom > div.sf-links {
          width: 77%; }
        .sf-bottom > div.sf-social {
          width: 23%;
          text-align: right; } }

.sf-links {
  padding-bottom: 2.5em; }
  @media (min-width: 60em) {
    .sf-links {
      padding-bottom: 0; } }

.sf-link > li > a {
  display: inline-block;
  font-weight: bold;
  font-size: 1.0625em;
  line-height: 1.5882352941em;
  color: #005290;
  text-decoration: none; }
  .sf-link > li > a:hover, .sf-link > li > a:focus {
    color: #9c1b35;
    text-decoration: underline; }

@media (min-width: 60em) {
  .sf-link {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none; }
    .sf-link > li {
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      flex-grow: 1;
      -ms-flex-positive: 1;
      text-align: left;
      margin-left: 0.625em; }
      .sf-link > li > a {
        display: inline-block;
        font-weight: bold;
        font-size: 1.0625em;
        line-height: 1.5882352941em;
        color: #005290;
        text-decoration: none; }
        .sf-link > li > a:hover {
          color: #9c1b35; }
      .sf-link > li:first-child {
        margin-left: 0; } }

.sf-social {
  max-width: 15em;
  width: 100%;
  margin: 0 auto 1.5625em; }
  .sf-social > a {
    max-width: 1.5625em;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.25em; }
    .sf-social > a img {
      display: block;
      width: 100%; }
  @media (min-width: 60em) {
    .sf-social {
      max-width: 100%;
      margin: 0;
      padding-right: 1.0625em;
      box-sizing: border-box; }
      .sf-social > a {
        margin: 0;
        margin-left: 0.625em; } }

.sf-small {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  padding-bottom: 0.875em;
  padding-top: 1.5625em; }
  .sf-small p {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 1em;
    line-height: 1.625em; }
    .sf-small p > a {
      color: #005290;
      text-decoration: none; }
      .sf-small p > a:hover, .sf-small p > a:focus {
        color: #9c1b35;
        text-decoration: underline; }



/*=============== 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; }
  @media (min-width: 60em) {
    .search-cell1 {
      width: 92%; } }

.search-cell2 {
  display: table-cell;
  width: 3.75em;
  border: 0;
  vertical-align: middle; }
  @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 #eeeeee;
  float: left;
  padding-left: .5em;
    font-family: "Roboto", sans-serif;
    box-sizing: border-box;
    font-size: 1.0625em;
  margin-bottom: 0 !important; }
  .search-text:focus {
    border: 0;
    box-shadow: none !important; }

.search-submit {
  width: 100%;
  height: 2.3em;
  border: 0;
  float: right;
  background: url(ico-search.svg) no-repeat center center !important;
  cursor: pointer; }
  .search-submit:hover {
    border: 0 !important; }
  .search-submit:focus {
    outline: none; }

@media (min-width: 40em) {
  .site-search {
    width: 100%; }
  .search-text {
    height: 2.3em; }
  .search-submit {
    height: 2.3em; } }

.search-module {
  background-color: #005290;
  height: 4em;
  margin-top: -4em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.47);
  position: fixed;
  left: 0;
  right: 0;
  z-index: -1;
  -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;
    z-index: 10000; }
  .search-module .inner-wrap {
    padding: 0.8125em 1.5em;
    box-sizing: border-box; }

.search-exit img {
  width: 1.1875em; }

@media (min-width: 60em) {
  .search-exit {
    margin-bottom: 0px; } }



/*================== Inner page style =============*/


.bold {
  font-weight: bold;
  color: #005290; }

.blockquote-text {
  background-color: #eff0f1;
  position: relative;
  padding-left: 1.5625em;
  padding-right: 1.5625em;
  padding-top: 9.375em;
  padding-bottom: 1.875em;
  box-sizing: border-box;
  margin-bottom: 2.625em;
  margin-top: 2.625em;
  text-align: center;
  border-radius: 5px; }
  .blockquote-text::before {
    content: '';
    background-image: url(quoat.png);
    background-repeat: no-repeat;
    background-size: 65px 55px;
    width: 4.375em;
    height: 4.375em;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 3em; }
  .blockquote-text > span {
    font-size: 1.375em;
    line-height: 1.4545454545em; }
  @media (min-width: 40em) {
    .blockquote-text {
      padding-left: 10.25em;
      padding-right: 5.625em;
      padding-top: 1.875em;
      padding-bottom: 1.875em;
      box-sizing: border-box;
      text-align: left; }
      .blockquote-text::before {
        top: 50%;
        right: auto;
        left: 3em;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); } }

.color-red {
  color: #9c1b35; }

#language {
  display: inline-block;
  height: 2.5em !important;
  float: left;
  vertical-align: top;
  width: 12.5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #ffffff url(select-arrow.png) no-repeat 94% center;
  position: relative; }
  #language::before {
    content: '';
    background-image: url(g-translate-icon.svg);
    background-repeat: no-repeat;
    background-size: 1.5625em 1.5625em;
    background-position: center;
    width: 1.5625em;
    height: 1.5625em;
    position: absolute;
    left: 0.625em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  #language::after {
    content: '';
    background-color: #eff0f1;
    width: 0.0625em;
    height: 1.25em;
    position: absolute;
    right: 2.1875em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  #language .goog-te-gadget-icon {
    display: none; }
  #language .goog-te-gadget {
    font-weight: 400;
    color: transparent;
    font-size: 0.9375em; }
    #language .goog-te-gadget .goog-te-combo,
    #language .goog-te-gadget .goog-te-gadget-simple {
      color: rgba(56, 56, 56, 0.5);
      height: 2.6666666667em !important;
      -moz-appearance: none;
      -webkit-appearance: none;
      border: 1px solid #eff0f1 !important;
      box-shadow: none;
      appearance: none;
      border: none;
      padding: 0 0.6em 0 2.7333333333em !important;
      box-sizing: border-box;
      font-size: 1em;
      background: #ffffff url(select-arrow.png) no-repeat 94% center;
      font-family: "Roboto", sans-serif;
      margin: 0;
      width: 100%;
      text-transform: none; }
    #language .goog-te-gadget > span {
      display: none; }
    #language .goog-te-gadget a {
      display: inline-block;
      vertical-align: top;
      color: rgba(56, 56, 56, 0.5);
      font-family: "Roboto", sans-serif;
      font-size: 1em;
      padding: 0.875em 1.5em 1.0625em;
      box-sizing: border-box;
      background: #ffffff url(select-arrow.png) no-repeat right center;
      margin: 0;
      width: 100%;
      text-transform: none; }
      #language .goog-te-gadget a img {
        display: none; }
      #language .goog-te-gadget a span {
        display: none; }
        #language .goog-te-gadget a span:first-child {
          display: block; }
  @media (min-width: 60em) {
    #language {
      margin-left: 1.125em;
      float: none; } }
