@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Oswald:wght@300;400;500;600;700&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: 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: #fff;
  color: #000;
  font-family: "Lato", 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;
}

  a:focus {
    outline: none; }
  a:focus:not(:active):not(:hover) {
    outline: 2px dashed #a020f0;
    outline-offset: 2px; }


.search-module input[type="text"],  .search-module input[type="number"], .search-module input[type="submit"]{
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 0;
  border: 1px solid #29339b;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Lato", sans-serif;
  font-size: 1.125em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  box-sizing: border-box;
  width: 100%; }

.search-moduleinput[type="text"]:focus{
    border-color: #29339b; }

.search-module input[type="text"]:focus {
    border-color: #003e98;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 52, 127, 0.7);
    outline: none; }


.search-module .btn {
  position: relative;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-size: 1.125em;
  line-height: 1.6666666667em;
  font-weight: 600;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  transition: background 0.1s linear; }



.btn-alt, #skipToContent.btn-alt {
  font-family: "Oswald", sans-serif;
  font-size: 1.125em;
  border: 1px solid #29339b;
  background-color: #29339b;
  font-weight: 600 !important;
  color: #ffffff;
  padding: 0.7222222222em 2.5272222222em;
  box-sizing: border-box;
  text-decoration: none; }
.btn-alt:hover, #skipToContent.btn-alt:hover {
    border: 1px solid #020167;
    background-color: #020167;
    color: white; }


.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 {
    outline: none; }

.search-module input[type="submit"]:focus:not(:active):not(:hover) {
    outline: 2px dashed #a020f0;
    outline-offset: 2px; }

.search-module input[type="submit"].tse-remove-border {
    outline: none !important; }



.site-nav,
#hs_menu_wrapper_primary_nav {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  background-color: #fff;
  position: relative;
  z-index: 2; }
  .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: 60em) {
    .site-nav,
    #hs_menu_wrapper_primary_nav {
      background-color: transparent; } }
