/*!
  Theme Name: Drexel Metals
  Author: CCM Web Team
  Author URI: https://www.drexmet.com/
  Description: Custom theme for Drexel Metals website
  Version: 1.0
*/
/* additional resets */
a:visited {
  text-decoration: none; }

/* ------------
Global - from _global.scss
Stylesheet
2022
------------ */
/*
* Colors - from _global.scss
* ======================================
*/
/*
* Fonts
* ======================================
*/
@font-face {
  font-family: texta-heavy;
  src: url("../www.drexmet.com-v2/fonts/Texta/TextaHeavy.ttf");
  font-weight: normal; }

@font-face {
  font-family: texta-book;
  src: url("../www.drexmet.com-v2/fonts/Texta/TextaBook.ttf");
  font-weight: normal; }

@font-face {
  font-family: texta-bold;
  src: url("../www.drexmet.com-v2/fonts/Texta/TextaBold.ttf");
  font-weight: normal; }

@font-face {
  font-family: texta-light;
  src: url("../www.drexmet.com-v2/fonts/Texta/TextaLight.ttf");
  font-weight: normal; }

@font-face {
  font-family: texta-medium;
  src: url("../www.drexmet.com-v2/fonts/Texta/TextaMedium.ttf");
  font-weight: normal; }

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

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

/* all font decisions here */
p, .section-header, .section-sub-header, .link, .body-copy, .type-desc {
  font-family: sourceSansPro-regular, sans-serif; }

h1, h2, h3, h4 {
  font-family: texta-book, sans-serif; }

.primary-cta, .secondary-cta, h5, h6, .h7 {
  font-family: texta-heavy; }

.large-body {
  font-family: texta-light, sans-serif; }

