/* global variables, mixins, functions, etc. */
/* ==========================================================================
   Colors
   ========================================================================== */
/* ==========================================================================
   Fonts
   ========================================================================== */
/* ==========================================================================
   Container sizes
   ========================================================================== */
/* ==========================================================================
   Media Query Breakpoints
   ========================================================================== */
/* ==========================================================================
   Utility
   ========================================================================== */
/* line 104, src/styles/_config.scss */
:root {
  --max-width: 1440px;
}

/*! Aspekta | OFL v1.1 License | Ivo Dolenc (c) 2025 | https://github.com/ivodolenc/aspekta */
@font-face {
  font-family: 'Aspekta';
  font-style: normal;
  font-weight: 50;
  font-display: swap;
  src: url("../fonts/Aspekta-50.woff2") format("woff2");
}
@font-face {
  font-family: 'Aspekta';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/Aspekta-100.woff2") format("woff2");
}
@font-face {
  font-family: 'Aspekta';
  font-style: normal;
  font-weight: 150;
  font-display: swap;
  src: url("../fonts/Aspekta-150.woff2") format("woff2");
}
@font-face {
  font-family: 'Aspekta';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/Aspekta-200.woff2") format("woff2");
}
@font-face {
  font-family: 'Aspekta';
  font-style: normal;
  font-weight: 250;
  font-display: swap;
  src: url("../fonts/Aspekta-250.woff2") format("woff2");
}
@font-face {
  font-family: 'Aspekta';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/Aspekta-300.woff2") format("woff2");
}
@font-face {
  font-family: 'Aspekta';
  font-style: normal;
  font-weight: 350;
  font-display: swap;
  src: url("../fonts/Aspekta-350.woff2") format("woff2");
}
@font-face {
  font-family: 'Aspekta';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Aspekta-400.woff2") format("woff2");
}
@font-face {
  font-family: 'Aspekta';
  font-style: normal;
  font-weight: 450;
  font-display: swap;
  src: url("../fonts/Aspekta-450.woff2") format("woff2");
}
@font-face {
  font-family: 'Aspekta';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Aspekta-500.woff2") format("woff2");
}
@font-face {
  font-family: 'Aspekta';
  font-style: normal;
  font-weight: 550;
  font-display: swap;
  src: url("../fonts/Aspekta-550.woff2") format("woff2");
}
@font-face {
  font-family: 'Aspekta';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Aspekta-600.woff2") format("woff2");
}
@font-face {
  font-family: 'Aspekta';
  font-style: normal;
  font-weight: 650;
  font-display: swap;
  src: url("../fonts/Aspekta-650.woff2") format("woff2");
}
@font-face {
  font-family: 'Aspekta';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Aspekta-700.woff2") format("woff2");
}
@font-face {
  font-family: 'Aspekta';
  font-style: normal;
  font-weight: 750;
  font-display: swap;
  src: url("../fonts/Aspekta-750.woff2") format("woff2");
}
@font-face {
  font-family: 'Aspekta';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/Aspekta-800.woff2") format("woff2");
}
@font-face {
  font-family: 'Aspekta';
  font-style: normal;
  font-weight: 850;
  font-display: swap;
  src: url("../fonts/Aspekta-850.woff2") format("woff2");
}
@font-face {
  font-family: 'Aspekta';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/Aspekta-900.woff2") format("woff2");
}
@font-face {
  font-family: 'Aspekta';
  font-style: normal;
  font-weight: 950;
  font-display: swap;
  src: url("../fonts/Aspekta-950.woff2") format("woff2");
}
@font-face {
  font-family: 'Aspekta';
  font-style: normal;
  font-weight: 1000;
  font-display: swap;
  src: url("../fonts/Aspekta-1000.woff2") format("woff2");
}
/* reusable or unique components */
@media all and (min-width: 1023px) {
  /* line 3, src/styles/components/_megamenu.scss */
  html header {
    min-height: 80px;
    width: 100%;
    max-width: inherit;
  }
  /* line 8, src/styles/components/_megamenu.scss */
  html header .header-container {
    padding: 8px;
  }
  /* line 12, src/styles/components/_megamenu.scss */
  html header.sticky-header .header-container {
    background: #fff;
  }
  /* line 15, src/styles/components/_megamenu.scss */
  html header.sticky-header .header-row {
    max-width: 1440px;
    margin: 0 auto;
  }
  /* line 18, src/styles/components/_megamenu.scss */
  html header.sticky-header .header-row .header-column--navs {
    height: 100%;
    align-items: center;
    justify-content: end;
    padding: 0;
  }
  /* line 23, src/styles/components/_megamenu.scss */
  html header.sticky-header .header-row .header-column--navs .nav-container {
    height: 100%;
    align-items: center;
  }
  /* line 27, src/styles/components/_megamenu.scss */
  html header.sticky-header .header-row .header-column--navs .nav-container .main-nav ul > li a {
    color: #001A70;
  }
  /* line 29, src/styles/components/_megamenu.scss */
  html header.sticky-header .header-row .header-column--navs .nav-container .main-nav ul > li a svg {
    margin-left: 6px;
  }
  /* line 31, src/styles/components/_megamenu.scss */
  html header.sticky-header .header-row .header-column--navs .nav-container .main-nav ul > li a svg path {
    fill: #001A70;
  }
  /* line 38, src/styles/components/_megamenu.scss */
  html header.sticky-header .header-row .header-column--navs .nav-container .top-nav ul {
    height: 100%;
  }
  /* line 40, src/styles/components/_megamenu.scss */
  html header.sticky-header .header-row .header-column--navs .nav-container .top-nav ul > li {
    align-items: center;
  }
  /* line 42, src/styles/components/_megamenu.scss */
  html header.sticky-header .header-row .header-column--navs .nav-container .top-nav ul > li a {
    color: #001A70;
  }
  /* line 45, src/styles/components/_megamenu.scss */
  html header.sticky-header .header-row .header-column--navs .nav-container .top-nav ul > li:last-child {
    background: #235DC0;
  }
  /* line 47, src/styles/components/_megamenu.scss */
  html header.sticky-header .header-row .header-column--navs .nav-container .top-nav ul > li:last-child a {
    color: #fff;
  }
  /* line 67, src/styles/components/_megamenu.scss */
  html header .top-nav {
    clear: both;
    float: right;
  }
  /* line 70, src/styles/components/_megamenu.scss */
  html header .top-nav ul > li {
    float: left;
    padding: 20px 10px;
    text-align: left;
  }
  /* line 76, src/styles/components/_megamenu.scss */
  html header .main-nav {
    clear: both;
    float: right;
  }
  /* line 79, src/styles/components/_megamenu.scss */
  html header .main-nav ul > li {
    float: left;
    display: table;
    position: relative;
  }
  /* line 84, src/styles/components/_megamenu.scss */
  html header .main-nav ul > li.menuTrigger1 a {
    padding-right: 30px;
  }
  /* line 88, src/styles/components/_megamenu.scss */
  html header .search-field {
    font-size: 13px;
  }
  /* line 91, src/styles/components/_megamenu.scss */
  html header .main-nav ul > li > a {
    padding: 9px 16px;
  }
  /* line 94, src/styles/components/_megamenu.scss */
  html header .top-nav ul > li a,
  html header .main-nav ul > li > a {
    font-size: 20px;
  }

  /* line 101, src/styles/components/_megamenu.scss */
  .header-column--navs {
    display: flex;
  }
  /* line 103, src/styles/components/_megamenu.scss */
  .header-column--navs .nav-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  /* line 109, src/styles/components/_megamenu.scss */
  .header-column--navs .nav-container .main-nav ul > li a {
    font-weight: 500;
    font-size: 20px;
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 42px;
  }
  /* line 116, src/styles/components/_megamenu.scss */
  .header-column--navs .nav-container .main-nav ul > li a svg path {
    fill: #fff;
  }
  /* line 120, src/styles/components/_megamenu.scss */
  .header-column--navs .nav-container .main-nav ul > li a.opened svg {
    transform: rotate(180deg);
  }
  /* line 122, src/styles/components/_megamenu.scss */
  .header-column--navs .nav-container .main-nav ul > li a.opened svg path {
    fill: #001A70;
  }
  /* line 128, src/styles/components/_megamenu.scss */
  .header-column--navs .nav-container .main-nav ul > li a:hover svg path {
    fill: #001A70;
  }
  /* line 135, src/styles/components/_megamenu.scss */
  .header-column--navs .nav-container .top-nav .registration {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: clamp(16px, 1.5vw, 20px);
  }
  /* line 140, src/styles/components/_megamenu.scss */
  .header-column--navs .nav-container .top-nav .registration svg {
    margin: 0 8px 0 0;
  }
}
@media all and (max-width: 1025px) {
  /* line 151, src/styles/components/_megamenu.scss */
  html header {
    width: 100%;
  }
  /* line 154, src/styles/components/_megamenu.scss */
  html header .main-nav ul {
    display: contents;
  }
  /* line 156, src/styles/components/_megamenu.scss */
  html header .main-nav ul > li {
    float: none;
    width: 100%;
    display: inline-block;
  }
  /* line 160, src/styles/components/_megamenu.scss */
  html header .main-nav ul > li a {
    -webkit-align-items: center;
    align-items: center;
    gap: 14px;
    display: -webkit-inline-flex;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #001A70;
    text-transform: none;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
  }
  /* line 173, src/styles/components/_megamenu.scss */
  html header .main-nav ul > li a:hover {
    background-color: transparent;
  }
  /* line 180, src/styles/components/_megamenu.scss */
  html header .header-container {
    padding: 4px;
  }
  /* line 182, src/styles/components/_megamenu.scss */
  html header .header-container .header-row {
    margin: 0;
    padding: 0;
  }
  /* line 185, src/styles/components/_megamenu.scss */
  html header .header-container .header-row .nav-container {
    width: 100%;
    background: #FFF;
    -webkit-flex-direction: column;
    flex-direction: column;
    display: none;
    position: absolute;
    top: var(--header-height, 112px);
    left: 0;
  }
  /* line 195, src/styles/components/_megamenu.scss */
  html header .header-container .header-row .menu-icon-hamburger {
    opacity: 1;
    background-image: url("../images/icon-hamburger.svg");
  }
  /* line 199, src/styles/components/_megamenu.scss */
  html header .header-container .header-row .menu-icon-close {
    opacity: 0;
    background-image: url("../images/icon-close.svg");
  }
  /* line 205, src/styles/components/_megamenu.scss */
  html header.sticky-header {
    padding-top: 0;
    min-height: unset;
  }
  /* line 208, src/styles/components/_megamenu.scss */
  html header.sticky-header .header-row {
    background: #fff;
  }
  /* line 210, src/styles/components/_megamenu.scss */
  html header.sticky-header .header-row .header-column--navs {
    padding-left: 15px;
    padding-right: 15px;
    text-align: right;
  }
  /* line 218, src/styles/components/_megamenu.scss */
  html .header-logo .logo-white {
    display: flex;
    align-items: center;
  }
  /* line 221, src/styles/components/_megamenu.scss */
  html .header-logo .logo-white svg {
    max-width: 124px;
  }
  /* line 225, src/styles/components/_megamenu.scss */
  html.mobile-nav-is-open {
    height: 100%;
    overflow: hidden;
  }
  /* line 228, src/styles/components/_megamenu.scss */
  html.mobile-nav-is-open body {
    height: 100%;
    overflow: hidden;
  }
  /* line 232, src/styles/components/_megamenu.scss */
  html.mobile-nav-is-open .header-container {
    background: #fff;
  }
  /* line 235, src/styles/components/_megamenu.scss */
  html.mobile-nav-is-open .header-container .header-row .nav-container {
    height: calc(100vh - var(--header-height,112px));
    gap: 15px;
    display: -webkit-flex;
    display: flex;
    padding-top: 12px;
    overflow-y: scroll;
    z-index: 9999;
  }
  /* line 243, src/styles/components/_megamenu.scss */
  html.mobile-nav-is-open .header-container .header-row .nav-container .main-nav {
    display: contents;
  }
  /* line 246, src/styles/components/_megamenu.scss */
  html.mobile-nav-is-open .header-container .header-row .nav-container .top-nav {
    float: none;
    display: contents;
  }
  /* line 249, src/styles/components/_megamenu.scss */
  html.mobile-nav-is-open .header-container .header-row .nav-container .top-nav ul {
    display: contents;
  }
  /* line 251, src/styles/components/_megamenu.scss */
  html.mobile-nav-is-open .header-container .header-row .nav-container .top-nav ul > li:not(.search) {
    -webkit-order: 100;
    order: 100;
    padding-right: 0;
  }
  /* line 256, src/styles/components/_megamenu.scss */
  html.mobile-nav-is-open .header-container .header-row .nav-container .top-nav ul > li.search {
    -webkit-order: 0;
    order: 0;
    padding: 10px 15px;
  }
  /* line 261, src/styles/components/_megamenu.scss */
  html.mobile-nav-is-open .header-container .header-row .nav-container .top-nav ul > li:last-child {
    background: #235DC0;
    margin: 0 15px;
    text-align: center;
  }
  /* line 266, src/styles/components/_megamenu.scss */
  html.mobile-nav-is-open .header-container .header-row .nav-container .top-nav ul > li:last-child:not(.search) a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 271, src/styles/components/_megamenu.scss */
  html.mobile-nav-is-open .header-container .header-row .nav-container .top-nav ul > li:last-child:not(.search) a svg {
    margin-right: 12px;
  }
  /* line 278, src/styles/components/_megamenu.scss */
  html.mobile-nav-is-open .header-container .header-row .nav-container .top-nav a {
    color: #001A70;
  }
  /* line 282, src/styles/components/_megamenu.scss */
  html.mobile-nav-is-open .header-container .header-row .nav-container .megaMenu {
    position: static;
    padding: 0 15px;
  }
  /* line 287, src/styles/components/_megamenu.scss */
  html.mobile-nav-is-open .header-container .header-row .menu-icon-hamburger {
    opacity: 0;
  }
  /* line 290, src/styles/components/_megamenu.scss */
  html.mobile-nav-is-open .header-container .header-row .menu-icon-close {
    opacity: 1;
  }
}
/* line 299, src/styles/components/_megamenu.scss */
header {
  display: inline-block;
}
/* line 302, src/styles/components/_megamenu.scss */
header.sticky-header .header-logo {
  zoom: 90%;
  margin-top: 4px;
  display: block;
  padding: 0 12px;
}
/* line 310, src/styles/components/_megamenu.scss */
header.sticky-header.scrolled {
  width: 100%;
  z-index: 9999;
  position: fixed;
  top: 0;
}

