@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

*, *::after, *::before {
  box-sizing: inherit;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
    box-sizing: border-box;
      overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
    font-family: 'Lato', sans-serif;
      overflow-x: hidden;
}


h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

.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: 60em) {
  .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;
  }
}

.lt-ie9 .rows-of-2 {
  display: block;
}
.lt-ie9 .rows-of-2::after {
  clear: both;
  content: "";
  display: table;
}
.lt-ie9 .rows-of-2 > * {
  margin-bottom: 1.5em;
  display: block;
  position: relative;
}
.lt-ie9 .rows-of-2 > * > *:first-child {
  margin-top: 0;
}
@media (min-width: 60em) {
  .lt-ie9 .rows-of-2 > * {
    float: left;
    width: 50% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 1em;
    padding-right: 1em;
    display: inline-block !important;
    clear: none !important;
  }
}

.rows-of-3 {
  display: block;
}
.rows-of-3::after {
  clear: both;
  content: "";
  display: table;
}
.rows-of-3 > * {
  margin-bottom: 1.5em;
  display: block;
  position: relative;
}
.rows-of-3 > * > *:first-child {
  margin-top: 0;
}
@media (min-width: 60em) {
  .rows-of-3 > * {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  .rows-of-3 > *:last-child {
    margin-right: 0;
  }
  .rows-of-3 > *:nth-child(3n) {
    margin-right: 0;
  }
  .rows-of-3 > *:nth-child(3n+1) {
    clear: left;
  }
}

.lt-ie9 .rows-of-3 {
  display: block;
}
.lt-ie9 .rows-of-3::after {
  clear: both;
  content: "";
  display: table;
}
.lt-ie9 .rows-of-3 > * {
  margin-bottom: 1.5em;
  display: block;
  position: relative;
}
.lt-ie9 .rows-of-3 > * > *:first-child {
  margin-top: 0;
}
@media (min-width: 60em) {
  .lt-ie9 .rows-of-3 > * {
    float: left;
    width: 33.3% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 1em;
    padding-right: 1em;
  }
}

.rows-of-4 {
  display: block;
}
.rows-of-4::after {
  clear: both;
  content: "";
  display: table;
}
.rows-of-4 > * {
  margin-bottom: 1.5em;
  display: block;
  position: relative;
}
.rows-of-4 > * > *:first-child {
  margin-top: 0;
}
@media (min-width: 60em) {
  .rows-of-4 > * {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
  }
  .rows-of-4 > *:last-child {
    margin-right: 0;
  }
  .rows-of-4 > *:nth-child(4n) {
    margin-right: 0;
  }
  .rows-of-4 > *:nth-child(4n+1) {
    clear: left;
  }
}

.lt-ie9 .rows-of-4 {
  display: block;
}
.lt-ie9 .rows-of-4::after {
  clear: both;
  content: "";
  display: table;
}
.lt-ie9 .rows-of-4 > * {
  margin-bottom: 1.5em;
  display: block;
  position: relative;
}
.lt-ie9 .rows-of-4 > * > *:first-child {
  margin-top: 0;
}
@media (min-width: 60em) {
  .lt-ie9 .rows-of-4 > * {
    float: left;
    width: 25% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media (max-width: 40em) {
  .mobile-rows-of-2 {
    display: block;
  }
  .mobile-rows-of-2::after {
    clear: both;
    content: "";
    display: table;
  }
  .mobile-rows-of-2 > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative;
    float: left;
    display: block;
    margin-right: 7.4229703521%;
    width: 46.288514824%;
  }
  .mobile-rows-of-2 > * > *:first-child {
    margin-top: 0;
  }
  .mobile-rows-of-2 > *:nth-last-child(1) {
    background-color: red;
    margin-bottom: 0;
  }
  .mobile-rows-of-2 > *:nth-last-child(2) {
    background-color: green;
    margin-bottom: 0;
  }
  .mobile-rows-of-2 > *:last-child {
    margin-right: 0;
  }
  .mobile-rows-of-2 > *:nth-child(2n) {
    margin-right: 0;
  }
  .mobile-rows-of-2 > *:nth-child(2n+1) {
    clear: left;
  }
}

.row {
  display: block;
  clear: both;
}
.row::after {
  clear: both;
  content: "";
  display: table;
}

@media (min-width: 40em) {
  .col-1 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 6.1721527019%;
  }
  .col-1:last-child {
    margin-right: 0;
  }

  .col-2 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 14.7019570017%;
  }
  .col-2:last-child {
    margin-right: 0;
  }

  .col-3 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
  }
  .col-3:last-child {
    margin-right: 0;
  }

  .col-4 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  .col-4:last-child {
    margin-right: 0;
  }

  .col-5 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%;
  }
  .col-5:last-child {
    margin-right: 0;
  }

  .col-6 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .col-6:last-child {
    margin-right: 0;
  }

  .col-7 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 57.3509785009%;
  }
  .col-7:last-child {
    margin-right: 0;
  }

  .col-8 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
  }
  .col-8:last-child {
    margin-right: 0;
  }

  .col-9 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%;
  }
  .col-9:last-child {
    margin-right: 0;
  }

  .col-10 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 82.9403914003%;
  }
  .col-10:last-child {
    margin-right: 0;
  }

  .col-11 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 91.4701957002%;
  }
  .col-11:last-child {
    margin-right: 0;
  }

  .col-12 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  .col-12:last-child {
    margin-right: 0;
  }

  .col-last {
    margin-right: 0;
    margin-right: 0 !important;
  }
}


.display-font-size {
  font-size: 3.75em;
}
@media (min-width: 60em) {
  .display-font-size {
    font-size: 5em;
  }
}

.xlarge-font-size {
  font-size: 2.5em;
}
@media (min-width: 60em) {
  .xlarge-font-size {
    font-size: 3.75em;
  }
}

.large-font-size {
  font-size: 1.75em;
}
@media (min-width: 60em) {
  .large-font-size {
    font-size: 2.5em;
  }
}

.medium-font-size {
  font-size: 1.375em;
  margin-bottom: 2em;
  margin-top: 1.75em;
}
@media (min-width: 60em) {
  .medium-font-size {
    font-size: 1.875em;
  }
}

