/*!
  Theme Name: Hunter Panels
  Author: CCM Web Team
  Author URI: https://www.hunterpanels.com/
  Description: Custom theme for Hunter Panels website
  Version: 1.0
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box; }

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0; }

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none; }

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth; }

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto; }

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block; }

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit; }

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }

/* additional resets*/
a:visited {
  text-decoration: none;
  color: inherit; }

/* ------------
Global - from _global.scss
Stylesheet
2022
------------ */
/*
* Colors - from _global.scss
* ======================================
*/
/* This is the same color as XCI Green */
/*
* Fonts
* ======================================
*/
@font-face {
  font-family: montserrat-regular;
  src: url("../www.hunterpanels.com-v2/fonts/Montserrat/Montserrat-Regular.ttf");
  font-weight: normal; }

@font-face {
  font-family: montserrat-medium;
  src: url("../www.hunterpanels.com-v2/fonts/Montserrat/Montserrat-Medium.ttf");
  font-weight: normal; }

@font-face {
  font-family: montserrat-bold;
  src: url("../www.hunterpanels.com-v2/fonts/Montserrat/Montserrat-Bold.ttf");
  font-weight: normal; }

@font-face {
  font-family: montserrat-semibold;
  src: url("../www.hunterpanels.com-v2/fonts/Montserrat/Montserrat-SemiBold.ttf");
  font-weight: normal; }

@font-face {
  font-family: sourceSansPro-regular;
  src: url("../www.hunterpanels.com-v2/fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf");
  font-weight: normal; }

@font-face {
  font-family: roboto-regular;
  src: url("../www.hunterpanels.com-v2/fonts/Roboto/Roboto-Regular.ttf");
  font-weight: normal; }

@font-face {
  font-family: roboto-light;
  src: url("../www.hunterpanels.com-v2/fonts/Roboto/Roboto-Light.ttf");
  font-weight: normal; }

@font-face {
  font-family: roboto-bold;
  src: url("../www.hunterpanels.com-v2/fonts/Roboto/Roboto-Bold.ttf");
  font-weight: normal; }

@font-face {
  font-family: roboto-medium;
  src: url("../www.hunterpanels.com-v2/fonts/Roboto/Roboto-Medium.ttf");
  font-weight: normal; }

/*
* Responsive Styles | Root Media Query Variables 
*  ==================================================== 
*/
/*
* Responsive Font Sizes
* ======================================
*/
@media only screen and (min-width: 300px) {
  html {
    font-size: 100%; } }

@media only screen and (min-width: 600px) {
  html {
    font-size: 87.5%; } }

@media only screen and (min-width: 768px) {
  html {
    font-size: 87.5%; } }

@media only screen and (min-width: 980px) {
  html {
    font-size: 93.75; } }

@media only screen and (min-width: 1200px) {
  html {
    font-size: 100%; } }

@media only screen and (min-width: 1600px) {
  html {
    font-size: 106%; } }

/*
* H Styles
* ======================================
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal; }

h1,
h2,
h5,
h6 {
  font-family: montserrat-bold, sans-serif; }

h3,
h4 {
  font-family: montserrat-medium, sans-serif; }

h1 {
  font-size: 5.313rem; }

h2 {
  font-size: 3.75rem; }

h3 {
  font-size: 2.5rem; }

h4 {
  font-size: 1.875rem; }

h5 {
  font-size: 1.5rem; }

h6,
p,
a {
  font-size: 1rem; }

/*
* Button Styling
* ======================================
*/
/* primary */
.primary-cta {
  font-family: montserrat-semibold, sans-serif;
  padding: 1.5vw 2.5vw;
  font-size: 1rem;
  background-color: #005954;
  border: 0.125rem solid #005954;
  text-decoration: none !important;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media only screen and (min-width: 768px) {
    .primary-cta {
      padding: 1vw 2vw;
      font-size: 1rem; } }
  @media only screen and (min-width: 980px) {
    .primary-cta {
      padding: .75vw 1.5vw;
      font-size: 1rem; } }

.primary-cta:hover {
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  color: #005954;
  border-color: #005954; }

/* secondary */
.secondary-cta {
  font-family: montserrat-bold, sans-serif;
  font-size: 1rem;
  color: #004e48;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center; }

.secondary-cta:hover {
  color: #005954; }

.secondary-cta::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.078rem;
  top: 90%;
  background: #005954;
  transition: transform 0.5s;
  transform: scaleX(0);
  transform-origin: right; }

.secondary-cta:hover::after,
.secondary-cta.active::after {
  transform: scaleX(1);
  transform-origin: left; }

/*
* Main Global Styling
* ======================================
*/
html,
body {
  height: 100%; }

.wrap {
  max-width: 1920px;
  margin: 0 auto; }

.col {
  display: flex;
  flex-direction: column; }

.row {
  display: flex;
  flex-direction: row; }

p,
a {
  font-family: montserrat-medium, sans-serif; }

/* 
hp specific to make nav on left 
with content on right
*/
.body-content {
  height: 100%; }
  .body-content .content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column; }
    @media only screen and (min-width: 768px) {
      .body-content .content {
        margin-left: 300px;
        width: calc(100% - 300px);
        width: -moz-calc(100% - 300px);
        width: -webkit-calc(100% - 300px); } }
  .body-content .content-wrap {
    flex: 1 0 auto; }

.inner-wrap {
  padding: 0 5%; }
  @media only screen and (min-width: 980px) {
    .inner-wrap {
      padding: 0 3vw; } }

/* link */
.link {
  font-family: montserrat-regular, sans-serif;
  font-size: 1rem;
  color: #004e48;
  cursor: pointer; }

.link:hover {
  text-decoration: underline;
  color: #005954; }

/* icons */
.arrow-small {
  font-size: 1.5rem;
  padding-left: .188rem; }
  @media only screen and (min-width: 768px) {
    .arrow-small {
      font-size: 1rem; } }

/* for nav on side */
html {
  margin-top: 0 !important; }

.body {
  padding: 30px 2vw 25px 2vw; }
  @media only screen and (min-width: 768px) {
    .body {
      margin-top: 0;
      padding: 20px 2vw; } }
  @media only screen and (min-width: 1920px) {
    .body {
      margin: 0 auto; } }

/* keep nav and body in correct positions - on global.scss now */
body {
  width: 100%; }

/* mostly toggle classes*/
#the-darkness {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #ffffff;
  opacity: 10%; }

.cant-see-me {
  display: none !important; }

.opacity-bkg {
  opacity: .4;
  transition: opacity 0.3s; }

.cursor-pointer, #current-parent {
  cursor: pointer; }

.cursor-default {
  cursor: default; }

/* nav styling within hdr */
.hdr {
  border-right: solid 1px #f4f4f4;
  position: relative;
  z-index: 100; }
  @media only screen and (min-width: 768px) {
    .hdr {
      background: #ffffff;
      min-width: 300px;
      max-width: 300px;
      position: fixed;
      height: 100vh; } }
  .hdr a {
    font-size: 1.15rem;
    color: #465661; }
    .hdr a:hover {
      cursor: pointer; }
    @media only screen and (min-width: 600px) {
      .hdr a {
        font-size: 1.25rem; } }
    @media only screen and (min-width: 1200px) {
      .hdr a {
        font-size: 1.1rem; } }
    @media only screen and (min-width: 1600px) {
      .hdr a {
        font-size: 1.07rem; } }
  .hdr .wrap {
    display: flex;
    background-color: #ffffff;
    height: 80px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.07);
    border-bottom: solid 1px rgba(112, 112, 112, 0.17); }
    @media only screen and (min-width: 768px) {
      .hdr .wrap {
        height: unset; } }
  .hdr .nav-wrap {
    display: none; }
    .hdr .nav-wrap li, .hdr .nav-wrap a {
      width: 100%; }
    .hdr .nav-wrap a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      text-align: left; }
    @media only screen and (min-width: 0px) {
      .hdr .nav-wrap {
        width: 275px; } }
    @media only screen and (min-width: 350px) {
      .hdr .nav-wrap {
        width: 300px; } }
    @media only screen and (min-width: 400px) {
      .hdr .nav-wrap {
        width: 350px; } }
    @media only screen and (min-width: 450px) {
      .hdr .nav-wrap {
        width: 375px; } }
    @media only screen and (min-width: 768px) {
      .hdr .nav-wrap {
        width: unset; } }
    @media only screen and (max-width: 767px) {
      .hdr .nav-wrap {
        background: #ffffff;
        right: 0;
        top: 0;
        position: fixed;
        z-index: 101; } }
    @media only screen and (min-width: 768px) {
      .hdr .nav-wrap {
        display: flex !important;
        flex-direction: column;
        flex-grow: 1;
        text-align: right;
        height: 95vh;
        overflow: auto; } }
    .hdr .nav-wrap .menu-primary-container {
      height: 80vh;
      overflow-y: auto; }
      @media only screen and (min-width: 768px) {
        .hdr .nav-wrap .menu-primary-container {
          height: unset;
          padding: .5rem 12px .5rem 24px;
          overflow-y: hidden; } }
  .hdr .nav-primary {
    display: flex;
    flex-direction: column;
    width: -moz-available;
    width: -webkit-fill-available;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .hdr .nav-primary {
        justify-content: space-between; } }
    @media only screen and (max-width: 600px) {
      .hdr .nav-primary .menu-primary-container {
        padding: 15px; } }
    @media only screen and (max-width: 767px) {
      .hdr .nav-primary {
        height: 100vh; }
        .hdr .nav-primary .menu-primary-container {
          padding: 15px; } }
    .hdr .nav-primary #primary-menu, .hdr .nav-primary .menu-item {
      display: flex;
      flex-direction: column; }
    .hdr .nav-primary #primary-menu .menu-item {
      padding: 2vw 0; }
      .hdr .nav-primary #primary-menu .menu-item a {
        padding: 7px 0; }
      @media only screen and (min-width: 600px) {
        .hdr .nav-primary #primary-menu .menu-item {
          padding: 1vw 0; } }
      @media only screen and (min-width: 768px) {
        .hdr .nav-primary #primary-menu .menu-item {
          padding: 2px 0; } }
    .hdr .nav-primary #primary-menu .sub-menu {
      display: none;
      border-top: 2px solid white; }
      .hdr .nav-primary #primary-menu .sub-menu .menu-item {
        padding: 1rem 0 0 2rem; }
        .hdr .nav-primary #primary-menu .sub-menu .menu-item a {
          font-size: 1rem;
          padding: initial; }
      .hdr .nav-primary #primary-menu .sub-menu li:hover {
        text-decoration: underline; }
    .hdr .nav-primary #primary-menu .sub-link-open {
      border-top: 2px solid #004e48; }
  .hdr ul {
    margin: 0;
    list-style: none;
    padding: 0; }
  .hdr li {
    display: inline-block; }
  .hdr a {
    text-decoration: none; }
  .hdr .logo {
    padding: 10px 15px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.07);
    border: solid 1px rgba(112, 112, 112, 0.17); }
    .hdr .logo a {
      display: flex;
      justify-content: unset; }
      .hdr .logo a img {
        height: 55px; }
        @media only screen and (min-width: 768px) {
          .hdr .logo a img {
            height: 100px;
            width: 150px; } }
    .hdr .logo .xci {
      padding-left: 16px; }
    @media only screen and (min-width: 768px) {
      .hdr .logo {
        box-shadow: unset;
        border: unset;
        display: block;
        max-width: unset;
        margin-left: 0;
        width: 50%;
        padding: 0 3px; }
        .hdr .logo img {
          padding: 16px; } }
    @media only screen and (min-width: 802px) {
      .hdr .logo {
        width: 50%; } }
  .hdr .logo-mobile {
    padding: 10px 15px; }
    .hdr .logo-mobile a {
      display: flex; }
      .hdr .logo-mobile a img {
        height: 55px; }
    .hdr .logo-mobile .xci {
      padding-left: 16px; }
    @media only screen and (min-width: 768px) {
      .hdr .logo-mobile {
        display: none; } }

/* nav-hover-effect */
.nav-hover-effect {
  display: inline-flex;
  position: relative;
  align-items: center; }
  .nav-hover-effect::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    top: 100%;
    left: 0;
    background: #004e48;
    opacity: 1;
    transition: opacity 300ms, transform 300ms;
    transform: scale(0);
    transform-origin: center; }
  .nav-hover-effect:hover::after {
    transform: scale(1); }

.material-icons {
  font-size: 1.35rem !important; }
  @media only screen and (min-width: 768px) {
    .material-icons {
      font-size: 1.25rem !important;
      padding: 0 .15vw; } }

/* nav toggle */
.nav-toggle .bar,
.nav-toggle::after,
.nav-toggle::before {
  background-color: #465661;
  content: '';
  display: block;
  height: 3px;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  top: 8px;
  transition: all .2s ease;
  width: 24px; }

.nav-toggle.nav-close-btn .bar {
  opacity: 0; }

.nav-toggle.nav-close-btn::before {
  transform: translateX(2px) rotate(45deg); }

.nav-toggle.nav-close-btn::after {
  transform: translate3d(2px, -1px, 0) rotate(-45deg); }

.nav-toggle {
  cursor: pointer;
  border: 0;
  background: 0 0;
  height: 0;
  padding: 25px 5px 20px;
  position: absolute;
  right: 20px;
  top: 25px;
  z-index: 102; }
  .nav-toggle::before {
    top: 0;
    transform-origin: 0 0; }
  .nav-toggle::after {
    top: 17px;
    transform-origin: 0 100%; }
  @media only screen and (min-width: 768px) {
    .nav-toggle {
      display: none; } }

/* header styling */
@media only screen and (min-width: 768px) {
  .header-copy .inner-wrap .header-titles {
    padding-right: 10vw; } }

@media only screen and (min-width: 980px) {
  .header-copy .inner-wrap .header-titles {
    padding-right: 15vw; } }

@media only screen and (min-width: 1300px) {
  .header-copy .inner-wrap .header-titles {
    padding-right: 18vw; } }