/* line 321, src/styles/components/_megamenu.scss */
body.show-menu header .header-container {
  background: #fff;
}

/* line 327, src/styles/components/_megamenu.scss */
.megaMenu {
  width: 100%;
  z-index: 9999;
  display: none;
  position: fixed;
  top: 72px;
  left: 0;
}
/* line 334, src/styles/components/_megamenu.scss */
.megaMenu .left-title {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
}
/* line 339, src/styles/components/_megamenu.scss */
.megaMenu .left-title span {
  color: #EE3135;
}

/* line 345, src/styles/components/_megamenu.scss */
.sticky-header .header-container .header-row {
  display: flex;
  align-items: center;
}

/* line 349, src/styles/components/_megamenu.scss */
.megaMenu-container {
  display: grid;
  max-width: 1440px;
}

/* line 354, src/styles/components/_megamenu.scss */
.megaMenu--3col .megaMenu-container {
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0 auto;
}
@media all and (max-width: 1023px) {
  /* line 354, src/styles/components/_megamenu.scss */
  .megaMenu--3col .megaMenu-container {
    grid-template-columns: 1fr;
  }
  /* line 360, src/styles/components/_megamenu.scss */
  .megaMenu--3col .megaMenu-container > .megaNav-column:first-child > .megaNav-inner > .megaMenu-item {
    padding-top: 0;
  }
  /* line 363, src/styles/components/_megamenu.scss */
  .megaMenu--3col .megaMenu-container > .megaNav-column .megaMenu-item--featured {
    min-height: 200px;
  }
}

/* line 371, src/styles/components/_megamenu.scss */
.megaMenu--4col-uneven .megaMenu-container {
  grid-template-columns: repeat(3, minmax(max-content, 1fr)) minmax(335px, 1fr);
}
@media all and (max-width: 1023px) {
  /* line 371, src/styles/components/_megamenu.scss */
  .megaMenu--4col-uneven .megaMenu-container {
    grid-template-columns: 1fr;
  }
}

/* line 379, src/styles/components/_megamenu.scss */
.megaNav-column {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
}

/* line 386, src/styles/components/_megamenu.scss */
.megaNav-column--4 {
  min-height: 385px;
}
/* line 389, src/styles/components/_megamenu.scss */
.megaNav-column--4 .megaNav-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
/* line 396, src/styles/components/_megamenu.scss */
.megaNav-column--4 .megaMenu-item--heading:first-child + .megaMenu-item {
  margin-top: auto;
}

/* line 403, src/styles/components/_megamenu.scss */
.megaMenu-item {
  padding-bottom: 15px;
  padding-top: 15px;
}