.base-font-size {
  font-size: 1em;
}
@media (min-width: 40em) {
  .base-font-size {
    font-size: 1.125em;
  }
}
@media (min-width: 60em) {
  .base-font-size {
    font-size: 1.125em;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Bebas Neue", sans-serif;
  line-height: 1.25;
  margin: 0;
  color: #333;
  font-weight: 400;
}

h1,
.h1 {
  font-size: 3.75em;
  margin-top: 0;
  margin-bottom: 24px;
}
@media (min-width: 60em) {
  h1,
.h1 {
    font-size: 5em;
  }
}

h2,
.h2 {
  font-size: 2.5em;
  margin-top: 0;
  margin-bottom: 16px;
}
@media (min-width: 60em) {
  h2,
.h2 {
    font-size: 3.75em;
  }
}

h3,
.h3 {
  font-size: 1.75em;
  margin-top: 0;
  margin-bottom: 16px;
}
@media (min-width: 60em) {
  h3,
.h3 {
    font-size: 2.5em;
  }
}

h4,
.h4 {
  font-size: 1.375em;
  margin-top: 0;
  margin-bottom: 16px;
}
@media (min-width: 60em) {
  h4,
.h4 {
    font-size: 1.875em;
  }
}

h5,
.h5 {
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 16px;
}
@media (min-width: 40em) {
  h5,
.h5 {
    font-size: 1.125em;
  }
}
@media (min-width: 60em) {
  h5,
.h5 {
    font-size: 1.125em;
  }
}

h6,
.h6 {
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 16px;
}
@media (min-width: 40em) {
  h6,
.h6 {
    font-size: 1.125em;
  }
}
@media (min-width: 60em) {
  h6,
.h6 {
    font-size: 1.125em;
  }
}

p {
  margin: 16px 0;
  font-size: 1em;
  line-height: 1.75em;
}


.btn-alt-arrow, .btn-arrow, .btn-alt-download, .btn-download, .button,
.wp-element-button,
button,
input[type=submit], .btn-color-alt, .btn-color, .btn-alt, .btn, .product-grid-item-link {
  position: relative;
  -webkit-font-smoothing: antialiased;
  border-radius: 0;
  display: inline-block;
  font-size: 1em;
  font-weight: 700;
  line-height: normal;
  padding: 0.53125em 1em;
  text-decoration: none;
  -webkit-transition: background 0.5s linear;
  -moz-transition: background 0.5s linear;
  transition: background 0.5s linear;
  text-align: center;
  border-radius: 4px;
  text-transform: uppercase;
}
.btn-alt-arrow:hover, .btn-arrow:hover, .btn-alt-download:hover, .btn-download:hover, .button:hover,
.wp-element-button:hover,
button:hover,
input[type=submit]:hover, .btn-color-alt:hover, .btn-color:hover, .btn-alt:hover, .btn:hover, .product-grid-item-link:hover {
  color: white;
}
.btn-alt-arrow:disabled, .btn-arrow:disabled, .btn-alt-download:disabled, .btn-download:disabled, .button:disabled,
.wp-element-button:disabled,
button:disabled,
input[type=submit]:disabled, .btn-color-alt:disabled, .btn-color:disabled, .btn-alt:disabled, .btn:disabled, .product-grid-item-link:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.btn, .product-grid-item-link {
  background-color: #C20;
  color: #ffffff;
}
.btn:focus, .product-grid-item-link:focus, .btn:hover, .product-grid-item-link:hover {
  background-color: #ffffff;
  color: #C20;
}

.btn-alt, .btn-alt-arrow, .btn-alt-download {
  background-color: #E8A800;
  color: #ffffff;
}
.btn-alt:focus, .btn-alt-arrow:focus, .btn-alt-download:focus, .btn-alt:hover, .btn-alt-arrow:hover, .btn-alt-download:hover {
  background-color: #477DCA;
}

.btn-color {
  background-color: #C20;
  color: #ffffff;
  min-width: 9.25em;
}
.btn-color:focus, .btn-color:hover {
  background-color: #9E0B09;
  color: #ffffff;
}

.btn-color-alt {
  background-color: #ffffff;
  color: #C20;
}
.btn-color-alt:focus, .btn-color-alt:hover {
  background-color: #9E0B09;
  color: #ffffff;
}

.button,
.wp-element-button,
button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.button:focus:not(:hover):not(:active),
.wp-element-button:focus:not(:hover):not(:active),
button:focus:not(:hover):not(:active),
input[type=submit]:focus:not(:hover):not(:active) {
  outline: 2px dashed red;
  outline-offset: -1px;
}

p .button,
p button,
p input[type=submit],
p .btn,
p .product-grid-item-link,
p .btn-alt,
p .btn-alt-arrow,
p .btn-alt-download {
  font-size: 1em;
}

.btn-alt-arrow, .btn-arrow, .btn-alt-download, .btn-download {
  padding-right: 4em;
}
.btn-alt-arrow:after, .btn-arrow:after, .btn-alt-download:after, .btn-download:after {
  content: "";
  display: block;
  right: 0;
  top: 0;
  bottom: 0;
  width: 3em;
  position: absolute;
  background-position: center center;
  background-size: 1.5em;
  background-repeat: no-repeat;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  transition: background 0.1s linear;
}
.btn-alt-arrow:hover:after, .btn-arrow:hover:after, .btn-alt-download:hover:after, .btn-download:hover:after {
  background-size: 2em;
}

.btn-download:after {
  background-image: url(ico-download.svg);
}

.btn-alt-download:after {
  background-image: url(ico-download.svg);
}

.btn-arrow:after {
  background-image: url(ico-white-arrow-right.svg);
}

.btn-alt-arrow:after {
  background-image: url(ico-white-arrow-right.svg);
}

/*========= Additional Button Style ========*/
@media (min-width: 40em) {
  .btn-wrap {
    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-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.btn-wrap-wo-bg {
  display: block;
  margin-bottom: 1.5em;
}
.btn-wrap-wo-bg:last-child {
  margin: 0;
}
.btn-wrap-wo-bg > a:not(:first-child) {
  margin-left: 0.9375em;
  margin-right: 0.9375em;
}
@media (min-width: 40em) {
  .btn-wrap-wo-bg {
    display: inline-block;
  }
}

.btn-wrap-bg {
  max-width: 100%;
  background: #333;
  min-width: 21.875em;
  padding: 0.875em 1em;
  text-align: center;
}
.btn-wrap-bg > a {
  min-width: 15em;
  max-width: 100%;
  display: table;
  margin: 0 auto;
}
.btn-wrap-bg > a:not(:last-child) {
  margin-bottom: 0.9375em;
}

.arrow-btn {
  position: relative;
  padding: 0.90625em 1.19875em 0.90625em 1.19875em;
  transition: all 0.5s;
  text-align: center;
}
.arrow-btn .def-arrow {
  display: none;
}
.arrow-btn .hover-arrow {
  display: inline-block;
  position: absolute;
  opacity: 0;
  transition: all 0.5s;
  left: 0;
}
.arrow-btn:focus, .arrow-btn:hover {
  padding: 0.90625em 1.88625em 0.90625em 0.5em;
}
.arrow-btn:focus .hover-arrow, .arrow-btn:hover .hover-arrow {
  opacity: 1;
  left: 80%;
  margin-left: 0.25em;
}
.arrow-btn.bak-btn {
  padding: 0.53125em 1.19875em 0.53125em 1.19875em;
}
.arrow-btn.bak-btn:focus, .arrow-btn.bak-btn:hover {
  padding: 0.53125em 1.88625em 0.53125em 0.5em;
}
@media only screen and (max-width: 1310px) and (min-width: 1280px) {
  .arrow-btn.bak-btn {
    padding: 0.53125em 0.5em;
    margin-left: 0.5em;
  }
}

.vap-btn {
  min-width: 15em;
  padding-top: 0.84375em;
  padding-bottom: 0.84375em;
  text-transform: uppercase;
}
.vap-btn:focus, .vap-btn:hover {
  padding-top: 0.84375em;
  padding-bottom: 0.84375em;
}
.vap-btn:focus .hover-arrow, .vap-btn:hover .hover-arrow {
  opacity: 1;
  left: 83%;
  margin-left: 0.25em;
}

.btn-wrap-bg a {
  min-width: 18.75em;
}

.site-nav,
#hs_menu_wrapper_primary_nav {
  background-color: #1A1A1A;
}
.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: #1A1A1A;
  }
}

.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: 4.75em;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.sn-li-l1,
.hs-menu-depth-1 {
  display: block;
  border-bottom: 0;
  background-color: #1A1A1A;
  position: relative;
}
.sn-li-l1 span,
.hs-menu-depth-1 span {
  font-size: 1.25em;
  font-family: "Bebas Neue", sans-serif;
}
.sn-li-l1 > a,
.hs-menu-depth-1 > a {
  display: block;
  height: 3.125em;
  line-height: 3.125em;
  color: #ffffff;
  text-decoration: none;
  padding: 0 1em;
}
.sn-li-l1 > a:visited,
.hs-menu-depth-1 > a:visited {
  color: #ffffff;
}
.sn-li-l1 > a:focus, .sn-li-l1 > a:hover,
.hs-menu-depth-1 > a:focus,
.hs-menu-depth-1 > a:hover {
  color: #777777;
}
.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(sub-menu.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 8px;
  display: block;
  width: 10px;
  height: 8px;
  position: absolute;
  background-color: #121212;
  right: 20px;
  top: 18px;
  /*transform: translateY(-50%);*/
  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);
  background-image: url(sub-menu-hover.svg);
}
.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: 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 {
  transform: rotate(180deg);
}
.sn-li-l1:hover,
.hs-menu-depth-1:hover {
  background-color: #1A1A1A;
}
.sn-li-l1.current-page-parent, .sn-li-l1.current-menu-item, .sn-li-l1:hover,
.hs-menu-depth-1.current-page-parent,
.hs-menu-depth-1.current-menu-item,
.hs-menu-depth-1:hover {
  /*background-color: transparent;*/
}
.sn-li-l1.current-page-parent > a, .sn-li-l1.current-menu-item > a, .sn-li-l1:hover > a,
.hs-menu-depth-1.current-page-parent > a,
.hs-menu-depth-1.current-menu-item > a,
.hs-menu-depth-1:hover > a {
  color: #777777;
}
@media (min-width: 60em) {
  .sn-li-l1,
.hs-menu-depth-1 {
    height: 4.75em;
    float: left;
    border-bottom: 0;
    border-right: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    text-align: center;
  }
  .sn-li-l1 span,
.hs-menu-depth-1 span {
    font-size: 1.25em;
  }
  .sn-li-l1 > a,
.hs-menu-depth-1 > a {
    padding: 0 0.5em;
    color: #ffffff;
    height: 4.75em;
    line-height: 4.75em;
  }
  .sn-li-l1 > a:focus, .sn-li-l1 > a:hover,
.hs-menu-depth-1 > a:focus,
.hs-menu-depth-1 > a:hover {
    color: #777777;
  }
  .sn-li-l1 > a:focus span:before, .sn-li-l1 > a:hover span:before,
.hs-menu-depth-1 > a:focus span:before,
.hs-menu-depth-1 > a:hover span:before {
    transform: translateY(-50%) rotate(180deg);
    background-image: url(sub-menu-hover.svg);
  }
  .sn-li-l1.current-page-parent, .sn-li-l1.current-menu-item, .sn-li-l1:hover,
.hs-menu-depth-1.current-page-parent,
.hs-menu-depth-1.current-menu-item,
.hs-menu-depth-1:hover {
    background-color: transparent;
  }
  .sn-li-l1.current-page-parent > a, .sn-li-l1.current-menu-item > a, .sn-li-l1:hover > a,
.hs-menu-depth-1.current-page-parent > a,
.hs-menu-depth-1.current-menu-item > a,
.hs-menu-depth-1:hover > a {
    color: #777777;
  }
  .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: 1em;
    display: inline;
    position: relative;
  }
  .sn-li-l1.has-subnav > a span:before, .sn-li-l1.menu-item-has-children > a span:before, .sn-li-l1.hs-item-has-children > a span:before,
