@charset "UTF-8";
body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
figure,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0; }

/**
* Remove trailing margins from nested lists.
*/
li > ul,
li > ol {
  margin-bottom: 0; }

/**
* Let’s get `<table>`s behaving how we expect.
*/
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Breakpoints (These are the same values that bootstrap use) */
/* Just a bit bigger than a mobile */
/* iPads etc */
/* Laptop Screens */
/* Large Desktop Screens */
/* Extra large desktop screens */
/* Extra Extra Large Desktop Screens */
/* Maximum width of our site content */
/* Our Site Breakpoints (same as twitter bootstrap) */
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 40px;
  font-family: "familjen-grotesk", sans-serif;
  font-weight: 700; }

p {
  color: #4D4D4D;
  font-size: 14px;
  line-height: 22px; }
  @media (min-width: 1152px) {
    p {
      font-size: 16px;
      line-height: 24px; } }

.gfield label {
  color: #4D4D4D !important;
  font-family: "familjen-grotesk", sans-serif !important;
  font-weight: 400 !important; }
.gfield input[type="text"],
.gfield input[type="email"] {
  border: 1px solid #00CEFF !important;
  border-radius: 15px !important;
  padding-left: 15px !important;
  height: 50px !important;
  box-shadow: none !important; }
.gfield textarea {
  border: 1px solid #00CEFF !important;
  border-radius: 15px !important;
  padding-left: 15px !important;
  height: 50px !important;
  box-shadow: none !important;
  resize: none !important; }