@media screen and (max-width: 1023px) {
  /* line 421, src/styles/components/_megamenu.scss */
  .megaMenu-item--heading:first-child .left-title {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  /* line 427, src/styles/components/_megamenu.scss */
  .megaMenu-item--heading:first-child .left-title::after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2254%22%20height%3D%2260%22%20fill%3D%22none%22%3E%3Cg%20filter%3D%22url%28%23a%29%22%20transform%3D%22rotate%28-180%2030%2026%29%22%3E%3Ccircle%20cx%3D%2230%22%20cy%3D%2226%22%20r%3D%2210%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%2230%22%20cy%3D%2226%22%20r%3D%229.7%22%20stroke%3D%22%23DFDFDF%22%20stroke-width%3D%22.6%22%2F%3E%3C%2Fg%3E%3Cpath%20d%3D%22m33%2027-3-3-3%203%22%20stroke%3D%22%23EE3135%22%20stroke-width%3D%221.2%22%2F%3E%3Cdefs%3E%3Cfilter%20id%3D%22a%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2260%22%20height%3D%2260%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%3CfeColorMatrix%20in%3D%22SourceAlpha%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200%22%20result%3D%22hardAlpha%22%2F%3E%3CfeOffset%20dy%3D%224%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%2210%22%2F%3E%3CfeComposite%20in2%3D%22hardAlpha%22%20operator%3D%22out%22%2F%3E%3CfeColorMatrix%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.2%200%22%2F%3E%3CfeBlend%20in2%3D%22BackgroundImageFix%22%20result%3D%22effect1_dropShadow_395_28109%22%2F%3E%3CfeBlend%20in%3D%22SourceGraphic%22%20in2%3D%22effect1_dropShadow_395_28109%22%20result%3D%22shape%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3C%2Fsvg%3E%0A");
    background-position: -20px -16px;
    background-repeat: no-repeat;
    background-size: 54px 60px;
    display: block;
    width: 20px;
    height: 20px;
    margin-left: auto;
  }
}

/* line 446, src/styles/components/_megamenu.scss */
.megaMenu-item--standard a {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

/* line 456, src/styles/components/_megamenu.scss */
.megaMenu-item--publication a {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
/* line 463, src/styles/components/_megamenu.scss */
.megaMenu-item--publication .item-bottom {
  font-size: 12px;
  line-height: 132%;
  margin-top: 1.3rem;
  text-transform: uppercase;
}
/* line 469, src/styles/components/_megamenu.scss */
.megaMenu-item--publication .item-bottom:empty {
  display: none;
}

/* line 476, src/styles/components/_megamenu.scss */
.see-more-link {
  font-size: inherit;
}

/* line 480, src/styles/components/_megamenu.scss */
.megaMenu-item--see-more-small {
  align-items: center;
  display: flex;
  font-size: 1.3rem;
  line-height: 132%;
  text-transform: uppercase;
}
/* line 487, src/styles/components/_megamenu.scss */
.megaMenu-item--see-more-small span {
  color: #EE3135;
  font-size: 13px;
}
/* line 493, src/styles/components/_megamenu.scss */
.megaMenu-item--see-more-small a.see-more-link:hover {
  color: #EE3135;
}

/* line 500, src/styles/components/_megamenu.scss */
.megaMenu-item--see-more-standard {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  font-weight: 700;
  gap: 6px;
  line-height: 132%;
  text-transform: uppercase;
}
/* line 509, src/styles/components/_megamenu.scss */
.megaMenu-item--see-more-standard a.see-more-link {
  font-weight: 700;
  line-height: 132%;
}
/* line 513, src/styles/components/_megamenu.scss */
.megaMenu-item--see-more-standard a.see-more-link:hover {
  color: #EE3135;
}

/* line 519, src/styles/components/_megamenu.scss */
.megaMenu-item--right {
  justify-content: flex-end;
  text-align: right;
}

/* line 524, src/styles/components/_megamenu.scss */
.megaMenu-item--featured {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 206px 20px 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 18px;
  position: relative;
}
/* line 535, src/styles/components/_megamenu.scss */
.megaMenu-item--featured::before {
  content: '';
  background-image: linear-gradient(11deg, #194797 26.96%, rgba(25, 71, 151, 0) 89.43%);
  border-radius: inherit;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
}

/* line 548, src/styles/components/_megamenu.scss */
.featured-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 100%;
  color: #FFFFFF;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  position: relative;
}

/* line 557, src/styles/components/_megamenu.scss */
a.featured-title-link {
  color: #FFFFFF;
}
/* line 560, src/styles/components/_megamenu.scss */
a.featured-title-link:hover {
  color: #EE3135;
}

/* line 565, src/styles/components/_megamenu.scss */
.featured-see-more {
  align-items: center;
  display: inline-flex;
  gap: 6px;
  position: relative;
  justify-content: space-between;
}
/* line 571, src/styles/components/_megamenu.scss */
.featured-see-more a.see-more-link {
  color: #FFFFFF;
  display: inline-block;
  font-size: 26px;
  font-weight: 500;
  line-height: 132%;
  text-decoration: none;
}
/* line 578, src/styles/components/_megamenu.scss */
.featured-see-more a.see-more-link:hover {
  color: #EE3135;
}

/* line 586, src/styles/components/_megamenu.scss */
.megaNav-column--light {
  color: #DFDFDF;
}
/* line 590, src/styles/components/_megamenu.scss */
.megaNav-column--light .megaMenu-item + .megaMenu-item:not(.megaMenu-item--featured) {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 596, src/styles/components/_megamenu.scss */
.megaNav-column--light .megaMenu-item--heading .left-title {
  color: #DFDFDF;
}
/* line 600, src/styles/components/_megamenu.scss */
.megaNav-column--light .megaMenu-item--heading a.left-title-link {
  color: #DFDFDF;
}
/* line 603, src/styles/components/_megamenu.scss */
.megaNav-column--light .megaMenu-item--heading a.left-title-link:hover {
  color: #EE3135;
}
/* line 610, src/styles/components/_megamenu.scss */
.megaNav-column--light .megaMenu-item--standard a {
  color: #DFDFDF;
}
/* line 613, src/styles/components/_megamenu.scss */
.megaNav-column--light .megaMenu-item--standard a:hover {
  color: #EE3135;
}
/* line 620, src/styles/components/_megamenu.scss */
.megaNav-column--light .megaMenu-item--publication a {
  color: #DFDFDF;
}
/* line 623, src/styles/components/_megamenu.scss */
.megaNav-column--light .megaMenu-item--publication a:hover {
  color: #EE3135;
}
/* line 630, src/styles/components/_megamenu.scss */
.megaNav-column--light .megaMenu-item--see-more-standard .see-more-link {
  color: #DFDFDF;
}
/* line 636, src/styles/components/_megamenu.scss */
.megaNav-column--light .megaMenu-item--see-more-small .see-more-link {
  color: #DFDFDF;
}

/* line 643, src/styles/components/_megamenu.scss */
.megaNav-column--dark {
  color: #3D5067;
}
/* line 647, src/styles/components/_megamenu.scss */
.megaNav-column--dark .megaMenu-item + .megaMenu-item:not(.megaMenu-item--featured) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
}
/* line 655, src/styles/components/_megamenu.scss */
.megaNav-column--dark .megaMenu-item--heading .left-title {
  color: #3D5067;
}
/* line 659, src/styles/components/_megamenu.scss */
.megaNav-column--dark .megaMenu-item--heading a.left-title-link {
  color: #3D5067;
}
/* line 662, src/styles/components/_megamenu.scss */
.megaNav-column--dark .megaMenu-item--heading a.left-title-link:hover {
  color: #EE3135;
}
/* line 669, src/styles/components/_megamenu.scss */
.megaNav-column--dark .megaMenu-item--standard a {
  color: #001A70;
}
/* line 672, src/styles/components/_megamenu.scss */
.megaNav-column--dark .megaMenu-item--standard a:hover {
  color: #EE3135;
}
/* line 679, src/styles/components/_megamenu.scss */
.megaNav-column--dark .megaMenu-item--publication a {
  color: #030D1F;
}
/* line 682, src/styles/components/_megamenu.scss */
.megaNav-column--dark .megaMenu-item--publication a:hover {
  color: #EE3135;
}
/* line 689, src/styles/components/_megamenu.scss */
.megaNav-column--dark .megaMenu-item--see-more-standard .see-more-link {
  color: #030D1F;
}
/* line 695, src/styles/components/_megamenu.scss */
.megaNav-column--dark .megaMenu-item--see-more-small .see-more-link {
  color: #030D1F;
}

@media (max-width: 1024px) {
  /* line 704, src/styles/components/_megamenu.scss */
  .header .search-form-submit-icon {
    margin-right: 15px;
  }

  /* line 707, src/styles/components/_megamenu.scss */
  .header-row {
    width: 100%;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
  }

  /* line 717, src/styles/components/_megamenu.scss */
  .header-row:after {
    display: none;
  }

  /* line 721, src/styles/components/_megamenu.scss */
  header .menu-icon {
    display: inline-block;
  }

  /* line 725, src/styles/components/_megamenu.scss */
  #wpadminbar {
    display: none;
  }

  /* line 729, src/styles/components/_megamenu.scss */
  html[lang=en-US] {
    margin-top: 0 !important;
  }

  /* line 732, src/styles/components/_megamenu.scss */
  header .header-logo {
    display: table;
  }
}
@media all and (min-width: 1024px) {
  /* line 738, src/styles/components/_megamenu.scss */
  .megaNav-column--1 .megaMenu-item .left-title {
    padding: 15px 0;
  }

  /* line 739, src/styles/components/_megamenu.scss */
  .megaNav-column--2 .megaMenu-item--see-more-small {
    padding: 30px 30px 30px 0;
  }

  /* line 740, src/styles/components/_megamenu.scss */
  .megaNav-column--2 .megaMenu-item .left-title {
    padding: 15px 0;
  }

  /* line 741, src/styles/components/_megamenu.scss */
  .megaMenu-item {
    margin: 0 20px;
  }

  /* line 742, src/styles/components/_megamenu.scss */
  .megaNav-column--3 .megaMenu-item .left-title {
    padding: 15px 0;
  }

  /* line 743, src/styles/components/_megamenu.scss */
  .megaNav-column--3 .left-title-link {
    color: #030D1F !important;
  }

  /* line 744, src/styles/components/_megamenu.scss */
  .megaNav-column--3 .left-title-link:hover {
    color: #EE3135 !important;
  }

  /* line 745, src/styles/components/_megamenu.scss */
  .megaMenu-item--featured {
    margin: 0 20px 30px 20px;
  }
}
/* line 3, src/styles/components/_loading-animations.scss */
.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

/* line 10, src/styles/components/_loading-animations.scss */
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}