.hs-menu-depth-1.has-subnav > a span:before,
.hs-menu-depth-1.menu-item-has-children > a span:before,
.hs-menu-depth-1.hs-item-has-children > a span:before {
    content: "";
    position: absolute;
    background-image: url(sub-menu.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 10px 8px;
    width: 10px;
    height: 8px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s all;
  }
  .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(sub-menu.svg);
  }
  .sn-li-l1.has-subnav > a:focus span:before, .sn-li-l1.has-subnav > a:hover span:before, .sn-li-l1.menu-item-has-children > a:focus span:before, .sn-li-l1.menu-item-has-children > a:hover span:before, .sn-li-l1.hs-item-has-children > a:focus span:before, .sn-li-l1.hs-item-has-children > a:hover span:before,
.hs-menu-depth-1.has-subnav > a:focus span:before,
.hs-menu-depth-1.has-subnav > a:hover span:before,
.hs-menu-depth-1.menu-item-has-children > a:focus span:before,
.hs-menu-depth-1.menu-item-has-children > a:hover span:before,
.hs-menu-depth-1.hs-item-has-children > a:focus span:before,
.hs-menu-depth-1.hs-item-has-children > a:hover span:before {
    transform: translateY(-50%) rotate(180deg);
    background-image: url(sub-menu-hover.svg);
  }
  .sn-li-l1:hover,
.hs-menu-depth-1:hover {
    background-color: #1A1A1A;
  }
  .sn-li-l1:hover > a,
.hs-menu-depth-1:hover > a {
    color: #777777;
  }
  .sn-li-l1:hover > a span:before,
.hs-menu-depth-1:hover > a span:before {
    transform: translateY(-50%) rotate(180deg);
    background-image: url(sub-menu-hover.svg);
  }
}

.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;
    z-index: 9;
    left: 0;
    top: 100%;
    min-width: 15.625em;
    border-top: 3px solid #C20;
    box-shadow: 0px 4px 5px 0px rgba(138, 138, 138, 0.49);
  }
  .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: #1A1A1A;
  list-style: none;
}
.sn-li-l2 > a, .sn-li-l3 > a, .sn-li-l4 > a,
.hs-menu-depth-2 > a {
  padding: 0 1em;
  color: #ffffff;
  border-top: 0;
  display: block;
  text-decoration: none;
  line-height: 3.125em;
}
.sn-li-l2 > a span, .sn-li-l3 > a span, .sn-li-l4 > a span,
.hs-menu-depth-2 > a span {
  font-size: 1em;
  line-height: 1.25em;
  display: inline-block;
  vertical-align: middle;
  font-family: "Lato", sans-serif;
  position: relative;
  padding-left: 1em;
}
.sn-li-l2 > a span:before, .sn-li-l3 > a span:before, .sn-li-l4 > a span:before,
.hs-menu-depth-2 > a span:before {
  content: "";
  position: absolute;
  background-image: url(sub-nav-arrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10px 8px;
  width: 10px;
  height: 8px;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(270deg);
  transition: 0.3s all;
}
.sn-li-l2 > a:focus, .sn-li-l3 > a:focus, .sn-li-l4 > a:focus, .sn-li-l2 > a:hover, .sn-li-l3 > a:hover, .sn-li-l4 > a:hover,
.hs-menu-depth-2 > a:focus,
.hs-menu-depth-2 > a:hover {
  color: #C20;
}
.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: #C20;
}
.sn-li-l2.current-page-parent, .current-page-parent.sn-li-l3, .current-page-parent.sn-li-l4, .sn-li-l2.current-menu-item, .current-menu-item.sn-li-l3, .current-menu-item.sn-li-l4, .sn-li-l2:hover, .sn-li-l3:hover, .sn-li-l4:hover,
.hs-menu-depth-2.current-page-parent,
.hs-menu-depth-2.current-menu-item,
.hs-menu-depth-2:hover {
  /*background-color: transparent;*/
}
.sn-li-l2.current-page-parent > a, .current-page-parent.sn-li-l3 > a, .current-page-parent.sn-li-l4 > a, .sn-li-l2.current-menu-item > a, .current-menu-item.sn-li-l3 > a, .current-menu-item.sn-li-l4 > a, .sn-li-l2:hover > a, .sn-li-l3:hover > a, .sn-li-l4:hover > a,
.hs-menu-depth-2.current-page-parent > a,
.hs-menu-depth-2.current-menu-item > a,
.hs-menu-depth-2:hover > a {
  color: #777777;
}
@media (min-width: 60em) {
  .sn-li-l2, .sn-li-l3, .sn-li-l4,
.hs-menu-depth-2 {
    position: relative;
    background-color: #E8E8E8;
    text-align: left;
  }
  .sn-li-l2 > a, .sn-li-l3 > a, .sn-li-l4 > a,
.hs-menu-depth-2 > a {
    padding: 0 0.5em;
    line-height: 3.125em;
    border-top: 0;
    border-right: 0;
    color: #000000;
  }
  .sn-li-l2 > a span, .sn-li-l3 > a span, .sn-li-l4 > a span,
.hs-menu-depth-2 > a span {
    font-size: 1em;
    padding-left: 0;
  }
  .sn-li-l2 > a span:before, .sn-li-l3 > a span:before, .sn-li-l4 > a span:before,
.hs-menu-depth-2 > a span:before {
    content: none;
  }
  .sn-li-l2.current-page-parent, .current-page-parent.sn-li-l3, .current-page-parent.sn-li-l4, .sn-li-l2.current-menu-item, .current-menu-item.sn-li-l3, .current-menu-item.sn-li-l4, .sn-li-l2:hover, .sn-li-l3:hover, .sn-li-l4:hover,
.hs-menu-depth-2.current-page-parent,
.hs-menu-depth-2.current-menu-item,
.hs-menu-depth-2:hover {
    /*background-color: transparent;*/
  }
  .sn-li-l2.current-page-parent > a, .current-page-parent.sn-li-l3 > a, .current-page-parent.sn-li-l4 > a, .sn-li-l2.current-menu-item > a, .current-menu-item.sn-li-l3 > a, .current-menu-item.sn-li-l4 > a, .sn-li-l2:hover > a, .sn-li-l3:hover > a, .sn-li-l4:hover > a,
.hs-menu-depth-2.current-page-parent > a,
.hs-menu-depth-2.current-menu-item > a,
.hs-menu-depth-2:hover > a {
    color: #C20;
  }
  .sn-li-l2:hover, .sn-li-l3:hover, .sn-li-l4:hover,
.hs-menu-depth-2:hover {
    background-color: #E8E8E8;
  }
  .sn-li-l2:hover > a, .sn-li-l3:hover > a, .sn-li-l4:hover > a,
.hs-menu-depth-2:hover > a {
    color: #C20;
  }
  .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;
  }
}

.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 > a, .sn-li-l4 > a {
  padding: 0 4em;
}
@media (min-width: 60em) {
  .sn-li-l3 > a, .sn-li-l4 > a {
    padding: 0 0.5em;
  }
  .sn-li-l3:hover .sn-level-4, .sn-li-l4:hover .sn-level-4 {
    display: block !important;
    margin: -1.5625em;
    padding: 1.5625em;
  }
}

.sn-li-l4:hover .sn-level-5 {
  display: block !important;
  margin: -1.5625em;
  padding: 1.5625em;
}

.site-nav-container {
  clear: both;
  display: none;
  position: absolute;
  width: 100%;
  background: #ffffff;
  left: 0;
  top: 6.37625em;
  z-index: 9;
  border-top: 3px solid #C20;
}
@media (min-width: 60em) {
  .site-nav-container {
    width: auto;
    height: auto;
    right: auto;
    left: auto;
    bottom: auto;
    top: auto;
    position: static;
    border-top: 0;
    display: block;
  }
}