.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.3125em;
      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 #000;
  background-color: transparent;
  position: relative; }
  .sn-li-l1 > a,
  .hs-menu-depth-1 > a {
    display: block;
    height: 3.375em;
    line-height: 3.375em;
    color: #29339b;
    text-decoration: none;
    padding: 0 1em;
    box-sizing: border-box; }
    .sn-li-l1 > a span,
    .hs-menu-depth-1 > a span {
      font-size: 1.125em;
      font-weight: 600; }
    .sn-li-l1 > a:visited,
    .hs-menu-depth-1 > a:visited {
      color: #29339b; }
    .sn-li-l1 > a.active,
    .hs-menu-depth-1 > a.active {
      text-decoration: underline; }
    .sn-li-l1 > a:hover,
    .hs-menu-depth-1 > a:hover {
      color: #020167;
      text-decoration: underline; }
  .sn-li-l1.has-subnav.active, .sn-li-l1.menu-item-has-children.active, .sn-li-l1.hs-item-has-children.active,
  .hs-menu-depth-1.has-subnav.active,
  .hs-menu-depth-1.menu-item-has-children.active,
  .hs-menu-depth-1.hs-item-has-children.active {
    border-bottom: 0; }
    .sn-li-l1.has-subnav.active > a, .sn-li-l1.menu-item-has-children.active > a, .sn-li-l1.hs-item-has-children.active > a,
    .hs-menu-depth-1.has-subnav.active > a,
    .hs-menu-depth-1.menu-item-has-children.active > a,
    .hs-menu-depth-1.hs-item-has-children.active > a {
      color: #020167;
      text-decoration: underline; }
  .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(dropdown-arrow-black.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.75em;
    display: block;
    width: 40px;
    height: 3.375em;
    position: absolute;
    right: 0;
    top: 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 {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      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:hover,
  .hs-menu-depth-1:hover {
    background-color: transparent; }
  @media (min-width: 60em) {
    .sn-li-l1,
    .hs-menu-depth-1 {
      height: 3.3125em;
      float: left;
      border-bottom: none;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      flex-grow: 1;
      -ms-flex-positive: 1;
      text-align: center; }
      .sn-li-l1 > a,
      .hs-menu-depth-1 > a {
        padding: 0 0.1875em;
        box-sizing: border-box;
        margin: 0 0 0 0.8625em;
        color: #29339b;
        height: 3.3125em;
        line-height: 2.375em;
        letter-spacing: 0.3px; }
        .sn-li-l1 > a span,
        .hs-menu-depth-1 > a span {
          font-size: 1em; }
          .sn-li-l1 > a span:after,
          .hs-menu-depth-1 > a span:after {
            content: '';
            width: calc(100% + 4px);
            display: block;
            border-bottom: 2px solid #020167;
            margin: -1px 0 0 -2px; }
        .sn-li-l1 > a:hover,
        .hs-menu-depth-1 > a:hover {
          color: #020167;
          text-decoration: none; }
      .sn-li-l1:first-child > a,
      .hs-menu-depth-1:first-child > a {
        margin-left: 0; }
      .sn-li-l1.no-bottom-border > a span:after,
      .hs-menu-depth-1.no-bottom-border > a span:after {
        content: none; }
      .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 {
        background-size: 0.625em;
        display: inline; }
      .sn-li-l1:hover,
      .hs-menu-depth-1:hover {
        background-color: transparent; } }
  @media (min-width: 80em) {
    .sn-li-l1 > a span,
    .hs-menu-depth-1 > a span {
      font-size: 1.125em; } }

.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 {
      width: 12.875em;
      padding-bottom: 0.5625em;
      box-sizing: border-box;
      border: 1px solid #020167;
      position: absolute;
      z-index: 11;
      background-color: #fff;
      text-align: left; }
      .sn-level-2.active,
      .hs-menu-children-wrapper.active {
        display: none; } }

.sn-li-l2, .sn-li-l3, .sn-li-l4,
.hs-menu-depth-2 {
  background-color: #efefef; }
  .sn-li-l2 > a, .sn-li-l3 > a, .sn-li-l4 > a,
  .hs-menu-depth-2 > a {
    padding: 0 1em;
    box-sizing: border-box;
    color: #29339b;
    border-bottom: 1px solid rgba(0, 0, 0, 0.22);
    display: block;
    text-decoration: none;
    line-height: 3.375em; }
    .sn-li-l2 > a span, .sn-li-l3 > a span, .sn-li-l4 > a span,
    .hs-menu-depth-2 > a span {
      font-size: 1.125em;
      line-height: 1.25em;
      display: inline-block;
      vertical-align: middle; }
  .sn-li-l2:last-child > a, .sn-li-l3:last-child > a, .sn-li-l4:last-child > a,
  .hs-menu-depth-2:last-child > a {
    border-bottom: 0; }
  .sn-li-l2:hover, .sn-li-l3:hover, .sn-li-l4:hover,
  .hs-menu-depth-2:hover {
    background-color: #efefef; }
    .sn-li-l2:hover > a, .sn-li-l3:hover > a, .sn-li-l4:hover > a,
    .hs-menu-depth-2:hover > a {
      color: #020167; }
      .sn-li-l2:hover > a span, .sn-li-l3:hover > a span, .sn-li-l4:hover > a span,
      .hs-menu-depth-2:hover > a span {
        text-decoration: underline; }
  @media (min-width: 60em) {
    .sn-li-l2, .sn-li-l3, .sn-li-l4,
    .hs-menu-depth-2 {
      position: relative;
      background-color: #fff; }
      .sn-li-l2 > a, .sn-li-l3 > a, .sn-li-l4 > a,
      .hs-menu-depth-2 > a {
        padding: 0 0.8888888889em;
        box-sizing: border-box;
        line-height: 2.25em;
        border: none; }
        .sn-li-l2 > a span, .sn-li-l3 > a span, .sn-li-l4 > a span,
        .hs-menu-depth-2 > a span {
          font-size: 1.125em; }
        .sn-li-l2 > a:hover, .sn-li-l3 > a:hover, .sn-li-l4 > a:hover,
        .hs-menu-depth-2 > a:hover {
          color: #020167; }
      .sn-li-l2:hover, .sn-li-l3:hover, .sn-li-l4:hover,
      .hs-menu-depth-2:hover {
        background-color: #fff; }
        .sn-li-l2:hover > a span, .sn-li-l3:hover > a span, .sn-li-l4:hover > a span,
        .hs-menu-depth-2:hover > a span {
          text-decoration: none; }
        .sn-li-l2:hover .sn-level-3, .sn-li-l3:hover .sn-level-3, .sn-li-l4: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; } }

.sn-level-4,
.sn-level-5,
.sn-level-3 {
  padding: 0;
  margin: 0;
  display: none;
  position: relative; }
  .sn-level-4.active,
  .sn-level-5.active,
  .sn-level-3.active {
    display: block; }
  @media (min-width: 60em) {
    .sn-level-4,
    .sn-level-5,
    .sn-level-3 {
      position: absolute;
      top: 0;
      left: 100%; }
      .sn-level-4.active,
      .sn-level-5.active,
      .sn-level-3.active {
        display: none; } }

.sn-li-l3:hover .sn-level-4, .sn-li-l4:hover .sn-level-4 {
  display: block !important;
  margin: -1.5625em;
  padding: 1.5625em;
  box-sizing: border-box; }

.sn-li-l4:hover .sn-level-5 {
  display: block !important;
  margin: -1.5625em;
  padding: 1.5625em;
  box-sizing: border-box; }

.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; } }

.site-nav-container-screen {
  position: fixed;
  display: none;
  /*z-index: 1;*/
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.66); }
  .site-nav-container-screen.active {
    display: block; }
  @media (min-width: 60em) {
    .site-nav-container-screen {
      display: none !important; } }

.close-menu {
  display: inline-block;
  vertical-align: middle;
  clear: both;
  position: relative;
  color: #000 !important;
  margin: 0 auto;
  font-size: 1.0625em;
  background-color: #fff;
  border-radius: 0.1875em;
  text-decoration: none; }
  .close-menu:visited {
    color: #fff; }
  .close-menu:hover {
    color: #fff; }
  .close-menu:before {
    content: '';
    width: 42px;
    height: 42px;
    margin-right: 0.4705882353em;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
    background-image: url(close.svg);
    background-size: 42px;
    background-position: center center;
    background-repeat: no-repeat; }
  @media (min-width: 60em) {
    .close-menu {
      display: none; } }

.snc-header {
  position: relative;
  background-color: #fff;
  text-align: right;
  padding: 2.5em 1em;
  box-sizing: border-box; }
  @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, .inner-wrap-narrow, .inner-wrap-wide, .inner-wrap-fullwidth {
  max-width: 73.375em;
  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: 62.5em; }

.inner-wrap-wide {
  max-width: 83.8125em; }

.inner-wrap-fullwidth {
  max-width: 100%; }

/*=============== Layouts  ===============*/
.site-header-wrap.dest-header {
  background-size: 20.5em;
  background-position: top left; }

.page-intro {
  position: relative; }
  .page-intro .inner-wrap, .page-intro .inner-wrap-narrow, .page-intro .inner-wrap-wide, .page-intro .inner-wrap-fullwidth {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .page-intro h1 {
    margin: 0;
    color: #000;
    font-size: 1.75em;
    line-height: 1.3571428571em;
    font-weight: 700; }
  .page-intro p {
    margin: .5em 0 0 0; }
  @media (min-width: 60em) {
    .page-intro span {
      font-size: 2.625em;
      line-height: 1.2857142857em; }
    .page-intro .inner-wrap, .page-intro .inner-wrap-narrow, .page-intro .inner-wrap-wide, .page-intro .inner-wrap-fullwidth {
      padding-top: 0;
      padding-bottom: 0; } }

/*============Side Navigation Test==============*/
.side-nav h3 {
  margin-top: 0; }

.sn-nav {
  max-width: 15em;
  font-family: "Oswald", sans-serif;
  border: 1px solid #000; }
  .sn-nav li {
    background-color: #29339b;
    position: relative; }
    .sn-nav li a {
      color: #fff;
      display: block;
      font-family: "Oswald", sans-serif;
      font-weight: 600;
      font-size: 1.125em;
      line-height: 1.3333333333em;
      text-decoration: none;
      padding: 0.6666666667em 2.2222222222em 0.6666666667em 0.8888888889em;
      box-sizing: border-box; }
      .sn-nav li a:focus:not(:active):not(:hover) {
        outline-offset: -2px !important; }
    .sn-nav li:not(:last-of-type) {
      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
    .sn-nav li.active {
      background-color: #020167;
      border-bottom: 1px solid #020167; }
      .sn-nav li.active a {
        color: white; }
      .sn-nav li.active .m-subnav-arrows {
        transform: rotate(180deg);
        /*background-image: url(dropdown-arrow-black.png);*/ }
    .sn-nav li:last-child {
      border-bottom: 0; }
  .sn-nav .menu-item-has-children .m-subnav-arrows {
    cursor: pointer;
    padding-right: 0em;
    background-image: url(down-nav-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 8px;
    display: block;
    width: 2.5em;
    height: 3em;
    position: absolute;
    background-color: transparent;
    right: 0;
    top: 0;
    bottom: 0; }
    .sn-nav .menu-item-has-children .m-subnav-arrows.active {
      transform: rotate(180deg); }
  .sn-nav .menu-item-has-children ul {
    padding: 0;
    display: none; }
    .sn-nav .menu-item-has-children ul li {
      margin-bottom: 0;
      background-color: #fff;
      border-bottom: 0 !important;
      /*  &:hover {
          background-color: #f7941d;
          a {
            color: $white;
          }
        }*/ }
      .sn-nav .menu-item-has-children ul li a {
        color: #29339b;
        font-size: 1.125em;
        padding: 0.2777777778em 2.2222222222em 0.2777777778em 0.8888888889em;
        line-height: 1.4444444444em;
        font-weight: 400; }
        .sn-nav .menu-item-has-children ul li a:focus, .sn-nav .menu-item-has-children ul li a:hover {
          background-color: #020167;
          color: #fff; }
      .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:not([class]) {
      margin-bottom: 0; }
  .sn-nav .menu-item-has-children ul.active {
    display: block; }

.call-to-action {
  background-color: #29339b;
  color: #fff;
  position: relative;
  text-align: center; }
  .call-to-action:before {
    content: '';
    width: 100%;
    left: -100%;
    background-color: #29339b;
    position: absolute;
    top: 0;
    height: 100%; }
  .call-to-action:after {
    content: '';
    width: 100%;
    right: -100%;
    background-color: #29339b;
    position: absolute;
    top: 0;
    height: 100%; }
  .call-to-action .inner-wrap, .call-to-action .inner-wrap-narrow, .call-to-action .inner-wrap-wide, .call-to-action .inner-wrap-fullwidth {
    padding-top: 2.0625em;
    padding-bottom: 2.0625em; }

.cta-text {
  font-size: 1.625em;
  line-height: normal;
  color: #fff;
  margin: 0;
  margin-bottom: 0.7692307692em; }
  @media (min-width: 40em) {
    .cta-text {
      display: inline-block;
      vertical-align: middle;
      margin: 0;
      margin-right: 1.9230769231em; } }
  @media (min-width: 60em) {
    .cta-text {
      margin-right: 3.8461538462em; } }

.cta-cta {
  border: solid 1px #fff;
  border-radius: 3px;
  background-color: transparent;
  color: #fff;
  padding-left: 2.6470588235em;
  padding-right: 2.6470588235em;
  box-sizing: border-box;
  /*&:focus{
    background-color: transparent;
    border:solid 1px $white;
    color: $white;
  }*/ }
  .cta-cta:focus, .cta-cta:hover {
    background-color: #222;
    border-color: #222; }

/* ===== DEFAULTS FOR ALL BLOGS =====  */
.fb_iframe_widget span {
  height: 24px !important; }

#recaptcha_table {
  table-layout: initial !important;
  height: 126px;
  overflow: hidden;
  margin-bottom: 1em; }

.blog-pagination {
  font-size: 1.7em;
  font-weight: bold; }
  .blog-pagination a {
    margin-right: 2em;
    text-decoration: none; }

.more-link {
  font-size: 1.4em;
  text-decoration: none; }

.post-item {
  border-bottom: 5px solid #eee;
  padding-bottom: 2em;
  margin-bottom: 2em; }

.hs-author-avatar {
  float: left;
  margin-right: 1.5em; }
  .hs-author-avatar img {
    border-bottom: 1px solid #adadad; }

.hs-author-social-label {
  font-size: 1.3em; }

.hs-author-bio {
  font-size: 1.3em;
  line-height: 1.5em;
  margin-bottom: 1em; }

.hs-author-profile {
  background: #F2F2F2;
  padding: .2em 2em 2em 2em;
  box-sizing: border-box; }

.hs-author-listing-header {
  padding-top: 1em;
  margin-top: .3em;
  color: #b9b9b9; }

.hs-author-social-links a {
  text-decoration: none; }

.hs-author-social-links img {
  opacity: .7;
  width: 1.875em;
  height: 1.875em; }
  .hs-author-social-links img:hover {
    opacity: 1; }

/*   end defaults   */
.site-wrap {
  background: #fff;
  position: relative;
  overflow: hidden;
  margin: 0 auto -21px;}

/*=============== ADA Complaince styling ===================*/
#skipToContent {
  position: fixed;
  z-index: 0;
  top: 10px;
  left: 10px;
  opacity: 0; }
  #skipToContent:focus {
    opacity: 1;
    z-index: 99999; }

#siteContentFocusable {
  outline: none !important; }

.social-wrap a:focus:not(:hover):not(:active),
a[class*="sh-ico-"]:focus:not(:hover):not(:active),
.sh-ph:focus:not(:hover):not(:active),
.sh-email:focus:not(:hover):not(:active),
.site-nav a:focus:not(:hover):not(:active) {
  outline-offset: -2px; }

.social-wrap a.tse-remove-border:focus:not(:hover):not(:active),
a[class*="sh-ico-"].tse-remove-border:focus:not(:hover):not(:active),
.sh-ph.tse-remove-border:focus:not(:hover):not(:active),
.sh-email.tse-remove-border:focus:not(:hover):not(:active),
.site-nav a.tse-remove-border:focus:not(:hover):not(:active) {
  outline: none;
  outline-offset: 0; }

.social-wrap a {
  outline-color: #101010; }

.nonlink {
  cursor: default;
  pointer-events: auto; }
  @media (min-width: 60em) {
    .nonlink {
      pointer-events: none; } }

.lightbox {
  display: inline-block; }
  .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; }

.no-touch .mfp-zoom-out-cur .sh-sticky-wrap.stuck {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  padding-right: 17px;
  box-sizing: border-box; }

/*=============== Site Header ===============*/
.site-header {
  position: relative; }
  .site-header.stuck {
    padding-top: 9.5625em; }
    .site-header.stuck .sh-header-bottom {
      visibility: hidden; }

.site-logo {
  width: 16.5em;
  display: block;
  margin: 0 auto 3.375em; }
  .site-logo img {
    display: block;
    max-width: 100%; }
  @media (min-width: 60em) {
    .site-logo {
      max-width: 20.9375em;
      width: calc(100% - 43em);
      float: left;
      margin: 1.8125em 0 0 2px !important; }
      .site-logo img {
        width: 100%;
        margin: 0; } }

@media (min-width: 60em) {
  .sh-content-wrap {
    float: right;
    text-align: right; } }

.sh-sticky-wrap {
  position: relative;
  z-index: 3;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  box-sizing: border-box; }
  .sh-sticky-wrap .inner-wrap, .sh-sticky-wrap .inner-wrap-narrow, .sh-sticky-wrap .inner-wrap-wide, .sh-sticky-wrap .inner-wrap-fullwidth {
    padding-top: 3em;
    padding-bottom: 0; }
  @media (min-width: 60em) {
    .sh-sticky-wrap {
      height: 9.5625em;
      border-bottom: 6px solid #000; }
      .sh-sticky-wrap .inner-wrap, .sh-sticky-wrap .inner-wrap-narrow, .sh-sticky-wrap .inner-wrap-wide, .sh-sticky-wrap .inner-wrap-fullwidth {
        padding-top: 0.75em;
        padding-bottom: 2.0625em; }
      .sh-sticky-wrap.stuck {
        width: 100%;
        height: 7.125em;
        background-color: #fff;
        position: fixed;
        z-index: 99;
        left: 0;
        right: 0;
        top: 0; }
        .sh-sticky-wrap.stuck .site-logo {
          margin-top: 0 !important; }
          .sh-sticky-wrap.stuck .site-logo img {
            width: 9.375em;
            height: auto; }
        .sh-sticky-wrap.stuck .sh-utility-nav {
          /*display: none;*/
          margin-bottom: 0.3125em; }
        .sh-sticky-wrap.stuck .inner-wrap, .sh-sticky-wrap.stuck .inner-wrap-narrow, .sh-sticky-wrap.stuck .inner-wrap-wide, .sh-sticky-wrap.stuck .inner-wrap-fullwidth {
          padding-top: 0.9375em;
          padding-bottom: 0.9375em;
          display: -webkit-box;
          display: -moz-box;
          display: box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -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;
          -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; }
        .sh-sticky-wrap.stuck .site-nav-container {
          margin-top: 0; } }
  @media (min-width: 80em) {
    .sh-sticky-wrap.stuck .site-logo {
      display: inline-block; } }

.sh-utility-nav {
  width: 100vw;
  height: 3.75em;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -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;
  margin: 0 -1em;
  padding: 0 1em;
  box-sizing: border-box;
  background-color: #29339b; }
  .sh-utility-nav > * {
    float: left; }
  .sh-utility-nav .sh-rfq {
    border: 2px solid #f7290e;
    background-color: #f7290e;
    color: #000;
    padding: 0.7222222222em 1.5722222222em;
    box-sizing: border-box; }
    .sh-utility-nav .sh-rfq:focus, .sh-utility-nav .sh-rfq:hover {
      border: 2px solid #b01d0a;
      background-color: #b01d0a; }
  .sh-utility-nav a:focus:not(:active):not(:hover) {
    outline-offset: -2px; }
  @media (min-width: 40em) {
    .sh-utility-nav {
      margin: 0 -1.5em;
      padding: 0 1.5em;
      box-sizing: border-box; } }
  @media (min-width: 60em) {
    .sh-utility-nav {
      width: auto;
      height: auto;
      border: none;
      margin: 0 -1px 2.0625em 0;
      padding: 0;
      display: inline-block;
      background-color: transparent;
      overflow: visible;
      vertical-align: top;
      text-align: right; }
      .sh-utility-nav > * {
        float: none; }
      .sh-utility-nav .social-wrap {
        display: inline-block; }
      .sh-utility-nav .sh-rfq {
        display: none; } }

.sh-rfq {
  padding: 0.6388888889em 1.8583333333em;
  box-sizing: border-box;
  border: 1px solid #f7290e;
  background-color: #f7290e;
  color: #000;
  font-weight: 600; }
  .sh-rfq:focus, .sh-rfq:hover {
    border-color: #b01d0a;
    background-color: #b01d0a;
    color: #fff; }
  @media (min-width: 60em) {
    .sh-rfq {
      padding: 0.5277777778em 1.7em 0.75em;
      box-sizing: border-box;
      margin-right: 1px; } }

.site-nav-container > .sh-rfq {
  display: none; }
  @media (min-width: 60em) {
    .site-nav-container > .sh-rfq {
      display: inline-block; }
      .site-nav-container > .sh-rfq:before, .site-nav-container > .sh-rfq:after {
        width: 2.2222222222em; }
      .site-nav-container > .sh-rfq span:before, .site-nav-container > .sh-rfq span:after {
        height: 2.2222222222em; }
      .site-nav-container > .sh-rfq:focus, .site-nav-container > .sh-rfq:hover {
        background-color: #020167; }
        .site-nav-container > .sh-rfq:focus::before, .site-nav-container > .sh-rfq:focus::after, .site-nav-container > .sh-rfq:hover::before, .site-nav-container > .sh-rfq:hover::after {
          width: calc(100% + 22px); }
        .site-nav-container > .sh-rfq:focus span:before,
        .site-nav-container > .sh-rfq:focus span:after, .site-nav-container > .sh-rfq:hover span:before,
        .site-nav-container > .sh-rfq:hover span:after {
          height: calc(100% + 22px); } }

.sh-icons {
  float: right; }

.sh-ph {
  margin: 0;
  color: #29339b;
  font-family: "Oswald", sans-serif;
  text-decoration: none; }
  .sh-ph span {
    display: none; }
  .sh-ph:before {
    content: '';
    background: url(phone-white.svg) left center no-repeat;
    background-size: 24px;
    width: 23px;
    height: 23px;
    display: block;
    vertical-align: middle;
    margin: 0; }
  @media (min-width: 60em) {
    .sh-ph {
      margin: 0 -0.2222222222em 0 2.4444444444em;
      position: relative;
      font-size: 1.125em;
      line-height: 1.6666666667em;
      font-weight: 600;
      letter-spacing: 0.8px;
      vertical-align: top; }
      .sh-ph span {
        display: inline;
        white-space: nowrap; }
      .sh-ph:before {
        display: inline-block;
        vertical-align: top;
        margin: 0.1111111111em 0.7777777778em 0 0;
        background: url(phone.svg) left center no-repeat;
        background-size: 24px; }
      .sh-ph:focus, .sh-ph:hover {
        color: #020167; }
        .sh-ph:focus:before, .sh-ph:hover:before {
          background-image: url(phone-hover.svg); } }
  @media (max-height: 46em) and (min-width: 60em) {
    .sh-ph {
      vertical-align: text-top; }
      .sh-ph span {
        vertical-align: sub; } }

.sh-email {
  margin: 0;
  color: #29339b;
  font-family: "Oswald", sans-serif;
  text-decoration: none; }
  .sh-email span {
    display: none; }
  .sh-email:before {
    content: '';
    background: url(email-white.svg) left center no-repeat;
    background-size: 29px;
    width: 29px;
    height: 29px;
    display: block;
    margin: 0;
    vertical-align: middle; }
  @media (min-width: 60em) {
    .sh-email {
      font-size: 1.125em;
      font-weight: 600;
      margin-left: auto;
      vertical-align: top;
      letter-spacing: 0.5px; }
      .sh-email span {
        display: none;
        vertical-align: middle;
        white-space: nowrap; }
      .sh-email:before {
        margin: 0 9px 1px 0;
        display: inline-block;
        background: url(email.svg) left center no-repeat;
        background-size: 29px; }
      .sh-email:focus, .sh-email:hover {
        color: #020167; }
        .sh-email:focus:before, .sh-email:hover:before {
          background-image: url(email-hover.svg); } }

.sh-contact {
  margin: 0;
  color: #29339b;
  font-family: "Oswald", sans-serif;
  text-decoration: none;
  display: none; }
  .sh-contact span {
    display: none; }
  @media (min-width: 60em) {
    .sh-contact {
      display: inline-block;
      font-size: 1.125em;
      font-weight: 600;
      margin-left: auto;
      vertical-align: top;
      letter-spacing: 0.5px; }
      .sh-contact span {
        display: inline-block;
        vertical-align: middle;
        white-space: nowrap; }
      .sh-contact:focus, .sh-contact:hover {
        color: #020167; } }
  @media (max-height: 46em) and (min-width: 60em) {
    .sh-contact span {
      vertical-align: sub; } }

.sh-ico-search {
  display: inline-block;
  background: url(search.svg) right center no-repeat;
  background-size: 30px;
  /*@extend %sh-ico;*/
  padding: 0.75em 1.125em 0.75em 0;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background-position: right; }
  .sh-ico-search span {
    display: none; }
  @media (min-width: 60em) {
    .sh-ico-search {
      display: none; } }

.sh-ico-menu {
  /*@extend %sh-ico;*/ }
  .sh-ico-menu img {
    width: 1.875em;
    display: block; }
  @media (min-width: 60em) {
    .sh-ico-menu {
      display: none; } }

@media (min-width: 60em) {
  .home .sh-header-bottom {
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 100%;
    background-color: transparent; } }

.sh-header-bottom {
  width: 100%;
  background-color: #eee;
  position: fixed;
  z-index: 99;
  top: -100%;
  -webkit-transition: top 0.25s;
  -moz-transition: top 0.25s;
  transition: top 0.25s; }
  .sh-header-bottom.active {
    top: 0; }
  .sh-header-bottom .inner-wrap, .sh-header-bottom .inner-wrap-narrow, .sh-header-bottom .inner-wrap-wide, .sh-header-bottom .inner-wrap-fullwidth {
    padding-top: 0.8125em;
    padding-bottom: 0.8125em; }
  .sh-header-bottom .sh-rfq-btn-wrap {
    display: none; }
  @media (min-width: 60em) {
    .sh-header-bottom {
      position: static;
      -webkit-transition: all 0.25s;
      -moz-transition: all 0.25s;
      transition: all 0.25s; }
      .sh-header-bottom .search-form {
        width: 34.3125em;
        max-width: calc(100% - 181px); }
      .sh-header-bottom .sh-rfq-btn-wrap {
        display: block; }
      .sh-header-bottom .inner-wrap, .sh-header-bottom .inner-wrap-narrow, .sh-header-bottom .inner-wrap-wide, .sh-header-bottom .inner-wrap-fullwidth {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -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; }
        .sh-header-bottom .inner-wrap:after, .sh-header-bottom .inner-wrap-narrow:after, .sh-header-bottom .inner-wrap-wide:after, .sh-header-bottom .inner-wrap-fullwidth:after {
          content: none; } }

.search-module ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #020167; }

.search-module ::-moz-placeholder {
  /* Firefox 19+ */
  color: #020167; }

.search-module :-ms-input-placeholder {
  /* IE 10+ */
  color: #020167; }

.search-module :-moz-placeholder {
  color: #020167; }

/*=============== Site Intro ===============*/
.site-intro {
  background-position: 10% center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  position: relative; }
  .site-intro:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(2, 1, 103, 0.3); }
  .site-intro .inner-wrap, .site-intro .inner-wrap-narrow, .site-intro .inner-wrap-wide, .site-intro .inner-wrap-fullwidth {
    padding-top: 6.25em;
    padding-bottom: 5.0625em;
    position: relative;
    z-index: 1; }
  .site-intro h1 {
    max-width: 21.2142857143em;
    font-size: 1.75em;
    line-height: 1.3571428571em;
    color: #fff;
    margin: 0 auto 1.1428571429em;
    display: block;
    letter-spacing: 1px;
    text-shadow: 0px 2px 3.92px rgba(0, 0, 0, 0.3); }
    .site-intro h1:after {
      content: none; }
  @media (min-width: 60em) {
    .site-intro {
      background-position: center; }
      .site-intro .inner-wrap, .site-intro .inner-wrap-narrow, .site-intro .inner-wrap-wide, .site-intro .inner-wrap-fullwidth {
        padding-top: 15.0625em;
        padding-bottom: 6.875em; }
      .site-intro h1 {
        max-width: 17.9772727273em;
        font-size: 2.75em;
        line-height: 1.1363636364em;
        margin: 0 auto 1.1136363636em; } }

.si-our-catalog {
  padding: 0.6388888889em 1.5555555556em;
  box-sizing: border-box;
  margin-right: 1.1111111111em; }
  @media screen and (max-width: 420px) {
    .si-our-catalog {
      margin-right: 0;
      margin-bottom: 1.6666666667em; } }

.si-our-services {
  padding: 0.6388888889em 1.3666666667em;
  box-sizing: border-box;
  background-color: #29339b; }

/*=============== 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; }

/*================== Services Module ====================*/
.sm-service-wrap {
  width: 100%; }
  @media (min-width: 40em) {
    .sm-service-wrap {
      /*width: 50%;*/
      width: 49.62%; }
      .sm-service-wrap:nth-of-type(odd) {
        float: left; }
        .sm-service-wrap:nth-of-type(odd) .sm-content-wrap {
          margin-left: auto; }
      .sm-service-wrap:nth-of-type(even) {
        float: right; }
        .sm-service-wrap:nth-of-type(even) .sm-content-wrap {
          margin-right: auto; } }

.sm-content-wrap {
  max-width: 100%;
  width: 35.1875em;
  height: 26.25em;
  padding: 2.5em 0;
  box-sizing: border-box;
  margin: 0 auto;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s; }
  .sm-content-wrap.hover {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0; }
    .sm-content-wrap.hover .sm-content {
      width: 100%;
      max-width: 100%;
      height: 26.25em;
      margin: 0; }
  @media (min-width: 40em) {
    .sm-content-wrap {
      height: 31.25em;
      padding: 5em 0 4.9375em;
      box-sizing: border-box;
      margin: 0; }
      .sm-content-wrap.hover .sm-content {
        height: 31.25em; } }

.sm-content {
  max-width: 90%;
  width: 23.9375em;
  height: 21.25em;
  margin: 0 auto;
  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: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: margin 0.3s;
  -moz-transition: margin 0.3s;
  transition: margin 0.3s;
  text-align: center;
  text-decoration: none;
  position: relative;
 }
  .sm-content:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(2, 1, 103, 0.3); }
  .sm-content > * {
    position: relative;
    z-index: 1; }
  .sm-content:focus:not(:active):not(:hover) {
    outline-offset: 0; }
  @media (min-width: 40em) {
    .sm-content {
      /*&:focus,
    &:hover {
      height: em(500);
    }*/ } }

.sm-title {
  margin: 0 0 0.3666666667em;
  color: #fff;
  font-size: 1.875em;
  font-weight: 500;
  text-shadow: 0px 1px 1.98px rgba(0, 0, 0, 0.3);
  letter-spacing: 1px; }

.sm-description {
  margin: 0;
  color: #fff;
  font-size: 1.125em;
  line-height: 1.7777777778em;
  letter-spacing: 0.25px; }

/*================ Featured Products Module ============*/
.featured-products-module {
  background-color: #eee; }
  .featured-products-module .inner-wrap, .featured-products-module .inner-wrap-narrow, .featured-products-module .inner-wrap-wide, .featured-products-module .inner-wrap-fullwidth {
    padding-top: 4.125em;
    padding-bottom: 4.125em; }

.fpm-carousel {
  max-width: calc(100% - 78px);
  margin: 0 auto; }
  .fpm-carousel .slick-prev {
    left: -40px; }
  .fpm-carousel .slick-next {
    right: -40px; }
  @media (min-width: 60em) {
    .fpm-carousel {
      max-width: 46.9375em; }
      .fpm-carousel .slick-prev {
        left: -91px; }
      .fpm-carousel .slick-next {
        right: -91px; } }

.fpm-slide {
  text-align: center;
  padding: 4px; }
  @media (min-width: 40em) {
    .fpm-slide {
      max-width: 100%;
      text-align: left;
      display: flex !important;
      -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;
      -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; } }
  @media (min-width: 60em) {
    .fpm-slide {
      -webkit-box-align: start;
      -moz-box-align: start;
      box-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      -o-align-items: flex-start;
      align-items: flex-start;
      -ms-flex-align: start; } }

.fpm-img-wrap {
  max-width: 100%;
  width: 17.9375em;
  height: 12.75em;
  margin: 0 auto 1.875em;
  text-align: center; }
  .fpm-img-wrap img {
    width: 100%;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
  .fpm-img-wrap a {
    height: 100%;
    padding: 0.875em 1.25em;
    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;
    max-width: 100%;
    border: 1px solid #29339b;
    text-decoration: none;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    .fpm-img-wrap a:focus, .fpm-img-wrap a:hover {
      color: #020167;
      border: 1px solid #fff; }
      .fpm-img-wrap a:focus img, .fpm-img-wrap a:hover img {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15); }
  @media (min-width: 40em) {
    .fpm-img-wrap {
      max-width: 43%;
      margin: 0;
      float: left; } }

.fpm-slide-content {
  max-width: 100%; }
  @media (min-width: 40em) {
    .fpm-slide-content {
      width: 24em;
      max-width: 53%;
      float: right; } }
  @media (min-width: 60em) {
    .fpm-slide-content {
      margin-top: 1.5em; } }

.fpm-heading {
  margin: 0 0 0.4666666667em -0.0666666667em;
  color: #000;
  font-size: 1.875em;
  font-weight: 500;
  letter-spacing: 0.8px; }

.fpm-title {
  margin: 0;
  color: #29339b;
  font-family: "Lato", sans-serif;
  font-size: 1.125em;
  line-height: 1.7777777778em;
  font-weight: 600; }
  .fpm-title a {
    display: block;
    text-decoration: none; }
    .fpm-title a:focus, .fpm-title a:hover {
      color: #020167; }

/*========== Catalog Offer Module Start ============*/
.com-grid {
  /*@include display(flex);
  @include flex-wrap(wrap);*/ }
  .com-grid > * {
    float: left; }
  @media (min-width: 40em) {
    .com-grid {
      margin: 0 -1.5px; } }

.com-intro {
  width: 100%;
  margin: 1px auto; }
  @media (min-width: 60em) {
    .com-intro {
      width: calc(50% - 2px);
      margin: 0 1px 2px; } }

.com-intro-content-wrap {
  height: 18.75em;
  padding: 1em;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -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-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  text-align: center; }

.com-intro-heading {
  margin: 0 0 1em;
  color: #000;
  font-size: 1.875em;
  font-weight: 500;
  letter-spacing: 0.6px; }

.com-our-catalog {
  padding: 0.6388888889em 1.9444444444em;
  margin-bottom: 0.4444444444em; }

.com-item {
  width: 100%;
  height: 18.75em;
  border: 1px solid #020167;
  margin: 1px;
  background-color: #020167;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: relative; }
  .com-item:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(2, 1, 103, 0.7);
    opacity: 1; }
  .com-item:focus, .com-item:hover {
    background-color: #fff; }
    .com-item:focus:before, .com-item:hover:before {
      opacity: 0; }
    .com-item:focus .com-title, .com-item:hover .com-title {
      color: #020167; }
  .com-item:focus:not(:hover):not(:active) {
    outline-offset: -3px; }
  @media (min-width: 40em) {
    .com-item {
      width: calc(50% - 3px);
      margin: 0 1.5px 2px; } }
  @media (min-width: 60em) {
    .com-item {
      width: calc(25% - 3px); } }

.com-item-content {
  height: 17.5em;
  padding: 0.625em;
  box-sizing: border-box;
  margin: 0.5em;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center; }

.com-title {
  margin: 0;
  color: #fff;
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
  z-index: 1; }


/*=============== Site Footer ===============*/


.site-footer {
  background-color: #fff;
  color: #222;
  text-align: center;
  border-top: 1px solid black;
  padding: 0 !important; }
  .site-footer a {
    color: #29339b;
    font-weight: 600;
    text-decoration: none; }
    .site-footer a:hover {
      color: #020167; }
  .site-footer > .inner-wrap, .site-footer > .inner-wrap-narrow, .site-footer > .inner-wrap-wide, .site-footer > .inner-wrap-fullwidth {
    padding-top: 0;
    padding-bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .site-footer > .inner-wrap:after, .site-footer > .inner-wrap-narrow:after, .site-footer > .inner-wrap-wide:after, .site-footer > .inner-wrap-fullwidth:after {
      content: none; }
    .site-footer > .inner-wrap > *, .site-footer > .inner-wrap-narrow > *, .site-footer > .inner-wrap-wide > *, .site-footer > .inner-wrap-fullwidth > * {
      width: 100%;
      padding: 1.25em 0;
      box-sizing: border-box; }
      @media (min-width: 60em) {
        .site-footer > .inner-wrap > *, .site-footer > .inner-wrap-narrow > *, .site-footer > .inner-wrap-wide > *, .site-footer > .inner-wrap-fullwidth > * {
          width: calc(33.33% - 16.666px);
          padding: 3.4375em 0 2.25em 3px;
          box-sizing: border-box; } }
  @media (min-width: 60em) {
    .site-footer {
      text-align: left; } }

.sf-logo img {
  max-width: 100%;
  width: 20.4375em; }

@media (min-width: 60em) {
  .sf-logo {
    margin-left: -0.3125em;
    -webkit-align-self: center;
    -moz-align-self: center;
    align-self: center;
    -ms-flex-item-align: center; }
    .sf-logo a {
      margin-bottom: 0.375em;
      display: inline-block; } }

.sf-headings {
  margin: 0 0 0.375em;
  font-size: 1.5em;
  line-height: 1.1666666667em;
 font-family: "Oswald", sans-serif;
    font-weight: 500;  }
  .sf-headings br {
    display: none; }
  @media (min-width: 60em) {
    .sf-headings br {
      display: block; } }

.sf-contact-info li:not(:first-child) {
  margin-top: 0.25em; }

.sf-other-links li {
  display: inline-block;
  vertical-align: top; }

.sf-mail span {
  display: none; }

.sf-mail:before {
  content: '';
  width: 24px;
  height: 24px;
  margin: 0;
  display: inline-block;
  background: url(email.svg) left center no-repeat;
  background-size: 24px;
  vertical-align: top; }

.sf-mail:hover:before {
  background: url(email-hover.svg) left center no-repeat;
  background-size: 24px; }

.sf-fax:hover {
  color: #29339b; }

.sf-google-map {
  margin-top: 0.375em !important; }

.sf-google-map-link {
  font-family: "Oswald", sans-serif; }
  .sf-google-map-link:before {
    content: '';
    width: 15px;
    height: 20px;
    margin: 0.125em 0.5625em 0 0;
    display: inline-block;
    background: url(location.svg) left center no-repeat;
    background-size: 15px;
    vertical-align: top; }
  .sf-google-map-link:hover {
    background: url(location-hover.svg) left center no-repeat;
    background-size: 15px; }

.sf-links li {
  margin-bottom: 0.25em; }
  .sf-links li:not(:last-child):after {
    content: '|';
    margin: 0 0.4375em;
    display: inline-block;
    vertical-align: top; }
.site-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-social-links {
  margin-top: 0.75em !important; }
  .sf-social-links li:not(:last-child) {
    margin-right: 0.9375em; }
  .sf-social-links a {
    display: inline-block;
    position: relative; }
    .sf-social-links a .img-top {
      opacity: 0;
      visibility: hidden;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      -webkit-transition: all 0.25s;
      -moz-transition: all 0.25s;
      transition: all 0.25s; }
    .sf-social-links a:focus .img-top, .sf-social-links a:hover .img-top {
      opacity: 1;
      visibility: visible; }

.copyright {
  color: #fff;
  font-size: 0.90625em;
  line-height: 1.4117647059em;
  letter-spacing: 0.25px; }
  .copyright a {
    color: #fff;
    font-weight: 400;
    text-decoration: none; }
    .copyright a:hover {
      text-decoration: underline;
      color: #fff;
      font-weight: 400; }

.sf-small {
  background-color: #020167;
  text-align: center; }
  .sf-small .inner-wrap, .sf-small .inner-wrap-narrow, .sf-small .inner-wrap-wide, .sf-small .inner-wrap-fullwidth {
    padding-top: 1.8125em;
    padding-bottom: 1.5em;
    box-sizing: border-box; }

/*=============== Search ===============*/
.search-table {
  display: table;
  width: 100%;
  float: right;
  padding: 0;
 }
  .search-table input {
    padding: 0;
    border: none;
    margin: 0;
    box-shadow: none; }
    .search-table input:hover, .search-table input:focus {
      box-shadow: none;
      border: none; }
  .search-table input[type="text"],
  .search-table input[type="number"] {
    height: 3.0555555556em;
    border: none;
    padding: 0.8333333333em 1.1111111111em;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.8); }
    .search-table input[type="text"]:-internal-autofill-selected,
    .search-table input[type="number"]:-internal-autofill-selected {
      background-color: rgba(255, 255, 255, 0.8); }
    .search-table input[type="text"]:hover, .search-table input[type="text"]:focus,
    .search-table input[type="number"]:hover,
    .search-table input[type="number"]:focus {
      background-color: #fff; }
.search-table input[type="text"],
  .search-table input[type="number"], .search-table select {
    height: 3.0555555556em !important;
    border: none !important;
    padding: 0.8333333333em 1.1111111111em !important;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 1.125em !important; }
    .search-table input[type="text"]:-internal-autofill-selected,
    .search-table input[type="number"]:-internal-autofill-selected, .search-table select:-internal-autofill-selected {
      background-color: rgba(255, 255, 255, 0.8); }
    .search-table input[type="text"]:hover, .search-table input[type="text"]:focus,
    .search-table input[type="number"]:hover,
    .search-table input[type="number"]:focus, .search-table select:hover, .search-table select:focus {
      background-color: #fff; }
  .search-table select {
    font-size: 1.125em !important;
    color: #020167; 
  width: 100% !important;}
.search-row {
  display: table-row;
  width: 100%; }

.search-cell {
  margin-bottom: 0.9375em; }
  @media (min-width: 40em) {
    .search-cell {
      width: 34.4%;
      padding: 0 2px 0 0;
      box-sizing: border-box;
      margin-bottom: 0;
      display: table-cell;
      vertical-align: middle; } }
  @media (min-width: 60em) {
    .search-cell {
      padding-left: 1px; } }

.search-cell1 {
  width: calc(100% - 100px);
  padding-right: 2px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top; }
  @media (min-width: 40em) {
    .search-cell1 {
      display: table-cell; } }
  @media (min-width: 60em) {
    .search-cell1 {
      width: calc(65.6% - 68px); } }

.search-cell2 {
  width: 3.75em;
  border: 0;
  display: inline-block;
  vertical-align: middle; }
  @media (min-width: 40em) {
    .search-cell2 {
      display: table-cell; } }
  @media (min-width: 60em) {
    .search-cell2 {
      width: 4.25em; } }

.search-cell3 {
  width: 1.875em;
  display: inline-block;
  vertical-align: middle;
  text-align: right; }
  @media (min-width: 40em) {
    .search-cell3 {
      display: table-cell; } }
  @media (min-width: 60em) {
    .search-cell3 {
      display: none; } }

.search-text {
  font-size: .8em !important;
  width: 100%;
  height: 2.3em !important;
  border: 1px solid red;
  float: left;
  padding-left: .5em !important;
  box-sizing: border-box;
  margin-bottom: 0 !important; }
  .search-text:focus {
    border: 0;
    box-shadow: none !important; }

.search-submit {
  width: 100%;
  height: 3.0555555556em;
  border: 0;
  padding: 0;
  float: right;
  background: #29339b url(search.svg) no-repeat center center/33px !important; }
  .search-submit:hover {
    border: 0 !important;
    padding: 0;
    background: #020167 url(search.svg) no-repeat center center/33px !important; }
  .search-submit:focus {
    outline: none; }

.search-exit img {
  width: 1em; }

.search-exit:hover {
  opacity: 0.8; }

@media (min-width: 60em) {
  .search-exit {
    margin-bottom: 0px; } }
/*
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }
*/
/*====================== Mobile Content Area Style ==================*/
#productSticky{
  top: 0 !important;
}
.navbar-link{
  background:#ffffff !important;  
  }
.menuin .navbar-fixed-top {
    border: 0 !important;
}
.mob-cont #main{
  width:100%; 
  }
#mainMenu .fa-fw{
  color:#d80100 !important; 
  }
.navbar .nav > li{
  border-bottom:1px solid #ffffff !important; 
  }
.navbar .nav > li > a{
  color:#ffffff !important; 
  }
.container .ui-state-default a{
  color:#777777 !important;
  }
.part-link label {
  color: #000000;
}
div#productSticky .media-body a {
color: #000000 !important;
}
#scope-plp-configure span.pull-left{
    color: #cccccc !important;
  }
#plp-page-pagination-table .part-link a {
  text-decoration: underline !important;
  color:#003e98 !important;
}
.part-link a {
  text-decoration: underline !important;
    color:#003e98 !important;
}
.mob-footer{
  background:#313131  !important;
  color:#ffffff !important;
  }
.mob-footer a{
  color:#ffffff !important;
  }
.mob-wrapper .addiAttributetable td .part-link {
    color: #000000 !important;
}
.mob-cont .btn {
    color: #ffffff;
}
.popup-header .btn{
  color:#ffffff !important;
  }
.mob-cont .price span {
    color: #000000 !important;
}
.nav-stacked .pull-left {
    color: #cccccc !important;
}
.pagination-centered a{
  color:#0088cc !important; 
  }
/*========== Search Style =============*/
#plp-advanced-search .panel {
    background: #ffffff;
}
#plp-advanced-search .panel .ui-button-text{
  color:#ffffff;  
  }
#plp-advanced-search .panel #plp-advsi{
  color:#ffffff;  
  }
.attributecontrol span.part-link {
    color: #000000;
}
.plp-page-search-result span{
    color: #000000;
}
.nav-bread li a {
    color: #417acb !important;
}
#plp-advanced-search h4 {
    color: #1b1b1b;
}
.navbar-search .navbar-inner #search{
  border:1px solid #333333;
  }
/*============== Advanced Search Style =============*/
#plp-advanced-search #plp-adv-search-accordion {
    color: #1b1b1b;
}
#plp-advanced-search .slider-arrow{
  color:#ffffff !important; 
  }
table.table tr td span.part-link{
  color:#231f23 !important; 
  }
/*============= Mobile CAD Page Style =============*/
#plp-CAD-table-tabs #cad-tabs .ui-tabs-active a .ui-button-text {
    color: #333333;
}
#plp-CAD-table-tabs #cad-tabs a .ui-button-text {
    color: #333333;
}
#plp-adv-search-accordion .adv-attributecontrol .part-link {
    color: #000000 !important;
}
/*Prevent Images from scaling.*/
.carousel-inner .item img {
    height: auto !important;
}

/*================ Theme Style =====================*/
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #020167;
  background: #020167;
  font-weight: normal;
  color: #ffffff;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #ffffff;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #020167;
  background: #020167;
  font-weight: normal;
  color: #ffffff;
}


.ui-widget-content{
   color: #000000 !important;
}
.ui-widget{
  font-family: "Lato", sans-serif !important;
  font-size: 1em !important;
}
.ui-accordion .ui-accordion-header.ui-state-default, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  font-size: 1em !important;
  background: #020167 !important;
  border: 1px solid #020167 !important;
}
.ui-widget-header, .ui-state-focus, .ui-widget-content .ui-state-focus{
  background: #001f4c !important;
  border: 1px solid #001f4c !important;
  color: #ffffff !important;
}



.btn{
    background: #29339B !important;
  border: 1px solid #29339B !important;
  color: #ffffff !important;
}
.carousel-control {
  width: 35px;
  height: 35px;
}
.fa-fw {
  width: 35px;
  font-size: 35px;
}
.carousel-control.right {
  right: 0 !important;
}
.media .carousel {
  max-width: 320px;
  width: auto;
  padding: 0 35px;
}