/* line 14, src/styles/components/_loading-animations.scss */
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #EE3135;
}

/* line 25, src/styles/components/_loading-animations.scss */
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

/* line 29, src/styles/components/_loading-animations.scss */
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

/* line 33, src/styles/components/_loading-animations.scss */
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

/* line 37, src/styles/components/_loading-animations.scss */
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

/* line 41, src/styles/components/_loading-animations.scss */
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

/* line 45, src/styles/components/_loading-animations.scss */
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

/* line 49, src/styles/components/_loading-animations.scss */
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

/* line 53, src/styles/components/_loading-animations.scss */
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

/* line 57, src/styles/components/_loading-animations.scss */
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

/* line 61, src/styles/components/_loading-animations.scss */
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

/* line 65, src/styles/components/_loading-animations.scss */
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

/* line 69, src/styles/components/_loading-animations.scss */
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* ==========================================================================
   Global button styles
   ========================================================================== */
/* line 5, src/styles/components/_buttons.scss */
.button {
  float: left;
  padding: 32px 16px 16px 16px;
  font-size: 16px;
  text-decoration: none;
  position: relative;
  background-color: #235DC0;
  color: #FFFFFF;
  border: 0;
  background: url(/wp-content/themes/energysc-v2/assets/images/white-narrow.svg) #235DC0;
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) calc(100% - 20px);
  min-width: 240px;
  text-align: left;
  cursor: pointer;
}
/* line 16, src/styles/mixins/_mixins-buttons.scss */
.button:hover {
  background-image: url(/wp-content/themes/energysc-v2/assets/images/white-narrow.svg);
  background-color: #EE3135;
}

/* line 3, src/styles/components/_footer.scss */
.section-become-member .page-section {
  background: url(../../assets/images/become-member.jpg) no-repeat bottom center;
  position: relative;
  height: 460px;
}
/* line 7, src/styles/components/_footer.scss */
.section-become-member .page-section > .flex {
  height: 100%;
  max-width: 1064px;
  margin: 0 auto;
}