.site-nav-container-screen {
  position: absolute;
  display: none;
  z-index: 2;
  left: 0;
  right: 0;
  top: 6.375em;
  height: 100%;
  background-color: #1A1A1A;
}
.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: #477DCA !important;
  font-family: "Bebas Neue", sans-serif;
  padding: 0.25em 1em;
  padding-right: 1.5625em;
  margin: 0 auto;
  font-size: 0.875em;
  background-color: #ffffff;
  border-radius: 0.1875em;
}
.close-menu:visited {
  color: #ffffff;
}
.close-menu:hover {
  color: #ffffff;
}
.close-menu:after {
  content: "";
  background-color: transparent;
  background-image: url(ico-exit-black.svg);
  background-size: 0.8125em 0.8125em;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 1.5625em;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
@media (min-width: 60em) {
  .close-menu {
    display: none;
  }
}

.snc-header {
  background-color: #1A1A1A;
  text-align: center;
  padding: 1em;
}
@media (min-width: 60em) {
  .snc-header {
    padding: 0;
    display: none;
  }
}


.mega-menu-parent {
  display: none;
}
@media (min-width: 60em) {
  .mega-menu-parent {
    display: block;
  }
  .mega-menu-parent > a span {
    padding-right: 1em;
    display: inline;
    position: relative;
  }
  .mega-menu-parent > a span:before {
    content: "";
    position: absolute;
    background-image: url(sub-menu.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 10px 8px;
    width: 10px;
    height: 8px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s all;
  }
}

@media (min-width: 60em) {
  .hide-desk {
    display: none;
  }
}

.mega-open > a {
  color: #777777 !important;
}
.mega-open > a span:before {
  transform: translateY(-50%) rotate(180deg);
  background-image: url(sub-menu-hover.svg);
}

.mega-menu {
  background: #E8E8E8;
  border-top: 3px solid #C20;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
.mega-menu.is-open {
  transform: translateY(0);
  pointer-events: auto;
  display: block;
}



.mega-menu > .inner-wrap, .mega-menu > .inner-wrap-fullwidth, .mega-menu > .inner-wrap-wide, .mega-menu > .inner-wrap-narrow {
  padding-top: 1.59375em;
  padding-bottom: 1.59375em;
}
.mega-menu .mmc-heading {
  font-size: 1.25em;
  line-height: 1.2em;
  color: #9E0B09;
  font-weight: 400;
  padding-bottom: 0.7em;
  border-bottom: 1px solid #333333;
}
.mega-menu .mmp-heading {
  font-size: 1.25em;
  line-height: 1.2em;
  color: #9E0B09;
  font-weight: 400;
  padding-bottom: 0.7em;
  border-bottom: 1px solid #333333;
}
.mega-menu .mmc-link {
  display: inline-block;
  font-size: 1em;
  line-height: 1.5em;
  color: #000000;
  text-decoration: none;
  margin-bottom: 1.25em;
  padding-left: 1em;
  position: relative;
}
.mega-menu .mmc-link:before {
  content: "";
  position: absolute;
  background-image: url(sub-nav-arrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10px 8px;
  width: 10px;
  height: 8px;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(270deg);
}
.mega-menu .mmc-link:focus, .mega-menu .mmc-link:hover {
  color: #C20;
}
.mega-menu .mmp-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-bottom: 1em;
}
.mega-menu .mmp-link:last-child {
  margin-bottom: 1.4375em;
}
.mega-menu .mmp-link:focus .mmp-link-title, .mega-menu .mmp-link:hover .mmp-link-title {
  color: #C20;
}
.mega-menu .mmp-link:focus .mmp-link-title span, .mega-menu .mmp-link:hover .mmp-link-title span {
  color: #C20;
}
.mega-menu .mmp-link-title {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 1.25em;
  line-height: 1.2em;
  color: #1A1A1A;
  margin-left: 0.6em;
}
.mega-menu .mmp-link-title span {
  display: block;
  font-weight: 600;
  font-size: 0.65em;
  line-height: 1.0769230769em;
  color: #888;
  font-family: "Lato", sans-serif;
}
.mega-menu .mmp-image img {
  display: block;
  margin: 0 auto;
}
.mega-menu .mm-wap {
  display: flex;
  justify-content: space-between;
}
.mega-menu .mmc-menu {
  column-count: 2;
}
@media (min-width: 60em) {
  .mega-menu .mm-cabinets {
    width: 49%;
  }
}
@media (min-width: 80em) {
  .mega-menu .mm-cabinets {
    width: 760px;
  }
}
@media (min-width: 60em) {
  .mega-menu .mm-products {
    width: 49%;
  }
}
@media (min-width: 80em) {
  .mega-menu .mm-products {
    width: calc(100% - 830px);
  }
}


.mega-menu ul,
.mega-menu ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mega-menu li::marker {
    content: none;
}




.inner-wrap, .inner-wrap-fullwidth, .inner-wrap-wide, .inner-wrap-narrow {
  max-width: 90em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em 1.25em 1.5em 1.25em;
}
.inner-wrap::after, .inner-wrap-fullwidth::after, .inner-wrap-wide::after, .inner-wrap-narrow::after {
  clear: both;
  content: "";
  display: table;
}
.inner-wrap > *:first-child, .inner-wrap-fullwidth > *:first-child, .inner-wrap-wide > *:first-child, .inner-wrap-narrow > *:first-child {
  margin-top: 0;
}
.inner-wrap > *:last-child, .inner-wrap-fullwidth > *:last-child, .inner-wrap-wide > *:last-child, .inner-wrap-narrow > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 60em) {
  .inner-wrap, .inner-wrap-fullwidth, .inner-wrap-wide, .inner-wrap-narrow {
    padding: 2.5em 5em 2.5em 5em;
  }
}

.inner-wrap-narrow {
  max-width: 64.5em;
}

.inner-wrap-wide {
  max-width: 87.5em;
}

.inner-wrap-fullwidth {
  max-width: 100%;
}




/*============Side Navigation Test==============*/
.side-nav {
  width: 100%;
  overflow: hidden;
}
.side-nav h3 {
  margin-top: 0;
}
@media (min-width: 40em) {
  .side-nav {
    max-width: 15em;
    width: 100%;
  }
}

.sn-nav li {
  background-color: #1A1A1A;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
}
.sn-nav li a {
  color: #ffffff;
  display: block;
  font-size: 1.125em;
  line-height: 1.3333333333em;
  text-decoration: none;
  padding: 0.6111111111em 2.2222222222em 0.6111111111em 0.8888888889em;
}
.sn-nav li a:focus:not(:hover):not(:active) {
  outline: 2px solid red;
  outline-offset: -2px;
}
.sn-nav li a:hover, .sn-nav li a:focus {
  background-color: #C20;
  color: #ffffff;
}
.sn-nav li.active {
  border-bottom: 0;
  background-color: #C20;
}
.sn-nav li.active > a {
  color: #ffffff;
}
.sn-nav li.active .m-subnav-arrows {
  transform: rotate(180deg);
}
.sn-nav li:hover > a {
  background-color: #C20;
  color: #ffffff;
}
.sn-nav li:hover.menu-item-has-children .m-subnav-arrow {
  background-image: url(nav-down-arrow.svg);
}
.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: 0.5555555556em auto;
  display: block;
  width: 2.2222222222em;
  height: 2.5555555556em;
  position: absolute;
  background-color: transparent;
  right: 0;
  top: 2px;
  bottom: 0;
}
.sn-nav .menu-item-has-children .m-subnav-arrow.active {
  transform: rotate(180deg);
  background-image: url(nav-down-arrow.svg);
}
.sn-nav .menu-item-has-children ul {
  margin-bottom: 0;
  padding: 0;
  display: none;
  border-bottom: 1px solid #477DCA;
  border-top: 1px solid #477DCA;
}
.sn-nav .menu-item-has-children ul li {
  margin-bottom: 0;
  background-color: #eeeeee;
  border-bottom: 0;
}
.sn-nav .menu-item-has-children ul li a {
  color: #999;
  font-size: 1.125em;
  padding: 0.2777777778em 2.2222222222em 0.2777777778em 0.8888888889em;
  line-height: 1.4444444444em;
  text-transform: initial;
  position: relative;
}
.sn-nav .menu-item-has-children ul li a:hover {
  background-color: #477DCA;
  color: #ffffff;
}
.sn-nav .menu-item-has-children ul li a:focus:not(:hover):not(:active) {
  background-color: #477DCA;
  outline-color: red;
  color: #ffffff;
}
.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;
}



/*=============== Media Object ===============*/
.media-object {
  overflow: hidden;
}

.media-object-img {
  width: 20%;
  float: left;
  display: block;
  margin-right: 5%;
}
.media-object-img img {
  width: 100%;
}

.media-object-body {
  width: 75%;
  float: left;
}

.media-object-header {
  margin-top: 0;
  margin-bottom: 0.15em;
}

.media-grid-2 > * {
  margin-bottom: 1em;
}
@media (min-width: 40em) {
  .media-grid-2 > * {
    float: left;
    display: block;
    margin-right: 3.1684356888%;
    width: 48.4157821556%;
    margin-bottom: 1.5em;
  }
  .media-grid-2 > *:last-child {
    margin-right: 0;
  }
  .media-grid-2 > *:nth-child(2n) {
    margin-right: 0;
  }
  .media-grid-2 > *:nth-child(2n+1) {
    clear: left;
  }
}



