@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Oswald:300,400,500,600,700');
body {
  -webkit-font-smoothing: antialiased;
  background-color: #000000;
  color: #333;
  font-family: Lato;
  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: #023f88;
  text-align: left; }
  .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; } }
  @media (min-width: 80em) {
    .site-nav,
    #hs_menu_wrapper_primary_nav {
      background-color: transparent; } }

.sn-level-1,
#hs_menu_wrapper_primary_nav > ul {
  margin: 0;
  padding: 2.4375em 0 0; 
  list-style-type:none;
}
  @media (min-width: 60em) {
    .sn-level-1,
    #hs_menu_wrapper_primary_nav > ul {
      height: 3.6875em;
      padding: 0 0 0;
      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 #888888;
  background-color: #023f88;
  position: relative; }
  .sn-li-l1:last-child,
  .hs-menu-depth-1:last-child {
    border-bottom: none; }
  .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.6875em;
    line-height: 3.6875em;
    color: #ed1c24;
    text-decoration: none;
    padding: 0 1.1875em; }
    .sn-li-l1 > a:visited,
    .hs-menu-depth-1 > a:visited {
      color: #ffffff; }
    .sn-li-l1 > a:hover,
    .hs-menu-depth-1 > a:hover {
      color: #ffffff; }
  .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;
    display: none;
    padding-right: 0em;
    background-image: url(ico-arrow-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.75em;
    display: block;
    width: 40px;
    position: absolute;
    background-color: #023879;
    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); }
    @media (min-width: 60em) {
      .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: 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: transparent; }
  @media (min-width: 60em) {
    .sn-li-l1,
    .hs-menu-depth-1 {
      height: 3.6875em;
      float: left;
      border-bottom: 0;
      background-color: transparent;
      text-align: center;
      /*
    &: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 span,
      .hs-menu-depth-1 span {
        font-size: 1.0625em; }
      .sn-li-l1 > a,
      .hs-menu-depth-1 > a {
        padding: 0 0.875em 35px;
        color: #ffffff; }
        .sn-li-l1 > a:hover,
        .hs-menu-depth-1 > a:hover {
          color: #ffffff; }
      .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; }
      .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 {
        display: inline;
        background-image: none; }
      .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; }
        .sn-li-l1:hover.menu-item-has-children > a,
        .hs-menu-depth-1:hover.menu-item-has-children > a {
          font-weight: 700; }
          .sn-li-l1:hover.menu-item-has-children > a span,
          .hs-menu-depth-1:hover.menu-item-has-children > a span {
            background-image: url(ico-arrow-down.png);
            background-repeat: no-repeat;
            display: inline-block;
            background-size: auto;
            background-position: center bottom;
            padding-bottom: 0.5em; } }
  @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.875em 35px;
      color: #ffffff; }
      .sn-li-l1 > a:hover,
      .hs-menu-depth-1 > a:hover {
        color: #ffffff;
        font-weight: 700; }
    .sn-li-l1:hover,
    .hs-menu-depth-1:hover {
      background-color: transparent; }
      .sn-li-l1:hover a,
      .hs-menu-depth-1:hover a {
        font-weight: 700; } }

.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;
      text-align: left;
      width: 18.75em;
      z-index: 8; }
      .sn-level-2.active,
      .hs-menu-children-wrapper.active {
        display: none; } }

.sn-li-l2, .sn-li-l3,
.hs-menu-depth-2 {
  background-color: #ffffff; 
  list-style-type:none;
}
  .sn-li-l2 > a, .sn-li-l3 > a,
  .hs-menu-depth-2 > a {
    padding: 0 1em;
    color: #000000;
    border-top: 1px solid #888888;
    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: #c61017; }
    .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: #ffffff; }
      .sn-li-l2 > a, .sn-li-l3 > a,
      .hs-menu-depth-2 > a {
        padding: 0.1875em 1.125em 0.125em;
        line-height: 3.125em;
        border-top: transparent;
        border-right: transparent;
        border-bottom: 1px solid #888888;
        color: rgba(0, 0, 0, 0.7);
        font-weight: 400 !important; }
        .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: #c61017; }
        .sn-li-l2:hover .sn-level-3, .sn-li-l3:hover .sn-level-3,
        .hs-menu-depth-2:hover .sn-level-3 {
          display: block;
          margin: -1.5625em;
          padding: 1.5625em; } }
  @media (min-width: 80em) {
    .sn-li-l2, .sn-li-l3,
    .hs-menu-depth-2 {
      background-color: #ffffff; }
      .sn-li-l2 > a, .sn-li-l3 > a,
      .hs-menu-depth-2 > a {
        line-height: 3.125em; }
        .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: #c61017; } }

.sn-level-3 {
  padding: 0;
  margin: 0;
  padding-top: 1px;
  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: #023f88;
  width: 100%;
  height: 100%;
  right: 0;
  top: -1000px;
  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;
    top: -108px; }
  @media (min-width: 60em) {
    .site-nav-container {
      width: auto;
      height: auto;
      right: auto;
      bottom: auto;
      top: auto;
      position: static;
      background-color: transparent;
      float: right;
      margin-right: 21%; } }

.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: #023f88 !important;
  width: 20px;
  height: 20px; }
  .close-menu:visited {
    color: #ffffff; }
  .close-menu:hover {
    color: #ffffff; }
  .close-menu:after {
    content: '';
    background-color: transparent;
    background-image: url(ico-close.png);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    width: 1.25em;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute; }
  @media (min-width: 60em) {
    .close-menu {
      display: none; } }

.snc-header {
  text-align: right;
  background-color: #023f88;
  padding: 1.3125em; }
  @media (min-width: 60em) {
    .snc-header {
      padding: 0; } }

/*
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{
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em 1em 1.5em 1em; }
  .inner-wrap::after{
    clear: both;
    content: "";
    display: table; }
  .inner-wrap > *:first-child{
    margin-top: 0; }
  .inner-wrap > *:last-child{
    margin-bottom: 0; }
  @media (min-width: 40em) {
    .inner-wrap{
      padding: 2.5em 1.5em 2.5em 1.5em; } }


/*=============== Sections ===============*/
.section-header-wrap {
  background-color: #eeeeee; }
  .section-header-wrap .inner-wrap, .section-header-wrap .inner-wrap-narrow, .section-header-wrap .inner-wrap-wide, .section-header-wrap .inner-wrap-fullwidth {
    padding-top: 1.5em;
    padding-bottom: 1.5em; }

/*=============== Site Header ===============*/
.site-header-wrap {
  background-image: url(bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.site-header {
  background-color: rgba(0, 0, 0, 0.5); }
  @media (min-width: 60em) {
    .site-header {
      height: 10.6875em; } }

.si-header-top {
  text-align: right;
  border-bottom: 1px solid #ffffff;
  height: 6.75em; }
  .si-header-top .inner-wrap{
    padding-top: 0.8125em;
    padding-bottom: 0.5625em;
    position: relative; }
  @media (min-width: 60em) {
    .si-header-top {
      border-bottom: 1px solid #737373;
      height: auto; }
      .si-header-top .inner-wrap {
        padding-top: 0;
        padding-bottom: 0; } }

.site-logo {
  float: left;
  max-width: 10.6875em;
  width: 4.1875em; }
  @media (min-width: 60em) {
    .site-logo {
      position: absolute;
      left: 1.3125em;
      top: 1.4375em;
      width: 12%;
      z-index: 1; } }
  @media (min-width: 80em) {
    .site-logo {
      width: auto; } }

@media (min-width: 60em) {
  .sh-sticky-wrap {
    height: 171px;
    transition: all  0.25s ease-in-out 0s; }
    .sh-sticky-wrap.stuck {
      background-color: black;
      left: 0;
      padding-top: 0;
      position: fixed;
      right: 0;
      text-align: left;
      top: 0;
      z-index: 9999; } }

.sh-utility-nav {
  overflow: hidden;
  padding: 1.5em 0; }
  @media (min-width: 60em) {
    .sh-utility-nav {
      padding: 0.6875em 2.875em 0 0;
      display: inline-block;
      vertical-align: top; } }

.sh-icons {
  float: right; }

.sh-ph {
  background-image: url("phone.svg");
  background-position: 0 0.25em;
  background-repeat: no-repeat;
  color: white;
  font-weight: 400;
  padding: 0 0 0.4375em 1.5625em;
  text-decoration: none; }
  .sh-ph:hover {
    color: white; }
  @media (min-width: 60em) {
    .sh-ph {
      background-position: 0 0.1875em;
      padding: 0 0 0.4375em 1.6875em; } }

.sh-email {
  background-image: url("mail.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
  height: 1.25em;
  margin: 0.3125em 2.875em 0 0;
  vertical-align: top;
  width: 1.6875em; }
  .sh-email:hover {
    background-image: url("mail-hover.svg"); }
  @media (min-width: 60em) {
    .sh-email {
      margin: 0.1875em 1.75em 0 0;
      position: relative; }
      .sh-email:after {
        color: #ffffff;
        content: "|";
        position: absolute;
        right: -1.125em;
        top: -0.1875em; } }

.sh-ico-search {
  background-image: url(ico-search.png);
  background-repeat: no-repeat;
  width: 1.3125em;
  height: 1.3125em;
  display: inline-block;
  vertical-align: top;
  margin-top: 1.0625em;
  float: right; }
  .sh-ico-search.active {
    background-image: url(ico-exit.svg); }

.sh-ico-menu {
  background-image: url(ico-nav.png);
  width: 1.5625em;
  height: 1.25em;
  display: inline-block;
  float: left;
  vertical-align: top;
  margin: 1.125em 0 0 0 !important; }
  @media (min-width: 60em) {
    .sh-ico-menu {
      display: none; } }

.si-header-bottom {
  text-align: center; }
  .si-header-bottom .inner-wrap, .si-header-bottom .inner-wrap-narrow, .si-header-bottom .inner-wrap-wide, .si-header-bottom .inner-wrap-fullwidth {
    padding-bottom: 0;
    padding-top: 0;
    position: relative; }
  .si-header-bottom .btn-alt, .si-header-bottom .btn-alt-download, .si-header-bottom .btn-alt-arrow {
    padding: 1.1875em 1.875em 1.5em 1.75em; }
  @media (min-width: 60em) {
    .si-header-bottom {
      padding-top: 1.6875em; }
      .si-header-bottom .sh-ico-search {
        display: none; }
      .si-header-bottom .btn-alt, .si-header-bottom .btn-alt-download, .si-header-bottom .btn-alt-arrow {
        position: absolute;
        right: 1.875em;
        top: 0.125em; } }

.si-nav-link {
  display: none;
  margin: 0 1.875em 0 0; }
  .si-nav-link a {
    text-decoration: none;
    color: #ffffff;
    margin: 0 0 0 1.6875em;
    position: relative; }
    .si-nav-link a:after {
      content: "|";
      position: absolute;
      right: -1.0625em;
      top: -0.125em;
      color: #ffffff;
      cursor: default; }
    .si-nav-link a:hover {
      color: #ed1c24; }
  @media (min-width: 60em) {
    .si-nav-link {
      display: inline-block;
      vertical-align: top; } }




/*=============== Site Footer ===============*/

/*=============== Site Footer ===============*/
.site-footer {
  text-align: center; 
  margin-bottom:-25px;

}

.sf-nav-links {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.site-footer .sf-address, .site-footer .sf-contact, .site-footer .sf-nav, .site-footer .sf-logo {
    margin: 0 0 1.25em 0; }
    .site-footer .sf-address a:hover, .site-footer .sf-contact a:hover, .site-footer .sf-nav a:hover, .site-footer .sf-logo a:hover {
      text-decoration: underline;
      color: #ed1c24; }
    @media (min-width: 40em) {
      .site-footer .sf-address, .site-footer .sf-contact, .site-footer .sf-nav, .site-footer .sf-logo {
        display: inline-block;
        vertical-align: top;
        width: 49%; } }
    @media (min-width: 60em) {
      .site-footer .sf-address, .site-footer .sf-contact, .site-footer .sf-nav, .site-footer .sf-logo {
        width: auto;
        margin: 0;
        padding-top: 5.3125em; } }
  @media (min-width: 60em) {
    .site-footer .sf-address {
      float: left;
      line-height: 1.625em;
      text-align: left;
      position: relative; }
      .site-footer .sf-address:after {
        background-color: #c7c7c9;
        content: "";
        height: 74%;
        position: absolute;
        right: -0.875em;
        top: 4em;
        width: 0.0625em; } }
    @media (min-width: 60em) and (min-width: 80em) {
      .site-footer .sf-address:after {
        right: -2.8125em; } }
  .site-footer .sf-contact a {
    color: #000000;
    text-decoration: none; }
  @media (min-width: 60em) {
    .site-footer .sf-contact {
      text-align: left;
      line-height: 1.625em;
      position: relative; }
      .site-footer .sf-contact:after {
        background-color: #c7c7c9;
        content: "";
        height: 74%;
        position: absolute;
        right: -0.625em;
        top: 4em;
        width: 0.0625em; } }
    @media (min-width: 60em) and (min-width: 80em) {
      .site-footer .sf-contact:after {
        right: -2.3125em; } }
  .site-footer .sf-nav {
    text-align: left; 
    list-style-type:none;
  }
    .site-footer .sf-nav .sf-nav-links li {
      margin-bottom: 0.1875em; }
    .site-footer .sf-nav .sf-nav-links a {
      color: #000000;
      font-size: 16px;
      line-height: 16px;
      text-decoration: none; }
      .site-footer .sf-nav .sf-nav-links a:hover {
        text-decoration: underline;
        color: #ed1c24; }
    @media (min-width: 60em) {
      .site-footer .sf-nav {
        text-align: left;
        margin: 0 1.25em 1.8125em; } }
    @media (min-width: 80em) {
      .site-footer .sf-nav {
        text-align: left;
        margin: 0 3.625em 1.8125em 4.75em; } }
  .site-footer .sf-logo img {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    max-width: 4.6875em; }
    @media (min-width: 60em) {
      .site-footer .sf-logo img {
        margin: 0 0.25em 0; } }
    @media (min-width: 80em) {
      .site-footer .sf-logo img {
        margin: 0 0.25em 0 0.8125em; } }
  .site-footer .si-footer-info {
    text-align: left;
    background-color: white; }
    .site-footer .si-footer-info .inner-wrap, .site-footer .si-footer-info .inner-wrap-narrow, .site-footer .si-footer-info .inner-wrap-wide, .site-footer .si-footer-info .inner-wrap-fullwidth {
      padding-bottom: 1.5em;
      padding-top: 1.875em; }
      .site-footer .si-footer-info .inner-wrap include mq(xlarge), .site-footer .si-footer-info .inner-wrap-narrow include mq(xlarge), .site-footer .si-footer-info .inner-wrap-wide include mq(xlarge), .site-footer .si-footer-info .inner-wrap-fullwidth include mq(xlarge) {
        padding-top: 0; }
    @media (min-width: 60em) {
      .site-footer .si-footer-info {
        margin: 0 auto;
        max-width: 60em;
        text-align: right; } }
    @media (min-width: 80em) {
      .site-footer .si-footer-info {
        max-width: none; } }
  .site-footer .thomas-info {
    background-color: #000000;
    color: #ffffff; }
    .site-footer .thomas-info .inner-wrap, .site-footer .thomas-info .inner-wrap-narrow, .site-footer .thomas-info .inner-wrap-wide, .site-footer .thomas-info .inner-wrap-fullwidth {
      padding-top: 1em;
      padding-bottom: 1.25em; }
    .site-footer .thomas-info a {
      color: #ffffff; }
      .site-footer .thomas-info a:hover {
        text-decoration: none; }

img[name=pphLoggerImage] {
  display: none; }

/*=============== Search ===============*/
.search-table {
  display: table;
  width: 100%;
  float: right;
  padding: 0; }

.search-row {
  display: table-row;
  width: 100%; }

.search-cell1 {
  display: table-cell;
  padding-right: 0.4375em; }

.search-cell2 {
  display: table-cell;
  width: 2.1875em;
  border: 0; }

.search-text {
  font-size: 1em !important;
  width: 100%;
  height: 2.3em;
  border: none !important;
  float: left;
  padding-left: .5em;
  margin-bottom: 0 !important;
  box-shadow: none !important; 
  color:rgb(51,​ 51,​ 51) !important;



}

.search-submit {
  width: 100%;
  height: 2.3em;
  border: 0;
  float: right;
  background: url(ico-search-blue.png) no-repeat center center !important; }

@media (min-width: 40em) {
  .site-search {
    width: 100%; }
  .search-text {
    height: 2.3em; }
  .search-submit {
    height: 2.3em; } }

.search-module {
  background-color: #ffffff;
  height: auto;
  position: absolute;
  right: 15px;
  bottom: -106px;
  display: none;
  z-index: 10000;
  width: 244px;
  height: 39px;
  padding: 5px 12px;
  -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 {
    display: block; }
  @media (min-width: 60em) {
    .search-module {
      display: block;
      bottom: 0;
      right: 7px;
      position: relative;
      float: right; } }

.search-exit {
  float: right;
  margin-left: 10px;
  margin-bottom: 5px;
  top: 0;
  right: 0; }



.link {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #023f88;
  padding-bottom: 0.625em; }
  @media (min-width: 40em) {
    .link {
      display: none; } }

.info-module {
  text-align: center; }
  .info-module .im-item {
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: 50%;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top; }
    .info-module .im-item:after {
      content: "";
      width: 1px;
      height: 100%;
      background-color: #ffffff;
      position: absolute;
      top: 0;
      right: 0;
      display: none; }
      @media (min-width: 60em) {
        .info-module .im-item:after {
          display: inline-block; } }
    .info-module .im-item img {
      display: block;
      width: 100%;
      margin: 0 auto; }
    @media (min-width: 60em) {
      .info-module .im-item {
        width: 25%; }
        .info-module .im-item:last-child:after {
          display: none; }
        .info-module .im-item:hover .im-item-inner-wrap {
          background-color: transparent; }
        .info-module .im-item:hover .im-item-title {
          display: none; } }
    .info-module .im-item .im-item-title {
      color: #ffffff;
      font-size: 1.0625em;
      font-weight: 700;
      left: 0;
      line-height: 1.2352941176em;
      margin: auto;
      padding: 1em 0;
      position: absolute;
      right: 0;
      text-align: center;
      top: 52%;
      transform: translateY(-50%);
      width: 100%;
      text-transform: capitalize; 
      font-family: Oswald;
    }
      @media (min-width: 60em) {
        .info-module .im-item .im-item-title {
          font-size: 1.5625em;
          line-height: 2.48em; } }
      .info-module .im-item .im-item-title img {
        width: auto;
        margin: 0 auto 0.76em; }
      .info-module .im-item .im-item-title span {
        display: inline-block;
        width: 80%; }
    .info-module .im-item .im-item-inner-wrap {
      background-color: rgba(2, 63, 136, 0.9);
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }

.btn, .btn-download, .btn-arrow, .product-grid-item-link, .btn-alt, .btn-alt-download, .btn-alt-arrow {
    border-radius: 0;
    color: white;
    display: inline-block;
    font-weight: 400;
    line-height: 1;
    padding: 0.75em 1em;
    position: relative;
    text-decoration: none;
    transition: background 0.1s linear 0s;
    background-color: #ffffff;
    color: #000000;
}
  .btn:hover, .btn-download:hover, .btn-arrow:hover, .product-grid-item-link:hover, .btn-alt:hover, .btn-alt-download:hover, .btn-alt-arrow:hover {
    color: white;
    background-color: #023f88;
 }
 .btn-alt:hover{
  background-color:#ed1c24;

 }

.nav-link {
  background-color: #023f88;
  padding: 2em 0 2.3125em;
  color: #ffffff; }
  .nav-link a {
    color: #ffffff;
    font-size: 1em;
    line-height: 1.625em;
    margin: 0 0.8125em;
    text-decoration: none; }
  @media (min-width: 60em) {
    .nav-link {
      display: none; } }

.site-content{
  background-color:#ffffff;
}