/*
* 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, .h7 {
  margin: 0;
  font-weight: normal; }

h1 {
  font-size: 5rem;
  color: #434343; }

h2 {
  font-size: 3.75rem;
  color: #4a4a4a; }

h3 {
  font-size: 3.125rem;
  color: #414141; }

h4 {
  font-size: 2.5rem;
  color: #333333; }

h5, h6, .h7 {
  color: #003591; }

h5 {
  font-size: 1.875rem; }

h6 {
  font-size: 1.5rem; }

.h7 {
  font-size: 1.25rem; }

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

/*
* Button Styling
* ======================================
*/
/* primary */
.primary-cta {
  padding: 1.5vw 2.5vw;
  font-size: 1.5rem;
  background-color: #1741c4;
  border: 0.188rem solid #1741c4;
  text-decoration: none !important;
  display: block;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media only screen and (min-width: 768px) {
    .primary-cta {
      padding: 1vw 2vw;
      font-size: 1.25rem; } }
  @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: #003591;
  color: #ffffff;
  border-color: #003591; }

.primary-cta.disabled {
  background-color: #bcbebf;
  border: .188rem solid #bcbebf;
  color: white;
  cursor: not-allowed; }

/* secondary */
.secondary-cta {
  font-size: 1.125rem;
  color: #0048c4;
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer; }

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

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

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

.secondary-cta.disabled {
  color: #9fa1a4;
  cursor: not-allowed; }

.secondary-cta.disabled:hover::after {
  transform: scaleX(0); }

/*
* Main Global Styling
* ======================================
*/
.wrap {
  max-width: 1920px;
  margin: 0 auto; }

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

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

/* link */
.link {
  font-size: 1rem;
  color: #1741c4;
  cursor: pointer; }

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

/* section */
.section {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column; }

.section-header {
  font-size: .938rem;
  color: #7a7a7a;
  margin-bottom: 1.25rem; }

.section-sub-header {
  font-size: .75rem;
  color: #7a7a7a;
  margin-bottom: .625rem; }

.large-body {
  color: #43425d;
  font-size: 1.5rem; }

.body-copy {
  color: #43425d;
  font-size: 1.125rem; }

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

/* Provides specific styling for the contact form */
.contact-form-box {
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 5.5vh;
  padding-bottom: 5.5vh;
  padding-right: 5.5vw;
  padding-left: 5.5vw; }
  .contact-form-box .error-box {
    width: 100%; }
    .contact-form-box .error-box p {
      display: none;
      font-family: texta-medium;
      font-size: 1.25rem;
      color: #ffffff;
      background-color: #fc4545;
      padding: .25vw 1vw .25vw 1vw;
      border-radius: 3px;
      margin-bottom: 13px; }
  .contact-form-box .fm {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }

.contact-form {
  overflow: hidden; }
  .contact-form textarea {
    height: 110px !important;
    width: unset !important; }
  .contact-form label {
    margin-top: 15px; }
  .contact-form form {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
  .contact-form .wpforms-field-label {
    font-family: texta-light;
    font-size: 1.25rem; }
  .contact-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -moz-border-radius: 0;
    /* Firefox 1-3.6 */
    border-radius: 0;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    background-image: url("images/dropdownarrow.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 30px) center;
    background-size: 20px; }
  .contact-form .wpforms-field-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .contact-form .wpforms-field-container h3 {
      width: 100%;
      max-width: 510px;
      font-family: texta-medium;
      font-size: 20px;
      line-height: 1.23;
      text-align: left;
      color: #414141;
      margin: 0px !important; }
    .contact-form .wpforms-field-container label.wpforms-error {
      display: none !important; }
  .contact-form .wpforms-field {
    width: 100%; }
  .contact-form .wpforms-field-medium {
    min-width: 100%;
    height: 55px;
    padding-top: 13px;
    border: none;
    border-bottom: 1px solid #000000;
    font-family: texta-light;
    font-size: 1.25rem;
    padding-left: 0;
    background-color: #ffffff !important; }
  .contact-form .wpforms-field-checkbox, .contact-form .wpforms-field-radio {
    font-family: texta-medium;
    font-size: .85rem;
    padding-left: 0; }
    .contact-form .wpforms-field-checkbox .material-icons, .contact-form .wpforms-field-radio .material-icons {
      padding: 0px;
      margin-right: 10px; }
    .contact-form .wpforms-field-checkbox li, .contact-form .wpforms-field-radio li {
      display: flex;
      align-items: center;
      flex-direction: row;
      justify-content: flex-start; }
      .contact-form .wpforms-field-checkbox li label, .contact-form .wpforms-field-radio li label {
        display: inline;
        margin-top: 1vh;
        margin-bottom: 1vh; }
        .contact-form .wpforms-field-checkbox li label b, .contact-form .wpforms-field-radio li label b {
          font-weight: 700; }
  .contact-form .contact-us-btn {
    width: 100%;
    background-color: #0E45C4;
    font-family: texta-medium;
    text-transform: capitalize;
    border: none;
    text-align: left;
    padding-left: 1vw;
    padding-right: 1vw;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    height: 50px; }
    .contact-form .contact-us-btn:hover {
      background-color: #003591 !important;
      transition: all .4s ease;
      -webkit-transition: all .4s ease; }
  .contact-form .contact-us-submit {
    max-width: 200px; }
  .contact-form .contact-us-rep-btn {
    max-width: 350px;
    background-color: #0E45C4;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 17px;
    width: 100%; }
    .contact-form .contact-us-rep-btn:hover {
      background-color: #003591;
      transition: all .4s ease;
      -webkit-transition: all .4s ease; }
  .contact-form .wpforms-confirmation-container {
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; }
    .contact-form .wpforms-confirmation-container p {
      font-size: 1rem; }
    .contact-form .wpforms-confirmation-container:first-child p {
      padding-bottom: 2vh; }
    .contact-form .wpforms-confirmation-container:last-child p {
      padding-top: 2vh; }
  .contact-form .wpforms-submit-container {
    width: 100%;
    max-width: 510px;
    margin-top: .25vw; }
  .contact-form .wpforms-error {
    border-bottom: 1px solid #fc4545; }

/* Provides generic styling for all wp forms on the site. */
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

.contact-us-form-container {
  background-color: #f5f5f5;
  padding: 60px 10%;
  display: flex;
  font-family: 'Nunito Sans', sans-serif; }

.contact-us-text-container {
  font-size: 28px;
  font-family: eurostile, sans-serif;
  font-weight: 700;
  color: #003591; }

.form-container {
  background-color: #f5f5f5;
  padding: 60px 2%;
  display: flex;
  font-family: 'Nunito Sans', sans-serif; }

.fixed-width-form {
  max-width: 900px; }

textarea {
  resize: vertical; }

label.wpforms-error {
  display: none; }

.forms {
  display: flex;
  justify-content: center; }

.forms > form {
  display: flex;
  flex-direction: column; }

.line-break {
  width: 100%; }

.wpforms-field-container > div > h3 {
  font-family: eurostile, sans-serif;
  font-weight: 700;
  color: #00509e;
  margin-top: 30px; }
  @media only screen and (min-width: 768px) {
    .wpforms-field-container > div > h3 {
      width: 800px; } }

/* Style custom HTML fields used as headers */
.wpforms-field-html > div > h3 {
  font-family: eurostile, sans-serif;
  font-weight: 700;
  color: #00509e;
  margin-top: 30px;
  margin-bottom: 5px; }
  @media only screen and (min-width: 768px) {
    .wpforms-field-html > div > h3 {
      width: 800px; } }

.pg-header::before {
  background: #00509e; }

.pg-header {
  height: 223px; }

.pg-header > .wrap {
  height: 100%;
  min-height: 0px;
  margin-top: 11px; }

.pg-title > h1 {
  font-size: 35px;
  font-weight: bold; }

.formfield {
  margin: 1px 9px 10px 1.1px;
  color: #58595a; }

.formfield > input,
.formfield > div > input {
  height: 46px;
  border-radius: 2px;
  border: solid 1px #939393;
  background-color: #fff;
  padding-left: 12px;
  padding-top: 6px; }
  @media only screen and (min-width: 921px) {
    .formfield > input,
    .formfield > div > input {
      width: 422px; } }
  @media only screen and (min-width: 821px) and (max-width: 920px) {
    .formfield > input,
    .formfield > div > input {
      width: 380px; } }
  @media only screen and (min-width: 768px) and (max-width: 820px) {
    .formfield > input,
    .formfield > div > input {
      width: 338px; } }

.wpforms-field-textarea > textarea {
  height: 97px;
  border-radius: 2px;
  border: solid 1px #939393;
  background-color: #fff;
  padding-left: 12px;
  padding-top: 12px; }
  @media only screen and (min-width: 921px) {
    .wpforms-field-textarea > textarea {
      width: 855px; } }
  @media only screen and (min-width: 821px) and (max-width: 920px) {
    .wpforms-field-textarea > textarea {
      width: 771px; } }
  @media only screen and (min-width: 768px) and (max-width: 820px) {
    .wpforms-field-textarea > textarea {
      width: 688px; } }

.formfield > select {
  color: #58595a;
  padding-left: 12px;
  height: 46px;
  border-radius: 2px;
  border: solid 1px #939393;
  background-color: #fff;
  padding-top: 6px; }
  @media only screen and (min-width: 921px) {
    .formfield > select {
      width: 422px; } }
  @media only screen and (min-width: 821px) and (max-width: 920px) {
    .formfield > select {
      width: 380px; } }
  @media only screen and (min-width: 768px) and (max-width: 820px) {
    .formfield > select {
      width: 338px; } }

.formfield > input,
.formfield > div > input {
  height: 46px;
  border-radius: 2px;
  border: solid 1px #939393;
  background-color: #fff;
  padding-top: 6px; }
  @media only screen and (min-width: 921px) {
    .formfield > input,
    .formfield > div > input {
      width: 422px; } }
  @media only screen and (min-width: 821px) and (max-width: 920px) {
    .formfield > input,
    .formfield > div > input {
      width: 380px; } }
  @media only screen and (min-width: 768px) and (max-width: 820px) {
    .formfield > input,
    .formfield > div > input {
      width: 338px; } }

.wpforms-field-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0 auto; }

.wpforms-field-container > div > label {
  position: absolute;
  cursor: text;
  color: #575859; }

.wpforms-field-container.contact-us {
  padding-left: 15%; }

.asterisk:after {
  content: '* ';
  color: red; }

.clear-asterisk > label::before {
  content: ''; }

.wpforms-required-label {
  display: none; }

.formfield-small > select {
  height: 46px;
  border-radius: 2px;
  border: solid 1px #939393;
  background-color: #fff; }
  @media only screen and (min-width: 921px) {
    .formfield-small > select {
      width: 206px; } }
  @media only screen and (min-width: 821px) and (max-width: 920px) {
    .formfield-small > select {
      width: 185px; } }
  @media only screen and (min-width: 768px) and (max-width: 820px) {
    .formfield-small > select {
      width: 164px; } }

.formfield-small > input {
  height: 46px;
  border-radius: 2px;
  border: solid 1px #939393;
  background-color: #fff; }
  @media only screen and (min-width: 921px) {
    .formfield-small > input {
      width: 206px; } }
  @media only screen and (min-width: 821px) and (max-width: 920px) {
    .formfield-small > input {
      width: 185px; } }
  @media only screen and (min-width: 768px) and (max-width: 820px) {
    .formfield-small > input {
      width: 164px; } }

@media only screen and (min-width: 921px) {
  .formfield-large > input {
    width: 855px; } }

@media only screen and (min-width: 821px) and (max-width: 920px) {
  .formfield-large > input {
    width: 771px; } }

@media only screen and (min-width: 768px) and (max-width: 820px) {
  .formfield-large > input {
    width: 688px; } }

.wpforms-datepicker {
  padding-left: 12px; }

.wpforms-field-file-upload {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  margin-bottom: 10px; }
  @media only screen and (min-width: 921px) {
    .wpforms-field-file-upload {
      width: 855px; } }
  @media only screen and (min-width: 821px) and (max-width: 920px) {
    .wpforms-field-file-upload {
      width: 771px; } }
  @media only screen and (min-width: 768px) and (max-width: 820px) {
    .wpforms-field-file-upload {
      width: 688px; } }

.modern-title {
  position: absolute;
  padding-top: 6px;
  width: 118px; }

.wpforms-field-file-upload > label {
  display: block;
  position: relative !important;
  margin: 15px 0px 5px 0px;
  margin-left: 0; }

div.wpforms-container div.wpforms-uploader {
  background-color: none;
  background: none;
  border: none;
  border-radius: 0px;
  padding: 35px 0px;
  position: relative;
  justify-content: normal;
  align-items: normal;
  cursor: default; }

.wpforms-field-file-upload > .wpforms-error {
  display: none; }

.wpforms-has-error > .wpforms-uploader > .dz-message > .modern-title {
  border: solid 2px #be1a1a; }

.wpforms-field-file-upload > .wpforms-uploader.dz-started > .dz-message > span.modern-title {
  border: none; }

.wpforms-field-file-upload > .wpforms-uploader.dz-started > .dz-message {
  margin-bottom: 35px; }

.wpforms-field-file-upload > .wpforms-uploader .dz-preview {
  padding: 6px 20px;
  margin-top: 30px; }

.wpforms-field-file-upload > .wpforms-uploader .dz-preview {
  border: 1px solid #939393 !important; }

div.wpforms-container div.wpforms-uploader .dz-message.hide + .dz-preview {
  padding-top: 10px !important; }

.dz-message {
  align-items: flex-start; }

.dz-message svg {
  display: none; }

.dz-message .modern-hint {
  background-color: #fcfcfc;
  font-family: texta-medium;
  margin-top: 45px; }

.dz-preview {
  color: #58595a;
  position: initial; }
  @media only screen and (min-width: 921px) {
    .dz-preview {
      width: 855px; } }
  @media only screen and (min-width: 821px) and (max-width: 920px) {
    .dz-preview {
      width: 771px; } }
  @media only screen and (min-width: 768px) and (max-width: 820px) {
    .dz-preview {
      width: 688px; } }

div.wpforms-container div.wpforms-uploader .dz-preview {
  border-bottom: 1px solid #939393 !important; }

.wpforms-uploader .dz-message .modern-title {
  font-family: texta-medium;
  display: inline-flex;
  font-size: 14px;
  color: #ffffff;
  background-color: #1741c4;
  border: none;
  width: 234px;
  height: 34px;
  flex-direction: row;
  justify-content: center;
  cursor: pointer; }
  .wpforms-uploader .dz-message .modern-title:hover {
    transition: all 0.3s ease-in-out;
    background-color: #003591;
    color: #ffffff; }

.wpforms-uploader .dz-size {
  display: none; }

.wpforms-uploader .dz-image {
  display: none; }

div.wpforms-container div.wpforms-uploader .dz-preview {
  margin: 0;
  padding: 10px 20px; }

div.wpforms-container div.wpforms-uploader .dz-preview .dz-remove {
  top: 12px; }

.dz-progress {
  bottom: 3px;
  left: 20px; }

.dz-remove {
  background: none;
  color: #58595a;
  border: 2px solid #58595a;
  border-radius: 10px;
  right: 15px !important; }

.dz-remove::before {
  content: '';
  height: 7px;
  width: 1px;
  background-color: #000;
  position: absolute;
  display: block;
  top: 1px !important;
  right: 7px !important; }

.dz-remove::after {
  content: '';
  height: 7px;
  width: 1px;
  background-color: #000;
  position: absolute;
  display: block;
  top: 1px !important;
  right: 7px !important; }

.dz-filename {
  font: 16px 'Lato', sans-serif; }

.small-icon {
  font-size: 18px;
  line-height: 25px; }

.checkbox-clear-margins ul {
  margin: 0px; }

.wpforms-field-checkbox {
  display: flex; }

.wpforms-field-checkbox.checkbox-show-label > label {
  display: block;
  margin: 0px; }

.wpforms-field-radio ul, .wpforms-field-checkbox ul {
  list-style-type: none;
  padding: 0;
  margin-top: 45px; }

.wpforms-field-radio.wpforms-has-error > ul, .wpforms-field-checkbox.wpforms-has-error > ul {
  border: 1px solid #fc4545; }

.wpforms-field-checkbox input[type=checkbox] {
  margin-right: 15px;
  width: 18px;
  height: 18px;
  width: 20px;
  display: none; }

.wpforms-submit {
  width: 200px;
  height: 45px;
  margin-top: -5px;
  margin-left: 1px;
  background-color: #00509e;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase; }

.quote-request-btn {
  margin-top: 25px;
  background-color: #1741c4 !important; }
  .quote-request-btn:hover {
    background-color: #003591 !important; }

#wpforms-451-field_8-container > label, #wpforms-3099-field_3-container > label {
  font-size: 12px;
  margin-top: 0px;
  cursor: default; }

@media only screen and (min-width: 921px) {
  .disclaimer {
    width: 855px; } }

@media only screen and (min-width: 821px) and (max-width: 920px) {
  .disclaimer {
    width: 771px; } }

@media only screen and (min-width: 768px) and (max-width: 820px) {
  .disclaimer {
    width: 688px; } }

@media only screen and (max-width: 767px) {
  .wpforms-field-divider {
    width: 100%; }
  .wpforms-field-divider > h3 {
    font-family: eurostile, sans-serif;
    font-weight: 700;
    width: 100%; }
  .wpforms-field-html > div > h3 {
    font-family: eurostile, sans-serif;
    font-weight: 700;
    width: 100%;
    margin-bottom: 0px; }
  .formfield-small-left {
    margin-right: 1%; }
  .formfield-small-right {
    margin-left: 1%; }
  .formfield > input,
  .formfield > div > input {
    width: 100%; }
  .formfield > select {
    width: 100%; }
  .formfield-large > input {
    width: 100%; }
  .wpforms-field-textarea > textarea {
    width: 100%; }
  .dz-preview {
    width: 100%; }
  .bdy > .wrap {
    padding: 0 15px; }
  .disclaimer {
    width: 100%; }
  .wpforms-field-container > div > label {
    font-size: 15px; }
  .forms {
    max-width: 767px;
    width: 100%; }
  .forms > form {
    width: 535px;
    overflow: hidden; }
  .formfield {
    width: 100%; }
  .wpforms-field-container.contact-us {
    padding-left: 0; }
  .contact-us-form-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 7% 40px; }
  .contact-us-text-container {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 1.2;
    max-width: 550px; } }

@media only screen and (max-width: 566px) {
  .forms {
    width: 100%;
    max-width: 566px; }
  .forms > form {
    width: 400px;
    overflow: hidden; }
  .contact-us-text-container {
    max-width: 390px; } }

@media only screen and (max-width: 447px) {
  .forms {
    width: 100%;
    max-width: 447px; }
  .forms > form {
    width: 365px;
    overflow: hidden; }
  .wpforms-field-container {
    align-items: flex-start; }
  .wpforms-field-container > div > label {
    font-size: 14px; } }

@media only screen and (max-width: 390px) {
  .forms > form {
    width: 285px;
    overflow: hidden; } }

#wpadminbar {
  display: none; }

.body {
  margin-top: 70px; }
  @media only screen and (min-width: 768px) {
    .body {
      margin-top: 130px; } }

#the-darkness {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #000;
  opacity: 13%; }

.lighter-text {
  opacity: 50%; }

.opaque {
  opacity: 13%;
  transition: opacity 0.3s; }

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

.fade-away {
  opacity: 0;
  transition: opacity 0.3s; }

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

.cursor-default {
  cursor: default; }

@media only screen and (min-width: 980px) {
  .mega-menu-ul .menu-item:not(.nav-link) {
    padding-top: .25vw; } }

li.menu-item-has-children + ul.mega-menu-ul {
  padding-bottom: .75vw; }

.hdr {
  background: #ffffff;
  color: #333;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  font-family: texta-book, sans-serif;
  font-size: 1rem; }
  .hdr .wrap {
    display: flex; }
  .hdr .nav-wrap {
    display: none; }
    .hdr .nav-wrap li, .hdr .nav-wrap a {
      width: 100%; }
      @media only screen and (min-width: 768px) {
        .hdr .nav-wrap li, .hdr .nav-wrap a {
          width: unset; } }
    @media only screen and (max-width: 767px) {
      .hdr .nav-wrap {
        background: #ffffff;
        right: 0;
        position: absolute;
        top: 0;
        width: 85%;
        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; } }
  .hdr .nav-primary {
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: -moz-available;
    width: -webkit-fill-available;
    width: 100%;
    background: #ffffff; }
    @media only screen and (min-width: 768px) {
      .hdr .nav-primary {
        padding: 0 8px 0 5px; } }

@media only screen and (max-width: 767px) and (max-height: 700px) {
  .hdr .nav-primary {
    height: 80vh;
    height: calc(var(--vh, 1vh) * 80); } }

@media only screen and (max-width: 767px) and (min-height: 701px) {
  .hdr .nav-primary {
    height: 82vh;
    height: calc(var(--vh, 1vh) * 82); } }
    @media only screen and (min-width: 1500px) {
      .hdr .nav-primary {
        justify-content: flex-start; } }
  .hdr .nav-secondary {
    color: #ffffff;
    order: -1;
    display: flex;
    font-family: texta-heavy, sans-serif;
    margin-left: auto;
    background: #273e86;
    width: -moz-available;
    width: -webkit-fill-available;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .hdr .nav-secondary {
        padding: 2.25vw 2.25vw 2.25vw 20px;
        height: 20vh;
        height: calc(var(--vh, 1vh) * 20); } }
  .hdr ul {
    margin: 0;
    list-style: none;
    padding: 0; }
  .hdr li {
    display: inline-block; }
  .hdr a {
    text-decoration: none; }
  .hdr .logo {
    display: none;
    margin-left: 2vw; }
    @media only screen and (min-width: 768px) {
      .hdr .logo {
        display: block;
        width: 20%; } }
    @media only screen and (min-width: 768px) {
      .hdr .logo {
        width: 15%; } }
    @media only screen and (min-width: 1500px) {
      .hdr .logo {
        width: 16%; } }
    @media only screen and (min-width: 1920px) {
      .hdr .logo {
        width: 15%; } }
  .hdr .logo-mobile {
    height: 70px;
    align-items: center;
    display: flex;
    padding: 0 20px 0 20px;
    max-width: 70%; }
    .hdr .logo-mobile img {
      height: 18vw; }
      @media only screen and (max-width: 399px) {
        .hdr .logo-mobile img {
          height: 12vw; } }
      @media only screen and (min-width: 400px) {
        .hdr .logo-mobile img {
          height: 14vw; } }
      @media only screen and (min-width: 475px) {
        .hdr .logo-mobile img {
          height: 10vw; } }
      @media only screen and (min-width: 600px) {
        .hdr .logo-mobile img {
          height: 8vw; } }
    @media only screen and (min-width: 768px) {
      .hdr .logo-mobile {
        display: none; } }

.nav-primary .menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column; }
  @media only screen and (max-width: 825px) {
    .nav-primary .menu {
      width: 81%; } }
  @media only screen and (min-width: 768px) {
    .nav-primary .menu {
      flex-direction: row;
      width: 80%; } }
  @media only screen and (min-width: 980px) {
    .nav-primary .menu {
      width: 62%;
      padding-left: 2vw; } }
  @media only screen and (min-width: 843px) {
    .nav-primary .menu {
      width: 70%; } }
  @media only screen and (min-width: 1200px) {
    .nav-primary .menu {
      width: 87%;
      padding-left: 0.5vw; } }
  @media only screen and (min-width: 1600px) {
    .nav-primary .menu {
      width: 75%;
      padding-left: 0.5vw; } }
  @media only screen and (min-width: 768px) {
    .nav-primary .menu li {
      margin: 0 3px; } }

.menu-secondary-container {
  display: flex;
  align-items: center;
  padding-left: 5px;
  margin-left: unset;
  height: unset; }
  @media only screen and (min-width: 768px) {
    .menu-secondary-container {
      margin-left: auto;
      height: 41px;
      padding-left: 0; } }

#menu-secondary {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 1vw; }
  @media only screen and (min-width: 768px) {
    #menu-secondary {
      flex-direction: row; } }
  #menu-secondary a {
    color: inherit;
    font-size: 1.4rem; }
    @media only screen and (min-width: 768px) {
      #menu-secondary a {
        font-size: .8rem; } }
  #menu-secondary li {
    padding: 1vw 0; }
    #menu-secondary li a {
      letter-spacing: .56px; }
      @media only screen and (min-width: 768px) {
        #menu-secondary li a {
          padding: 0 1vw;
          border-right: 0.125rem #ffffff solid; } }
    #menu-secondary li:last-child a {
      border: none; }
      @media only screen and (min-width: 768px) {
        #menu-secondary li:last-child a {
          border-right: none; } }

.nav-secondary li > a {
  display: flex;
  align-items: center; }
  .nav-secondary li > a:hover {
    text-decoration: underline; }

input.searchbar {
  border: solid 1px #505050;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  padding: 5px 35px 5px 2px;
  text-indent: 10px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 2s;
  transition: all 0.2s;
  height: 43px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: texta-heavy; }
  input.searchbar::placeholder {
    letter-spacing: .065rem;
    color: #20202075;
    font-family: texta-heavy; }
  @media only screen and (min-width: 768px) {
    input.searchbar {
      width: 131px; } }
  @media only screen and (min-width: 805px) {
    input.searchbar {
      width: 133px; } }
  @media only screen and (min-width: 825px) {
    input.searchbar {
      width: 145px; } }
  @media only screen and (min-width: 843px) {
    input.searchbar {
      width: 150px; } }
  @media only screen and (min-width: 1057px) {
    input.searchbar {
      width: 190px; } }

.nav-parent input:focus-visible {
  outline: none !important; }

input:focus > .searchbar {
  background-position: -20px center;
  text-indent: 0;
  width: 50%; }

.search-toggle {
  cursor: pointer;
  border: 0;
  background: 0 0;
  position: absolute;
  right: 65px;
  top: 19px;
  z-index: 999; }
  @media only screen and (min-width: 768px) {
    .search-toggle {
      display: none; } }

#nav-mobile-search-btn {
  height: 21px; }

.desktop-search-container {
  display: none; }
  .desktop-search-container .searchbar {
    position: relative;
    font-family: texta-heavy;
    font-size: 14px;
    color: #202020; }
  @media only screen and (min-width: 768px) {
    .desktop-search-container {
      display: block;
      margin-right: 1.4vw; } }

.searchbar img.search-icon {
  position: absolute;
  right: 0px;
  top: 0px;
  margin-top: 12px;
  margin-right: 13px;
  cursor: pointer;
  height: 18px;
  width: 19px; }

.mobile-search-container {
  padding: 0 2vw;
  margin: 1vw 0; }
  .mobile-search-container > .searchbar > form > input.searchbar {
    width: -moz-available;
    width: -webkit-fill-available;
    width: 100%;
    padding: 5px 35px 5px 5px;
    font-size: 1rem;
    background-size: 1.15rem;
    background-position: 1.25%;
    font-family: texta-heavy;
    font-size: 14px;
    color: #202020; }
  @media only screen and (min-width: 768px) {
    .mobile-search-container {
      display: none; } }
  .mobile-search-container .searchbar {
    position: relative; }

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

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

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

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

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

.nav-hover-effect {
  display: inline-flex;
  position: relative;
  align-items: center;
  padding-right: .5vw; }
  .nav-hover-effect::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    top: 99%;
    left: 0;
    background: #273e86;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.1s; }
  .nav-hover-effect:hover::after {
    transform: scaleX(1);
    transform-origin: left;
    transition: transform 0.5s; }
  .nav-hover-effect .show-first {
    display: inline; }
  .nav-hover-effect .show-second {
    display: none; }

.nav-parent a .nav-hover-effect {
  color: #333;
  font-family: texta-book, sans-serif; }
  @media only screen and (max-width: 767px) {
    .nav-parent a .nav-hover-effect {
      font-size: 1.5rem; } }
  @media only screen and (min-width: 768px) {
    .nav-parent a .nav-hover-effect {
      font-size: .85rem; } }
  @media only screen and (min-width: 950px) {
    .nav-parent a .nav-hover-effect {
      font-size: .9rem; } }
  @media only screen and (min-width: 1000px) {
    .nav-parent a .nav-hover-effect {
      font-size: 1rem; } }
  @media only screen and (min-width: 1920px) {
    .nav-parent a .nav-hover-effect {
      font-size: 1.2rem; } }

.nav-parent .nav-hover-effect {
  padding: 4.5vw 25px; }
  @media only screen and (min-width: 600px) {
    .nav-parent .nav-hover-effect {
      padding: 3vw 25px; } }
  @media only screen and (min-width: 768px) {
    .nav-parent .nav-hover-effect {
      padding: 1vw .25vw; } }
  @media only screen and (min-width: 1200px) {
    .nav-parent .nav-hover-effect {
      padding: 1vw 1vw; } }
  @media only screen and (min-width: 1350px) {
    .nav-parent .nav-hover-effect {
      padding: 1vw 1.25vw; } }
  @media only screen and (min-width: 1450px) {
    .nav-parent .nav-hover-effect {
      padding: 1vw 1.75vw; } }

.nav-parent:last-of-type > .nav-hover-effect:hover::after, .nav-parent:last-of-type > .nav-hover-effect::after {
  background: none;
  transition: none;
  transform: none;
  display: none; }

.nav-parent:last-of-type > .nav-hover-effect > .material-icons,
.nav-parent:last-of-type > .nav-hover-effect > #show-first,
.nav-parent:last-of-type > .nav-hover-effect > #show-second {
  display: none; }

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

@media only screen and (max-width: 767px) {
  .nav-heading {
    padding: 1.25vw 0 0 0; } }

.nav-heading:not(.nav-parent), .nav-heading a {
  color: #0048c4;
  cursor: pointer;
  font-family: texta-medium, sans-serif;
  font-size: 1.25rem; }
  @media only screen and (min-width: 768px) {
    .nav-heading:not(.nav-parent), .nav-heading a {
      font-size: 1.125rem; } }

.nav-link, .nav-link > a {
  font-family: texta-book, sans-serif;
  color: #313131;
  font-size: 1.188rem; }
  @media only screen and (min-width: 768px) {
    .nav-link, .nav-link > a {
      font-size: .9375rem; } }

.mega-menu {
  z-index: -1;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 1.05vw 2%;
  position: fixed;
  text-align: left;
  background-color: #ffffff;
  transition-timing-function: linear;
  transform-origin: bottom;
  top: 10px;
  overflow-y: auto; }
  @media only screen and (max-width: 767px) {
    .mega-menu {
      z-index: 1;
      width: 90%;
      flex-direction: column-reverse;
      left: unset;
      padding: 0;
      transform: translateX(100%); } }
  @media only screen and (min-width: 768px) and (max-width: 872px) {
    .mega-menu {
      height: 300px !important;
      transform: translateY(-300px);
      padding: .25vw; } }
  @media only screen and (min-width: 873px) and (max-width: 1199px) {
    .mega-menu {
      height: 300px !important;
      transform: translateY(-300px); } }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .mega-menu {
      height: 425px !important;
      transform: translateY(-425px); } }
  @media only screen and (min-width: 1500px) {
    .mega-menu {
      height: 425px !important;
      transform: translateY(-425px); } }
  @media only screen and (min-width: 768px) {
    .mega-menu {
      background-color: #f4f6f9;
      top: 146px; } }

@media only screen and (max-width: 767px) {
  .nav-parent {
    font-size: 1.5rem; } }

@media only screen and (min-width: 768px) {
  .nav-parent {
    font-size: .85rem; } }

@media only screen and (min-width: 950px) {
  .nav-parent {
    font-size: .9rem; } }

@media only screen and (min-width: 1000px) {
  .nav-parent {
    font-size: 1rem; } }

@media only screen and (min-width: 1920px) {
  .nav-parent {
    font-size: 1.2rem; } }

.mega-menu-separator {
  width: 94%;
  position: fixed;
  top: 0px;
  left: 3%; }

.mega-menu-links {
  width: 85.5%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  position: fixed;
  top: 0;
  left: 15px;
  overflow-y: auto;
  overflow-x: hidden; }
  @media only screen and (min-width: 768px) {
    .mega-menu-links {
      top: 0;
      left: 0;
      position: relative;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      height: 84% !important; } }
  @media only screen and (min-width: 980px) {
    .mega-menu-links {
      height: 89% !important; } }
  @media only screen and (min-width: 1600px) {
    .mega-menu-links {
      width: 44%; } }
  @media only screen and (min-width: 1920px) {
    .mega-menu-links {
      height: 84% !important; } }

.mega-menu-column {
  display: flex;
  flex-direction: column;
  padding-left: 3vw; }
  .mega-menu-column:nth-child(3) {
    padding-top: 1vw;
    margin-top: 2vw; }
    @media only screen and (min-width: 768px) {
      .mega-menu-column:nth-child(3) {
        padding: 0;
        margin: 0; } }
  .mega-menu-column:nth-last-child(2) {
    padding-bottom: 6vw; }
    @media only screen and (min-width: 768px) {
      .mega-menu-column:nth-last-child(2) {
        padding: 0; } }
  @media only screen and (min-width: 768px) {
    .mega-menu-column {
      padding-left: 0; } }
  .mega-menu-column .menu > li {
    margin: 0 0 0 5vw !important; }

.mega-menu-cta {
  position: relative;
  margin-top: 4vw; }
  @media only screen and (min-width: 768px) {
    .mega-menu-cta {
      margin-top: 0;
      width: 40%; } }
  .mega-menu-cta img {
    position: relative;
    width: 100%;
    height: 65vw;
    object-fit: cover; }
    @media only screen and (max-width: 325px) {
      .mega-menu-cta img {
        height: 80vw; } }
    @media only screen and (min-width: 600px) {
      .mega-menu-cta img {
        height: 45vw; } }
    @media only screen and (min-width: 768px) {
      .mega-menu-cta img {
        width: 100%;
        height: 100%; } }
  .mega-menu-cta .text {
    position: absolute;
    bottom: 10%;
    left: 2%;
    width: 65%; }
    @media only screen and (min-width: 600px) {
      .mega-menu-cta .text {
        width: 60%; } }
    @media only screen and (min-width: 768px) {
      .mega-menu-cta .text {
        bottom: 7%;
        width: 80%; } }
    .mega-menu-cta .text a {
      width: 200px; }
      @media only screen and (min-width: 768px) {
        .mega-menu-cta .text a {
          width: 225px; } }
      @media only screen and (min-width: 980px) {
        .mega-menu-cta .text a {
          width: 275px; } }
  .mega-menu-cta h5 {
    font-family: texta-book, sans-serif;
    color: #ffffff;
    padding-bottom: 1vw;
    font-size: 2.5rem;
    line-height: 2.5rem; }
    @media only screen and (min-width: 600px) {
      .mega-menu-cta h5 {
        font-size: 3.25rem;
        line-height: 3.25rem; } }
    @media only screen and (min-width: 768px) {
      .mega-menu-cta h5 {
        font-size: 3.5rem;
        line-height: 3.5rem; } }
  .mega-menu-cta .primary-cta {
    font-size: 1rem;
    width: 68%;
    padding: 2vw 1.25vw;
    color: #ffffff; }
    @media only screen and (min-width: 600px) {
      .mega-menu-cta .primary-cta {
        padding: 1.25vw; } }
    @media only screen and (min-width: 768px) {
      .mega-menu-cta .primary-cta {
        padding: 0.75vw 1vw; } }
    @media only screen and (min-width: 980px) {
      .mega-menu-cta .primary-cta {
        width: 60%; } }
  .mega-menu-cta .over {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.05)); }
  .mega-menu-cta.desktop-cta {
    display: none; }
    @media only screen and (min-width: 768px) {
      .mega-menu-cta.desktop-cta {
        display: block; } }

.mobile-only-cta {
  background: #f4f6f9;
  padding-bottom: 1vw; }

.mobile-only-cta .mega-menu-cta {
  display: block; }
  @media only screen and (min-width: 768px) {
    .mobile-only-cta .mega-menu-cta {
      display: none; } }

.mega-menu-ul {
  display: flex;
  flex-direction: column; }
  .mega-menu-ul li a .material-icons {
    margin-top: .4vh; }
    @media only screen and (max-width: 1600px) {
      .mega-menu-ul li a .material-icons {
        margin-top: .2vh; } }
    @media only screen and (max-width: 900px) {
      .mega-menu-ul li a .material-icons {
        margin-top: .175vh; } }

.mega-menu-show {
  transform: translateY(0);
  transform-origin: top;
  display: flex;
  box-shadow: 0px 0px 4px 0px #a9a9a9; }
  @media only screen and (max-width: 767px) {
    .mega-menu-show {
      transform: translateX(0);
      transform-origin: right;
      box-shadow: none; }
      .mega-menu-show .mega-menu-mobile-top {
        width: 100%;
        background: #ffffff; }
        .mega-menu-show .mega-menu-mobile-top:first-child {
          width: 100%;
          font-family: texta-medium, sans-serif;
          padding: 1vw;
          font-size: 1.125rem; }
      .mega-menu-show .parent {
        font-size: 1.5rem;
        border-bottom: solid #273e86 3px;
        padding: 1vw; }
      .mega-menu-show .mega-menu-column {
        background-color: #f4f6f9; } }

.quick-links {
  display: none; }
  @media only screen and (min-width: 768px) {
    .quick-links {
      position: absolute;
      bottom: 3%;
      left: 1%;
      display: flex;
      padding: 1vw 0;
      background: rgba(45, 67, 137, 0.03);
      width: 55%;
      align-items: center; } }
  @media only screen and (min-width: 1600px) {
    .quick-links {
      padding: 16px 0; } }
  .quick-links * {
    padding: 0 1vw;
    font-family: texta-medium, sans-serif; }
  @media only screen and (max-width: 870px) {
    .quick-links {
      width: auto; } }

.links-title {
  border-right: .063rem #707070 solid;
  font-size: 1rem;
  color: #333; }
  @media only screen and (min-width: 980px) {
    .links-title {
      padding-right: 2vw;
      font-size: 1.2rem; } }

a.individual-link {
  color: #1c5bca; }

a.individual-link:hover {
  text-decoration: underline; }

.search-checkboxes.hidden-filters {
  display: none; }

/* hero slider styling */
.hero-slider {
  /* 
    add overlay to image
    */ }
  .hero-slider .wrap {
    max-width: 100%; }
  .hero-slider .primary-cta {
    font-size: 1rem; }
    @media only screen and (max-width: 400px) {
      .hero-slider .primary-cta {
        width: 55%; } }
    @media only screen and (min-width: 401px) {
      .hero-slider .primary-cta {
        width: 45%; } }
    @media only screen and (min-width: 600px) {
      .hero-slider .primary-cta {
        width: 33%; } }
    @media only screen and (min-width: 768px) {
      .hero-slider .primary-cta {
        width: 21vw; } }
    @media only screen and (min-width: 1600px) {
      .hero-slider .primary-cta {
        width: 13vw; } }
  @media only screen and (max-width: 767px) {
    .hero-slider .arrow-small {
      font-size: 1.2rem; } }
  .hero-slider h1 {
    font-size: 18vw;
    line-height: 15vw; }
    @media screen and (min-width: 400px) {
      .hero-slider h1 {
        font-size: 15vw;
        line-height: 13vw; } }
    @media only screen and (min-width: 600px) {
      .hero-slider h1 {
        line-height: 4.294rem;
        font-size: 5rem; } }
  .hero-slider p {
    font-size: 1.125rem;
    padding: .7vw 0; }
    @media only screen and (min-width: 768px) {
      .hero-slider p {
        font-size: 1.375rem; } }
  .hero-slider .main-text, .hero-slider h1, .hero-slider .primary-cta a {
    color: #ffffff; }
  .hero-slider .display-img, .hero-slider .display-img img {
    position: relative;
    width: 100%;
    object-fit: cover; }
  .hero-slider .over {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.05)); }
    .hero-slider .over .main-text {
      height: 100%;
      position: relative;
      display: flex;
      align-items: center; }
      @media only screen and (min-width: 768px) {
        .hero-slider .over .main-text {
          position: absolute;
          top: -10%; } }
      @media only screen and (min-width: 980px) {
        .hero-slider .over .main-text {
          top: 0;
          position: relative;
          align-items: baseline; } }
      .hero-slider .over .main-text .move {
        margin: 0 2.15vw; }
        .hero-slider .over .main-text .move p {
          width: 85%; }
        @media only screen and (min-width: 980px) {
          .hero-slider .over .main-text .move {
            margin-right: 0;
            position: absolute;
            bottom: 11%;
            width: 55%; }
            .hero-slider .over .main-text .move p {
              width: 65%; } }
        @media only screen and (min-width: 1600px) {
          .hero-slider .over .main-text .move {
            width: 37%; } }

.hero-slider .display-img, .hero-slider .display-img img, .slider-content .swiper-container {
  height: 110vw; }
  @media only screen and (min-width: 600px) {
    .hero-slider .display-img, .hero-slider .display-img img, .slider-content .swiper-container {
      height: 100vw; } }
  @media only screen and (min-width: 768px) {
    .hero-slider .display-img, .hero-slider .display-img img, .slider-content .swiper-container {
      height: 55vw; } }
  @media only screen and (min-width: 980px) {
    .hero-slider .display-img, .hero-slider .display-img img, .slider-content .swiper-container {
      height: 40vw; } }
  @media only screen and (min-width: 1200px) {
    .hero-slider .display-img, .hero-slider .display-img img, .slider-content .swiper-container {
      height: 38vw; } }
  @media only screen and (min-width: 1600px) {
    .hero-slider .display-img, .hero-slider .display-img img, .slider-content .swiper-container {
      height: 34.5vw; } }

/* styling for slider and the pagination contents */
.slider-content {
  position: relative;
  overflow: hidden; }
  .slider-content .swiper-container {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .slider-content .swiper-container .swiper-pagination-overlay {
        display: block;
        background: #ffffff;
        position: absolute;
        bottom: 0;
        right: 0;
        height: 22%;
        z-index: 1; } }
    @media only screen and (min-width: 980px) {
      .slider-content .swiper-container .swiper-pagination-overlay {
        height: 26.5%;
        width: 60%; } }
    @media only screen and (min-width: 1200px) {
      .slider-content .swiper-container .swiper-pagination-overlay {
        height: 26%; } }
    @media only screen and (min-width: 1600px) {
      .slider-content .swiper-container .swiper-pagination-overlay {
        height: 25%; } }
    .slider-content .swiper-container .text-content {
      max-width: 100%;
      max-height: 100%; }
      .slider-content .swiper-container .text-content .h7, .slider-content .swiper-container .text-content p {
        color: #343434; }
      .slider-content .swiper-container .text-content .h7 {
        font-family: texta-medium;
        font-size: 1.125rem;
        line-height: 1; }
      .slider-content .swiper-container .text-content p {
        font-size: .875rem;
        line-height: 1.25rem;
        padding: .25vw .2vw .1vw 0; }
        @media only screen and (min-width: 1200px) {
          .slider-content .swiper-container .text-content p {
            padding: .25vw 20% .1vw 0; } }
        @media only screen and (min-width: 1600px) {
          .slider-content .swiper-container .text-content p {
            padding: .25vw 35% .1vw 0; } }
      .slider-content .swiper-container .text-content .row {
        justify-content: space-between;
        padding: 2.5vw 2.25vw 1.5vw 2.25vw; }
        @media only screen and (min-width: 980px) {
          .slider-content .swiper-container .text-content .row {
            padding: 1.5vw 2.25vw; } }
      .slider-content .swiper-container .text-content .col {
        display: none;
        max-width: 31%; }
        @media only screen and (min-width: 768px) {
          .slider-content .swiper-container .text-content .col {
            display: flex; } }

/* styling of swiper pagination bars */
.swiper-pagination {
  display: flex;
  justify-content: center;
  padding: 0 2.25vw;
  text-align: center;
  left: 0 !important;
  height: 4px;
  bottom: 2%; }
  @media only screen and (min-width: 768px) {
    .swiper-pagination {
      height: 100% !important;
      text-align: left;
      top: 0;
      bottom: 0;
      left: -.25rem !important;
      justify-content: space-between; } }

.swiper-pagination-bullet {
  height: 100%;
  width: 100%;
  max-width: 31%;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  background: #ffffff; }
  @media only screen and (min-width: 768px) {
    .swiper-pagination-bullet {
      margin: 0 !important;
      background: transparent; } }
  .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.swiper-pagination-bullet-active::before {
  background: linear-gradient(to bottom, transparent 0.7rem, #003591 0.7rem 1rem, transparent 1rem 100%);
  animation: slide-progress 5s cubic-bezier(0.3, 0, 0.3, 1) forwards; }
  @media only screen and (max-width: 767px) {
    .swiper-pagination-bullet-active::before {
      background: linear-gradient(to bottom, #003591 4px, transparent 4px 100%); }
      .swiper-paused .swiper-pagination-bullet-active::before {
        animation-play-state: paused;
        animation: none;
        background: #003591; } }
  @media only screen and (min-width: 768px) {
    .swiper-paused .swiper-pagination-bullet-active::before {
      animation-play-state: paused;
      animation: none;
      background: linear-gradient(to bottom, transparent 0.7rem, #003591 0.7rem 1rem, transparent 1rem 100%); } }

@keyframes slide-progress {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0); } }

.bold-fonts .h7 {
  font-family: texta-heavy !important; }

.bold-fonts p {
  font-family: sourceSansPro-semiBold !important; }

/* hero image styling */
.hero-image {
  position: relative; }
  .hero-image.extra-padding.light-grey::after {
    content: "";
    display: block;
    background-color: #F4F6F9;
    height: 30px; }
  .hero-image.extra-padding.dark-grey::after {
    content: "";
    display: block;
    background-color: #575859;
    height: 30px; }
  @media only screen and (min-width: 980px) {
    .hero-image.extra-padding .text-area {
      bottom: -3%; } }
  .hero-image .wrap {
    max-width: 100%; }
  .hero-image .transform {
    object-position: 0 -12.5vw; }
  .hero-image .display-img, .hero-image .display-img img {
    position: relative;
    width: 100%;
    object-fit: cover;
    height: 35vw; }
    @media only screen and (min-width: 600px) {
      .hero-image .display-img, .hero-image .display-img img {
        height: 25vw; } }
    @media only screen and (min-width: 1200px) {
      .hero-image .display-img, .hero-image .display-img img {
        height: 22vw; } }
    @media only screen and (min-width: 1200px) {
      .hero-image .display-img, .hero-image .display-img img {
        height: 23vw; } }
    @media only screen and (min-width: 1600px) {
      .hero-image .display-img, .hero-image .display-img img {
        height: 21.85vw; } }
  .hero-image .text-area {
    position: unset;
    right: 0;
    min-height: 13rem;
    max-height: 50%;
    background: #ffffff;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4vw 4.25vw; }
    @media only screen and (min-width: 768px) {
      .hero-image .text-area {
        padding: 1.75vw 4.25vw; } }
    @media only screen and (min-width: 980px) {
      .hero-image .text-area {
        bottom: -14%;
        position: absolute;
        width: 75%;
        padding: 1.75vw 3.5vw 1.75vw 4.25vw; } }
    @media only screen and (min-width: 1200px) {
      .hero-image .text-area {
        min-height: 13.5rem;
        padding: 2vw 3.5vw 2vw 4.25vw;
        width: 63.75%; } }
    @media only screen and (min-width: 1400px) {
      .hero-image .text-area {
        min-height: 14.75rem; } }
    .hero-image .text-area h1 {
      line-height: 4rem;
      color: #414141;
      font-stretch: normal;
      font-size: 4rem; }
      @media only screen and (min-width: 768px) {
        .hero-image .text-area h1 {
          line-height: 4.294rem; } }
      @media only screen and (min-width: 980px) {
        .hero-image .text-area h1 {
          font-size: 4.25rem; } }
      @media only screen and (min-width: 1200px) {
        .hero-image .text-area h1 {
          font-size: 4.5rem; } }
      @media only screen and (min-width: 1600px) {
        .hero-image .text-area h1 {
          font-size: 4.725rem; } }
    .hero-image .text-area p {
      font-size: 1.19rem;
      color: #535353;
      line-height: 1.875rem;
      padding-top: .5vw; }
      @media only screen and (min-width: 980px) {
        .hero-image .text-area p {
          padding-right: 5vw; } }
      @media only screen and (min-width: 1600px) {
        .hero-image .text-area p {
          font-size: 1.313rem;
          padding-right: 7vw; } }

.contact-find {
  color: #ffffff;
  font-size: 1.125rem;
  text-decoration: none;
  line-height: 1;
  font-family: texta-book, sans-serif;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-height: 21rem;
  /* contact section */
  /* find section */ }
  @media only screen and (min-width: 768px) {
    .contact-find {
      flex-direction: row; } }
  .contact-find > * {
    min-width: 40%; }
  .contact-find .wrap {
    margin: 0 calc(8px + 2.5625vw);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .contact-find #behind-content {
    position: absolute;
    z-index: -1;
    height: 100%;
    opacity: .05;
    object-fit: cover; }
    @media only screen and (min-width: 768px) {
      .contact-find #behind-content {
        max-width: 50vw; } }
  .contact-find .map-img {
    width: 100%;
    opacity: 100% !important; }
  .contact-find h3 {
    color: #ffffff; }
  .contact-find .primary-cta {
    font-size: 1rem; }
  .contact-find .contact {
    position: relative;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .contact-find .contact {
        width: 53%; } }
    .contact-find .contact .wrap {
      padding: 13vw 0; }
      @media only screen and (min-width: 425px) {
        .contact-find .contact .wrap {
          padding-left: 12vw; } }
      @media only screen and (min-width: 600px) {
        .contact-find .contact .wrap {
          padding: 8vw 10vw 8vw 12vw; } }
      @media only screen and (min-width: 768px) {
        .contact-find .contact .wrap {
          padding: 5vw 3vw;
          padding-left: 11vw; } }
    .contact-find .contact #behind-content {
      object-position: -1.5rem; }
    .contact-find .contact .contact-section {
      margin-left: 5vw; }
      .contact-find .contact .contact-section > *:not(.primary-cta) {
        padding: 1.5vw 0; }
        @media only screen and (min-width: 768px) {
          .contact-find .contact .contact-section > *:not(.primary-cta) {
            padding: .5vw 0; } }
    .contact-find .contact .phone {
      display: flex;
      align-items: center; }
      .contact-find .contact .phone .phone-icon {
        font-size: 1.25rem !important; }
      .contact-find .contact .phone a {
        color: #ffffff;
        font-family: texta-heavy, sans-serif;
        padding: .5vw 0 .5vw 1vw;
        font-size: 1.25rem; }
        @media only screen and (min-width: 768px) {
          .contact-find .contact .phone a {
            padding: 0 0 .2vw .5vw; } }
    .contact-find .contact .primary-cta {
      width: 15rem;
      margin: .5vw 0; }
    .contact-find .contact .secondary-cta {
      font-family: texta-heavy, sans-serif;
      color: #ffffff;
      width: 12.25rem;
      font-size: 1rem; }
    .contact-find .contact .secondary-cta::after {
      background: white; }
    .contact-find .contact .arrow-small {
      padding: 1vw 0 1vw 2vw;
      font-size: 1rem; }
      @media only screen and (min-width: 768px) {
        .contact-find .contact .arrow-small {
          padding: 0 0 0 1vw; } }
    .contact-find .contact .over {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(to right, #454545 1%, #4d4d4d 99%);
      z-index: -2;
      opacity: 1; }
  .contact-find .find {
    position: relative;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .contact-find .find {
        width: 47%; } }
    .contact-find .find .wrap {
      padding: 20vw 0; }
      @media only screen and (min-width: 600px) {
        .contact-find .find .wrap {
          padding: 12vw 0; } }
      @media only screen and (min-width: 768px) {
        .contact-find .find .wrap {
          padding: unset; } }
    .contact-find .find h3 {
      font-size: 2.5rem; }
    .contact-find .find .find-section {
      background: #233c8b;
      padding: 6vw 5vw;
      align-items: center; }
      @media only screen and (min-width: 768px) {
        .contact-find .find .find-section {
          padding: 4vw; } }
      .contact-find .find .find-section p {
        padding: 1vw 0 2vw 0;
        font-size: 1.25rem; }
        @media only screen and (min-width: 768px) {
          .contact-find .find .find-section p {
            padding: .75vw 0 .75vw 0; } }
    .contact-find .find .search-box {
      position: relative;
      width: 250px;
      margin-top: 5px; }
      .contact-find .find .search-box select.find-us-searchbar {
        border: solid 1px #707070;
        width: 100%;
        padding-top: 18px;
        padding-bottom: 18px;
        padding-left: 15px;
        padding-right: 20px;
        appearance: none;
        /* Remove default styling */
        -webkit-appearance: none;
        /* Remove default styling for WebKit browsers */
        -moz-appearance: none;
        /* Remove default styling for Firefox */
        background-image: url("images/dropdownarrow.svg");
        /* Set a custom arrow icon */
        background-repeat: no-repeat;
        background-position: right 10px center;
        background-size: 10%;
        font-family: texta-medium, sans-serif;
        font-size: 14px;
        text-transform: capitalize;
        color: #A4A4A4; }
        .contact-find .find .search-box select.find-us-searchbar::placeholder {
          font-size: .75rem; }
  .contact-find .max-lines {
    line-height: 1.15rem;
    height: 2.75em;
    overflow: hidden;
    text-overflow: " [..]";
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    margin-bottom: 1vw; }
    @media only screen and (min-width: 600px) {
      .contact-find .max-lines {
        height: 3em; } }
    @media only screen and (min-width: 768px) {
      .contact-find .max-lines {
        height: 2.6em; } }
    @media only screen and (min-width: 1000px) {
      .contact-find .max-lines {
        height: 2.75em; } }

.product-callout {
  color: #ffffff;
  font-size: 1.125rem;
  text-decoration: none;
  line-height: 1;
  font-family: texta-book, sans-serif;
  position: relative;
  z-index: 1;
  /* 
    add overlay to image
    */ }
  .product-callout .wrap {
    margin: 0 calc(8px + 2.5625vw); }
    @media only screen and (min-width: 600px) {
      .product-callout .wrap {
        margin: 0 calc(8px + 8.5625vw); } }
    @media only screen and (min-width: 768px) {
      .product-callout .wrap {
        margin: 0 calc(8px + 4.5625vw); } }
    @media only screen and (min-width: 980px) {
      .product-callout .wrap {
        margin: 0 2vw 0 3vw; } }
  .product-callout #behind-content {
    visibility: hidden;
    position: absolute;
    z-index: -1;
    height: 100%; }
    @media only screen and (min-width: 768px) {
      .product-callout #behind-content {
        visibility: unset;
        max-width: 50vw;
        opacity: .025;
        object-fit: cover; } }
  .product-callout .over.main {
    background-image: linear-gradient(117deg, #304fb1 38%, #121e46 94%);
    z-index: -2;
    opacity: 1; }
  .product-callout .h1 {
    font-size: 3rem;
    color: #ffffff;
    display: flex;
    align-items: center;
    padding-left: 5%; }
    @media only screen and (min-width: 768px) {
      .product-callout .h1 {
        padding-left: 1.5%; } }
    @media only screen and (min-width: 980px) {
      .product-callout .h1 {
        font-size: 4rem;
        padding: 0 5.35vw 2.75vw 0; } }
  .product-callout .secondary-cta {
    font-family: texta-book, sans-serif;
    color: #ffffff;
    font-size: 1.75rem;
    padding: 2.5vw 0; }
    @media only screen and (min-width: 768px) {
      .product-callout .secondary-cta {
        padding: 1vw 0; } }
    @media only screen and (min-width: 980px) {
      .product-callout .secondary-cta {
        padding: .5vw 0; } }
  .product-callout .secondary-cta::after {
    background: white; }
  .product-callout .arrow-small {
    padding-left: 2vw; }
  .product-callout .row.space {
    padding: 5vw 0; }
    @media only screen and (min-width: 980px) {
      .product-callout .row.space {
        padding: 1.43vw 0 1.43vw 0; } }
  .product-callout .row {
    flex-direction: column;
    padding: 3vw 0 2.75vw 0; }
    @media only screen and (min-width: 768px) {
      .product-callout .row {
        justify-content: space-between; } }
    @media only screen and (min-width: 980px) {
      .product-callout .row {
        flex-direction: row;
        justify-content: center; } }
  @media only screen and (min-width: 768px) {
    .product-callout .products-section.row {
      flex-direction: row; } }
  .product-callout .products-section {
    flex-wrap: wrap; }
    .product-callout .products-section .col {
      max-width: 90%;
      width: 90%;
      padding: 4vw 0; }
      @media only screen and (min-width: 768px) {
        .product-callout .products-section .col {
          max-width: 50%;
          width: 33%;
          padding: 2vw 1.5vw; } }
      @media only screen and (min-width: 980px) {
        .product-callout .products-section .col {
          max-width: 33%;
          width: 33%;
          padding: 0 1.5vw; } }
  .product-callout .display-img, .product-callout .display-img img {
    position: relative;
    width: 100%;
    height: 90vw;
    object-fit: cover; }
    @media only screen and (min-width: 600px) {
      .product-callout .display-img, .product-callout .display-img img {
        height: 70vw; } }
    @media only screen and (min-width: 768px) {
      .product-callout .display-img, .product-callout .display-img img {
        height: 35vw; } }
    @media only screen and (min-width: 980px) {
      .product-callout .display-img, .product-callout .display-img img {
        height: 26vw; } }
  .product-callout .over {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, #151515 100%, #f5f6fa 0%);
    opacity: .42; }

/* highlight-testimonials styling */
.highlight-testimonials {
  position: relative;
  z-index: 1;
  /* testimonials */ }
  .highlight-testimonials #behind-content {
    position: absolute;
    z-index: -2;
    height: 100%;
    width: 100%; }
  .highlight-testimonials .parallax {
    background-attachment: fixed;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 65%; }
  .highlight-testimonials .two-card-highlight {
    font-family: texta-book, sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 32.5vw; }
    @media only screen and (min-width: 768px) {
      .highlight-testimonials .two-card-highlight {
        flex-direction: row; } }
    @media only screen and (min-width: 1920px) {
      .highlight-testimonials .two-card-highlight {
        max-width: 1920px;
        margin: 0 auto; } }
    .highlight-testimonials .two-card-highlight a {
      cursor: pointer; }
    .highlight-testimonials .two-card-highlight .first-image, .highlight-testimonials .two-card-highlight .second-image {
      position: relative;
      width: 100%;
      height: 30rem; }
      @media only screen and (min-width: 768px) {
        .highlight-testimonials .two-card-highlight .first-image, .highlight-testimonials .two-card-highlight .second-image {
          height: unset; } }
    .highlight-testimonials .two-card-highlight .first-image {
      margin: 0; }
      @media only screen and (min-width: 768px) {
        .highlight-testimonials .two-card-highlight .first-image {
          margin: 3vw .5vw 3vw 3vw; } }
      .highlight-testimonials .two-card-highlight .first-image .img-behind {
        padding: 3vw 2vw 1vw 2vw; }
        @media only screen and (min-width: 768px) {
          .highlight-testimonials .two-card-highlight .first-image .img-behind {
            padding: 0; } }
    .highlight-testimonials .two-card-highlight .second-image {
      margin: 0; }
      @media only screen and (min-width: 768px) {
        .highlight-testimonials .two-card-highlight .second-image {
          margin: 3vw 3vw 3vw 1vw; } }
      .highlight-testimonials .two-card-highlight .second-image .img-behind {
        padding: 1vw 2vw 3vw 2vw; }
        @media only screen and (min-width: 768px) {
          .highlight-testimonials .two-card-highlight .second-image .img-behind {
            padding: 0; } }
    .highlight-testimonials .two-card-highlight .first-image, .highlight-testimonials .two-card-highlight .second-image {
      overflow: hidden; }
      .highlight-testimonials .two-card-highlight .first-image:hover > .img-behind, .highlight-testimonials .two-card-highlight .second-image:hover > .img-behind {
        transition: all .4s ease;
        transform: scale(1.2); }
      .highlight-testimonials .two-card-highlight .first-image:not(:hover) > .img-behind, .highlight-testimonials .two-card-highlight .second-image:not(:hover) > .img-behind {
        transition: all .4s ease;
        transform: scale(1); }
    .highlight-testimonials .two-card-highlight .img-behind {
      position: absolute;
      z-index: -1;
      height: 100%;
      width: 100%;
      object-fit: cover;
      border-radius: 2px; }
      @media only screen and (min-width: 768px) {
        .highlight-testimonials .two-card-highlight .img-behind {
          width: 98%; } }
    .highlight-testimonials .two-card-highlight .wrap {
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .highlight-testimonials .two-card-highlight .wrap .col {
        align-items: center; }
        .highlight-testimonials .two-card-highlight .wrap .col * {
          color: white; }
        .highlight-testimonials .two-card-highlight .wrap .col img {
          color: #ffffff;
          height: 3rem;
          width: 3rem; }
        .highlight-testimonials .two-card-highlight .wrap .col h2 {
          text-shadow: 0 3px 8px rgba(0, 0, 0, 0.43);
          font-family: texta-book, sans-serif;
          line-height: 1.25;
          letter-spacing: normal;
          text-align: center; }
          @media only screen and (min-width: 980px) {
            .highlight-testimonials .two-card-highlight .wrap .col h2 {
              font-size: 4rem; } }
  .highlight-testimonials .testimonials .testing {
    padding: 5vw 0;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0 calc(8px + 2.5625vw); }
    @media only screen and (min-width: 980px) {
      .highlight-testimonials .testimonials .testing {
        flex-direction: row;
        margin: 0; } }
    .highlight-testimonials .testimonials .testing .quotes {
      height: 2rem;
      width: 3rem;
      position: absolute;
      color: #003591;
      left: -3%;
      top: 0; }
      @media only screen and (min-width: 500px) {
        .highlight-testimonials .testimonials .testing .quotes {
          height: 3rem;
          top: -.25%;
          left: -1%; } }
      @media only screen and (min-width: 650px) {
        .highlight-testimonials .testimonials .testing .quotes {
          top: 0;
          left: 0%; } }
      @media only screen and (min-width: 980px) {
        .highlight-testimonials .testimonials .testing .quotes {
          left: 4.75%;
          top: 8%; } }
    .highlight-testimonials .testimonials .testing .test-intro {
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 4vw 2vw 2vw 6vw; }
      @media only screen and (max-width: 315px) {
        .highlight-testimonials .testimonials .testing .test-intro {
          padding-left: 3vw; } }
      @media only screen and (min-width: 980px) {
        .highlight-testimonials .testimonials .testing .test-intro {
          width: 35%;
          margin-left: 3vw;
          padding-top: 0; } }
      .highlight-testimonials .testimonials .testing .test-intro h3 {
        color: #2f2f2f;
        font-size: 2.563rem; }
      .highlight-testimonials .testimonials .testing .test-intro p {
        padding: 0 0 .75rem 0;
        font-size: 1rem; }
        @media only screen and (min-width: 768px) {
          .highlight-testimonials .testimonials .testing .test-intro p {
            padding: 0 5rem 1vw 0; } }
        @media only screen and (min-width: 980px) {
          .highlight-testimonials .testimonials .testing .test-intro p {
            padding: 0 7.5rem 1vw 0; } }
      .highlight-testimonials .testimonials .testing .test-intro .primary-cta {
        font-size: 1rem;
        max-width: 15rem; }
        @media only screen and (min-width: 500px) {
          .highlight-testimonials .testimonials .testing .test-intro .primary-cta {
            width: 17rem; } }
        @media only screen and (min-width: 980px) {
          .highlight-testimonials .testimonials .testing .test-intro .primary-cta {
            font-size: .875rem; } }
        .highlight-testimonials .testimonials .testing .test-intro .primary-cta .material-icons {
          font-size: 1rem; }
    .highlight-testimonials .testimonials .testing .three-examples {
      display: flex;
      flex-direction: column;
      align-items: center; }
      @media only screen and (min-width: 768px) {
        .highlight-testimonials .testimonials .testing .three-examples {
          flex-direction: row;
          align-items: unset;
          margin: .75rem;
          width: 96%; } }
      @media only screen and (min-width: 980px) {
        .highlight-testimonials .testimonials .testing .three-examples {
          width: 65%;
          justify-content: flex-end;
          margin-right: 3.1vw; } }
      .highlight-testimonials .testimonials .testing .three-examples .individual-card {
        background: #ffffff;
        margin: 1vw;
        width: 100%;
        border-radius: 2px;
        box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.06);
        border: solid 1px #efefef; }
        @media only screen and (min-width: 500px) {
          .highlight-testimonials .testimonials .testing .three-examples .individual-card {
            width: 60%; } }
        @media only screen and (min-width: 768px) {
          .highlight-testimonials .testimonials .testing .three-examples .individual-card {
            max-width: 33%;
            margin: .5vw;
            width: 100%; } }
        .highlight-testimonials .testimonials .testing .three-examples .individual-card:nth-child(3) img {
          object-position: 19%; }
        .highlight-testimonials .testimonials .testing .three-examples .individual-card img {
          object-fit: cover;
          width: 100%;
          height: 70vw; }
          @media only screen and (min-width: 500px) {
            .highlight-testimonials .testimonials .testing .three-examples .individual-card img {
              height: 55vw; } }
          @media only screen and (min-width: 768px) {
            .highlight-testimonials .testimonials .testing .three-examples .individual-card img {
              height: 34vw; } }
          @media only screen and (min-width: 980px) {
            .highlight-testimonials .testimonials .testing .three-examples .individual-card img {
              height: 23.5vw; } }
          @media only screen and (min-width: 1700px) {
            .highlight-testimonials .testimonials .testing .three-examples .individual-card img {
              height: 20vw; } }
        .highlight-testimonials .testimonials .testing .three-examples .individual-card .text-area {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          height: 100%;
          position: relative; }
          .highlight-testimonials .testimonials .testing .three-examples .individual-card .text-area .quo {
            position: absolute;
            color: #003591;
            left: 2%;
            top: -12%;
            height: 1.6rem;
            width: 1.75rem; }
            @media only screen and (min-width: 500px) {
              .highlight-testimonials .testimonials .testing .three-examples .individual-card .text-area .quo {
                left: 4%;
                top: -11%; } }
            @media only screen and (min-width: 768px) {
              .highlight-testimonials .testimonials .testing .three-examples .individual-card .text-area .quo {
                top: -8.5%; } }
            @media only screen and (min-width: 980px) {
              .highlight-testimonials .testimonials .testing .three-examples .individual-card .text-area .quo {
                top: -7%; } }
          .highlight-testimonials .testimonials .testing .three-examples .individual-card .text-area p {
            line-height: 1.17;
            font-size: 1rem;
            color: #484848;
            padding: 2.5vw 2vw; }
            @media only screen and (min-width: 768px) {
              .highlight-testimonials .testimonials .testing .three-examples .individual-card .text-area p {
                padding: .5vw 1vw; } }
            .highlight-testimonials .testimonials .testing .three-examples .individual-card .text-area p:not(.p1) {
              font-family: texta-medium, sans-serif;
              font-style: italic;
              padding: 1.25vw 2vw 4vw 2vw; }
              @media only screen and (min-width: 500px) {
                .highlight-testimonials .testimonials .testing .three-examples .individual-card .text-area p:not(.p1) {
                  padding: 1.25vw 2vw 2vw 2vw; } }
              @media only screen and (min-width: 768px) {
                .highlight-testimonials .testimonials .testing .three-examples .individual-card .text-area p:not(.p1) {
                  padding: 1.25vw 1vw 1.5vw 1vw; } }
            .highlight-testimonials .testimonials .testing .three-examples .individual-card .text-area p.p1 {
              padding-top: 4.5vw; }
              @media only screen and (min-width: 500px) {
                .highlight-testimonials .testimonials .testing .three-examples .individual-card .text-area p.p1 {
                  padding-top: 2.5vw; } }
              @media only screen and (min-width: 768px) {
                .highlight-testimonials .testimonials .testing .three-examples .individual-card .text-area p.p1 {
                  padding-top: 1.5vw; } }

/* image-grid styling */
.image-grid {
  /* add vertical lines */
  /* 
    add overlay to image
    */ }
  .image-grid .wrap {
    margin: 0 calc(8px + 2.5625vw); }
    @media only screen and (min-width: 768px) {
      .image-grid .wrap {
        margin: 0 auto; } }
  .image-grid .vertical {
    display: none;
    padding: 0; }
    @media only screen and (min-width: 768px) {
      .image-grid .vertical {
        display: block; } }
  @media only screen and (min-width: 768px) {
    .image-grid .vertical.one {
      border-left: .063rem #acacac solid;
      padding-left: 2vw; } }
  @media only screen and (min-width: 768px) {
    .image-grid .vertical.two {
      border-right: .063rem #acacac solid;
      padding-right: 2vw; } }
  .image-grid .row {
    justify-content: center;
    flex-direction: column; }
    @media only screen and (min-width: 768px) {
      .image-grid .row {
        padding: 2vw 0;
        flex-direction: row; } }
  .image-grid p {
    line-height: 1.25rem;
    color: #414141; }
  .image-grid .secondary-cta {
    font-size: 1.75rem;
    color: #414141;
    font-family: texta-book; }
  .image-grid .secondary-cta::after {
    background: #414141; }
  .image-grid .arrow-small {
    padding-left: 3vw; }
    @media only screen and (min-width: 768px) {
      .image-grid .arrow-small {
        padding-left: 1vw; } }
  .image-grid .col {
    max-width: 100%;
    width: 100%;
    padding: 2vw; }
    @media only screen and (min-width: 768px) {
      .image-grid .col {
        padding: 0;
        max-width: 33%;
        width: 33%; } }
  @media only screen and (min-width: 768px) {
    .image-grid .col:nth-child(1) {
      padding-left: 2vw;
      padding-right: 6vw; } }
  @media only screen and (min-width: 768px) {
    .image-grid .col:nth-child(3) {
      padding: 0 4vw; } }
  @media only screen and (min-width: 768px) {
    .image-grid .col:nth-child(5) {
      padding-left: 6vw;
      padding-right: 2vw; } }
  .image-grid .display-img, .image-grid .display-img img {
    position: relative;
    width: 100%;
    height: 55vw;
    object-fit: cover; }
    @media only screen and (min-width: 600px) {
      .image-grid .display-img, .image-grid .display-img img {
        height: 40vw; } }
    @media only screen and (min-width: 768px) {
      .image-grid .display-img, .image-grid .display-img img {
        height: 20vw; } }
    @media only screen and (min-width: 980px) {
      .image-grid .display-img, .image-grid .display-img img {
        height: 17.5vw; } }
  .image-grid .over {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, #000 100%, #f5f6fa 0%);
    opacity: .42;
    border-radius: 2px; }
  .image-grid #list {
    font-family: sourceSansPro-regular;
    font-size: 1rem;
    height: 3.6rem; }
  .image-grid #list li {
    list-style-position: inside;
    line-height: 1.15;
    color: #414141; }
  .image-grid .remove-vert {
    display: none; }
  .image-grid .just-left {
    justify-content: left; }
  @media only screen and (min-width: 768px) {
    .image-grid .new-width {
      width: 31.95%; } }
  .image-grid .max-lines {
    height: 3.75em;
    overflow: hidden;
    text-overflow: " [..]";
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-word; }
  .image-grid .limit-char > li {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
    @media only screen and (min-width: 768px) {
      .image-grid .limit-char > li {
        width: 23.5vw; } }
    @media only screen and (min-width: 1920px) {
      .image-grid .limit-char > li {
        width: 16vw; } }

/* card-grid styling */
.card-grid.dark-grey {
  background: #2c2c2c; }

.card-grid.light-grey {
  background: #F4F6F9; }
  .card-grid.light-grey h2 {
    color: #2f2f2f; }

.card-grid.white {
  background: #ffffff; }
  .card-grid.white h2 {
    color: #2f2f2f; }
  .card-grid.white .individual-card {
    background: #F4F6F9; }

.card-grid .wrap {
  padding: 4vw 0 6vw 0;
  margin: 0 calc(8px + 2.5625vw); }
  @media only screen and (min-width: 768px) {
    .card-grid .wrap {
      padding: 4vw 0 5vw 0;
      margin: 0 2.725vw; } }
  @media only screen and (min-width: 1700px) {
    .card-grid .wrap {
      max-width: 1700px;
      margin: 0 auto; } }

.card-grid h2 {
  margin-left: .7vw;
  font-size: 3.625rem;
  font-family: texta-light;
  color: #ffffff; }

.card-grid .row {
  flex-direction: column; }
  @media only screen and (min-width: 500px) {
    .card-grid .row {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center; } }
  @media only screen and (min-width: 768px) {
    .card-grid .row {
      flex-wrap: nowrap;
      justify-content: flex-start; } }

.card-grid .individual-card {
  background: #ffffff;
  margin: 1vw; }
  @media only screen and (min-width: 500px) {
    .card-grid .individual-card {
      width: 45%; } }
  @media only screen and (min-width: 768px) {
    .card-grid .individual-card {
      max-width: 23.5%;
      margin: .70vw;
      width: 100%; } }
  .card-grid .individual-card img {
    width: 100%;
    height: 45vw; }
    @media only screen and (min-width: 500px) {
      .card-grid .individual-card img {
        height: 25vw; } }
    @media only screen and (min-width: 768px) {
      .card-grid .individual-card img {
        height: 13.5vw; } }
    @media only screen and (min-width: 980px) {
      .card-grid .individual-card img {
        height: 15vw; } }
    @media only screen and (min-width: 1700px) {
      .card-grid .individual-card img {
        height: 13vw; } }
  .card-grid .individual-card .title {
    font-size: 1.75rem;
    font-family: texta-book;
    line-height: 1.125;
    color: #2f2f2f;
    text-align: center; }
  .card-grid .individual-card p {
    line-height: 1.17;
    font-size: .875rem;
    color: #888888;
    padding: 0 1.45vw;
    text-align: center; }
  .card-grid .individual-card .text-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    height: 100%; }
  .card-grid .individual-card .primary-cta {
    margin: 2.5vw 0;
    padding: .5vw 1.25vw;
    font-size: 1rem; }
    @media only screen and (min-width: 768px) {
      .card-grid .individual-card .primary-cta {
        margin: 1vw 0; } }
  .card-grid .individual-card .arrow-small {
    padding-left: 1.75vw;
    font-size: 1rem; }
  .card-grid .individual-card .max-lines {
    overflow: hidden;
    text-overflow: " [...]";
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word; }

@media screen and (max-width: 980px) {
  .f-logo {
    width: 300px !important; } }

.icons-social:hover {
  text-decoration: none !important; }

/* -- footer styles -- */
.dm-footer {
  background: #233c8b !important;
  padding: 4vw 0 5vw 0 !important;
  color: #ffffff !important;
  font-size: 1.125rem !important;
  text-decoration: none !important;
  line-height: 1.25 !important;
  /* specific column adjustments */ }
  .dm-footer .col:nth-child(1) a:hover {
    text-decoration: underline; }
  .dm-footer .col:nth-child(2) a:hover {
    text-decoration: underline !important; }
  .dm-footer a:not([class]) {
    text-decoration: none;
    color: white !important;
    font-family: sourceSansPro-regular, sans-serif !important; }
  .dm-footer .primary-cta {
    font-family: sourceSansPro-semiBold !important; }
  .dm-footer .wrap {
    margin: 0 2vw; }
    @media only screen and (min-width: 1200px) {
      .dm-footer .wrap {
        margin-left: 6vw; } }
  .dm-footer .col {
    padding: 2vw 0; }
    @media only screen and (min-width: 980px) {
      .dm-footer .col {
        padding-top: 0px;
        justify-content: center;
        padding: 0 3.5vw; } }
  .dm-footer .row {
    flex-direction: column; }
    @media only screen and (min-width: 980px) {
      .dm-footer .row {
        flex-direction: row;
        align-items: center;
        justify-content: center; } }
  .dm-footer .col:nth-child(1) {
    width: 100%;
    height: 100%; }
    @media only screen and (min-width: 980px) {
      .dm-footer .col:nth-child(1) {
        padding-left: 7.75vw;
        width: 38.5%;
        height: 240px !important;
        border-right: .188rem #475b9e solid; } }
  @media only screen and (min-width: 980px) {
    .dm-footer .col:nth-child(2) {
      width: 21vw;
      margin-top: 10px;
      margin-bottom: 10px; } }
  @media only screen and (min-width: 768px) {
    .dm-footer .col:nth-child(3) {
      width: 50%; } }
  @media only screen and (min-width: 980px) {
    .dm-footer .col:nth-child(3) {
      width: 35%;
      height: 240px !important;
      border-left: .188rem #475b9e solid; } }
  .dm-footer .col:nth-child(3) a {
    width: 75%; }
    @media only screen and (min-width: 600px) {
      .dm-footer .col:nth-child(3) a {
        width: 50%; } }
    @media only screen and (min-width: 768px) {
      .dm-footer .col:nth-child(3) a {
        width: 65%; } }
    @media only screen and (min-width: 980px) {
      .dm-footer .col:nth-child(3) a {
        width: 60%; } }
  .dm-footer .h4 {
    font-size: 2.5rem;
    line-height: 1;
    padding-bottom: 1vw;
    color: #ffffff; }
    @media only screen and (min-width: 768px) {
      .dm-footer .h4 {
        font-size: 2.875rem; } }
  .dm-footer .phone {
    font-family: texta-bold !important; }

/* 
other styles
footer logo & social icons
*/
#f-logo {
  width: 25rem; }
  @media only screen and (min-width: 768px) {
    #f-logo {
      width: 21.5rem; } }

i {
  padding-right: 2vw;
  color: #ffffff;
  font-size: 1.75rem; }
  @media only screen and (min-width: 980px) {
    i {
      font-size: 1.125rem;
      padding-right: 1.25vw; } }

.socials, .ftr-adr {
  padding-top: 2vw;
  color: #ffffff; }
  @media only screen and (min-width: 768px) {
    .socials, .ftr-adr {
      padding-top: 1vw; } }

.phone {
  padding-top: 1.5vw;
  color: #ffffff; }
  @media only screen and (min-width: 768px) {
    .phone {
      padding-top: .5vw; } }

.border-1 {
  width: 0%;
  height: 100%; }
  @media only screen and (min-width: 980px) {
    .border-1 {
      display: none; } }

.border-2 {
  width: 0%;
  height: 100%; }
  @media only screen and (min-width: 980px) {
    .border-2 {
      display: none; } }

/* tabbed component */
.tabbed-component {
  /* styling for the tabs */
  /* Other Styles */ }
  .tabbed-component .tabs-container {
    position: relative;
    height: 3.75em; }
    .tabbed-component .tabs-container nav {
      margin: 0 auto;
      background: #003591;
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 2; }
      @media only screen and (min-width: 768px) {
        .tabbed-component .tabs-container nav {
          display: flex;
          align-items: center; } }
      .tabbed-component .tabs-container nav .arrows {
        position: absolute;
        top: .75rem;
        right: 1rem;
        display: flex; }
        @media only screen and (min-width: 320px) {
          .tabbed-component .tabs-container nav .arrows {
            top: .65rem; } }
        .tabbed-component .tabs-container nav .arrows .tabs-prev, .tabbed-component .tabs-container nav .arrows .tabs-next {
          display: block; }
          @media only screen and (min-width: 768px) {
            .tabbed-component .tabs-container nav .arrows .tabs-prev, .tabbed-component .tabs-container nav .arrows .tabs-next {
              display: none; } }
          .tabbed-component .tabs-container nav .arrows .tabs-prev .material-icons, .tabbed-component .tabs-container nav .arrows .tabs-next .material-icons {
            cursor: pointer;
            background: white;
            color: #1741c4;
            font-size: 2rem; }
            @media only screen and (min-width: 320px) {
              .tabbed-component .tabs-container nav .arrows .tabs-prev .material-icons, .tabbed-component .tabs-container nav .arrows .tabs-next .material-icons {
                padding: .25rem; } }
        .tabbed-component .tabs-container nav .arrows .tabs-prev {
          padding: .1rem .5rem 0 0; }
        .tabbed-component .tabs-container nav .arrows .tabs-next {
          padding-top: .1rem; }
        .tabbed-component .tabs-container nav .arrows .dis .material-icons {
          color: #c2c2c2 !important;
          pointer-events: none; }
      .tabbed-component .tabs-container nav ul {
        display: flex;
        flex-direction: column;
        list-style: none;
        margin: 0;
        background: #003591; }
        @media only screen and (min-width: 768px) {
          .tabbed-component .tabs-container nav ul {
            display: flex;
            flex-direction: row;
            padding: .5rem 5rem; } }
        .tabbed-component .tabs-container nav ul.expanded li:not(.active) {
          position: relative;
          top: auto; }
        .tabbed-component .tabs-container nav ul.expanded li.active::after {
          top: 1.1rem;
          font-family: 'Material Icons';
          content: '\e5ce'; }
        .tabbed-component .tabs-container nav ul li {
          font-family: texta-heavy, sans-serif;
          font-size: 1.188rem;
          cursor: pointer;
          color: #ffffff;
          opacity: .7;
          padding: 1rem;
          order: 1; }
          @media only screen and (min-width: 300px) {
            .tabbed-component .tabs-container nav ul li {
              padding: 1rem 2rem; } }
          @media only screen and (min-width: 600px) {
            .tabbed-component .tabs-container nav ul li {
              padding: 1rem 4rem; } }
          @media only screen and (min-width: 678px) {
            .tabbed-component .tabs-container nav ul li {
              padding: 1rem 7.5rem; } }
          @media only screen and (min-width: 768px) {
            .tabbed-component .tabs-container nav ul li {
              display: inline-block;
              margin: 0 2rem;
              padding: 0 0 .2rem 0;
              border: none;
              opacity: .41; } }
          .tabbed-component .tabs-container nav ul li:hover {
            opacity: .95; }
            @media only screen and (min-width: 768px) {
              .tabbed-component .tabs-container nav ul li:hover {
                opacity: .75; } }
          .tabbed-component .tabs-container nav ul li:not(.active) {
            position: absolute;
            top: -999em; }
            @media only screen and (min-width: 768px) {
              .tabbed-component .tabs-container nav ul li:not(.active) {
                position: relative;
                top: auto; } }
          .tabbed-component .tabs-container nav ul li.active {
            order: 0;
            opacity: 1;
            position: relative; }
            @media only screen and (min-width: 768px) {
              .tabbed-component .tabs-container nav ul li.active {
                order: 1; } }
            .tabbed-component .tabs-container nav ul li.active:after {
              position: absolute;
              margin-left: .25rem;
              top: 1.1rem;
              z-index: 9999;
              font-family: 'Material Icons';
              content: "\e5cf"; }
              @media only screen and (min-width: 768px) {
                .tabbed-component .tabs-container nav ul li.active:after {
                  display: none; } }
  .tabbed-component .tab-content {
    display: none; }
  .tabbed-component .tab-content.active {
    display: inherit;
    max-width: 1920px;
    margin: 0 auto; }
  .tabbed-component .u {
    text-transform: uppercase; }
  .tabbed-component .tabs-n-content section {
    background: #f4f6f9;
    min-height: 350px;
    padding: 2rem; }
    @media only screen and (min-width: 600px) {
      .tabbed-component .tabs-n-content section {
        padding: 2rem 4rem; } }
    @media only screen and (min-width: 678px) {
      .tabbed-component .tabs-n-content section {
        padding: 2rem 7rem; } }
    .tabbed-component .tabs-n-content section .primary-cta {
      height: 3rem;
      width: 14.5rem;
      font-size: .938rem;
      margin-top: 3vw; }
    .tabbed-component .tabs-n-content section .flexible-container {
      display: flex; }
      @media only screen and (max-width: 1200px) {
        .tabbed-component .tabs-n-content section .flexible-container {
          flex-wrap: wrap; } }
      .tabbed-component .tabs-n-content section .flexible-container p, .tabbed-component .tabs-n-content section .flexible-container ul {
        color: #575757; }
    .tabbed-component .tabs-n-content section .new-paragraph {
      padding-bottom: 1.75rem; }
      .tabbed-component .tabs-n-content section .new-paragraph h6 {
        font-size: 1.25rem; }
      .tabbed-component .tabs-n-content section .new-paragraph p {
        font-size: 1.125rem; }
      .tabbed-component .tabs-n-content section .new-paragraph ul {
        list-style-position: inside; }
        .tabbed-component .tabs-n-content section .new-paragraph ul li {
          font-family: sourceSansPro-regular, sans-serif;
          font-size: 1.125rem; }
          .tabbed-component .tabs-n-content section .new-paragraph ul li span {
            position: relative;
            left: -10px; }
    .tabbed-component .tabs-n-content section .three-profile-callouts .flexible-container {
      flex-direction: column; }
      @media only screen and (min-width: 768px) {
        .tabbed-component .tabs-n-content section .three-profile-callouts .flexible-container {
          flex-direction: row; } }
      @media only screen and (min-width: 768px) {
        .tabbed-component .tabs-n-content section .three-profile-callouts .flexible-container:last-child {
          align-items: flex-end; } }
      .tabbed-component .tabs-n-content section .three-profile-callouts .flexible-container .images {
        display: flex;
        padding-right: 1vw;
        flex-direction: column; }
        @media only screen and (min-width: 768px) {
          .tabbed-component .tabs-n-content section .three-profile-callouts .flexible-container .images {
            flex-direction: unset; } }
        .tabbed-component .tabs-n-content section .three-profile-callouts .flexible-container .images .individual-img {
          padding: 0 .75vw 0 0;
          display: flex;
          flex-direction: column; }
          .tabbed-component .tabs-n-content section .three-profile-callouts .flexible-container .images .individual-img img {
            height: 225px;
            width: 235px; }
            @media only screen and (min-width: 980px) {
              .tabbed-component .tabs-n-content section .three-profile-callouts .flexible-container .images .individual-img img {
                height: 250px;
                width: 255px; } }
        .tabbed-component .tabs-n-content section .three-profile-callouts .flexible-container .images a, .tabbed-component .tabs-n-content section .three-profile-callouts .flexible-container .images span {
          font-family: sourceSansPro-semiBold;
          font-size: 1.125rem;
          color: #575757;
          padding-top: .5rem; }
        .tabbed-component .tabs-n-content section .three-profile-callouts .flexible-container .images a:visited {
          text-decoration: none; }
    .tabbed-component .tabs-n-content section .one-column .flexible-container {
      flex-direction: row; }
      .tabbed-component .tabs-n-content section .one-column .flexible-container p {
        font-size: 1.375rem; }
      .tabbed-component .tabs-n-content section .one-column .flexible-container .col-1 {
        display: flex;
        flex-direction: column;
        min-width: 50%; }
        .tabbed-component .tabs-n-content section .one-column .flexible-container .col-1 .extra-height {
          margin-top: 5rem; }
        .tabbed-component .tabs-n-content section .one-column .flexible-container .col-1 img {
          height: 100%;
          width: fit-content; }
      .tabbed-component .tabs-n-content section .one-column .flexible-container .col-2 {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        padding-left: 2vw; }
    .tabbed-component .tabs-n-content section .three_columns .flexible-container {
      justify-content: space-between; }
      .tabbed-component .tabs-n-content section .three_columns .flexible-container .col-1, .tabbed-component .tabs-n-content section .three_columns .flexible-container .col-2, .tabbed-component .tabs-n-content section .three_columns .flexible-container .col-3 {
        min-width: 33%; }
      .tabbed-component .tabs-n-content section .three_columns .flexible-container .col-1 {
        margin-right: .5rem; }
      .tabbed-component .tabs-n-content section .three_columns .flexible-container .col-3 {
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        @media only screen and (min-width: 1200px) {
          .tabbed-component .tabs-n-content section .three_columns .flexible-container .col-3 .primary-cta {
            margin-top: 8vw; } }
    .tabbed-component .tabs-n-content section .two_columns .flexible-container {
      justify-content: space-between; }
      .tabbed-component .tabs-n-content section .two_columns .flexible-container > div {
        min-width: 33%; }
        .tabbed-component .tabs-n-content section .two_columns .flexible-container > div p {
          max-width: 75%; }
      .tabbed-component .tabs-n-content section .two_columns .flexible-container .col-2 {
        display: flex;
        flex-direction: column;
        justify-content: space-between; }

.main-product-detail {
  background-color: white; }
  @media only screen and (min-width: 980px) {
    .main-product-detail {
      padding: 1.5rem 5rem 5rem 7rem; } }
  @media only screen and (min-width: 1600px) {
    .main-product-detail {
      padding: 2rem 8rem 5rem 7rem; } }
  .main-product-detail .wrap {
    display: flex;
    flex-direction: column; }
    @media only screen and (min-width: 768px) {
      .main-product-detail .wrap {
        align-items: center; } }
    @media only screen and (min-width: 980px) {
      .main-product-detail .wrap {
        flex-direction: row; } }
    @media only screen and (min-width: 1200px) {
      .main-product-detail .wrap {
        align-items: unset; } }
  .main-product-detail .slider-section {
    min-width: 45%;
    padding-top: 3vw;
    position: relative;
    /* main image area */
    /* thumbnails */
    /* arrows */ }
    @media only screen and (min-width: 980px) {
      .main-product-detail .slider-section {
        padding: 1rem 1rem 0 0;
        min-width: 50%; } }
    @media only screen and (min-width: 1200px) {
      .main-product-detail .slider-section {
        min-width: 45%; } }
    @media only screen and (min-width: 1700px) {
      .main-product-detail .slider-section .swiper {
        margin-left: unset; } }
    .main-product-detail .slider-section .gallery {
      max-width: 500px;
      padding-bottom: 10px; }
      .main-product-detail .slider-section .gallery img {
        width: 100%;
        height: 29vw;
        object-fit: cover;
        max-height: 475px;
        min-height: 300px; }
        @media only screen and (min-width: 500px) {
          .main-product-detail .slider-section .gallery img {
            min-height: 350px; } }
        @media only screen and (min-width: 980px) {
          .main-product-detail .slider-section .gallery img {
            min-height: 325px;
            max-height: 400px; } }
      .main-product-detail .slider-section .gallery .swiper-slide {
        cursor: pointer; }
    .main-product-detail .slider-section .gallery-thumbs {
      display: none;
      position: relative;
      max-width: 500px; }
      @media only screen and (min-width: 500px) {
        .main-product-detail .slider-section .gallery-thumbs {
          display: block; } }
      .main-product-detail .slider-section .gallery-thumbs .swiper-slide {
        width: auto;
        opacity: 0.85; }
      .main-product-detail .slider-section .gallery-thumbs .swiper-slide-active {
        opacity: 1; }
      .main-product-detail .slider-section .gallery-thumbs img {
        cursor: pointer;
        width: 100%;
        height: 100px;
        object-fit: cover;
        border-radius: 2px;
        max-height: 115px; }
        @media only screen and (min-width: 980px) {
          .main-product-detail .slider-section .gallery-thumbs img {
            height: 100px; } }
    .main-product-detail .slider-section .gallery, .main-product-detail .slider-section .gallery-thumbs {
      margin: 0 1rem; }
      @media only screen and (min-width: 550px) {
        .main-product-detail .slider-section .gallery, .main-product-detail .slider-section .gallery-thumbs {
          margin: auto; } }
    .main-product-detail .slider-section .swiper-arrow {
      height: 51px !important;
      width: 31px !important;
      display: flex;
      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)); }
      .main-product-detail .slider-section .swiper-arrow .rotate {
        transform: rotate(180deg);
        padding-left: 5px; }
      .main-product-detail .slider-section .swiper-arrow.swiper-button-prev {
        left: 0; }
      .main-product-detail .slider-section .swiper-arrow.swiper-button-next {
        right: 0; }
    .main-product-detail .slider-section .main-ar {
      display: flex; }
      .main-product-detail .slider-section .main-ar.swiper-button-prev {
        left: 1rem; }
      .main-product-detail .slider-section .main-ar.swiper-button-next {
        right: 1rem; }
      @media only screen and (min-width: 500px) {
        .main-product-detail .slider-section .main-ar {
          display: none !important; } }
    .main-product-detail .slider-section .th {
      display: none; }
      @media only screen and (min-width: 500px) {
        .main-product-detail .slider-section .th {
          display: flex;
          height: 33px !important;
          width: 25px !important; }
          .main-product-detail .slider-section .th.swiper-button-prev, .main-product-detail .slider-section .th.swiper-button-next {
            top: 55%; }
          .main-product-detail .slider-section .th .material-icons {
            font-size: 20px; } }
  .main-product-detail .product-info {
    min-width: 55%;
    padding: .25rem 1rem 1rem 1rem; }
    @media only screen and (min-width: 600px) {
      .main-product-detail .product-info {
        padding: 2rem 4rem; } }
    @media only screen and (min-width: 768px) {
      .main-product-detail .product-info {
        padding: 2rem 7rem; } }
    @media only screen and (min-width: 980px) {
      .main-product-detail .product-info {
        padding: unset;
        padding-left: 2rem;
        min-width: 50%; } }
    @media only screen and (min-width: 1200px) {
      .main-product-detail .product-info {
        min-width: 55%; } }
    @media only screen and (min-width: 1600px) {
      .main-product-detail .product-info {
        padding-left: 0; } }
    .main-product-detail .product-info h2 {
      line-height: 1.14;
      color: #434343; }
    .main-product-detail .product-info h6 {
      text-transform: uppercase;
      padding-top: 1rem; }
    .main-product-detail .product-info p, .main-product-detail .product-info ul {
      color: #292929; }
    .main-product-detail .product-info ul {
      list-style: none;
      padding-bottom: 1rem; }
      .main-product-detail .product-info ul li {
        font-family: sourceSansPro-regular, sans-serif;
        font-size: 1rem; }
    .main-product-detail .product-info .primary-cta {
      text-align: left;
      margin: .5rem 0;
      font-size: 1rem; }
      @media only screen and (min-width: 400px) {
        .main-product-detail .product-info .primary-cta {
          min-width: 245px;
          max-width: fit-content; } }
      @media only screen and (min-width: 600px) {
        .main-product-detail .product-info .primary-cta {
          font-size: 1.25rem; } }
      @media only screen and (min-width: 980px) {
        .main-product-detail .product-info .primary-cta {
          padding: .5vw 1.5vw;
          font-size: 1rem; } }
      .main-product-detail .product-info .primary-cta .arrow-small {
        padding-left: 20px; }
        @media only screen and (max-width: 600px) {
          .main-product-detail .product-info .primary-cta .arrow-small {
            font-size: 1.25rem; } }
      .main-product-detail .product-info .primary-cta.alt {
        background-color: #003591;
        border-color: #003591; }
        .main-product-detail .product-info .primary-cta.alt:hover {
          background-color: #1741c4;
          border-color: #1741c4; }

/* color grid styling */
.color-grid {
  background-color: #ffffff; }
  .color-grid .wrap {
    margin: 0 4vw; }
    .color-grid .wrap .main-title {
      padding: 2rem 0 .5rem 0; }
      @media only screen and (min-width: 768px) {
        .color-grid .wrap .main-title {
          display: flex;
          justify-content: space-between;
          align-items: center; }
          .color-grid .wrap .main-title img {
            padding: 1rem; } }
      .color-grid .wrap .main-title h1 {
        font-size: 4rem;
        line-height: 1;
        padding: 1rem 0 .25rem 0; }
        @media only screen and (min-width: 600px) {
          .color-grid .wrap .main-title h1 {
            font-size: 5rem;
            line-height: 68.7px; } }
      .color-grid .wrap .main-title img {
        height: 4.688rem;
        width: 14.063rem;
        padding: .5rem 0; }
    .color-grid .wrap .warning {
      color: #757575;
      padding-bottom: 1rem; }
      .color-grid .wrap .warning .asterisk-cc:before {
        content: '* ';
        color: #757575; }
    .color-grid .wrap #chart-options {
      margin: .5rem 0;
      width: 100%;
      border: solid 1px #b1b1b1;
      font-size: 1.125rem;
      font-family: texta-book, sans-serif;
      padding: .15rem .4rem .2rem .4rem;
      color: #333333;
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      background-image: url("/wp-content/themes/www.drexmet.com-v2/images/dropdownarrow.svg");
      background-repeat: no-repeat;
      background-position: calc(100% - 5px) center;
      background-size: 1.25rem; }
      @media only screen and (min-width: 500px) {
        .color-grid .wrap #chart-options {
          position: absolute;
          right: 0;
          top: 0;
          width: 12.5rem; } }
    .color-grid .wrap .palettes {
      position: relative;
      padding-bottom: 1rem;
      width: 100%;
      justify-content: center;
      margin-top: 1rem; }
      @media only screen and (min-width: 450px) {
        .color-grid .wrap .palettes {
          justify-content: unset; } }
      .color-grid .wrap .palettes .section-copy {
        color: #757575;
        padding-bottom: 1rem; }
        .color-grid .wrap .palettes .section-copy a {
          color: #0048c4;
          cursor: pointer; }
        .color-grid .wrap .palettes .section-copy a:hover {
          color: #013184;
          text-decoration: underline; }
      .color-grid .wrap .palettes li {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        width: 100%; }
        @media only screen and (min-width: 450px) {
          .color-grid .wrap .palettes li {
            flex-wrap: wrap;
            flex-direction: row;
            align-items: unset; } }
        .color-grid .wrap .palettes li .color-container {
          min-width: 15%;
          font-family: texta-book, sans-serif;
          text-transform: uppercase;
          font-size: 1.125rem;
          color: #333333;
          padding: .4rem 0;
          display: flex;
          flex-direction: column;
          text-align: center;
          align-items: center; }
          @media only screen and (min-width: 450px) {
            .color-grid .wrap .palettes li .color-container {
              margin-right: 1rem;
              max-width: 11.35rem;
              align-items: unset;
              text-align: unset; } }
          @media only screen and (min-width: 558px) {
            .color-grid .wrap .palettes li .color-container {
              margin-right: 1.5rem;
              max-width: 14.063rem; } }
          .color-grid .wrap .palettes li .color-container .color-swatch {
            height: 12.5rem;
            width: 14.063rem; }
            @media only screen and (min-width: 450px) {
              .color-grid .wrap .palettes li .color-container .color-swatch {
                height: 10rem;
                width: 11.375rem; } }
            @media only screen and (min-width: 550px) {
              .color-grid .wrap .palettes li .color-container .color-swatch {
                height: 12.5rem;
                width: 14.063rem; } }
            .color-grid .wrap .palettes li .color-container .color-swatch.no-image-version {
              border: 1px solid #757575;
              opacity: .5;
              text-align: center;
              display: flex;
              align-items: center; }
        .color-grid .wrap .palettes li.palette-title {
          list-style: none;
          width: 100%;
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          margin-top: 1.5rem; }
          @media only screen and (min-width: 768px) {
            .color-grid .wrap .palettes li.palette-title {
              flex-direction: row;
              align-items: center; } }
          .color-grid .wrap .palettes li.palette-title h4 {
            line-height: 1.35; }
          .color-grid .wrap .palettes li.palette-title a {
            margin: .25rem 0 .75rem 0;
            font-size: 1rem; }
            @media only screen and (min-width: 768px) {
              .color-grid .wrap .palettes li.palette-title a {
                margin: .5rem 1.5rem 0 1.5rem; } }
            .color-grid .wrap .palettes li.palette-title a .arrow-small {
              padding-left: 1rem; }
        .color-grid .wrap .palettes li.hidden {
          display: none; }

/* cta and paragraph styling */
.cta-and-paragraph {
  position: relative;
  z-index: 1; }
  .cta-and-paragraph #behind-content {
    position: absolute;
    z-index: -1;
    height: 100%;
    object-fit: cover;
    top: 0;
    right: 0; }
  .cta-and-paragraph.dark-bkg {
    background-color: #2e2e2e; }
    .cta-and-paragraph.dark-bkg .copy-paragraph {
      color: white; }
  .cta-and-paragraph.light-bkg {
    background-color: #f4f5f9; }
    .cta-and-paragraph.light-bkg .copy-paragraph {
      color: #3e3e3e; }
    .cta-and-paragraph.light-bkg #behind-content {
      filter: invert(100%) sepia(0%) saturate(7448%) hue-rotate(340deg) brightness(100%) contrast(111%); }
  .cta-and-paragraph .c-and-p {
    padding: 3rem calc(8px + 2.5625vw);
    display: flex;
    flex-direction: column; }
    @media only screen and (min-width: 600px) {
      .cta-and-paragraph .c-and-p {
        padding: 6.5rem 3rem 7rem 3rem; } }
    @media only screen and (min-width: 980px) {
      .cta-and-paragraph .c-and-p {
        flex-direction: row;
        justify-content: center;
        padding: 6.5rem 3rem; } }
    .cta-and-paragraph .c-and-p .cta-container {
      min-width: 50%;
      display: flex;
      justify-content: center;
      flex-direction: column; }
      @media only screen and (min-width: 600px) {
        .cta-and-paragraph .c-and-p .cta-container {
          flex-direction: row; } }
      @media only screen and (min-width: 980px) {
        .cta-and-paragraph .c-and-p .cta-container {
          flex-direction: column;
          justify-content: center;
          align-items: center; } }
      @media only screen and (min-width: 1600px) {
        .cta-and-paragraph .c-and-p .cta-container {
          padding-left: 10%; } }
      .cta-and-paragraph .c-and-p .cta-container .primary-cta {
        font-family: texta-book, sans-serif;
        font-size: 1.5rem;
        display: block;
        line-height: 1.19;
        height: 9rem;
        width: 100%;
        margin: 0 0 1rem 0;
        text-decoration: underline solid 1px transparent !important;
        text-underline-offset: 5px;
        transition: text-decoration 400ms ease; }
        @media only screen and (min-width: 600px) {
          .cta-and-paragraph .c-and-p .cta-container .primary-cta {
            height: 10rem;
            max-width: 31.25rem; } }
        @media only screen and (min-width: 980px) {
          .cta-and-paragraph .c-and-p .cta-container .primary-cta {
            width: 26rem; } }
        @media only screen and (min-width: 1200px) {
          .cta-and-paragraph .c-and-p .cta-container .primary-cta {
            width: 27.188rem; } }
        .cta-and-paragraph .c-and-p .cta-container .primary-cta:hover {
          border-color: #1741c4;
          background-color: #1741c4;
          text-decoration: underline solid 1px white !important; }
        .cta-and-paragraph .c-and-p .cta-container .primary-cta.dark-blue {
          background-color: #003591;
          border-color: #003591; }
        .cta-and-paragraph .c-and-p .cta-container .primary-cta:not(:last-child) {
          margin: 0 1rem 1rem 0; }
          @media only screen and (min-width: 980px) {
            .cta-and-paragraph .c-and-p .cta-container .primary-cta:not(:last-child) {
              margin: 0 0 1rem 0; } }
        .cta-and-paragraph .c-and-p .cta-container .primary-cta .text {
          position: relative;
          top: 51%;
          -webkit-transform: translateY(-45%);
          -ms-transform: translateY(-45%);
          transform: translateY(-45%); }
          .cta-and-paragraph .c-and-p .cta-container .primary-cta .text.shift {
            padding-top: .25vw; }
          .cta-and-paragraph .c-and-p .cta-container .primary-cta .text .cta-icon {
            color: white;
            display: inline;
            height: 15px;
            padding-right: .75rem; }
    .cta-and-paragraph .c-and-p .copy-paragraph {
      min-width: 50%;
      font-family: sourceSansPro-regular, sans-serif;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      @media only screen and (min-width: 768px) {
        .cta-and-paragraph .c-and-p .copy-paragraph {
          padding: 1rem 1rem 0 0; } }
      @media only screen and (min-width: 980px) {
        .cta-and-paragraph .c-and-p .copy-paragraph {
          padding: 0 5% 0 0; } }
      @media only screen and (min-width: 1200px) {
        .cta-and-paragraph .c-and-p .copy-paragraph {
          padding-right: 9%; } }
      .cta-and-paragraph .c-and-p .copy-paragraph .title-line {
        font-size: 2rem; }
      .cta-and-paragraph .c-and-p .copy-paragraph p {
        font-size: 1.125rem;
        padding-top: 1rem; }
        @media only screen and (min-width: 980px) {
          .cta-and-paragraph .c-and-p .copy-paragraph p {
            padding-top: .5rem; } }

/* blog-post styling */
.blog-post .posts {
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 0 3vw;
  padding: 2rem 0;
  max-width: 1600px; }
  @media only screen and (min-width: 600px) {
    .blog-post .posts {
      display: flex; } }
  @media only screen and (min-width: 980px) {
    .blog-post .posts {
      display: inline-flex;
      flex-direction: row;
      padding: 2rem 0 1rem 0; } }
  @media only screen and (min-width: 1600px) {
    .blog-post .posts {
      display: flex; } }
  @media only screen and (min-width: 1750px) {
    .blog-post .posts {
      margin: 0 auto; } }
  .blog-post .posts .post-container {
    background-color: #F4F6F9;
    padding: 2.75rem 2.5rem;
    margin: .5rem 0;
    display: flex;
    flex-direction: column; }
    @media only screen and (min-width: 600px) {
      .blog-post .posts .post-container {
        margin: .7rem auto;
        max-width: 500px; } }
    @media only screen and (min-width: 768px) {
      .blog-post .posts .post-container {
        margin: 1rem auto;
        height: 325px;
        width: 500px; } }
    @media only screen and (min-width: 980px) {
      .blog-post .posts .post-container {
        height: unset;
        width: unset;
        margin: 0;
        min-width: 30%;
        max-width: 32.25%;
        margin-bottom: 1rem; } }
    @media only screen and (min-width: 1600px) {
      .blog-post .posts .post-container {
        min-height: 380px; } }
    @media only screen and (min-width: 980px) {
      .blog-post .posts .post-container:not(:last-child) {
        margin: 0 1rem 1rem 0; } }
    .blog-post .posts .post-container a .post-title {
      font-family: texta-book, sans-serif;
      color: #383838;
      line-height: 40px;
      min-height: 80px;
      text-decoration: underline solid 2px transparent;
      text-underline-offset: 5px;
      transition: text-decoration 400ms ease; }
      @media only screen and (min-width: 980px) {
        .blog-post .posts .post-container a .post-title {
          font-size: 2.1rem; } }
      @media only screen and (min-width: 1100px) {
        .blog-post .posts .post-container a .post-title {
          font-size: 2.25rem; } }
      .blog-post .posts .post-container a .post-title:hover {
        text-decoration: underline solid 2px; }
    .blog-post .posts .post-container p {
      color: #232323;
      padding: 1.75rem 0;
      flex: 1 0 auto; }
    .blog-post .posts .post-container .other-info {
      font-family: sourceSansPro-regular, sans-serif;
      font-size: 1rem;
      color: #818181;
      display: flex;
      flex-direction: row;
      justify-content: space-between; }

/* big-cta styling */
.big-cta {
  background-color: #F4F6F9; }
  .big-cta.white-bkg {
    background-color: white; }
    .big-cta.white-bkg .white {
      border: solid 2px #1741c4 !important; }
  .big-cta .cta-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 2rem 3vw; }
    @media only screen and (min-width: 768px) {
      .big-cta .cta-container {
        flex-direction: row; } }
    @media only screen and (min-width: 1600px) {
      .big-cta .cta-container {
        max-width: 1500px;
        margin: 0 auto;
        padding: 2rem 0; } }
    @media only screen and (min-width: 980px) {
      .big-cta .cta-container.extra-padding {
        padding-top: 4.5rem; } }
    .big-cta .cta-container .primary-cta {
      font-family: texta-book, sans-serif;
      font-size: 1.5rem;
      display: block;
      line-height: 1.19;
      height: 12rem;
      width: 100%;
      text-decoration: underline solid 1px transparent !important;
      text-underline-offset: 5px;
      transition: text-decoration 400ms ease; }
      @media only screen and (min-width: 600px) {
        .big-cta .cta-container .primary-cta {
          height: 13.75rem;
          max-width: 500px;
          margin: 0 auto; } }
      @media only screen and (min-width: 768px) {
        .big-cta .cta-container .primary-cta {
          max-width: unset; } }
      .big-cta .cta-container .primary-cta:hover {
        border-color: #1741c4;
        background-color: #1741c4;
        text-decoration: underline solid 1px !important; }
      .big-cta .cta-container .primary-cta.dark-blue {
        background-color: #003591;
        border-color: #003591; }
      .big-cta .cta-container .primary-cta.white {
        background-color: white;
        border-color: white;
        color: #1741c4; }
        .big-cta .cta-container .primary-cta.white .cta-icon {
          filter: invert(88%) sepia(72%) saturate(4869%) hue-rotate(229deg) brightness(118%) contrast(91%); }
      .big-cta .cta-container .primary-cta:not(:last-child) {
        margin-bottom: 1rem; }
        @media only screen and (min-width: 768px) {
          .big-cta .cta-container .primary-cta:not(:last-child) {
            margin-right: 1rem;
            margin-bottom: unset; } }
      .big-cta .cta-container .primary-cta .text {
        position: relative;
        top: 51%;
        -webkit-transform: translateY(-45%);
        -ms-transform: translateY(-45%);
        transform: translateY(-45%); }
        .big-cta .cta-container .primary-cta .text .cta-icon {
          color: white;
          display: inline;
          height: 15px;
          padding-right: .5rem; }
        .big-cta .cta-container .primary-cta .text .phone {
          font-size: 1.35rem; }

/* tabbed arrows styling */
.tabbed-arrows {
  background: white; }
  .tabbed-arrows .wrap {
    margin: 0 3vw;
    max-width: 1600px; }
    @media only screen and (min-width: 980px) {
      .tabbed-arrows .wrap {
        margin: 0;
        margin-left: 3vw; } }
    @media only screen and (min-width: 1700px) {
      .tabbed-arrows .wrap {
        margin: 0 auto; } }
  .tabbed-arrows .tabs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    margin: 2rem 0;
    min-height: 500px; }
    .tabbed-arrows .tabs h2 {
      line-height: .97;
      font-size: 3.25rem; }
      @media only screen and (min-width: 980px) {
        .tabbed-arrows .tabs h2 {
          width: 32.5%;
          padding-bottom: 1rem; } }
      @media only screen and (min-width: 1300px) {
        .tabbed-arrows .tabs h2 {
          font-size: 3.55rem; } }
      @media only screen and (min-width: 1600px) {
        .tabbed-arrows .tabs h2 {
          font-size: 3.7rem; } }
    .tabbed-arrows .tabs label {
      font-family: texta-heavy, sans-serif;
      font-size: 1.25rem;
      display: flex;
      justify-content: flex-start;
      order: initial;
      width: 100%;
      margin-top: 1rem; }
      @media only screen and (min-width: 980px) {
        .tabbed-arrows .tabs label:last-of-type {
          padding-bottom: 2rem; } }
      @media only screen and (min-width: 980px) {
        .tabbed-arrows .tabs label {
          width: 30%;
          margin: .5rem 0;
          order: 1; } }
      @media only screen and (min-width: 1200px) {
        .tabbed-arrows .tabs label {
          width: 32.5%; } }
      @media only screen and (min-width: 1750px) {
        .tabbed-arrows .tabs label {
          width: 50%; } }
      .tabbed-arrows .tabs label .arrow-small {
        font-size: 1.25rem; }
        @media only screen and (min-width: 980px) {
          .tabbed-arrows .tabs label .arrow-small {
            font-size: 1.1rem; } }
      .tabbed-arrows .tabs label > div {
        padding: .25rem 1rem .25rem 0;
        cursor: pointer;
        transition: background ease 0.2s;
        display: flex;
        align-items: center;
        color: #003591; }
        .tabbed-arrows .tabs label > div:hover {
          color: #1741c4; }
          .tabbed-arrows .tabs label > div:hover:not(.arrow-small) {
            text-decoration: underline; }
    .tabbed-arrows .tabs input[type="radio"] {
      display: none; }
      .tabbed-arrows .tabs input[type="radio"]:checked + label > div {
        color: #1741c4; }
        .tabbed-arrows .tabs input[type="radio"]:checked + label > div:first-child {
          text-decoration: underline; }
      .tabbed-arrows .tabs input[type="radio"]:checked + label + .tab {
        display: flex;
        align-items: center;
        justify-content: center; }
    .tabbed-arrows .tabs .tab {
      order: initial;
      flex-grow: 1;
      width: 100%;
      display: none;
      height: 100%;
      margin-top: 1rem; }
      @media only screen and (min-width: 980px) {
        .tabbed-arrows .tabs .tab {
          order: 99;
          position: absolute;
          right: 0;
          width: 65%;
          margin-top: 0; } }
      .tabbed-arrows .tabs .tab .container {
        position: relative;
        height: 100%;
        width: 100%; }
        .tabbed-arrows .tabs .tab .container img:not(.lines) {
          height: 100%;
          min-height: 325px;
          width: 100%;
          object-fit: cover; }
          @media only screen and (min-width: 768px) {
            .tabbed-arrows .tabs .tab .container img:not(.lines) {
              min-height: 490px; } }
        .tabbed-arrows .tabs .tab .container .overlay {
          width: 100%; }
          .tabbed-arrows .tabs .tab .container .overlay .lines {
            position: absolute;
            top: 0;
            right: 0;
            height: 100%;
            opacity: 0.1;
            object-fit: contain;
            transform: rotate(180deg); }
          .tabbed-arrows .tabs .tab .container .overlay:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            opacity: .32;
            background-image: linear-gradient(to bottom, #000, #000);
            mix-blend-mode: multiply;
            background-blend-mode: multiply;
            transition: .3s ease; }
          .tabbed-arrows .tabs .tab .container .overlay .text-portion {
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            opacity: 1;
            position: absolute;
            bottom: 0;
            left: 0;
            color: white;
            height: 100%;
            width: 100%;
            transition: .3s ease;
            padding: 1rem; }
            @media only screen and (min-width: 768px) {
              .tabbed-arrows .tabs .tab .container .overlay .text-portion {
                padding: 2rem; } }
            .tabbed-arrows .tabs .tab .container .overlay .text-portion .o-text {
              color: white;
              font-family: sourceSansPro-semiBold, sans-serif;
              font-size: 1.45rem;
              line-height: 1.29;
              padding-bottom: 1rem; }
              @media only screen and (min-width: 600px) {
                .tabbed-arrows .tabs .tab .container .overlay .text-portion .o-text {
                  width: 75%; } }
            .tabbed-arrows .tabs .tab .container .overlay .text-portion .primary-cta {
              font-size: 1rem;
              width: 100%; }
              @media only screen and (min-width: 600px) {
                .tabbed-arrows .tabs .tab .container .overlay .text-portion .primary-cta {
                  width: 285px;
                  padding: .5vw 1.5vw; } }
              .tabbed-arrows .tabs .tab .container .overlay .text-portion .primary-cta.inverted-btn {
                background-color: white;
                border-color: white;
                color: #273e86;
                transition: 300ms ease-in-out; }
                .tabbed-arrows .tabs .tab .container .overlay .text-portion .primary-cta.inverted-btn:hover {
                  background-color: #1741c4;
                  border-color: #1741c4;
                  color: white; }
              .tabbed-arrows .tabs .tab .container .overlay .text-portion .primary-cta .arrow-small {
                font-size: 1rem; }

/* faq styling */
.faq {
  background-color: #F4F6F9; }
  .faq.white-bkg {
    background-color: #ffffff; }
  .faq .faqs-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 5rem 1rem 5rem 1.5rem; }
    @media only screen and (min-width: 600px) {
      .faq .faqs-container {
        padding: 5rem 1rem;
        width: 85%; } }
    @media only screen and (min-width: 980px) {
      .faq .faqs-container {
        width: 75%; } }
    @media only screen and (min-width: 1200px) {
      .faq .faqs-container {
        width: 60%; } }
    .faq .faqs-container .faq-title {
      padding-bottom: 1rem;
      text-align: center;
      font-family: texta-book, sans-serif;
      font-size: 2.5rem;
      color: #333333; }
    .faq .faqs-container .faqs-list {
      display: flex;
      flex-direction: column;
      padding-left: 1rem; }
      .faq .faqs-container .faqs-list .faq-holder:not(:first-child) {
        border-top: 1px solid rgba(74, 74, 74, 0.5); }
      .faq .faqs-container .faqs-list .faq-holder .individual-faq {
        padding-right: 6.5%; }
        .faq .faqs-container .faqs-list .faq-holder .individual-faq .question-holder {
          display: inline-flex;
          align-items: flex-start;
          margin-left: -32px;
          cursor: pointer; }
          .faq .faqs-container .faqs-list .faq-holder .individual-faq .question-holder .faq-toggle {
            padding-right: .5rem;
            padding-top: 1.1rem;
            font-size: 1.5rem !important;
            color: #1741c4;
            opacity: .5; }
          .faq .faqs-container .faqs-list .faq-holder .individual-faq .question-holder > h5 {
            font-family: texta-bold, sans-serif;
            color: #222222;
            font-size: 1.5rem;
            margin: 0;
            padding: .75rem 0;
            opacity: .5; }
      .faq .faqs-container .faqs-list .faq-holder p {
        color: #4b4b4b;
        padding-bottom: 1rem;
        font-size: 1.125rem; }
        .faq .faqs-container .faqs-list .faq-holder p.answer {
          display: none; }
  .faq .question-selected {
    opacity: 1 !important; }

/* feat-comp-overlay styling */
.feat-comp-overlay {
  background-color: #ffffff; }
  .feat-comp-overlay .bkg-graphic {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    object-fit: none; }
    @media only screen and (max-width: 767px) {
      .feat-comp-overlay .bkg-graphic.mobile-disap {
        display: none; } }
  .feat-comp-overlay > div {
    padding: 2rem 3vw;
    position: relative; }
  .feat-comp-overlay .container {
    display: flex;
    flex-direction: column;
    background-color: #003591;
    max-width: 1600px; }
    @media only screen and (min-width: 768px) {
      .feat-comp-overlay .container {
        flex-direction: row; } }
    @media only screen and (min-width: 1700px) {
      .feat-comp-overlay .container {
        margin: 0 auto; } }
    .feat-comp-overlay .container .text-content-area, .feat-comp-overlay .container .img-with-overlay {
      flex: 1;
      height: 425px;
      min-height: 400px; }
    .feat-comp-overlay .container .text-content-area {
      position: relative; }
      .feat-comp-overlay .container .text-content-area .bkg-graphic {
        width: 100%; }
      .feat-comp-overlay .container .text-content-area > div {
        padding: 1vw 5vw;
        color: #ffffff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 400px;
        position: relative;
        z-index: 3; }
        @media only screen and (min-width: 768px) {
          .feat-comp-overlay .container .text-content-area > div {
            height: 100%; } }
        .feat-comp-overlay .container .text-content-area > div .logo-sect {
          display: flex;
          flex-direction: row;
          align-items: center; }
          .feat-comp-overlay .container .text-content-area > div .logo-sect img {
            max-height: 4rem; }
            .feat-comp-overlay .container .text-content-area > div .logo-sect img.logo-1 {
              padding-left: 2rem; }
        .feat-comp-overlay .container .text-content-area > div .title {
          font-family: texta-book, sans-serif;
          font-size: 3rem; }
          @media only screen and (min-width: 600px) {
            .feat-comp-overlay .container .text-content-area > div .title {
              font-size: 3.75rem; } }
        .feat-comp-overlay .container .text-content-area > div p {
          text-align: center;
          font-size: 1rem; }
          @media only screen and (min-width: 600px) {
            .feat-comp-overlay .container .text-content-area > div p {
              font-size: 1.125rem; } }
        .feat-comp-overlay .container .text-content-area > div .primary-cta {
          margin-top: 1rem;
          font-size: 1rem; }
          .feat-comp-overlay .container .text-content-area > div .primary-cta .arrow-small {
            padding-left: 1rem;
            font-size: 1rem; }
            @media only screen and (min-width: 600px) {
              .feat-comp-overlay .container .text-content-area > div .primary-cta .arrow-small {
                padding-left: 3.5rem;
                font-size: 1.25rem; } }
    .feat-comp-overlay .container .img-with-overlay {
      position: relative; }
      .feat-comp-overlay .container .img-with-overlay img {
        width: 100%;
        object-fit: cover;
        height: 400px; }
        @media only screen and (min-width: 768px) {
          .feat-comp-overlay .container .img-with-overlay img {
            height: 100%; } }
      .feat-comp-overlay .container .img-with-overlay .overlay:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(to bottom, #273e86, #273e86);
        mix-blend-mode: multiply;
        opacity: 0.64;
        transition: .3s ease; }
      .feat-comp-overlay .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: sourceSansPro-bold, sans-serif;
        font-size: 1.438rem;
        text-align: center;
        padding: 1.5rem 8vw;
        height: 100%;
        width: 100%;
        transition: .3s ease;
        text-decoration: none; }
        @media only screen and (max-width: 600px) {
          .feat-comp-overlay .container .img-with-overlay .overlay .txt {
            padding: 1rem;
            font-size: 1.25rem; } }
        @media only screen and (min-width: 768px) {
          .feat-comp-overlay .container .img-with-overlay .overlay .txt {
            padding: 1.5rem 5vw; } }
        @media only screen and (min-width: 980px) {
          .feat-comp-overlay .container .img-with-overlay .overlay .txt {
            padding: 1.5rem 9.5vw; } }

/* feature component 1 styling */
.feature-component .feature-container {
  display: flex;
  flex-direction: column; }
  @media only screen and (min-width: 600px) {
    .feature-component .feature-container {
      margin: 0 3vw;
      padding: 2vw 0; } }
  @media only screen and (min-width: 768px) {
    .feature-component .feature-container {
      flex-direction: row-reverse;
      min-height: 335px; } }
  @media only screen and (min-width: 1700px) {
    .feature-component .feature-container {
      max-width: 1600px;
      margin: 0 auto; } }
  .feature-component .feature-container .information-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-basis: 33.5%;
    background-color: #003591;
    padding: 2rem 3vw; }
    @media only screen and (min-width: 600px) {
      .feature-component .feature-container .information-side {
        padding: 5vw 4vw 5vw 5vw; } }
    @media only screen and (min-width: 768px) {
      .feature-component .feature-container .information-side {
        padding: 4rem 4rem 4rem 2.25rem; } }
    .feature-component .feature-container .information-side > * {
      color: white; }
    .feature-component .feature-container .information-side h2 {
      line-height: 1;
      font-size: 2.5rem; }
      @media only screen and (min-width: 768px) {
        .feature-component .feature-container .information-side h2 {
          font-size: 3.5rem; } }
      @media only screen and (min-width: 1300px) {
        .feature-component .feature-container .information-side h2 {
          font-size: 3.75rem; } }
    .feature-component .feature-container .information-side p {
      padding: .5rem 1rem 1rem 0; }
      @media only screen and (min-width: 1200px) {
        .feature-component .feature-container .information-side p {
          padding-right: 2.5rem; } }
      @media only screen and (min-width: 1600px) {
        .feature-component .feature-container .information-side p {
          padding-right: 5rem; } }
    .feature-component .feature-container .information-side .primary-cta {
      font-size: 1rem;
      width: 250px; }
      .feature-component .feature-container .information-side .primary-cta.inverted-btn {
        background-color: white;
        border-color: white;
        color: #273e86;
        transition: 300ms ease-in-out; }
        .feature-component .feature-container .information-side .primary-cta.inverted-btn:hover {
          background-color: #1741c4;
          border-color: #1741c4;
          color: white; }
      .feature-component .feature-container .information-side .primary-cta .arrow-small {
        font-size: 1rem; }
  .feature-component .feature-container .img-side {
    position: relative; }
    @media only screen and (min-width: 768px) {
      .feature-component .feature-container .img-side {
        width: 66.5%; } }
    .feature-component .feature-container .img-side img {
      z-index: -1;
      left: 0;
      height: 100%;
      width: 100%;
      object-fit: cover;
      min-height: 335px;
      max-height: 350px;
      background-color: #F4F6F9; }
      @media only screen and (min-width: 768px) {
        .feature-component .feature-container .img-side img {
          position: absolute;
          max-height: unset; } }
      .feature-component .feature-container .img-side img.logo {
        object-fit: none; }

/* icons styling */
.icons .wrap {
  margin: 0 3vw;
  max-width: 1600px; }
  @media only screen and (min-width: 1700px) {
    .icons .wrap {
      margin: 0 auto; } }
  .icons .wrap .container {
    padding: 4rem 0; }
    .icons .wrap .container .header {
      font-family: texta-book, sans-serif;
      font-size: 2.5rem;
      text-align: center;
      text-transform: uppercase;
      color: #434343;
      padding-bottom: 1rem; }
      @media only screen and (min-width: 768px) {
        .icons .wrap .container .header {
          padding-bottom: 2rem; } }
    .icons .wrap .container .icon-container {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 0 5vw; }
      @media only screen and (min-width: 600px) {
        .icons .wrap .container .icon-container {
          flex-direction: row;
          padding: 1rem 0; } }
      @media only screen and (min-width: 1600px) {
        .icons .wrap .container .icon-container {
          padding: 1rem 3rem; } }
      .icons .wrap .container .icon-container .icon {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 1.5rem 0; }
        .icons .wrap .container .icon-container .icon img {
          height: 50px; }
        .icons .wrap .container .icon-container .icon a, .icons .wrap .container .icon-container .icon span {
          font-family: texta-heavy, sans-serif;
          text-decoration: none;
          text-align: center;
          color: #003591;
          padding: 1.5rem .5rem 0 .5rem;
          font-size: 1.5rem;
          text-transform: uppercase;
          flex: 1;
          display: flex;
          line-height: 1.15; }
          .icons .wrap .container .icon-container .icon a:hover, .icons .wrap .container .icon-container .icon span:hover {
            color: #1741c4; }
        @media only screen and (min-width: 600px) {
          .icons .wrap .container .icon-container .icon {
            padding: 0; } }
  @media (min-width: 600px) and (max-width: 980px) {
    .icons .wrap .big-width {
      flex-wrap: wrap !important;
      row-gap: 2rem;
      justify-content: unset !important; }
      .icons .wrap .big-width .icon {
        max-width: 33%; } }
  @media only screen and (min-width: 980px) {
    .icons .wrap .fixed-size {
      padding: 1rem 5% !important; } }
  @media only screen and (min-width: 1600px) {
    .icons .wrap .fixed-size {
      padding: 1rem 8rem !important; } }

/* contact us section styling */
.contact-us-section {
  background-color: #F4F6F9;
  overflow: hidden; }
  .contact-us-section .container {
    max-width: 1600px;
    margin: 0 3vw;
    padding: 6rem 0;
    display: flex;
    flex-direction: column; }
    @media only screen and (min-width: 768px) {
      .contact-us-section .container {
        flex-direction: row-reverse;
        align-items: center; } }
    @media only screen and (min-width: 1750px) {
      .contact-us-section .container {
        margin: 0 auto; } }
    .contact-us-section .container.centered {
      flex-direction: column-reverse; }
    .contact-us-section .container .contact-form-box {
      height: 100%;
      width: 50%;
      background-color: #ffffff;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative; }
      @media only screen and (min-width: 768px) {
        .contact-us-section .container .contact-form-box {
          flex: 1; } }
      @media only screen and (max-width: 767px) {
        .contact-us-section .container .contact-form-box {
          width: 100%; } }
    .contact-us-section .container .contact-links {
      display: flex;
      flex-direction: column;
      flex: 1;
      padding-bottom: 2rem;
      width: 50%; }
      @media only screen and (min-width: 768px) {
        .contact-us-section .container .contact-links {
          padding-left: 4vw; } }
      @media only screen and (min-width: 980px) {
        .contact-us-section .container .contact-links {
          padding-left: 8vw; } }
      @media only screen and (max-width: 767px) {
        .contact-us-section .container .contact-links {
          width: 100%; } }
      .contact-us-section .container .contact-links .link-plus-headers {
        display: flex;
        flex-direction: column;
        padding-bottom: 1rem; }
        .contact-us-section .container .contact-links .link-plus-headers .lnk {
          padding-bottom: 1.25rem; }
          .contact-us-section .container .contact-links .link-plus-headers .lnk .title {
            font-family: texta-book, sans-serif;
            font-size: 1.875rem;
            line-height: 1.15; }
          .contact-us-section .container .contact-links .link-plus-headers .lnk .clickable {
            font-family: texta-heavy, sans-serif;
            font-size: 1.5rem;
            color: #1741c4;
            padding-bottom: 1rem; }
            @media only screen and (max-width: 325px) {
              .contact-us-section .container .contact-links .link-plus-headers .lnk .clickable.email {
                font-size: 1.25rem; } }
            .contact-us-section .container .contact-links .link-plus-headers .lnk .clickable:hover {
              text-decoration: underline; }
      .contact-us-section .container .contact-links .cta-container {
        display: flex;
        justify-content: center;
        flex-direction: row; }
        @media only screen and (max-width: 350px) {
          .contact-us-section .container .contact-links .cta-container {
            flex-direction: column;
            width: 100%; } }
        @media only screen and (min-width: 768px) {
          .contact-us-section .container .contact-links .cta-container {
            flex-direction: column; } }
        .contact-us-section .container .contact-links .cta-container .primary-cta {
          font-family: texta-book, sans-serif;
          font-size: 1.5rem;
          display: block;
          line-height: 1.19;
          height: 12rem;
          width: 100%;
          text-decoration: underline solid 1px transparent !important;
          text-underline-offset: 5px;
          transition: text-decoration 400ms ease; }
          @media only screen and (min-width: 600px) {
            .contact-us-section .container .contact-links .cta-container .primary-cta {
              height: 13.75rem;
              max-width: 500px; } }
          .contact-us-section .container .contact-links .cta-container .primary-cta:hover {
            border-color: #1741c4;
            background-color: #1741c4;
            text-decoration: underline solid 1px !important; }
          .contact-us-section .container .contact-links .cta-container .primary-cta.dark-blue {
            background-color: #003591;
            border-color: #003591; }
          .contact-us-section .container .contact-links .cta-container .primary-cta:not(:last-child) {
            margin-right: .5rem; }
            @media only screen and (max-width: 350px) {
              .contact-us-section .container .contact-links .cta-container .primary-cta:not(:last-child) {
                margin-bottom: 1rem; } }
            @media only screen and (min-width: 768px) {
              .contact-us-section .container .contact-links .cta-container .primary-cta:not(:last-child) {
                margin-bottom: 1.75rem;
                margin-right: unset; } }
          .contact-us-section .container .contact-links .cta-container .primary-cta .text {
            display: flex;
            flex-direction: column;
            justify-content: center;
            height: 100%; }
            .contact-us-section .container .contact-links .cta-container .primary-cta .text .cta-icon {
              color: white;
              height: 40px;
              padding-bottom: .5rem; }

/* custom copy styling */
.custom-copy {
  background-color: #F4F6F9; }
  .custom-copy.white {
    background-color: white; }
  .custom-copy .wrap {
    margin: 0 3vw;
    padding: 5rem 0;
    max-width: 1600px; }
    @media only screen and (min-width: 1700px) {
      .custom-copy .wrap {
        margin: 0 auto; } }
    @media only screen and (min-width: 980px) {
      .custom-copy .wrap .container {
        display: flex;
        flex-direction: row;
        justify-content: center; } }
    @media only screen and (min-width: 980px) {
      .custom-copy .wrap .container.reversed {
        flex-direction: row-reverse; } }
    .custom-copy .wrap .container.reversed p {
      padding-top: 1rem; }
      @media only screen and (min-width: 980px) {
        .custom-copy .wrap .container.reversed p {
          padding-right: 5rem;
          padding-top: 0; } }
    @media only screen and (min-width: 980px) {
      .custom-copy .wrap .container.normal .img-section {
        margin-right: 2.5rem; } }
    @media only screen and (min-width: 1100px) {
      .custom-copy .wrap .container.normal .img-section {
        margin-right: 4rem; } }
    .custom-copy .wrap .container .text-section {
      flex: 1;
      max-width: 1000px; }
      @media only screen and (min-width: 980px) {
        .custom-copy .wrap .container .text-section {
          display: flex;
          flex-direction: column;
          justify-content: center; } }
      .custom-copy .wrap .container .text-section .title {
        font-family: texta-book, sans-serif;
        font-size: 3.5rem;
        color: #414141;
        line-height: .97;
        padding: 1rem 0; }
        @media only screen and (min-width: 980px) {
          .custom-copy .wrap .container .text-section .title {
            font-size: 4rem;
            padding: 0 0 1rem 0; } }
      .custom-copy .wrap .container .text-section p {
        font-family: texta-book, sans-serif;
        font-size: 1.35rem;
        color: #535353;
        padding-bottom: 1rem; }
        @media only screen and (min-width: 1100px) {
          .custom-copy .wrap .container .text-section p {
            font-size: 1.5rem; } }
        .custom-copy .wrap .container .text-section p a {
          text-decoration: none;
          color: #1741c4;
          font-size: 1.5rem; }
          .custom-copy .wrap .container .text-section p a:hover {
            text-decoration: underline; }
    .custom-copy .wrap .container .img-section {
      position: relative;
      flex: 1;
      margin-bottom: 1vw; }
      @media only screen and (min-width: 980px) {
        .custom-copy .wrap .container .img-section {
          margin-bottom: 0;
          max-width: 50%; } }
      @media only screen and (min-width: 1100px) {
        .custom-copy .wrap .container .img-section {
          max-width: 45%; } }
      .custom-copy .wrap .container .img-section img {
        object-fit: cover;
        height: 100%;
        width: 100%;
        border-radius: 2px; }
      .custom-copy .wrap .container .img-section .overlay:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: .32;
        background-image: linear-gradient(to top, #000 100%, #f5f6fa 0%);
        mix-blend-mode: multiply;
        background-blend-mode: multiply;
        border-radius: 2px; }

/* case studies styling */
.case-studies {
  background-color: white; }
  .case-studies .header {
    text-align: center;
    font-family: texta-book, sans-serif;
    font-size: 2.5rem;
    color: #333333;
    padding: 1rem 0 0 .25rem; }
  .case-studies .cs-box {
    margin: 0 3vw;
    padding: 1rem 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    column-gap: 1rem;
    row-gap: .5rem;
    max-width: 1600px; }
    @media only screen and (min-width: 980px) {
      .case-studies .cs-box {
        flex-direction: row;
        justify-content: space-between; } }
    @media only screen and (min-width: 1750px) {
      .case-studies .cs-box {
        margin: 0 auto; } }
    .case-studies .cs-box .photo-card {
      position: relative; }
      .case-studies .cs-box .photo-card img {
        width: 27rem;
        height: 275px;
        object-fit: cover;
        border-radius: 2px; }
        @media only screen and (min-width: 768px) {
          .case-studies .cs-box .photo-card img {
            height: 325px;
            width: 30rem; } }
        @media only screen and (min-width: 980px) {
          .case-studies .cs-box .photo-card img {
            height: 325px;
            width: 29.5vw; } }
        @media only screen and (min-width: 1200px) {
          .case-studies .cs-box .photo-card img {
            height: 375px;
            width: 30vw; } }
        @media only screen and (min-width: 1600px) {
          .case-studies .cs-box .photo-card img {
            max-width: 500px; } }
      .case-studies .cs-box .photo-card .overlay:hover .shown-title {
        transition: 300ms ease;
        opacity: 0; }
      .case-studies .cs-box .photo-card .overlay:hover .txt {
        opacity: 1; }
      .case-studies .cs-box .photo-card .overlay:hover:before {
        opacity: .69; }
      .case-studies .cs-box .photo-card .overlay .case-name {
        font-size: 2.5rem;
        line-height: .9;
        font-family: texta-book, sans-serif;
        color: white; }
      .case-studies .cs-box .photo-card .overlay .shown-title {
        text-shadow: 0 3px 8px rgba(0, 0, 0, 0.43);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 300ms ease; }
        .case-studies .cs-box .photo-card .overlay .shown-title:before {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background-image: linear-gradient(to bottom, #000, #000);
          opacity: 0;
          mix-blend-mode: multiply;
          background-blend-mode: multiply;
          opacity: .1; }
          .case-studies .cs-box .photo-card .overlay .shown-title:before:hover {
            opacity: 0; }
      .case-studies .cs-box .photo-card .overlay:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(to bottom, #273e86, #273e86);
        opacity: 0;
        mix-blend-mode: multiply;
        background-blend-mode: multiply;
        transition: .3s ease;
        border-radius: 2px; }
      .case-studies .cs-box .photo-card .overlay .txt {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-shadow: 0 3px 8px rgba(0, 0, 0, 0.43);
        opacity: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        color: white;
        height: 100%;
        width: 100%;
        transition: .3s ease;
        padding: .5rem; }
        @media only screen and (min-width: 600px) {
          .case-studies .cs-box .photo-card .overlay .txt {
            padding: .5rem 1rem; } }
        @media only screen and (min-width: 768px) {
          .case-studies .cs-box .photo-card .overlay .txt {
            padding: .5rem 2rem; } }
        .case-studies .cs-box .photo-card .overlay .txt #case-text {
          font-size: 1rem;
          padding: .75rem 0;
          text-align: center;
          font-family: texta-heavy, sans-serif; }
        .case-studies .cs-box .photo-card .overlay .txt .primary-cta {
          font-size: .938rem;
          text-shadow: none;
          background-color: white;
          border-color: white;
          color: #273e86;
          transition: 300ms ease-in-out; }
          .case-studies .cs-box .photo-card .overlay .txt .primary-cta:hover {
            background-color: #273e86;
            border-color: #273e86;
            color: white; }
          .case-studies .cs-box .photo-card .overlay .txt .primary-cta .arrow-small {
            padding-left: 5rem;
            padding-right: .5rem;
            font-size: .938rem; }
      @media only screen and (max-width: 450px) {
        .case-studies .cs-box .photo-card .overlay .max-lines {
          height: 10rem;
          overflow: hidden;
          text-overflow: " [...]";
          display: -webkit-box;
          -webkit-line-clamp: 6;
          line-clamp: 6;
          -webkit-box-orient: vertical;
          word-break: break-word; } }
      @media only screen and (min-width: 350px) {
        .case-studies .cs-box .photo-card .overlay .max-lines {
          height: 9.5rem; } }
      @media only screen and (min-width: 450px) {
        .case-studies .cs-box .photo-card .overlay .max-lines {
          height: unset; } }

.case-study.blog-page .max-header {
  height: auto; }

/* warranties styling */
.warranties {
  background-color: #F4F6F9;
  position: relative; }
  .warranties .lines-behind {
    position: absolute;
    top: 0;
    right: 0;
    opacity: .3; }
  .warranties .container {
    max-width: 1600px;
    margin: 0 3vw;
    padding: 4rem 0;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column; }
    @media only screen and (min-width: 768px) {
      .warranties .container {
        flex-direction: row; } }
    @media only screen and (min-width: 1750px) {
      .warranties .container {
        margin: 0 auto; } }
    .warranties .container .form-box {
      width: 100%;
      background-color: #ffffff;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media only screen and (min-width: 768px) {
        .warranties .container .form-box {
          max-width: 50%; } }
    .warranties .container .warranty-links {
      display: flex;
      flex-direction: column;
      padding-top: 2rem;
      flex: 1; }
      @media only screen and (min-width: 768px) {
        .warranties .container .warranty-links {
          padding-left: 4vw;
          padding-top: 0; } }
      @media only screen and (min-width: 980px) {
        .warranties .container .warranty-links {
          padding-left: 8vw; } }
      .warranties .container .warranty-links .individual-warranty {
        padding: 1rem 0; }
        .warranties .container .warranty-links .individual-warranty p {
          padding-right: 1rem; }
          @media only screen and (min-width: 768px) {
            .warranties .container .warranty-links .individual-warranty p {
              padding-right: 0;
              max-width: 32.75rem; } }
        .warranties .container .warranty-links .individual-warranty .form-name {
          font-family: texta-heavy, sans-serif;
          font-size: 1.5rem;
          padding: .25rem 0;
          display: inline-flex;
          justify-content: flex-start;
          position: relative;
          cursor: pointer;
          color: #1741c4; }
          .warranties .container .warranty-links .individual-warranty .form-name:hover * {
            color: #003591; }
          .warranties .container .warranty-links .individual-warranty .form-name::after {
            position: absolute;
            content: "";
            width: 100%;
            height: 1.5px;
            top: 95%;
            background: #003591;
            transition: transform 0.5s;
            transform: scaleX(0);
            transform-origin: right; }
          .warranties .container .warranty-links .individual-warranty .form-name:hover::after, .warranties .container .warranty-links .individual-warranty .form-name.active::after {
            transform: scaleX(1);
            transform-origin: left; }
          .warranties .container .warranty-links .individual-warranty .form-name .arrow-small {
            font-size: 1.25rem;
            padding-top: .25rem;
            padding-left: .75rem; }
          .warranties .container .warranty-links .individual-warranty .form-name > div {
            display: flex;
            align-items: center; }

/* Provides specific styling for the contact form */
.form-box {
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 5.5vh;
  padding-bottom: 5.5vh;
  padding-right: 5.5vw;
  padding-left: 5.5vw; }
  .form-box .error-box {
    width: 100%; }
    .form-box .error-box p {
      display: none;
      font-family: texta-medium;
      font-size: 1.25rem;
      color: #ffffff;
      background-color: #fc4545;
      padding: .25vw 1vw .25vw 1vw;
      border-radius: 3px;
      margin-bottom: 13px; }
  .form-box .fm {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }

.warranty-form {
  overflow: hidden; }
  .warranty-form textarea {
    height: 110px !important;
    width: unset !important; }
  .warranty-form label {
    margin-top: 15px; }
  .warranty-form form {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
  .warranty-form .wpforms-field-label {
    font-family: texta-light;
    font-size: 1.25rem; }
  .warranty-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -moz-border-radius: 0;
    /* Firefox 1-3.6 */
    border-radius: 0;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    background-image: url("images/dropdownarrow.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 30px) center;
    background-size: 20px; }
  .warranty-form .wpforms-field-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .warranty-form .wpforms-field-container h3 {
      width: 100%;
      max-width: 510px;
      font-family: texta-light;
      font-size: 28px;
      line-height: 1.23;
      text-align: left;
      color: #414141;
      margin: 0px !important;
      margin-bottom: 2.5vh !important; }
    .warranty-form .wpforms-field-container label.wpforms-error {
      display: none !important; }
  .warranty-form .wpforms-field {
    width: 100%; }
  .warranty-form .wpforms-field-medium {
    min-width: 100%;
    height: 55px;
    padding-top: 13px;
    border: none;
    border-bottom: 1px solid #000000;
    font-family: texta-light;
    font-size: 1.25rem;
    padding-left: 0;
    background-color: #ffffff !important; }
  .warranty-form .wpforms-field-checkbox {
    font-family: texta-medium;
    font-size: .85rem;
    padding-left: 0; }
    .warranty-form .wpforms-field-checkbox .material-icons {
      padding: 0px;
      margin-right: 10px; }
    .warranty-form .wpforms-field-checkbox li {
      display: flex;
      align-items: center;
      flex-direction: row;
      justify-content: flex-start; }
      .warranty-form .wpforms-field-checkbox li label {
        display: inline-flex;
        align-items: center;
        margin-top: 2vh;
        margin-bottom: 2vh; }
  .warranty-form .warranty-btn {
    width: 100%;
    background-color: #0E45C4;
    font-family: texta-medium;
    text-transform: capitalize;
    border: none;
    text-align: left;
    padding-left: 1vw;
    padding-right: 1vw;
    padding-top: 2.2vh;
    padding-bottom: 2.2vh;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    margin-top: 1vh; }
    .warranty-form .warranty-btn:hover {
      background-color: #003591 !important;
      transition: all .4s ease;
      -webkit-transition: all .4s ease; }
    @media screen and (max-width: 1100px) {
      .warranty-form .warranty-btn {
        padding-left: 2vw;
        padding-right: 2vw; } }
    @media screen and (max-width: 650px) {
      .warranty-form .warranty-btn {
        padding-left: 3vw;
        padding-right: 3vw; } }
  .warranty-form .warranty-submit {
    max-width: 200px; }
  .warranty-form .wpforms-confirmation-container {
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; }
    .warranty-form .wpforms-confirmation-container p {
      font-size: 1rem; }
    .warranty-form .wpforms-confirmation-container:first-child p {
      padding-bottom: 2vh; }
    .warranty-form .wpforms-confirmation-container:last-child p {
      padding-top: 2vh; }
  .warranty-form .wpforms-submit-container {
    width: 100%;
    max-width: 510px;
    margin-top: .25vw; }
  .warranty-form .wpforms-error {
    border-bottom: 1px solid #fc4545; }

/* photo gallery styling */
.photo-gallery {
  background-color: #F4F6F9; }
  .photo-gallery .header {
    text-align: center;
    font-family: texta-book, sans-serif;
    font-size: 2.5rem;
    color: #333333;
    padding: 1rem 0 0 .25rem; }
  .photo-gallery .gallery-box {
    margin: 0 2.7vw;
    padding: 1rem 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    max-width: 1600px; }
    @media only screen and (min-width: 1600px) {
      .photo-gallery .gallery-box {
        margin: 0 auto; } }
    .photo-gallery .gallery-box .row {
      flex-wrap: wrap;
      padding: .15vw 0; }
      @media only screen and (min-width: 768px) {
        .photo-gallery .gallery-box .row {
          flex-wrap: unset;
          padding: unset; } }
      .photo-gallery .gallery-box .row .photo-card {
        flex-basis: 100%;
        padding: .5vw;
        position: relative; }
        @media only screen and (min-width: 375px) {
          .photo-gallery .gallery-box .row .photo-card {
            flex-basis: 50%;
            padding: .15vw; } }
        @media only screen and (min-width: 768px) {
          .photo-gallery .gallery-box .row .photo-card {
            flex-basis: 25%; } }
        .photo-gallery .gallery-box .row .photo-card img {
          height: 260px;
          object-fit: cover;
          border-radius: 2px; }
          @media only screen and (min-width: 375px) {
            .photo-gallery .gallery-box .row .photo-card img {
              height: 225px; } }
          @media only screen and (min-width: 768px) {
            .photo-gallery .gallery-box .row .photo-card img {
              height: 200px; } }
          @media only screen and (min-width: 980px) {
            .photo-gallery .gallery-box .row .photo-card img {
              height: 230px; } }
          @media only screen and (min-width: 1200px) {
            .photo-gallery .gallery-box .row .photo-card img {
              height: 260px; } }
        .photo-gallery .gallery-box .row .photo-card .overlay:hover .txt {
          opacity: 1; }
        .photo-gallery .gallery-box .row .photo-card .overlay:hover:before {
          opacity: .22; }
        .photo-gallery .gallery-box .row .photo-card .overlay:before {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background-image: linear-gradient(to bottom, #273e86, #273e86);
          mix-blend-mode: multiply;
          opacity: 0;
          transition: .3s ease;
          margin: .15vw;
          border-radius: 2px; }
        .photo-gallery .gallery-box .row .photo-card .overlay .txt {
          display: flex;
          flex-direction: column;
          justify-content: flex-end;
          text-shadow: 0 3px 8px rgba(0, 0, 0, 0.43);
          font-family: texta-book, sans-serif;
          opacity: 0;
          position: absolute;
          bottom: 0;
          left: 0;
          color: white;
          height: 100%;
          width: 100%;
          transition: .3s ease;
          padding: 0 0 .7rem .5rem; }
          .photo-gallery .gallery-box .row .photo-card .overlay .txt #color-title-text {
            text-transform: uppercase;
            font-size: .75rem;
            padding-left: .15vw; }
          .photo-gallery .gallery-box .row .photo-card .overlay .txt .color-name {
            font-size: 2.5rem;
            line-height: .9; }
        .photo-gallery .gallery-box .row .photo-card.buttons-container {
          width: 400px; }
          .photo-gallery .gallery-box .row .photo-card.buttons-container .cta-container {
            display: flex;
            flex-direction: column;
            height: 100%; }
            .photo-gallery .gallery-box .row .photo-card.buttons-container .cta-container .primary-cta {
              font-family: texta-book, sans-serif;
              font-size: 1.35rem;
              display: block;
              line-height: 1.19;
              height: 100%;
              width: 100%;
              min-height: 7rem;
              text-decoration: underline solid 1px transparent !important;
              text-underline-offset: 5px;
              transition: text-decoration 400ms ease; }
              .photo-gallery .gallery-box .row .photo-card.buttons-container .cta-container .primary-cta:hover {
                border-color: #1741c4;
                background-color: #1741c4;
                text-decoration: underline solid 1px !important; }
              .photo-gallery .gallery-box .row .photo-card.buttons-container .cta-container .primary-cta.dark-blue {
                background-color: #003591;
                border-color: #003591;
                margin-top: .30vw; }
              .photo-gallery .gallery-box .row .photo-card.buttons-container .cta-container .primary-cta .text {
                position: relative;
                top: 51%;
                -webkit-transform: translateY(-45%);
                -ms-transform: translateY(-45%);
                transform: translateY(-45%);
                padding: 0 4vw; }
                @media only screen and (min-width: 1600px) {
                  .photo-gallery .gallery-box .row .photo-card.buttons-container .cta-container .primary-cta .text {
                    padding: 0 1rem; } }
                .photo-gallery .gallery-box .row .photo-card.buttons-container .cta-container .primary-cta .text .cta-icon {
                  color: white;
                  display: inline;
                  height: 15px;
                  padding-right: .5rem; }

/* order request form styling */
.order-request {
  background-color: white; }
  .order-request .error-box {
    max-width: 1600px;
    margin: 0 3vw; }
    @media only screen and (min-width: 1750px) {
      .order-request .error-box {
        margin: 0 auto; } }
    .order-request .error-box p {
      padding: 0 1rem 2rem;
      font-family: texta-medium;
      font-size: 1.5rem;
      display: none;
      color: #fc4545; }
  .order-request .head-container {
    max-width: 1600px;
    font-family: texta-book, sans-serif;
    font-size: 3rem;
    margin: 0 3vw;
    padding: 0 1rem;
    color: #464646; }
    @media only screen and (min-width: 600px) {
      .order-request .head-container {
        font-size: 4rem; } }
    @media only screen and (min-width: 980px) {
      .order-request .head-container {
        font-size: 6rem; } }
    @media only screen and (min-width: 1750px) {
      .order-request .head-container {
        margin: 0 auto; } }
  .order-request .container {
    max-width: 1600px;
    margin: 0 3vw;
    padding: 0 0 6rem 0;
    display: flex;
    flex-direction: column; }
    @media only screen and (min-width: 1100px) {
      .order-request .container {
        flex-direction: row; } }
    @media only screen and (min-width: 1750px) {
      .order-request .container {
        margin: 0 auto; } }
    .order-request .container .form-box {
      width: 100%;
      padding: 0 1rem 1rem 1rem; }
      @media only screen and (min-width: 980px) {
        .order-request .container .form-box {
          min-height: 925px; } }
      .order-request .container .form-box .wpforms-field-label {
        position: relative;
        font-family: Roboto;
        font-size: 14px;
        color: #848484;
        font-weight: 500;
        display: block; }
      .order-request .container .form-box select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-border-radius: 0;
        /* Safari 3-4, iOS 1-3.2, Android 1.6- */
        -moz-border-radius: 0;
        /* Firefox 1-3.6 */
        border-radius: 0;
        /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
        background-image: url("images/dropdownarrow.svg");
        background-repeat: no-repeat;
        background-position: calc(100% - 30px) center;
        background-size: 20px; }
      .order-request .container .form-box .wpforms-field-container {
        display: flex;
        flex-direction: row;
        align-items: flex-start; }
        .order-request .container .form-box .wpforms-field-container h3 {
          width: 100%;
          max-width: 510px;
          font-family: texta-medium;
          font-size: 20px;
          line-height: 1.23;
          text-align: left;
          color: #414141;
          margin: 0px !important; }
        .order-request .container .form-box .wpforms-field-container label.wpforms-error {
          display: none !important; }
      .order-request .container .form-box .wpforms-field {
        width: 100%;
        margin-bottom: 25px; }
        @media only screen and (min-width: 768px) {
          .order-request .container .form-box .wpforms-field {
            width: 50%; } }
      .order-request .container .form-box .wpforms-field-medium {
        min-width: 95%;
        height: 55px;
        border: none;
        border: 1px solid #575757;
        font-family: texta-light;
        font-size: 1.25rem;
        padding-left: 10px;
        background-color: #ffffff !important; }
      .order-request .container .form-box .wpforms-confirmation-container {
        height: 400px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start; }
        .order-request .container .form-box .wpforms-confirmation-container p {
          font-size: 1rem; }
        .order-request .container .form-box .wpforms-confirmation-container:first-child p {
          padding-bottom: 2vh; }
        .order-request .container .form-box .wpforms-confirmation-container:last-child p {
          padding-top: 2vh; }
      .order-request .container .form-box .wpforms-submit-container {
        width: 100%;
        max-width: 510px;
        margin-top: .25vw;
        display: flex;
        justify-content: center; }
        @media only screen and (min-width: 768px) {
          .order-request .container .form-box .wpforms-submit-container {
            justify-content: unset; } }
        .order-request .container .form-box .wpforms-submit-container img {
          position: absolute;
          margin-top: 5px; }
          @media only screen and (min-width: 768px) {
            .order-request .container .form-box .wpforms-submit-container img {
              left: 155px; } }
          @media only screen and (min-width: 1750px) {
            .order-request .container .form-box .wpforms-submit-container img {
              left: -140px;
              position: relative; } }
      .order-request .container .form-box .wpforms-error {
        border: 1px solid #fc4545; }
      .order-request .container .form-box .one-col textarea {
        width: 47.5%;
        height: 140px; }
      .order-request .container .form-box .full-width {
        width: 100%; }
      .order-request .container .form-box form {
        display: flex;
        flex-direction: column;
        align-items: flex-start; }
      .order-request .container .form-box form > div.wpforms-error-container {
        padding: 0 0 2rem 0;
        font-family: texta-book, sans-serif;
        font-size: 1.5rem;
        color: #fc4545; }
      .order-request .container .form-box form > div .color-samples > div {
        width: 100%; }
        .order-request .container .form-box form > div .color-samples > div label {
          width: 100%;
          margin-bottom: 3px; }
        .order-request .container .form-box form > div .color-samples > div div {
          display: flex;
          flex-wrap: wrap;
          row-gap: 1rem;
          column-gap: 1rem; }
          .order-request .container .form-box form > div .color-samples > div div .color-container {
            position: relative;
            flex: 0 1 auto;
            height: 115px;
            width: 150px; }
            .order-request .container .form-box form > div .color-samples > div div .color-container .overlay.unclicked:before, .order-request .container .form-box form > div .color-samples > div div .color-container .overlay.unclicked .checkmark {
              opacity: 0; }
            .order-request .container .form-box form > div .color-samples > div div .color-container .overlay.clicked:before {
              opacity: .57; }
            .order-request .container .form-box form > div .color-samples > div div .color-container .overlay.clicked .checkmark {
              opacity: 1; }
            .order-request .container .form-box form > div .color-samples > div div .color-container .overlay:hover:before {
              opacity: .57; }
            .order-request .container .form-box form > div .color-samples > div div .color-container .overlay:before {
              content: "";
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              background-color: #003591;
              transition: .2s ease; }
            .order-request .container .form-box form > div .color-samples > div div .color-container .overlay .checkmark {
              position: absolute;
              display: flex;
              justify-content: center;
              align-items: center;
              top: 0;
              left: 0;
              height: 100%;
              width: 100%;
              cursor: pointer;
              transition: .2s ease;
              filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%); }
            .order-request .container .form-box form > div .color-samples > div div .color-container .color-swatch {
              height: 115px;
              width: 150px; }
              .order-request .container .form-box form > div .color-samples > div div .color-container .color-swatch.no-image-version {
                background: #F4F6F9;
                color: black;
                border: 1px solid #757575;
                opacity: .25;
                text-align: center;
                display: flex;
                text-transform: uppercase;
                font-family: texta-book, sans-serif;
                font-size: .85rem; }
            .order-request .container .form-box form > div .color-samples > div div .color-container .name {
              color: black;
              position: absolute;
              top: 0;
              left: 0;
              font-family: texta-book, sans-serif;
              text-transform: uppercase;
              text-align: center;
              font-size: 1rem;
              padding: .25rem;
              width: 100%;
              height: 100%;
              display: flex;
              justify-content: center;
              align-items: center; }
              .order-request .container .form-box form > div .color-samples > div div .color-container .name.light-txt {
                color: white; }
      .order-request .container .form-box .order-samples-btn {
        text-transform: none;
        background-color: #1741c4;
        width: 245px; }
        .order-request .container .form-box .order-samples-btn:hover {
          background-color: #003591 !important;
          transition: all .4s ease;
          -webkit-transition: all .4s ease; }
    .order-request .container .side-section {
      display: flex;
      flex-direction: column;
      padding-bottom: 2rem; }
      @media only screen and (min-width: 1100px) {
        .order-request .container .side-section {
          margin-top: 21px; } }
      .order-request .container .side-section .sidebar {
        display: flex;
        background-color: #003591;
        color: white;
        padding: 2rem 2rem 2rem 2.15rem;
        font-family: texta-light, sans-serif;
        font-size: 2rem;
        flex-direction: column; }
        @media only screen and (min-width: 980px) {
          .order-request .container .side-section .sidebar {
            flex-direction: column;
            min-width: 370px;
            max-width: 375px; } }
        .order-request .container .side-section .sidebar .primary-cta {
          margin: .75rem 0 .5rem 0;
          width: 245px;
          font-family: sourceSansPro-semiBold, sans-serif;
          font-size: 1rem; }
          .order-request .container .side-section .sidebar .primary-cta:hover {
            background-color: #0E45C4;
            border-color: #0E45C4; }
  .order-request .coms-opt-in ul {
    margin-top: 0px; }
    .order-request .coms-opt-in ul li {
      display: inline-flex; }
      .order-request .coms-opt-in ul li input {
        display: inline-flex;
        margin-left: 0px; }

.image-cta-callouts.white {
  background-color: #ffffff; }

.image-cta-callouts.light-grey {
  background-color: #F4F6F9; }

.image-cta-callouts .detail-img-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5rem 0; }
  .image-cta-callouts .detail-img-section h3 {
    font-size: 2.5rem;
    color: #333333;
    padding-bottom: 2rem; }
  .image-cta-callouts .detail-img-section .detail-img-grid-container {
    overflow: hidden;
    width: 100%;
    position: relative; }
    @media only screen and (min-width: 980px) {
      .image-cta-callouts .detail-img-section .detail-img-grid-container {
        padding-left: 6.96rem; } }
    .image-cta-callouts .detail-img-section .detail-img-grid-container.center {
      width: unset;
      padding-left: unset; }
  .image-cta-callouts .detail-img-section .grid {
    display: flex;
    flex-direction: column; }
    @media only screen and (min-width: 980px) {
      .image-cta-callouts .detail-img-section .grid {
        flex-direction: row;
        --translateX: 0;
        transform: translate3d(var(--translateX), 0, 0);
        transition: transform .5s ease-in-out;
        width: auto; } }
    .image-cta-callouts .detail-img-section .grid .item {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 1vw 3.15rem;
      float: left;
      clear: none; }
      .image-cta-callouts .detail-img-section .grid .item img {
        height: 17rem;
        width: 19.5rem;
        object-fit: cover;
        object-position: top;
        border-radius: 2px;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); }
      .image-cta-callouts .detail-img-section .grid .item a {
        padding: .75rem 0;
        max-width: 19.5rem; }
        .image-cta-callouts .detail-img-section .grid .item a .material-icons {
          padding-left: 1.5rem;
          padding-top: .15rem; }
  @media only screen and (min-width: 980px) {
    .image-cta-callouts .detail-img-section .grid:has(.item:nth-child(4)) > div {
      padding: 1vw 1.0714rem;
      flex-shrink: 0;
      flex-grow: 0; } }
  @media only screen and (min-width: 980px) {
    .image-cta-callouts .detail-img-section .pdig-nav {
      display: none;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: calc(50% - 2.357142857142857rem);
      width: 4.714285714285714rem;
      height: 4.714285714285714rem;
      border-radius: 2.3571rem;
      background-color: #fff;
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); }
      .image-cta-callouts .detail-img-section .pdig-nav i {
        color: #000;
        font-size: 1.928rem;
        padding-right: 0; } }
  @media only screen and (min-width: 980px) {
    .image-cta-callouts .detail-img-section .nav-next {
      right: 3vw; } }
  @media only screen and (min-width: 980px) {
    .image-cta-callouts .detail-img-section .nav-prev {
      left: 3vw; } }

/* contact and description styling */
.contact-description {
  background-color: white;
  color: white; }
  .contact-description.grey {
    background-color: #2e2e2e; }
  .contact-description.blue {
    background-color: #003591; }
    .contact-description.blue .container {
      padding: 4rem 1rem; }
  .contact-description .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 26.563rem;
    max-width: 1600px;
    margin: 0 3vw;
    padding: 3rem 1rem; }
    @media only screen and (min-width: 1700px) {
      .contact-description .container {
        margin: 0 auto; } }
    @media only screen and (min-width: 768px) {
      .contact-description .container {
        flex-direction: row; } }
    .contact-description .container .contact, .contact-description .container .description {
      flex: 1;
      width: 100%; }
    .contact-description .container .contact {
      display: flex;
      flex-direction: column;
      padding: 0 2rem 3rem 0; }
      @media only screen and (min-width: 768px) {
        .contact-description .container .contact {
          padding: 0 2rem 1rem 0; } }
      .contact-description .container .contact * {
        padding: .25rem 0; }
      .contact-description .container .contact .mainline {
        font-family: texta-light, sans-serif;
        font-size: 2.438rem; }
      .contact-description .container .contact .name {
        font-family: sourceSansPro-bold, sans-serif;
        font-size: 1.375rem;
        font-weight: 700; }
      .contact-description .container .contact .phone, .contact-description .container .contact .email, .contact-description .container .contact div {
        font-family: sourceSansPro-regular, sans-serif;
        font-size: 1.375rem; }
      .contact-description .container .contact a {
        text-decoration: none;
        color: white; }
    .contact-description .container .description img {
      padding-bottom: 1.25rem;
      max-height: 4.688rem;
      max-width: 23.438rem; }
    .contact-description .container .description ul {
      font-family: sourceSansPro-regular, sans-serif;
      list-style-type: none;
      font-size: 1.375rem; }
      .contact-description .container .description ul li {
        padding: .2rem 0; }
    .contact-description .container .description p {
      font-family: texta-light, sans-serif;
      font-size: 1.375rem; }

.search {
  background-color: #F4F6F9; }
  .search .wrap {
    min-height: 100%;
    margin: 0 3vw;
    max-width: 1600px;
    /* js toggle classes */
    /* checkbox styling */
    /* general styling */
    /* most of the content  */
    /* results area column */ }
    @media only screen and (min-width: 1700px) {
      .search .wrap {
        margin: 0 auto; } }
    .search .wrap .show {
      display: flex !important; }
    .search .wrap .mobile-view {
      display: block !important;
      position: absolute;
      top: 0;
      right: 0;
      width: 85%;
      height: 100vh;
      z-index: 11; }
      @media only screen and (max-width: 350px) {
        .search .wrap .mobile-view {
          width: 100%; } }
      @media only screen and (min-width: 700px) {
        .search .wrap .mobile-view {
          width: 65%; } }
      .search .wrap .mobile-view .reset {
        position: relative !important; }
      .search .wrap .mobile-view .mobile-return {
        display: flex; }
    .search .wrap #the-darkness-filter {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1000;
      background-color: #626262;
      opacity: 13%; }
    .search .wrap .none {
      display: none !important; }
    .search .wrap .temp-no-res-btn {
      background-color: #e5a2a2;
      color: white;
      margin: 1rem 0;
      font-family: sans-serif;
      padding: .5rem;
      cursor: pointer;
      width: 25%;
      font-size: 11px; }
    .search .wrap .checkbox input, .search .wrap .col-boxes .checkbox, .search .wrap .selects {
      -webkit-appearance: none;
      appearance: none;
      height: 17px;
      width: 18px;
      border: solid 1px #909090;
      background-color: white;
      border-radius: 2px;
      cursor: pointer;
      position: relative; }
      .search .wrap .checkbox input::after, .search .wrap .col-boxes .checkbox::after, .search .wrap .selects::after {
        content: "";
        position: absolute;
        display: none;
        left: 6px;
        top: 1px;
        width: 5px;
        height: 10px;
        border: solid #909090;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
    .search .wrap .checkbox input:checked, .search .wrap .col-boxes .checkbox:checked, .search .wrap .selects:checked {
      background-color: #ebebeb; }
      .search .wrap .checkbox input:checked::after, .search .wrap .col-boxes .checkbox:checked::after, .search .wrap .selects:checked::after {
        display: block; }
    .search .wrap .temp {
      font-family: 'Nunito Sans', sans-serif;
      font-size: 14px;
      color: #939393;
      padding: 1vw 0; }
    .search .wrap .search-and-filter {
      display: flex;
      flex-direction: column;
      column-gap: 1rem;
      padding-top: 2vh;
      /* filter sidebar column */ }
      @media only screen and (min-width: 980px) {
        .search .wrap .search-and-filter {
          flex-direction: row; } }
      @media only screen and (max-width: 980px) {
        .search .wrap .search-and-filter #primary-filters {
          z-index: 9999; } }
      .search .wrap .search-and-filter .filter-block {
        display: none;
        background-color: #ffffff;
        border: solid 1px #efefef; }
        @media only screen and (min-width: 980px) {
          .search .wrap .search-and-filter .filter-block {
            display: block; } }
        @media only screen and (min-width: 350px) {
          .search .wrap .search-and-filter .filter-block {
            min-width: 335px; } }
        .search .wrap .search-and-filter .filter-block .filter {
          position: relative;
          display: flex;
          flex-direction: column;
          margin: 1rem 1.25rem;
          max-height: 95vh;
          overflow: hidden;
          overflow-y: auto; }
          .search .wrap .search-and-filter .filter-block .filter .reset {
            text-decoration: none;
            color: #273e86;
            font-size: 15px;
            font-family: texta-medium, sans-serif;
            position: absolute;
            top: 0;
            right: 0;
            border: none;
            background: unset;
            display: flex;
            padding: 0;
            margin: 0 0 .75rem 0;
            cursor: pointer; }
            .search .wrap .search-and-filter .filter-block .filter .reset:hover {
              text-decoration: underline; }
          .search .wrap .search-and-filter .filter-block .filter .category {
            padding: 1.5rem 0;
            border-top: solid 2px rgba(173, 173, 173, 0.3); }
            .search .wrap .search-and-filter .filter-block .filter .category.first-cat {
              padding-top: 0;
              border-top: none; }
            .search .wrap .search-and-filter .filter-block .filter .category h6 {
              color: #343434;
              font-family: texta-heavy, sans-serif;
              font-size: 18px;
              margin: 0 !important;
              padding-bottom: 5px; }
            .search .wrap .search-and-filter .filter-block .filter .category .options {
              display: flex;
              flex-direction: column; }
              .search .wrap .search-and-filter .filter-block .filter .category .options .individual-opt {
                display: flex;
                align-items: flex-start; }
                .search .wrap .search-and-filter .filter-block .filter .category .options .individual-opt span {
                  padding-left: 7px;
                  font-size: 15px;
                  font-family: sourceSansPro-regular, sans-serif;
                  color: #242424;
                  max-width: 200px; }
    .search .wrap .results {
      width: 100%;
      min-height: 90vh;
      position: relative;
      display: flex;
      flex-direction: column; }
      .search .wrap .results input.searchbar {
        border: solid 1px #505050;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        -ms-border-radius: 1px;
        -o-border-radius: 1px;
        border-radius: 1px;
        padding: 5px 35px 5px 2px;
        text-indent: 10px;
        -webkit-transition: all 0.2s;
        -moz-transition: all 2s;
        transition: all 0.2s;
        text-decoration: none;
        letter-spacing: .065rem;
        color: #202020;
        font-family: texta-heavy, sans-serif;
        font-size: 14px;
        text-transform: uppercase;
        height: 48px;
        width: 100%; }
        @media only screen and (min-width: 600px) {
          .search .wrap .results input.searchbar {
            width: 525px; } }
        .search .wrap .results input.searchbar::placeholder {
          letter-spacing: .065rem;
          color: #20202075;
          font-family: texta-heavy, sans-serif;
          font-size: 14px;
          text-transform: uppercase; }
      .search .wrap .results form {
        max-width: 525px;
        position: relative; }
      .search .wrap .results img.search-icon {
        position: absolute;
        right: 0px;
        top: 0px;
        margin-top: 13px;
        margin-right: 13px;
        cursor: pointer;
        height: 18px;
        width: 19px; }
      .search .wrap .results .mobile-filter-button {
        display: flex;
        margin: 1rem 0;
        background-color: #1741c4;
        padding: .75rem .5rem;
        color: white;
        justify-content: center;
        align-items: center;
        width: 125px;
        font-family: texta-heavy, sans-serif;
        font-size: 1rem;
        cursor: pointer;
        transition: .3s ease; }
        .search .wrap .results .mobile-filter-button:hover {
          background-color: #003591;
          transition: .3s ease; }
        @media only screen and (min-width: 980px) {
          .search .wrap .results .mobile-filter-button {
            display: none; } }
      .search .wrap .results .currently-selected-filters {
        display: none; }
        @media only screen and (min-width: 980px) {
          .search .wrap .results .currently-selected-filters {
            display: flex; } }
        .search .wrap .results .currently-selected-filters .buttons {
          display: flex;
          flex-wrap: wrap;
          min-height: 36px;
          padding-top: 1rem; }
          .search .wrap .results .currently-selected-filters .buttons .filter-res-btn {
            display: none;
            align-items: center;
            background-color: white;
            border-radius: 2px;
            border: solid .5px #9f9f9f;
            color: #333333;
            padding: .25rem .7rem .25rem .9rem;
            font-family: texta-medium, sans-serif;
            font-size: 1rem;
            margin: .1rem .5rem .1rem 0;
            cursor: pointer; }
            .search .wrap .results .currently-selected-filters .buttons .filter-res-btn .material-icons {
              font-size: 1rem;
              padding-left: 1.5rem; }
      .search .wrap .results .column-titles {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding: .2rem 1.15rem .2rem 0; }
        @media only screen and (min-width: 500px) {
          .search .wrap .results .column-titles {
            column-gap: 2rem;
            padding: .2rem 2.15rem .2rem 0; } }
        @media only screen and (min-width: 1000px) {
          .search .wrap .results .column-titles {
            padding-top: 0; } }
        .search .wrap .results .column-titles p {
          font-size: 11px;
          font-family: sourceSansPro-regular, sans-serif;
          color: #525252; }
          @media only screen and (min-width: 980px) {
            .search .wrap .results .column-titles p {
              padding: 0 .75rem 0 .25rem; } }
        @media only screen and (max-width: 768px) {
          .search .wrap .results .column-titles {
            display: none !important; } }
        @media only screen and (min-width: 767px) and (max-width: 980px) {
          .search .wrap .results .column-titles input {
            display: none; } }
      .search .wrap .results .documents {
        display: flex;
        flex-direction: column;
        row-gap: .25rem; }
        .search .wrap .results .documents .doc-row {
          display: flex;
          background-color: white;
          padding: 1rem 1.1rem 1rem .25rem;
          justify-content: space-between; }
          .search .wrap .results .documents .doc-row .col-boxes, .search .wrap .results .documents .doc-row .specification {
            display: flex;
            align-items: center; }
          .search .wrap .results .documents .doc-row .specification img {
            padding: .1rem;
            margin: .5rem;
            height: 23px;
            width: 27px; }
          .search .wrap .results .documents .doc-row .specification .file {
            font-size: 1.25rem;
            padding: .35rem;
            margin: .5rem;
            color: #003591; }
            .search .wrap .results .documents .doc-row .specification .file.lk {
              transform: rotate(-45deg); }
          .search .wrap .results .documents .doc-row .specification .titles .main-title {
            font-size: 19px;
            font-family: texta-heavy; }
            .search .wrap .results .documents .doc-row .specification .titles .main-title a {
              color: #000000; }
            .search .wrap .results .documents .doc-row .specification .titles .main-title a:visited {
              color: #000000; }
          .search .wrap .results .documents .doc-row .specification .titles .doc-name {
            font-size: 14px;
            font-family: sourceSansPro-regular, sans-serif;
            color: #868686; }
            .search .wrap .results .documents .doc-row .specification .titles .doc-name.link {
              color: #003591; }
              .search .wrap .results .documents .doc-row .specification .titles .doc-name.link:hover {
                text-decoration: underline; }
          .search .wrap .results .documents .doc-row .col-boxes a {
            display: flex; }
          @media only screen and (min-width: 768px) {
            .search .wrap .results .documents .doc-row .col-boxes .material-icons, .search .wrap .results .documents .doc-row .col-boxes input {
              margin: 0 1.25rem; } }
          .search .wrap .results .documents .doc-row .col-boxes .download {
            padding-right: .5rem;
            color: #003591; }
            @media only screen and (min-width: 980px) {
              .search .wrap .results .documents .doc-row .col-boxes .download {
                padding-right: 1.25rem; } }
          @media only screen and (max-width: 768px) {
            .search .wrap .results .documents .doc-row .col-boxes .checkbox {
              display: none; } }
          @media only screen and (min-width: 767px) and (max-width: 980px) {
            .search .wrap .results .documents .doc-row .col-boxes input {
              display: none; } }
      .search .wrap .results .download-btn {
        display: none;
        font-family: texta-heavy, sans-serif;
        color: white;
        background-color: #1741c4;
        border-color: #1741c4;
        height: unset !important;
        width: 415px;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
        position: -webkit-sticky;
        position: sticky;
        align-self: flex-end;
        bottom: 2%;
        right: 3%;
        margin: .75rem 0 0 .5rem;
        padding: .5rem 0;
        transition: .3s ease;
        border-radius: 3px;
        cursor: pointer; }
        .search .wrap .results .download-btn:hover {
          transition: .3s ease;
          background-color: #003591; }
        .search .wrap .results .download-btn .download {
          font-size: 1.25rem;
          padding-left: .5rem; }
  .search .pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 10px 0; }
    .search .pagination p {
      font-family: Helvetica, sans-serif;
      font-size: .8rem;
      color: #505050;
      margin-right: .33vw; }
    .search .pagination select {
      font-family: Helvetica, sans-serif;
      font-size: .9rem;
      color: #505050;
      width: 48px;
      margin-right: 3vw; }
    .search .pagination a, .search .pagination span {
      font-family: sans-serif;
      display: inline-block;
      padding: 0.15rem .6rem;
      margin: 0 .1rem;
      cursor: pointer;
      background-color: white;
      color: #033434;
      border-radius: 3px;
      border: solid 1px #eaeaea; }
      .search .pagination a.disabled, .search .pagination span.disabled {
        visibility: hidden;
        pointer-events: none;
        cursor: not-allowed; }
      .search .pagination a.current, .search .pagination span.current {
        background-color: #1741c4;
        color: white; }
      .search .pagination a.next, .search .pagination a.prev, .search .pagination span.next, .search .pagination span.prev {
        background-color: unset;
        color: #033434;
        border: none;
        display: flex;
        align-items: center;
        padding: 0; }
    .search .pagination .material-icons {
      font-size: 1.15rem; }

.top-level-holder {
  display: flex;
  justify-content: space-between;
  padding-bottom: .25rem; }

.selected-box {
  opacity: 1 !important; }

.answer {
  display: none;
  padding-left: 1.5rem;
  padding-bottom: .25rem; }

.toggle-button {
  font-size: 18px;
  cursor: pointer; }

.no-results {
  flex-direction: column;
  justify-content: center; }
  .no-results .heading {
    display: flex;
    justify-content: center;
    font-size: 29px;
    font-family: texta-bold, sans-serif;
    color: #a5a5a5;
    padding: 2rem 1rem; }
  .no-results .container {
    display: flex;
    justify-content: center;
    column-gap: 3rem;
    row-gap: 1rem;
    flex-direction: column;
    padding-left: 1rem; }
    @media only screen and (min-width: 768px) {
      .no-results .container {
        flex-direction: row; } }
    .no-results .container * {
      flex: 1;
      max-width: 250px;
      font-size: 1rem;
      font-family: sourceSansPro-regular, sans-serif; }
    .no-results .container a {
      color: #00509f;
      text-decoration: none; }
      .no-results .container a:hover {
        text-decoration: underline; }
    .no-results .container .hd {
      font-family: texta-bold, sans-serif;
      font-size: 24px;
      color: #242424;
      padding-bottom: .5rem;
      line-height: 1.15; }
    .no-results .container div:not(.hd) {
      color: #2c2c2c; }
    .no-results .container .items, .no-results .container .other {
      line-height: 1.75; }
    .no-results .container .links {
      display: flex;
      flex-direction: column; }
    .no-results .container ul {
      list-style-type: "-  ";
      list-style-position: outside;
      padding-left: .9rem; }
      .no-results .container ul li {
        color: #2f2f2f;
        line-height: 1.1;
        padding: .4rem 0; }

.mobile-return {
  display: none;
  margin-bottom: 1.25rem;
  align-items: center;
  cursor: pointer; }
  .mobile-return .material-icons {
    padding-right: .25rem; }
  .mobile-return.top-mobile-return {
    font-family: texta-bold, sans-serif;
    font-size: 24px;
    color: #242424;
    border-bottom: 1px solid #ebebeb;
    padding: 1rem .25rem; }
    .mobile-return.top-mobile-return:hover {
      color: #000; }
    .mobile-return.top-mobile-return .txt:hover {
      text-decoration: underline; }
  .mobile-return.bottom-mobile-return {
    border: none;
    background-color: #1741c4;
    color: white;
    width: 100%;
    font-family: texta-heavy, sans-serif;
    font-size: 1rem;
    justify-content: center;
    padding: .65rem .25rem; }
    .mobile-return.bottom-mobile-return:hover {
      background-color: #003591; }

/* styling for finder component */
.finder {
  background-color: #F4F6F9; }
  .finder .color-indicator-spacing {
    margin-left: 1rem; }
  .finder .color-indicator-wrap {
    position: relative;
    width: 20px;
    height: 20px; }
    .finder .color-indicator-wrap .color-indicator {
      height: 20px;
      width: 20px;
      border: solid 1px #707070;
      border-radius: 10px;
      position: absolute; }
      .finder .color-indicator-wrap .color-indicator.dis {
        background-color: #919394; }
      .finder .color-indicator-wrap .color-indicator.rep {
        background-color: #273e86; }
      .finder .color-indicator-wrap .color-indicator.rm {
        background-color: #eee; }
      .finder .color-indicator-wrap .color-indicator.techrep {
        background-color: #292929; }
  .finder .wrap {
    margin: 0 3vw;
    padding: 0px 0px 1rem 0px;
    max-width: 1600px; }
    @media only screen and (min-width: 1700px) {
      .finder .wrap {
        margin: 0 auto; } }
  .finder .main-title {
    padding: .8rem 0 .5rem 0;
    font-family: texta-book, sans-serif;
    font-size: 2.75rem;
    text-transform: uppercase;
    color: #414141;
    line-height: 1.05; }
  .finder .helpful-tools {
    display: flex;
    flex-direction: column;
    align-items: center;
    column-gap: .75rem;
    max-width: 1600px;
    padding-bottom: 1rem; }
    @media only screen and (min-width: 768px) {
      .finder .helpful-tools {
        flex-direction: row;
        padding: unset;
        align-items: unset; } }
    .finder .helpful-tools #rep-dis-area-options {
      margin: .5rem 0;
      border: solid 1px #505050;
      font-size: .875rem;
      font-family: texta-heavy, sans-serif;
      padding: .75rem;
      color: #202020;
      text-transform: uppercase;
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      background-image: url("images/dropdownarrow.svg");
      background-repeat: no-repeat;
      background-position: calc(100% - 5px) center;
      background-size: 1.25rem;
      background-color: #ffffff;
      border-radius: 0px;
      width: 100%; }
      @media only screen and (min-width: 600px) {
        .finder .helpful-tools #rep-dis-area-options {
          width: 75%; } }
      @media only screen and (min-width: 768px) {
        .finder .helpful-tools #rep-dis-area-options {
          width: 35%; } }
      @media only screen and (max-width: 807px) {
        .finder .helpful-tools #rep-dis-area-options {
          width: 39%; } }
      @media only screen and (max-width: 767px) {
        .finder .helpful-tools #rep-dis-area-options {
          width: 75%; } }
    .finder .helpful-tools .indicators {
      display: flex;
      flex-direction: row;
      align-items: center;
      column-gap: .75rem;
      font-family: texta-medium,sans-serif;
      font-size: 1.063rem;
      color: #414141;
      padding: .5rem 0; }
      @media only screen and (min-width: 768px) {
        .finder .helpful-tools .indicators {
          padding-left: .5rem; } }
    .finder .helpful-tools .download {
      display: flex;
      flex-direction: row;
      align-items: flex-end;
      font-family: texta-heavy, sans-serif;
      font-size: 1.125rem; }
      @media only screen and (min-width: 768px) {
        .finder .helpful-tools .download {
          margin-left: auto;
          padding-bottom: .75rem; } }
      .finder .helpful-tools .download:hover a, .finder .helpful-tools .download:hover .icon {
        color: #003591; }
      .finder .helpful-tools .download a {
        text-decoration: none;
        color: #0048c4;
        display: flex;
        align-items: flex-end; }
      .finder .helpful-tools .download .icon {
        height: 20px;
        width: 20px;
        font-size: 18px;
        color: #0048c4; }
  .finder .container {
    display: flex;
    justify-content: space-between;
    column-gap: .5rem;
    max-width: 1600px;
    flex-direction: column; }
    @media only screen and (min-width: 768px) {
      .finder .container {
        height: 42vw;
        flex-direction: row-reverse; } }
    @media only screen and (min-width: 1600px) {
      .finder .container {
        height: 35vw; } }
    @media only screen and (min-width: 2100px) {
      .finder .container {
        height: 27.5vw; } }
    .finder .container > img {
      max-width: 1050px;
      object-fit: cover;
      width: 100%; }
      @media only screen and (min-width: 768px) {
        .finder .container > img {
          width: 64%; } }
      @media only screen and (max-width: 807px) {
        .finder .container > img {
          width: 60%; } }
      @media only screen and (max-width: 767px) {
        .finder .container > img {
          width: 100%; } }
    .finder .container .results-section {
      position: relative;
      padding-bottom: 1rem;
      border: solid 1px #404040;
      background-color: white;
      height: 60vh;
      margin-top: 1rem;
      width: 100%;
      overflow-y: auto;
      /* Firefox scrollbar styles */
      scrollbar-width: thin;
      /* "auto" or "thin"  */
      scrollbar-color: #ccc #f1f1f1;
      /* scroll thumb and track */ }
      @media only screen and (min-width: 768px) {
        .finder .container .results-section {
          height: unset;
          margin-top: unset;
          width: 35%; } }
      @media only screen and (max-width: 807px) {
        .finder .container .results-section {
          width: 40%; } }
      @media only screen and (max-width: 767px) {
        .finder .container .results-section {
          width: 100%; } }
      .finder .container .results-section::-webkit-scrollbar {
        width: 7px; }
      .finder .container .results-section::-webkit-scrollbar-track {
        background: #f1f1f1;
        /* color of the tracking area */ }
      .finder .container .results-section::-webkit-scrollbar-thumb {
        background: #ccc;
        /* color of the scroll thumb */
        border-radius: 5px;
        /* roundness of the scroll thumb */ }
      .finder .container .results-section::-webkit-scrollbar-thumb:hover {
        background: #888;
        /* color of the scroll thumb on hover */ }
      .finder .container .results-section li {
        display: flex;
        flex-direction: column;
        width: 100%;
        column-gap: 2rem; }
        .finder .container .results-section li .loc-container {
          display: flex;
          flex-direction: row;
          border-bottom: solid 1px #707070;
          padding: 1.5rem 1.5rem 1.5rem 1rem; }
          @media only screen and (min-width: 768px) and (max-width: 980px) {
            .finder .container .results-section li .loc-container {
              padding: 1rem; } }
          @media only screen and (min-width: 980px) {
            .finder .container .results-section li .loc-container {
              padding: 1.5rem 2rem; } }
          .finder .container .results-section li .loc-container .color-indicator-wrap {
            margin: .15rem 1rem 0 0; }
          .finder .container .results-section li .loc-container .text-info {
            display: flex;
            flex-direction: column;
            row-gap: .75rem;
            position: relative;
            right: 0; }
            .finder .container .results-section li .loc-container .text-info .heading {
              font-family: texta-heavy, sans-serif;
              font-size: 1.438rem;
              color: #646464;
              line-height: 1; }
              .finder .container .results-section li .loc-container .text-info .heading.rep {
                color: #273e86; }
            .finder .container .results-section li .loc-container .text-info .info-line {
              display: flex;
              flex-direction: row;
              font-family: sourceSansPro-regular, sans-serif;
              font-size: 1.125rem;
              line-height: 1.22;
              column-gap: .5rem; }
              .finder .container .results-section li .loc-container .text-info .info-line span, .finder .container .results-section li .loc-container .text-info .info-line a {
                color: black; }
              .finder .container .results-section li .loc-container .text-info .info-line .icon {
                height: 20px;
                width: 20px;
                font-size: 18px;
                color: #1741c4 !important;
                padding-top: .125rem; }
        .finder .container .results-section li.hidden {
          display: none; }

.map-component {
  position: relative; }
  .map-component #map-title {
    position: absolute;
    top: -105px; }
    @media only screen and (max-width: 767px) {
      .map-component #map-title {
        top: -15px; } }
  .map-component .map-title {
    font-family: texta-book,sans-serif;
    font-size: 3.75rem;
    text-align: center;
    color: #414141; }
  .map-component #map {
    height: 375px;
    width: 100%; }
    @media only screen and (min-width: 600px) {
      .map-component #map {
        height: 425px; } }
    @media only screen and (min-width: 768px) {
      .map-component #map {
        height: 500px; } }
    @media only screen and (min-width: 980px) {
      .map-component #map {
        height: 700px; } }
  .map-component .marker-info-container {
    display: flex;
    flex-direction: column;
    color: #414141;
    min-width: 250px;
    padding-left: 10px; }
    .map-component .marker-info-container .loc-name {
      font-size: 25px;
      font-family: texta-book, sans-serif; }
    .map-component .marker-info-container .address {
      font-size: 13px;
      line-height: 1.15;
      padding: 5px 0; }
    .map-component .marker-info-container .phone-num {
      padding-top: 5px; }
      .map-component .marker-info-container .phone-num a {
        font-family: texta-heavy, sans-serif;
        font-size: 15px; }
    .map-component .marker-info-container .phone-num, .map-component .marker-info-container .fax {
      color: #414141;
      font-size: 13px; }
      .map-component .marker-info-container .phone-num a:hover, .map-component .marker-info-container .fax a:hover {
        text-decoration: underline; }
    .map-component .marker-info-container .fax {
      padding-bottom: 5px; }
      .map-component .marker-info-container .fax a {
        color: #414141;
        font-size: 13px; }
    .map-component .marker-info-container .hours {
      padding: 5px 0; }

/* video hero styling */
.video-hero .adjust {
  object-position: 0% 0%; }

.video-hero .img-section {
  position: relative;
  flex: 1;
  max-height: 600px; }
  .video-hero .img-section img, .video-hero .img-section video, .video-hero .img-section iframe {
    object-fit: cover;
    height: 100% !important;
    width: 100% !important;
    min-height: 600px;
    max-height: 600px; }
  .video-hero .img-section .overlay:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .32;
    background-image: linear-gradient(to top, #000 100%, #f5f6fa 0%);
    mix-blend-mode: multiply;
    background-blend-mode: multiply; }
  .video-hero .img-section .overlay .text {
    position: absolute;
    top: 0;
    left: 5%;
    right: 0;
    bottom: 0;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .video-hero .img-section .overlay .text .title {
      font-family: texta-book;
      font-size: 4.813rem;
      text-decoration: underline solid 4px;
      text-decoration-color: #003591;
      text-underline-offset: 10px;
      line-height: .96; }
    .video-hero .img-section .overlay .text p {
      font-size: 1.125rem;
      padding: 1.5rem 1rem 1.25rem 0; }
      @media only screen and (min-width: 768px) {
        .video-hero .img-section .overlay .text p {
          max-width: 45%; } }
      @media only screen and (min-width: 1600px) {
        .video-hero .img-section .overlay .text p {
          max-width: 37.5%; } }
    .video-hero .img-section .overlay .text .primary-cta {
      font-size: 1rem;
      padding: .65rem 1.1rem;
      width: 275px; }
      .video-hero .img-section .overlay .text .primary-cta .arrow-small {
        font-size: 1rem; }

.breadcrumbs {
  background-color: #F4F6F9;
  /*
        This value plus the margin on line 8 of _nav.css should equal 146px to keep the breadcrumbs centered.
        This is changed to 0 on screens 767px wide or smaller.
    */
  padding-top: 16px; }
  .breadcrumbs .text-wrap {
    padding: 0 3vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1600px; }
  @media only screen and (min-width: 1700px) {
    .breadcrumbs {
      margin: 0 auto; } }
  @media only screen and (max-width: 767px) {
    .breadcrumbs {
      padding-top: 0; } }
  .breadcrumbs a, .breadcrumbs .slash {
    color: #414141;
    font-family: texta-book, sans-serif;
    font-size: 1.2rem; }
  .breadcrumbs a {
    padding: 1rem 0; }
    .breadcrumbs a:hover {
      text-decoration: underline;
      text-underline-offset: 3px; }
  .breadcrumbs .slash {
    padding: 1rem .25rem; }

.page-content {
  margin: 50px auto;
  max-width: 55%;
  width: 100%; }
  .page-content .blog-title {
    font-family: texta-book, sans-serif;
    font-size: 2.5rem;
    color: #414141;
    margin-top: 1.25rem;
    margin-bottom: 0.75rem;
    line-height: 1.25; }
  .page-content .img-container {
    position: relative; }
  .page-content .blog-image {
    object-fit: cover;
    width: 100%;
    max-height: 335px; }
    @media only screen and (min-width: 1600px) {
      .page-content .blog-image {
        max-height: 405px; } }
  .page-content .overlay:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .2;
    background-image: linear-gradient(to top, #000 100%, #f5f6fa 0%);
    mix-blend-mode: multiply;
    background-blend-mode: multiply;
    border-radius: 2px; }
  .page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
    font-family: texta-heavy, sans-serif;
    font-size: 1.875rem;
    color: #003591;
    text-transform: uppercase;
    margin-bottom: 0.75rem; }
    .page-content h1.grey, .page-content h2.grey, .page-content h3.grey, .page-content h4.grey, .page-content h5.grey, .page-content h6.grey {
      color: #414141; }
  .page-content p {
    font-family: texta-book, sans-serif;
    font-size: 1.5rem;
    color: #2e2e2e;
    margin-bottom: 2rem; }
  .page-content ol, .page-content ul, .page-content figure, .page-content table {
    font-family: sourceSansPro-regular, sans-serif; }
  .page-content a {
    font-family: texta-book, sans-serif;
    font-size: 1.5rem;
    color: #003591; }
  @media only screen and (max-width: 1199px) {
    .page-content {
      max-width: 60%; } }
  @media only screen and (max-width: 1199px) {
    .page-content {
      max-width: 75%; } }

#full-gallery {
  background-color: #F4F6F9; }
  #full-gallery .header {
    text-align: center;
    font-family: texta-book, sans-serif;
    font-size: 2.5rem;
    color: #333333;
    padding: 1rem 0 0 .25rem; }
  #full-gallery .gallery-box {
    margin: 0 2.7vw;
    padding: 1rem 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    max-width: 1600px; }
    @media only screen and (min-width: 1600px) {
      #full-gallery .gallery-box {
        margin: 0 auto; } }
    #full-gallery .gallery-box .photo-card {
      flex-basis: 100%;
      padding: .5vw;
      position: relative; }
      @media only screen and (min-width: 375px) {
        #full-gallery .gallery-box .photo-card {
          flex-basis: 50%;
          padding: .15vw; } }
      @media only screen and (min-width: 768px) {
        #full-gallery .gallery-box .photo-card {
          flex-basis: 25%; } }
      #full-gallery .gallery-box .photo-card img {
        height: 260px;
        object-fit: cover;
        border-radius: 2px;
        width: 100%; }
        @media only screen and (min-width: 375px) {
          #full-gallery .gallery-box .photo-card img {
            height: 225px; } }
        @media only screen and (min-width: 768px) {
          #full-gallery .gallery-box .photo-card img {
            height: 200px; } }
        @media only screen and (min-width: 980px) {
          #full-gallery .gallery-box .photo-card img {
            height: 230px; } }
        @media only screen and (min-width: 1200px) {
          #full-gallery .gallery-box .photo-card img {
            height: 260px; } }
      #full-gallery .gallery-box .photo-card .overlay:hover {
        cursor: pointer; }
        #full-gallery .gallery-box .photo-card .overlay:hover .txt {
          opacity: 1; }
        #full-gallery .gallery-box .photo-card .overlay:hover:before {
          opacity: .22; }
      #full-gallery .gallery-box .photo-card .overlay:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(to bottom, #273e86, #273e86);
        mix-blend-mode: multiply;
        opacity: 0;
        transition: .3s ease;
        margin: .15vw;
        border-radius: 2px; }
      #full-gallery .gallery-box .photo-card .overlay .full-size-image {
        display: none; }
      #full-gallery .gallery-box .photo-card .overlay .txt {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        text-shadow: 0 3px 8px rgba(0, 0, 0, 0.43);
        font-family: texta-book, sans-serif;
        opacity: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        color: white;
        height: 100%;
        width: 100%;
        transition: .3s ease;
        padding: 0 0 .7rem .5rem; }
        #full-gallery .gallery-box .photo-card .overlay .txt #color-title-text {
          text-transform: uppercase;
          font-size: .75rem;
          padding-left: .15vw; }
        #full-gallery .gallery-box .photo-card .overlay .txt .color-name {
          font-size: 2.5rem;
          line-height: .9; }

#lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 101;
  justify-content: center;
  align-items: center; }

#lightbox::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #575859;
  opacity: 0.85;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100; }

#lightbox.active {
  display: flex; }

#close-btn {
  border: 0;
  background: 0 0;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 102;
  cursor: pointer; }

#close-btn::before {
  background-color: #ffffff;
  content: '';
  display: block;
  height: 3px;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  top: 8px;
  transition: all .2s ease;
  width: 26px;
  transform: translateX(7px) rotate(45deg); }

#close-btn:hover::before,
#close-btn:hover::after {
  background-color: #919394; }

#close-btn::after {
  background-color: #ffffff;
  content: '';
  display: block;
  height: 3px;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  top: 8px;
  transition: all .2s ease;
  width: 26px;
  transform: translateX(7px) rotate(-45deg); }

#lightbox-content {
  z-index: 102; }

#lightbox-content > img {
  margin: 0 auto;
  box-shadow: 0 0 2px #000;
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  background-color: #ffffff; }
  @media only screen and (min-width: 768px) {
    #lightbox-content > img {
      width: 750px;
      height: 500px; } }

#lightbox-text-content {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 102;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  text-align: left;
  padding: 25px;
  font-family: texta-book, sans-serif;
  font-size: 25px; }

#lb-nav-prev {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 103;
  color: #ffffff;
  cursor: pointer;
  border: 0 none;
  background: transparent;
  left: 20px;
  transform: rotate(90deg); }
  @media only screen and (max-width: 767px) {
    #lb-nav-prev {
      left: -5px; } }

#lb-nav-next {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 103;
  color: #ffffff;
  cursor: pointer;
  border: 0 none;
  background: transparent;
  right: 20px;
  transform: rotate(-90deg); }
  @media only screen and (max-width: 767px) {
    #lb-nav-next {
      right: -5px; } }

.svg-white {
  filter: invert(93%) sepia(93%) saturate(29%) hue-rotate(68deg) brightness(108%) contrast(106%); }

.svg-white:hover {
  filter: invert(93%) sepia(7%) saturate(50%) hue-rotate(182deg) brightness(86%) contrast(90%); }

#lb-nav-prev:hover, #lb-nav-next:hover {
  color: #919394; }

#lb-counter {
  position: fixed;
  z-index: 102;
  font-size: 18px;
  font-family: sourceSansPro-regular, sans-serif;
  color: #ffffff;
  top: 30px;
  left: 30px; }

.blog-page {
  /* line restriction classes */ }
  .blog-page .featured-article {
    background-color: #F4F6F9; }
    .blog-page .featured-article.white {
      background-color: white; }
    .blog-page .featured-article .container {
      margin: 0 3vw;
      padding: 5rem 0;
      max-width: 1600px;
      column-gap: 3.5rem; }
      @media only screen and (min-width: 1700px) {
        .blog-page .featured-article .container {
          margin: 0 auto; } }
      @media only screen and (min-width: 980px) {
        .blog-page .featured-article .container {
          display: flex;
          flex-direction: row;
          justify-content: center; } }
      .blog-page .featured-article .container .text-section {
        flex: 1; }
        @media only screen and (min-width: 980px) {
          .blog-page .featured-article .container .text-section {
            display: flex;
            flex-direction: column;
            justify-content: center; } }
        .blog-page .featured-article .container .text-section .title {
          font-family: texta-book, sans-serif;
          font-size: 2.813rem;
          color: #414141;
          line-height: 1.25em;
          margin: .25rem 0 .75rem 0;
          transition: text-decoration-color 250ms;
          text-decoration: underline 2px rgba(75, 75, 75, 0);
          text-underline-offset: 4px; }
          @media only screen and (min-width: 980px) {
            .blog-page .featured-article .container .text-section .title {
              margin: 0 0 .65rem 0; } }
          .blog-page .featured-article .container .text-section .title:hover {
            text-decoration-color: #414141; }
        .blog-page .featured-article .container .text-section p {
          font-family: texta-book, sans-serif;
          font-size: 1.75rem;
          color: #2e2e2e;
          line-height: 1.25em; }
      .blog-page .featured-article .container .img-section {
        position: relative;
        flex: 1;
        margin-bottom: 1vw; }
        .blog-page .featured-article .container .img-section img {
          object-fit: cover;
          height: 100%;
          width: 100%; }
        .blog-page .featured-article .container .img-section .overlay:before {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          opacity: .32;
          background-image: linear-gradient(359deg, #000 1%, #f5f6fa 99%);
          mix-blend-mode: multiply;
          background-blend-mode: multiply;
          border-radius: 2px; }
  .blog-page .feat-art {
    font-family: texta-heavy, sans-serif;
    font-size: 1.5rem;
    color: #003591;
    text-transform: uppercase;
    padding: .25rem 0 0 0; }
    @media only screen and (min-width: 980px) {
      .blog-page .feat-art {
        padding: 0; } }
  .blog-page .more-date-sect {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: .9rem; }
    .blog-page .more-date-sect .secondary-cta .arrow-small {
      padding: .2rem 0 0 1rem; }
    .blog-page .more-date-sect .date {
      font-family: texta-medium, sans-serif;
      font-size: 1.125rem;
      color: #9d9d9d; }
  .blog-page .all-blogs {
    margin: 0 3vw;
    padding: 5rem 0;
    max-width: 1600px; }
    @media only screen and (min-width: 1700px) {
      .blog-page .all-blogs {
        margin: 0 auto; } }
    .blog-page .all-blogs .blog-wrapper {
      padding-top: .75rem;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      column-gap: 3rem;
      row-gap: 3rem; }
      @media only screen and (min-width: 980px) {
        .blog-page .all-blogs .blog-wrapper {
          column-gap: 3vw;
          justify-content: flex-start; } }
      @media only screen and (min-width: 1700px) {
        .blog-page .all-blogs .blog-wrapper {
          column-gap: 3rem; } }
      .blog-page .all-blogs .blog-wrapper .individual-blog {
        display: flex;
        flex-direction: column;
        flex-basis: 100%; }
        @media only screen and (min-width: 600px) {
          .blog-page .all-blogs .blog-wrapper .individual-blog {
            flex-basis: 45%; } }
        @media only screen and (min-width: 980px) {
          .blog-page .all-blogs .blog-wrapper .individual-blog {
            flex-basis: 31%; } }
        .blog-page .all-blogs .blog-wrapper .individual-blog .text-section {
          flex: 1; }
        .blog-page .all-blogs .blog-wrapper .individual-blog .article-title {
          font-family: texta-heavy, sans-serif;
          font-size: 1.875rem;
          color: #0048c4;
          line-height: 1.25em;
          margin-top: .75rem;
          transition: text-decoration-color 300ms;
          text-decoration: underline 2px rgba(75, 75, 75, 0);
          text-underline-offset: 4px; }
          .blog-page .all-blogs .blog-wrapper .individual-blog .article-title:hover {
            text-decoration-color: #0048c4; }
        .blog-page .all-blogs .blog-wrapper .individual-blog .copy {
          font-family: texta-book, sans-serif;
          font-size: 1.5rem;
          color: #2e2e2e;
          line-height: 1.25em;
          margin: .65rem 0 .2rem 0;
          flex: 1 0 auto; }
        .blog-page .all-blogs .blog-wrapper .individual-blog .copy a:link,
        .blog-page .all-blogs .blog-wrapper .individual-blog .copy a:visited {
          font-size: 1.5rem;
          color: #1741c4; }
        .blog-page .all-blogs .blog-wrapper .individual-blog .copy a:hover {
          text-decoration: underline;
          color: #003591; }
        .blog-page .all-blogs .blog-wrapper .individual-blog .img-section {
          position: relative; }
          .blog-page .all-blogs .blog-wrapper .individual-blog .img-section img {
            object-fit: cover;
            height: 100%;
            width: 100%; }
          .blog-page .all-blogs .blog-wrapper .individual-blog .img-section .overlay:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            opacity: .32;
            background-image: linear-gradient(359deg, #000 1%, #f5f6fa 99%);
            mix-blend-mode: multiply;
            background-blend-mode: multiply;
            border-radius: 2px; }
  .blog-page .max-header {
    height: 2.5em;
    overflow: hidden;
    text-overflow: " [..]";
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word; }
  .blog-page .max-lines {
    overflow: hidden;
    text-overflow: " [..]";
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-word; }

.blog-share-dialog {
  width: 50% !important;
  min-width: 300px;
  max-width: 600px;
  aspect-ratio: 1 / 0.5;
  left: 50% !important;
  transform: translate(-50%, 0); }
  @media only screen and (min-width: 768px) {
    .blog-share-dialog {
      max-height: 350px; } }
  @media only screen and (min-width: 768px) {
    .blog-share-dialog {
      aspect-ratio: 1 / 0.75; } }
  .blog-share-dialog .ui-widget-header {
    background-color: #ffffff;
    border: none;
    text-align: center;
    margin-top: 20px;
    padding: 0.4em 2em !important; }
    @media only screen and (min-width: 980px) {
      .blog-share-dialog .ui-widget-header {
        padding: 3em !important; } }
    .blog-share-dialog .ui-widget-header .ui-dialog-title {
      margin: 0;
      font-family: texta-heavy, sans-serif;
      font-size: 26px;
      float: unset;
      white-space: unset;
      width: unset; }
    .blog-share-dialog .ui-widget-header .ui-dialog-titlebar-close {
      border: none;
      background-color: #ffffff;
      margin: -15px 0 0 0;
      top: 0; }
      .blog-share-dialog .ui-widget-header .ui-dialog-titlebar-close:hover .ui-icon-closethick {
        filter: brightness(0) saturate(100%) invert(15%) sepia(64%) saturate(3940%) hue-rotate(214deg) brightness(82%) contrast(103%); }
  .blog-share-dialog .ui-dialog-content {
    padding: 0;
    display: flex;
    justify-content: center; }
    .blog-share-dialog .ui-dialog-content input {
      border: solid 1px #505050;
      width: 60%;
      font-family: texta-book, sans-serif;
      color: #2e2e2e; }
  .blog-share-dialog .ui-widget-content {
    border: none;
    margin: 0;
    display: flex;
    flex-direction: column; }
    .blog-share-dialog .ui-widget-content .share-blog-sub-header {
      font-family: texta-medium, sans-serif;
      color: #9d9d9d; }
    .blog-share-dialog .ui-widget-content .share-blog-link {
      display: flex;
      width: 85%;
      justify-content: center; }
    .blog-share-dialog .ui-widget-content .ui-dialog-buttonset {
      text-align: center;
      border-radius: 0;
      display: flex;
      flex-flow: row wrap;
      justify-content: center; }
      @media only screen and (min-width: 600px) {
        .blog-share-dialog .ui-widget-content .ui-dialog-buttonset > button {
          width: 33% !important; } }
      @media only screen and (min-width: 980px) {
        .blog-share-dialog .ui-widget-content .ui-dialog-buttonset {
          flex-flow: row nowrap; }
          .blog-share-dialog .ui-widget-content .ui-dialog-buttonset > button {
            width: 16.66% !important; } }
      .blog-share-dialog .ui-widget-content .ui-dialog-buttonset button {
        border: none;
        font-family: texta-book, sans-serif;
        font-size: 16px;
        background-color: #ffffff;
        color: #919394;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0;
        padding: 0.5em 0;
        text-decoration: underline solid 2px transparent;
        text-underline-offset: 5px;
        transition: text-decoration 400ms ease; }
        @media only screen and (min-width: 980px) {
          .blog-share-dialog .ui-widget-content .ui-dialog-buttonset button {
            padding: 0; } }
        .blog-share-dialog .ui-widget-content .ui-dialog-buttonset button:hover {
          text-decoration: underline solid 2px;
          color: #003591;
          transition: all 0.3s ease-in-out; }
          .blog-share-dialog .ui-widget-content .ui-dialog-buttonset button:hover span.ui-button-icon {
            filter: invert(15%) sepia(64%) saturate(3940%) hue-rotate(214deg) brightness(82%) contrast(103%); }
        .blog-share-dialog .ui-widget-content .ui-dialog-buttonset button span.ui-button-icon {
          background-position: 0 0 !important;
          background-repeat: no-repeat;
          background-size: contain;
          filter: invert(12%) sepia(67%) saturate(6111%) hue-rotate(231deg) brightness(98%) contrast(88%);
          width: 2.5rem;
          height: 2.5rem;
          left: 0;
          margin: 0; }
          .blog-share-dialog .ui-widget-content .ui-dialog-buttonset button span.ui-button-icon.ui-icon-facebook {
            background-image: url("images/icon-facebook.svg"); }
          .blog-share-dialog .ui-widget-content .ui-dialog-buttonset button span.ui-button-icon.ui-icon-instagram {
            background-image: url("images/icon-instagram.svg"); }
          .blog-share-dialog .ui-widget-content .ui-dialog-buttonset button span.ui-button-icon.ui-icon-x {
            background-image: url("images/icon-x.svg"); }
          .blog-share-dialog .ui-widget-content .ui-dialog-buttonset button span.ui-button-icon.ui-icon-linkedin {
            background-image: url("images/icon-linkedin.svg"); }
          .blog-share-dialog .ui-widget-content .ui-dialog-buttonset button span.ui-button-icon.ui-icon-mail {
            background-image: url("images/icon-mail.svg"); }
          .blog-share-dialog .ui-widget-content .ui-dialog-buttonset button span.ui-button-icon.ui-icon-link {
            background-image: url("images/icon-link.svg"); }
  .blog-share-dialog .ui-dialog-buttonpane {
    margin-top: 0 !important;
    padding: 0 1em 1em !important; }
    @media only screen and (max-width: 500px) {
      .blog-share-dialog .ui-dialog-buttonpane {
        margin-bottom: 1em; } }
    @media only screen and (min-width: 980px) {
      .blog-share-dialog .ui-dialog-buttonpane {
        padding: 0 3em 1em !important; } }

.share-blog-btn {
  font-size: 1.125rem;
  font-family: texta-heavy, sans-serif;
  color: #0048c4;
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  margin-bottom: 0.75rem; }
  .share-blog-btn .ui-icon-share-nodes {
    background-image: url("images/icon-share-nodes.svg");
    background-position: 0 0 !important;
    background-repeat: no-repeat;
    background-size: contain;
    filter: invert(12%) sepia(67%) saturate(6111%) hue-rotate(231deg) brightness(98%) contrast(88%);
    width: 0.75rem;
    height: 0.75rem; }
    .share-blog-btn .ui-icon-share-nodes.xl {
      width: 1.25rem;
      height: 1.25rem;
      margin-left: 5px; }
  .share-blog-btn:hover .ui-icon-share-nodes {
    filter: invert(15%) sepia(64%) saturate(3940%) hue-rotate(214deg) brightness(82%) contrast(103%); }

.article-grid {
  /* line restriction classes */ }
  .article-grid .featured-article {
    background-color: #F4F6F9; }
    .article-grid .featured-article.white {
      background-color: white; }
    .article-grid .featured-article .container {
      margin: 0 3vw;
      padding: 5rem 0;
      max-width: 1600px;
      column-gap: 3.5rem; }
      @media only screen and (min-width: 1700px) {
        .article-grid .featured-article .container {
          margin: 0 auto; } }
      @media only screen and (min-width: 980px) {
        .article-grid .featured-article .container {
          display: flex;
          flex-direction: row;
          justify-content: center; } }
      .article-grid .featured-article .container .text-section {
        flex: 1; }
        @media only screen and (min-width: 980px) {
          .article-grid .featured-article .container .text-section {
            display: flex;
            flex-direction: column;
            justify-content: center; } }
        .article-grid .featured-article .container .text-section .title {
          font-family: texta-book, sans-serif;
          font-size: 2.813rem;
          color: #414141;
          line-height: 1.25em;
          margin: .25rem 0 .75rem 0;
          transition: text-decoration-color 250ms;
          text-decoration: underline 2px rgba(75, 75, 75, 0);
          text-underline-offset: 4px; }
          @media only screen and (min-width: 980px) {
            .article-grid .featured-article .container .text-section .title {
              margin: 0 0 .65rem 0; } }
          .article-grid .featured-article .container .text-section .title:hover {
            text-decoration-color: #414141; }
        .article-grid .featured-article .container .text-section p {
          font-family: texta-book, sans-serif;
          font-size: 1.75rem;
          color: #2e2e2e;
          line-height: 1.25em; }
      .article-grid .featured-article .container .img-section {
        position: relative;
        flex: 1;
        margin-bottom: 1vw; }
        .article-grid .featured-article .container .img-section img {
          object-fit: cover;
          height: 100%;
          width: 100%; }
        .article-grid .featured-article .container .img-section .overlay:before {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          opacity: .32;
          background-image: linear-gradient(359deg, #000 1%, #f5f6fa 99%);
          mix-blend-mode: multiply;
          background-blend-mode: multiply;
          border-radius: 2px; }
  .article-grid .feat-art {
    font-family: texta-heavy, sans-serif;
    font-size: 1.5rem;
    color: #003591;
    text-transform: uppercase;
    padding: .25rem 0 0 0; }
    @media only screen and (min-width: 980px) {
      .article-grid .feat-art {
        padding: 0; } }
  .article-grid .more-date-sect {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: .9rem; }
    .article-grid .more-date-sect .secondary-cta .arrow-small {
      padding: .2rem 0 0 1rem; }
    .article-grid .more-date-sect .date {
      font-family: texta-medium, sans-serif;
      font-size: 1.125rem;
      color: #9d9d9d; }
  .article-grid .all-articles {
    margin: 0 3vw;
    padding: 5rem 0;
    max-width: 1600px; }
    @media only screen and (min-width: 1700px) {
      .article-grid .all-articles {
        margin: 0 auto; } }
    .article-grid .all-articles .articles-wrapper {
      padding-top: .75rem;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      column-gap: 3rem;
      row-gap: 3rem; }
      @media only screen and (min-width: 980px) {
        .article-grid .all-articles .articles-wrapper {
          column-gap: 3vw;
          justify-content: flex-start; } }
      @media only screen and (min-width: 1700px) {
        .article-grid .all-articles .articles-wrapper {
          column-gap: 3rem; } }
      .article-grid .all-articles .articles-wrapper .individual-article {
        display: flex;
        flex-direction: column;
        flex-basis: 100%; }
        @media only screen and (min-width: 600px) {
          .article-grid .all-articles .articles-wrapper .individual-article {
            flex-basis: 45%; } }
        @media only screen and (min-width: 980px) {
          .article-grid .all-articles .articles-wrapper .individual-article {
            flex-basis: 31%; } }
        .article-grid .all-articles .articles-wrapper .individual-article .text-section {
          flex: 1; }
        .article-grid .all-articles .articles-wrapper .individual-article .article-title {
          font-family: texta-heavy, sans-serif;
          font-size: 1.875rem;
          color: #0048c4;
          line-height: 1.25em;
          margin-top: .75rem;
          transition: text-decoration-color 300ms;
          text-decoration: underline 2px rgba(75, 75, 75, 0);
          text-underline-offset: 4px; }
          .article-grid .all-articles .articles-wrapper .individual-article .article-title:hover {
            text-decoration-color: #0048c4; }
        .article-grid .all-articles .articles-wrapper .individual-article .copy {
          font-family: texta-book, sans-serif;
          font-size: 1.5rem;
          color: #2e2e2e;
          line-height: 1.25em;
          margin: .65rem 0 .2rem 0;
          flex: 1 0 auto; }
        .article-grid .all-articles .articles-wrapper .individual-article .img-section {
          position: relative; }
          .article-grid .all-articles .articles-wrapper .individual-article .img-section img {
            object-fit: cover;
            height: 100%;
            width: 100%; }
          .article-grid .all-articles .articles-wrapper .individual-article .img-section .overlay:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            opacity: .32;
            background-image: linear-gradient(359deg, #000 1%, #f5f6fa 99%);
            mix-blend-mode: multiply;
            background-blend-mode: multiply;
            border-radius: 2px; }
  .article-grid .max-header {
    height: 2.5em;
    overflow: hidden;
    text-overflow: " [..]";
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word; }
  .article-grid .max-lines {
    overflow: hidden;
    text-overflow: " [..]";
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-word; }

.marketing-announcements {
  background-color: #F4F6F9;
  padding: 2rem 2.7vw 3rem; }
  @media only screen and (min-width: 980px) {
    .marketing-announcements {
      padding: 6rem 0 4.8125rem; } }
  @media only screen and (min-width: 1200px) {
    .marketing-announcements .container {
      max-width: 82.875rem;
      margin: 0 auto; } }
  .marketing-announcements h2 {
    font-size: 1.875rem;
    color: #003591;
    text-transform: uppercase;
    font-family: texta-heavy, sans-serif;
    margin-bottom: 2.5rem;
    line-height: 1.13; }

.announcements {
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (min-width: 768px) {
    .announcements {
      display: grid;
      grid-template-columns: 1fr 1fr;
      column-gap: 2.142857142857143rem;
      row-gap: 2.5rem; } }
  .announcements > a:last-of-type {
    margin-bottom: 0; }

.announcement {
  display: block;
  margin-bottom: 6.25rem;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .announcement {
      display: grid;
      grid-template-columns: 7.142857142857143rem 1fr;
      column-gap: 1.25rem;
      margin-bottom: 0; } }

.announcement__thumbnail {
  display: flex;
  justify-content: center;
  margin-bottom: 1.375rem;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .announcement__thumbnail {
      display: block;
      margin-bottom: 0;
      width: 7.142857142857143rem; } }
  .announcement__thumbnail img {
    width: 11.57142857142857rem; }
    @media only screen and (min-width: 768px) {
      .announcement__thumbnail img {
        width: 100%; } }

.announcement__text .secondary-cta {
  display: inline-flex;
  justify-content: flex-start; }
  .announcement__text .secondary-cta .material-icons {
    font-size: 1rem;
    margin-left: 1.5rem; }

.announcement__date {
  font-family: texta-medium, sans-serif;
  font-size: 1.125rem;
  color: #5a5a5a;
  margin-bottom: .75rem;
  line-height: 1;
  display: block; }

.announcement__title {
  font-family: texta-heavy, sans-serif;
  font-size: 1.625rem;
  color: #003591;
  margin-bottom: 1rem;
  line-height: 1.875rem;
  display: block; }

.announcement:hover .announcement__title {
  text-decoration: underline; }

.announcements__footer {
  display: flex;
  justify-content: center;
  margin-top: 3.125rem; }
  .announcements__footer .primary-cta {
    font-size: 1.125rem; }
    .announcements__footer .primary-cta .material-icons {
      margin-left: 2.75rem; }

.case-study-detail {
  padding: 1rem 2.7vw; }
  @media only screen and (min-width: 1200px) {
    .case-study-detail {
      padding: 2.34375rem 0;
      margin: 0 auto; } }
  .case-study-detail #lightbox-content {
    max-width: 734px;
    width: 100%;
    aspect-ratio: 16 / 9; }
    .case-study-detail #lightbox-content iframe {
      width: 100%;
      height: 100%;
      display: block; }

.case-study-intro {
  position: relative; }
  @media only screen and (min-width: 1200px) {
    .case-study-intro {
      display: flex;
      flex-wrap: nowrap;
      max-width: 92.92452830188679rem;
      margin: 0 auto;
      font-size: 1rem;
      margin-bottom: 2.18755rem; } }

@media only screen and (min-width: 1200px) {
  .case-study-intro__media {
    flex-basis: 44%;
    padding: 0 1.6875rem 0 0; } }

.case-study-intro__media--video,
.case-study-intro__media--img {
  overflow: hidden; }
  .case-study-intro__media--video img,
  .case-study-intro__media--img img {
    width: 100%;
    max-width: 100%; }

.case-study-intro__media--video {
  position: relative; }
  .case-study-intro__media--video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(359deg, #000, #f5f6fa);
    opacity: .42;
    display: flex;
    justify-content: center;
    align-items: center; }
    .case-study-intro__media--video .overlay .play-btn img {
      width: auto;
      height: auto; }
    .case-study-intro__media--video .overlay .play-btn:hover {
      cursor: pointer; }

.case-study-intro__text {
  padding: 1.25rem 0 2rem;
  font-size: 1.0625rem;
  font-family: texta-book, sans-serif;
  color: #2e2e2e;
  line-height: 1.29; }
  @media only screen and (min-width: 768px) {
    .case-study-intro__text {
      font-size: 1.714285714285714rem;
      padding-bottom: 2.57rem; } }
  @media only screen and (min-width: 1200px) {
    .case-study-intro__text {
      flex-basis: 56%;
      padding: 0 0 0 1.6875rem;
      font-size: 1.415094339622642rem; } }
  .case-study-intro__text h1 {
    font-size: 1.5625rem;
    line-height: 1;
    color: #414141;
    margin-bottom: 1rem; }
    @media only screen and (min-width: 768px) {
      .case-study-intro__text h1 {
        font-size: 3.5rem;
        margin-bottom: 2rem; } }
    @media only screen and (min-width: 1200px) {
      .case-study-intro__text h1 {
        font-size: 2.889150943396226rem;
        margin-bottom: 1.238207547169811rem; } }
  @media only screen and (min-width: 768px) {
    .case-study-intro__text .column {
      flex-basis: 50%; } }
  .case-study-intro__text .column > div {
    margin-bottom: 1rem; }
    @media only screen and (min-width: 768px) {
      .case-study-intro__text .column > div {
        margin-bottom: 1.5rem; } }
    @media only screen and (min-width: 1200px) {
      .case-study-intro__text .column > div {
        margin-bottom: 1.002358490566038rem;
        margin-bottom: .8rem; } }

@media only screen and (min-width: 768px) {
  .case-study-intro__text-columns {
    display: flex;
    flex-wrap: nowrap; } }

.case-study-intro__label {
  text-transform: uppercase;
  display: block;
  font-family: texta-heavy, sans-serif;
  font-size: 1.125rem;
  color: #273e86; }
  @media only screen and (min-width: 768px) {
    .case-study-intro__label {
      font-size: 1.714285714285714rem; } }
  @media only screen and (min-width: 1200px) {
    .case-study-intro__label {
      font-size: 1.415094339622642rem; } }

.case-study-intro__cta {
  margin-top: 1.5rem; }
  @media only screen and (min-width: 1200px) {
    .case-study-intro__cta {
      margin-top: 1.3rem; } }
  .case-study-intro__cta .primary-cta {
    font-size: 1rem;
    min-width: 15.3125rem;
    max-width: fit-content;
    padding: .75rem 1.25rem; }
  .case-study-intro__cta .material-icons {
    font-size: 1rem; }

.case-study-content {
  font-size: 1.1875rem;
  line-height: 1.4;
  font-family: texta-book, sans-serif;
  color: #2e2e2e; }
  @media only screen and (min-width: 768px) {
    .case-study-content {
      font-size: 2rem;
      line-height: 1.36; } }
  @media only screen and (min-width: 1200px) {
    .case-study-content {
      font-size: 1.650943396226415rem; } }
  .case-study-content .container {
    max-width: 100rem;
    margin: 0 auto; }
    @media only screen and (min-width: 1200px) {
      .case-study-content .container {
        max-width: 71.16745283018868rem; } }
  .case-study-content h2 {
    font-size: 1.25rem;
    color: #003591;
    text-transform: uppercase;
    font-family: texta-heavy, sans-serif;
    margin-bottom: .625rem; }
    @media only screen and (min-width: 768px) {
      .case-study-content h2 {
        font-size: 2.14rem; } }
    @media only screen and (min-width: 1200px) {
      .case-study-content h2 {
        font-size: 1.768867924528302rem;
        line-height: 1.36; } }
  .case-study-content p, .case-study-content a {
    font-family: texta-book, sans-serif; }
    @media only screen and (min-width: 768px) {
      .case-study-content p, .case-study-content a {
        font-size: 2rem; } }
    @media only screen and (min-width: 1200px) {
      .case-study-content p, .case-study-content a {
        font-size: 1.650943396226415rem; } }
  .case-study-content p {
    margin-bottom: 1.2rem; }
  .case-study-content a {
    color: #0048c4;
    align-items: center;
    position: relative;
    cursor: pointer;
    display: inline-flex; }
    .case-study-content a:hover {
      color: #013184; }
    .case-study-content a::after {
      position: absolute;
      content: "";
      width: 100%;
      height: 0.078rem;
      top: 90%;
      background: #013184;
      transition: transform 0.5s;
      transform: scaleX(0);
      transform-origin: right; }
    .case-study-content a:hover::after {
      transform: scaleX(1);
      transform-origin: left; }
  .case-study-content img {
    width: 100%;
    max-width: 100%; }
  .case-study-content .row {
    flex-wrap: wrap;
    width: 100%; }
    @media only screen and (min-width: 1200px) {
      .case-study-content .row {
        flex-wrap: nowrap;
        margin: 0 -.9375px 2.18755rem; } }
  .case-study-content .col {
    flex-basis: 100%;
    margin-bottom: 1.2rem; }
    @media only screen and (min-width: 768px) {
      .case-study-content .col {
        margin-bottom: 2.5rem; } }
    @media only screen and (min-width: 1200px) {
      .case-study-content .col {
        margin-bottom: 0;
        padding: 0 15px; } }
  .case-study-content .wp-block-gallery,
  .case-study-content .wp-block-image {
    margin-bottom: 1.2rem; }
    @media only screen and (min-width: 768px) {
      .case-study-content .wp-block-gallery,
      .case-study-content .wp-block-image {
        margin-bottom: 2.5rem; } }