/*=============== Layouts  ===============*/
.page-intro {
    background-image: url("download.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; /* or contain */
  min-height: 4.5625em;
}
.page-intro .inner-wrap, .page-intro .inner-wrap-narrow, .page-intro .inner-wrap-wide, .page-intro .inner-wrap-fullwidth {
  padding-top: 5em;
  padding-bottom: 5em;
}
.page-intro h1 {
  margin: 0;
}
.page-intro p {
  margin: 0.5em 0 0 0;
}
.page-intro .pi-heading {
  color: #ffffff;
  font-weight: 400;
  font-size: 80px;
  font-family: "Bebas Neue", sans-serif;
}

/* .breadcrumb-menu a {
  color: #1A1A1A;
  font-size: 0.875em;
}
.breadcrumb-menu a:hover {
  color: #C20;
}
.breadcrumb-menu .breadcrumb_last {
  font-size: 0.875em;
}

.page-id-9 .breadcrumb-menu {
  display: none;
} */


.on-light-bg,
.on-color-bg {
  padding: 1.5em;
  margin-bottom: 0;
}
.on-light-bg p:last-of-type,
.on-color-bg p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 40em) {
  .on-light-bg,
.on-color-bg {
    padding: 2.1875em 0;
  }
}

.on-color-bg {
  background-color: #1A1A1A;
  position: relative;
  margin-bottom: 0;
}
.on-color-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #1A1A1A;
  position: absolute;
  top: 0;
  left: -100%;
}
.on-color-bg:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #1A1A1A;
  position: absolute;
  top: 0;
  right: -100%;
}
.on-color-bg * {
  color: #ffffff;
}
@media (min-width: 40em) {
  .on-color-bg {
    padding-left: 1.5em;
    margin-bottom: 0;
  }
  .on-color-bg:before {
    display: none;
  }
  .on-color-bg:after {
    display: none;
  }
}

@media (min-width: 60em) {
  .hw-txt {
    max-width: 28.5em;
    width: 100%;
  }
}



.internal-page-cta-module {
  text-align: center;
}
.internal-page-cta-module .inner-wrap, .internal-page-cta-module .inner-wrap-narrow, .internal-page-cta-module .inner-wrap-wide, .internal-page-cta-module .inner-wrap-fullwidth {
  position: relative;
  padding-top: 4.4375em;
  padding-bottom: 4.125em;
}
@media (min-width: 80em) {
  .internal-page-cta-module {
    text-align: left;
  }
  .internal-page-cta-module .inner-wrap, .internal-page-cta-module .inner-wrap-narrow, .internal-page-cta-module .inner-wrap-wide, .internal-page-cta-module .inner-wrap-fullwidth {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
  .internal-page-cta-module .inner-wrap:after, .internal-page-cta-module .inner-wrap-narrow:after, .internal-page-cta-module .inner-wrap-wide:after, .internal-page-cta-module .inner-wrap-fullwidth:after {
    display: none;
  }
  .internal-page-cta-module .hfwc-heading {
    margin-bottom: 0;
  }
}
.internal-page-cta-module .btn-color-alt {
  border: 1px solid #9E0B09;
  min-width: 17.5em;
}

.patterns-and-modules-test .internal-page-cta-module .inner-wrap, .patterns-and-modules-test .internal-page-cta-module .inner-wrap-narrow, .patterns-and-modules-test .internal-page-cta-module .inner-wrap-wide, .patterns-and-modules-test .internal-page-cta-module .inner-wrap-fullwidth {
  padding-top: 1.25em;
}





.prev-next-post .inner-wrap, .prev-next-post .inner-wrap-narrow, .prev-next-post .inner-wrap-wide, .prev-next-post .inner-wrap-fullwidth {
  padding-top: 0;
  text-align: center;
}
.prev-next-post .inner-wrap > span, .prev-next-post .inner-wrap-narrow > span, .prev-next-post .inner-wrap-wide > span, .prev-next-post .inner-wrap-fullwidth > span {
  width: 100%;
  display: block;
}
.prev-next-post .inner-wrap > span > a > span, .prev-next-post .inner-wrap-narrow > span > a > span, .prev-next-post .inner-wrap-wide > span > a > span, .prev-next-post .inner-wrap-fullwidth > span > a > span {
  display: block;
}
@media (min-width: 40em) {
  .prev-next-post .inner-wrap, .prev-next-post .inner-wrap-narrow, .prev-next-post .inner-wrap-wide, .prev-next-post .inner-wrap-fullwidth {
    display: flex;
  }
  .prev-next-post .inner-wrap:after, .prev-next-post .inner-wrap-narrow:after, .prev-next-post .inner-wrap-wide:after, .prev-next-post .inner-wrap-fullwidth:after {
    display: none;
  }
  .prev-next-post .inner-wrap > span, .prev-next-post .inner-wrap-narrow > span, .prev-next-post .inner-wrap-wide > span, .prev-next-post .inner-wrap-fullwidth > span {
    width: 50%;
    flex-grow: 1;
    flex-basis: 0;
  }
  .prev-next-post .inner-wrap > span.prev-post, .prev-next-post .inner-wrap-narrow > span.prev-post, .prev-next-post .inner-wrap-wide > span.prev-post, .prev-next-post .inner-wrap-fullwidth > span.prev-post {
    text-align: left;
  }
  .prev-next-post .inner-wrap > span.next-post, .prev-next-post .inner-wrap-narrow > span.next-post, .prev-next-post .inner-wrap-wide > span.next-post, .prev-next-post .inner-wrap-fullwidth > span.next-post {
    text-align: right;
  }
}


/*   end defaults   */
.site-wrap {
  background: #ffffff;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  min-height: 100%;
}

/*=============== ADA Complaince styling ===================*/
#skipToContent {
  position: fixed;
  z-index: 0;
  top: 10px;
  left: 10px;
  opacity: 0;
}
#skipToContent:focus {
  opacity: 1;
  z-index: 99999;
}

.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;
}

.nonlink {
  cursor: default;
  pointer-events: auto;
}
@media (min-width: 60em) {
  .nonlink {
    pointer-events: none;
  }
}



/*=============== Site Header ===============*/
.site-header-wrap {
  /*background-image:url(img/bg-site-intro.jpg);*/
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.site-header {
  background: #1A1A1A;
  height: 8.87625em;
  transition: all 0.5s;
}
@media (min-width: 60em) {
  .site-header {
    height: 8.934375em;
  }
}
.sh-top-nav {
  background: #111111;
  border-bottom: 1px solid #262626;
}
.sh-top-nav .inner-wrap, .sh-top-nav .inner-wrap-narrow, .sh-top-nav .inner-wrap-wide, .sh-top-nav .inner-wrap-fullwidth {
  padding: 0.21875em 1em;
}
@media (min-width: 60em) {
  .sh-top-nav .inner-wrap, .sh-top-nav .inner-wrap-narrow, .sh-top-nav .inner-wrap-wide, .sh-top-nav .inner-wrap-fullwidth {
    padding: 0.46875em 5em;
  }
}
@media (min-width: 60em) {
  .sh-top-nav {
    background: #1A1A1A;
  }
}

.sh-sticky-wrap {
  position: relative;
}

.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: 1.0625em;
  padding-bottom: 0.5em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sh-sticky-wrap .inner-wrap:after, .sh-sticky-wrap .inner-wrap-narrow:after, .sh-sticky-wrap .inner-wrap-wide:after, .sh-sticky-wrap .inner-wrap-fullwidth:after {
  content: none;
}

.sh-sticky-wrap.stuck {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  box-shadow: 0px 0px 8px #000000;
  background-color: #1A1A1A;
}
.sh-sticky-wrap.active {
  height: 100vh;
  overflow-y: auto;
}
.sh-sticky-wrap.active.stuck {
  height: 100%;
}
@media (min-width: 60em) {
  .sh-sticky-wrap {
    background-color: #1A1A1A;
    /*height: $nav-height;*/
  }
}

.sh-utility-nav {
  background-color: #111;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.sh-utility-nav:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  background-color: #111;
}
.sh-utility-nav:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -100%;
  background-color: #111;
}
@media (min-width: 60em) {
  .sh-utility-nav {
    background-color: transparent;
  }
  .sh-utility-nav:before {
    content: none;
  }
  .sh-utility-nav:after {
    content: none;
  }
}

.site-logo {
  display: table;
  /*margin: 0 auto;
  margin-bottom: em(40);*/
  text-decoration: none;
}
.site-logo:focus, .site-logo:hover {
  text-decoration: none;
}
.site-logo img {
  display: block;
  max-width: 94px;
  margin: 0 auto;
}
@media (min-width: 60em) {
  .site-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
  }
  .site-logo img {
    max-width: 77px;
  }
}
@media (min-width: 80em) {
  .site-logo {
    width: 410px;
  }
}