/* line 14, src/styles/components/_footer.scss */
.footer {
  background-image: url(../../assets/images/footer-bg.webp);
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  max-width: inherit;
  padding: 80px 0 80px 0;
}
/* line 20, src/styles/components/_footer.scss */
.footer:before {
  content: '';
  background-image: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.9) 30%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 60%;
  width: 100%;
}
/* line 30, src/styles/components/_footer.scss */
.footer:after {
  content: '';
  background-image: linear-gradient(to top, #1A2D51, rgba(26, 45, 81, 0));
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 80%;
  width: 100%;
  z-index: 0;
}
/* line 41, src/styles/components/_footer.scss */
.footer .grid-container {
  position: relative;
  z-index: 1;
}
/* line 48, src/styles/components/_footer.scss */
.footer h2 {
  font-size: 38px;
  color: #fff;
  margin-bottom: 75px;
  line-height: 38px;
}
/* line 49, src/styles/components/_footer.scss */
.footer h3 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  opacity: 0.6;
}
/* line 55, src/styles/components/_footer.scss */
.footer .border-tb {
  border-top: 1px solid #ACBBCD33;
  border-bottom: 1px solid #ACBBCD33;
  padding: 80px 0;
  margin-top: 100px;
}
/* line 61, src/styles/components/_footer.scss */
.footer nav.footer-nav-1 ul li {
  margin-bottom: 15px;
}
/* line 62, src/styles/components/_footer.scss */
.footer nav.footer-nav-1 ul li a {
  text-decoration: none;
  font-size: 12px;
  color: #fff;
}
/* line 64, src/styles/components/_footer.scss */
.footer nav.footer-nav-2 ul li {
  margin-bottom: 15px;
}
/* line 65, src/styles/components/_footer.scss */
.footer nav.footer-nav-2 ul li a {
  text-decoration: none;
  font-size: 12px;
  color: #fff;
}
/* line 67, src/styles/components/_footer.scss */
.footer .newsletter .form-area {
  margin: 30px 0;
}
/* line 71, src/styles/components/_footer.scss */
.footer .copy {
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding-top: 30px;
  line-height: 30px;
}
/* line 78, src/styles/components/_footer.scss */
.footer .footer-nav-bottom {
  padding-top: 30px;
}
/* line 79, src/styles/components/_footer.scss */
.footer .footer-nav-bottom ul li {
  display: table;
  float: left;
  margin: 0 15px;
}
/* line 80, src/styles/components/_footer.scss */
.footer .footer-nav-bottom ul li a {
  text-decoration: none;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
/* line 81, src/styles/components/_footer.scss */
.footer .gform_title {
  display: none;
}
/* line 83, src/styles/components/_footer.scss */
.footer .form-area {
  background: transparent;
}
/* line 86, src/styles/components/_footer.scss */
.footer .form-area form {
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  padding-bottom: 8px;
}
/* line 93, src/styles/components/_footer.scss */
.footer .form-area .gform_body input[type=email] {
  font-size: 20px;
  background: #FFFFFF;
  color: #fff;
  border: 0;
  background: transparent;
  min-height: unset !important;
  padding: 0;
}
/* line 105, src/styles/components/_footer.scss */
.footer .form-area .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 8px;
}
/* line 108, src/styles/components/_footer.scss */
.footer .form-area .gform_wrapper.gravity-theme .gform_footer {
  float: right;
  width: 32px;
  overflow: hidden;
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  display: block;
}
/* line 116, src/styles/components/_footer.scss */
.footer .form-area .gform_wrapper.gravity-theme .gform_footer::before {
  content: '';
  background-image: url('data:image/svg+xml,%3Csvg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Crect width="32" height="32" fill="white"/%3E%3Cpath d="M18.5 9L26 16.5M26 16.5L18.5 24M26 16.5H8" stroke="%23001A70" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  height: 32px;
  position: absolute;
  right: 0;
}
/* line 127, src/styles/components/_footer.scss */
.footer .form-area .gform_wrapper.gravity-theme .gform_footer input {
  margin-bottom: 0;
}
/* line 131, src/styles/components/_footer.scss */
.footer .form-area .gform_wrapper.gravity-theme .gform_footer .button {
  opacity: 0;
  height: 32px;
}
/* line 141, src/styles/components/_footer.scss */
.footer ul.footer-social-icons li a {
  display: flex;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
/* line 146, src/styles/components/_footer.scss */
.footer ul.footer-social-icons li a svg {
  margin-right: 12px;
}

@media all and (max-width: 1023px) {
  /* line 155, src/styles/components/_footer.scss */
  .footer {
    padding: 60px 0 30px 0;
  }
  /* line 157, src/styles/components/_footer.scss */
  .footer .border-tb {
    border-top: 0;
    padding: 24px 0;
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  /* line 165, src/styles/components/_footer.scss */
  .footer {
    height: auto;
    background-position: bottom left;
  }

  /* line 166, src/styles/components/_footer.scss */
  .footer .custom-flex-row {
    display: flex;
    flex-wrap: wrap;
  }

  /* line 167, src/styles/components/_footer.scss */
  .footer .custom-flex-row .mobile-order-1 {
    order: 1;
    width: 100%;
  }

  /* line 168, src/styles/components/_footer.scss */
  .footer .custom-flex-row .mobile-order-2 {
    order: 2;
    width: 100%;
  }

  /* line 169, src/styles/components/_footer.scss */
  .footer .custom-flex-row .mobile-order-3 {
    order: 3;
    width: 100%;
  }

  /* line 170, src/styles/components/_footer.scss */
  .footer .form-area .gform_body {
    width: 55%;
  }

  /* line 171, src/styles/components/_footer.scss */
  .footer h2 {
    font-size: 26px;
    margin-bottom: 40px;
    line-height: 26px;
  }

  /* line 172, src/styles/components/_footer.scss */
  .footer a.footer-logo {
    margin: 0 0 30px 0;
  }

  /* line 173, src/styles/components/_footer.scss */
  .footer ul.footer-social-icons {
    margin: 0;
    display: table;
    margin-bottom: 30px;
  }

  /* line 178, src/styles/components/_footer.scss */
  .footer .footer-nav-bottom {
    margin: 0 auto;
    display: table;
  }

  /* line 179, src/styles/components/_footer.scss */
  .footer .copy {
    margin: 0 auto;
    display: table;
  }

  /* line 180, src/styles/components/_footer.scss */
  .footer nav.footer-nav-1 ul li a {
    font-size: 22px;
  }

  /* line 181, src/styles/components/_footer.scss */
  .footer nav.footer-nav-2 ul li a {
    font-size: 22px;
  }

  /* line 182, src/styles/components/_footer.scss */
  .footer h3 {
    padding: 15px 0;
  }

  /* line 183, src/styles/components/_footer.scss */
  .footer .footer-nav-bottom ul li a {
    font-size: 11px;
    text-decoration: underline;
  }

  /* line 184, src/styles/components/_footer.scss */
  body .footer .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 22px;
  }
}
@media (max-width: 350px) {
  /* line 188, src/styles/components/_footer.scss */
  .footer .footer-nav-bottom ul li a {
    font-size: 8px;
  }

  /* line 189, src/styles/components/_footer.scss */
  .footer .copy {
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  /*.footer .custom-flex-row .col-md-8 {order: 1;}
  .footer .custom-flex-row .col-md-4 {order: 2;}*/
  /* line 195, src/styles/components/_footer.scss */
  body .footer .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 22px;
    padding: 0;
  }
}
/* line 15, src/styles/components/_wysiwyg-content.scss */
.wysiwyg-content img {
  height: auto;
  max-width: 100%;
}
/* line 20, src/styles/components/_wysiwyg-content.scss */
.wysiwyg-content .alignright {
  float: right;
  margin: 0 0 3rem 3rem;
  max-width: 50%;
}
/* line 26, src/styles/components/_wysiwyg-content.scss */
.wysiwyg-content .alignleft {
  float: left;
  margin: 0 3rem 3rem 0;
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  /* line 34, src/styles/components/_wysiwyg-content.scss */
  .wysiwyg-content .alignright,
  .wysiwyg-content .alignleft {
    float: none;
    margin: 0;
    max-width: 100%;
    width: auto;
  }
}
/* line 43, src/styles/components/_wysiwyg-content.scss */
.wysiwyg-content table {
  border: 1px solid #EE3135;
  width: 100%;
}
/* line 47, src/styles/components/_wysiwyg-content.scss */
.wysiwyg-content table th,
.wysiwyg-content table td {
  padding: 1.5rem 3rem;
  text-align: left;
  vertical-align: top;
}
/* line 54, src/styles/components/_wysiwyg-content.scss */
.wysiwyg-content table th {
  background-color: #EE3135;
  border-right: 1px solid #fff;
  color: #fff;
  white-space: nowrap;
}
/* line 72, src/styles/components/_wysiwyg-content.scss */
.wysiwyg-content .iframe-container {
  height: 0;
  margin-bottom: 1.4em;
  padding-top: 56.25%;
  position: relative;
}
/* line 78, src/styles/components/_wysiwyg-content.scss */
.wysiwyg-content .iframe-container iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 5, src/styles/components/_pagination.scss */
.paginationWrap,
.facetwp-pager {
  align-items: center;
  display: flex;
  justify-content: center;
}

/* line 12, src/styles/components/_pagination.scss */
.pagination,
.facetwp-pager {
  font-size: 1.4rem;
  line-height: 1.14;
}
/* line 17, src/styles/components/_pagination.scss */
.pagination .screen-reader-text,
.facetwp-pager .screen-reader-text {
  display: none;
}
/* line 21, src/styles/components/_pagination.scss */
.pagination .nav-links,
.facetwp-pager .nav-links {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* line 28, src/styles/components/_pagination.scss */
.page-numbers {
  border-radius: 3px;
  color: #041928;
  display: inline-block;
  padding: 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background 125ms, color 125ms;
}
/* line 38, src/styles/components/_pagination.scss */
.page-numbers:not(.dots):hover {
  background-color: #030D1F;
  color: #fff;
  text-decoration: none;
}
/* line 44, src/styles/components/_pagination.scss */
.page-numbers.current {
  background-color: #030D1F;
  color: #fff;
}

/* line 51, src/styles/components/_pagination.scss */
.page-numbers.next,
.page-numbers.prev {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
/* line 60, src/styles/components/_pagination.scss */
.page-numbers.next:hover,
.page-numbers.prev:hover {
  background: transparent;
}
/* line 63, src/styles/components/_pagination.scss */
.page-numbers.next:hover path,
.page-numbers.prev:hover path {
  fill: #030D1F;
}

/* line 69, src/styles/components/_pagination.scss */
.pagination-arrow {
  display: block;
  transform-origin: center;
}
/* line 73, src/styles/components/_pagination.scss */
.pagination-arrow svg {
  display: block;
}

/* line 78, src/styles/components/_pagination.scss */
.page-numbers.next {
  margin-left: 8rem;
}
@media screen and (max-width: 640px) {
  /* line 78, src/styles/components/_pagination.scss */
  .page-numbers.next {
    margin-left: 0;
  }
}

/* line 86, src/styles/components/_pagination.scss */
.page-numbers.prev {
  margin-right: 8rem;
}
@media screen and (max-width: 640px) {
  /* line 86, src/styles/components/_pagination.scss */
  .page-numbers.prev {
    margin-right: 0;
  }
}
/* line 93, src/styles/components/_pagination.scss */
.page-numbers.prev .pagination-arrow {
  transform: rotate(180deg);
}

/* line 3, src/styles/components/_pagination-facetwp.scss */
.facetwp-facet .facetwp-pager {
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
  gap: 1rem;
  padding: 4rem 0 0 0;
}
/* line 12, src/styles/components/_pagination-facetwp.scss */
.facetwp-facet .facetwp-page {
  color: #041928;
  width: 41px;
  aspect-ratio: 1/1;
  position: relative;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 125ms, color 125ms;
}
/* line 23, src/styles/components/_pagination-facetwp.scss */
.facetwp-facet .facetwp-page:not(.dots):hover {
  background-color: #EE3135;
  color: #fff;
  text-decoration: none;
}
/* line 28, src/styles/components/_pagination-facetwp.scss */
.facetwp-facet .facetwp-page.dots:hover {
  color: #041928;
  text-decoration: none;
}
/* line 34, src/styles/components/_pagination-facetwp.scss */
.facetwp-facet .facetwp-page.next i, .facetwp-facet .facetwp-page.prev i {
  content: url("../images/prev-next-btn.svg");
}
/* line 38, src/styles/components/_pagination-facetwp.scss */
.facetwp-facet .facetwp-page.next:hover i, .facetwp-facet .facetwp-page.prev:hover i {
  content: url("../images/white-prev-next-btn.svg");
}
/* line 43, src/styles/components/_pagination-facetwp.scss */
.facetwp-facet .facetwp-page.active {
  background-color: #235DC0;
  color: #fff;
}
/* line 49, src/styles/components/_pagination-facetwp.scss */
.facetwp-facet .facetwp-page.next i {
  transform: rotate(180deg);
}

/* line 55, src/styles/components/_pagination-facetwp.scss */
.pagination-spinner {
  position: absolute;
  bottom: -3%;
  left: 50%;
  transform: translate(0, -50%);
  display: none;
}

/* line 63, src/styles/components/_pagination-facetwp.scss */
.facetwp-type-pager.is-loading {
  cursor: wait;
}
/* line 66, src/styles/components/_pagination-facetwp.scss */
.facetwp-type-pager.is-loading + .pagination-spinner {
  display: block;
}

/* line 1, src/styles/components/_locked-content-message.scss */
.lockedMessage {
  margin-bottom: 50px;
  margin-top: 50px;
}

/* line 6, src/styles/components/_locked-content-message.scss */
.lockedMessage-container {
  background-color: #656565;
  background-image: linear-gradient(65deg, #FFF 0%, rgba(255, 255, 255, 0.86) 40.51%, rgba(255, 255, 255, 0.49) 79.41%, rgba(255, 255, 255, 0) 99.59%);
  border-radius: 10px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
  padding-bottom: 50px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 50px;
}
@media screen and (max-width: 640px) {
  /* line 6, src/styles/components/_locked-content-message.scss */
  .lockedMessage-container {
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 100px;
  }
}

/* line 24, src/styles/components/_locked-content-message.scss */
.lockedMessage-box {
  background-color: var(--core-brand-blackish-blue, #030D1F);
  background-image: linear-gradient(26deg, #194797 13.36%, rgba(25, 71, 151, 0.3) 54.96%);
  border-radius: 10px;
  color: #fff;
  padding-bottom: 72px;
  padding-left: 85px;
  padding-right: 85px;
  padding-top: 57px;
}
@media screen and (max-width: 640px) {
  /* line 24, src/styles/components/_locked-content-message.scss */
  .lockedMessage-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* line 40, src/styles/components/_locked-content-message.scss */
.lockedMessage-primaryHeading {
  font-size: 13px;
  color: #030D1F;
  text-transform: uppercase;
  margin-bottom: 3rem;
  text-decoration: none;
  color: inherit;
  padding-right: 20px;
  position: relative;
}
/* line 8, src/styles/mixins/_mixins.scss */
.lockedMessage-primaryHeading::before {
  content: '/ ';
  color: #EE3135;
}
/* line 46, src/styles/components/_locked-content-message.scss */
.lockedMessage-primaryHeading::after {
  background-image: url("../images/icon-padlock.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 25px;
  position: absolute;
  right: -20px;
  top: -20px;
  width: 15px;
}
@media screen and (max-width: 640px) {
  /* line 46, src/styles/components/_locked-content-message.scss */
  .lockedMessage-primaryHeading::after {
    right: 0;
    top: -35px;
  }
}

/* line 65, src/styles/components/_locked-content-message.scss */
.lockedMessage-message {
  color: inherit;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1.8rem;
}

/* line 3, src/styles/components/_loginform.scss */
#loginform p + p {
  margin-top: 3rem;
}
/* line 7, src/styles/components/_loginform.scss */
#loginform label {
  font-size: 13px;
  color: #030D1F;
  text-transform: uppercase;
  margin-bottom: 3rem;
  text-decoration: none;
  color: inherit;
  display: block;
  margin-bottom: 1.2rem;
}
/* line 8, src/styles/mixins/_mixins.scss */
#loginform label::before {
  content: '/ ';
  color: #EE3135;
}

/* line 20, src/styles/components/_loginform.scss */
#user_login {
  background: #fff;
  border-radius: 10rem;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
  padding: 1.5rem 2.4rem;
  width: clamp(250px, 50%, 400px);
}

/* line 25, src/styles/components/_loginform.scss */
#user_pass {
  background: #fff;
  border-radius: 10rem;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
  padding: 1.5rem 2.4rem;
  width: clamp(250px, 50%, 400px);
}

/* line 30, src/styles/components/_loginform.scss */
#rememberme {
  position: relative;
  top: 0.2rem;
}

/* line 35, src/styles/components/_loginform.scss */
#wp-submit {
  align-items: center;
  appearance: none;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  line-height: 132%;
  transition: background-color 125ms, border-color 125ms, color 125ms;
  background: #EE3135;
  border-radius: 20px;
  color: #FFFFFF;
  font-size: 16px;
  padding: 10px 30px 10px 30px;
  text-align: center;
  text-decoration: none;
}
/* line 53, src/styles/mixins/_mixins-buttons.scss */
#wp-submit:hover {
  background: linear-gradient(266deg, #EE3135 30.04%, #030D1F 92.34%);
  color: #FFFFFF;
  text-decoration: none;
}

/* line 40, src/styles/components/_loginform.scss */
.lockedMessage-register {
  align-items: center;
  appearance: none;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  line-height: 132%;
  transition: background-color 125ms, border-color 125ms, color 125ms;
  border-radius: 20px;
  border: 1px solid #EE3135;
  color: #FFFFFF;
  font-size: 16px;
  padding: 10px 30px 10px 30px;
  text-align: center;
  text-decoration: none;
  margin: 0 16px;
}
/* line 80, src/styles/mixins/_mixins-buttons.scss */
.lockedMessage-register:hover {
  background: linear-gradient(266deg, #EE3135 30.04%, #030D1F 92.34%);
  color: #FFFFFF;
  text-decoration: none;
}

/* template styles for post type single pages or specific page templates */
/* ==========================================================================
   Colors
   ========================================================================== */
/* ==========================================================================
   Fonts
   ========================================================================== */
/* ==========================================================================
   Container sizes
   ========================================================================== */
/* ==========================================================================
   Media Query Breakpoints
   ========================================================================== */
/* ==========================================================================
   Utility
   ========================================================================== */
/* line 104, src/styles/_config.scss */
:root {
  --max-width: 1440px;
}

/* line 4, src/styles/templates/_single-event.scss */
.event-details {
  padding: 50px 70px;
  background: linear-gradient(25deg, #194797 30.25%, #3a63a9 146.73%);
  color: #FFFFFF;
  border-radius: 10px;
  margin-bottom: 30px;
}

/* line 5, src/styles/templates/_single-event.scss */
.event-details h3 {
  font-size: 13px;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 5px;
}

/* line 6, src/styles/templates/_single-event.scss */
.event-details h3 span {
  color: #EE3135;
}

/* line 7, src/styles/templates/_single-event.scss */
.event-details strong {
  font-size: 30px;
  display: block;
  margin-bottom: 30px;
}

/* line 8, src/styles/templates/_single-event.scss */
.event-details a.btn-default, .event-details a.btn-default-2 {
  margin-right: 30px;
}

/* line 9, src/styles/templates/_single-event.scss */
.event-details p {
  font-size: 14px;
  display: block;
}

/* line 14, src/styles/templates/_single-event.scss */
.single-content {
  padding: 30px 0;
}

/* line 15, src/styles/templates/_single-event.scss */
.single-content h1 {
  font-size: 46px;
  margin-bottom: 15px;
}

/* line 16, src/styles/templates/_single-event.scss */
.single-content h2 {
  font-size: 38px;
  margin-bottom: 15px;
}

/* line 17, src/styles/templates/_single-event.scss */
.single-content h3 {
  font-size: 30px;
  margin-bottom: 15px;
}

/* line 18, src/styles/templates/_single-event.scss */
.single-content h4 {
  font-size: 24px;
  margin-bottom: 15px;
}

/* line 19, src/styles/templates/_single-event.scss */
.single-content h5 {
  font-size: 20px;
  margin-bottom: 15px;
}

/* line 20, src/styles/templates/_single-event.scss */
.single-content h6 {
  font-size: 18px;
  margin-bottom: 15px;
}

/* line 21, src/styles/templates/_single-event.scss */
.single-content .alignleft {
  float: left;
}

/* line 22, src/styles/templates/_single-event.scss */
.single-content .aligncenter {
  text-align: center;
}

/* line 23, src/styles/templates/_single-event.scss */
.single-content .alignright {
  float: right;
}

/* line 24, src/styles/templates/_single-event.scss */
.single-content img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* line 25, src/styles/templates/_single-event.scss */
.single-content p {
  margin: 0 0 15px 0;
}

/* line 26, src/styles/templates/_single-event.scss */
.single-content .wp-caption {
  margin: 10px;
}

/* line 27, src/styles/templates/_single-event.scss */
.single-content .wp-caption-text {
  font-size: 16px;
}

/* line 28, src/styles/templates/_single-event.scss */
.single-content
.single-content blockquote {
  margin: 0;
  padding: 10px 20px;
  border-left: 3px solid #ccc;
}

/* line 30, src/styles/templates/_single-event.scss */
.single-content .alignnone {
  clear: both;
}

/* line 31, src/styles/templates/_single-event.scss */
.single-content .alignwide {
  width: 100%;
}

/* line 32, src/styles/templates/_single-event.scss */
.single-content .alignfull {
  width: 100%;
}

/* ==========================================================================
   Colors
   ========================================================================== */
/* ==========================================================================
   Fonts
   ========================================================================== */
/* ==========================================================================
   Container sizes
   ========================================================================== */
/* ==========================================================================
   Media Query Breakpoints
   ========================================================================== */
/* ==========================================================================
   Utility
   ========================================================================== */
/* line 104, src/styles/_config.scss */
:root {
  --max-width: 1440px;
}

/* line 3, src/styles/templates/_archive.scss */
.archive .search-video-library {
  margin-bottom: 30px;
  padding: 50px 0;
}
/* line 4, src/styles/templates/_archive.scss */
.archive .search-video-library h2 {
  font-size: 13px;
  color: #030D1F;
  text-transform: uppercase;
  margin-bottom: 30px;
}
/* line 5, src/styles/templates/_archive.scss */
.archive .search-video-library h2 span {
  color: #EE3135;
}
/* line 7, src/styles/templates/_archive.scss */
.archive .search-video-library .search-box {
  position: relative;
  margin-bottom: 30px;
  background: #F3F3F3;
  padding: 80px 50px;
  border-radius: 10px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
/* line 9, src/styles/templates/_archive.scss */
.archive .search-video-library .search-input-outer {
  margin-bottom: 30px;
  border: 1px solid #030D1F;
  height: 50px;
  border-radius: 25px;
  background: #FFFFFF;
  padding: 0 0 0 30px;
}
/* line 10, src/styles/templates/_archive.scss */
.archive .search-video-library .search-input-outer input[type=text] {
  float: left;
  height: 48px;
  line-height: 48px;
  background: #FFFFFF;
  color: #030D1F;
  border: 0;
  width: 80%;
}
/* line 11, src/styles/templates/_archive.scss */
.archive .search-video-library .search-input-outer .btn-default {
  border: 0;
  padding: 10px 30px;
  margin: 4px 4px 0 0;
  float: right;
}
/* line 12, src/styles/templates/_archive.scss */
.archive .custom-select {
  width: 100%;
  height: 44px;
  padding-left: 30px;
  border-radius: 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  outline: none;
  cursor: pointer;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="red" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>');
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 16px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
}
/* line 14, src/styles/templates/_archive.scss */
.archive .search-results h2 {
  font-size: 13px;
  color: #030D1F;
  text-transform: uppercase;
  margin-bottom: 30px;
}
/* line 15, src/styles/templates/_archive.scss */
.archive .search-results h2 span {
  color: #EE3135;
}
/* line 16, src/styles/templates/_archive.scss */
.archive .search-results h3.top {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 15px;
}
/* line 17, src/styles/templates/_archive.scss */
.archive .search-results .search-result-item {
  margin-bottom: 30px;
  min-height: 390px;
}
/* line 20, src/styles/templates/_archive.scss */
.archive .search-results .search-result-item img {
  display: block;
  border-radius: 10px;
  margin-bottom: 20px;
}
/* line 21, src/styles/templates/_archive.scss */
.archive .search-results .search-result-item .cat {
  text-transform: uppercase;
  font-size: 12px;
  color: #030D1F;
  margin-bottom: 20px;
}
/* line 22, src/styles/templates/_archive.scss */
.archive .search-results .search-result-item .cat span {
  display: inline-block;
  background: #6208A8;
}
/* line 23, src/styles/templates/_archive.scss */
.archive .search-results .search-result-item .date {
  text-transform: uppercase;
  font-size: 12px;
  color: #030D1F;
  float: right;
  margin-bottom: 20px;
}
/* line 24, src/styles/templates/_archive.scss */
.archive .search-results .search-result-item h3 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px;
  color: #030D1F;
}
/* line 25, src/styles/templates/_archive.scss */
.archive .search-results .search-result-item h3 a {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px;
  color: #030D1F;
  text-decoration: none;
}
/* line 26, src/styles/templates/_archive.scss */
.archive .search-results .search-result-item h3 a:hover {
  color: #EE3135;
}
/* line 27, src/styles/templates/_archive.scss */
.archive .search-results .search-result-item p {
  font-size: 14px;
  color: #030D1F;
  margin-bottom: 20px;
}
/* line 28, src/styles/templates/_archive.scss */
.archive .search-results .search-result-item .bottom {
  font-size: 12px;
  color: #030D1F;
}
/* line 30, src/styles/templates/_archive.scss */
.archive .search-results .thumb-area {
  min-height: 260px;
  display: block;
}

@media all and (max-width: 767px) {
  /* line 38, src/styles/templates/_archive.scss */
  body.archive .single-hero.flex {
    justify-content: flex-end;
  }
}
/* ==========================================================================
   Colors
   ========================================================================== */
/* ==========================================================================
   Fonts
   ========================================================================== */
/* ==========================================================================
   Container sizes
   ========================================================================== */
/* ==========================================================================
   Media Query Breakpoints
   ========================================================================== */
/* ==========================================================================
   Utility
   ========================================================================== */
/* line 104, src/styles/_config.scss */
:root {
  --max-width: 1440px;
}

/* line 3, src/styles/templates/_archive-event.scss */
.events-archive {
  margin-bottom: 30px;
  padding: 50px 0;
}

/* line 5, src/styles/templates/_archive-event.scss */
.events-archive h2 {
  font-size: 13px;
  color: #030D1F;
  text-transform: uppercase;
  margin-bottom: 30px;
}

/* line 6, src/styles/templates/_archive-event.scss */
.events-archive h2 span {
  color: #EE3135;
}

/* line 7, src/styles/templates/_archive-event.scss */
.events-archive h3 {
  font-size: 13px;
  color: #030D1F;
  text-transform: uppercase;
  margin-bottom: 5px;
}

/* line 8, src/styles/templates/_archive-event.scss */
.events-archive h3 span {
  color: #EE3135;
}

/* line 9, src/styles/templates/_archive-event.scss */
.events-archive h4 {
  clear: both;
  font-size: 30px;
  margin-bottom: 15px;
}

/* line 11, src/styles/templates/_archive-event.scss */
.events-archive p {
  font-size: 14px;
  margin-bottom: 15px;
}

/* line 13, src/styles/templates/_archive-event.scss */
.events-archive .event-item {
  position: relative;
  margin-bottom: 30px;
  background: #F3F3F3;
  padding: 80px 50px;
  border-radius: 10px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
}

/* line 14, src/styles/templates/_archive-event.scss */
.events-archive .event-item .date {
  display: table;
  float: left;
  margin-bottom: 30px;
}

/* line 15, src/styles/templates/_archive-event.scss */
.events-archive .event-item .time {
  display: table;
  float: left;
  margin-left: 30px;
  margin-bottom: 30px;
}

/* line 16, src/styles/templates/_archive-event.scss */
.events-archive .event-item .location {
  display: table;
  float: left;
  margin-left: 30px;
  margin-bottom: 30px;
}

/* line 17, src/styles/templates/_archive-event.scss */
.events-archive .btn-default {
  margin: 0 auto 140px auto;
  float: none;
}

/* line 19, src/styles/templates/_archive-event.scss */
.events-archive .switch {
  display: table;
  border-radius: 22px;
  height: 44px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}

/* line 20, src/styles/templates/_archive-event.scss */
.events-archive .switch a {
  border: 1px solid #000000;
  background: #FFFFFF;
  color: #030D1F;
}

/* line 21, src/styles/templates/_archive-event.scss */
.events-archive .switch a:hover {
  border-color: #FFFFFF;
}

/* line 22, src/styles/templates/_archive-event.scss */
.events-archive .switch a.switch-left {
  display: table;
  float: left;
  line-height: 44px;
  padding: 0 30px;
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;
  text-decoration: none;
}

/* line 23, src/styles/templates/_archive-event.scss */
.events-archive .switch a.switch-right {
  display: table;
  float: left;
  line-height: 44px;
  padding: 0 30px;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
  text-decoration: none;
}

/* line 24, src/styles/templates/_archive-event.scss */
.events-archive .switch a.active {
  background: #EE3135;
  color: #FFFFFF;
  border: 1px solid #EE3135;
}

/* line 26, src/styles/templates/_archive-event.scss */
.events-archive a.learn-more {
  color: #030D1F;
  text-decoration: underline;
  display: table;
  padding-bottom: 5px;
}

/* line 27, src/styles/templates/_archive-event.scss */
.events-archive a.learn-more:hover {
  text-decoration: none;
}

/* line 28, src/styles/templates/_archive-event.scss */
.events-archive a.learn-more span {
  color: #EE3135;
}

/* line 30, src/styles/templates/_archive-event.scss */
.events-archive img {
  display: table;
  position: absolute;
  right: -35px;
  top: -80px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

/* line 31, src/styles/templates/_archive-event.scss */
.events-archive .clear {
  clear: both;
}

/* line 32, src/styles/templates/_archive-event.scss */
.custom-select {
  width: 100%;
  height: 44px;
  padding-left: 30px;
  border-radius: 22px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  outline: none;
  cursor: pointer;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="red" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>');
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 16px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
}

@media all and (max-width: 767px) {
  /* line 35, src/styles/templates/_archive-event.scss */
  .events-archive img {
    position: static;
    margin-bottom: 30px;
    border-radius: 10px;
  }

  /* line 36, src/styles/templates/_archive-event.scss */
  .events-archive .event-item .row {
    display: flex;
    flex-direction: column;
  }

  /* line 37, src/styles/templates/_archive-event.scss */
  .events-archive .event-item .row .col-md-9 {
    order: 2 !important;
    -webkit-order: 2 !important;
  }

  /* line 38, src/styles/templates/_archive-event.scss */
  .events-archive .event-item .row .col-md-3 {
    order: 1 !important;
    -webkit-order: 1 !important;
  }
}
/* line 54, src/styles/templates/_archive-event.scss */
.is-root-container .events-archive {
  clear: both;
}

/* line 1, src/styles/templates/_archive-manufacturer.scss */
.manufacturer-search-section {
  width: 100%;
  margin-bottom: 64px;
}
/* line 4, src/styles/templates/_archive-manufacturer.scss */
.manufacturer-search-section h2 {
  font-size: 13px;
  color: #030D1F;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 50px;
}
/* line 5, src/styles/templates/_archive-manufacturer.scss */
.manufacturer-search-section h2 span {
  color: #EE3135;
}

/* line 11, src/styles/templates/_archive-manufacturer.scss */
.manufacturer-search-item {
  background: #FFFFFF;
  margin: 0 0 16px 0;
  padding: 0;
}
/* line 15, src/styles/templates/_archive-manufacturer.scss */
.manufacturer-search-item .col {
  padding: 32px 0 !important;
}
/* line 18, src/styles/templates/_archive-manufacturer.scss */
.manufacturer-search-item .esc-member {
  background: #F0F8FE;
  color: #001A70;
  display: table;
  font-size: 12px;
  padding: 6px 12px;
  margin-bottom: 15px;
}
/* line 25, src/styles/templates/_archive-manufacturer.scss */
.manufacturer-search-item .esc-member::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #EE3135;
  margin-right: 10px;
  margin-top: -3px;
  vertical-align: middle;
}
/* line 37, src/styles/templates/_archive-manufacturer.scss */
.manufacturer-search-item .flex.item {
  padding-left: 32px;
}
/* line 40, src/styles/templates/_archive-manufacturer.scss */
.manufacturer-search-item .flex .self-end {
  padding: 0;
}
/* line 44, src/styles/templates/_archive-manufacturer.scss */
.manufacturer-search-item h4 a {
  font-size: clamp(20px, 2.5vw, 32px);
  color: #001A70;
  line-height: 30px;
  text-decoration: none;
}
/* line 50, src/styles/templates/_archive-manufacturer.scss */
.manufacturer-search-item h4 {
  margin-bottom: 15px;
}
/* line 51, src/styles/templates/_archive-manufacturer.scss */
.manufacturer-search-item h5 {
  color: #3D5067;
  margin-bottom: 15px;
  margin-top: 0;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 300;
}
/* line 60, src/styles/templates/_archive-manufacturer.scss */
.manufacturer-search-item h5.icon::before {
  display: inline-block;
  padding-right: 10px;
}
/* line 65, src/styles/templates/_archive-manufacturer.scss */
.manufacturer-search-item h5.icon.market::before {
  content: url(/wp-content/themes/energysc-v2/assets/images/briefcase.svg);
}
/* line 71, src/styles/templates/_archive-manufacturer.scss */
.manufacturer-search-item h5.icon.contact::before {
  content: url(/wp-content/themes/energysc-v2/assets/images/phone.svg);
}
/* line 80, src/styles/templates/_archive-manufacturer.scss */
.manufacturer-search-item .contact-info ul {
  list-style: disc;
  padding-left: 25px;
}
/* line 83, src/styles/templates/_archive-manufacturer.scss */
.manufacturer-search-item .contact-info ul a {
  color: inherit;
}

/* line 91, src/styles/templates/_archive-manufacturer.scss */
.search-results-heading h2 {
  font-size: 13px;
  color: #030D1F;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 50px;
}

/* line 92, src/styles/templates/_archive-manufacturer.scss */
.search-results-heading h2 span {
  color: #EE3135;
}

/* line 93, src/styles/templates/_archive-manufacturer.scss */
.search-results-heading h3 {
  font-size: 24px;
  margin-bottom: 30px;
}

@media all and (max-width: 767px) {
  /* line 97, src/styles/templates/_archive-manufacturer.scss */
  .manufacturer-search-section h2 {
    margin-top: 0;
  }

  /* line 99, src/styles/templates/_archive-manufacturer.scss */
  .manufacturer-search-item {
    padding-top: 16px;
    margin: 0 auto 16px auto;
    max-width: 390px;
    position: relative;
  }
  /* line 102, src/styles/templates/_archive-manufacturer.scss */
  .manufacturer-search-item .flex.item {
    padding: 0;
  }
  /* line 104, src/styles/templates/_archive-manufacturer.scss */
  .manufacturer-search-item .flex.item .col {
    padding: 0 16px !important;
  }
  /* line 108, src/styles/templates/_archive-manufacturer.scss */
  .manufacturer-search-item .flex .self-end {
    padding: 32px 0 0 0;
  }
  /* line 110, src/styles/templates/_archive-manufacturer.scss */
  .manufacturer-search-item .flex .self-end a {
    width: 100%;
  }
  /* line 118, src/styles/templates/_archive-manufacturer.scss */
  .manufacturer-search-item .col-md-3 {
    position: static;
  }
  /* line 120, src/styles/templates/_archive-manufacturer.scss */
  .manufacturer-search-item h4 a {
    font-size: 26px;
  }
  /* line 124, src/styles/templates/_archive-manufacturer.scss */
  .manufacturer-search-item h5 {
    padding-top: 30px;
    clear: both;
  }

  /* line 129, src/styles/templates/_archive-manufacturer.scss */
  .mobile-search-filters {
    display: none;
  }
}
/* ==========================================================================
   Colors
   ========================================================================== */
/* ==========================================================================
   Fonts
   ========================================================================== */
/* ==========================================================================
   Container sizes
   ========================================================================== */
/* ==========================================================================
   Media Query Breakpoints
   ========================================================================== */
/* ==========================================================================
   Utility
   ========================================================================== */
/* line 104, src/styles/_config.scss */
:root {
  --max-width: 1440px;
}

/* ==========================================================================
   Colors
   ========================================================================== */
/* ==========================================================================
   Fonts
   ========================================================================== */
/* ==========================================================================
   Container sizes
   ========================================================================== */
/* ==========================================================================
   Media Query Breakpoints
   ========================================================================== */
/* ==========================================================================
   Utility
   ========================================================================== */
/* line 104, src/styles/_config.scss */
:root {
  --max-width: 1440px;
}

/* line 6, src/styles/templates/_search.scss */
.search .search-form .input-wrap {
  display: flex;
  align-items: center;
  border: 1px solid #C2E1FB;
  height: 72px;
  background: url(../images/search-icon.svg) no-repeat 10px center #F0F8FE;
  width: 100%;
}
/* line 13, src/styles/templates/_search.scss */
.search .search-form .input-wrap label {
  width: 100%;
}
/* line 15, src/styles/templates/_search.scss */
.search .search-form .input-wrap label .search-field {
  float: left;
  background: transparent;
  color: #001A70;
  border: 0;
  font-size: 16px;
  width: 100%;
  padding: 20px 48px;
}
/* line 26, src/styles/templates/_search.scss */
.search .search-form .search-submit {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background: #235DC0;
  padding: 0;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  opacity: 1;
  min-width: 219px;
  border: 0;
  cursor: pointer;
}
/* line 44, src/styles/templates/_search.scss */
.search .search-results h2 {
  font-size: 13px;
  color: #030D1F;
  text-transform: uppercase;
  margin-bottom: 30px;
}
/* line 49, src/styles/templates/_search.scss */
.search .search-results h2 span {
  color: #EE3135;
}
/* line 51, src/styles/templates/_search.scss */
.search .search-results .search-result-item {
  margin-bottom: 30px;
  min-height: 390px;
}
/* line 54, src/styles/templates/_search.scss */
.search .search-results .search-result-item img {
  display: block;
  border-radius: 10px;
  margin-bottom: 20px;
}
/* line 55, src/styles/templates/_search.scss */
.search .search-results .search-result-item .cat {
  text-transform: uppercase;
  font-size: 12px;
  color: #030D1F;
  margin-bottom: 20px;
}
/* line 56, src/styles/templates/_search.scss */
.search .search-results .search-result-item .cat span {
  display: inline-block;
  background: #6208A8;
}
/* line 57, src/styles/templates/_search.scss */
.search .search-results .search-result-item .date {
  text-transform: uppercase;
  font-size: 12px;
  color: #030D1F;
  float: right;
  margin-bottom: 20px;
}
/* line 58, src/styles/templates/_search.scss */
.search .search-results .search-result-item h3 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px;
  color: #030D1F;
}
/* line 59, src/styles/templates/_search.scss */
.search .search-results .search-result-item h3 a {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px;
  color: #030D1F;
  text-decoration: none;
}
/* line 60, src/styles/templates/_search.scss */
.search .search-results .search-result-item h3 a:hover {
  color: #EE3135;
}
/* line 61, src/styles/templates/_search.scss */
.search .search-results .search-result-item p {
  font-size: 14px;
  color: #030D1F;
  margin-bottom: 20px;
}
/* line 62, src/styles/templates/_search.scss */
.search .search-results .search-result-item .bottom {
  font-size: 12px;
  color: #030D1F;
}

/* global media specific */
@media print {
  /* line 3, src/styles/base/_print.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 11, src/styles/base/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 16, src/styles/base/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 24, src/styles/base/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 31, src/styles/base/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