.gform-footer {
  display: flex;
  align-items: center !important;
  justify-content: center !important; }
  .gform-footer input[type="submit"] {
    padding: 15px 20px !important;
    background-color: #062D50 !important;
    color: #fff !important;
    border-radius: 15px !important;
    transition: all .3s ease;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    min-width: 150px !important; }
    .gform-footer input[type="submit"]:hover {
      background-color: #00CEFF !important;
      color: #fff !important; }

select {
  appearance: none;
  background-image: url("images/icons/select-arrow.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: top 50% right 15px; }

.btn, .outline-blue, .outline-white, .outline-lightblue, .solid-blue, .solid-lightblue, .solid-white, .search-results--listing ul article a.button, .taxonomy-archive-list ul li a.button, .brand-products--container a.button, .retail-products--container a.button, body.tax-product_cat ul.products li a.button, .product-category--listing ul.products li a.button, .upsell-product a.button {
  display: inline-block;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-family: "familjen-grotesk", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  padding: 15px 30px;
  transition: all .3s ease; }

.outline-blue {
  border: 1px solid #062D50;
  border-radius: 10px;
  color: #062D50; }
  .outline-blue:hover {
    text-decoration: none;
    background-color: #00CEFF;
    border: 1px solid #00CEFF;
    color: #fff; }

.outline-white {
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff; }
  .outline-white:hover {
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #fff;
    color: #062D50; }

.outline-lightblue {
  border: 1px solid #00CEFF;
  border-radius: 10px;
  color: #00CEFF; }
  .outline-lightblue:hover {
    text-decoration: none;
    background-color: #00CEFF;
    color: #fff; }

.solid-blue {
  background-color: #062D50;
  border: 1px solid #062D50;
  border-radius: 10px;
  color: #fff; }
  .solid-blue:hover {
    text-decoration: none;
    background-color: #00CEFF;
    border: 1px solid #00CEFF;
    color: #fff; }

.solid-lightblue {
  background-color: #00CEFF;
  border: 1px solid #00CEFF;
  border-radius: 10px;
  color: #fff; }
  .solid-lightblue:hover {
    text-decoration: none;
    background-color: #062D50;
    border-color: #062D50;
    color: #fff; }

.solid-white {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  color: #062D50; }
  .solid-white:hover {
    text-decoration: none;
    background-color: #00CEFF;
    color: #fff; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *::before, *::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

html {
  font-size: 14px;
  line-height: 20px;
  font-family: "Helvetica", sans-serif;
  overflow-y: scroll;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

img {
  max-width: 100%;
  font-style: italic;
  vertical-align: middle;
  height: auto; }

a {
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    text-decoration: underline; }

@media (min-width: 768px) {
  a[href^="tel"] {
    pointer-events: none; } }
ul,
ol {
  padding-left: 15px; }

li {
  font-size: 14px;
  line-height: 20px;
  color: #4D4D4D;
  font-family: inherit; }
  @media (min-width: 1152px) {
    li {
      font-size: 16px;
      line-height: 22px; } }

.post-edit-link {
  margin: 20px;
  color: #666;
  font-size: 12px;
  line-height: 12px; }

.c-container, .search-results--listing ul, .ywraq-form-table-wrapper, .brand-list ul, .brand-benefits ul, .blog-listing, .single-article, .post-navigation .nav-links, body.tax-product_cat ul.products, .product-category--listing ul.products, aside.widget-area {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px; }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important; }

.bg-wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: 100%; }
  .bg-wrapper > section {
    position: relative;
    z-index: 10; }
  .bg-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("images/icons/seo-block-background-icon.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
    filter: opacity(0.1); }

.no-results {
  width: 100%;
  text-align: center;
  color: #062D50;
  font-size: 18px;
  line-height: 18px;
  margin: 60px 20px; }
  .no-results h2 {
    margin-bottom: 15px; }

.seperator {
  display: block;
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #00CEFF; }

#breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 20px 0 0 0 !important;
  background-color: transparent;
  text-transform: uppercase !important;
  font-size: 11px !important;
  color: #bfbfbf;
  line-height: 11px !important; }
  #breadcrumbs a {
    text-transform: uppercase !important;
    color: #bfbfbf; }

header.site-header {
  padding-top: 0;
  padding-bottom: 0;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9990;
  transition: all .3s ease;
  background-color: transparent;
  background-color: #fff; }
  @media (max-width: 991px) {
    header.site-header {
      background-color: #fff; } }
  @media (min-width: 992px) {
    header.site-header {
      padding-top: 15px;
      padding-bottom: 15px; } }
  header.site-header:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: transparent;
    opacity: 0;
    transition: all .3s ease; }
  header.site-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    color: #062D50 !important;
    font-family: "familjen-grotesk", sans-serif !important; }
  header.site-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard h4.mega-block-title {
    font-family: "familjen-grotesk", sans-serif !important;
    font-weight: 600;
    color: #062D50; }
  header.site-header .secondary-links a {
    color: #062D50; }
  header.site-header:after {
    background-image: linear-gradient(to right, #007e60, #00817c, #008296, #0080ab, #007cb7);
    opacity: 1; }
  header.site-header .site-branding img {
    display: none; }
  header.site-header .scroll-logo {
    display: block !important; }

body.home header.site-header,
body.single-post header.site-header {
  background-color: #fff;
  top: 0; }
  @media (min-width: 992px) {
    body.home header.site-header,
    body.single-post header.site-header {
      background-color: transparent;
      position: fixed; } }
  body.home header.site-header:after,
  body.single-post header.site-header:after {
    opacity: 0; }
body.home #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link,
body.single-post #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  font-family: "familjen-grotesk", sans-serif;
  font-weight: 400; }
  @media (min-width: 992px) {
    body.home #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link,
    body.single-post #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
      color: #fff !important; } }
@media (min-width: 992px) {
  body.home header.site-header .header-actions li a,
  body.single-post header.site-header .header-actions li a {
    color: #fff; } }
body.home .secondary-links a,
body.single-post .secondary-links a {
  color: #fff; }
@media (min-width: 992px) {
  body.home .site-branding img,
  body.single-post .site-branding img {
    display: block;
    max-width: 150px;
    transform: scale(1);
    transform-origin: left center;
    transition: transform 0.25s ease; }
  body.home .scroll-logo,
  body.single-post .scroll-logo {
    display: none !important; } }
@media (min-width: 992px) {
  body.home .header-scroll .site-branding img,
  body.single-post .header-scroll .site-branding img {
    max-width: 100px; }
  body.home .header-scroll .scroll-logo,
  body.single-post .header-scroll .scroll-logo {
    display: block !important; } }
@media (min-width: 992px) {
  body.home .header-scroll #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link,
  body.single-post .header-scroll #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    color: #062D50 !important; } }
@media (min-width: 992px) {
  body.home .search-toggle img,
  body.single-post .search-toggle img {
    position: absolute;
    opacity: 1; }
    body.home .search-toggle img + img,
    body.single-post .search-toggle img + img {
      opacity: 0; } }

.header-scroll {
  background-color: #fff !important; }
  .header-scroll:after {
    opacity: 1 !important;
    background-image: linear-gradient(to right, #007e60, #00817c, #008296, #0080ab, #007cb7); }
  .header-scroll #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    color: #262626 !important; }
  .header-scroll .secondary-links a {
    color: #262626 !important; }
  .header-scroll .search-toggle img {
    width: 25px; }
    @media (min-width: 992px) {
      .header-scroll .search-toggle img {
        position: absolute; } }
  @media (min-width: 992px) {
    body.home .header-scroll .site-branding img:not(.scroll-logo), body.single-post .header-scroll .site-branding img:not(.scroll-logo) {
      display: none; }
    body.home .header-scroll .site-branding img.scroll-logo, body.single-post .header-scroll .site-branding img.scroll-logo {
      display: block; } }

.header-inner {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: center; }
  @media (min-width: 768px) {
    .header-inner {
      max-width: 95%; } }
  @media (min-width: 1152px) {
    .header-inner {
      padding-right: 0;
      max-width: 90%; } }
  .header-inner ul {
    padding: 0; }

.site-branding {
  position: relative; }
  @media (max-width: 767px) {
    .site-branding {
      text-align: center;
      grid-column-start: 5;
      grid-column-end: 9; } }
  @media (min-width: 768px) {
    .site-branding {
      grid-column-start: 1;
      grid-column-end: 3;
      padding-left: 0; } }
  @media (min-width: 992px) {
    .site-branding {
      padding-left: 0;
      height: auto; }
      .site-branding img {
        max-width: 100px; }
        .site-branding img.scroll-logo {
          display: none; } }
  @media (max-width: 991px) {
    .site-branding img {
      display: none;
      max-width: 70px;
      margin: 15px auto; }
      .site-branding img.scroll-logo {
        display: block; } }

@media (max-width: 991px) {
  .header-r {
    display: flex;
    justify-content: space-around;
    grid-column: span 4; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .header-r {
      grid-column-start: 10;
      grid-column-end: 13; } }
@media (max-width: 991px) {
    .header-r li {
      list-style: none; }
    .header-r a {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      color: #062D50;
      font-family: "familjen-grotesk", sans-serif;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 12px; }
      .header-r a img {
        max-width: 25px;
        margin-bottom: 5px; } }
@media (min-width: 992px) {
  .header-r {
    grid-column-start: 5;
    grid-column-end: 13; } }

.menu-wrapper {
  display: none;
  width: 100%;
  justify-content: flex-end;
  margin-left: auto;
  margin-top: 15px; }
  @media (min-width: 992px) {
    .menu-wrapper {
      display: flex; } }
  @media (min-width: 1152px) {
    .menu-wrapper {
      width: 700px; } }

.header-actions {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 40%;
  padding-left: 0; }
  .header-actions li {
    list-style: none; }
    .header-actions li:last-of-type {
      margin-left: 5px; }
    .header-actions li a {
      text-transform: uppercase;
      font-family: "familjen-grotesk", sans-serif;
      font-size: 14px;
      color: #fff; }
  .header-actions .contact-link {
    background-color: #00CEFF;
    padding: 12px 20px 14px 20px;
    border-radius: 10px;
    font-weight: 600;
    transition: all .3s ease; }
    .header-actions .contact-link:hover {
      text-decoration: none;
      background-color: #062D50; }

.secondary-links {
  display: none;
  margin-left: auto;
  width: 100%;
  justify-content: flex-end;
  padding: 0; }
  @media (min-width: 992px) {
    .secondary-links {
      display: flex; } }
  .secondary-links li {
    display: flex;
    list-style: none;
    font-family: "familjen-grotesk", sans-serif;
    font-weight: 400; }
    .secondary-links li:last-of-type {
      margin-left: 10px; }
  .secondary-links .quote-icon {
    position: relative;
    margin-right: 5px; }
  .secondary-links img {
    max-width: 30px;
    display: block; }
  .secondary-links .quote-count {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -5px;
    right: 0;
    font-size: 11px;
    line-height: 11px;
    color: #062D50;
    font-weight: 600;
    background-color: #00CEFF;
    width: 15px;
    height: 15px;
    border-radius: 100%; }
  .secondary-links a {
    display: flex;
    align-items: center;
    color: #fff;
    font-family: "familjen-grotesk", sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase; }

body.home .secondary-links img,
body.single-post .secondary-links img {
  display: block; }
  body.home .secondary-links img + img,
  body.single-post .secondary-links img + img {
    display: none; }
body.home .header-scroll .secondary-links img,
body.single-post .header-scroll .secondary-links img {
  display: none; }
  body.home .header-scroll .secondary-links img + img,
  body.single-post .header-scroll .secondary-links img + img {
    display: block; }

.search-toggle {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  border-radius: 10px; }
  @media (min-width: 992px) {
    .search-toggle {
      background-color: #062D50;
      width: 43px;
      height: 43px; } }
  .search-toggle img {
    width: 25px; }
    @media (min-width: 992px) {
      .search-toggle img {
        position: absolute; } }

/* Mobile Header */
.header-msg {
  display: none; }
  @media (max-width: 991px) {
    .header-msg {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10px;
      background-color: #062D50;
      color: #fff;
      text-transform: uppercase;
      font-size: 13px;
      line-height: 13px; } }

.header-l {
  display: none; }
  @media (max-width: 991px) {
    .header-l {
      display: flex;
      grid-row-start: 1;
      grid-column: span 4;
      justify-content: space-around; } }
  @media (min-width: 768px) {
    .header-l {
      grid-column: span 4;
      justify-content: space-around;
      grid-column-start: 7;
      grid-column-end: 10; } }
  .header-l li {
    list-style: none; }
  .header-l a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #062D50;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 11px; }
    .header-l a img {
      max-width: 25px;
      margin-bottom: 5px; }

.header-r--moblinks {
  display: none; }
  @media (max-width: 991px) {
    .header-r--moblinks {
      display: flex;
      justify-content: space-around;
      width: 100%; } }

.site-footer {
  background-color: #193252;
  color: #fff;
  position: relative; }
  .site-footer:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 350px;
    height: 100%;
    background-image: url("images/icons/footer-icon.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top 0 right 0; }
  .site-footer a {
    color: #fff; }

.newsletter {
  position: relative;
  z-index: 10; }
  .newsletter:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    height: 50%; }
    body.page-template-page-away-from-home .newsletter:before, body.archive .newsletter:before {
      background-color: #E9FAFF; }
  .newsletter:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    background-color: #193252;
    height: 50%; }
  .newsletter p {
    color: #fff; }

.signup-container {
  width: 100%;
  padding: 30px 20px;
  border-radius: 30px;
  text-align: center;
  background-color: #00CEFF;
  position: relative;
  z-index: 10; }
  @media (min-width: 576px) {
    .signup-container {
      max-width: 70%;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 992px) {
    .signup-container {
      max-width: 50%; } }
  @media (min-width: 1366px) {
    .signup-container {
      max-width: 700px; } }
  .signup-container h5 {
    color: #062D50;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 10px; }
  .signup-container p {
    color: #062D50;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 15px; }
    @media (min-width: 1152px) {
      .signup-container p {
        font-size: 16px; } }
  .signup-container form {
    position: relative;
    display: grid !important;
    grid-template-columns: repeat(12, 1fr);
    margin-top: 25px; }
    @media (min-width: 1152px) {
      .signup-container form {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto; } }
  .signup-container input[type="email"] {
    text-align: left;
    color: #00CEFF;
    padding-left: 20px !important; }
    .signup-container input[type="email"]::placeholder {
      color: #00CEFF; }
    .signup-container input[type="email"]:focus {
      outline: 0; }
  .signup-container .gform-body {
    grid-column-start: 1;
    grid-column-end: 12; }
  .signup-container .gform-footer {
    margin-block-start: 0 !important;
    grid-column-start: 11;
    grid-column-end: 13;
    position: absolute;
    right: 0;
    margin-left: auto;
    height: 48px; }
  .signup-container input[type="submit"] {
    height: 50px !important; }
    .signup-container input[type="submit"]:focus {
      outline: 0 !important; }
    .signup-container input[type="submit"]:hover {
      background-color: #0a487f !important; }
  .signup-container .gform_validation_errors {
    background-color: #fff !important;
    border: 1px solid #fff !important;
    border-radius: 0 !important;
    margin-top: 25px !important;
    align-items: center !important; }
    @media (min-width: 1152px) {
      .signup-container .gform_validation_errors {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto; } }
    .signup-container .gform_validation_errors:focus {
      outline: 0 !important; }
  .signup-container .gform-icon {
    display: none !important;
    visibility: hidden;
    text-indent: -9999px; }
  .signup-container .validation_message {
    text-align: left;
    color: #062D50 !important; }
  .signup-container .gform_confirmation_message {
    color: #fff; }

.site-inner {
  width: 100%;
  position: relative;
  z-index: 10;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
  padding-bottom: 15px; }
  @media (min-width: 768px) {
    .site-inner {
      display: flex;
      flex-wrap: wrap;
      padding-left: 0;
      padding-right: 0;
      max-width: 95%;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 1152px) {
    .site-inner {
      max-width: 1366px;
      padding-bottom: 60px; } }

.footer-col {
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 768px) and (max-width: 1151px) {
    .footer-col:nth-of-type(1) {
      width: 10%;
      margin-right: 5%; }
      .footer-col:nth-of-type(1) img {
        width: 100%; }
    .footer-col:nth-of-type(2) {
      width: 15%; }
    .footer-col:nth-of-type(3) {
      width: 15%; }
    .footer-col:nth-of-type(4) {
      width: 20%; }
    .footer-col:nth-of-type(5) {
      width: 30%;
      margin-left: 5%; } }
  @media (min-width: 992px) {
    .footer-col {
      width: calc(100% / 5);
      margin-bottom: 0; } }
  @media (max-width: 767px) {
    .footer-col:not(.logo-col) {
      display: inline-block;
      vertical-align: text-top;
      width: 49%; } }
  .footer-col ul {
    padding-left: 0; }
  .footer-col li {
    list-style: none; }
    .footer-col li:not(:last-of-type) {
      margin-bottom: 10px; }
    .footer-col li a {
      font-size: 12px;
      line-height: 16px; }
      @media (min-width: 1152px) {
        .footer-col li a {
          font-size: 14px;
          line-height: 18px; } }
  .footer-col p {
    color: #fff;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 16px; }
    @media (min-width: 1152px) {
      .footer-col p {
        font-size: 14px;
        line-height: 18px; } }
  .footer-col address {
    color: #fff;
    font-style: normal;
    font-size: 12px;
    line-height: 18px; }
    @media (min-width: 1152px) {
      .footer-col address {
        font-size: 14px;
        line-height: 22px; } }
  .footer-col p {
    display: flex;
    align-items: center; }
    .footer-col p:has(a[href^="tel"]):before {
      content: "";
      display: inline-block;
      position: relative;
      width: 20px;
      height: 20px;
      background-image: url("images/icons/phone-white.png");
      background-repeat: no-repeat;
      background-size: 20px;
      background-position: center;
      margin-right: 10px; }
    .footer-col p:has(a[href^="mailto"]):before {
      content: "";
      display: inline-block;
      position: relative;
      width: 20px;
      height: 20px;
      background-image: url("images/icons/email-white.png");
      background-repeat: no-repeat;
      background-size: 20px;
      background-position: center;
      margin-right: 10px; }
  .footer-col address {
    position: relative;
    padding-left: 30px; }
    .footer-col address:before {
      content: "";
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0;
      width: 20px;
      height: 20px;
      background-image: url("images/icons/location-white.png");
      background-repeat: no-repeat;
      background-size: 20px;
      background-position: center; }

.col-heading {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 10px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .col-heading {
      font-size: 12px; } }
  @media (min-width: 992px) {
    .col-heading {
      font-size: 14px;
      margin-bottom: 15px; } }

.logo-col img {
  max-width: 180px; }

.copyright {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid #fff;
  padding-top: 15px;
  color: #fff;
  margin-top: 40px;
  font-size: 12px;
  line-height: 16px; }
  @media (min-width: 768px) {
    .copyright {
      flex-direction: row; } }
  @media (min-width: 1152px) {
    .copyright {
      font-size: 14px;
      line-height: 18px; } }
  .copyright p {
    color: #fff;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 16px; }
    @media (min-width: 768px) {
      .copyright p {
        margin-bottom: 0; } }
    @media (min-width: 1152px) {
      .copyright p {
        font-size: 14px;
        line-height: 18px; } }

.key-messages {
  background-color: #E9FAFF;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden; }
  .key-messages ul {
    display: flex;
    width: max-content;
    gap: 60px; }
  .key-messages .duplicate {
    animation: marquee 70s linear infinite; }
@keyframes marquee {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-50%); } }
  .key-messages ul {
    padding: 0; }
  .key-messages li {
    display: flex;
    list-style: none;
    text-align: center;
    align-items: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    color: #062D50;
    font-family: "familjen-grotesk", sans-serif;
    font-weight: 400; }
    .key-messages li img {
      width: 100%;
      max-width: 30px;
      margin-right: 15px;
      transition: all .3s ease; }
  .key-messages .key-content {
    font-size: 14px; }
    .key-messages .key-content a {
      color: #062D50;
      font-family: "familjen-grotesk", sans-serif;
      font-weight: 400;
      font-size: 14px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  z-index: 20;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35px;
  background-color: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35px; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -50px;
  background-image: url("images/icons/left-arrow.png");
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: center; }

[dir='rtl'] .slick-prev {
  right: 0;
  left: auto; }

.slick-prev:before {
  content: ''; }

[dir='rtl'] .slick-prev:before {
  content: ''; }

.slick-next {
  right: -50px;
  background-image: url("images/icons/right-arrow.png");
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: center; }

[dir='rtl'] .slick-next {
  right: auto;
  left: 0; }

.slick-next:before {
  content: ''; }

[dir='rtl'] .slick-next:before {
  content: ''; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -50px;
  left: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 25px;
  height: 25px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-size: 25px;
  line-height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  content: '•';
  text-align: center;
  opacity: .5;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .90; }

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #262626;
  background: rgba(38, 38, 38, 0.7);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  position: relative;
  width: 90%;
  height: auto;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
  background-color: #fff;
  padding: 20px;
  margin-left: 5%; }
  @media (min-width: 1152px) {
    .lity-content {
      width: 30%;
      margin-left: 35%;
      padding: 40px; } }

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1; }

.lity-close {
  display: none;
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 10px;
  top: 20px;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close:active {
  top: 1px; }

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.lity-hide {
  display: none; }

#gallery_popup ul {
  padding: 0; }
#gallery_popup img {
  width: 100%;
  height: 100%;
  vertical-align: bottom; }
#gallery_popup .slick-next,
#gallery_popup .slick-prev {
  background-color: #fff;
  background-size: 15px; }
#gallery_popup .slick-next {
  background-image: url("images/icons/arrow-next.png"); }
#gallery_popup .slick-prev {
  background-image: url("images/icons/arrow-previous.png"); }
#gallery_popup .slick-slide {
  height: auto; }

.main-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.main-navigation {
  width: 100%; }

.mega-menu-wrap {
  width: 100% !important; }

.mega-menu-horizontal {
  display: flex !important;
  justify-content: space-evenly; }

.mega-menu-item-has-children .mega-sub-menu {
  padding: 10px !important; }
  .mega-menu-item-has-children .mega-sub-menu .menu {
    padding-left: 0; }
    .mega-menu-item-has-children .mega-sub-menu .menu li {
      list-style: none; }
      .mega-menu-item-has-children .mega-sub-menu .menu li:not(:last-of-type) {
        margin-bottom: 5px; }
      .mega-menu-item-has-children .mega-sub-menu .menu li a {
        color: #222 !important;
        font-family: "familjen-grotesk", sans-serif;
        font-size: 14px !important; }

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu {
  left: calc(43% - 3px) !important; }

.mega-menu-flyout li:not(:last-of-type) {
  border-bottom: 1px solid #E9FAFF !important; }

.back-prev-menu {
  background-color: #062D50 !important;
  color: #fff !important;
  font-family: "familjen-grotesk", sans-serif;
  font-weight: 600;
  font-size: 16px !important; }

.text-block {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center; }
  @media (min-width: 1152px) {
    .text-block {
      padding-top: 60px;
      padding-bottom: 60px; } }
  body.page-template-page-who-we-are .text-block, body.page-template-page-transportation .text-block {
    border-bottom: 1px solid #00CEFF; }
  .text-block h1, .text-block h2, .text-block h3 {
    width: 100%;
    text-align: center;
    color: #062D50;
    position: relative;
    font-size: 35px;
    line-height: 45px; }
    .text-block h1:before, .text-block h2:before, .text-block h3:before {
      content: "";
      display: block;
      position: relative;
      width: 35px;
      height: 35px;
      background-image: url("images/icons/itc-logo.png");
      background-repeat: no-repeat;
      background-size: 35px;
      background-position: center;
      margin-bottom: 15px;
      margin-left: auto;
      margin-right: auto; }
  .text-block p {
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 992px) {
      .text-block p {
        max-width: 900px; } }
    .text-block p:last-of-type {
      margin-bottom: 0; }
    .text-block p a {
      color: #4D4D4D;
      text-decoration: underline; }
      .text-block p a:hover {
        text-decoration: none; }

.textblock-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px; }
  .textblock-btns a:not(:first-of-type) {
    margin-left: 20px; }

.category-links {
  background-color: #E9FAFF;
  padding: 30px 0; }
  @media (min-width: 1152px) {
    .category-links {
      padding: 60px 0; } }
  .category-links h3 {
    width: 100%;
    color: #062D50;
    text-align: center;
    margin-bottom: 30px; }
    @media (min-width: 1152px) {
      .category-links h3 {
        margin-bottom: 60px; } }
    .category-links h3 strong {
      color: #00CEFF; }
    .category-links h3:before {
      content: "";
      display: block;
      position: relative;
      width: 35px;
      height: 35px;
      background-image: url("images/icons/itc-logo.png");
      background-repeat: no-repeat;
      background-size: 35px;
      background-position: center;
      margin-bottom: 15px;
      margin-left: auto;
      margin-right: auto; }

.category-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }

.category-list--item {
  position: relative;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%; }
  .category-list--item:nth-of-type(2n) {
    margin-right: 0; }
  @media (min-width: 768px) {
    .category-list--item {
      width: 32%; }
      .category-list--item:nth-of-type(2n) {
        margin-right: 2%; }
      .category-list--item:nth-of-type(3n) {
        margin-right: 0; } }
  @media (min-width: 1152px) {
    .category-list--item {
      width: 18.4%; }
      .category-list--item:nth-of-type(2n) {
        margin-right: 2%; }
      .category-list--item:nth-of-type(3n) {
        margin-right: 2%; }
      .category-list--item:nth-of-type(5n) {
        margin-right: 0; } }
  .category-list--item:hover .category-details {
    opacity: 0;
    z-index: 2; }
  .category-list--item:hover .category-hover-details {
    opacity: 1;
    z-index: 5; }

.category-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%);
  opacity: 1;
  z-index: 5;
  padding: 20px;
  transition: all .3s ease; }
  .category-details .cat-name {
    color: #fff;
    font-family: "familjen-grotesk", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px; }

.category-hover-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 20px 30px 20px;
  background-color: rgba(6, 45, 80, 0.9);
  opacity: 0;
  z-index: 4;
  transition: all .3s ease; }
  .category-hover-details:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("images/icons/seo-block-background-icon.png");
    background-repeat: no-repeat;
    background-size: 300px;
    background-position: bottom 0 left 0;
    opacity: .05; }
  .category-hover-details .cat-name {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 15px;
    position: relative;
    z-index: 10; }
  .category-hover-details p {
    position: relative;
    z-index: 10;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
    font-family: "familjen-grotesk", sans-serif;
    font-weight: 400; }
  .category-hover-details a {
    position: relative;
    z-index: 10;
    color: #fff;
    font-family: "familjen-grotesk", sans-serif;
    font-weight: 400;
    text-decoration: underline;
    text-transform: uppercase; }
    .category-hover-details a:hover {
      text-decoration: none; }

.cat-icon {
  width: 100%;
  max-width: 50px;
  margin-bottom: 20px; }

.global-brand-list {
  padding: 30px 15px; }
  @media (min-width: 1152px) {
    .global-brand-list {
      padding: 60px 15px; } }
  .global-brand-list h4 {
    width: 100%;
    color: #062D50;
    text-align: center;
    margin-bottom: 30px; }
    .global-brand-list h4 strong {
      color: #00CEFF; }
    .global-brand-list h4:before {
      content: "";
      display: block;
      position: relative;
      width: 35px;
      height: 35px;
      background-image: url("images/icons/itc-logo.png");
      background-repeat: no-repeat;
      background-size: 35px;
      background-position: center;
      margin-bottom: 15px;
      margin-left: auto;
      margin-right: auto; }

.global-brands {
  width: 100%;
  display: none; }
  .global-brands.slick-initialized {
    display: block; }
  .global-brands img {
    width: 100%; }
  .global-brands .brand {
    margin: 0 20px; }

.equal-text-img {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 768px) {
    .equal-text-img {
      flex-direction: row; } }
  .equal-text-img .image-col {
    position: relative;
    width: 100%; }
    @media (min-width: 768px) {
      .equal-text-img .image-col {
        width: 50%; } }
    .equal-text-img .image-col img {
      width: 100%;
      height: auto; }
      @media (min-width: 768px) {
        .equal-text-img .image-col img {
          height: 100%;
          object-fit: cover; } }
  .equal-text-img .overlay-text {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60%;
    height: 60%;
    background-image: url("images/icons/callout-icon.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top; }
    @media (min-width: 768px) {
      .equal-text-img .overlay-text {
        width: 80%;
        height: 40%; } }
    @media (min-width: 992px) {
      .equal-text-img .overlay-text {
        width: 60%; } }
    @media (min-width: 1152px) {
      .equal-text-img .overlay-text {
        width: 40%; } }
    .equal-text-img .overlay-text p {
      color: #fff;
      font-family: "familjen-grotesk", sans-serif;
      font-weight: 400;
      font-size: 20px;
      line-height: 23px;
      padding: 0 30px; }
      @media (min-width: 1600px) {
        .equal-text-img .overlay-text p {
          padding: 0 10%;
          font-size: 26px;
          line-height: 32px; } }
  .equal-text-img .text-col {
    width: 100%;
    padding: 30px 20px; }
    @media (min-width: 768px) {
      .equal-text-img .text-col {
        display: flex;
        flex-direction: column;
        width: 50%;
        align-items: flex-start;
        justify-content: center; } }
    @media (min-width: 992px) {
      .equal-text-img .text-col {
        padding: 30px 60px 30px 60px; } }
    @media (min-width: 1152px) {
      .equal-text-img .text-col {
        padding: 30px 10% 30px 60px; } }
    .equal-text-img .text-col h4 {
      color: #062D50;
      margin-bottom: 20px; }
    .equal-text-img .text-col h5 {
      color: #00CEFF;
      margin-bottom: 20px;
      font-weight: normal;
      font-size: 24px;
      line-height: 30px; }
    .equal-text-img .text-col p {
      margin-bottom: 20px; }

.blue-line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #00CEFF; }

.contact-callout {
  position: relative;
  background-color: #062D50;
  width: 100%;
  padding: 60px 15px; }
  .contact-callout:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("images/cta-mobile.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    filter: opacity(0.1); }
    @media (min-width: 768px) {
      .contact-callout:before {
        background-image: url("images/cta.png"); } }
  .contact-callout p {
    position: relative;
    z-index: 10; }
    .contact-callout p:not(.callout-heading p) {
      text-align: center;
      color: #fff;
      font-size: 18px;
      line-height: 26px;
      width: 90%;
      margin-left: auto;
      margin-right: auto; }
      @media (min-width: 768px) {
        .contact-callout p:not(.callout-heading p) {
          max-width: 750px; } }
  .contact-callout .btn-container {
    display: flex;
    position: relative;
    z-index: 10;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 30px; }
    .contact-callout .btn-container a:not(:first-of-type) {
      margin-left: 10px; }
      @media (min-width: 576px) {
        .contact-callout .btn-container a:not(:first-of-type) {
          margin-left: 20px; } }

.callout-heading {
  width: 100%;
  position: relative;
  z-index: 10;
  text-align: center; }
  .callout-heading p {
    color: #fff;
    margin-bottom: 20px;
    font-family: "familjen-grotesk", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 42px; }
    .callout-heading p strong {
      color: #00CEFF; }

.equal-text-img2 {
  width: 100%;
  padding: 30px 0;
  background-color: #E9FAFF; }
  @media (min-width: 1152px) {
    .equal-text-img2 {
      padding: 60px 0; } }
  .equal-text-img2 .c-container, .equal-text-img2 .search-results--listing ul, .search-results--listing .equal-text-img2 ul, .equal-text-img2 .ywraq-form-table-wrapper, .equal-text-img2 .brand-list ul, .brand-list .equal-text-img2 ul, .equal-text-img2 .brand-benefits ul, .brand-benefits .equal-text-img2 ul, .equal-text-img2 .blog-listing, .equal-text-img2 .single-article, .equal-text-img2 .post-navigation .nav-links, .post-navigation .equal-text-img2 .nav-links, .equal-text-img2 body.tax-product_cat ul.products, body.tax-product_cat .equal-text-img2 ul.products, .equal-text-img2 .product-category--listing ul.products, .product-category--listing .equal-text-img2 ul.products, .equal-text-img2 aside.widget-area {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .equal-text-img2 .c-container, .equal-text-img2 .search-results--listing ul, .search-results--listing .equal-text-img2 ul, .equal-text-img2 .ywraq-form-table-wrapper, .equal-text-img2 .brand-list ul, .brand-list .equal-text-img2 ul, .equal-text-img2 .brand-benefits ul, .brand-benefits .equal-text-img2 ul, .equal-text-img2 .blog-listing, .equal-text-img2 .single-article, .equal-text-img2 .post-navigation .nav-links, .post-navigation .equal-text-img2 .nav-links, .equal-text-img2 body.tax-product_cat ul.products, body.tax-product_cat .equal-text-img2 ul.products, .equal-text-img2 .product-category--listing ul.products, .product-category--listing .equal-text-img2 ul.products, .equal-text-img2 aside.widget-area {
        flex-direction: row; } }
  .equal-text-img2 .image-col {
    position: relative;
    width: 100%; }
    @media (min-width: 768px) {
      .equal-text-img2 .image-col {
        width: 50%; } }
    .equal-text-img2 .image-col img {
      width: 100%;
      height: auto; }
      @media (min-width: 768px) {
        .equal-text-img2 .image-col img {
          height: 100%;
          object-fit: cover; } }
  .equal-text-img2 .overlay-text {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto; }
    .equal-text-img2 .overlay-text p {
      color: #fff;
      font-size: 20px;
      line-height: 30px;
      font-family: "familjen-grotesk", sans-serif;
      font-weight: 700;
      text-align: right;
      padding: 30px; }
      @media (min-width: 992px) {
        .equal-text-img2 .overlay-text p {
          max-width: 75%;
          margin-left: auto; } }
      @media (min-width: 1152px) {
        .equal-text-img2 .overlay-text p {
          font-size: 30px;
          line-height: 34px;
          max-width: 80%; } }
      @media (min-width: 1366px) {
        .equal-text-img2 .overlay-text p {
          max-width: 70%; } }
  .equal-text-img2 .text-col {
    width: 100%;
    padding: 0 0 30px 0; }
    @media (min-width: 768px) {
      .equal-text-img2 .text-col {
        display: flex;
        flex-direction: column;
        width: 50%;
        align-items: flex-start;
        justify-content: center;
        padding-right: 30px; } }
    @media (min-width: 992px) {
      .equal-text-img2 .text-col {
        padding: 30px 60px 30px 0; } }
    @media (min-width: 1152px) {
      .equal-text-img2 .text-col {
        padding: 30px 10% 30px 0; } }
    .equal-text-img2 .text-col h4 {
      color: #062D50;
      margin-bottom: 20px; }
      .equal-text-img2 .text-col h4 strong {
        color: #00CEFF; }
    .equal-text-img2 .text-col h5 {
      color: #00CEFF;
      margin-bottom: 20px;
      font-weight: normal;
      font-size: 22px;
      line-height: 28px; }
    .equal-text-img2 .text-col p {
      margin-bottom: 20px; }

.blue-line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #00CEFF; }

.search-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #E9FAFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: -9999;
  opacity: 0; }
  .search-container:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("images/icons/seo-block-background-icon.png");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: bottom 0 left 0;
    opacity: .1; }
  .search-container .close-search {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 100px;
    height: 50px;
    color: #062D50;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    padding-left: 30px;
    font-family: "familjen-grotesk", sans-serif;
    font-weight: 400;
    background-image: url("images/icons/blue-cross.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: top 50% left 10px; }
  .search-container .search-title {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 40px;
    font-family: "familjen-grotesk", sans-serif;
    font-weight: 700;
    color: #062D50;
    z-index: 10; }
  .search-container form {
    display: flex;
    margin-bottom: 30px;
    width: 90%;
    z-index: 10; }
    @media (min-width: 576px) {
      .search-container form {
        width: 400px; } }
  .search-container label {
    width: calc(100% - 100px); }
  .search-container input[type="search"] {
    height: 50px;
    width: 100%;
    padding-left: 45px;
    border: 1px solid #fff;
    border-right: 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background-image: url("images/icons/search.png");
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: top 50% left 10px; }
    .search-container input[type="search"]:active, .search-container input[type="search"]:focus {
      outline: 0; }
  .search-container input[type="submit"] {
    width: 100px;
    height: 50px;
    background-color: #062D50;
    border: 1px solid #062D50;
    border-left: 0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    color: #fff;
    font-family: "familjen-grotesk", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    cursor: pointer; }
  .search-container p {
    color: #062D50;
    z-index: 10; }
    .search-container p a {
      color: #062D50;
      text-decoration: underline; }
      .search-container p a:hover {
        text-decoration: none; }

.search-open {
  z-index: 9999;
  opacity: 1; }

body.search-active {
  position: fixed; }

.search-results--listing {
  background-color: #fff;
  border-top: 1px solid #00CEFF;
  padding-top: 40px; }
  .search-results--listing form {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 576px) {
      .search-results--listing form {
        width: 400px; } }
  .search-results--listing label {
    width: calc(100% - 100px); }
  .search-results--listing input[type="search"] {
    height: 50px;
    width: 100%;
    padding-left: 25px;
    border: 1px solid #062D50;
    border-right: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    color: #062D50;
    font-size: 18px;
    line-height: 18px; }
    .search-results--listing input[type="search"]::placeholder {
      color: #062D50; }
    .search-results--listing input[type="search"]:active, .search-results--listing input[type="search"]:focus {
      outline: 0; }
  .search-results--listing button[type="submit"] {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border: 1px solid #062D50;
    border-left: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    color: #062D50;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    cursor: pointer; }
    .search-results--listing button[type="submit"] img {
      max-width: 20px;
      margin-left: auto;
      margin-right: auto; }
  .search-results--listing ul {
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap; }
    .search-results--listing ul article {
      display: flex;
      flex-direction: column;
      background-color: #fff;
      border: 1px solid #00CEFF;
      border-radius: 30px;
      padding: 20px !important;
      text-align: center;
      width: 49% !important;
      margin-right: 2% !important;
      margin-bottom: 2% !important;
      transition: all .3s ease; }
      .search-results--listing ul article:nth-of-type(2n) {
        margin-right: 0 !important; }
      @media (min-width: 768px) {
        .search-results--listing ul article {
          width: 32% !important; }
          .search-results--listing ul article:nth-of-type(2n) {
            margin-right: 2% !important; }
          .search-results--listing ul article:nth-of-type(3n) {
            margin-right: 0 !important; } }
      @media (min-width: 992px) {
        .search-results--listing ul article {
          width: 23.5% !important; }
          .search-results--listing ul article:nth-of-type(2n) {
            margin-right: 2% !important; }
          .search-results--listing ul article:nth-of-type(3n) {
            margin-right: 2% !important; }
          .search-results--listing ul article:nth-of-type(4n) {
            margin-right: 0 !important; } }
      .search-results--listing ul article:hover {
        border-color: #062D50; }
        .search-results--listing ul article:hover .button {
          background-color: #00CEFF !important;
          border: 1px solid #00CEFF !important; }
      .search-results--listing ul article img {
        margin-left: auto;
        margin-right: auto; }
      .search-results--listing ul article .entry-title {
        margin: 15px 0 !important;
        font-size: 18px !important;
        line-height: 22px; }
        .search-results--listing ul article .entry-title a {
          color: #062D50;
          padding: 0 !important; }
      .search-results--listing ul article:hover {
        text-decoration: none; }
        .search-results--listing ul article:hover a {
          text-decoration: none; }
      .search-results--listing ul article .entry-meta {
        margin: 0 0 15px 0; }
        .search-results--listing ul article .entry-meta a {
          color: #00CEFF; }
      .search-results--listing ul article .entry-summary {
        margin-bottom: 20px; }
        .search-results--listing ul article .entry-summary p {
          font-size: 14px;
          line-height: 18px; }
      .search-results--listing ul article p.overview-text {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 20px; }
      .search-results--listing ul article .entry-footer {
        margin-top: auto; }
      .search-results--listing ul article a.button {
        margin-top: auto !important;
        background-color: #062D50 !important;
        border: 1px solid #062D50 !important;
        border-radius: 10px !important;
        color: #fff !important;
        width: 180px;
        margin-left: auto;
        margin-right: auto; }
        .search-results--listing ul article a.button:hover {
          text-decoration: none !important;
          background-color: #00CEFF !important;
          border: 1px solid #00CEFF !important;
          color: #fff !important; }

body.search-no-results .page-title {
  margin-bottom: 20px; }
body.search-no-results .page-content .search-form {
  margin-top: 40px; }
body.search-no-results .page-content form {
  display: flex;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  z-index: 10; }
  @media (min-width: 576px) {
    body.search-no-results .page-content form {
      width: 400px; } }
body.search-no-results .page-content label {
  width: calc(100% - 100px); }
body.search-no-results .page-content input[type="search"] {
  height: 50px;
  width: 100%;
  padding-left: 45px;
  border: 1px solid #062D50;
  border-right: 0;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  background-image: url("images/icons/search.png");
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: top 50% left 10px; }
  body.search-no-results .page-content input[type="search"]:active, body.search-no-results .page-content input[type="search"]:focus {
    outline: 0; }
body.search-no-results .page-content input[type="submit"] {
  width: 100px;
  height: 50px;
  background-color: #062D50;
  border: 1px solid #062D50;
  border-left: 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  color: #fff;
  font-family: "familjen-grotesk", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  cursor: pointer; }

.hero {
  position: relative;
  width: 100%;
  height: auto; }
  .hero picture,
  .hero img {
    width: 100%; }
  .hero:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 6px;
    opacity: 1 !important;
    background-image: linear-gradient(to right, #007e60, #00817c, #008296, #0080ab, #007cb7);
    bottom: 0 !important; }

.homepage-hero:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: #000000;
  background: linear-gradient(180deg, black 35%, rgba(255, 255, 255, 0) 100%);
  opacity: .8; }

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  left: 0;
  bottom: 6px;
  width: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding: 60px;
  padding-right: 120px; }
  @media (min-width: 768px) {
    .hero-content {
      padding: 40px;
      padding-right: 90px;
      padding-top: 60px; } }
  @media (min-width: 1366px) {
    .hero-content {
      padding-top: 60px;
      padding-left: 90px;
      padding-right: 120px; } }
  @media (min-width: 1600px) {
    .hero-content {
      padding-top: 80px; } }
  .hero-content .hero-heading {
    color: #fff;
    font-family: "familjen-grotesk", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px; }
    @media (min-width: 1152px) {
      .hero-content .hero-heading {
        font-size: 35px;
        line-height: 45px; } }
  .hero-content p {
    font-family: "familjen-grotesk", sans-serif;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px; }
    @media (min-width: 1152px) {
      .hero-content p {
        font-size: 18px;
        line-height: 22px; } }

.hero-video {
  height: 80vh; }
  .hero-video:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: #000000;
    background: linear-gradient(180deg, black 35%, rgba(255, 255, 255, 0) 100%);
    opacity: .8; }
  .hero-video video {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.equal-counterblock {
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .equal-counterblock {
      padding-top: 30px;
      padding-bottom: 60px; } }
  .equal-counterblock .c-container, .equal-counterblock .search-results--listing ul, .search-results--listing .equal-counterblock ul, .equal-counterblock .ywraq-form-table-wrapper, .equal-counterblock .brand-list ul, .brand-list .equal-counterblock ul, .equal-counterblock .brand-benefits ul, .brand-benefits .equal-counterblock ul, .equal-counterblock .blog-listing, .equal-counterblock .single-article, .equal-counterblock .post-navigation .nav-links, .post-navigation .equal-counterblock .nav-links, .equal-counterblock body.tax-product_cat ul.products, body.tax-product_cat .equal-counterblock ul.products, .equal-counterblock .product-category--listing ul.products, .product-category--listing .equal-counterblock ul.products, .equal-counterblock aside.widget-area {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .equal-counterblock .c-container, .equal-counterblock .search-results--listing ul, .search-results--listing .equal-counterblock ul, .equal-counterblock .ywraq-form-table-wrapper, .equal-counterblock .brand-list ul, .brand-list .equal-counterblock ul, .equal-counterblock .brand-benefits ul, .brand-benefits .equal-counterblock ul, .equal-counterblock .blog-listing, .equal-counterblock .single-article, .equal-counterblock .post-navigation .nav-links, .post-navigation .equal-counterblock .nav-links, .equal-counterblock body.tax-product_cat ul.products, body.tax-product_cat .equal-counterblock ul.products, .equal-counterblock .product-category--listing ul.products, .product-category--listing .equal-counterblock ul.products, .equal-counterblock aside.widget-area {
        flex-direction: row; } }
  .equal-counterblock .col-l {
    width: 100%;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .equal-counterblock .col-l {
        width: 50%;
        margin-bottom: 0;
        padding-right: 60px; } }
  .equal-counterblock .col-r {
    width: 100%; }
    @media (min-width: 768px) {
      .equal-counterblock .col-r {
        width: 50%; } }
  .equal-counterblock h2,
  .equal-counterblock h3 {
    color: #062D50;
    margin-bottom: 30px; }
    .equal-counterblock h2 strong,
    .equal-counterblock h3 strong {
      color: #00CEFF; }
  .equal-counterblock p {
    margin-bottom: 30px; }

.counters {
  position: relative;
  padding: 0;
  background-color: #00CEFF;
  border-radius: 30px;
  padding: 60px 30px 30px 30px;
  display: flex;
  flex-wrap: wrap; }
  .counters:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("images/stats-image.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    filter: opacity(0.1);
    z-index: 1; }
  .counters:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("images/icons/stats-block-icon.png");
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: center;
    border-radius: 30px;
    filter: opacity(0.1);
    z-index: 2; }

.count {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  z-index: 10; }
  @media (min-width: 768px) {
    .count {
      width: 50%; } }
  .count p {
    margin: 0;
    color: #062D50;
    font-family: "familjen-grotesk", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px; }
    .count p:has(span) {
      margin-bottom: 10px; }

span.number,
.counter-symbol {
  color: #062D50;
  font-family: "familjen-grotesk", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    span.number,
    .counter-symbol {
      font-size: 36px;
      line-height: 36px; } }
  @media (min-width: 1152px) {
    span.number,
    .counter-symbol {
      font-size: 80px;
      line-height: 80px; } }

.post-articles {
  padding: 30px 0 30px 20px;
  overflow-x: hidden; }
  @media (min-width: 1152px) {
    .post-articles {
      padding: 60px 0; } }
  .post-articles h4 {
    color: #062D50; }

.news-title--panel {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px; }
  .news-title--panel .news-nav {
    margin-left: auto;
    display: flex;
    margin-right: 30px; }
    .news-title--panel .news-nav img {
      max-width: 25px; }
    .news-title--panel .news-nav > div {
      cursor: pointer; }
      .news-title--panel .news-nav > div:not(:last-of-type) {
        margin-right: 10px; }

@media (min-width: 1152px) {
  .article-container {
    margin-left: 20px; } }
@media (min-width: 1366px) {
  .article-container {
    margin-left: calc(50% - 1366px / 2 + 20px); } }
.article-container ul {
  padding: 0;
  display: none;
  width: 160%; }
  @media (min-width: 768px) {
    .article-container ul {
      width: 150%; } }
  @media (min-width: 1366px) {
    .article-container ul {
      width: 110%; } }
  .article-container ul.slick-initialized {
    display: block; }
.article-container li {
  list-style: none;
  margin-right: 40px; }
  .article-container li img {
    width: 100%;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px; }
.article-container .post-content {
  padding: 20px 15px 15px 15px;
  position: relative; }
  .article-container .post-content:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background: #00dffc;
    background: linear-gradient(270deg, #00dffc 0%, #0561ff 100%); }
.article-container .post-title {
  display: block;
  color: #062D50;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 26px;
  font-family: "familjen-grotesk", sans-serif;
  font-weight: 500; }

main.site-main:has(.ywraq-form-table-wrapper) {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 1152px) {
    main.site-main:has(.ywraq-form-table-wrapper) {
      padding-top: 60px;
      padding-bottom: 60px; } }
  main.site-main:has(.ywraq-form-table-wrapper) .entry-header {
    text-align: center;
    margin-bottom: 30px; }
    @media (min-width: 1152px) {
      main.site-main:has(.ywraq-form-table-wrapper) .entry-header {
        margin-bottom: 60px; } }
  main.site-main:has(.ywraq-form-table-wrapper) .entry-title {
    position: relative;
    color: #062D50; }
    main.site-main:has(.ywraq-form-table-wrapper) .entry-title:before {
      content: "";
      display: block;
      position: relative;
      width: 35px;
      height: 35px;
      background-image: url("images/icons/itc-logo.png");
      background-repeat: no-repeat;
      background-size: 35px;
      background-position: center;
      margin-bottom: 15px;
      margin-left: auto;
      margin-right: auto; }

#yith-ywraq-form {
  border-bottom: 1px solid #00CEFF;
  margin-bottom: 30px; }

#yith-ywrq-table-list {
  border: 0 !important;
  margin-bottom: 0 !important; }
  #yith-ywrq-table-list thead {
    background-color: #062D50;
    color: #fff; }
    #yith-ywrq-table-list thead th {
      text-transform: uppercase;
      padding: 15px !important; }
    #yith-ywrq-table-list thead .product-quantity {
      width: 200px;
      text-align: center;
      padding-right: 24px !important; }
  #yith-ywrq-table-list tbody {
    background-color: #E9FAFF; }
    @media (min-width: 768px) {
      #yith-ywrq-table-list tbody .product-remove {
        width: 50px;
        padding-left: 24px !important; } }
    #yith-ywrq-table-list tbody .yith-ywraq-item-remove {
      text-indent: -9999px;
      border-radius: 0;
      background-repeat: no-repeat;
      background-size: 10px;
      background-position: center;
      background-image: url("images/icons/blue-cross.png"); }
      @media (min-width: 768px) {
        #yith-ywrq-table-list tbody .yith-ywraq-item-remove {
          width: 50px;
          height: 50px;
          background-size: 20px; } }
      #yith-ywrq-table-list tbody .yith-ywraq-item-remove:hover {
        background-color: transparent !important; }
    #yith-ywrq-table-list tbody .product-thumbnail {
      display: block !important;
      text-align: left !important; }
      @media (min-width: 768px) {
        #yith-ywrq-table-list tbody .product-thumbnail {
          width: 150px;
          padding: 24px 12px !important; } }
      #yith-ywrq-table-list tbody .product-thumbnail img {
        width: 100%; }
        @media (max-width: 767px) {
          #yith-ywrq-table-list tbody .product-thumbnail img {
            width: 200px; } }
      #yith-ywrq-table-list tbody .product-thumbnail:before {
        display: none !important; }
    @media (min-width: 768px) {
      #yith-ywrq-table-list tbody .product-name {
        width: 100%; } }
    #yith-ywrq-table-list tbody .product-name a {
      color: #062D50;
      font-size: 16px;
      line-height: 22px; }
      #yith-ywrq-table-list tbody .product-name a:hover {
        text-decoration: underline;
        color: #062D50; }
    @media (min-width: 768px) {
      #yith-ywrq-table-list tbody .product-quantity {
        padding-right: 24px !important;
        width: 200px;
        text-align: center; } }
  #yith-ywrq-table-list .quantity {
    display: flex;
    justify-content: flex-end; }
    @media (min-width: 768px) {
      #yith-ywrq-table-list .quantity {
        justify-content: center; } }
  #yith-ywrq-table-list .minus {
    width: 50px;
    height: 50px;
    border-radius: 0;
    border: 1px solid #00CEFF;
    border-right: 0;
    background-color: #fff !important;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
    background-image: url("images/icons/minus.png"); }
  #yith-ywrq-table-list .plus {
    width: 50px;
    height: 50px;
    border-radius: 0;
    border: 1px solid #00CEFF;
    border-left: 0;
    background-color: #fff !important;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
    background-image: url("images/icons/plus.png"); }
  #yith-ywrq-table-list .qty {
    height: 50px;
    width: 20px;
    border: 0;
    border-top: 1px solid #00CEFF;
    border-bottom: 1px solid #00CEFF;
    border-radius: 0; }
  #yith-ywrq-table-list td.actions {
    background-color: #fff;
    text-align: center !important;
    padding: 30px 15px !important; }
    @media (min-width: 1152px) {
      #yith-ywrq-table-list td.actions {
        padding: 60px 15px !important; } }
    #yith-ywrq-table-list td.actions .button {
      border: 1px solid #062D50 !important;
      border-radius: 10px !important;
      background-color: transparent !important;
      color: #062D50 !important;
      text-transform: uppercase;
      padding: 15px 25px !important;
      transition: all .3s ease; }
      #yith-ywrq-table-list td.actions .button:hover {
        background-color: #062D50 !important;
        color: #fff !important; }

.yith-ywraq-mail-form-wrapper {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }
  .yith-ywraq-mail-form-wrapper h3 {
    width: 100%;
    text-align: center;
    color: #062D50;
    margin-bottom: 20px; }
  .yith-ywraq-mail-form-wrapper label {
    color: #062D50 !important;
    font-size: 14px !important;
    text-align: left; }
  .yith-ywraq-mail-form-wrapper input {
    height: 50px !important;
    border: 1px solid #00CEFF !important;
    padding-left: 15px !important;
    border-radius: 10px !important; }
  .yith-ywraq-mail-form-wrapper textarea {
    height: 150px !important;
    border: 1px solid #00CEFF !important;
    padding: 15px !important;
    border-radius: 10px !important;
    resize: none !important; }
  .yith-ywraq-mail-form-wrapper .form-row:has(.button) {
    text-align: center;
    padding-top: 20px !important; }
  .yith-ywraq-mail-form-wrapper .form-row .button {
    background-color: #062D50 !important;
    border: 1px solid #062D50 !important;
    text-transform: uppercase !important;
    color: #fff !important;
    padding: 15px 25px !important;
    font-size: 14px !important;
    line-height: 14px !important;
    transition: all .3s ease; }
    .yith-ywraq-mail-form-wrapper .form-row .button:hover {
      background-color: #00CEFF !important;
      border: 1px solid #00CEFF !important; }

#yith-ywraq-message {
  width: 100%;
  text-align: center;
  color: #062D50;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px; }

.ywraq-form-table-wrapper p {
  width: 100%;
  text-align: center;
  color: #062D50;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px; }

/* Quote Submission Page */
.quote-success {
  padding: 3rem 1rem; }

.what-happens {
  padding-bottom: 60px; }
  .what-happens h2 {
    width: 100%;
    text-align: center;
    color: #00CEFF;
    margin-bottom: 15px; }
  .what-happens p:not(li p) {
    width: 100%;
    text-align: center; }
  .what-happens ul {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-top: 60px; }
    @media (min-width: 576px) {
      .what-happens ul {
        flex-direction: row;
        justify-content: center; } }
  .what-happens li {
    display: flex;
    flex-direction: column;
    width: 100%; }
    .what-happens li:not(:last-of-type) {
      margin-bottom: 30px; }
      @media (min-width: 576px) {
        .what-happens li:not(:last-of-type) {
          margin-bottom: 0; } }
    @media (min-width: 576px) {
      .what-happens li {
        width: 50%; } }
    @media (min-width: 768px) {
      .what-happens li {
        width: 320px; } }
    .what-happens li p {
      color: #4D4D4D;
      text-align: center;
      width: 100%;
      max-width: 80%;
      margin-right: auto;
      margin-left: auto; }
    .what-happens li img {
      max-width: 100px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 15px; }

.submitted-quote .c-container, .submitted-quote .search-results--listing ul, .search-results--listing .submitted-quote ul, .submitted-quote .ywraq-form-table-wrapper, .submitted-quote .brand-list ul, .brand-list .submitted-quote ul, .submitted-quote .brand-benefits ul, .brand-benefits .submitted-quote ul, .submitted-quote .blog-listing, .submitted-quote .single-article, .submitted-quote .post-navigation .nav-links, .post-navigation .submitted-quote .nav-links, .submitted-quote body.tax-product_cat ul.products, body.tax-product_cat .submitted-quote ul.products, .submitted-quote .product-category--listing ul.products, .product-category--listing .submitted-quote ul.products, .submitted-quote aside.widget-area {
  position: relative;
  z-index: 50;
  padding-bottom: 60px; }
.submitted-quote:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("images/icons/seo-block-background-icon.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 40%;
  filter: opacity(0.1); }

.ajax-loading {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

body.yith-request-a-quote-page .woocommerce-message {
  width: 100%;
  max-width: 600px;
  margin: 3rem auto;
  border: 1px solid #00CEFF;
  background-color: #fff;
  text-align: center;
  color: #062D50; }
  body.yith-request-a-quote-page .woocommerce-message:before {
    display: none; }

.brand-products .page-header {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center; }
  @media (min-width: 1152px) {
    .brand-products .page-header {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .brand-products .page-header h1 {
    width: 100%;
    text-align: center;
    color: #062D50;
    position: relative; }
    .brand-products .page-header h1:before {
      content: "";
      display: block;
      position: relative;
      width: 35px;
      height: 35px;
      background-image: url("images/icons/itc-logo.png");
      background-repeat: no-repeat;
      background-size: 35px;
      background-position: center;
      margin-bottom: 15px;
      margin-left: auto;
      margin-right: auto; }

.taxonomy-archive-list {
  background-color: #E9FAFF; }
  .taxonomy-archive-list ul {
    padding-top: 30px;
    padding-bottom: calc(30px - 2%);
    padding-left: 0;
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 1152px) {
      .taxonomy-archive-list ul {
        padding-top: 60px;
        padding-bottom: calc(60px - 2%); } }
    .taxonomy-archive-list ul li {
      display: flex;
      flex-direction: column;
      background-color: #fff;
      border: 1px solid #00CEFF;
      border-radius: 30px;
      padding: 20px !important;
      width: 49%;
      margin-bottom: 2%;
      margin-right: 2%;
      text-align: center;
      transition: all .3s ease; }
      .taxonomy-archive-list ul li:nth-of-type(2n) {
        margin-right: 0; }
      @media (min-width: 768px) {
        .taxonomy-archive-list ul li {
          width: 32% !important; }
          .taxonomy-archive-list ul li:nth-of-type(2n) {
            margin-right: 2% !important; }
          .taxonomy-archive-list ul li:nth-of-type(3n) {
            margin-right: 0 !important; } }
      @media (min-width: 992px) {
        .taxonomy-archive-list ul li {
          width: 23.5% !important; }
          .taxonomy-archive-list ul li:nth-of-type(2n) {
            margin-right: 2% !important; }
          .taxonomy-archive-list ul li:nth-of-type(3n) {
            margin-right: 2% !important; }
          .taxonomy-archive-list ul li:nth-of-type(4n) {
            margin-right: 0 !important; } }
      .taxonomy-archive-list ul li:hover {
        border-color: #062D50; }
        .taxonomy-archive-list ul li:hover .button {
          background-color: #00CEFF !important;
          border: 1px solid #00CEFF !important; }
      .taxonomy-archive-list ul li img {
        margin-left: auto;
        margin-right: auto; }
      .taxonomy-archive-list ul li .taxonomy-title {
        color: #062D50;
        padding: 0 !important;
        font-size: 18px !important;
        line-height: 22px;
        margin-bottom: 15px !important; }
      .taxonomy-archive-list ul li:hover {
        text-decoration: none; }
        .taxonomy-archive-list ul li:hover a {
          text-decoration: none; }
      .taxonomy-archive-list ul li p.overview-text {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 20px; }
      .taxonomy-archive-list ul li a.button {
        margin-top: auto !important;
        background-color: #062D50 !important;
        border: 1px solid #062D50 !important;
        border-radius: 10px !important;
        color: #fff !important;
        width: 180px;
        margin-left: auto;
        margin-right: auto; }
        .taxonomy-archive-list ul li a.button:hover {
          text-decoration: none !important;
          background-color: #00CEFF !important;
          border: 1px solid #00CEFF !important;
          color: #fff !important; }

.brands-archive .page-header {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center; }
  @media (min-width: 1152px) {
    .brands-archive .page-header {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .brands-archive .page-header h1 {
    width: 100%;
    text-align: center;
    color: #062D50;
    position: relative;
    margin-bottom: 15px; }
    .brands-archive .page-header h1:before {
      content: "";
      display: block;
      position: relative;
      width: 35px;
      height: 35px;
      background-image: url("images/icons/itc-logo.png");
      background-repeat: no-repeat;
      background-size: 35px;
      background-position: center;
      margin-bottom: 15px;
      margin-left: auto;
      margin-right: auto; }

.brand-list {
  border-top: 1px solid #00CEFF;
  padding-top: 30px;
  padding-bottom: calc(30px - 5%); }
  @media (min-width: 1152px) {
    .brand-list {
      padding-top: 60px;
      padding-bottom: calc(60px - 5%); } }
  .brand-list ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
  .brand-list li {
    list-style: none;
    position: relative;
    width: 100%;
    margin-bottom: 5%;
    border-radius: 30px; }
    @media (min-width: 576px) {
      .brand-list li {
        width: 49%;
        margin-right: 2%; }
        .brand-list li:nth-of-type(2n) {
          margin-right: 0; } }
    @media (min-width: 768px) {
      .brand-list li {
        width: 30%;
        margin-right: 5%;
        margin-bottom: 5%; }
        .brand-list li:nth-of-type(2n) {
          margin-right: 5%; }
        .brand-list li:nth-of-type(3n) {
          margin-right: 0; } }

.brand-overlay--content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 5;
  transition: all .3s ease; }
  .brand-overlay--content img {
    max-width: 150px; }
    @media (min-width: 1152px) {
      .brand-overlay--content img {
        max-width: 200px; } }

.brand-seo {
  border-top: 1px solid #00CEFF;
  padding: 30px 0; }
  @media (min-width: 1152px) {
    .brand-seo {
      padding: 60px 0; } }
  body.tax-product_brand .brand-seo {
    border-top: 0;
    border-bottom: 1px solid #00CEFF; }
  .brand-seo .c-container, .brand-seo .search-results--listing ul, .search-results--listing .brand-seo ul, .brand-seo .ywraq-form-table-wrapper, .brand-seo .brand-list ul, .brand-list .brand-seo ul, .brand-seo .brand-benefits ul, .brand-benefits .brand-seo ul, .brand-seo .blog-listing, .brand-seo .single-article, .brand-seo .post-navigation .nav-links, .post-navigation .brand-seo .nav-links, .brand-seo body.tax-product_cat ul.products, body.tax-product_cat .brand-seo ul.products, .brand-seo .product-category--listing ul.products, .product-category--listing .brand-seo ul.products, .brand-seo aside.widget-area {
    display: flex;
    flex-direction: column;
    width: 100%; }
    @media (min-width: 768px) {
      .brand-seo .c-container, .brand-seo .search-results--listing ul, .search-results--listing .brand-seo ul, .brand-seo .ywraq-form-table-wrapper, .brand-seo .brand-list ul, .brand-list .brand-seo ul, .brand-seo .brand-benefits ul, .brand-benefits .brand-seo ul, .brand-seo .blog-listing, .brand-seo .single-article, .brand-seo .post-navigation .nav-links, .post-navigation .brand-seo .nav-links, .brand-seo body.tax-product_cat ul.products, body.tax-product_cat .brand-seo ul.products, .brand-seo .product-category--listing ul.products, .product-category--listing .brand-seo ul.products, .brand-seo aside.widget-area {
        flex-direction: row; } }
  .brand-seo .seo-image {
    width: 100%; }
    @media (min-width: 768px) {
      .brand-seo .seo-image {
        width: 50%; } }
  .brand-seo .seo-text {
    width: 100%;
    padding: 30px; }
    @media (min-width: 768px) {
      .brand-seo .seo-text {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        width: 50%; } }
    .brand-seo .seo-text h2, .brand-seo .seo-text h3, .brand-seo .seo-text h4, .brand-seo .seo-text h5, .brand-seo .seo-text h6 {
      color: #062D50;
      margin-bottom: 30px; }
      .brand-seo .seo-text h2 strong, .brand-seo .seo-text h3 strong, .brand-seo .seo-text h4 strong, .brand-seo .seo-text h5 strong, .brand-seo .seo-text h6 strong {
        color: #00CEFF; }
    .brand-seo .seo-text p {
      margin-bottom: 20px; }
    .brand-seo .seo-text ul {
      margin-bottom: 20px; }
    .brand-seo .seo-text li:not(:last-of-type) {
      margin-bottom: 5px; }
    .brand-seo .seo-text a {
      color: #00CEFF;
      text-decoration: underline; }
      .brand-seo .seo-text a:hover {
        text-decoration: none; }

.brand-intro {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #00CEFF; }
  @media (min-width: 768px) {
    .brand-intro {
      flex-direction: row; } }
  @media (min-width: 1152px) {
    .brand-intro {
      padding-top: 60px;
      padding-bottom: 60px; } }

.intro-image {
  width: 100%; }
  @media (min-width: 768px) {
    .intro-image {
      width: 50%; } }
  .intro-image img {
    width: 100%;
    max-width: 100%; }
    @media (min-width: 768px) {
      .intro-image img {
        height: 100%;
        object-fit: cover; } }
    @media (min-width: 1152px) {
      .intro-image img {
        height: auto; } }

.intro-text {
  padding: 30px;
  width: 100%; }
  @media (min-width: 768px) {
    .intro-text {
      width: 50%;
      padding: 30px 60px; } }
  @media (min-width: 1152px) {
    .intro-text {
      padding: 60px; } }
  .intro-text h1 {
    color: #062D50;
    margin-bottom: 20px;
    padding: 0 0 10px 0;
    color: #062D50; }
  .intro-text p {
    color: #4D4D4D;
    padding: 5px 0; }
    @media (min-width: 992px) {
      .intro-text p {
        max-width: 80%; } }
    @media (min-width: 1152px) {
      .intro-text p {
        max-width: 60%; } }

.brand-category-image {
  margin-bottom: 0; }
  .brand-category-image img {
    height: auto;
    max-width: 200px; }
    @media (min-width: 1152px) {
      .brand-category-image img {
        height: 200px;
        max-width: 100%; } }

.intro-btns {
  margin-top: 30px; }
  .intro-btns a:not(:first-of-type) {
    margin-top: 20px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .intro-btns a:not(:first-of-type) {
        margin-left: 0;
        margin-top: 10px; } }
    @media (min-width: 1152px) {
      .intro-btns a:not(:first-of-type) {
        margin-left: 20px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .intro-btns a {
      width: 100%; } }

.brand-benefits {
  padding: 30px 20px; }
  @media (min-width: 1152px) {
    .brand-benefits {
      padding: 60px 20px; } }
  .brand-benefits h3 {
    width: 100%;
    text-align: center;
    color: #062D50;
    position: relative;
    margin-bottom: 30px; }
    @media (min-width: 1152px) {
      .brand-benefits h3 {
        margin-bottom: 60px; } }
    .brand-benefits h3:before {
      content: "";
      display: block;
      position: relative;
      width: 35px;
      height: 35px;
      background-image: url("images/icons/itc-logo.png");
      background-repeat: no-repeat;
      background-size: 35px;
      background-position: center;
      margin-bottom: 15px;
      margin-left: auto;
      margin-right: auto; }
    .brand-benefits h3 strong {
      color: #00CEFF; }
  .brand-benefits ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0; }
  .brand-benefits li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 47.5%;
    margin-right: 5%;
    margin-bottom: 5%; }
    .brand-benefits li:nth-of-type(2n) {
      margin-right: 0; }
    @media (min-width: 768px) {
      .brand-benefits li {
        width: 21.22%;
        margin-bottom: 0; }
        .brand-benefits li:nth-of-type(2n) {
          margin-right: 5%; }
        .brand-benefits li:nth-of-type(4n) {
          margin-right: 0; } }
    .brand-benefits li img {
      margin-bottom: 15px;
      max-width: 80px;
      margin-left: auto;
      margin-right: auto; }
    .brand-benefits li h4 {
      color: #062D50;
      font-size: 22px;
      line-height: 26px;
      font-weight: 500;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .brand-benefits li h4 {
          font-size: 18px;
          line-height: 22px; } }
      @media (min-width: 1152px) {
        .brand-benefits li h4 {
          font-size: 22px;
          line-height: 26px; } }
    .brand-benefits li p {
      text-align: center; }

.brand-products {
  scroll-margin: 200px;
  background-color: #E9FAFF;
  padding: 30px 0 30px 20px;
  overflow-x: hidden; }
  @media (min-width: 1152px) {
    .brand-products {
      padding: 60px 0; } }
  .brand-products h4 {
    color: #062D50; }

.products-title--panel {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px; }
  .products-title--panel .products-nav {
    margin-left: auto;
    display: flex;
    margin-right: 30px; }
    .products-title--panel .products-nav img {
      max-width: 25px; }
    .products-title--panel .products-nav > div {
      cursor: pointer; }
      .products-title--panel .products-nav > div:not(:last-of-type) {
        margin-right: 10px; }

@media (min-width: 1152px) {
  .brand-products--container {
    margin-left: 20px; } }
@media (min-width: 1366px) {
  .brand-products--container {
    margin-left: calc(50% - 1366px / 2 + 20px); } }
.brand-products--container ul {
  padding: 0;
  width: 160%; }
  @media (min-width: 768px) {
    .brand-products--container ul {
      width: 120%; } }
  @media (min-width: 1366px) {
    .brand-products--container ul {
      width: 110%; } }
.brand-products--container li {
  margin-right: 40px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #00CEFF;
  border-radius: 30px;
  padding: 20px 20px 40px 20px !important;
  text-align: center;
  transition: all .3s ease; }
  .brand-products--container li img {
    margin-left: auto;
    margin-right: auto; }
.brand-products--container .woocommerce-loop-product__title {
  color: #062D50;
  padding: 0 !important;
  font-size: 18px !important;
  line-height: 22px;
  margin-bottom: 15px !important; }
  .brand-products--container .woocommerce-loop-product__title a {
    color: #062D50; }
.brand-products--container:hover {
  text-decoration: none; }
  .brand-products--container:hover a {
    text-decoration: underline; }
  .brand-products--container:hover .solid-blue {
    text-decoration: none; }
.brand-products--container p.overview-text {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto; }
.brand-products--container a.button {
  margin-top: auto !important;
  background-color: #062D50 !important;
  border: 1px solid #062D50 !important;
  border-radius: 10px !important;
  color: #fff !important;
  width: 180px;
  margin-left: auto;
  margin-right: auto; }
  .brand-products--container a.button:hover {
    text-decoration: none !important;
    background-color: #00CEFF !important;
    border: 1px solid #00CEFF !important;
    color: #fff !important;
    text-decoration: none; }

.afh-seo {
  border-bottom: 1px solid #00CEFF;
  padding: 0 0 20px 0;
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 768px) {
    .afh-seo {
      flex-direction: row; } }
  .afh-seo .seo-image {
    width: 100%; }
    @media (min-width: 768px) {
      .afh-seo .seo-image {
        width: 50%; } }
    .afh-seo .seo-image img {
      width: 100%; }
  .afh-seo .seo-text {
    width: 100%;
    padding: 30px; }
    @media (min-width: 768px) {
      .afh-seo .seo-text {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        width: 50%; } }
    @media (min-width: 1152px) {
      .afh-seo .seo-text {
        padding: 30px 10% 0 60px; } }
    .afh-seo .seo-text h3 {
      color: #062D50;
      margin-bottom: 20px; }
      .afh-seo .seo-text h3 strong {
        color: #00CEFF; }
    .afh-seo .seo-text h4 {
      color: #00CEFF;
      font-weight: normal;
      margin-bottom: 20px;
      font-size: 24px;
      line-height: 28px; }
    .afh-seo .seo-text p {
      margin-bottom: 20px; }
    .afh-seo .seo-text ul {
      margin-bottom: 20px; }
    .afh-seo .seo-text li:not(:last-of-type) {
      margin-bottom: 5px; }
    .afh-seo .seo-text a {
      color: #00CEFF;
      text-decoration: underline; }
      .afh-seo .seo-text a:hover {
        text-decoration: none; }

.retail-brands {
  border-top: 1px solid #00CEFF;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 1152px) {
    .retail-brands {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .retail-brands h4 {
    width: 100%;
    color: #062D50;
    text-align: center;
    margin-bottom: 30px; }
    @media (min-width: 1152px) {
      .retail-brands h4 {
        margin-bottom: 60px; } }
    .retail-brands h4 strong {
      color: #00CEFF; }

.brands-carousel {
  padding: 0; }
  .brands-carousel li {
    list-style: none;
    position: relative;
    border-radius: 30px;
    margin: 0 20px; }

.retail-products {
  scroll-margin: 200px;
  background-color: #E9FAFF;
  padding: 30px 0 30px 20px;
  overflow-x: hidden; }
  @media (min-width: 1152px) {
    .retail-products {
      padding: 60px 0; } }
  .retail-products h4 {
    color: #062D50; }

@media (min-width: 1152px) {
  .retail-products--container {
    margin-left: 20px; } }
@media (min-width: 1366px) {
  .retail-products--container {
    margin-left: calc(50% - 1366px / 2 + 20px); } }
.retail-products--container .slick-track {
  display: flex;
  height: 100%; }
.retail-products--container .slick-slide {
  display: flex;
  height: auto; }
.retail-products--container ul {
  padding: 0;
  width: 160%; }
  @media (min-width: 768px) {
    .retail-products--container ul {
      width: 120%; } }
  @media (min-width: 1366px) {
    .retail-products--container ul {
      width: 110%; } }
.retail-products--container li {
  margin-right: 40px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #00CEFF;
  border-radius: 30px;
  padding: 20px 20px 40px 20px !important;
  text-align: center;
  transition: all .3s ease; }
  .retail-products--container li img {
    margin-left: auto;
    margin-right: auto; }
.retail-products--container .woocommerce-loop-product__title {
  color: #062D50;
  padding: 0 !important;
  font-size: 18px !important;
  line-height: 22px;
  margin-bottom: 15px !important; }
  .retail-products--container .woocommerce-loop-product__title a {
    color: #062D50; }
.retail-products--container:hover {
  text-decoration: none; }
  .retail-products--container:hover a {
    text-decoration: underline; }
  .retail-products--container:hover .solid-blue {
    text-decoration: none; }
.retail-products--container p.overview-text {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto; }
.retail-products--container a.button {
  margin-top: auto !important;
  background-color: #062D50 !important;
  border: 1px solid #062D50 !important;
  border-radius: 10px !important;
  color: #fff !important;
  width: 180px;
  margin-left: auto;
  margin-right: auto; }
  .retail-products--container a.button:hover {
    text-decoration: none !important;
    background-color: #00CEFF !important;
    border: 1px solid #00CEFF !important;
    color: #fff !important;
    text-decoration: none; }

.icon-block {
  background-color: #E9FAFF;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 1152px) {
    .icon-block {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .icon-block h3 {
    width: 100%;
    text-align: center;
    color: #062D50;
    position: relative;
    margin-bottom: 15px; }
    .icon-block h3:before {
      content: "";
      display: block;
      position: relative;
      width: 35px;
      height: 35px;
      background-image: url("images/icons/itc-logo.png");
      background-repeat: no-repeat;
      background-size: 35px;
      background-position: center;
      margin-bottom: 15px;
      margin-left: auto;
      margin-right: auto; }
    .icon-block h3 strong {
      color: #00CEFF; }
  .icon-block ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 30px 0 0 0; }
    @media (min-width: 1152px) {
      .icon-block ul {
        padding: 60px 0 0 0; } }
  .icon-block li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px; }
    .icon-block li:nth-of-type(2n) {
      margin-right: 0; }
    @media (min-width: 768px) {
      .icon-block li {
        width: 23.5%; }
        .icon-block li:nth-of-type(2n) {
          margin-right: 2%; }
        .icon-block li:nth-of-type(4n) {
          margin-right: 0; } }
    .icon-block li img {
      max-width: 150px;
      margin-bottom: 15px; }
    .icon-block li p {
      text-align: center;
      color: #062D50;
      font-family: "familjen-grotesk", sans-serif;
      font-weight: 500;
      font-size: 16px;
      line-height: 20px; }
      @media (min-width: 768px) {
        .icon-block li p {
          font-size: 13px;
          line-height: 16px; } }
      @media (min-width: 1152px) {
        .icon-block li p {
          font-size: 16px;
          line-height: 20px; } }

.content-row {
  padding-top: 30px; }
  @media (min-width: 1152px) {
    .content-row {
      padding-top: 60px; } }
  .content-row:only-of-type {
    padding-bottom: 30px; }
    @media (min-width: 1152px) {
      .content-row:only-of-type {
        padding-bottom: 60px; } }
  .content-row:last-child {
    padding-bottom: 30px; }
    @media (min-width: 1152px) {
      .content-row:last-child {
        padding-bottom: 60px; } }
  @media (min-width: 768px) {
    .content-row.is-reversed .c-container, .content-row.is-reversed .search-results--listing ul, .search-results--listing .content-row.is-reversed ul, .content-row.is-reversed .ywraq-form-table-wrapper, .content-row.is-reversed .brand-list ul, .brand-list .content-row.is-reversed ul, .content-row.is-reversed .brand-benefits ul, .brand-benefits .content-row.is-reversed ul, .content-row.is-reversed .blog-listing, .content-row.is-reversed .single-article, .content-row.is-reversed .post-navigation .nav-links, .post-navigation .content-row.is-reversed .nav-links, .content-row.is-reversed body.tax-product_cat ul.products, body.tax-product_cat .content-row.is-reversed ul.products, .content-row.is-reversed .product-category--listing ul.products, .product-category--listing .content-row.is-reversed ul.products, .content-row.is-reversed aside.widget-area {
      flex-direction: row-reverse; } }
  @media (min-width: 768px) {
    .content-row.is-reversed .text-col {
      padding: 0 0 0 60px; } }
  .content-row .c-container, .content-row .search-results--listing ul, .search-results--listing .content-row ul, .content-row .ywraq-form-table-wrapper, .content-row .brand-list ul, .brand-list .content-row ul, .content-row .brand-benefits ul, .brand-benefits .content-row ul, .content-row .blog-listing, .content-row .single-article, .content-row .post-navigation .nav-links, .post-navigation .content-row .nav-links, .content-row body.tax-product_cat ul.products, body.tax-product_cat .content-row ul.products, .content-row .product-category--listing ul.products, .product-category--listing .content-row ul.products, .content-row aside.widget-area {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .content-row .c-container, .content-row .search-results--listing ul, .search-results--listing .content-row ul, .content-row .ywraq-form-table-wrapper, .content-row .brand-list ul, .brand-list .content-row ul, .content-row .brand-benefits ul, .brand-benefits .content-row ul, .content-row .blog-listing, .content-row .single-article, .content-row .post-navigation .nav-links, .post-navigation .content-row .nav-links, .content-row body.tax-product_cat ul.products, body.tax-product_cat .content-row ul.products, .content-row .product-category--listing ul.products, .product-category--listing .content-row ul.products, .content-row aside.widget-area {
        flex-direction: row; } }
  @media (min-width: 768px) {
    .content-row:nth-of-type(2n) .c-container, .content-row:nth-of-type(2n) .search-results--listing ul, .search-results--listing .content-row:nth-of-type(2n) ul, .content-row:nth-of-type(2n) .ywraq-form-table-wrapper, .content-row:nth-of-type(2n) .brand-list ul, .brand-list .content-row:nth-of-type(2n) ul, .content-row:nth-of-type(2n) .brand-benefits ul, .brand-benefits .content-row:nth-of-type(2n) ul, .content-row:nth-of-type(2n) .blog-listing, .content-row:nth-of-type(2n) .single-article, .content-row:nth-of-type(2n) .post-navigation .nav-links, .post-navigation .content-row:nth-of-type(2n) .nav-links, .content-row:nth-of-type(2n) body.tax-product_cat ul.products, body.tax-product_cat .content-row:nth-of-type(2n) ul.products, .content-row:nth-of-type(2n) .product-category--listing ul.products, .product-category--listing .content-row:nth-of-type(2n) ul.products, .content-row:nth-of-type(2n) aside.widget-area {
      flex-direction: row-reverse; } }
  @media (min-width: 768px) {
    .content-row:nth-of-type(2n) .text-col {
      padding: 0 0 0 60px; } }
  .content-row .text-col {
    width: 100%;
    padding: 30px 0; }
    @media (min-width: 768px) {
      .content-row .text-col {
        width: 50%;
        padding: 0 60px 0 0; } }
    .content-row .text-col h3, .content-row .text-col h4, .content-row .text-col h5, .content-row .text-col h6 {
      margin-bottom: 30px;
      color: #062D50; }
      .content-row .text-col h3 strong, .content-row .text-col h4 strong, .content-row .text-col h5 strong, .content-row .text-col h6 strong {
        color: #00CEFF; }
    .content-row .text-col p {
      margin-bottom: 30px; }
    .content-row .text-col ul {
      margin-bottom: 30px; }
    .content-row .text-col li:not(:last-of-type) {
      margin-bottom: 10px; }
  .content-row .image-col {
    width: 100%; }
    @media (min-width: 768px) {
      .content-row .image-col {
        width: 50%; } }
    .content-row .image-col img {
      width: 100%; }

.sustainability-seo {
  border-bottom: 1px solid #00CEFF;
  padding: 0 0 20px 0;
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 768px) {
    .sustainability-seo {
      flex-direction: row; } }
  .sustainability-seo .seo-image {
    width: 100%; }
    @media (min-width: 768px) {
      .sustainability-seo .seo-image {
        width: 50%; } }
    .sustainability-seo .seo-image img {
      width: 100%; }
  .sustainability-seo .seo-text {
    width: 100%;
    padding: 30px; }
    @media (min-width: 768px) {
      .sustainability-seo .seo-text {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        width: 50%; } }
    @media (min-width: 1152px) {
      .sustainability-seo .seo-text {
        padding: 30px 10% 0 60px; } }
    .sustainability-seo .seo-text h3 {
      color: #062D50;
      margin-bottom: 20px; }
      .sustainability-seo .seo-text h3 strong {
        color: #00CEFF; }
    .sustainability-seo .seo-text h4 {
      color: #00CEFF;
      font-weight: normal;
      margin-bottom: 20px;
      font-size: 24px;
      line-height: 28px; }
    .sustainability-seo .seo-text p {
      margin-bottom: 20px; }
    .sustainability-seo .seo-text ul {
      margin-bottom: 20px; }
    .sustainability-seo .seo-text li:not(:last-of-type) {
      margin-bottom: 5px; }
    .sustainability-seo .seo-text a {
      color: #00CEFF;
      text-decoration: underline; }
      .sustainability-seo .seo-text a:hover {
        text-decoration: none; }

.industry-awards {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 1152px) {
    .industry-awards {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .industry-awards h4 {
    width: 100%;
    text-align: center;
    color: #062D50;
    position: relative;
    margin-bottom: 15px; }
    .industry-awards h4:before {
      content: "";
      display: block;
      position: relative;
      width: 60px;
      height: 60px;
      background-image: url("images/icons/itc-logo.png");
      background-repeat: no-repeat;
      background-size: 60px;
      background-position: center;
      margin-bottom: 20px;
      margin-left: auto;
      margin-right: auto; }
    .industry-awards h4 strong {
      color: #00CEFF; }
  .industry-awards p {
    width: 100%;
    text-align: center; }
  .industry-awards ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 30px 0 0 0; }
    @media (min-width: 1152px) {
      .industry-awards ul {
        padding: 30px 0 0 0; } }
  .industry-awards li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 49%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 20px; }
    .industry-awards li:nth-of-type(2n) {
      margin-right: 0; }
    @media (min-width: 768px) {
      .industry-awards li {
        width: 23.5%; }
        .industry-awards li:nth-of-type(2n) {
          margin-right: 2%; }
        .industry-awards li:nth-of-type(4n) {
          margin-right: 0; } }
    .industry-awards li img {
      max-width: 200px; }
      @media (max-width: 767px) {
        .industry-awards li img {
          max-width: 80%;
          margin: 0 auto; } }

.timeline {
  border-top: 1px solid #00CEFF;
  border-bottom: 1px solid #00CEFF;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 768px) {
    .timeline {
      flex-direction: row; } }

.timeline-image {
  width: 100%; }
  @media (min-width: 768px) {
    .timeline-image {
      width: 50%; } }
  .timeline-image img {
    width: 100%; }

.our-timeline {
  width: 100%;
  padding: 30px; }
  @media (min-width: 768px) {
    .our-timeline {
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 50%; } }
  @media (min-width: 1152px) {
    .our-timeline {
      padding: 30px 10% 30px 60px; } }
  .our-timeline h4 {
    margin-bottom: 20px;
    color: #062D50; }
  .our-timeline .year-value {
    display: block;
    color: #00CEFF;
    font-family: "familjen-grotesk", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 30px; }
  .our-timeline p {
    margin-bottom: 30px; }

.timeline-nav {
  display: flex; }
  .timeline-nav > div {
    cursor: pointer; }
    .timeline-nav > div:not(:last-of-type) {
      margin-right: 25px; }
  .timeline-nav img {
    max-width: 30px; }

/* Tabs wrapper */
.tabbed-content {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 1152px) {
    .tabbed-content {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .tabbed-content h4 {
    width: 100%;
    text-align: center;
    color: #062D50;
    margin-bottom: 30px; }
    @media (min-width: 1152px) {
      .tabbed-content h4 {
        margin-bottom: 60px; } }

.tabs {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0; }
  @media (min-width: 768px) {
    .tabs {
      flex-direction: row; } }

.tab {
  cursor: pointer;
  padding: 15px 20px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #062D50;
  text-align: center;
  font-family: "familjen-grotesk", sans-serif;
  font-size: 14px;
  line-height: 14px;
  margin: 0 0.5%;
  font-weight: 600;
  color: #062D50;
  text-transform: uppercase;
  transition: background 0.3s ease; }
  @media (min-width: 768px) {
    .tab {
      font-size: 12px;
      line-height: 12px; } }
  @media (min-width: 1152px) {
    .tab {
      font-size: 14px;
      line-height: 14px; } }
  @media (max-width: 767px) {
    .tab {
      width: 100%;
      margin-bottom: 10px; } }
  .tab:hover {
    background: #062D50;
    color: #fff; }

.tab.active {
  background: #062D50;
  border: 1px solid #062D50;
  border-bottom: none;
  color: #fff;
  font-weight: bold; }

/* Tab content */
.tab-content {
  display: none;
  padding: 0;
  background: #fff; }
  .tab-content ul {
    margin-bottom: 20px; }
  .tab-content li:not(:last-of-type) {
    margin-bottom: 5px; }

.tab-content.active {
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .tab-content.active {
      flex-direction: row;
      margin-top: 30px;
      align-items: center; } }
  @media (min-width: 1152px) {
    .tab-content.active {
      margin-top: 60px; } }

.tab-content .col-l,
.tab-content .col-r {
  flex: 1; }
  .tab-content .col-l .tab-content--heading,
  .tab-content .col-r .tab-content--heading {
    color: #062D50;
    margin-bottom: 20px;
    font-family: "familjen-grotesk", sans-serif;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700; }
  .tab-content .col-l p,
  .tab-content .col-r p {
    margin-bottom: 20px; }

.tab-content .col-l {
  padding: 30px; }
  @media (min-width: 768px) {
    .tab-content .col-l {
      padding: 0 30px 0 0; } }
  @media (min-width: 1152px) {
    .tab-content .col-l {
      padding: 30px 60px 30px 30px; } }

.tab-content img {
  max-width: 100%;
  height: auto;
  display: block; }

.our-awards {
  background-color: #E9FAFF;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 1152px) {
    .our-awards {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .our-awards .c-container, .our-awards .search-results--listing ul, .search-results--listing .our-awards ul, .our-awards .ywraq-form-table-wrapper, .our-awards .brand-list ul, .brand-list .our-awards ul, .our-awards .brand-benefits ul, .brand-benefits .our-awards ul, .our-awards .blog-listing, .our-awards .single-article, .our-awards .post-navigation .nav-links, .post-navigation .our-awards .nav-links, .our-awards body.tax-product_cat ul.products, body.tax-product_cat .our-awards ul.products, .our-awards .product-category--listing ul.products, .product-category--listing .our-awards ul.products, .our-awards aside.widget-area {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .our-awards .c-container, .our-awards .search-results--listing ul, .search-results--listing .our-awards ul, .our-awards .ywraq-form-table-wrapper, .our-awards .brand-list ul, .brand-list .our-awards ul, .our-awards .brand-benefits ul, .brand-benefits .our-awards ul, .our-awards .blog-listing, .our-awards .single-article, .our-awards .post-navigation .nav-links, .post-navigation .our-awards .nav-links, .our-awards body.tax-product_cat ul.products, body.tax-product_cat .our-awards ul.products, .our-awards .product-category--listing ul.products, .product-category--listing .our-awards ul.products, .our-awards aside.widget-area {
        flex-direction: row; } }
  .our-awards .col-l {
    width: 100%;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .our-awards .col-l {
        width: 50%;
        padding: 0 30px 0 0;
        margin-bottom: 0; } }
  .our-awards .col-r {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%; }
    @media (min-width: 768px) {
      .our-awards .col-r {
        width: 50%; } }
  .our-awards h4 {
    color: #062D50;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .our-awards p {
    margin-bottom: 20px; }
  .our-awards .award {
    width: 49%;
    border: 1px solid #00CEFF;
    border-radius: 15px;
    margin-right: 2%; }
    .our-awards .award:nth-of-type(2n) {
      margin-right: 0; }
    .our-awards .award img {
      width: 100%;
      border-radius: 15px; }

.about-seo {
  border-bottom: 1px solid #00CEFF;
  padding: 30px 0; }
  @media (min-width: 1152px) {
    .about-seo {
      padding: 60px 0; } }
  .about-seo .c-container, .about-seo .search-results--listing ul, .search-results--listing .about-seo ul, .about-seo .ywraq-form-table-wrapper, .about-seo .brand-list ul, .brand-list .about-seo ul, .about-seo .brand-benefits ul, .brand-benefits .about-seo ul, .about-seo .blog-listing, .about-seo .single-article, .about-seo .post-navigation .nav-links, .post-navigation .about-seo .nav-links, .about-seo body.tax-product_cat ul.products, body.tax-product_cat .about-seo ul.products, .about-seo .product-category--listing ul.products, .product-category--listing .about-seo ul.products, .about-seo aside.widget-area {
    display: flex;
    flex-direction: column;
    width: 100%; }
    @media (min-width: 768px) {
      .about-seo .c-container, .about-seo .search-results--listing ul, .search-results--listing .about-seo ul, .about-seo .ywraq-form-table-wrapper, .about-seo .brand-list ul, .brand-list .about-seo ul, .about-seo .brand-benefits ul, .brand-benefits .about-seo ul, .about-seo .blog-listing, .about-seo .single-article, .about-seo .post-navigation .nav-links, .post-navigation .about-seo .nav-links, .about-seo body.tax-product_cat ul.products, body.tax-product_cat .about-seo ul.products, .about-seo .product-category--listing ul.products, .product-category--listing .about-seo ul.products, .about-seo aside.widget-area {
        flex-direction: row; } }
  .about-seo .seo-image {
    width: 100%; }
    @media (min-width: 768px) {
      .about-seo .seo-image {
        width: 50%; } }
  .about-seo .seo-text {
    width: 100%;
    padding: 30px; }
    @media (min-width: 768px) {
      .about-seo .seo-text {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        width: 50%; } }
    .about-seo .seo-text h2, .about-seo .seo-text h3, .about-seo .seo-text h4, .about-seo .seo-text h5, .about-seo .seo-text h6 {
      color: #062D50;
      margin-bottom: 30px; }
      .about-seo .seo-text h2 strong, .about-seo .seo-text h3 strong, .about-seo .seo-text h4 strong, .about-seo .seo-text h5 strong, .about-seo .seo-text h6 strong {
        color: #00CEFF; }
    .about-seo .seo-text p {
      margin-bottom: 20px; }
    .about-seo .seo-text ul {
      margin-bottom: 20px; }
    .about-seo .seo-text li:not(:last-of-type) {
      margin-bottom: 5px; }

.management-team h4 {
  width: 100%;
  color: #062D50;
  text-align: center;
  margin-bottom: 60px; }

.our-people--listing h3:before {
  content: "";
  display: block;
  position: relative;
  width: 35px;
  height: 35px;
  background-image: url("images/icons/itc-logo.png");
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: center;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto; }
.our-people--listing ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0; }
.our-people--listing li {
  display: flex;
  flex-direction: column;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%; }
  .our-people--listing li:nth-of-type(2n) {
    margin-right: 0; }
  @media (min-width: 768px) {
    .our-people--listing li {
      width: 32%; }
      .our-people--listing li:nth-of-type(2n) {
        margin-right: 2%; }
      .our-people--listing li:nth-of-type(3n) {
        margin-right: 0; } }
  @media (min-width: 992px) {
    .our-people--listing li {
      width: 23.5%; }
      .our-people--listing li:nth-of-type(2n) {
        margin-right: 2%; }
      .our-people--listing li:nth-of-type(3n) {
        margin-right: 2%; }
      .our-people--listing li:nth-of-type(4n) {
        margin-right: 0; } }
.our-people--listing img {
  width: 100%; }

.management-team {
  border-top: 1px solid #00CEFF;
  padding-top: 30px;
  padding-bottom: calc(30px - 2%); }
  @media (min-width: 1152px) {
    .management-team {
      padding-top: 60px;
      padding-bottom: calc(60px - 2%); } }

.person-details {
  display: flex;
  flex-direction: column;
  background-color: #E9FAFF;
  padding: 25px 15px; }
  .person-details h5 {
    color: #062D50;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 5px; }
  .person-details a.bio-link {
    color: #062D50;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    text-decoration: underline; }
    .person-details a.bio-link:hover {
      text-decoration: none; }

p.jobrole {
  color: #062D50;
  font-family: "familjen-grotesk", sans-serif;
  font-weight: 500;
  margin-bottom: 15px; }

.our-departments {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #00CEFF; }
  @media (min-width: 1152px) {
    .our-departments {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .our-departments h5 {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    color: #062D50; }
  .our-departments p {
    width: 100%;
    text-align: center;
    margin-bottom: 30px; }
  .our-departments .accordion-item {
    margin-bottom: 20px; }
  .our-departments .accordion-heading {
    border: 1px solid #062D50;
    color: #062D50;
    background-image: url("images/icons/plus.png"); }
    .our-departments .accordion-heading.active-tab {
      background-color: #062D50;
      color: #fff;
      background-image: url("images/icons/white-minus.png"); }
  .our-departments .accordion-content {
    border-top: 0; }
    .our-departments .accordion-content p {
      text-align: left;
      margin-bottom: 20px; }

.ourpeople-seo {
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 768px) {
    .ourpeople-seo {
      flex-direction: row; } }
  .ourpeople-seo .seo-image {
    width: 100%; }
    @media (min-width: 768px) {
      .ourpeople-seo .seo-image {
        width: 50%; } }
    .ourpeople-seo .seo-image img {
      width: 100%; }
  .ourpeople-seo .seo-text {
    width: 100%;
    padding: 30px; }
    @media (min-width: 768px) {
      .ourpeople-seo .seo-text {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        width: 50%; } }
    @media (min-width: 1152px) {
      .ourpeople-seo .seo-text {
        padding: 30px 10% 0 60px; } }
    .ourpeople-seo .seo-text h4 {
      color: #062D50;
      margin-bottom: 20px; }
    .ourpeople-seo .seo-text p {
      margin-bottom: 20px; }
    .ourpeople-seo .seo-text ul {
      margin-bottom: 20px; }
    .ourpeople-seo .seo-text li:not(:last-of-type) {
      margin-bottom: 5px; }
    .ourpeople-seo .seo-text a:not(.solid-blue) {
      color: #00CEFF;
      text-decoration: underline; }
      .ourpeople-seo .seo-text a:not(.solid-blue):hover {
        text-decoration: none; }

.bio-modal {
  position: relative; }
  .bio-modal .wp-post-image {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 20px; }
  .bio-modal h5 {
    color: #062D50;
    width: 100%;
    text-align: center;
    margin-bottom: 5px; }
  .bio-modal p {
    width: 100%;
    text-align: center; }
    .bio-modal p:not(:last-of-type) {
      margin-bottom: 20px; }
  .bio-modal .lity-close {
    display: block;
    text-indent: -9999px;
    background-image: url("images/icons/blue-cross.png");
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
    top: -25px;
    right: -15px; }

.awards-won {
  background-color: #E9FAFF;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 1152px) {
    .awards-won {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .awards-won .c-container, .awards-won .search-results--listing ul, .search-results--listing .awards-won ul, .awards-won .ywraq-form-table-wrapper, .awards-won .brand-list ul, .brand-list .awards-won ul, .awards-won .brand-benefits ul, .brand-benefits .awards-won ul, .awards-won .blog-listing, .awards-won .single-article, .awards-won .post-navigation .nav-links, .post-navigation .awards-won .nav-links, .awards-won body.tax-product_cat ul.products, body.tax-product_cat .awards-won ul.products, .awards-won .product-category--listing ul.products, .product-category--listing .awards-won ul.products, .awards-won aside.widget-area {
    display: flex;
    flex-wrap: wrap; }
  .awards-won h3 {
    width: 100%;
    color: #062D50;
    text-align: center;
    margin-bottom: 30px; }
    @media (min-width: 1152px) {
      .awards-won h3 {
        margin-bottom: 60px; } }
  .awards-won ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap; }
  .awards-won li {
    display: flex;
    flex-direction: column;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%; }
    .awards-won li:nth-of-type(2n) {
      margin-right: 0; }
    @media (min-width: 768px) {
      .awards-won li {
        width: 32%; }
        .awards-won li:nth-of-type(2n) {
          margin-right: 2%; }
        .awards-won li:nth-of-type(3n) {
          margin-right: 0; } }
    @media (min-width: 992px) {
      .awards-won li {
        width: 23.5%; }
        .awards-won li:nth-of-type(2n) {
          margin-right: 2%; }
        .awards-won li:nth-of-type(3n) {
          margin-right: 2%; }
        .awards-won li:nth-of-type(4n) {
          margin-right: 0; } }
  .awards-won img {
    width: 100%;
    border: 1px solid #00CEFF;
    border-radius: 15px; }

.featured-award {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 1152px) {
    .featured-award {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .featured-award .c-container, .featured-award .search-results--listing ul, .search-results--listing .featured-award ul, .featured-award .ywraq-form-table-wrapper, .featured-award .brand-list ul, .brand-list .featured-award ul, .featured-award .brand-benefits ul, .brand-benefits .featured-award ul, .featured-award .blog-listing, .featured-award .single-article, .featured-award .post-navigation .nav-links, .post-navigation .featured-award .nav-links, .featured-award body.tax-product_cat ul.products, body.tax-product_cat .featured-award ul.products, .featured-award .product-category--listing ul.products, .product-category--listing .featured-award ul.products, .featured-award aside.widget-area {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .featured-award .c-container, .featured-award .search-results--listing ul, .search-results--listing .featured-award ul, .featured-award .ywraq-form-table-wrapper, .featured-award .brand-list ul, .brand-list .featured-award ul, .featured-award .brand-benefits ul, .brand-benefits .featured-award ul, .featured-award .blog-listing, .featured-award .single-article, .featured-award .post-navigation .nav-links, .post-navigation .featured-award .nav-links, .featured-award body.tax-product_cat ul.products, body.tax-product_cat .featured-award ul.products, .featured-award .product-category--listing ul.products, .product-category--listing .featured-award ul.products, .featured-award aside.widget-area {
        flex-direction: row;
        align-items: flex-start; } }
  .featured-award .award-information {
    width: 100%; }
    @media (min-width: 768px) {
      .featured-award .award-information {
        width: 50%; } }
  .featured-award h4 {
    color: #062D50;
    margin-bottom: 20px; }
  .featured-award p {
    margin-bottom: 20px; }
  .featured-award .award-logo {
    width: 100%; }
    @media (min-width: 768px) {
      .featured-award .award-logo {
        width: 45%;
        margin-left: 5%; } }
    .featured-award .award-logo img {
      width: 100%; }

.careers-quote {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #062D50; }
  .careers-quote blockquote {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-align: center;
    font-family: "familjen-grotesk", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px; }
    @media (min-width: 768px) {
      .careers-quote blockquote {
        max-width: 750px; } }
    @media (min-width: 1152px) {
      .careers-quote blockquote {
        max-width: 900px; } }
  .careers-quote cite {
    display: block;
    font-style: normal;
    width: 90%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px; }
    @media (min-width: 768px) {
      .careers-quote cite {
        max-width: 750px; } }
    @media (min-width: 1152px) {
      .careers-quote cite {
        max-width: 900px; } }

.our-policies {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #00CEFF; }
  @media (min-width: 1152px) {
    .our-policies {
      padding-top: 60px;
      padding-bottom: 60px; } }

.policy {
  display: flex;
  flex-direction: column; }
  .policy:not(:last-of-type) {
    margin-bottom: 20px; }
  @media (min-width: 576px) {
    .policy {
      flex-direction: row; }
      .policy:not(:last-of-type) {
        margin-bottom: 40px; } }

.policy-image {
  width: 100%; }
  @media (min-width: 576px) {
    .policy-image {
      width: 30%; } }
  .policy-image img {
    width: 100%; }

.policy-details {
  width: 100%;
  padding: 30px 0; }
  @media (min-width: 576px) {
    .policy-details {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      width: 70%;
      padding: 0 0 0 30px; } }
  .policy-details .policy-title {
    color: #062D50;
    font-family: "familjen-grotesk", sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 10px; }
    @media (min-width: 576px) {
      .policy-details .policy-title {
        font-size: 18px;
        line-height: 22px; } }
    @media (min-width: 992px) {
      .policy-details .policy-title {
        font-size: 24px;
        line-height: 32px; } }
  .policy-details p {
    margin-bottom: 20px; }
    @media (min-width: 576px) {
      .policy-details p {
        font-size: 12px;
        line-height: 16px; } }
    @media (min-width: 992px) {
      .policy-details p {
        font-size: 14px;
        line-height: 22px; } }
  .policy-details #readmore-link {
    text-transform: uppercase;
    color: #062D50;
    font-size: 16px;
    line-height: 16px;
    text-decoration: underline; }
    @media (min-width: 576px) {
      .policy-details #readmore-link {
        font-size: 12px;
        line-height: 12px; } }
    @media (min-width: 992px) {
      .policy-details #readmore-link {
        font-size: 16px;
        line-height: 16px; } }
    .policy-details #readmore-link:hover {
      text-decoration: none; }
  .policy-details #readmore-copy {
    display: block; }

.blog-list--container {
  border-top: 1px solid #00CEFF;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 1152px) {
    .blog-list--container {
      padding-top: 60px;
      padding-bottom: 60px; } }

.blog-search {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px; }
  @media (min-width: 1152px) {
    .blog-search {
      margin-bottom: 60px; } }
  .blog-search form {
    width: 90%; }
    @media (min-width: 768px) {
      .blog-search form {
        width: 400px; } }
    @media (min-width: 1600px) {
      .blog-search form {
        width: 500px; } }

.searchandfilter ul {
  display: flex;
  padding: 15px 20px;
  border: 1px solid #062D50;
  border-radius: 30px;
  align-items: center;
  justify-content: space-between; }
.searchandfilter li {
  padding: 0; }
  @media (min-width: 768px) {
    .searchandfilter li {
      width: calc(100% - 30px); }
      .searchandfilter li + li {
        width: 30px;
        height: 30px; } }
.searchandfilter input[type="text"] {
  height: auto;
  border: 0;
  color: #062D50;
  font-size: 16px;
  line-height: 16px; }
  .searchandfilter input[type="text"]::placeholder {
    color: #062D50; }
  .searchandfilter input[type="text"]:active, .searchandfilter input[type="text"]:focus {
    outline: 0;
    text-indent: -9999px; }
.searchandfilter input[type="submit"] {
  text-indent: -9999px;
  width: 30px;
  height: 30px;
  border: 0;
  cursor: pointer;
  background-color: transparent;
  background-image: url("images/icons/search.png");
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center; }

.blog-listing {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  .blog-listing article {
    display: flex;
    flex-direction: column;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%; }
    .blog-listing article:nth-of-type(2n) {
      margin-right: 0; }
    @media (min-width: 768px) {
      .blog-listing article {
        width: 32%; }
        .blog-listing article:nth-of-type(2n) {
          margin-right: 2%; }
        .blog-listing article:nth-of-type(3n) {
          margin-right: 0; } }
  .blog-listing .post-content {
    padding: 20px 10px; }
  .blog-listing img {
    width: 100%; }
  .blog-listing a.post-thumbnail {
    position: relative; }
    .blog-listing a.post-thumbnail:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 5px;
      background-image: linear-gradient(to right, #007e60, #00817c, #008296, #0080ab, #007cb7); }
    .blog-listing a.post-thumbnail img {
      border-top-left-radius: 20px;
      border-top-right-radius: 20px; }
  .blog-listing .entry-title {
    color: #062D50;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 15px; }
    .blog-listing .entry-title a {
      color: #062D50;
      font-weight: normal; }

.posts-navigation {
  display: flex;
  width: 100%;
  padding-top: 30px;
  border-top: 1px solid #00CEFF; }
  .posts-navigation .nav-links {
    display: flex;
    align-items: center;
    width: 100%; }
    .posts-navigation .nav-links a {
      display: flex;
      align-items: center;
      font-family: "familjen-grotesk", sans-serif;
      font-weight: 600;
      height: 15px; }
  .posts-navigation .nav-previous {
    display: flex;
    align-items: center;
    position: relative;
    height: 15px;
    padding-left: 20px; }
    .posts-navigation .nav-previous:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 15px;
      height: 15px;
      background-image: url("images/icons/left-arrow.png");
      background-repeat: no-repeat;
      background-size: 15px;
      background-position: center; }
  .posts-navigation .nav-next {
    display: flex;
    align-items: center;
    margin-left: auto;
    position: relative;
    padding-right: 20px; }
    .posts-navigation .nav-next:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 15px;
      height: 15px;
      background-image: url("images/icons/right-arrow.png");
      background-repeat: no-repeat;
      background-size: 15px;
      background-position: center; }
  .posts-navigation a {
    color: #062D50;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px; }

.article-banner {
  position: relative;
  width: 100%;
  height: auto; }
  .article-banner picture,
  .article-banner img {
    width: 100%; }
  .article-banner:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: #000000;
    background: linear-gradient(180deg, black 35%, rgba(255, 255, 255, 0) 100%);
    opacity: .8; }

.article-banner--meta {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 100px; }
  .article-banner--meta h1 {
    color: #fff;
    margin-bottom: 10px; }
  .article-banner--meta .entry-meta {
    color: #fff;
    font-size: 18px;
    line-height: 18px; }

.single-article {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 1152px) {
    .single-article {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .single-article h2 {
    width: 100%;
    text-align: center;
    color: #062D50;
    position: relative; }
    .single-article h2:before {
      content: "";
      display: block;
      position: relative;
      width: 60px;
      height: 60px;
      background-image: url("images/icons/itc-logo.png");
      background-repeat: no-repeat;
      background-size: 60px;
      background-position: center;
      margin-bottom: 20px;
      margin-left: auto;
      margin-right: auto; }
  .single-article h2, .single-article h3, .single-article h4, .single-article h5, .single-article h6 {
    color: #062D50;
    font-size: 30px;
    line-height: 40px; }
  .single-article p {
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 100%;
    text-align: left;
    margin-left: auto;
    margin-right: auto; }
    .single-article p a {
      color: #00CEFF;
      text-decoration: underline; }
      .single-article p a:hover {
        text-decoration: none; }

.article-block {
  margin-top: 30px; }
  .article-block h3, .article-block h4, .article-block h5, .article-block h6 {
    color: #062D50; }
    .article-block h3 strong, .article-block h4 strong, .article-block h5 strong, .article-block h6 strong {
      color: #00CEFF; }
  .article-block p {
    text-align: left;
    margin-bottom: 20px; }
    .article-block p a {
      color: #00CEFF;
      text-decoration: underline; }
      .article-block p a:hover {
        text-decoration: none; }
  .article-block ul {
    margin-bottom: 20px; }
  .article-block li:not(:last-of-type) {
    margin-bottom: 5px; }

.post-navigation {
  border-top: 1px solid #00CEFF;
  border-bottom: 1px solid #00CEFF;
  background-color: #fff;
  padding: 25px 10px; }
  .post-navigation .nav-links {
    display: flex;
    align-items: center;
    width: 100%; }
    .post-navigation .nav-links a {
      display: flex;
      align-items: center;
      height: 15px;
      text-decoration: underline; }
      .post-navigation .nav-links a:hover {
        text-decoration: none; }
  .post-navigation .nav-previous {
    display: flex;
    align-items: center;
    position: relative;
    height: 15px;
    padding-left: 20px; }
    .post-navigation .nav-previous:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 15px;
      height: 15px;
      background-image: url("images/icons/left-arrow.png");
      background-repeat: no-repeat;
      background-size: 15px;
      background-position: center; }
  .post-navigation .nav-next {
    display: flex;
    align-items: center;
    margin-left: auto;
    position: relative;
    padding-right: 20px; }
    .post-navigation .nav-next:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 15px;
      height: 15px;
      background-image: url("images/icons/right-arrow.png");
      background-repeat: no-repeat;
      background-size: 15px;
      background-position: center; }
  .post-navigation a {
    color: #062D50;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px; }

.faq-container {
  padding-bottom: 60px; }

.faq-navigation {
  background-color: #E9FAFF;
  padding-top: 30px;
  padding-bottom: 30px; }
  .faq-navigation .c-container, .faq-navigation .search-results--listing ul, .search-results--listing .faq-navigation ul, .faq-navigation .ywraq-form-table-wrapper, .faq-navigation .brand-list ul, .brand-list .faq-navigation ul, .faq-navigation .brand-benefits ul, .brand-benefits .faq-navigation ul, .faq-navigation .blog-listing, .faq-navigation .single-article, .faq-navigation .post-navigation .nav-links, .post-navigation .faq-navigation .nav-links, .faq-navigation body.tax-product_cat ul.products, body.tax-product_cat .faq-navigation ul.products, .faq-navigation .product-category--listing ul.products, .product-category--listing .faq-navigation ul.products, .faq-navigation aside.widget-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (min-width: 576px) {
      .faq-navigation .c-container, .faq-navigation .search-results--listing ul, .search-results--listing .faq-navigation ul, .faq-navigation .ywraq-form-table-wrapper, .faq-navigation .brand-list ul, .brand-list .faq-navigation ul, .faq-navigation .brand-benefits ul, .brand-benefits .faq-navigation ul, .faq-navigation .blog-listing, .faq-navigation .single-article, .faq-navigation .post-navigation .nav-links, .post-navigation .faq-navigation .nav-links, .faq-navigation body.tax-product_cat ul.products, body.tax-product_cat .faq-navigation ul.products, .faq-navigation .product-category--listing ul.products, .product-category--listing .faq-navigation ul.products, .faq-navigation aside.widget-area {
        justify-content: flex-start; } }

.faq-nav--link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 49%;
  margin-bottom: 20px; }
  @media (min-width: 576px) {
    .faq-nav--link {
      width: 33.333%; } }
  @media (min-width: 768px) {
    .faq-nav--link {
      width: auto;
      margin-bottom: 0;
      flex: 1; } }
  .faq-nav--link img {
    max-width: 60px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 992px) {
      .faq-nav--link img {
        max-width: 100px; } }
  .faq-nav--link a {
    color: #062D50;
    font-family: "familjen-grotesk", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px; }
    @media (min-width: 768px) {
      .faq-nav--link a {
        font-size: 13px;
        line-height: 15px; } }
    @media (min-width: 1152px) {
      .faq-nav--link a {
        font-size: 16px;
        line-height: 18px; } }
  .faq-nav--link .section-name {
    text-align: center; }

.faq-section {
  scroll-margin: 230px;
  margin-top: 60px; }
  .faq-section h5 {
    width: 100%;
    text-align: center;
    color: #062D50;
    margin-bottom: 30px; }

.faq-item {
  margin-bottom: 20px; }

.faq-heading {
  border: 1px solid #062D50;
  color: #062D50;
  background-color: #fff;
  padding: 15px;
  font-family: "familjen-grotesk", sans-serif;
  font-weight: 600;
  cursor: pointer;
  font-size: 16px;
  line-height: 16px;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: top 50% right 20px;
  background-image: url("images/icons/plus.png"); }
  .faq-heading.active-faq {
    background-color: #062D50;
    color: #fff;
    background-image: url("images/icons/white-minus.png"); }

.faq-content {
  padding: 20px 10px; }
  .faq-content p {
    margin-bottom: 20px; }
  .faq-content ul,
  .faq-content ol {
    margin-bottom: 20px; }
  .faq-content li:not(:last-of-type) {
    margin-bottom: 5px; }
  .faq-content a {
    color: #00CEFF;
    text-decoration: underline; }
    .faq-content a:hover {
      text-decoration: none; }

.contact-methods {
  margin-top: 30px; }

@media (min-width: 768px) {
  .contact-methods {
    display: flex;
    align-items: flex-start;
    width: 600px;
    margin-left: auto;
    margin-right: auto; } }
@media (min-width: 992px) {
  .contact-methods {
    width: 500px; } }
@media (min-width: 768px) {
  .contact-methods .contact-method {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: flex-start; } }
.contact-methods .contact-method:not(:last-of-type) {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .contact-methods .contact-method:not(:last-of-type) {
      margin-bottom: 0; } }
.contact-methods .contact-method img {
  width: 60px;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .contact-methods .contact-method img {
      margin-bottom: 0;
      margin-right: 10px; } }
.contact-methods .contact-details {
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .contact-methods .contact-details {
      align-items: flex-start;
      width: calc(100% - 60px); } }
  .contact-methods .contact-details a {
    font-size: 16px;
    line-height: 16px;
    color: #062D50; }
  .contact-methods .contact-details a[href^="mailto"] {
    text-decoration: underline; }
    .contact-methods .contact-details a[href^="mailto"]:hover {
      text-decoration: none; }
.contact-methods strong {
  color: #062D50;
  font-family: "familjen-grotesk", sans-serif;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 5px; }

.company-address {
  background-color: #E9FAFF;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 1152px) {
    .company-address {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .company-address iframe {
    width: 100%; }
    @media (min-width: 768px) {
      .company-address iframe {
        aspect-ratio: 16/9;
        height: auto; } }
  .company-address .c-container, .company-address .search-results--listing ul, .search-results--listing .company-address ul, .company-address .ywraq-form-table-wrapper, .company-address .brand-list ul, .brand-list .company-address ul, .company-address .brand-benefits ul, .brand-benefits .company-address ul, .company-address .blog-listing, .company-address .single-article, .company-address .post-navigation .nav-links, .post-navigation .company-address .nav-links, .company-address body.tax-product_cat ul.products, body.tax-product_cat .company-address ul.products, .company-address .product-category--listing ul.products, .product-category--listing .company-address ul.products, .company-address aside.widget-area {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .company-address .c-container, .company-address .search-results--listing ul, .search-results--listing .company-address ul, .company-address .ywraq-form-table-wrapper, .company-address .brand-list ul, .brand-list .company-address ul, .company-address .brand-benefits ul, .brand-benefits .company-address ul, .company-address .blog-listing, .company-address .single-article, .company-address .post-navigation .nav-links, .post-navigation .company-address .nav-links, .company-address body.tax-product_cat ul.products, body.tax-product_cat .company-address ul.products, .company-address .product-category--listing ul.products, .product-category--listing .company-address ul.products, .company-address aside.widget-area {
        flex-direction: row; } }
  .company-address .map {
    width: 100%;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .company-address .map {
        width: 55%;
        margin-bottom: 0; } }
  .company-address aside {
    width: 100%; }
    @media (min-width: 768px) {
      .company-address aside {
        width: 40%;
        margin-left: 5%;
        display: flex;
        flex-direction: column;
        justify-content: center; } }
  .company-address .visit-us {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 70px; }
    .company-address .visit-us:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 60px;
      height: 60px;
      background-image: url("images/icons/location-icon.png");
      background-repeat: no-repeat;
      background-size: 60px;
      background-position: center; }
    .company-address .visit-us strong {
      display: block;
      color: #062D50;
      font-family: "familjen-grotesk", sans-serif;
      font-size: 18px;
      line-height: 18px;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .company-address .visit-us strong {
          font-size: 14px;
          line-height: 14px; } }
      @media (min-width: 1152px) {
        .company-address .visit-us strong {
          font-size: 18px;
          line-height: 18px; } }
    .company-address .visit-us address {
      color: #062D50;
      font-style: normal;
      font-size: 16px;
      line-height: 22px; }
      @media (min-width: 768px) {
        .company-address .visit-us address {
          font-size: 14px;
          line-height: 20px; } }
      @media (min-width: 1152px) {
        .company-address .visit-us address {
          font-size: 16px;
          line-height: 22px; } }
  .company-address .opening-times {
    width: 100%;
    padding-left: 70px; }
    .company-address .opening-times ul {
      padding: 0; }
    .company-address .opening-times li {
      display: block;
      font-size: 16px;
      line-height: 16px;
      color: #062D50; }
      @media (min-width: 768px) {
        .company-address .opening-times li {
          font-size: 14px;
          line-height: 20px; } }
      @media (min-width: 1152px) {
        .company-address .opening-times li {
          font-size: 16px;
          line-height: 22px; } }
      .company-address .opening-times li:not(:last-of-type) {
        margin-bottom: 5px; }
    .company-address .opening-times strong {
      display: block;
      color: #062D50;
      font-family: "familjen-grotesk", sans-serif;
      font-size: 18px;
      line-height: 18px;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .company-address .opening-times strong {
          font-size: 14px;
          line-height: 14px; } }
      @media (min-width: 1152px) {
        .company-address .opening-times strong {
          font-size: 18px;
          line-height: 18px; } }

.misc-content {
  padding-bottom: 30px; }
  @media (min-width: 1152px) {
    .misc-content {
      padding-bottom: 60px; } }
  .misc-content .accordion-item {
    margin-bottom: 20px; }
  .misc-content .accordion-heading {
    border: 1px solid #062D50;
    color: #062D50;
    background-image: url("images/icons/plus.png"); }
    .misc-content .accordion-heading.active-tab {
      background-color: #062D50;
      color: #fff;
      background-image: url("images/icons/white-minus.png"); }
  .misc-content .accordion-content {
    border-top: 0; }
    .misc-content .accordion-content p {
      text-align: left;
      margin-bottom: 20px; }
      .misc-content .accordion-content p a {
        color: #00CEFF; }
        .misc-content .accordion-content p a:hover {
          color: #062D50; }

.error-404 {
  padding-top: 60px;
  padding-bottom: 90px;
  text-align: center; }
  .error-404 h1 {
    margin-bottom: 15px;
    color: #062D50; }
  .error-404 p {
    margin-bottom: 30px; }

.woocommerce-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 20px 0 0 0 !important;
  background-color: transparent;
  text-transform: uppercase !important;
  font-size: 11px !important;
  line-height: 11px !important;
  color: #bfbfbf; }
  .woocommerce-breadcrumb a {
    text-transform: uppercase !important;
    color: #bfbfbf; }

.woocommerce-no-products-found .woocommerce-info {
  max-width: 1366px;
  background-color: transparent;
  margin-left: auto;
  margin-right: auto;
  border: 0;
  text-align: center;
  font-family: "familjen-grotesk", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #062D50; }
  .woocommerce-no-products-found .woocommerce-info:before {
    display: none;
    visibility: hidden; }

.woocommerce-products-header {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center; }
  @media (min-width: 1152px) {
    .woocommerce-products-header {
      padding-top: 60px;
      padding-bottom: 60px; } }

.woocommerce-products-header__title {
  color: #062D50; }
  .woocommerce-products-header__title:before {
    content: "";
    display: block;
    position: relative;
    width: 35px;
    height: 35px;
    background-image: url("images/icons/itc-logo.png");
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: center;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto; }

.term-description {
  margin-top: 15px; }
  @media (min-width: 768px) {
    .term-description {
      max-width: 750px;
      margin-left: auto;
      margin-right: auto; } }

body.tax-product_cat ul.products {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap; }
  body.tax-product_cat ul.products li {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #00CEFF;
    border-radius: 30px;
    padding: 20px !important;
    text-align: center;
    width: 49% !important;
    margin-right: 2% !important;
    margin-bottom: 2% !important;
    transition: all .3s ease; }
    body.tax-product_cat ul.products li:nth-of-type(2n) {
      margin-right: 0 !important; }
    @media (min-width: 768px) {
      body.tax-product_cat ul.products li {
        width: 32% !important; }
        body.tax-product_cat ul.products li:nth-of-type(2n) {
          margin-right: 2% !important; }
        body.tax-product_cat ul.products li:nth-of-type(3n) {
          margin-right: 0 !important; } }
    @media (min-width: 992px) {
      body.tax-product_cat ul.products li {
        width: 23.5% !important; }
        body.tax-product_cat ul.products li:nth-of-type(2n) {
          margin-right: 2% !important; }
        body.tax-product_cat ul.products li:nth-of-type(3n) {
          margin-right: 2% !important; }
        body.tax-product_cat ul.products li:nth-of-type(4n) {
          margin-right: 0 !important; } }
    body.tax-product_cat ul.products li:hover {
      border-color: #062D50; }
      body.tax-product_cat ul.products li:hover .button {
        background-color: #00CEFF !important;
        border: 1px solid #00CEFF !important; }
    body.tax-product_cat ul.products li img {
      margin-left: auto;
      margin-right: auto; }
    body.tax-product_cat ul.products li .woocommerce-loop-product__title {
      color: #062D50;
      padding: 0 !important;
      font-size: 18px !important;
      line-height: 22px;
      margin-bottom: 15px !important; }
    body.tax-product_cat ul.products li:hover {
      text-decoration: none; }
      body.tax-product_cat ul.products li:hover a {
        text-decoration: none; }
    body.tax-product_cat ul.products li p.overview-text {
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 20px; }
    body.tax-product_cat ul.products li a.button {
      margin-top: auto !important;
      background-color: #062D50 !important;
      border: 1px solid #062D50 !important;
      border-radius: 10px !important;
      color: #fff !important;
      width: 180px;
      margin-left: auto;
      margin-right: auto; }
      body.tax-product_cat ul.products li a.button:hover {
        text-decoration: none !important;
        background-color: #00CEFF !important;
        border: 1px solid #00CEFF !important;
        color: #fff !important; }

.product-category--listing {
  background-color: #E9FAFF; }
  .product-category--listing:has(.woocommerce-no-products-found) {
    background-color: transparent; }
    .product-category--listing:has(.woocommerce-no-products-found) .widget-area {
      display: none; }
  .product-category--listing .widget-area {
    margin-bottom: 50px; }
  .product-category--listing ul.products {
    display: flex;
    flex-wrap: wrap; }
    .product-category--listing ul.products li {
      display: flex;
      flex-direction: column;
      background-color: #fff;
      border: 1px solid #00CEFF;
      border-radius: 30px;
      padding: 20px !important;
      text-align: center;
      width: 49% !important;
      margin-right: 2% !important;
      margin-bottom: 2% !important;
      transition: all .3s ease; }
      .product-category--listing ul.products li:nth-of-type(2n) {
        margin-right: 0 !important; }
      @media (min-width: 768px) {
        .product-category--listing ul.products li {
          width: 32% !important; }
          .product-category--listing ul.products li:nth-of-type(2n) {
            margin-right: 2% !important; }
          .product-category--listing ul.products li:nth-of-type(3n) {
            margin-right: 0 !important; } }
      @media (min-width: 992px) {
        .product-category--listing ul.products li {
          width: 23.5% !important; }
          .product-category--listing ul.products li:nth-of-type(2n) {
            margin-right: 2% !important; }
          .product-category--listing ul.products li:nth-of-type(3n) {
            margin-right: 2% !important; }
          .product-category--listing ul.products li:nth-of-type(4n) {
            margin-right: 0 !important; } }
      .product-category--listing ul.products li:hover {
        border-color: #062D50; }
        .product-category--listing ul.products li:hover .button {
          background-color: #00CEFF !important;
          border: 1px solid #00CEFF !important; }
      .product-category--listing ul.products li img {
        margin-left: auto;
        margin-right: auto; }
      .product-category--listing ul.products li .woocommerce-loop-product__title {
        color: #062D50;
        padding: 0 !important;
        font-size: 18px !important;
        line-height: 22px;
        margin-bottom: 15px !important; }
      .product-category--listing ul.products li:hover {
        text-decoration: none; }
        .product-category--listing ul.products li:hover a {
          text-decoration: none; }
      .product-category--listing ul.products li p.overview-text {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 20px; }
      .product-category--listing ul.products li a.button {
        margin-top: auto !important;
        background-color: #062D50 !important;
        border: 1px solid #062D50 !important;
        border-radius: 10px !important;
        color: #fff !important;
        width: 180px;
        margin-left: auto;
        margin-right: auto; }
        .product-category--listing ul.products li a.button:hover {
          text-decoration: none !important;
          background-color: #00CEFF !important;
          border: 1px solid #00CEFF !important;
          color: #fff !important; }

.cat-seo {
  padding: 30px 20px; }
  @media (min-width: 1152px) {
    .cat-seo {
      padding: 60px 20px; } }
  .cat-seo .c-container, .cat-seo .search-results--listing ul, .search-results--listing .cat-seo ul, .cat-seo .ywraq-form-table-wrapper, .cat-seo .brand-list ul, .brand-list .cat-seo ul, .cat-seo .brand-benefits ul, .brand-benefits .cat-seo ul, .cat-seo .blog-listing, .cat-seo .single-article, .cat-seo .post-navigation .nav-links, .post-navigation .cat-seo .nav-links, .cat-seo body.tax-product_cat ul.products, body.tax-product_cat .cat-seo ul.products, .cat-seo .product-category--listing ul.products, .product-category--listing .cat-seo ul.products, .cat-seo aside.widget-area {
    display: flex;
    flex-direction: column;
    width: 100%; }
    @media (min-width: 768px) {
      .cat-seo .c-container, .cat-seo .search-results--listing ul, .search-results--listing .cat-seo ul, .cat-seo .ywraq-form-table-wrapper, .cat-seo .brand-list ul, .brand-list .cat-seo ul, .cat-seo .brand-benefits ul, .brand-benefits .cat-seo ul, .cat-seo .blog-listing, .cat-seo .single-article, .cat-seo .post-navigation .nav-links, .post-navigation .cat-seo .nav-links, .cat-seo body.tax-product_cat ul.products, body.tax-product_cat .cat-seo ul.products, .cat-seo .product-category--listing ul.products, .product-category--listing .cat-seo ul.products, .cat-seo aside.widget-area {
        flex-direction: row; } }
  .cat-seo .seo-image {
    width: 100%; }
    @media (min-width: 768px) {
      .cat-seo .seo-image {
        width: 50%; } }
  .cat-seo .seo-text {
    width: 100%;
    padding: 30px; }
    @media (min-width: 768px) {
      .cat-seo .seo-text {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        width: 50%; } }
    .cat-seo .seo-text h2, .cat-seo .seo-text h3, .cat-seo .seo-text h4, .cat-seo .seo-text h5, .cat-seo .seo-text h6 {
      color: #062D50;
      margin-bottom: 30px; }
    .cat-seo .seo-text p {
      margin-bottom: 20px; }
    .cat-seo .seo-text ul {
      margin-bottom: 20px; }
    .cat-seo .seo-text li:not(:last-of-type) {
      margin-bottom: 5px; }
    .cat-seo .seo-text a {
      color: #00CEFF;
      text-decoration: underline; }
      .cat-seo .seo-text a:hover {
        text-decoration: none; }

aside.widget-area {
  padding-top: 50px;
  padding-bottom: 0; }
  @media (max-width: 767px) {
    aside.widget-area .widget:before {
      content: "Filter by product type";
      display: block;
      position: relative;
      text-transform: uppercase;
      font-family: "familjen-grotesk", sans-serif;
      font-weight: 400;
      width: 100%;
      text-align: center;
      color: #062D50;
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 10px; } }

.wc-block-product-categories__dropdown:before {
  content: "Filter by product type";
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-family: "familjen-grotesk", sans-serif;
  font-weight: 400;
  color: #062D50;
  font-size: 14px;
  line-height: 18px;
  margin-right: 10px; }
  @media (max-width: 767px) {
    .wc-block-product-categories__dropdown:before {
      display: none; } }

.wc-block-product-categories {
  margin-bottom: 0; }

.wc-block-product-categories.is-dropdown {
  align-items: center;
  justify-content: center; }
  .wc-block-product-categories.is-dropdown select {
    height: 50px;
    padding-left: 15px;
    border: 1px solid #ccc;
    border-radius: 15px;
    min-width: 300px;
    color: #062D50;
    font-weight: 600 !important;
    text-transform: uppercase; }
    .wc-block-product-categories.is-dropdown select:placeholder {
      color: #062D50;
      font-weight: 600; }

.wc-block-product-categories__button {
  background-color: transparent;
  border: 0;
  text-indent: -9999px;
  background-image: url("images/icons/search.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  cursor: pointer; }
  .wc-block-product-categories__button svg {
    visibility: hidden; }

.product-container {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 30px 15px 60px 15px;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto; }

.woocommerce-product-gallery {
  float: none !important;
  width: 100% !important;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .woocommerce-product-gallery {
      width: 45% !important;
      margin-right: 5% !important;
      margin-bottom: 0; } }

.main-gallery img {
  border: 1px solid #00CEFF;
  border-radius: 30px;
  max-width: calc(100% - 1px) !important; }

.product-thumbnails {
  margin-top: 30px; }
  .product-thumbnails img {
    width: 100%;
    border-radius: 15px;
    border: 1px solid #00CEFF;
    cursor: pointer; }
  .product-thumbnails a {
    pointer-events: none; }
  .product-thumbnails .slick-slide {
    margin: 0 10px; }

.summary.entry-summary {
  float: none !important;
  width: 100% !important; }
  @media (min-width: 768px) {
    .summary.entry-summary {
      width: 50% !important; } }

.product-title-brand {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .product-title-brand {
      flex-direction: row;
      align-items: center;
      justify-content: flex-start; } }
  .product-title-brand .product_title {
    color: #062D50;
    width: 100%; }
    @media (min-width: 992px) {
      .product-title-brand .product_title {
        width: 70%; } }

.product-brand-logo {
  width: 150px;
  margin-top: 20px; }
  @media (min-width: 768px) {
    .product-brand-logo {
      margin-top: 0;
      margin-left: auto; } }

.woocommerce-product-details__short-description p {
  color: #4D4D4D; }

.product-key-points {
  display: flex;
  width: 100%;
  justify-content: space-around;
  margin-top: 30px; }

.key-point {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center; }
  .key-point img {
    margin-bottom: 5px;
    max-width: 50px; }

.key-name {
  color: #062D50;
  width: 100%;
  font-family: "familjen-grotesk", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center; }

.product-extra-information {
  margin-top: 0;
  margin-bottom: 30px; }

.accordion-item:last-of-type .accordion-heading {
  border-bottom: 1px solid #062D50; }
.accordion-item:last-of-type .accordion-content {
  border-top: 0; }

.accordion-heading {
  padding: 15px 10px;
  color: #062D50;
  text-transform: uppercase;
  border-top: 1px solid #062D50;
  font-family: "familjen-grotesk", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  cursor: pointer;
  background-image: url("images/icons/blue-plus.png");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: top 50% right 15px; }
  .accordion-heading.active-tab {
    background-image: url("images/icons/blue-minus.png"); }

.accordion-content {
  padding: 15px 10px;
  border-top: 1px solid #062D50; }
  .accordion-content p {
    margin-bottom: 20px; }
  .accordion-content ul {
    margin-bottom: 20px; }
  .accordion-content li:not(:last-of-type) {
    margin-bottom: 5px; }

.product-actions {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 992px) {
    .product-actions {
      flex-direction: row; } }
  .product-actions a {
    flex: 1; }
    .product-actions a:not(:first-of-type) {
      margin-top: 15px; }
      @media (min-width: 992px) {
        .product-actions a:not(:first-of-type) {
          margin-left: 10px;
          margin-top: 0; } }

.enquire-btn {
  background-image: url("images/icons/enquire-white.png");
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: top 50% left 25px; }
  .enquire-btn:hover {
    background-image: url("images/icons/enquire-white.png"); }

.downloadable-buttons {
  display: flex;
  margin-top: 15px;
  justify-content: space-between;
  column-gap: 10px; }
  @media (min-width: 768px) {
    .downloadable-buttons {
      flex-direction: column;
      column-gap: unset;
      row-gap: 10px; } }
  @media (min-width: 992px) {
    .downloadable-buttons {
      flex-direction: row;
      column-gap: 10px;
      row-gap: unset; } }
  .downloadable-buttons a {
    flex: 1; }

.upsells-container {
  padding: 30px 0 30px 20px;
  background-color: #E9FAFF;
  overflow-x: hidden; }
  @media (min-width: 1152px) {
    .upsells-container {
      padding: 60px 0; } }
  @media (min-width: 1152px) {
    .upsells-container .upsells {
      margin-left: 20px; } }
  @media (min-width: 1366px) {
    .upsells-container .upsells {
      margin-left: calc(50% - 1366px / 2 + 20px); } }
  .upsells-container ul {
    padding: 0;
    width: 160%; }
    @media (min-width: 768px) {
      .upsells-container ul {
        width: 150%; } }
    @media (min-width: 1366px) {
      .upsells-container ul {
        width: 110%; } }

.upsell-product {
  background-color: #fff;
  border: 1px solid #00CEFF;
  border-radius: 30px;
  padding: 20px;
  margin: 0 40px 0 0;
  text-align: center; }
  .upsell-product img {
    margin-left: auto;
    margin-right: auto; }
  .upsell-product .woocommerce-loop-product__title {
    color: #062D50;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px; }
  .upsell-product:hover {
    text-decoration: none; }
    .upsell-product:hover a {
      text-decoration: none; }
  .upsell-product a.button {
    background-color: #062D50 !important;
    border: 1px solid #062D50 !important;
    border-radius: 10px !important;
    color: #fff !important; }
    .upsell-product a.button:hover {
      text-decoration: none !important;
      background-color: #00CEFF !important;
      border: 1px solid #00CEFF !important;
      color: #fff !important; }

.upsell-title--panel {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px; }
  .upsell-title--panel h2 {
    color: #062D50; }
  .upsell-title--panel .upsells-nav {
    margin-left: auto;
    display: flex;
    margin-right: 30px; }
    .upsell-title--panel .upsells-nav img {
      max-width: 25px; }
    .upsell-title--panel .upsells-nav > div {
      cursor: pointer; }
      .upsell-title--panel .upsells-nav > div:not(:last-of-type) {
        margin-right: 10px; }

.seo-block {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: 1px solid #00CEFF;
  border-bottom: 1px solid #00CEFF;
  padding-top: 15px;
  padding-bottom: 15px; }
  @media (min-width: 768px) {
    .seo-block {
      flex-direction: row; } }
  .seo-block .image-col {
    position: relative;
    width: 100%; }
    @media (min-width: 768px) {
      .seo-block .image-col {
        width: 50%; } }
    .seo-block .image-col img {
      width: 100%;
      height: auto; }
      @media (min-width: 768px) {
        .seo-block .image-col img {
          height: 100%;
          object-fit: cover; } }
  .seo-block .overlay-text {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #00CEFF;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60%;
    height: 50%; }
    @media (min-width: 768px) {
      .seo-block .overlay-text {
        width: 80%; } }
    @media (min-width: 1152px) {
      .seo-block .overlay-text {
        width: 50%; } }
    .seo-block .overlay-text p {
      color: #fff;
      font-size: 26px;
      line-height: 32px;
      font-family: "familjen-grotesk", sans-serif;
      font-weight: 600;
      padding: 0 30px; }
      @media (min-width: 1152px) {
        .seo-block .overlay-text p {
          padding: 0 10%;
          font-size: 36px;
          line-height: 42px; } }
  .seo-block .text-col {
    width: 100%;
    padding: 30px 20px; }
    @media (min-width: 768px) {
      .seo-block .text-col {
        display: flex;
        flex-direction: column;
        width: 50%;
        align-items: flex-start;
        justify-content: center; } }
    @media (min-width: 992px) {
      .seo-block .text-col {
        padding: 30px 60px 30px 60px; } }
    @media (min-width: 1152px) {
      .seo-block .text-col {
        padding: 30px 10% 30px 60px; } }
    .seo-block .text-col h4 {
      color: #062D50;
      margin-bottom: 20px; }
    .seo-block .text-col h5 {
      color: #00CEFF;
      margin-bottom: 20px;
      font-weight: normal;
      font-size: 22px;
      line-height: 28px; }
    .seo-block .text-col p {
      margin-bottom: 20px; }

.product-enquiry {
  position: relative;
  scroll-margin: 150px;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 1152px) {
    .product-enquiry {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .product-enquiry .c-container, .product-enquiry .search-results--listing ul, .search-results--listing .product-enquiry ul, .product-enquiry .ywraq-form-table-wrapper, .product-enquiry .brand-list ul, .brand-list .product-enquiry ul, .product-enquiry .brand-benefits ul, .brand-benefits .product-enquiry ul, .product-enquiry .blog-listing, .product-enquiry .single-article, .product-enquiry .post-navigation .nav-links, .post-navigation .product-enquiry .nav-links, .product-enquiry body.tax-product_cat ul.products, body.tax-product_cat .product-enquiry ul.products, .product-enquiry .product-category--listing ul.products, .product-category--listing .product-enquiry ul.products, .product-enquiry aside.widget-area {
    position: relative;
    z-index: 5; }
  .product-enquiry:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -80px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("images/icons/seo-block-background-icon.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
    filter: opacity(0.1); }
  .product-enquiry h4 {
    width: 100%;
    color: #062D50;
    text-align: center;
    margin-bottom: 15px; }
  .product-enquiry p {
    margin-bottom: 0;
    width: 100%;
    text-align: center; }
    @media (min-width: 992px) {
      .product-enquiry p {
        width: 80%;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 1152px) {
      .product-enquiry p {
        width: 500px; } }
  .product-enquiry .gform_validation_errors {
    position: relative;
    z-index: 5;
    margin-top: 30px !important; }
    @media (min-width: 768px) {
      .product-enquiry .gform_validation_errors {
        max-width: 750px !important;
        margin-left: auto !important;
        margin-right: auto !important; } }
  .product-enquiry form {
    margin-top: 30px; }
    @media (min-width: 768px) {
      .product-enquiry form {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 1152px) {
      .product-enquiry form {
        max-width: 750px;
        margin-top: 60px; } }

.add-request-quote-button {
  display: none !important;
  visibility: hidden !important;
  width: 100% !important;
  padding: 15px !important;
  margin-bottom: 0 !important;
  background-color: #00CEFF !important;
  border-radius: 10px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  transition: all .3s ease; }

.yith_ywraq_add_item_response_message {
  display: none;
  visibility: hidden; }

.yith_ywraq_add_item_browse_message {
  display: none;
  visibility: hidden; }

.quote-btn--container {
  margin-top: 30px; }
  .quote-btn--container .add-request-quote-button {
    display: block !important;
    visibility: visible !important; }
  .quote-btn--container .yith_ywraq_add_item_response_message {
    display: block;
    visibility: visible;
    margin-bottom: 15px !important;
    width: 100%;
    text-align: center;
    color: #38b000; }
  .quote-btn--container .yith_ywraq_add_item_browse_message {
    display: block;
    visibility: visible;
    width: 100%;
    text-align: center;
    color: #062D50;
    margin-bottom: 15px !important; }
    .quote-btn--container .yith_ywraq_add_item_browse_message a {
      display: block;
      width: 100% !important;
      color: #00CEFF !important;
      border: 1px solid #00CEFF !important;
      border-radius: 10px;
      padding: 15px 25px !important;
      font-size: 14px !important;
      line-height: 14px !important; }

.product-type-simple .product-enquiry {
  border-top: 1px solid #00CEFF; }
.product-type-simple:has(.seo-block) .product-enquiry {
  border-top: 0; }

/*# sourceMappingURL=style.css.map */