.sh-icons {
  float: right;
}
.sh-ico-menu, .sh-ico-search {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1em auto;
  display: inline-block;
  padding-left: 1.2em;
  width: 2em;
  height: 2em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
.sh-ico-menu span, .sh-ico-search span {
  display: none;
}
@media (min-width: 60em) {
  .sh-ico-menu, .sh-ico-search {
    width: auto;
    height: auto;
    background-position: center left;
    margin-left: 1em;
  }
  .sh-ico-menu span, .sh-ico-search span {
    display: inline-block;
  }
}

.sh-email {
  /*background-image: url(img/ico-email.svg);*/
  /*@extend %sh-ico;*/
}

.sh-email-span {
  color: #777777;
  font-size: 1.125em;
  line-height: 1em;
  font-weight: 400;
}
@media only screen and (max-width: 500px) {
  .sh-email-span {
    font-size: 0.8125em;
    line-height: 1.0769230769em;
  }
}
@media (min-width: 60em) {
  .sh-email-span {
    font-size: 1em;
    line-height: 1.5em;
  }
}
.sh-email-span span {
  display: none;
}
@media (min-width: 60em) {
  .sh-email-span span {
    display: inline-block;
  }
}
.sh-email-span a {
  color: #AFAFAF;
  font-size: 1em;
  line-height: 1em;
  font-weight: 400;
  text-decoration: none;
}
@media (min-width: 60em) {
  .sh-email-span a {
    font-size: 1em;
    line-height: 1.5em;
    margin-left: 0.375em;
  }
}
.sh-email-span a:focus, .sh-email-span a:hover {
  color: #ffffff;
}

.sh-call-span {
  color: #777777;
  font-size: 1.125em;
  line-height: 1em;
  font-weight: 400;
}
@media only screen and (max-width: 500px) {
  .sh-call-span {
    font-size: 0.8125em;
    line-height: 1.0769230769em;
  }
}
@media (min-width: 60em) {
  .sh-call-span {
    font-size: 1em;
    line-height: 1.5em;
  }
}
.sh-call-span a {
  color: #AFAFAF;
  font-size: 1em;
  line-height: 1em;
  font-weight: 400;
  text-decoration: none;
}
@media (min-width: 60em) {
  .sh-call-span a {
    font-size: 1em;
    line-height: 1.5em;
    margin-left: 0.375em;
  }
}
.sh-call-span a:focus, .sh-call-span a:hover {
  color: #ffffff;
}

.sh-ph {
  /*background-image: url(img/ico-ph.svg);*/
  /*@extend %sh-ico;*/
}

.sh-ico-search {
  background-image: url(ico-search.svg);
  vertical-align: middle;
}
.sh-ico-search span {
  color: #AFAFAF;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
  margin-left: 0.375em;
}
.sh-ico-search:focus span, .sh-ico-search:hover span {
  color: #ffffff;
}

.sh-ico-menu {
  background-image: url(menu-toggle.png);
  width: 30px;
  height: 20px;
  background-size: 30px 20px;
  padding: 0;
}
@media (min-width: 60em) {
  .sh-ico-menu {
    display: none;
  }
}

/*=============== Site Intro ===============*/
.site-intro {
  position: relative;
}
.site-intro .sir-top-subtext {
  font-size: 1em;
  line-height: 1.0625em;
  color: #AFAFAF;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 1em;
  display: block;
}
.site-intro .sir-heading {
  font-size: 3.75em;
  line-height: 0.9333333333em;
  font-weight: 400;
  color: #ffffff;
  margin: 0 0 0.5em 0;
  padding-right: 0.3333333333em;
}
@media (min-width: 60em) {
  .site-intro .sir-heading {
    font-size: 5em;
    line-height: 0.8125em;
    margin: 0 0 0.375em 0;
    padding-right: 0.25em;
  }
}
@media only screen and (min-width: 1300px) {
  .site-intro .sir-heading {
    font-size: 5em;
    line-height: 0.7em;
    padding-right: 0;
  }
}
.site-intro .si-ready {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  min-height: 35.9375em;
  border-bottom: 5px solid #C20;
}
@media only screen and (max-width: 640px) {
  .site-intro .si-ready {
    background-image: url(/wp-content/uploads/Container-9.png) !important;
    background-position: top;
  }
  .site-intro .si-ready > .inner-wrap, .site-intro .si-ready > .inner-wrap-narrow, .site-intro .si-ready > .inner-wrap-wide, .site-intro .si-ready > .inner-wrap-fullwidth {
    padding-top: 1.25em !important;
    padding-bottom: 1.25em !important;
  }
}
@media (min-width: 60em) {
  .site-intro .si-ready {
    min-height: auto;
    border-bottom: 0;
  }
}
.site-intro .si-ready > .inner-wrap, .site-intro .si-ready > .inner-wrap-narrow, .site-intro .si-ready > .inner-wrap-wide, .site-intro .si-ready > .inner-wrap-fullwidth {
  padding-top: 2.1875em;
  padding-bottom: 2.1875em;
  height: 100%;
  position: relative;
}
.site-intro .sir-bottom {
  /*left: 20px;
  bottom: 20px;*/
}
@media (min-width: 60em) {
  .site-intro .sir-bottom {
    position: absolute;
    max-width: 48.3125em;
    left: 5em;
    bottom: 2.1875em;
  }
}
.site-intro .sir-subtext {
  font-size: 1em;
  line-height: 1.3125em;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin: 0 0 1.875em 0;
  text-transform: uppercase;
  padding-right: 1.25em;
  position: absolute;
  bottom: 8.75em;
}
@media (min-width: 40em) {
  .site-intro .sir-subtext {
    bottom: 4.5625em;
  }
}
@media (min-width: 60em) {
  .site-intro .sir-subtext {
    margin: 0 0 1.875em 0;
    position: static;
    bottom: auto;
  }
}
@media (min-width: 80em) {
  .site-intro .sir-subtext {
    font-size: 1em;
    line-height: 1.3125em;
    padding-right: 0;
  }
}
.site-intro .sir-btn-wrap {
  position: absolute;
  bottom: 1.25em;
  width: 100%;
}
@media (min-width: 60em) {
  .site-intro .sir-btn-wrap {
    position: static;
    bottom: auto;
  }
}
.site-intro .sir-btn-1 {
  min-width: 10.3125em;
  margin: 0.75em 0.75em 0.75em 0;
}
@media only screen and (max-width: 640px) {
  .site-intro .sir-btn-1 {
    width: calc(100% - 40px);
  }
}
@media (min-width: 80em) {
  .site-intro .sir-btn-1 {
    margin: 0;
  }
}
.site-intro .sir-btn-1:focus .hover-arrow, .site-intro .sir-btn-1:hover .hover-arrow {
  left: 77%;
}
.site-intro .sir-btn-2 {
  min-width: 14.625em;
  margin: 0.75em 0.75em 0.75em 0;
}
@media only screen and (max-width: 640px) {
  .site-intro .sir-btn-2 {
    width: calc(100% - 40px);
  }
}
@media (min-width: 80em) {
  .site-intro .sir-btn-2 {
    margin: 0 0 0 1.5em;
  }
}
.site-intro .sir-btn-2:focus .hover-arrow, .site-intro .sir-btn-2:hover .hover-arrow {
  left: 83%;
}
.site-intro .si-osha {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 50%;
  min-height: 15em;
  border-bottom: 5px solid #C20;
}
@media (min-width: 60em) {
  .site-intro .si-osha {
    min-height: 0;
    border-bottom: 6px solid #1A1A1A;
  }
}
.site-intro .si-osha > .inner-wrap, .site-intro .si-osha > .inner-wrap-narrow, .site-intro .si-osha > .inner-wrap-wide, .site-intro .si-osha > .inner-wrap-fullwidth {
  padding: 0.625em;
  height: 100%;
  position: relative;
}
.site-intro .sio-heading {
  font-size: 1.75em;
  line-height: 0.7142857143em;
  font-weight: 400;
  color: #ffffff;
  margin: 0 0 0 0;
  text-decoration: none;
  font-family: "Bebas Neue", sans-serif;
  position: absolute;
  left: 10px;
  bottom: 10px;
}
@media (min-width: 60em) {
  .site-intro .sio-heading {
    font-size: 2.5em;
    line-height: 0.7em;
  }
}
.site-intro .sio-heading span {
  display: inline-block;
  font-size: 0.7em;
  line-height: 1.75em;
  vertical-align: middle;
  margin-left: 0.2857142857em;
  transition: all 0.3s;
}
.site-intro .sio-heading:focus, .site-intro .sio-heading:hover {
  color: #E8A800;
}
.site-intro .sio-heading:focus span, .site-intro .sio-heading:hover span {
  margin-left: 0.5714285714em;
}
.site-intro .si-shop {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 50%;
  min-height: 15em;
  border-bottom: 5px solid #C20;
}
@media (min-width: 60em) {
  .site-intro .si-shop {
    min-height: auto;
    border-bottom: 0;
  }
}
.site-intro .si-shop > .inner-wrap, .site-intro .si-shop > .inner-wrap-narrow, .site-intro .si-shop > .inner-wrap-wide, .site-intro .si-shop > .inner-wrap-fullwidth {
  padding: 0.625em;
  height: 100%;
  position: relative;
}
.site-intro .sis-heading {
  font-size: 1.75em;
  line-height: 0.7142857143em;
  font-weight: 400;
  color: #ffffff;
  margin: 0 0 0 0;
  text-decoration: none;
  font-family: "Bebas Neue", sans-serif;
  position: absolute;
  left: 10px;
  bottom: 10px;
}
@media (min-width: 60em) {
  .site-intro .sis-heading {
    font-size: 2.5em;
    line-height: 0.7em;
  }
}
.site-intro .sis-heading span {
  display: inline-block;
  font-size: 0.7em;
  line-height: 1.75em;
  vertical-align: middle;
  margin-left: 0.2857142857em;
  transition: all 0.3s;
}
.site-intro .sis-heading:focus, .site-intro .sis-heading:hover {
  color: #E8A800;
}
.site-intro .sis-heading:focus span, .site-intro .sis-heading:hover span {
  margin-left: 0.5714285714em;
}
.site-intro .si-main-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 60em) {
  .site-intro .si-main-wrap {
    min-height: 39.125em;
  }
}
.site-intro .si-left {
  width: 100%;
}
@media (min-width: 60em) {
  .site-intro .si-left {
    width: 50%;
  }
}
@media only screen and (min-width: 1300px) {
  .site-intro .si-left {
    width: 933px;
  }
}
.site-intro .si-right {
  width: 100%;
}
@media (min-width: 60em) {
  .site-intro .si-right {
    width: 50%;
    border-left: 6px solid #1A1A1A;
  }
}
@media only screen and (min-width: 1300px) {
  .site-intro .si-right {
    width: calc(100% - 933px);
  }
}
.site-intro .si-footer {
  background: #1A1A1A;
}
.site-intro .si-footer > .inner-wrap, .site-intro .si-footer > .inner-wrap-narrow, .site-intro .si-footer > .inner-wrap-wide, .site-intro .si-footer > .inner-wrap-fullwidth {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  padding-left: 0.625em;
  padding-right: 0.625em;
}
@media (min-width: 60em) {
  .site-intro .si-footer > .inner-wrap, .site-intro .si-footer > .inner-wrap-narrow, .site-intro .si-footer > .inner-wrap-wide, .site-intro .si-footer > .inner-wrap-fullwidth {
    padding-left: 5em;
    padding-right: 5em;
  }
}
.site-intro .si-footer .sif-desk {
  display: none;
}
@media (min-width: 60em) {
  .site-intro .si-footer .sif-desk {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.site-intro .si-footer .sif-titles {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.25em;
  line-height: 0.85em;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  letter-spacing: 1.5px;
  width: 100%;
  text-align: center;
  margin-bottom: 0.4em;
}
@media (min-width: 60em) {
  .site-intro .si-footer .sif-titles {
    width: 50%;
  }
}
@media (min-width: 80em) {
  .site-intro .si-footer .sif-titles {
    width: 25%;
    margin-bottom: 0;
  }
}
.site-intro .si-footer .sif-mobile {
  display: block;
  text-align: center;
}
@media (min-width: 60em) {
  .site-intro .si-footer .sif-mobile {
    display: none;
    text-align: initial;
  }
}
.site-intro .si-footer .sif-mobile-titles {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1em;
  line-height: 1.6875em;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  letter-spacing: 1.5px;
  width: auto;
  text-align: center;
  margin-bottom: 0;
}
.site-intro .si-footer .sif-mobile-titles span {
  color: #9E0B09;
}



.si-item {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 30.0625em;
}

.si-content {
  position: relative;
}

/*=============== 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;
}

/*============ Sitemap Page styling ============*/
.sitemap-menu .sub-menu {
  padding-left: 1.875em;
  display: block !important;
}

/*=============== Site Footer ===============*/
.site-footer {
  background-color: #1A1A1A;
  /*text-align: center;*/
  color: #ffffff;
}

.site-footer ul,
.site-footer ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}


.site-footer > .inner-wrap, .site-footer > .inner-wrap-narrow, .site-footer > .inner-wrap-wide, .site-footer > .inner-wrap-fullwidth {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}
@media only screen and (min-width: 1200px) {
  .site-footer > .inner-wrap, .site-footer > .inner-wrap-narrow, .site-footer > .inner-wrap-wide, .site-footer > .inner-wrap-fullwidth {
    padding-top: 3.46875em;
    padding-bottom: 2.21875em;
  }
}
.site-footer .site-footer-logo {
  display: inline-block;
  max-width: 7.3125em;
  margin: 0 0 0 0;
}
@media only screen and (min-width: 1200px) {
  .site-footer .site-footer-logo {
    margin: 0 0 0.875em 0;
  }
}
.site-footer .footer-logo-text {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
  max-width: 15.625em;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 0 0.625em;
}
@media only screen and (min-width: 1200px) {
  .site-footer .footer-logo-text {
    margin: 0 0 0.875em 0;
  }
}
.site-footer .footer-cert-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 1.25em;
}
@media only screen and (min-width: 1200px) {
  .site-footer .footer-cert-wrap {
    margin-top: 0;
  }
}
.site-footer .cert-link-1 {
  display: inline-block;
  order: 2;
}
@media only screen and (min-width: 1200px) {
  .site-footer .cert-link-1 {
    order: 0;
  }
}
.site-footer .cert-link-1 img {
  display: block;
  width: 7.75em;
}
.site-footer .cert-link-2 {
  display: inline-block;
  margin-left: 0;
}
@media only screen and (min-width: 1200px) {
  .site-footer .cert-link-2 {
    margin-left: 1.875em;
  }
}
.site-footer .cert-link-2 img {
  display: block;
  width: 3.5em;
}
.site-footer .sf-heading {
  display: block;
  color: #FF1E1E;
  font-size: 1em;
  line-height: 1.0625em;
  margin: 0 0 0.84375em 0;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  letter-spacing: 3px;
}
.site-footer .footer-menu {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1200px) {
  .site-footer .footer-menu {
    display: block;
  }
}
.site-footer .footer-menu li {
  width: calc(50% - 8px);
  margin-right: 0.5em;
}
@media only screen and (min-width: 1200px) {
  .site-footer .footer-menu li {
    width: auto;
    margin-right: 0;
  }
  .site-footer .footer-menu li:last-child > a {
    margin-bottom: 0;
  }
}
.site-footer .footer-menu li a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: 0.65625em;
  display: inline-block;
}
.site-footer .footer-menu li a:focus, .site-footer .footer-menu li a:hover {
  color: #FF1E1E;
}
.site-footer .sf-contact-info li {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: 0.65625em;
}
.site-footer .sf-contact-info li a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
  display: inline-block;
}
.site-footer .sf-contact-info li a:focus, .site-footer .sf-contact-info li a:hover {
  color: #FF1E1E;
}
.site-footer .sf-mail {
  margin-bottom: 1.25em;
}
.site-footer .copyright-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*width: 100%;*/
  width: 14.75em;
}
@media only screen and (min-width: 1200px) {
  .site-footer .copyright-menu {
    margin-left: auto;
  }
}
.site-footer .copyright-menu li a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.8125em;
  line-height: 1.5384615385em;
  font-weight: 400;
  margin: 0;
  display: inline-block;
  position: relative;
}
.site-footer .copyright-menu li a:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  top: 51%;
  transform: translateY(-50%);
  left: 104%;
  background: rgba(255, 255, 255, 0.7);
}
.site-footer .copyright-menu li a:focus, .site-footer .copyright-menu li a:hover {
  color: #FF1E1E;
}
.site-footer .copyright-menu li:last-child > a:before {
  content: none;
}
.site-footer .sf-copyright-wrap p {
  font-size: 0.8125em;
  line-height: 1.5384615385em;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}