.header-copy .inner-wrap .header-titles h1 {
  font-family: montserrat-bold, sans-serif;
  line-height: 0.97;
  font-size: 1.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(53, 68, 78, 0.35);
  display: inline-block; }
  @media only screen and (min-width: 350px) {
    .header-copy .inner-wrap .header-titles h1 {
      font-size: 2.25rem; } }
  @media only screen and (min-width: 450px) {
    .header-copy .inner-wrap .header-titles h1 {
      font-size: 2.75rem; } }
  @media only screen and (min-width: 550px) {
    .header-copy .inner-wrap .header-titles h1 {
      font-size: 3.5rem; } }
  @media only screen and (min-width: 650px) {
    .header-copy .inner-wrap .header-titles h1 {
      font-size: 3.75rem; } }
  .header-copy .inner-wrap .header-titles h1.hunter-green {
    color: #005954; }
  .header-copy .inner-wrap .header-titles h1.xci-green {
    color: #7d9c91; }
  .header-copy .inner-wrap .header-titles h1.dark-grey {
    color: #465661; }
  .header-copy .inner-wrap .header-titles h1 sup {
    font-size: 60%;
    padding-left: 3px; }

.header-copy .inner-wrap .header-titles h4 {
  font-family: roboto-light, sans-serif;
  color: #747474;
  font-size: 1.375rem;
  padding: 1rem 0;
  line-height: 29px; }

/* copy styling */
.copy-component {
  background-color: #ffffff; }
  .copy-component .inner-wrap {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    max-width: 1440px;
    margin: 0 auto; }
  .copy-component p {
    font-family: roboto-light, sans-serif;
    color: #343434;
    font-size: 1.125rem;
    line-height: 1.611111111111111; }
  .copy-component h4 {
    color: #537e6e;
    font-size: 1.313rem;
    font-family: montserrat-bold, sans-serif;
    padding-top: 1.75rem;
    padding-bottom: .25rem; }
    .copy-component h4.hunter {
      color: #005954; }
    .copy-component h4.xci {
      color: #7d9c91; }
  .copy-component h5 {
    font-family: roboto-bold;
    font-size: 1.125rem;
    text-transform: uppercase;
    padding-top: 1.75rem;
    padding-bottom: .625rem; }
    .copy-component h5.hunter {
      color: #005954; }
    .copy-component h5.xci {
      color: #7d9c91; }
    .copy-component h5 + br {
      display: none; }
  .copy-component ul {
    list-style: none;
    padding-left: 2.9375rem;
    margin: 0; }
    .copy-component ul li {
      font-family: roboto-light, sans-serif;
      font-size: 1.125rem;
      color: #343434;
      display: flex;
      line-height: 1;
      margin-bottom: .75rem;
      padding-left: 11px;
      position: relative; }
      .copy-component ul li::before {
        content: "";
        background-color: #005954;
        display: inline-block;
        width: 5px;
        height: 5px;
        margin-right: 6px;
        position: absolute;
        left: 0;
        top: calc((1.125rem/2) - 3px); }
    .copy-component ul + br,
    .copy-component ul br {
      display: none; }

.image-carousel {
  overflow: hidden; }
  .image-carousel .swiper {
    width: 100%;
    overflow: visible !important;
    margin: 0; }
  .image-carousel .swiper-slide img {
    width: 100%;
    height: 35vh;
    object-fit: cover; }
    @media only screen and (min-width: 300px) {
      .image-carousel .swiper-slide img {
        height: 40vh; } }
    @media only screen and (min-width: 450px) {
      .image-carousel .swiper-slide img {
        height: 45vh; } }
    @media only screen and (min-width: 550px) {
      .image-carousel .swiper-slide img {
        height: 35vh; } }
    @media only screen and (min-width: 768px) {
      .image-carousel .swiper-slide img {
        height: 28vh; } }
    @media only screen and (min-width: 1200px) {
      .image-carousel .swiper-slide img {
        height: 39vh; } }
    @media only screen and (min-width: 1700px) {
      .image-carousel .swiper-slide img {
        height: 30vh; } }
  .image-carousel .disabled_swiper_button {
    opacity: 0;
    cursor: auto;
    pointer-events: none; }
  .image-carousel .swiper-arrow {
    height: 49px !important;
    width: 36px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background-blend-mode: multiply;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); }
    .image-carousel .swiper-arrow .rotate {
      transform: rotate(180deg);
      padding-left: 5px; }
    .image-carousel .swiper-arrow.swiper-button-prev {
      left: 0; }
    .image-carousel .swiper-arrow.swiper-button-next {
      right: 0; }

footer {
  flex-shrink: 0; }

.hp-footer {
  display: flex;
  background-color: #e3e3e5;
  padding-top: 2vw; }
  .hp-footer .row {
    flex-direction: column;
    align-items: center; }
    @media only screen and (min-width: 980px) {
      .hp-footer .row {
        flex-direction: row;
        align-items: flex-end; } }
  .hp-footer .wrap {
    padding: 2vw 1vw; }
    @media only screen and (min-width: 768px) {
      .hp-footer .wrap {
        padding: 0 2.5vw; } }
    @media only screen and (min-width: 980px) {
      .hp-footer .wrap {
        padding: 0; } }
    .hp-footer .wrap > .row {
      max-width: 1920px;
      padding: 0 0.5vw; }
      @media only screen and (min-width: 768px) {
        .hp-footer .wrap > .row {
          align-items: center;
          justify-content: center;
          flex-wrap: wrap; } }
      @media only screen and (min-width: 980px) {
        .hp-footer .wrap > .row {
          padding: 0 5vw; } }
      @media only screen and (min-width: 1000px) {
        .hp-footer .wrap > .row {
          padding: 0; } }
      @media only screen and (min-width: 1280px) {
        .hp-footer .wrap > .row {
          justify-content: space-between;
          width: 72vw;
          max-width: 1350px; } }
      .hp-footer .wrap > .row > * {
        padding: .75vw 0; }
    @media only screen and (min-width: 980px) {
      .hp-footer .wrap .col:nth-child(3) {
        padding-left: 1.75vw; } }
  .hp-footer a {
    text-decoration: none;
    color: unset; }
  .hp-footer .logo a {
    display: flex;
    flex-direction: row; }
    .hp-footer .logo a img {
      margin: 0 .85vw;
      height: 4.063rem;
      width: 4.688rem; }
      @media only screen and (min-width: 980px) {
        .hp-footer .logo a img {
          margin: 0 .5vw;
          height: 3.125rem;
          width: 3.438rem; } }
  .hp-footer .links {
    align-items: center;
    text-transform: uppercase; }
    .hp-footer .links a {
      font-family: montserrat-semibold, sans-serif; }
    .hp-footer .links .main-links {
      color: #4b4b4b;
      align-items: center; }
      .hp-footer .links .main-links a {
        padding: 2vw 0;
        font-size: .875rem;
        /* hover underline */
        color: inherit;
        transition: text-decoration-color 200ms;
        text-decoration: underline 2px rgba(75, 75, 75, 0);
        text-underline-offset: 3px; }
        @media only screen and (min-width: 768px) {
          .hp-footer .links .main-links a {
            padding: 1vw 0; } }
        @media only screen and (min-width: 980px) {
          .hp-footer .links .main-links a {
            padding: 0 1vw; } }
        @media only screen and (min-width: 1200px) {
          .hp-footer .links .main-links a {
            padding: 0 1.25vw; } }
        .hp-footer .links .main-links a:hover {
          text-decoration-color: #4b4b4b; }
      .hp-footer .links .main-links .primary-cta {
        color: #ffffff;
        padding: 4vw;
        margin: .5vw 0; }
        @media only screen and (min-width: 600px) {
          .hp-footer .links .main-links .primary-cta {
            padding: 2vw; } }
        @media only screen and (min-width: 980px) {
          .hp-footer .links .main-links .primary-cta {
            padding: 1vw;
            margin-left: 1.5vw; } }
        .hp-footer .links .main-links .primary-cta:hover {
          color: #004e48;
          transition: .3s ease-in-out; }
  .hp-footer .socials {
    display: flex;
    flex-direction: row;
    padding: 1vw 0; }
    @media only screen and (min-width: 768px) {
      .hp-footer .socials {
        padding: unset; } }
    .hp-footer .socials a {
      padding: .25vw; }
    .hp-footer .socials img {
      height: 1.35rem;
      width: 1.35rem; }
      .hp-footer .socials img:hover {
        filter: invert(26%) sepia(21%) saturate(2768%) hue-rotate(137deg) brightness(93%) contrast(101%); }
  .hp-footer .secondary-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2vw;
    text-transform: uppercase; }
    .hp-footer .secondary-links .grey-links {
      color: #909090;
      line-height: .875rem;
      letter-spacing: 0.56px; }
      .hp-footer .secondary-links .grey-links a, .hp-footer .secondary-links .grey-links span {
        padding: 1vw;
        font-size: .875rem;
        font-family: montserrat-semibold, sans-serif;
        text-align: center; }
        @media only screen and (min-width: 980px) {
          .hp-footer .secondary-links .grey-links a, .hp-footer .secondary-links .grey-links span {
            padding: 0 2vw;
            text-align: left;
            border-right: solid .125rem #909090; } }
      @media only screen and (min-width: 980px) {
        .hp-footer .secondary-links .grey-links a:last-child {
          border-right: none; } }
    .hp-footer .secondary-links .copyright {
      color: #909090;
      padding: 2vw 0; }
      .hp-footer .secondary-links .copyright p {
        font-size: .875rem;
        display: flex;
        flex-direction: row;
        align-items: center; }
      .hp-footer .secondary-links .copyright img {
        color: #909090;
        height: .8rem;
        width: .8rem;
        margin-right: .5rem;
        filter: invert(57%) sepia(4%) saturate(8%) hue-rotate(340deg) brightness(99%) contrast(94%); }

/* contact us styling */
.contact-us {
  background: white; }
  .contact-us .wrap {
    min-width: 100%; }
  .contact-us .contact-area {
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media only screen and (min-width: 600px) {
      .contact-us .contact-area {
        flex-direction: row;
        align-items: unset; } }
    @media only screen and (min-width: 768px) {
      .contact-us .contact-area {
        flex-direction: column;
        align-items: center; } }
    @media only screen and (min-width: 980px) {
      .contact-us .contact-area {
        flex-direction: row;
        align-items: unset; } }
    .contact-us .contact-area .caro-area {
      width: 100%;
      display: flex;
      align-items: center; }
      @media only screen and (min-width: 600px) {
        .contact-us .contact-area .caro-area {
          width: 50%; } }
      @media only screen and (min-width: 768px) {
        .contact-us .contact-area .caro-area {
          width: 100%; } }
      @media only screen and (min-width: 980px) {
        .contact-us .contact-area .caro-area {
          width: 50%; } }
      @media only screen and (min-width: 1750px) {
        .contact-us .contact-area .caro-area {
          justify-content: center; } }
    .contact-us .contact-area .information {
      padding: 1.75rem 2.5rem; }
      @media only screen and (max-width: 350px) {
        .contact-us .contact-area .information {
          padding: 1.75rem 1.25rem; } }
      @media only screen and (min-width: 600px) {
        .contact-us .contact-area .information {
          width: 50%; } }
      @media only screen and (min-width: 768px) {
        .contact-us .contact-area .information {
          width: unset; } }
      @media only screen and (min-width: 980px) {
        .contact-us .contact-area .information {
          width: 50%; } }
      .contact-us .contact-area .information h2 {
        font-size: 3rem;
        color: #005954 !important;
        text-transform: uppercase;
        letter-spacing: 0.24px;
        line-height: .97;
        padding-bottom: 1.25rem;
        text-decoration: underline 1px rgba(53, 68, 78, 0.18);
        text-underline-offset: .5rem; }
        @media only screen and (max-width: 320px) {
          .contact-us .contact-area .information h2 {
            font-size: 2.75rem; } }
        @media only screen and (min-width: 768px) {
          .contact-us .contact-area .information h2 {
            font-size: 3.75rem; } }
      .contact-us .contact-area .information .links {
        display: flex;
        flex-direction: column; }
        @media only screen and (min-width: 410px) {
          .contact-us .contact-area .information .links {
            padding-left: 3rem; } }
        @media only screen and (min-width: 600px) {
          .contact-us .contact-area .information .links {
            padding-left: 0; } }
        .contact-us .contact-area .information .links a {
          display: flex;
          flex-direction: row;
          padding: 1rem 0;
          text-decoration: none;
          color: #404040;
          font-family: montserrat-regular, sans-serif;
          font-size: 1rem; }
          .contact-us .contact-area .information .links a:hover {
            color: #005954; }
            .contact-us .contact-area .information .links a:hover img {
              filter: invert(24%) sepia(10%) saturate(6542%) hue-rotate(139deg) brightness(103%) contrast(101%); }
          @media only screen and (min-width: 768px) {
            .contact-us .contact-area .information .links a {
              font-size: 1.125rem; } }
          .contact-us .contact-area .information .links a img {
            height: 1rem;
            width: 1rem;
            margin: .25rem;
            margin-right: 1vw; }
            .contact-us .contact-area .information .links a img.mail {
              width: 1.25rem; }

.small-img-carousel {
  overflow: hidden;
  position: relative; }
  .small-img-carousel .swiper {
    width: 100%;
    overflow: visible !important;
    margin: 0; }
  .small-img-carousel .swiper-slide {
    height: 375px; }
    @media only screen and (min-width: 1200px) {
      .small-img-carousel .swiper-slide {
        height: 430px; } }
    @media only screen and (min-width: 1250px) {
      .small-img-carousel .swiper-slide {
        height: 375px; } }
    @media only screen and (min-width: 1600px) {
      .small-img-carousel .swiper-slide {
        height: 395px; } }
    .small-img-carousel .swiper-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .small-img-carousel .swiper-arrow {
    height: 49px !important;
    width: 36px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background-blend-mode: multiply;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); }
    .small-img-carousel .swiper-arrow .rotate {
      transform: rotate(180deg);
      padding-left: 5px; }
    .small-img-carousel .swiper-arrow.swiper-button-prev {
      left: 0; }
    .small-img-carousel .swiper-arrow.swiper-button-next {
      right: 0; }

/* tabbed maps styling */
.tabbed-maps {
  background: white;
  margin-left: .1rem; }
  .tabbed-maps .inner-wrap {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .tabbed-maps .tabs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    min-height: 400px;
    margin: 1rem 0; }
    .tabbed-maps .tabs label {
      font-family: roboto-bold, sans-serif;
      font-size: 0.875rem;
      text-align: center;
      display: flex;
      justify-content: center;
      order: initial;
      width: 100%;
      margin-top: 1rem; }
      @media only screen and (min-width: 980px) {
        .tabbed-maps .tabs label {
          width: 30%;
          margin: .5rem 0;
          order: 1; } }
      @media only screen and (min-width: 1200px) {
        .tabbed-maps .tabs label {
          width: 40%; } }
      @media only screen and (min-width: 1750px) {
        .tabbed-maps .tabs label {
          width: 50%; } }
      .tabbed-maps .tabs label span {
        padding: 1rem;
        cursor: pointer;
        transition: background ease 0.2s;
        width: 100%;
        display: flex;
        justify-content: center;
        color: #3e3e3e;
        border: solid 1px #2c2c2c; }
        .tabbed-maps .tabs label span:hover {
          background: #005954;
          color: white;
          border-color: #005954; }
        @media only screen and (min-width: 980px) {
          .tabbed-maps .tabs label span {
            width: 16rem; } }
        @media only screen and (min-width: 1500px) {
          .tabbed-maps .tabs label span {
            width: 18rem; } }
    .tabbed-maps .tabs input[type="radio"] {
      display: none; }
      .tabbed-maps .tabs input[type="radio"]:checked + label span {
        background: #005954;
        color: white;
        border-color: #005954; }
      .tabbed-maps .tabs input[type="radio"]:checked + label + .tab {
        display: flex;
        align-items: center;
        justify-content: center; }
    .tabbed-maps .tabs .tab {
      order: initial;
      flex-grow: 1;
      display: none;
      height: 100%;
      margin-top: 1rem; }
      @media only screen and (min-width: 980px) {
        .tabbed-maps .tabs .tab {
          order: 99;
          position: absolute;
          right: 0;
          width: 60%;
          margin-top: 0; } }
      @media only screen and (min-width: 1200px) {
        .tabbed-maps .tabs .tab {
          width: 54%; } }
      @media only screen and (min-width: 1500px) {
        .tabbed-maps .tabs .tab {
          width: 60%; } }
      .tabbed-maps .tabs .tab .container {
        position: relative;
        height: 300px;
        width: 475px; }
        @media only screen and (min-width: 500px) {
          .tabbed-maps .tabs .tab .container {
            height: 360px; } }
        @media only screen and (min-width: 980px) {
          .tabbed-maps .tabs .tab .container {
            height: 320px; } }
        @media only screen and (min-width: 1200px) {
          .tabbed-maps .tabs .tab .container {
            height: 360px; } }
        .tabbed-maps .tabs .tab .container:hover .overlay {
          opacity: 1;
          background-color: rgba(25, 25, 25, 0.27);
          border: solid 1px #707070; }
        .tabbed-maps .tabs .tab .container img {
          height: 100%;
          width: 100%;
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          border: solid 1px #3e3e3e; }
        .tabbed-maps .tabs .tab .container .overlay {
          transition: .5s ease;
          opacity: 0;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          height: 100%;
          width: 100%; }
          .tabbed-maps .tabs .tab .container .overlay a {
            font-family: roboto-bold, sans-serif;
            color: white;
            font-size: 1.563rem;
            text-decoration: none;
            text-transform: uppercase;
            height: 100%;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center; }

/* large icon grid styling */
.large-icon-grid .wrap {
  display: flex;
  flex-direction: column; }
  @media only screen and (max-width: 450px) {
    .large-icon-grid .wrap .inner-wrap {
      padding: 0 1vw; } }
  .large-icon-grid .wrap .logos {
    display: flex;
    flex-wrap: wrap;
    padding: 1rem 0 2rem 0;
    justify-content: center; }
    @media only screen and (min-width: 1200px) {
      .large-icon-grid .wrap .logos {
        justify-content: unset; } }
    .large-icon-grid .wrap .logos .l-container {
      position: relative;
      padding: 1.5rem 2rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      border: solid 1px rgba(53, 68, 78, 0.18);
      flex-basis: 45%;
      min-width: 75%;
      height: 175px;
      margin: .25rem; }
      .large-icon-grid .wrap .logos .l-container:first-child {
        margin-left: 0; }
      @media only screen and (min-width: 350px) {
        .large-icon-grid .wrap .logos .l-container {
          height: 200px; } }
      @media only screen and (min-width: 425px) {
        .large-icon-grid .wrap .logos .l-container {
          min-width: 175px;
          height: 155px;
          padding: 1rem; } }
      @media only screen and (min-width: 600px) {
        .large-icon-grid .wrap .logos .l-container {
          height: 210px;
          min-width: 220px; } }
      @media only screen and (min-width: 768px) {
        .large-icon-grid .wrap .logos .l-container {
          height: 200px;
          min-width: 200px;
          max-width: 275px; } }
      @media only screen and (min-width: 1200px) {
        .large-icon-grid .wrap .logos .l-container {
          flex-basis: 24%;
          height: 225px; } }
      @media only screen and (min-width: 1600px) {
        .large-icon-grid .wrap .logos .l-container {
          height: 250px;
          min-width: 250px; } }
      .large-icon-grid .wrap .logos .l-container .overlay:hover a {
        opacity: 1; }
      .large-icon-grid .wrap .logos .l-container .overlay:hover:before {
        opacity: .48; }
      .large-icon-grid .wrap .logos .l-container .overlay:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(to bottom, #000, #000);
        mix-blend-mode: multiply;
        opacity: 0;
        transition: .3s ease; }
      .large-icon-grid .wrap .logos .l-container .overlay a {
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        color: white;
        font-family: montserrat-bold, sans-serif;
        font-size: 1.25rem;
        text-align: center;
        padding: 1.5rem;
        height: 100%;
        width: 100%;
        transition: .3s ease;
        text-decoration: none; }
        @media only screen and (max-width: 600px) {
          .large-icon-grid .wrap .logos .l-container .overlay a {
            padding: 1rem;
            font-size: 1rem; } }

/* img grid w hdr styling */
.img-grid-hdr {
  background-color: #ffffff; }
  .img-grid-hdr .container {
    display: flex;
    flex-direction: column;
    column-gap: .5rem;
    row-gap: .5rem;
    max-width: 1400px;
    padding: 2rem 0; }
    @media only screen and (min-width: 600px) {
      .img-grid-hdr .container {
        align-items: center; } }
    @media only screen and (min-width: 980px) {
      .img-grid-hdr .container {
        flex-direction: row; } }
    @media only screen and (min-width: 1100px) {
      .img-grid-hdr .container {
        margin: 0 auto; } }
    .img-grid-hdr .container .img-with-overlay {
      position: relative;
      flex: 1;
      aspect-ratio: 1 / 1;
      width: 100%;
      overflow: hidden; }
      .img-grid-hdr .container .img-with-overlay:hover > .img {
        transition: all .4s ease;
        transform: scale(1.2); }
      .img-grid-hdr .container .img-with-overlay:not(:hover) > .img {
        transition: all .4s ease;
        transform: scale(1); }
      .img-grid-hdr .container .img-with-overlay img {
        object-fit: cover;
        min-width: 100%;
        min-height: 100%; }
        @media only screen and (min-width: 980px) {
          .img-grid-hdr .container .img-with-overlay img {
            height: 100%;
            width: 100%; } }
      .img-grid-hdr .container .img-with-overlay .overlay:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #121212;
        opacity: 0.52;
        transition: .3s ease; }
      .img-grid-hdr .container .img-with-overlay .overlay .txt {
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 1;
        position: absolute;
        top: 0;
        left: 0;
        color: white;
        font-family: montserrat-bold, sans-serif;
        font-size: 1.438rem;
        text-align: center;
        padding: 1.5rem 8vw;
        height: 100%;
        width: 100%;
        transition: .3s ease;
        text-decoration: none;
        text-decoration-color: rgba(255, 255, 255, 0.5); }
        .img-grid-hdr .container .img-with-overlay .overlay .txt:hover {
          text-decoration: underline;
          text-decoration-color: rgba(255, 255, 255, 0.5); }
        @media only screen and (max-width: 600px) {
          .img-grid-hdr .container .img-with-overlay .overlay .txt {
            padding: 1rem;
            font-size: 1.25rem; } }
        @media only screen and (min-width: 768px) {
          .img-grid-hdr .container .img-with-overlay .overlay .txt {
            padding: 1.5rem 5vw; } }
        @media only screen and (min-width: 980px) {
          .img-grid-hdr .container .img-with-overlay .overlay .txt {
            padding: 1.5rem 9.5vw; } }
        @media only screen and (min-width: 1600px) {
          .img-grid-hdr .container .img-with-overlay .overlay .txt {
            padding: unset; } }

.small-logo-grid {
  padding: 1vw 3vw; }
  .small-logo-grid .wrap {
    display: flex;
    flex-direction: column; }
  .small-logo-grid .logos {
    display: inline-flex;
    flex-wrap: wrap;
    max-width: 1600px;
    padding: 1rem 0 2rem 0;
    justify-content: center; }
    @media only screen and (min-width: 600px) {
      .small-logo-grid .logos {
        justify-content: unset; } }
    @media only screen and (min-width: 1920px) {
      .small-logo-grid .logos {
        margin: 0 auto; } }
    .small-logo-grid .logos .l-container {
      position: relative;
      padding: 1.5rem 2rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 9rem;
      width: 12.5rem;
      min-width: 11.875rem;
      max-width: 20%;
      border: solid 1px rgba(53, 68, 78, 0.18);
      margin: 0 .5rem .35rem 0; }
      @media only screen and (max-width: 450px) {
        .small-logo-grid .logos .l-container {
          min-width: 8.875rem;
          padding: 1rem; } }
      @media only screen and (max-width: 350px) {
        .small-logo-grid .logos .l-container {
          min-width: 7.875rem;
          height: 7.063rem;
          padding: 1rem; } }
      @media only screen and (min-width: 980px) {
        .small-logo-grid .logos .l-container {
          height: 11.5vw;
          width: 12.5vw; } }
      @media only screen and (min-width: 1200px) {
        .small-logo-grid .logos .l-container {
          height: 11vw;
          width: 12.75vw; } }
      @media only screen and (min-width: 1600px) {
        .small-logo-grid .logos .l-container {
          height: 10vw;
          width: 19vw;
          max-width: 19%;
          padding: 1.5rem 3rem; } }
      .small-logo-grid .logos .l-container .overlay:hover:before {
        opacity: 1; }
      .small-logo-grid .logos .l-container .overlay:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #004e48;
        mix-blend-mode: multiply;
        opacity: 0;
        transition: .3s ease; }
      .small-logo-grid .logos .l-container .overlay p {
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        color: white;
        font-family: montserrat-bold, sans-serif;
        font-size: 0.688rem;
        text-align: center;
        padding: 1.5rem;
        height: 100%;
        width: 100%;
        transition: .3s ease; }
        @media only screen and (max-width: 450px) {
          .small-logo-grid .logos .l-container .overlay p {
            padding: .5rem; } }
        .small-logo-grid .logos .l-container .overlay p:hover {
          opacity: 1; }

.bullet-list-image .wrap {
  max-width: 100%; }

.bullet-list-image .inner-wrap {
  padding: 0; }

.bullet-list-image .container {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  background-color: #fff; }
  @media only screen and (min-width: 980px) {
    .bullet-list-image .container {
      display: flex;
      flex-wrap: nowrap; } }
  .bullet-list-image .container > div {
    padding: 1.75rem 5%; }
    @media only screen and (min-width: 980px) {
      .bullet-list-image .container > div {
        width: 50%;
        padding: 1.75rem 3vw; } }
  .bullet-list-image .container > div:first-of-type {
    background-color: #fafafb;
    padding-bottom: .9375rem; }
    @media only screen and (min-width: 980px) {
      .bullet-list-image .container > div:first-of-type {
        display: flex;
        flex-direction: column; } }
  @media only screen and (min-width: 980px) {
    .bullet-list-image .container > div:last-of-type {
      text-align: center; } }

.bullet-list-image h2 {
  font-size: 1.5rem;
  line-height: 1.38;
  letter-spacing: 0.0075rem;
  text-transform: uppercase;
  padding-bottom: 1.5625rem; }

.bullet-list-image ul {
  font-family: roboto-medium;
  list-style-position: outside;
  color: #343434;
  letter-spacing: 0.004375rem;
  list-style-type: none; }
  @media only screen and (min-width: 980px) {
    .bullet-list-image ul {
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-evenly; } }
  .bullet-list-image ul li {
    margin-bottom: .625rem;
    display: flex; }
    .bullet-list-image ul li span {
      font-size: 1.14rem;
      line-height: 1.2; }
  .bullet-list-image ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    flex-shrink: 0;
    margin: .3571rem .875rem 0 0;
    line-height: inherit; }

.bullet-list-image .more-info {
  width: 100%;
  text-align: center;
  font-family: montserrat-bold;
  text-transform: uppercase;
  font-size: .9rem;
  color: #c3c3c3;
  line-height: .95rem;
  margin-top: auto;
  padding-top: .625rem; }
  @media only screen and (min-width: 980px) {
    .bullet-list-image .more-info {
      margin-top: auto; } }

.bullet-list-image img {
  width: 100%; }

.bullet-list-image.hunter h2 {
  color: #005954; }

.bullet-list-image.hunter ul li::before {
  background-color: #005954; }

.bullet-list-image.xci h2 {
  color: #7d9c91; }

.bullet-list-image.xci ul li::before {
  background-color: #7d9c91; }

.bli-carousel {
  overflow: hidden;
  margin-left: -20px;
  margin-right: -20px; }

.bli-swiper {
  width: 100%;
  margin: 0;
  overflow: hidden;
  position: relative; }
  .bli-swiper .swiper-slide {
    padding: 0 20px; }
  .bli-swiper .swiper-arrow {
    height: 49px;
    width: 20px;
    color: black;
    position: absolute; }
    .bli-swiper .swiper-arrow .material-icons {
      font-size: .75rem !important; }
    .bli-swiper .swiper-arrow .rotate {
      transform: rotate(180deg); }
    .bli-swiper .swiper-arrow.swiper-button-prev {
      left: 0; }
    .bli-swiper .swiper-arrow.swiper-button-next {
      right: 0; }
  .bli-swiper .swiper-button-prev::after,
  .bli-swiper .swiper-button-next::after,
  .bli-swiper .swiper-rtl .swiper-button-next::after,
  .bli-swiper .swiper-rtl .swiper-button-prev::after {
    content: ''; }

/* button component styling */
.button-component.border-top {
  border-top: solid 1px #f4f4f4; }

.button-component.border-bottom {
  border-bottom: solid 1px #f4f4f4; }

.button-component .container {
  padding: 2.5rem 0 2.5rem 0; }
  @media only screen and (min-width: 600px) {
    .button-component .container {
      padding: 2.5rem 8% 2.5rem 0; } }
  .button-component .container .header {
    font-family: montserrat-bold, sans-serif;
    font-size: 1.688rem; }
    .button-component .container .header.hunter {
      color: #005954; }
    .button-component .container .header.xci {
      color: #5c8575; }
  .button-component .container .btn-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 15px;
    column-gap: 1rem;
    padding: 1rem 0; }
    .button-component .container .btn-container > * {
      display: flex;
      flex: 0 1 auto; }
    .button-component .container .btn-container .primary-cta {
      width: fit-content;
      background-color: #f2f2f2;
      border-color: #f2f2f2;
      font-family: montserrat-bold, sans-serif;
      font-size: .938rem;
      transition: .3s ease;
      padding: .75vw 1.5vw .75vw 1vw; }
      @media only screen and (max-width: 400px) {
        .button-component .container .btn-container .primary-cta {
          width: 100%; } }
      .button-component .container .btn-container .primary-cta img {
        padding-top: .1rem;
        height: 1.25rem; }
      .button-component .container .btn-container .primary-cta:hover {
        color: #f2f2f2;
        transition: .3s ease; }
        .button-component .container .btn-container .primary-cta:hover img {
          filter: invert(99%) sepia(65%) saturate(25%) hue-rotate(201deg) brightness(115%) contrast(90%); }
    .button-component .container .btn-container .hunter {
      color: #005954; }
      .button-component .container .btn-container .hunter:hover {
        background-color: #005954;
        border-color: #005954; }
    .button-component .container .btn-container .xci {
      color: #5c8575; }
      .button-component .container .btn-container .xci img {
        filter: invert(50%) sepia(11%) saturate(764%) hue-rotate(105deg) brightness(94%) contrast(97%); }
      .button-component .container .btn-container .xci:hover {
        background-color: #5c8575;
        border-color: #5c8575; }

.header-buttons {
  padding: 45px 0 0;
  border-bottom: 1px solid #eee; }
  .header-buttons h2 {
    font-family: montserrat-bold, sans-serif;
    font-size: 2rem;
    letter-spacing: 0.01rem;
    line-height: 1.12;
    margin-bottom: 39px; }
  .header-buttons .header-button-groups {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px; }
  .header-buttons .header-button-group {
    padding: 0 10px;
    margin-bottom: 38px;
    flex-basis: 100%; }
    @media only screen and (min-width: 600px) {
      .header-buttons .header-button-group {
        flex-basis: 50%; } }
    @media only screen and (min-width: 768px) {
      .header-buttons .header-button-group {
        flex-basis: 100%; } }
    @media only screen and (min-width: 980px) {
      .header-buttons .header-button-group {
        flex-basis: 50%; } }
    .header-buttons .header-button-group .headers {
      margin-bottom: 9px; }
      .header-buttons .header-button-group .headers > div {
        font-family: montserrat-bold, sans-serif;
        font-size: 1rem;
        letter-spacing: .005rem;
        line-height: 1;
        margin-bottom: 6px; }
    .header-buttons .header-button-group .buttons {
      display: flex;
      margin: 0 -2px; }
      .header-buttons .header-button-group .buttons > div {
        padding: 0 2px; }
      .header-buttons .header-button-group .buttons a:link,
      .header-buttons .header-button-group .buttons a:visited {
        display: flex;
        background-color: #f2f2f2;
        align-items: center;
        text-decoration: none;
        font-family: montserrat-bold, sans-serif;
        font-size: 1rem;
        padding: 11px 20px 9px 8px;
        width: fit-content;
        width: -moz-fit-content;
        transition: all .3s ease; }
        @media only screen and (min-width: 980px) {
          .header-buttons .header-button-group .buttons a:link,
          .header-buttons .header-button-group .buttons a:visited {
            padding: .75vw 1.5vw .65vw 1vw; } }
        .header-buttons .header-button-group .buttons a:link img,
        .header-buttons .header-button-group .buttons a:visited img {
          height: 1.25rem; }
      .header-buttons .header-button-group .buttons a:hover img,
      .header-buttons .header-button-group .buttons a:active img {
        filter: invert(99%) sepia(65%) saturate(25%) hue-rotate(201deg) brightness(115%) contrast(90%); }
  .header-buttons.hunter h2 {
    color: #005954; }
  .header-buttons.hunter .header-button-group .headers {
    color: #005954; }
  .header-buttons.hunter .header-button-group .buttons a:link,
  .header-buttons.hunter .header-button-group .buttons a:visited {
    color: #005954; }
  .header-buttons.hunter .header-button-group .buttons a:hover,
  .header-buttons.hunter .header-button-group .buttons a:active {
    background-color: #005954;
    color: #ffffff; }
  .header-buttons.xci h2 {
    color: #7d9c91; }
  .header-buttons.xci .header-button-group .headers {
    color: #7d9c91; }
  .header-buttons.xci .header-button-group .buttons a:link,
  .header-buttons.xci .header-button-group .buttons a:visited {
    color: #7d9c91; }
    .header-buttons.xci .header-button-group .buttons a:link img,
    .header-buttons.xci .header-button-group .buttons a:visited img {
      filter: invert(50%) sepia(11%) saturate(764%) hue-rotate(105deg) brightness(94%) contrast(97%); }
  .header-buttons.xci .header-button-group .buttons a:hover,
  .header-buttons.xci .header-button-group .buttons a:active {
    background-color: #7d9c91;
    color: #ffffff; }
    .header-buttons.xci .header-button-group .buttons a:hover img,
    .header-buttons.xci .header-button-group .buttons a:active img {
      filter: invert(99%) sepia(65%) saturate(25%) hue-rotate(201deg) brightness(115%) contrast(90%); }

/* resource icons styling */
.resource-icons .container {
  padding: 2rem 0; }
  .resource-icons .container .header {
    font-family: montserrat-bold, sans-serif;
    font-size: 1.688rem;
    text-align: center; }
    @media only screen and (min-width: 600px) {
      .resource-icons .container .header {
        text-align: left; } }
  .resource-icons .container .hunter {
    color: #004e48 !important; }
  .resource-icons .container .xci {
    color: #5c8575 !important; }
  .resource-icons .container .icon-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 5vw; }
    @media only screen and (min-width: 600px) {
      .resource-icons .container .icon-container {
        flex-direction: row;
        padding: 1rem 0; } }
    .resource-icons .container .icon-container .icon {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 1.5rem 0; }
      .resource-icons .container .icon-container .icon:not(:last-child) {
        border-bottom: 1px solid #e3e3e5; }
      .resource-icons .container .icon-container .icon:hover {
        background-color: #fbfbfb; }
      .resource-icons .container .icon-container .icon a {
        text-decoration: none;
        text-align: center;
        color: initial;
        padding: 1rem 1rem 0 1rem;
        font-size: 1.125rem; }
        .resource-icons .container .icon-container .icon a:hover {
          text-decoration: underline; }
      @media only screen and (min-width: 600px) {
        .resource-icons .container .icon-container .icon {
          height: unset;
          padding: 0;
          height: 15vw;
          max-height: 150px; }
          .resource-icons .container .icon-container .icon:not(:last-child) {
            border-right: 1px solid #e3e3e5;
            border-bottom: none; } }
      @media only screen and (min-width: 980px) {
        .resource-icons .container .icon-container .icon {
          height: 10vw; } }
  @media (min-width: 768px) and (max-width: 900px) {
    .resource-icons .container .big-width {
      flex-direction: column; } }
  @media (min-width: 768px) and (max-width: 900px) {
    .resource-icons .container .big-width .icon {
      height: unset;
      max-height: unset;
      padding: 1.5rem 0; }
      .resource-icons .container .big-width .icon:not(:last-child) {
        border-bottom: 1px solid #e3e3e5;
        border-right: none; } }

#lightbox {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 9999;
  padding: 0 3%;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media only screen and (min-width: 768px) {
    #lightbox {
      padding: 0 8%; } }
  @media only screen and (min-width: 1200px) {
    #lightbox {
      padding: 0 15%; } }
  @media only screen and (min-width: 1600px) {
    #lightbox {
      padding: 0 22%; } }
  #lightbox .close {
    font-size: 3rem;
    font-family: montserrat-medium;
    line-height: 3rem;
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    padding: 10px;
    opacity: .5; }
    #lightbox .close:hover {
      cursor: pointer;
      opacity: 1; }
  #lightbox .lightbox-stage {
    width: 100%;
    height: auto; }
    #lightbox .lightbox-stage iframe {
      aspect-ratio: 16 / 9;
      width: 100%; }

@media only screen and (min-width: 980px) {
  .video-copy__text {
    height: 100%;
    display: flex;
    align-items: center; } }

.video-copy__text p, .video-copy__text a {
  font-family: roboto-light;
  font-size: 1.125rem;
  letter-spacing: 0.005625rem;
  line-height: 1.44;
  color: #343434; }
  @media only screen and (min-width: 980px) {
    .video-copy__text p, .video-copy__text a {
      font-size: 1.375rem;
      line-height: 1.55; } }

.video-copy__text a:link, .video-copy__text a:visited {
  text-decoration: none; }

.video-copy__text a:hover, .video-copy__text a:active {
  text-decoration: underline; }

.video-copy .row {
  flex-wrap: wrap; }
  @media only screen and (min-width: 980px) {
    .video-copy .row {
      flex-wrap: nowrap;
      margin: 0 -37px; } }
  .video-copy .row > div {
    padding: 27px 5vw;
    flex-basis: 100%; }
    @media only screen and (min-width: 980px) {
      .video-copy .row > div {
        padding: 27px 37px 40px;
        flex-basis: auto; } }
    @media only screen and (min-width: 980px) {
      .video-copy .row > div:first-of-type {
        flex-basis: 33.33%; } }
    .video-copy .row > div:last-of-type {
      padding-top: 0;
      padding-bottom: 40px; }
      @media only screen and (min-width: 980px) {
        .video-copy .row > div:last-of-type {
          flex-basis: 66.66%;
          padding-top: 27px;
          padding-bottom: 40px; } }

.video-copy.hunter .video-copy__text a {
  color: #005954; }

.video-copy.xci .video-copy__text a {
  color: #7d9c91; }

.video-copy__thumbnail {
  position: relative;
  border: 1px solid #dadddf;
  display: block; }
  .video-copy__thumbnail:hover {
    cursor: pointer; }
  .video-copy__thumbnail > img {
    width: 100%; }

.video-copy__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.02);
  display: flex;
  justify-content: center;
  align-items: center; }
  .video-copy__overlay img {
    width: 72px;
    height: 72px;
    opacity: 0.6; }
    @media only screen and (min-width: 980px) {
      .video-copy__overlay img {
        width: 69px;
        height: 69px; } }

.hero {
  background-color: #005954;
  overflow-x: hidden; }
  @media only screen and (min-width: 300px) {
    .hero {
      height: 500px; }
      .hero img {
        height: 250px; } }
  @media only screen and (min-width: 600px) {
    .hero img {
      height: 300px; } }
  @media only screen and (min-width: 768px) {
    .hero {
      height: 661px; }
      .hero img {
        height: 350px; } }
  @media only screen and (min-width: 980px) {
    .hero img {
      height: 500px; } }
  .hero .swiper-slide {
    display: flex;
    align-items: center;
    padding: 3.5vw 5vw; }
    @media only screen and (min-width: 980px) {
      .hero .swiper-slide {
        padding-bottom: 30px; } }
  .hero .hero-content-container {
    display: flex;
    flex-direction: column;
    position: absolute; }
    .hero .hero-content-container .bar {
      display: block;
      height: 2px;
      background-color: #ffffff;
      width: 20%;
      margin: 0.5vw 0; }
    .hero .hero-content-container .secondary-cta {
      width: 40%;
      color: #ffffff;
      text-decoration: none; }
    .hero .hero-content-container h1 {
      width: 80%;
      color: #ffffff;
      line-height: 1; }
      @media only screen and (min-width: 300px) {
        .hero .hero-content-container h1 {
          font-size: 4rem; } }
      @media only screen and (min-width: 600px) {
        .hero .hero-content-container h1 {
          font-size: 5rem; } }
    .hero .hero-content-container p {
      color: #e3e3e5;
      margin-bottom: 2vw; }
      @media only screen and (min-width: 300px) {
        .hero .hero-content-container p {
          width: 80%; } }
      @media only screen and (min-width: 768px) {
        .hero .hero-content-container p {
          width: 80%; } }
      @media only screen and (min-width: 980px) {
        .hero .hero-content-container p {
          width: 50%; } }
  .hero img {
    align-self: flex-end;
    opacity: 0.75;
    margin-left: auto; }
    @media only screen and (min-width: 300px) {
      .hero img {
        align-self: flex-start; } }
    @media only screen and (min-width: 600px) {
      .hero img {
        align-self: flex-start; } }
    @media only screen and (min-width: 768px) {
      .hero img {
        align-self: flex-start; } }
    @media only screen and (min-width: 980px) {
      .hero img {
        align-self: flex-end; } }
  .hero hr {
    color: #ffffff;
    margin: 0 -1vw;
    height: 1px; }
    @media only screen and (min-width: 300px) {
      .hero hr {
        visibility: hidden; } }
    @media only screen and (min-width: 980px) {
      .hero hr {
        visibility: visible; } }

.hero-items-container {
  background-color: #005954;
  color: #ffffff;
  width: 100%;
  padding: 0 15% 15px;
  overflow-x: hidden; }
  @media only screen and (min-width: 600px) {
    .hero-items-container {
      padding-bottom: 30px; } }
  @media only screen and (min-width: 768px) {
    .hero-items-container {
      padding-bottom: 50px; } }
  @media only screen and (min-width: 980px) {
    .hero-items-container {
      padding: 0 0 0 30%;
      background-color: #ffffff;
      background-image: linear-gradient(#005954 60%, #ffffff 60%); } }
  .hero-items-container .swiper-wrapper {
    width: 100%; }
  .hero-items-container .swiper-slide {
    padding: 0; }
  .hero-items-container .swiper-slide-thumb-active .hero-item {
    opacity: 1; }
    @media only screen and (min-width: 980px) {
      .hero-items-container .swiper-slide-thumb-active .hero-item {
        background-color: #7d9c91; } }
  .hero-items-container .swiper-slide-thumb-active .bar {
    visibility: visible !important; }
  .hero-items-container .hero-item {
    opacity: 0.4;
    width: 100%;
    padding: 0 0.25vw; }
    @media only screen and (min-width: 980px) {
      .hero-items-container .hero-item {
        padding: 1vw; } }
    .hero-items-container .hero-item h5 {
      color: #ffffff; }
      @media only screen and (min-width: 300px) {
        .hero-items-container .hero-item h5 {
          display: none; } }
      @media only screen and (min-width: 980px) {
        .hero-items-container .hero-item h5 {
          display: block;
          height: 13vh; } }
      @media only screen and (min-width: 1400px) {
        .hero-items-container .hero-item h5 {
          height: 8vh; } }
      @media only screen and (min-width: 2500px) {
        .hero-items-container .hero-item h5 {
          height: 4vh; } }
    .hero-items-container .hero-item p {
      color: #ffffff;
      padding: 1vh 0; }
      @media only screen and (min-width: 300px) {
        .hero-items-container .hero-item p {
          display: none; } }
      @media only screen and (min-width: 980px) {
        .hero-items-container .hero-item p {
          display: block; } }
    .hero-items-container .hero-item hr {
      display: none; }
      @media only screen and (min-width: 980px) {
        .hero-items-container .hero-item hr {
          display: block;
          color: #ffffff;
          margin: 2vh -1vw 0 -1vw;
          height: 1px; } }
    .hero-items-container .hero-item .bar {
      display: block;
      height: 4px;
      background-color: #ffffff; }
      @media only screen and (min-width: 300px) {
        .hero-items-container .hero-item .bar {
          visibility: visible;
          width: 100%; } }
      @media only screen and (min-width: 980px) {
        .hero-items-container .hero-item .bar {
          visibility: hidden;
          width: 70%; } }
  .hero-items-container a {
    text-decoration: none; }

.thumbnail-button-grid {
  padding: 23px 0 25px;
  border-bottom: 1px solid #eaeff1; }
  .thumbnail-button-grid:last-of-type {
    border-bottom: none; }
  .thumbnail-button-grid .container {
    max-width: 1920px;
    margin: 0 auto; }
  .thumbnail-button-grid h2 {
    font-size: 21px;
    letter-spacing: 0.11px;
    color: #354444;
    line-height: 1.05;
    margin-bottom: 11px; }
    @media only screen and (min-width: 768px) {
      .thumbnail-button-grid h2 {
        margin-bottom: 22px; } }
  @media only screen and (min-width: 768px) {
    .thumbnail-button-grid .thumbnail-buttons {
      margin-left: -4px;
      margin-right: -4px;
      display: flex;
      flex-wrap: wrap; } }
  .thumbnail-button-grid .thumbnail-button {
    text-decoration: none;
    margin-bottom: 21px; }
    @media only screen and (min-width: 768px) {
      .thumbnail-button-grid .thumbnail-button {
        margin-bottom: 28px;
        padding-left: 4px;
        padding-right: 4px;
        width: 50%;
        display: flex;
        flex-direction: column; } }
    @media only screen and (min-width: 980px) {
      .thumbnail-button-grid .thumbnail-button {
        width: 33.33%; } }
    @media only screen and (min-width: 1200px) {
      .thumbnail-button-grid .thumbnail-button {
        width: 25%; } }
    .thumbnail-button-grid .thumbnail-button img {
      border: 1px solid #d9d9d9;
      width: 100%;
      margin-bottom: 6px; }
  .thumbnail-button-grid .thumbnail-button__cta {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #fff;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    padding: 16px 4px;
    line-height: 1.2;
    font-size: 14px;
    font-family: montserrat-semibold;
    flex-grow: 1;
    justify-content: space-around; }
    .thumbnail-button-grid .thumbnail-button__cta img {
      height: 20px;
      width: auto;
      border: none;
      display: none;
      margin-bottom: 0; }
    .thumbnail-button-grid .thumbnail-button__cta.hunter {
      background-color: #005954;
      border-color: #005954; }
      .thumbnail-button-grid .thumbnail-button__cta.hunter:hover {
        color: #005954;
        background-color: #fff; }
    .thumbnail-button-grid .thumbnail-button__cta.xci {
      background-color: #7d9c91;
      border-color: #7d9c91; }
      .thumbnail-button-grid .thumbnail-button__cta.xci:hover {
        color: #7d9c91;
        background-color: #fff; }
    .thumbnail-button-grid .thumbnail-button__cta:hover {
      transition: all 0.3s ease-in-out; }

.tapered-pre-cut {
  border-bottom: 1px solid #e3e3e5;
  padding-top: 10px; }
  .tapered-pre-cut .container {
    max-width: 1920px;
    margin: 0 auto; }
  .tapered-pre-cut .row {
    display: block; }
    @media only screen and (min-width: 980px) {
      .tapered-pre-cut .row {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 11px; } }
  .tapered-pre-cut .container > div:last-of-type {
    display: grid;
    grid-template-columns: 1fr; }
  .tapered-pre-cut .image-header-group {
    background-color: #e3e3e5;
    padding: 20px 18px 19px;
    text-transform: uppercase; }
    @media only screen and (min-width: 980px) {
      .tapered-pre-cut .image-header-group {
        display: grid;
        grid-template-rows: 1fr auto;
        height: 260px; } }
    @media only screen and (min-width: 1200px) {
      .tapered-pre-cut .image-header-group {
        height: auto; } }
    .tapered-pre-cut .image-header-group > img {
      align-self: center; }
    .tapered-pre-cut .image-header-group .header-wrap {
      display: flex;
      padding-top: 10px; }
      .tapered-pre-cut .image-header-group .header-wrap img {
        width: 35px;
        height: 35px;
        margin-right: 15px; }
    .tapered-pre-cut .image-header-group .header-text {
      padding-top: 3px; }
    .tapered-pre-cut .image-header-group h3 {
      font-family: montserrat-bold, sans-serif;
      font-size: 1.0625rem;
      line-height: 1; }
    .tapered-pre-cut .image-header-group .description {
      font-family: montserrat-medium, sans-serif;
      font-size: .9rem;
      color: #696969;
      line-height: 1; }
  .tapered-pre-cut .details {
    font-family: roboto-light, sans-serif;
    font-size: .875rem;
    line-height: 1.43;
    color: #343434;
    padding: 18px 15px 35px 23px;
    letter-spacing: 0.07px; }
  .tapered-pre-cut .row > div:last-of-type .details {
    padding-bottom: 20px; }
  .tapered-pre-cut i {
    font-family: roboto-bold, sans-serif;
    font-style: italic;
    font-size: .875rem;
    line-height: 1.1;
    letter-spacing: .07px;
    padding: 0 23px;
    margin-bottom: 40px; }
  .tapered-pre-cut.hunter h3 {
    color: #005954; }
  .tapered-pre-cut.xci h3 {
    color: #7d9c91; }

.press-releases {
  padding: 27px 0 51px; }
  .press-releases .container {
    max-width: 1000px;
    margin: 0 auto; }
    .press-releases .container > div {
      margin-bottom: 15px; }
      .press-releases .container > div:last-of-type {
        margin-bottom: 0; }

.press-release {
  background-color: #f5f5f5;
  padding: 7%; }

.press-release__date {
  font-family: roboto-regular;
  font-size: .875rem;
  letter-spacing: 0.07px;
  color: #747474;
  line-height: 2.07;
  margin-bottom: 7px; }

.press-release__title {
  font-family: montserrat-bold;
  font-size: 1.5rem;
  color: #465661;
  text-transform: uppercase;
  line-height: 1.21;
  margin-bottom: 7px; }

.press-release__teaser {
  margin-bottom: 6px;
  font-size: 1.0625rem; }
  .press-release__teaser span {
    font-family: roboto-regular;
    letter-spacing: 0.09px;
    line-height: 1.41; }
  .press-release__teaser a:link, .press-release__teaser a:visited {
    font-family: montserrat-bold;
    color: #005954;
    margin-left: 5px;
    text-decoration: none; }

.press-release__tag {
  font-family: roboto-light;
  font-style: italic;
  font-size: .875rem;
  letter-spacing: 0.07px;
  color: #005954;
  line-height: 2.07; }

@media only screen and (min-width: 980px) {
  .press-release {
    padding: 35px 21% 35px 46px; } }

.finder {
  margin-bottom: 129px;
  padding-top: 30px; }

@media only screen and (min-width: 768px) {
  .finder__column {
    max-width: 682px; } }

.finder__column > div:first-of-type {
  margin-bottom: 17px; }

.finder__column select {
  width: 100%;
  background-color: #ffffff;
  border: .5px solid #272727;
  border-radius: .3px;
  padding: 15px 17px;
  font-family: roboto-regular;
  font-size: 1rem;
  color: #404040;
  line-height: 1;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("images/icons/dropdownarrow.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  background-size: 1.25rem; }

.finder-results > * {
  margin-bottom: 30px; }

.finder-results__header {
  color: #ffffff;
  font-family: roboto-bold;
  font-size: 1.125rem;
  line-height: 1;
  text-transform: uppercase;
  padding: .9375rem 3.875rem .875rem 1.875rem;
  margin-bottom: 15px; }

.finder-results__table {
  width: 100%;
  border: 1px solid #bababa;
  border-bottom: none;
  table-layout: fixed;
  font-size: 1rem;
  color: #464646;
  font-family: roboto-regular;
  line-height: 1.2; }
  .finder-results__table thead {
    background-color: #f5f5f5; }
  .finder-results__table tbody {
    background-color: #ffffff; }
  .finder-results__table th, .finder-results__table td {
    padding: 7px 10px 5px;
    vertical-align: middle;
    text-align: left;
    border-bottom: 1px solid #bababa; }
  .finder-results__table th:first-of-type, .finder-results__table td:first-of-type {
    padding-left: 24px;
    width: 48px; }
  .finder-results__table th {
    font-family: roboto-bold;
    font-size: 1.125rem; }
  .finder-results__table img {
    height: 16px;
    display: inline; }
  .finder-results__table em {
    font-style: italic; }
  .finder-results__table a:link, .finder-results__table a:visited {
    text-decoration: none;
    font-family: roboto-regular; }
  .finder-results__table a:hover, .finder-results__table a:active {
    text-decoration: underline; }

.finder.hunter .finder-results__header {
  background-color: #005954; }

.finder.hunter .finder-results__table th,
.finder.hunter .finder-results__table a:link,
.finder.hunter .finder-results__table a:visited,
.finder.hunter .finder-results__table a:hover,
.finder.hunter .finder-results__table a:active {
  color: #005954; }

.finder.xci .finder-results__header {
  background-color: #537e6e; }

.finder.xci .finder-results__table th,
.finder.xci .finder-results__table a:link,
.finder.xci .finder-results__table a:visited,
.finder.xci .finder-results__table a:hover,
.finder.xci .finder-results__table a:active {
  color: #537e6e; }

.staff-grid {
  overflow: hidden;
  background-color: #ffffff; }
  .staff-grid .staff-wrap {
    display: flex;
    flex-direction: column; }
  .staff-grid .staff-content {
    display: flex;
    flex-direction: column; }
  .staff-grid .department-container {
    display: flex;
    width: 100%;
    align-items: flex-start;
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
    padding-left: 3vw;
    padding-right: 3vw;
    padding-bottom: 1.5vw; }
    @media only screen and (max-width: 895px) {
      .staff-grid .department-container {
        flex-direction: column; } }
    .staff-grid .department-container .department {
      width: 13.7vw;
      height: 100%; }
      @media only screen and (max-width: 895px) {
        .staff-grid .department-container .department {
          margin-left: .5vw;
          width: 50vw; } }
      @media only screen and (max-width: 550px) {
        .staff-grid .department-container .department {
          margin-left: 2vw; } }
      .staff-grid .department-container .department h5 {
        font-size: 1.2rem;
        color: #343434;
        width: 90%; }
        @media only screen and (max-width: 980px) {
          .staff-grid .department-container .department h5 {
            font-size: 1rem; } }
        @media only screen and (max-width: 895px) {
          .staff-grid .department-container .department h5 {
            font-size: 1.2rem;
            width: 100%; } }
    .staff-grid .department-container .staff-cards {
      display: inline-flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      width: 60vw; }
      @media only screen and (max-width: 1050px) {
        .staff-grid .department-container .staff-cards {
          width: 49vw; } }
      @media only screen and (max-width: 895px) {
        .staff-grid .department-container .staff-cards {
          width: 90vw; } }
      .staff-grid .department-container .staff-cards .staff-card {
        display: flex;
        align-items: flex-end;
        width: 17vw;
        height: 19vw;
        position: relative;
        background-color: #efefef;
        margin: .6vw; }
        @media only screen and (max-width: 1300px) {
          .staff-grid .department-container .staff-cards .staff-card {
            width: 23vw;
            height: 25vw; } }
        @media only screen and (max-width: 895px) {
          .staff-grid .department-container .staff-cards .staff-card {
            width: 29vw;
            height: 31vw; } }
        @media only screen and (max-width: 767px) {
          .staff-grid .department-container .staff-cards .staff-card {
            width: 43vw;
            height: 45vw; } }
        @media only screen and (max-width: 550px) {
          .staff-grid .department-container .staff-cards .staff-card {
            width: 90vw;
            height: 92vw;
            margin: 2vw; } }
        @media only screen and (max-width: 1300px) {
          .staff-grid .department-container .staff-cards .staff-card .staff-img {
            width: 23vw;
            height: 25vw; } }
        @media only screen and (max-width: 895px) {
          .staff-grid .department-container .staff-cards .staff-card .staff-img {
            width: 29vw;
            height: 31vw; } }
        @media only screen and (max-width: 767px) {
          .staff-grid .department-container .staff-cards .staff-card .staff-img {
            width: 43vw;
            height: 45vw; } }
        @media only screen and (max-width: 550px) {
          .staff-grid .department-container .staff-cards .staff-card .staff-img {
            width: 90vw;
            height: 92vw; } }
        .staff-grid .department-container .staff-cards .staff-card .no-img {
          padding: 1.5vw; }
          .staff-grid .department-container .staff-cards .staff-card .no-img .staff-name {
            width: 50%;
            color: #005954;
            opacity: 1;
            font-size: 2rem;
            font-family: montserrat-bold;
            font-weight: bold;
            text-transform: uppercase;
            line-height: 2.25rem; }
            @media only screen and (max-width: 550px) {
              .staff-grid .department-container .staff-cards .staff-card .no-img .staff-name {
                font-size: 3rem;
                line-height: 3.25rem; } }
            @media only screen and (max-width: 454px) {
              .staff-grid .department-container .staff-cards .staff-card .no-img .staff-name {
                font-size: 2rem;
                line-height: 2.25rem; } }
          .staff-grid .department-container .staff-cards .staff-card .no-img .job-title {
            color: #000000;
            font-size: .7rem;
            font-family: montserrat-medium;
            font-style: italic; }
            @media only screen and (max-width: 550px) {
              .staff-grid .department-container .staff-cards .staff-card .no-img .job-title {
                font-size: 1.2rem; } }
            @media only screen and (max-width: 454px) {
              .staff-grid .department-container .staff-cards .staff-card .no-img .job-title {
                font-size: .8rem; } }
          .staff-grid .department-container .staff-cards .staff-card .no-img .xci-name {
            color: #465661; }
          @media only screen and (max-width: 550px) {
            .staff-grid .department-container .staff-cards .staff-card .no-img {
              padding: 5vw; } }
        .staff-grid .department-container .staff-cards .staff-card .img-overlay {
          display: none;
          width: 17vw;
          height: 19vw;
          position: absolute;
          top: 0;
          opacity: 0.8;
          mix-blend-mode: multiply;
          background-blend-mode: multiply;
          background-image: linear-gradient(to bottom, #004e48, #004e48); }
          @media only screen and (max-width: 1300px) {
            .staff-grid .department-container .staff-cards .staff-card .img-overlay {
              width: 23vw;
              height: 25vw; } }
          @media only screen and (max-width: 895px) {
            .staff-grid .department-container .staff-cards .staff-card .img-overlay {
              width: 29vw;
              height: 31vw; } }
          @media only screen and (max-width: 767px) {
            .staff-grid .department-container .staff-cards .staff-card .img-overlay {
              width: 43vw;
              height: 45vw; } }
          @media only screen and (max-width: 550px) {
            .staff-grid .department-container .staff-cards .staff-card .img-overlay {
              width: 90vw;
              height: 92vw;
              width: 100%; } }
        .staff-grid .department-container .staff-cards .staff-card .xci {
          opacity: 0.8;
          mix-blend-mode: multiply;
          background-blend-mode: multiply;
          background-image: linear-gradient(to bottom, #465661, #465661); }
        .staff-grid .department-container .staff-cards .staff-card .staff-info-container {
          display: none;
          flex-direction: column;
          justify-content: space-between;
          position: absolute;
          width: 17vw;
          height: 19vw;
          top: 0;
          padding: .75vw;
          padding-bottom: 1.25vw; }
          @media only screen and (max-width: 1300px) {
            .staff-grid .department-container .staff-cards .staff-card .staff-info-container {
              width: 23vw;
              height: 25vw; } }
          @media only screen and (max-width: 895px) {
            .staff-grid .department-container .staff-cards .staff-card .staff-info-container {
              width: 29vw;
              height: 31vw; } }
          @media only screen and (max-width: 767px) {
            .staff-grid .department-container .staff-cards .staff-card .staff-info-container {
              width: 43vw;
              height: 45vw; } }
          @media only screen and (max-width: 550px) {
            .staff-grid .department-container .staff-cards .staff-card .staff-info-container {
              width: 90vw;
              height: 92vw;
              padding: 5vw; } }
          @media only screen and (max-width: 454px) {
            .staff-grid .department-container .staff-cards .staff-card .staff-info-container {
              padding: 4vw; } }
          .staff-grid .department-container .staff-cards .staff-card .staff-info-container .staff-name {
            width: 50%;
            color: #ffffff;
            opacity: 1;
            font-size: 2rem;
            font-family: montserrat-bold;
            font-weight: bold;
            text-transform: uppercase;
            line-height: 2.25rem; }
            @media only screen and (max-width: 550px) {
              .staff-grid .department-container .staff-cards .staff-card .staff-info-container .staff-name {
                font-size: 3rem;
                line-height: 3.25rem; } }
            @media only screen and (max-width: 454px) {
              .staff-grid .department-container .staff-cards .staff-card .staff-info-container .staff-name {
                font-size: 2rem;
                line-height: 2.25rem; } }
          .staff-grid .department-container .staff-cards .staff-card .staff-info-container .job-title {
            color: #ffffff;
            font-size: .6rem;
            font-family: montserrat-medium;
            font-style: italic; }
            @media only screen and (max-width: 550px) {
              .staff-grid .department-container .staff-cards .staff-card .staff-info-container .job-title {
                font-size: 1.2rem; } }
            @media only screen and (max-width: 454px) {
              .staff-grid .department-container .staff-cards .staff-card .staff-info-container .job-title {
                font-size: .8rem; } }
        .staff-grid .department-container .staff-cards .staff-card .contact-info .info-type {
          color: #ffffff;
          font-size: .6rem;
          font-family: montserrat-bold;
          line-height: 5px; }
          @media only screen and (max-width: 550px) {
            .staff-grid .department-container .staff-cards .staff-card .contact-info .info-type {
              font-size: 1rem;
              padding-right: 2vw; } }
          @media only screen and (max-width: 454px) {
            .staff-grid .department-container .staff-cards .staff-card .contact-info .info-type {
              font-size: .7rem; } }
        .staff-grid .department-container .staff-cards .staff-card .contact-info .staff-info {
          margin-top: -.25vw;
          margin-bottom: -.25vw;
          color: #ffffff;
          font-size: .7rem;
          font-family: montserrat-regular;
          line-height: 12px; }
          @media only screen and (max-width: 550px) {
            .staff-grid .department-container .staff-cards .staff-card .contact-info .staff-info {
              font-size: 1.1rem;
              margin-top: .5vw;
              margin-bottom: 2vw;
              line-height: 20px;
              padding-right: 2vw; } }
          @media only screen and (max-width: 454px) {
            .staff-grid .department-container .staff-cards .staff-card .contact-info .staff-info {
              font-size: .8rem;
              line-height: 15px; } }
  .staff-grid .department-container:not(:last-child) {
    border-bottom: 1px solid #35444e16; }
  .staff-grid .department-container:last-child {
    margin-bottom: 6vw; }
  .staff-grid a {
    text-decoration: none; }

.technical .wrap .inner-wrap .row.request-form {
  flex-direction: column;
  align-items: center;
  padding: 5%;
  margin-top: 1rem; }
  .technical .wrap .inner-wrap .row.request-form.hunter-green {
    background-color: #005954; }
  .technical .wrap .inner-wrap .row.request-form.light-grey {
    background-color: #f2f2f2; }
  .technical .wrap .inner-wrap .row.request-form.dark-grey {
    background-color: #313c43; }
  .technical .wrap .inner-wrap .row.request-form .h4 {
    margin-bottom: 0.5%; }
    .technical .wrap .inner-wrap .row.request-form .h4.white {
      color: #ffffff; }
    .technical .wrap .inner-wrap .row.request-form .h4.black {
      color: #000000; }
  .technical .wrap .inner-wrap .row.request-form .p {
    font-family: "roboto-light";
    font-size: 1.1rem;
    margin-bottom: 1%; }
    .technical .wrap .inner-wrap .row.request-form .p.light-grey {
      color: #e3e3e5; }
    .technical .wrap .inner-wrap .row.request-form .p.black {
      color: #000000; }
    .technical .wrap .inner-wrap .row.request-form .p.white {
      color: #ffffff; }
  .technical .wrap .inner-wrap .row.request-form .secondary-cta {
    justify-content: center;
    width: 325px;
    height: 50px;
    border: none;
    text-decoration: none; }
    .technical .wrap .inner-wrap .row.request-form .secondary-cta.white {
      background-color: #ffffff;
      color: #005954; }
    .technical .wrap .inner-wrap .row.request-form .secondary-cta.hunter-green {
      background-color: #005954;
      color: #ffffff; }
  .technical .wrap .inner-wrap .row.request-form .secondary-cta::after {
    content: none;
    background: none; }

.sustainability .wrap .inner-wrap.row {
  flex-direction: column-reverse; }
  @media only screen and (min-width: 980px) {
    .sustainability .wrap .inner-wrap.row {
      flex-direction: row; } }
  @media only screen and (min-width: 980px) {
    .sustainability .wrap .inner-wrap.row .col.left-text-col {
      width: 75%; } }
  .sustainability .wrap .inner-wrap.row .col.left-text-col .h4 {
    color: black;
    margin-top: 2.5%;
    font-family: "montserrat-bold"; }
  .sustainability .wrap .inner-wrap.row .col.left-text-col .p {
    color: #465661;
    font-size: 1.1rem;
    font-family: "roboto-light"; }
    @media only screen and (min-width: 980px) {
      .sustainability .wrap .inner-wrap.row .col.left-text-col .p {
        padding-right: 7rem; } }
  .sustainability .wrap .inner-wrap.row .col.left-text-col div.button-component {
    margin-top: 2%; }
  .sustainability .wrap .inner-wrap.row .col.right-img-col {
    align-items: flex-start;
    margin-top: 2.5%;
    width: 200px; }

.contact-form {
  background: rgba(227, 227, 229, 0.31);
  overflow: hidden; }
  .contact-form .form-title {
    padding: 3.75rem 9% .5rem 9%;
    color: #005954;
    font-family: montserrat-bold, sans-serif;
    font-size: 1.813rem; }
    @media only screen and (min-width: 600px) {
      .contact-form .form-title {
        padding: 3.75rem 16% .5rem 16%; } }
    @media only screen and (min-width: 768px) {
      .contact-form .form-title {
        text-align: center; } }
  .contact-form .wrap {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .contact-form .error-box {
    width: 42%; }
    @media only screen and (min-width: 300px) {
      .contact-form .error-box {
        width: 81%; } }
    @media only screen and (min-width: 600px) {
      .contact-form .error-box {
        width: 70%; } }
    @media only screen and (min-width: 768px) {
      .contact-form .error-box {
        width: 65%; } }
    @media only screen and (min-width: 980px) {
      .contact-form .error-box {
        width: 42%; } }
    .contact-form .error-box p {
      display: none;
      font-family: roboto-light;
      font-size: 1.25rem;
      color: #ffffff;
      background-color: #fc4545;
      padding: .25vw 1vw .25vw 1vw;
      border-radius: 3px;
      margin-bottom: 13px; }
  .contact-form .contact-us-form-container {
    font-family: roboto-light, sans-serif;
    display: flex;
    justify-content: center;
    padding: 0 9% 3.75rem 9%; }
    @media only screen and (min-width: 1400px) {
      .contact-form .contact-us-form-container {
        padding: 0 20% 3.75rem 20%; } }
    .contact-form .contact-us-form-container .wpforms-field-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      width: 100%; }
      @media only screen and (min-width: 600px) {
        .contact-form .contact-us-form-container .wpforms-field-container {
          padding: 0 8%; } }
      @media only screen and (min-width: 768px) {
        .contact-form .contact-us-form-container .wpforms-field-container {
          padding: 0 10%; } }
      @media only screen and (min-width: 980px) {
        .contact-form .contact-us-form-container .wpforms-field-container {
          padding: 0 5rem; } }
      @media only screen and (min-width: 2000px) {
        .contact-form .contact-us-form-container .wpforms-field-container {
          padding: 0 10rem; } }
      .contact-form .contact-us-form-container .wpforms-field-container > div > label {
        position: absolute;
        margin-top: 9px;
        margin-left: 13px;
        cursor: text;
        font-size: .813rem; }
      .contact-form .contact-us-form-container .wpforms-field-container label.wpforms-error {
        display: none !important; }
      .contact-form .contact-us-form-container .wpforms-field-container .form-field {
        margin: .063rem .063rem .5rem .063rem;
        color: #58595a;
        width: 100%; }
        @media only screen and (min-width: 980px) {
          .contact-form .contact-us-form-container .wpforms-field-container .form-field {
            width: unset;
            margin: .063rem .375rem .5rem .063rem; } }
        .contact-form .contact-us-form-container .wpforms-field-container .form-field > input,
        .contact-form .contact-us-form-container .wpforms-field-container .form-field > select {
          width: 100%;
          height: 2.25rem;
          border-radius: .3px;
          border: solid .5px #b9b9b9;
          background-color: #fff;
          padding-left: 12px;
          padding-top: 7px; }
          @media only screen and (min-width: 980px) {
            .contact-form .contact-us-form-container .wpforms-field-container .form-field > input,
            .contact-form .contact-us-form-container .wpforms-field-container .form-field > select {
              width: 19.5rem; } }
          @media only screen and (min-width: 1275px) {
            .contact-form .contact-us-form-container .wpforms-field-container .form-field > input,
            .contact-form .contact-us-form-container .wpforms-field-container .form-field > select {
              width: 20rem; } }
          @media only screen and (min-width: 2000px) {
            .contact-form .contact-us-form-container .wpforms-field-container .form-field > input,
            .contact-form .contact-us-form-container .wpforms-field-container .form-field > select {
              width: 23rem; } }
        .contact-form .contact-us-form-container .wpforms-field-container .form-field > select {
          appearance: none;
          -moz-appearance: none;
          -webkit-appearance: none;
          background-image: url("images/icons/dropdownarrow.svg");
          background-repeat: no-repeat;
          background-position: calc(100% - 15px) center;
          background-size: 1.25rem; }
        .contact-form .contact-us-form-container .wpforms-field-container .form-field > textarea {
          width: 100%;
          height: 5.5rem;
          border-radius: .3px;
          border: solid .5px #b9b9b9;
          background-color: #fff;
          padding-left: 12px;
          padding-top: 12px; }
          @media only screen and (min-width: 980px) {
            .contact-form .contact-us-form-container .wpforms-field-container .form-field > textarea {
              width: 39.75rem; } }
          @media only screen and (min-width: 1275px) {
            .contact-form .contact-us-form-container .wpforms-field-container .form-field > textarea {
              width: 40.75rem; } }
          @media only screen and (min-width: 2000px) {
            .contact-form .contact-us-form-container .wpforms-field-container .form-field > textarea {
              width: 46.75rem; } }
        .contact-form .contact-us-form-container .wpforms-field-container .form-field .wpforms-error {
          border-color: #fc4545; }
      .contact-form .contact-us-form-container .wpforms-field-container .asterisk:before {
        content: '* ';
        color: red; }
      .contact-form .contact-us-form-container .wpforms-field-container .wpforms-field-checkbox {
        padding: 0px !important; }
        .contact-form .contact-us-form-container .wpforms-field-container .wpforms-field-checkbox ul {
          list-style: none !important;
          margin-top: 30px;
          padding: 0px; }
          .contact-form .contact-us-form-container .wpforms-field-container .wpforms-field-checkbox ul li {
            margin-left: -9px; }
          .contact-form .contact-us-form-container .wpforms-field-container .wpforms-field-checkbox ul input {
            margin: 0px;
            margin-right: 5px;
            -webkit-appearance: none;
            /* Safari and Chrome */
            -moz-appearance: none;
            /* Firefox */
            appearance: none; }
          .contact-form .contact-us-form-container .wpforms-field-container .wpforms-field-checkbox ul .wpforms-field-label-inline {
            display: inline-flex; }
        .contact-form .contact-us-form-container .wpforms-field-container .wpforms-field-checkbox label {
          margin: 0 !important;
          font-size: .813rem !important; }
    .contact-form .contact-us-form-container .wpforms-submit-container {
      display: flex;
      justify-content: center; }
      .contact-form .contact-us-form-container .wpforms-submit-container .wpforms-submit {
        font-family: montserrat-bold, sans-serif;
        height: 45px;
        background-color: #005954;
        color: #ffffff;
        cursor: pointer;
        font-size: 16px;
        border: 1px solid #005954;
        text-transform: uppercase;
        width: 100%; }
        .contact-form .contact-us-form-container .wpforms-submit-container .wpforms-submit:hover {
          background-color: white;
          color: #005954;
          transition: all 0.2s ease-in-out; }
        @media only screen and (min-width: 600px) {
          .contact-form .contact-us-form-container .wpforms-submit-container .wpforms-submit {
            width: 18.75rem; } }

.video-grid {
  margin-top: 1.5rem; }
  .video-grid:not(:last-of-type) {
    border-bottom: 1px solid #f4f4f4; }
  .video-grid h3 {
    font-family: roboto-bold;
    margin-bottom: 2rem; }
    .video-grid h3.hunter-green {
      color: #005954; }
    .video-grid h3.xci-green {
      color: #7d9c91; }
    .video-grid h3.dark-grey {
      color: #465661; }
  .video-grid h6 {
    margin-bottom: 0.5rem; }
    .video-grid h6.hunter-green {
      color: #005954; }
    .video-grid h6.xci-green {
      color: #7d9c91; }
  .video-grid p {
    font-family: montserrat-regular; }
  .video-grid .video-grid__container {
    display: grid;
    column-gap: 2rem;
    row-gap: 2rem;
    margin-bottom: 3rem; }
    @media only screen and (min-width: 300px) {
      .video-grid .video-grid__container {
        grid-template-columns: 1fr; } }
    @media only screen and (min-width: 600px) {
      .video-grid .video-grid__container {
        grid-template-columns: 1fr; } }
    @media only screen and (min-width: 768px) {
      .video-grid .video-grid__container {
        grid-template-columns: 1fr; } }
    @media only screen and (min-width: 980px) {
      .video-grid .video-grid__container {
        grid-template-columns: 1fr 1fr; } }
  .video-grid .video-grid__video-card .video-card__thumbnail {
    position: relative;
    display: block; }
    .video-grid .video-grid__video-card .video-card__thumbnail:hover {
      cursor: pointer; }
    .video-grid .video-grid__video-card .video-card__thumbnail img {
      max-height: 350px;
      height: 350px;
      width: 100%; }
    .video-grid .video-grid__video-card .video-card__thumbnail .thumbnail {
      max-height: none;
      height: auto; }
  .video-grid .video-grid__video-card .video-card__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.02);
    display: flex;
    justify-content: center;
    align-items: center; }
    .video-grid .video-grid__video-card .video-card__overlay img {
      width: 72px;
      height: 72px;
      opacity: 0.6; }
      @media only screen and (min-width: 980px) {
        .video-grid .video-grid__video-card .video-card__overlay img {
          width: 69px;
          height: 69px; } }
  .video-grid .video-grid__video-card .video-card__text-container {
    padding: 1.5rem;
    background: #f5f5f5; }

.technical-request-form {
  padding: 0 3vw; }
  .technical-request-form .wrap {
    display: flex; }
    .technical-request-form .wrap .left-col {
      width: 70%; }
      @media (max-width: 300px) {
        .technical-request-form .wrap .left-col {
          width: 100% !important; } }
      @media (max-width: 600px) {
        .technical-request-form .wrap .left-col {
          width: 100% !important; } }
      @media (max-width: 1200px) {
        .technical-request-form .wrap .left-col {
          width: 55%; } }
      .technical-request-form .wrap .left-col .form-title {
        font-family: montserrat-bold, sans-serif;
        font-size: 4.4rem;
        border-bottom: 2px solid #e3e3e5;
        color: #005954;
        width: 100%; }
        @media (min-width: 300px) and (max-width: 600px) {
          .technical-request-form .wrap .left-col .form-title {
            font-size: 1.5rem !important; } }
        @media (min-width: 600px) and (max-width: 768px) {
          .technical-request-form .wrap .left-col .form-title {
            font-size: 3.5rem !important; } }
        @media (min-width: 768px) and (max-width: 980px) {
          .technical-request-form .wrap .left-col .form-title {
            font-size: 2rem !important; } }
        @media (min-width: 980px) and (max-width: 1600px) {
          .technical-request-form .wrap .left-col .form-title {
            font-size: 2.3rem !important; } }
        @media (min-width: 1200px) and (max-width: 1600px) {
          .technical-request-form .wrap .left-col .form-title {
            font-size: 3.9rem !important; } }
      .technical-request-form .wrap .left-col .error-box {
        width: 100%; }
        .technical-request-form .wrap .left-col .error-box p {
          display: none;
          font-family: roboto-light;
          font-size: 1.25rem;
          color: #ffffff;
          background-color: #fc4545;
          padding: .25vw 1vw .25vw 1vw;
          border-radius: 3px;
          margin-top: 13px; }
      .technical-request-form .wrap .left-col .technical-request-form-container {
        font-family: roboto-light, sans-serif;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-top: 3rem;
        flex-direction: column; }
        @media only screen and (min-width: 980px) {
          .technical-request-form .wrap .left-col .technical-request-form-container {
            padding-top: .5rem;
            flex-direction: row; } }
        @media only screen and (min-width: 300px) {
          .technical-request-form .wrap .left-col .technical-request-form-container {
            padding-top: .5rem; } }
        @media only screen and (min-width: 600px) {
          .technical-request-form .wrap .left-col .technical-request-form-container {
            padding-top: .5rem; } }
        @media only screen and (min-width: 768px) {
          .technical-request-form .wrap .left-col .technical-request-form-container {
            padding-top: 1.5rem; } }
        .technical-request-form .wrap .left-col .technical-request-form-container div.wpforms-container-full .wpforms-form label.wpforms-error {
          display: none !important; }
        .technical-request-form .wrap .left-col .technical-request-form-container .validation-message {
          display: none;
          background-color: #fc4545;
          border-radius: 3px;
          color: white;
          font-family: roboto-bold, sans-serif;
          padding: .25rem 1rem;
          margin-bottom: .5rem; }
        .technical-request-form .wrap .left-col .technical-request-form-container .wpforms-container select {
          /* Remove default arrow */
          appearance: none;
          -webkit-appearance: none;
          -moz-appearance: none;
          background-image: url(images/icons/dropdownarrow.svg);
          background-repeat: no-repeat;
          background-position: calc(100% - 45px) center;
          background-size: 1.25rem; }
          @media (max-width: 768px) {
            .technical-request-form .wrap .left-col .technical-request-form-container .wpforms-container select {
              background-position: calc(100% - 25px) center; } }
          @media (max-width: 600px) {
            .technical-request-form .wrap .left-col .technical-request-form-container .wpforms-container select {
              background-position: calc(100% - 35px) center; } }
          @media (max-width: 300px) {
            .technical-request-form .wrap .left-col .technical-request-form-container .wpforms-container select {
              background-position: calc(100% - 20px) center; } }
        .technical-request-form .wrap .left-col .technical-request-form-container .wpforms-container {
          width: 100%;
          color: #58595a;
          margin: .063rem 0 .5rem .063rem; }
          .technical-request-form .wrap .left-col .technical-request-form-container .wpforms-container .wpforms-field-container .wpforms-has-error .wpforms-error {
            display: table-column; }
          .technical-request-form .wrap .left-col .technical-request-form-container .wpforms-container .wpforms-field-container .wpforms-field {
            padding: 2.5px 0; }
            .technical-request-form .wrap .left-col .technical-request-form-container .wpforms-container .wpforms-field-container .wpforms-field .wpforms-field-medium:focus, .technical-request-form .wrap .left-col .technical-request-form-container .wpforms-container .wpforms-field-container .wpforms-field .wpforms-field-medium:focus-visible + .wpforms-required-label {
              outline: solid .5px #b9b9b9; }
          .technical-request-form .wrap .left-col .technical-request-form-container .wpforms-container .wpforms-field-container .wpforms-field-label {
            display: inline-flex;
            position: absolute;
            margin-top: 14px;
            margin-left: 13px;
            cursor: text;
            font-size: 1.1rem;
            font-family: roboto-light, sans-serif;
            font-weight: 500;
            color: #000; }
            @media (max-width: 300px) {
              .technical-request-form .wrap .left-col .technical-request-form-container .wpforms-container .wpforms-field-container .wpforms-field-label {
                font-size: .9rem !important; } }
            .technical-request-form .wrap .left-col .technical-request-form-container .wpforms-container .wpforms-field-container .wpforms-field-label .wpforms-required-label {
              color: #ff0000 !important;
              font-weight: 400 !important;
              font-size: 0.8em !important;
              margin-left: 2.5px; }
          .technical-request-form .wrap .left-col .technical-request-form-container .wpforms-container .wpforms-field-container .wpforms-field-medium {
            margin: .063rem 0 .5rem .063rem;
            max-width: 100%;
            width: 100% !important;
            color: #000 !important;
            font-family: roboto-light, sans-serif;
            height: 50px;
            border-radius: .3px;
            border: solid .5px #b9b9b9;
            background-color: #fff;
            padding-left: 12px;
            padding-top: 2px; }
            .technical-request-form .wrap .left-col .technical-request-form-container .wpforms-container .wpforms-field-container .wpforms-field-medium:focus, .technical-request-form .wrap .left-col .technical-request-form-container .wpforms-container .wpforms-field-container .wpforms-field-medium:focus-visible {
              border: none !important; }
            @media only screen and (min-width: 980px) {
              .technical-request-form .wrap .left-col .technical-request-form-container .wpforms-container .wpforms-field-container .wpforms-field-medium {
                width: unset;
                margin: .063rem 0 .5rem .063rem; } }
            .technical-request-form .wrap .left-col .technical-request-form-container .wpforms-container .wpforms-field-container .wpforms-field-medium > .wpforms-field-text {
              font-family: roboto-light, sans-serif;
              width: 100%;
              height: 50px;
              border-radius: .3px;
              border: solid .5px #b9b9b9;
              background-color: #fff;
              padding-left: 12px;
              padding-top: 2px; }
          .technical-request-form .wrap .left-col .technical-request-form-container .wpforms-container .wpforms-field-container .wpforms-field-textarea {
            font-family: roboto-light, sans-serif;
            height: 6.5rem !important;
            border-radius: .3px;
            border: solid .5px #b9b9b9;
            background-color: #fff; }
            .technical-request-form .wrap .left-col .technical-request-form-container .wpforms-container .wpforms-field-container .wpforms-field-textarea .wpforms-field-medium {
              border: none !important;
              resize: none !important;
              overflow: auto !important;
              height: 100%;
              padding-top: 15px; }
              .technical-request-form .wrap .left-col .technical-request-form-container .wpforms-container .wpforms-field-container .wpforms-field-textarea .wpforms-field-medium:focus, .technical-request-form .wrap .left-col .technical-request-form-container .wpforms-container .wpforms-field-container .wpforms-field-textarea .wpforms-field-medium:focus-visible {
                outline: none !important; }
              @media (max-width: 1600px) {
                .technical-request-form .wrap .left-col .technical-request-form-container .wpforms-container .wpforms-field-container .wpforms-field-textarea .wpforms-field-medium {
                  margin-left: 0px !important; } }
          .technical-request-form .wrap .left-col .technical-request-form-container .wpforms-container .wpforms-confirmation-container-full {
            background: none;
            border: none;
            padding: 4%; }
            .technical-request-form .wrap .left-col .technical-request-form-container .wpforms-container .wpforms-confirmation-container-full p {
              font-family: roboto-light, sans-serif;
              font-weight: 600;
              font-size: 1.9rem; }
          .technical-request-form .wrap .left-col .technical-request-form-container .wpforms-container .wpforms-submit-container {
            display: flex;
            flex-direction: column;
            align-items: start;
            margin-bottom: 5%; }
            .technical-request-form .wrap .left-col .technical-request-form-container .wpforms-container .wpforms-submit-container .wpforms-submit {
              font-family: montserrat-semibold, sans-serif;
              padding: 1.5vw 2.5vw;
              font-size: 1rem;
              background-color: #005954;
              border: 0.125rem solid #005954;
              text-decoration: none !important;
              cursor: pointer;
              color: #ffffff;
              text-align: center;
              margin-top: 2.5%;
              display: flex;
              align-items: center;
              justify-content: center; }
              @media only screen and (min-width: 768px) {
                .technical-request-form .wrap .left-col .technical-request-form-container .wpforms-container .wpforms-submit-container .wpforms-submit {
                  padding: 1vw 2vw;
                  font-size: 1rem;
                  width: 41% !important; } }
              @media only screen and (min-width: 980px) {
                .technical-request-form .wrap .left-col .technical-request-form-container .wpforms-container .wpforms-submit-container .wpforms-submit {
                  padding: .75vw 1.5vw;
                  font-size: 1rem; } }
              @media (max-width: 600px) {
                .technical-request-form .wrap .left-col .technical-request-form-container .wpforms-container .wpforms-submit-container .wpforms-submit {
                  width: 100% !important; } }
              @media (max-width: 300px) {
                .technical-request-form .wrap .left-col .technical-request-form-container .wpforms-container .wpforms-submit-container .wpforms-submit {
                  width: 100% !important; } }
              .technical-request-form .wrap .left-col .technical-request-form-container .wpforms-container .wpforms-submit-container .wpforms-submit:hover {
                background-color: white;
                color: #005954;
                transition: all 0.2s ease-in-out; }
          .technical-request-form .wrap .left-col .technical-request-form-container .wpforms-container .wpforms-confirmation-container p {
            font-size: 1.7em;
            font-family: 'montserrat-medium';
            color: black;
            margin-top: 1em; }
          .technical-request-form .wrap .left-col .technical-request-form-container .wpforms-container .wpforms-field-checkbox {
            padding: 0px !important;
            padding-top: 10px !important; }
            .technical-request-form .wrap .left-col .technical-request-form-container .wpforms-container .wpforms-field-checkbox ul {
              list-style: none !important;
              margin-top: 30px;
              padding: 0px; }
              .technical-request-form .wrap .left-col .technical-request-form-container .wpforms-container .wpforms-field-checkbox ul li {
                margin-left: -9px; }
              .technical-request-form .wrap .left-col .technical-request-form-container .wpforms-container .wpforms-field-checkbox ul input {
                margin: 0px;
                margin-right: 5px;
                -webkit-appearance: none;
                /* Safari and Chrome */
                -moz-appearance: none;
                /* Firefox */
                appearance: none; }
              .technical-request-form .wrap .left-col .technical-request-form-container .wpforms-container .wpforms-field-checkbox ul .wpforms-field-label-inline {
                display: inline-flex; }
            .technical-request-form .wrap .left-col .technical-request-form-container .wpforms-container .wpforms-field-checkbox label {
              margin: 0 !important; }
    .technical-request-form .wrap .right-col {
      width: 25%;
      margin-left: 5%;
      margin-top: 11.5%;
      overflow: hidden; }
      @media (max-width: 1200px) {
        .technical-request-form .wrap .right-col {
          width: 40%; } }
      @media (min-width: 768px) and (max-width: 980px) {
        .technical-request-form .wrap .right-col {
          width: 45%; } }
      @media (min-width: 600px) and (max-width: 768px) {
        .technical-request-form .wrap .right-col {
          width: 40%; } }
      @media (min-width: 1200px) and (max-width: 1600px) {
        .technical-request-form .wrap .right-col {
          width: 37%; } }
      @media (max-width: 600px) {
        .technical-request-form .wrap .right-col {
          display: none; } }
      @media (max-width: 300px) {
        .technical-request-form .wrap .right-col {
          display: none; } }
      .technical-request-form .wrap .right-col .contact-box {
        width: 300px;
        height: 250px;
        background-color: #e3e3e5;
        padding: 10%; }
        @media (min-width: 601px) and (max-width: 980px) {
          .technical-request-form .wrap .right-col .contact-box {
            width: 250px;
            height: 200px; } }
        @media (min-width: 981px) and (max-width: 1199px) {
          .technical-request-form .wrap .right-col .contact-box {
            height: 200px; } }
        .technical-request-form .wrap .right-col .contact-box h4 {
          color: #005954; }
          @media (min-width: 768px) and (max-width: 980px) {
            .technical-request-form .wrap .right-col .contact-box h4 {
              font-size: 1.6rem; } }
        .technical-request-form .wrap .right-col .contact-box h5 {
          font-weight: bold;
          color: #58595a; }
          @media (min-width: 768px) and (max-width: 980px) {
            .technical-request-form .wrap .right-col .contact-box h5 {
              font-size: 1.4rem; } }
        .technical-request-form .wrap .right-col .contact-box p {
          font-size: .8rem;
          color: #9da0a1; }
          @media (min-width: 601px) and (max-width: 768px) {
            .technical-request-form .wrap .right-col .contact-box p {
              font-size: .6rem !important; } }
          @media (min-width: 769px) and (max-width: 980px) {
            .technical-request-form .wrap .right-col .contact-box p {
              font-size: .62rem !important; } }
          @media (min-width: 1200px) and (max-width: 1600px) {
            .technical-request-form .wrap .right-col .contact-box p {
              font-size: .74rem !important; } }
          @media (min-width: 1601px) {
            .technical-request-form .wrap .right-col .contact-box p {
              font-size: .74rem !important; } }

.breadcrumbs {
  margin: 20px 0; }
  .breadcrumbs nav ul {
    display: flex;
    list-style-type: none;
    padding: 0; }
    .breadcrumbs nav ul li:not(:last-child):after {
      content: "/";
      padding: 0 5px;
      color: #9da0a1; }
  .breadcrumbs a:link, .breadcrumbs a:visited {
    display: inline-block;
    text-decoration: none;
    color: #9da0a1;
    padding: 2px 0;
    line-height: 1;
    font-size: .9rem; }
  .breadcrumbs a:hover, .breadcrumbs a:active {
    border-bottom: 1px solid #9da0a1; }

.blog-header {
  padding: 0; }
  .blog-header .inner-wrap {
    max-width: 1600px;
    margin: 0 auto; }
  .blog-header h1 {
    margin: 1.5rem 0 1.875rem;
    display: flex;
    justify-content: flex-start; }
    @media only screen and (min-width: 600px) {
      .blog-header h1 {
        margin: 2.122641509433962rem 0 2.004716981132075rem; } }
    .blog-header h1 img {
      width: 100%;
      max-width: 385px; }
  .blog-header h2 {
    font-family: roboto-bold, sans-serif;
    font-weight: 400;
    font-size: 1.3125rem;
    /* 21px */
    line-height: 1.526315789473684rem;
    /* 29px */
    letter-spacing: .00625rem;
    /* .1px */
    color: #004e48;
    padding: 0 0 1.25rem;
    order: 1; }
    @media only screen and (min-width: 600px) {
      .blog-header h2 {
        font-size: 1.785714285714286rem;
        padding: 0 0 2.142857142857143rem; } }
    @media only screen and (min-width: 1200px) {
      .blog-header h2 {
        padding: 0;
        order: 0; } }

.blog-header__upper {
  display: flex;
  justify-content: center; }

.blog-header__lower {
  display: flex;
  flex-direction: column; }
  @media only screen and (min-width: 1200px) {
    .blog-header__lower {
      flex-direction: row;
      justify-content: space-between;
      align-items: end;
      margin-bottom: 2.142857142857143rem; } }

.blog-search-form {
  border: 1px solid #4d4d4d;
  border-radius: 0.2708333333333333rem;
  /* 3px */
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.875rem;
  order: 0; }
  @media only screen and (min-width: 1200px) {
    .blog-search-form {
      margin-bottom: 0;
      order: 1; } }
  .blog-search-form input[type="search"] {
    border: none;
    background-color: transparent;
    display: block;
    flex-grow: 1;
    font-family: roboto-regular, sans-serif;
    font-size: 1rem;
    /* 16px */
    color: #525252;
    letter-spacing: .05rem;
    /* .8px */
    padding: .625rem 1.1875rem;
    /* 10px 19px */
    line-height: 1; }
    .blog-search-form input[type="search"]:focus-visible {
      outline: none; }
  .blog-search-form input[type="search"]::-webkit-search-decoration,
  .blog-search-form input[type="search"]::-webkit-search-cancel-button,
  .blog-search-form input[type="search"]::-webkit-search-results-button,
  .blog-search-form input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none; }
  .blog-search-form .material-icons {
    color: #535353;
    border: none;
    background-color: transparent;
    font-size: 1.125rem !important;
    /* 18px */
    padding: .5rem 1.1875rem;
    /* 8px 19px */ }

.articles-grid .inner-wrap {
  max-width: 1602px;
  margin: 0 auto; }
  @media only screen and (min-width: 600px) {
    .articles-grid .inner-wrap {
      display: grid;
      grid-template-columns: 1fr 1fr;
      column-gap: 2.214285714285714rem;
      row-gap: 2.857142857142857rem; } }
  @media only screen and (min-width: 1200px) {
    .articles-grid .inner-wrap {
      grid-template-columns: 1fr 1fr 1fr;
      justify-content: space-evenly; } }

.articles-grid article {
  padding-bottom: 1.5625rem; }
  @media only screen and (min-width: 600px) {
    .articles-grid article {
      padding-bottom: 0; } }
  .articles-grid article .article-img {
    display: flex;
    aspect-ratio: 1.9 / 1;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-bottom: .75rem;
    /* 12px */
    margin-bottom: 1rem;
    /* 16.96px */ }
    @media only screen and (min-width: 1200px) {
      .articles-grid article .article-img {
        aspect-ratio: 1.3 / 1; } }
    .articles-grid article .article-img img {
      min-width: 100%;
      min-height: 100%;
      object-fit: cover; }
  .articles-grid article h3 {
    font-family: montserrat-regular, sans-serif;
    font-size: 1.0625rem;
    /* 17px */
    line-height: 1.2;
    margin-bottom: .75rem;
    /* 12px */ }
    .articles-grid article h3:hover {
      text-decoration: underline; }
  .articles-grid article p {
    /* 14px */
    font-family: roboto-light, sans-serif;
    font-size: 0.875rem;
    line-height: 1.375rem;
    color: #505050;
    margin-bottom: .625rem;
    background: linear-gradient(to top, transparent, #505050 1.375rem);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    overflow: hidden;
    text-overflow: "&hellip;";
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-word; }
  .articles-grid article a:link, .articles-grid article a:visited {
    text-decoration: none;
    color: #505050; }
    @media only screen and (min-width: 600px) {
      .articles-grid article a:link, .articles-grid article a:visited {
        display: flex;
        flex-direction: column;
        height: 100%; } }
    .articles-grid article a:link .secondary-cta, .articles-grid article a:visited .secondary-cta {
      display: inline-flex;
      font-size: .875rem;
      /* 14px */ }
      @media only screen and (min-width: 600px) {
        .articles-grid article a:link .secondary-cta, .articles-grid article a:visited .secondary-cta {
          justify-self: flex-end;
          margin-top: auto;
          font-size: 1rem;
          margin-right: auto; } }
      @media only screen and (min-width: 1200px) {
        .articles-grid article a:link .secondary-cta, .articles-grid article a:visited .secondary-cta {
          font-size: 1rem; } }
      .articles-grid article a:link .secondary-cta.hunter, .articles-grid article a:link .secondary-cta.tapered, .articles-grid article a:visited .secondary-cta.hunter, .articles-grid article a:visited .secondary-cta.tapered {
        color: #005954; }
      .articles-grid article a:link .secondary-cta.xci, .articles-grid article a:visited .secondary-cta.xci {
        color: #7d9c91; }
      .articles-grid article a:link .secondary-cta .material-icons, .articles-grid article a:visited .secondary-cta .material-icons {
        font-size: .875rem !important;
        /* 14px */ }
    .articles-grid article a:link .secondary-cta::after, .articles-grid article a:visited .secondary-cta::after {
      position: absolute;
      content: "";
      width: 100%;
      height: 0.078rem;
      top: 90%;
      transition: transform 0.5s;
      transform: scaleX(0);
      transform-origin: right; }
    .articles-grid article a:link .secondary-cta:hover::after, .articles-grid article a:visited .secondary-cta:hover::after {
      transform: scaleX(1);
      transform-origin: left; }
    .articles-grid article a:link .secondary-cta.hunter::after,
    .articles-grid article a:link .secondary-cta.tapered::after, .articles-grid article a:visited .secondary-cta.hunter::after,
    .articles-grid article a:visited .secondary-cta.tapered::after {
      background: #005954; }
    .articles-grid article a:link .secondary-cta.xci::after, .articles-grid article a:visited .secondary-cta.xci::after {
      background: #7d9c91; }

.articles-grid-view-more {
  padding: 0 0 2.5rem; }
  @media only screen and (min-width: 600px) {
    .articles-grid-view-more {
      padding: 2.142857142857143rem 0 2.857142857142857rem; } }
  @media only screen and (min-width: 1200px) {
    .articles-grid-view-more {
      padding: 2.5rem 0; } }
  .articles-grid-view-more .wrap {
    width: 100%; }
  .articles-grid-view-more .inner-wrap {
    text-align: center; }
  .articles-grid-view-more a:link, .articles-grid-view-more a:visited {
    display: inline-block;
    font-family: montserrat-regular, sans-serif;
    font-size: 1.0625rem;
    color: #838383;
    text-decoration: none; }
  .articles-grid-view-more a:hover, .articles-grid-view-more a:active {
    text-decoration: underline; }

.blog-post {
  --blog-post-brand-color: #000;
  margin-bottom: 3.1875rem; }
  @media only screen and (min-width: 600px) {
    .blog-post {
      margin-bottom: 3.642857142857143rem; } }

.blog-post.hunter,
.blog-post.tapered {
  --blog-post-brand-color: #005954; }

.blog-post.xci {
  --blog-post-brand-color: #7d9c91; }

.blog-post-header {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between; }
  @media only screen and (min-width: 980px) {
    .blog-post-header {
      flex-wrap: nowrap;
      margin-bottom: 1.428571428571429rem; } }
  .blog-post-header > div {
    flex-basis: 100%; }
    @media only screen and (min-width: 980px) {
      .blog-post-header > div {
        flex-basis: 33.33%;
        padding-top: .7142857142857143rem; } }
  .blog-post-header > div:nth-child(2) {
    text-align: center;
    padding: .9375rem; }
    @media only screen and (min-width: 980px) {
      .blog-post-header > div:nth-child(2) {
        padding: 0; } }
    .blog-post-header > div:nth-child(2) img {
      display: inline-block; }
  .blog-post-header .backlink {
    display: inline-flex;
    align-items: center;
    font-family: montserrat-semibold;
    font-size: .9375rem;
    text-decoration: none;
    letter-spacing: .005rem;
    line-height: 1;
    color: var(--blog-post-brand-color); }
    @media only screen and (min-width: 600px) {
      .blog-post-header .backlink {
        font-size: 1.071428571428571rem; } }
    @media only screen and (min-width: 980px) {
      .blog-post-header .backlink {
        font-size: 1.071428571428571rem; } }
    @media only screen and (min-width: 1600px) {
      .blog-post-header .backlink {
        font-size: 0.8844339622641509rem; } }
    .blog-post-header .backlink .material-icons {
      font-size: .875rem !important; }
      @media only screen and (min-width: 600px) {
        .blog-post-header .backlink .material-icons {
          font-size: 1.142857142857143rem !important; } }
      @media only screen and (min-width: 980px) {
        .blog-post-header .backlink .material-icons {
          font-size: 1rem !important; } }
      @media only screen and (min-width: 1600px) {
        .blog-post-header .backlink .material-icons {
          font-size: 0.9433962264150943rem !important; } }
  .blog-post-header .backlink:hover {
    cursor: pointer; }
    .blog-post-header .backlink:hover span {
      text-decoration: underline; }
    .blog-post-header .backlink:hover span.material-icons {
      text-decoration: none; }
  .blog-post-header .logo {
    max-width: 7.5rem; }
    @media only screen and (min-width: 600px) {
      .blog-post-header .logo {
        max-width: 8.571428571428571rem; } }
    @media only screen and (min-width: 1200px) {
      .blog-post-header .logo {
        max-width: 7.5rem; } }
    @media only screen and (min-width: 1600px) {
      .blog-post-header .logo {
        max-width: 7.07547169811341rem; } }

.blog-post-image {
  display: flex;
  align-items: center;
  height: auto;
  overflow: hidden;
  position: relative; }
  .blog-post-image img {
    min-width: 100%;
    min-height: 100%; }
  .blog-post-image .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(62, 62, 62, 0.2);
    mix-blend-mode: multiply; }

.blog-post-content {
  color: #343434; }
  @media only screen and (min-width: 980px) {
    .blog-post-content {
      max-width: none;
      margin: 0 auto; } }
  @media only screen and (min-width: 1200px) {
    .blog-post-content {
      max-width: 71.125rem; } }
  @media only screen and (min-width: 1600px) {
    .blog-post-content {
      max-width: 67.09905660377358rem; } }
  .blog-post-content .last-update {
    font-family: roboto-regular;
    font-size: .8125rem;
    color: #adadad;
    letter-spacing: .004375rem;
    margin: .75rem 0 1.1875rem; }
    @media only screen and (min-width: 600px) {
      .blog-post-content .last-update {
        font-size: 0.9285714285714286rem;
        margin: .8571428571428571rem 0 1.357142857142857rem; } }
    @media only screen and (min-width: 980px) {
      .blog-post-content .last-update {
        font-size: 0.9285714285714286rem; } }
    @media only screen and (min-width: 1200px) {
      .blog-post-content .last-update {
        font-size: 0.8125rem; } }
    @media only screen and (min-width: 1600px) {
      .blog-post-content .last-update {
        font-size: 0.7665094339622642rem; } }
  .blog-post-content h1 {
    font-size: 1.875rem;
    line-height: 1.05;
    text-align: center;
    color: var(--blog-post-brand-color);
    margin-bottom: .75rem; }
    @media only screen and (min-width: 600px) {
      .blog-post-content h1 {
        font-size: 2.428571428571429rem;
        margin-bottom: 0.8571428571428571rem; } }
    @media only screen and (min-width: 980px) {
      .blog-post-content h1 {
        font-size: 2.428571428571429rem; } }
    @media only screen and (min-width: 1200px) {
      .blog-post-content h1 {
        font-size: 2.625rem; } }
    @media only screen and (min-width: 1600px) {
      .blog-post-content h1 {
        font-size: 2.476415094339623rem; } }
  .blog-post-content .subhead {
    font-family: roboto-light;
    font-size: 1.4375rem;
    color: #747474;
    line-height: 1.05;
    letter-spacing: 0.006875rem;
    text-align: center;
    margin-bottom: .75rem; }
    @media only screen and (min-width: 600px) {
      .blog-post-content .subhead {
        font-size: 1.571428571428571rem;
        margin-bottom: 0.8571428571428571rem; } }
    @media only screen and (min-width: 980px) {
      .blog-post-content .subhead {
        font-size: 1.571428571428571rem; } }
    @media only screen and (min-width: 1200px) {
      .blog-post-content .subhead {
        font-size: 1.375rem; } }
    @media only screen and (min-width: 1600px) {
      .blog-post-content .subhead {
        font-size: 1.297169811320755rem; } }
  .blog-post-content .primary-cta {
    display: inline-block;
    text-transform: uppercase;
    padding: 0.4375rem 3.75rem;
    background-color: var(--blog-post-brand-color);
    border-color: var(--blog-post-brand-color); }
    .blog-post-content .primary-cta:hover {
      background-color: white;
      color: var(--blog-post-brand-color); }

.blog-post-body {
  padding-top: .5rem; }
  .blog-post-body p {
    font-family: roboto-light;
    font-size: 1rem;
    line-height: 1.611111111111111;
    margin-bottom: 1.875rem; }
    @media only screen and (min-width: 600px) {
      .blog-post-body p {
        font-size: 1.142857142857143rem;
        margin-bottom: 2.142857142857143rem; } }
    @media only screen and (min-width: 980px) {
      .blog-post-body p {
        font-size: 1.285714285714286rem; } }
    @media only screen and (min-width: 1200px) {
      .blog-post-body p {
        font-size: 1.5rem; } }
    @media only screen and (min-width: 1600px) {
      .blog-post-body p {
        font-size: 1.415094339622642rem; } }
  .blog-post-body h2 {
    font-size: 1.3125rem;
    font-family: montserrat-bold;
    color: var(--blog-post-brand-color);
    letter-spacing: 0.006875rem;
    margin-bottom: .1875rem;
    text-transform: uppercase; }
    @media only screen and (min-width: 600px) {
      .blog-post-body h2 {
        font-size: 1.5rem;
        margin-bottom: 0.2142857142857143rem; } }
    @media only screen and (min-width: 980px) {
      .blog-post-body h2 {
        font-size: 1.5rem; } }
    @media only screen and (min-width: 1200px) {
      .blog-post-body h2 {
        font-size: 1.4375rem; } }
    @media only screen and (min-width: 1600px) {
      .blog-post-body h2 {
        font-size: 1.356132075471698rem; } }
  .blog-post-body img, .blog-post-body .wp-block-embed {
    margin-bottom: 1.875rem; }
    @media only screen and (min-width: 600px) {
      .blog-post-body img, .blog-post-body .wp-block-embed {
        margin-bottom: 2.142857142857143rem; } }
  .blog-post-body iframe {
    aspect-ratio: 16 / 9;
    max-width: 100%;
    display: block;
    margin: 0 auto; }

.install-polyiso {
  padding: 3.5rem 0 0; }
  @media only screen and (min-width: 768px) {
    .install-polyiso {
      padding: 4rem 0 0; } }
  @media only screen and (min-width: 1200px) {
    .install-polyiso {
      padding: 3.5rem 0 0; } }
  @media only screen and (min-width: 1600px) {
    .install-polyiso {
      padding: 4.186320754716981rem 0 0; } }

.install-polyiso__group {
  margin-bottom: 4.875rem; }
  @media only screen and (min-width: 600px) {
    .install-polyiso__group {
      margin-bottom: 4.875rem; } }
  @media only screen and (min-width: 768px) {
    .install-polyiso__group {
      margin-bottom: 5.571428571428571rem; } }
  @media only screen and (min-width: 1200px) {
    .install-polyiso__group {
      margin-bottom: 3.5rem; } }
  @media only screen and (min-width: 1600px) {
    .install-polyiso__group {
      margin-bottom: 4.599056603773585rem;
      max-width: 80%; } }
  .install-polyiso__group h2 {
    font-size: 1.6875rem;
    color: #537e6e;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: .625rem; }
    @media only screen and (min-width: 600px) {
      .install-polyiso__group h2 {
        margin-bottom: 2.1875rem; } }
    @media only screen and (min-width: 768px) {
      .install-polyiso__group h2 {
        font-size: 1.928571428571429rem;
        margin-bottom: 2.5rem; } }
    @media only screen and (min-width: 1200px) {
      .install-polyiso__group h2 {
        font-size: 1.6875rem;
        margin-bottom: 2.1875rem; } }
    @media only screen and (min-width: 1600px) {
      .install-polyiso__group h2 {
        font-size: 1.591981132075472rem;
        margin-bottom: 2.063679245283019rem; } }

@media only screen and (min-width: 600px) {
  .install-polyiso__grid {
    gap: 3.125rem 0;
    display: flex;
    flex-wrap: wrap; } }

@media only screen and (min-width: 768px) {
  .install-polyiso__grid {
    gap: 0; } }

@media only screen and (min-width: 980px) {
  .install-polyiso__grid {
    gap: 3.642857142857143rem 0; } }

@media only screen and (min-width: 1200px) {
  .install-polyiso__grid {
    gap: 3.1875rem 0;
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%; } }

@media only screen and (min-width: 1600px) {
  .install-polyiso__grid {
    gap: 2.94811320754717rem 0; } }

.install-polyiso__grid > div {
  border-bottom: 1px solid #d9dcde;
  padding: 1.5625rem 0; }
  @media only screen and (min-width: 600px) {
    .install-polyiso__grid > div {
      border-bottom: none;
      padding: 0 2.62rem 0 0;
      flex-basis: 50%;
      border-right: 1px solid #d9dcde; } }
  @media only screen and (min-width: 768px) {
    .install-polyiso__grid > div {
      flex-basis: 100%;
      border-bottom: 1px solid #d9dcde;
      padding: 2rem 0;
      border-right: none; } }
  @media only screen and (min-width: 980px) {
    .install-polyiso__grid > div {
      flex-basis: 50%;
      border-bottom: none;
      padding: 0 2.62rem 0 0;
      border-right: 1px solid #d9dcde; } }
  @media only screen and (min-width: 1200px) {
    .install-polyiso__grid > div {
      padding: 0 1.875rem; } }
  @media only screen and (min-width: 1600px) {
    .install-polyiso__grid > div {
      padding: 0 2.476415094339623rem; } }
  @media only screen and (min-width: 600px) {
    .install-polyiso__grid > div:nth-of-type(even) {
      padding: 0 0 0 2.62rem;
      border-right: none; } }
  @media only screen and (min-width: 768px) {
    .install-polyiso__grid > div:nth-of-type(even) {
      padding: 2rem 0; } }
  @media only screen and (min-width: 980px) {
    .install-polyiso__grid > div:nth-of-type(even) {
      padding: 0 0 0 2.62rem; } }
  @media only screen and (min-width: 1200px) {
    .install-polyiso__grid > div:nth-of-type(even) {
      padding: 0 1.875rem;
      border-right: 1px solid #d9dcde; } }
  @media only screen and (min-width: 1600px) {
    .install-polyiso__grid > div:nth-of-type(even) {
      padding: 0 2.476415094339623rem; } }
  @media only screen and (min-width: 1200px) {
    .install-polyiso__grid > div:nth-child(3n+3) {
      border-right: none;
      padding: 0 0 0 1.875rem; } }
  @media only screen and (min-width: 1600px) {
    .install-polyiso__grid > div:nth-child(3n+3) {
      padding: 0 0 0 2.476415094339623rem; } }
  @media only screen and (min-width: 1200px) {
    .install-polyiso__grid > div:nth-child(3n+1) {
      padding: 0 1.875rem 0 0; } }
  @media only screen and (min-width: 1600px) {
    .install-polyiso__grid > div:nth-child(3n+1) {
      padding: 0 2.476415094339623rem 0 0; } }
  .install-polyiso__grid > div:last-of-type {
    border-bottom: none;
    padding-bottom: 0; }
    @media only screen and (min-width: 600px) {
      .install-polyiso__grid > div:last-of-type {
        border-right: none; } }
    @media only screen and (min-width: 1200px) {
      .install-polyiso__grid > div:last-of-type {
        border-right: none; } }

@media only screen and (min-width: 600px) {
  .install-polyiso__item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%; } }

.install-polyiso__item h3 {
  font-family: montserrat-bold;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: #2e2e2e;
  margin-bottom: 1.0625rem; }
  @media only screen and (min-width: 600px) {
    .install-polyiso__item h3 {
      justify-self: flex-start;
      margin-bottom: auto;
      line-height: 1.2;
      padding-bottom: 1rem; } }
  @media only screen and (min-width: 768px) {
    .install-polyiso__item h3 {
      font-size: 1.428571428571429rem;
      margin-bottom: 1.214285714285714rem;
      line-height: 1.2;
      padding-bottom: 0; } }
  @media only screen and (min-width: 1200px) {
    .install-polyiso__item h3 {
      font-size: 1.25rem;
      margin-bottom: auto; } }
  @media only screen and (min-width: 1600px) {
    .install-polyiso__item h3 {
      font-size: 1.179245283018868rem; } }

.install-polyiso__description {
  font-family: 'Avenir Next', sans-serif;
  color: #4b4b4b;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1.1875rem; }
  @media only screen and (min-width: 768px) {
    .install-polyiso__description {
      font-size: 1.142857142857143rem;
      margin-bottom: 1.357142857142857rem; } }
  @media only screen and (min-width: 1200px) {
    .install-polyiso__description {
      font-size: 1rem;
      margin-top: 1.0625rem;
      margin-bottom: 1.1875rem;
      line-height: 1.3; } }
  @media only screen and (min-width: 1600px) {
    .install-polyiso__description {
      font-size: 0.9433962264150943rem;
      margin-top: 1.002358490566038rem;
      margin-bottom: 0.9433962264150943rem; } }

.install-polyiso__downloads {
  display: flex; }
  .install-polyiso__downloads a:link, .install-polyiso__downloads a:visited {
    color: #537e6e;
    font-family: 'Avenir Next', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-right: 2.375rem;
    text-decoration: none; }
    @media only screen and (min-width: 768px) {
      .install-polyiso__downloads a:link, .install-polyiso__downloads a:visited {
        font-size: 1.142857142857143rem;
        margin-right: 2.714285714285714rem; } }
    @media only screen and (min-width: 1200px) {
      .install-polyiso__downloads a:link, .install-polyiso__downloads a:visited {
        font-size: 1rem;
        margin-right: 1.875rem; } }
    @media only screen and (min-width: 1600px) {
      .install-polyiso__downloads a:link, .install-polyiso__downloads a:visited {
        font-size: 0.9433962264150943rem;
        margin-right: 1.768867924528302rem; } }
    .install-polyiso__downloads a:link:last-of-type, .install-polyiso__downloads a:visited:last-of-type {
      margin-right: 0; }