.site-footer .sf-copyright-wrap p a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 1em;
  line-height: 1.5384615385em;
  font-weight: 400;
  margin: 0;
  display: inline-block;
}
.site-footer .sf-copyright-wrap p a:focus, .site-footer .sf-copyright-wrap p a:hover {
  color: #FF1E1E;
}
.site-footer .sf-main-wrap {
  display: flex;
  justify-content: space-between;
  gap: 39px;
}
.site-footer .sf-main-wrap > div {
  width: 100%;
  padding-bottom: 1.03125em;
  margin-bottom: 1.03125em;
  border-bottom: 1px solid #333333;
}
@media only screen and (min-width: 1200px) {
  .site-footer .sf-main-wrap > div {

    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
}
.site-footer .sf-logo-wrap {
  display: flex;
  flex-wrap: wrap;
  order: 1;
}


.sf-logo-wrap .site-footer-logo img {
    width: 116px;
    height: 95px;
}

.sf-logo-wrap .cert-link-1 img {
    width: 124px;
    object-fit: contain;
}

.sf-logo-wrap .cert-link-2 img {
    width: 56px;
    height: 56px;
    object-fit: contain;
}

@media only screen and (min-width: 1200px) {
  .site-footer .sf-logo-wrap {
    order: 0;
  }
}
.site-footer .sf-company {
  order: 4;
}
@media only screen and (min-width: 1200px) {
  .site-footer .sf-company {
    order: 0;
  }
}
.site-footer .sf-products {
  order: 2;
}
@media only screen and (min-width: 1200px) {
  .site-footer .sf-products {
    order: 0;
  }
}
.site-footer .sf-industries {
  order: 2;
}
@media only screen and (min-width: 1200px) {
  .site-footer .sf-industries {
    order: 0;
  }
}
.site-footer .sf-contact {
  order: 1;
}
@media only screen and (min-width: 1200px) {
  .site-footer .sf-contact {
    order: 0;
  }
}
.site-footer .sf-copyright-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1200px) {
  .site-footer .sf-copyright-wrap {
    padding-top: 1.5em;
    margin-top: 2.5em;
    border-top: 1px solid #333333;
  }
}
@media only screen and (min-width: 1200px) {
  .site-footer .sf-address span {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .site-footer .sf-call span {
    display: none;
  }
}
.site-footer .sf-sub-address {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .site-footer .sf-sub-address {
    display: block;
  }
}
.site-footer .footer-time-text {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .site-footer .footer-time-text {
    display: block;
  }
}

.sf-small {
  background-color: #999;
  text-align: center;
}
.sf-small .inner-wrap, .sf-small .inner-wrap-narrow, .sf-small .inner-wrap-wide, .sf-small .inner-wrap-fullwidth {
  padding-top: 1em;
  padding-bottom: 1em;
}

.sf-copy {
  color: #ffffff;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .sf-copy {
    width: auto;
  }
}
.sf-copy a {
  color: #ffffff;
}
.sf-copy a:hover, .sf-copy a:focus {
  color: #E8A800;
}

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;
  vertical-align: middle;
}

.search-cell2 {
  display: table-cell;
  width: 60px;
  border: 0;
  vertical-align: middle;
  text-align: center;
}

.search-cell3 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 25px;
}

.search-text {
  font-size: 0.8em;
  width: 100%;
  height: 40px;
  border: 1px solid red;
  float: left;
  padding-left: 0.5em;
  margin-bottom: 0 !important;
}
.search-text:hover {
  height: 40px;
}
.search-text:focus {
  border: 0;
  box-shadow: none !important;
}

.search-submit {
  width: 40px;
  height: 40px;
  border: 0;
  padding: 0 !important;
  background: url(ico-search.svg) no-repeat center center !important;
  background-size: 25px !important;
  transform: none !important;
  border: 0 !important;
  border-radius: 0;
}
.search-submit:hover {
  opacity: 0.8;
}
.search-submit:focus {
  outline: none;
  opacity: 0.8;
}
.search-submit:focus:not(:hover):not(:active) {
  border-radius: 0;
}

.search-module {
  background-color: #333;
  /*height: em(70);*/
  margin-top: -4.375em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.47);
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999;
  visibility: hidden;
  top: 0;
  -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;
  visibility: visible;
  top: 0;
}
.search-module .inner-wrap, .search-module .inner-wrap-narrow, .search-module .inner-wrap-wide, .search-module .inner-wrap-fullwidth {
  padding: 0.75em 1.5em;
}

.search-exit {
  width: 25px;
  height: 21px;
  background-image: url(ico-exit.svg);
  background-repeat: no-repeat;
  background-size: 19px auto;
  background-position: center;
  display: block;
}
.search-exit img {
  display: none;
}
.search-exit:hover {
  opacity: 0.8;
}
.search-exit:focus {
  outline: none;
  opacity: 0.8;
}
@media (min-width: 60em) {
  .search-exit {
    margin-bottom: 0px;
  }
}

/*=============== Read More ===============*/
.main-content {
  display: block;
  overflow: hidden;
  position: relative;
}
@media (min-width: 40em) {
  .main-content {
    display: inline;
  }
}

@media (max-width: 40em) {
  .height {
    max-height: 15.625em;
  }
  .height:before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, #ffffff 100%);
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
  }

  .heightAuto {
    max-height: 312.5em;
  }
  .heightAuto:before {
    display: none;
  }
}
.link {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #477DCA;
  padding-bottom: 0.625em;
}
@media (min-width: 40em) {
  .link {
    display: none;
  }
}

#back-to-top {
  font-size: 1.25em;
  position: fixed;
  bottom: 2.5em;
  right: 2.5em;
  z-index: 9;
  width: 2em;
  height: 2em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #477DCA;
  border: solid 1px #ffffff;
  color: #ffffff;
  cursor: pointer;
  border-radius: 50%;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  font-weight: bold;
  visibility: hidden;
}
#back-to-top:hover, #back-to-top:focus {
  background-color: #E8A800;
  color: #ffffff;
}
#back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.internal-links-nav {
  background-color: #477DCA;
}
.internal-links-nav .inner-wrap, .internal-links-nav .inner-wrap-narrow, .internal-links-nav .inner-wrap-wide, .internal-links-nav .inner-wrap-fullwidth {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 60em) {
  .internal-links-nav.stuck {
    position: fixed;
    z-index: 8;
    left: 0;
    width: 100%;
    margin-top: 0;
  }
}

.internal-links-wrap li {
  padding: 0.625em;
}
.internal-links-wrap li > a {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.25em;
  text-decoration: none;
  color: #ffffff;
}
.internal-links-wrap li > a:hover, .internal-links-wrap li > a:focus {
  color: #ffffff;
  text-decoration: underline;
}
.internal-links-wrap li.pillar-active > a {
  font-weight: 700;
  text-decoration: underline;
}
@media (min-width: 40em) {
  .internal-links-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.sic-name {
  display: block;
  font-size: 1em;
  line-height: 1.3125em;
  color: #ffffff;
  font-weight: 600;
}

.sic-name-title {
  display: block;
  font-size: 0.75em;
  line-height: 1.5em;
  color: #AFAFAF;
  font-weight: 400;
}

.si-company {
  display: none;
}
@media (min-width: 80em) {
  .si-company {
    display: block;
    margin-left: 1.25em;
  }
}



.pt-2 > .inner-wrap, .pt-2 > .inner-wrap-narrow, .pt-2 > .inner-wrap-wide, .pt-2 > .inner-wrap-fullwidth {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

.site-content > .inner-wrap, .site-content > .inner-wrap-narrow, .site-content > .inner-wrap-wide, .site-content > .inner-wrap-fullwidth {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}



@media (min-width: 60em) {
  .sh-sticky-wrap.stuck + .mega-menu-wrap .mega-menu {
    position: fixed;
    top: 5.8125em;
  }
}




/* Mega menu positioning fix */
.mega-menu-wrap {
  position: relative;
  z-index: 10;
}

.mega-menu {
  display: none;
  z-index: 10; /* higher than sticky nav's z-index: 9 */
}

/* When stuck, mega menu needs to account for fixed nav */
@media (min-width: 60em) {
  .sh-sticky-wrap.stuck + .mega-menu-wrap .mega-menu {
    position: fixed;
    top: 5.8125em;
    z-index: 10;
  }
}





/* Back to top button */
#back-top {
  position: fixed;
  bottom: 10px;
  margin: 0;
  padding: 0;
  right: 10px;
  z-index: 99;
}

@media (min-width: 60em) {
  #back-top {
    bottom: 60px;
    right: 60px;
  }
}
#back-top a {
  cursor: pointer;
  display: block;
  font-size: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  transition: opacity 0.6s cubic-bezier(0.35, 0.75, 0.59, 0.93);
}

/* arrow icon (span tag) */
#back-top span {
  width: 30px;
  height: 30px;
  opacity: 0.5;
  display: block;
  background: url(arrow-up.png) repeat-y center center;
}

#back-top a:hover span {
  opacity: 1;
  background-position-y: -84px;
  transition: background-position-y 1s cubic-bezier(0.35, 0.75, 0.59, 0.93);
}

#back-top a:hover span {
  background-position-y: -60px;
}



.alignright {
  display: block;
  padding-bottom: 1.5em;
  text-align: center;
  float: none;
}

.alignleft {
  display: block;
  padding-bottom: 1.5em;
  text-align: center;
  float: none;
}

.aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 60em) {
  .alignright {
    display: block;
    float: right;
    padding-bottom: 1.5em;
    padding-left: 1.5em;
    text-align: initial;
  }

  .alignleft {
    display: block;
    float: left;
    padding-bottom: 1.5em;
    padding-right: 1.5em;
    text-align: initial;
  }

  .aligncenter {
    display: block;
    margin: 0 auto;
  }
}
.text-alignright {
  text-align: right;
}

.text-alignleft {
  text-align: left;
}

.text-aligncenter {
  text-align: center;
}

.clearboth {
  clear: both;
  display: block;
}

.spacing-bottom {
  margin-bottom: 2em;
}

.spacing-top {
  margin-top: 2em;
}
