/* Global
================================================================*/

html,
body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #00053e;
  scroll-behavior: smooth;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 16px;
}

p {
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}

img.alignleft {
  float: left;
  margin: 0 2rem 2rem 0;
}

img.alignright {
  float: right;
  margin: 0 0 2rem 2rem;
}
img.alignnone {
  float: none;
  margin: 0 0 2rem 0;
}

.scaffold {
  min-height: 300px;
}

.wp-caption {
  max-width: 100%;
}

#masthead-notice {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1019;
  padding: 20px;
  background-color: #86d9dd;
  color: #1e214e;
  font-weight: 500;
}

#masthead-notice:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 2rem;
  width: -webkit-calc(100% + 2rem);
  width: calc(100% + 0rem);
  height: 100%;
  background-color: #86d9dd;
  -webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  transform: skew(-30deg);
}

.shop-footer-banner {
  background-position: center;
  background-size: cover !important;
}

@media (max-width: 991px) {
  .home-shop-cta .col-lg-3 {
    text-align: center;
    padding-bottom: 1rem;
  }
}

@media (min-width: 992px) {
  .home-shop-cta .col-lg-3 {
    display: flex;
    align-items: center;
  }
}

/* Notices
------------------------------------------------------------*/

#header-notice {
  padding: 0.375rem 1.5rem;
  text-align: center;
  background: #86d9dd;
  color: #1e214e;
  font-weight: 500;
}

/* Fonts
------------------------------------------------------------*/
a:not(.btn):not(.nav-link),
a:not(.btn):not(.nav-link):link,
a:not(.btn):not(.nav-link):visited {
  color: #1e214e;
  text-decoration: underline;
}

a:not(.btn):not(.nav-link):focus,
a:not(.btn):not(.nav-link):hover {
  color: #0f0f24;
  text-decoration: underline;
}

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

a.link-social {
  text-decoration: none !important;
}

a.text-decoration-none {
  text-decoration: none !important;
}
a.text-decoration-hover-underline:hover {
  text-decoration: underline !important;
}

.bg-blue a:not(.btn):not(.nav-link),
.bg-blue a:not(.btn):not(.nav-link):link,
.bg-blue a:not(.btn):not(.nav-link):visited {
  color: #ffffff;
}

.bg-blue a:not(.btn):not(.nav-link):focus,
.bg-blue a:not(.btn):not(.nav-link):hover {
  color: #e2e6ec;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #1e214e;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 28px;
  color: #1e214e;
}

h3,
.h3 {
  font-size: 24px;
  color: #1e214e;
}

h4,
.h4 {
  font-size: 18px;
  color: #1e214e;
}

.header-ctas .btn {
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 0.5rem;
}

strong,
b,
.table thead th {
  font-weight: 500;
}

.text-sm {
  font-size: 0.875rem;
}

@media (max-width: 767px) {
  .display-4 {
    font-size: 2.25rem;
  }
}

/* Icons
------------------------------------------------------------*/

.address,
.phone {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.address .fa,
.phone .fa {
  min-width: 24px;
}

/* Buttons
------------------------------------------------------------*/

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: normal;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid transparent;
  padding: 0.375rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 2.375rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:focus,
.btn:hover {
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  background-image: none;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #1e214e;
  border-color: #86d9dd;
}
.btn-primary:hover {
  color: #1e214e;
  background-color: #86d9dd;
  border-color: #86d9dd;
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #1e214e;
  border-color: #86d9dd;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #1e214e;
  background-color: #86d9dd;
  border-color: #86d9dd;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-secondary {
  color: #1e214e;
  background-color: #ffffff;
  border-color: #86d9dd;
}
.btn-secondary:hover {
  color: #1e214e;
  background-color: #86d9dd;
  border-color: #86d9dd;
}
.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #1e214e;
  background-color: #ffffff;
  border-color: #86d9dd;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #1e214e;
  background-color: #86d9dd;
  border-color: #86d9dd;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-tertiary {
  color: #1e214e;
  background-color: #86d9dd;
  border-color: #ffffff;
}
.btn-tertiary:hover {
  color: #1e214e;
  background-color: #ffffff;
  border-color: #86d9dd;
}
.btn-tertiary.focus,
.btn-tertiary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-tertiary.disabled,
.btn-tertiary:disabled {
  color: #1e214e;
  background-color: #86d9dd;
  border-color: #ffffff;
}
.btn-tertiary:not(:disabled):not(.disabled).active,
.btn-tertiary:not(:disabled):not(.disabled):active,
.show > .btn-tertiary.dropdown-toggle {
  color: #1e214e;
  background-color: #ffffff;
  border-color: #86d9dd;
}
.btn-tertiary:not(:disabled):not(.disabled).active:focus,
.btn-tertiary:not(:disabled):not(.disabled):active:focus,
.show > .btn-tertiary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.forminator-button-submit {
  color: #fff !important;
  background-color: #1e214e !important;
  border-color: #86d9dd !important;
}
.forminator-button-submit:hover {
  color: #1e214e !important;
  background-color: #86d9dd !important;
  border-color: #86d9dd !important;
}
.forminator-button-submit:disabled {
  color: #fff !important;
  background-color: #1e214e !important;
  border-color: #86d9dd !important;
}
.forminator-button-submit:not(:disabled):not(.disabled):active {
  color: #1e214e !important;
  background-color: #86d9dd !important;
  border-color: #86d9dd !important;
}
.forminator-button-submit:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5) !important;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 1.5rem;
}
.forminator-ui#forminator-module-48.forminator-design--flat
  .forminator-description,
.forminator-ui#forminator-module-48.forminator-design--flat
  .forminator-description
  p {
  color: #6c6c6c !important;
}

/* Backgrounds */
.bg-white {
  background-color: #ffffff;
}
.bg-blue {
  background-color: #1e214e;
}

.bg-turquoise {
  background-color: #86d9dd;
}

.bg-red {
  background-color: #cc3333;
}

.bg-light {
  background: #f8f8f8 !important;
}

.bg-blue-light {
  background: #2e5c90 !important;
}

.bg-blue-gray {
  background: #e2e6ec !important;
}

.text-blue {
  color: #1e214e !important;
}

.text-gold {
  color: #b7894a !important;
}

.border-dotted {
  border-style: dotted !important;
}

/* .carousel-indicators li {
  background-color: rgba(0, 45, 98, 0.2) !important;
  height: 10px;
}
.carousel-indicators li.active {
  background-color: rgba(0, 45, 98, 1) !important;
} */

/* Images
--------------------*/
.w-100,
.mw-100 {
  height: auto;
}
.carousel-control-prev,
.carousel-control-next {
  width: 80px;
}
.carousel-control-prev,
.carousel-control-next,
.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 1;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 48px;
  height: 48px;
  background-color: rgba(30, 33, 78, 0.8);
  background-size: 16px 16px;
  border-radius: 50%;
  transition: background-color 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-next:hover .carousel-control-next-icon {
  background-color: rgba(30, 33, 78, 1);
}
.ps__blog-image,
.ps__video-embed {
  position: relative;
  z-index: 3;
  padding: 1rem;
  background: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  margin-top: -60px;
}
.ps__post-card__image {
  position: relative;
}
.ps__post-card__image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 13, 63, 0.75);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.ps__post-card:hover .ps__post-card__image:after {
  opacity: 1;
}
.post-type-archive-cpt_video .ps__post-card__image:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  width: 51px;
  height: 51px;
  background: url("../img/play-button.png") no-repeat center center;
  background-size: 51px 51px;
  z-index: 2;
  pointer-events: none;
}

@media (min-width: 768px) {
  .ps__blog-image,
  .ps__video-embed {
    margin-top: -120px;
  }
}

.ps__photo-grid {
  columns: 1;
  column-gap: 16px;
  width: 100%;
}

.ps__photo-grid__item {
  break-inside: avoid;
  margin-bottom: 16px;
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .ps__photo-grid {
    columns: 2;
  }
}

@media (min-width: 992px) {
  .ps__photo-grid {
    columns: 3;
  }
}

/* Pagination
--------------------*/

.pagination h2 {
  display: none;
}

.nav-links {
  width: 100%;
  text-align: center;
}
.page-numbers {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 5px 0 0;
  border: 1px solid #eee;
  line-height: 1;
  text-decoration: none;
  border-radius: 2px;
}
.page-numbers.current,
a.page-numbers:hover {
  background: #f9f9f9;
}
.page-numbers.current {
  font-weight: 600;
}
/* Image Crop
----------------------*/
.image-crop {
  position: relative;
  width: auto;
  padding-bottom: 70%;
  margin: 0 0 5px;
  overflow: hidden;
}

.image-crop img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.modal-content {
  border-radius: 0;
  padding: 10px;
}
.ekko-lightbox-nav-overlay a span {
  color: #fff;
}

/* Forms
-----------------------------------------*/
#contact-form .forminator-row {
  margin-bottom: 0;
}
#contact-form #submit button {
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px 30px;
}

.forminator-label {
  display: block;
  margin-bottom: 5px !important;
  color: #1e214e !important;
  font-weight: 500 !important;
  font-size: 14px !important;
}

label {
  font-size: 14px;
  margin-bottom: 0;
}

.forminator-field input,
.forminator-field textarea,
.forminator-field select,
.form-control {
  background: #fff !important;
  border-radius: 5px !important;
  line-height: 1.25 !important;
  height: 44px !important;
  margin: 0 0 15px !important;
  border: 1px solid #cdcdcd !important;
}
.forminator-field input:focus,
.forminator-field textarea:focus {
  border-color: #1e214e !important;
}

input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0;
}
.forminator-ui .forminator-title {
  font-size: 24px !important;
}
.forminator-radio .forminator-radio-bullet {
  border: 1px solid #ccc !important;
  background-color: #fff !important;
}
.forminator-radio input:checked + .forminator-radio-bullet {
  background-color: #ededed !important;
}
.forminator-checkbox .forminator-checkbox-box {
  border: 1px solid #ccc !important;
  background-color: #fff !important;
}
.forminator-checkbox input:checked + .forminator-checkbox-box {
  background-color: #ededed !important;
}

/* Main Navigation
------------------------------------------------------------*/
.sticky {
  position: fixed;
  width: 100%;
  max-width: auto;
  height: 47px;
  transition: all 0.8s ease;
  z-index: 997;
  top: 0;
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  .sticky {
    position: relative;
    top: auto;
  }
  body > header {
    margin-top: 50px;
  }
}

#main-menu-nav-container {
  background-color: rgba(0, 5, 62, 0.9);
}

@media (min-width: 768px) {
  .has-masthead #main-menu-nav-container {
    margin-bottom: -104px;
  }
  .ps__custom-header-logo {
    min-height: 80px;
    display: flex;
    align-items: center;
  }
}

section,
nav {
  margin: 0px;
}
#landing,
#main-menu {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  line-height: 1.1;
  cursor: default;
  width: auto;
}

nav:not(.pagination) {
  border: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

nav:not(.pagination) > ul.main-nav-menu > li {
  display: inline-block;
  margin: 0 0;
  position: relative;
  padding: 0 0;
  margin-left: -4px;
}

nav li:first-child {
  margin-left: 0px;
}

nav:not(.pagination) > ul.main-nav-menu > li > a,
nav:not(.pagination) > ul.main-nav-menu > li > a:visited {
  display: inline-block;
  font-family: "Inter", sans-serif;
  padding: 14px 18px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  line-height: normal;
  margin: 0;
}
nav:not(.pagination) > ul.main-nav-menu > li.current-menu-ancestor,
nav:not(.pagination) > ul.main-nav-menu > li.current_page_ancestor,
nav:not(.pagination) > ul.main-nav-menu > li.current-menu-item,
nav:not(.pagination) > ul.main-nav-menu > li > a:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
}
nav:not(.pagination) > ul.main-nav-menu > li.current-menu-ancestor > a,
nav:not(.pagination) > ul.main-nav-menu > li.current-menu-item > a,
nav:not(.pagination) > ul.main-nav-menu > li.current_page_ancestor > a,
nav:not(.pagination) > ul.main-nav-menu > li.current-menu-ancestor > a,
nav:not(.pagination) > ul.main-nav-menu > li.current-menu-item > a,
nav:not(.pagination) > ul.main-nav-menu > li.current_page_ancestor > a {
  color: #ffffff;
  text-decoration: underline;
}

nav:not(.pagination) .dropdown-menu {
  margin-top: 0;
  border-radius: 0;
  border-color: rgba(0, 0, 0, 0.1);
  padding: 1rem 0.5rem;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
}
nav:not(.pagination) .dropdown-menu:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -18px;
  left: 10%;
  pointer-events: none;
}
nav:not(.pagination) .dropdown-menu .dropdown-menu:before {
  top: 24px;
  left: -18px;
  border-color: transparent #fff transparent transparent;
  z-index: 2;
}
nav:not(.pagination) .dropdown-menu .dropdown-menu:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent rgba(0, 0, 0, 0.1) transparent transparent;
  position: absolute;
  top: 24px;
  left: -19px;
  z-index: 1;
  pointer-events: none;
}

nav:not(.pagination) .dropdown-menu .dropdown-left .dropdown-menu:before {
  left: auto;
  right: -18px;
  border-color: transparent transparent transparent #fff;
}

nav:not(.pagination) .dropdown-menu .dropdown-left .dropdown-menu:after {
  left: auto;
  right: -19px;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.1);
}

nav:not(.pagination) .dropdown-item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 300;
  font-size: 0.875rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

nav:not(.pagination) li:last-child .dropdown-item {
  border-bottom: none;
}

.main-nav-menu > li > a {
  font-size: 18px;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background: transparent;
}

.dropdown-menu .menu-item {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-top: 1px solid #dee2e6;
}
.dropdown-menu .menu-item:first-child {
  border-top: none;
}
.dropdown-menu .nav-link {
  color: #1e214e;
}
.dropdown-menu .nav-link:hover {
  color: #ffffff;
  background-color: #1e214e;
  text-decoration: none;
}
.dropdown-menu > .dropdown > a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #1e214e;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 4px;
  pointer-events: none;
}
.dropdown-menu > .dropdown > a:hover:before {
  border-left-color: #ffffff;
}
.dropdown-menu .dropdown-menu {
  left: 100%;
  top: -17px;
  margin: 0 0 0 16px;
}
.dropdown-menu .dropdown-left .dropdown-menu {
  left: auto;
  right: 100%;
  margin: 0 16px 0 0;
  min-width: 22rem;
}
.dropdown-menu .dropdown-toggle::after {
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  vertical-align: middle;
}
.main-nav-menu > .dropdown > a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 4px;
  pointer-events: none;
}
a.for-professionals-link:not(.btn):not(.nav-link) {
  display: inline-block;
  padding: 0.25rem 1rem;
  border-radius: 1rem;
  border: 1px solid #fff;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #fff;
  line-height: 1;
}
a.for-professionals-link:not(.btn):not(.nav-link):hover {
  background-color: #fff;
  color: #1e214e;
}

@media (max-width: 767px) {
  a.for-professionals-link {
    font-size: 0.875rem;
  }
}

/* 404 Page
================================================================*/
.page-error {
  background: repeating-linear-gradient(
    45deg,
    #eaeaea,
    #eaeaea 10px,
    #f8f8f8 10px,
    #f8f8f8 20px
  );
}
.error-content {
  max-width: 600px;
  margin: 0 auto;
}
.page-error h1 {
  font-size: 44px;
  color: #444;
  letter-spacing: 0.08em;
}
.page-error h2 {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
}
.page-error h3 {
  font-size: 24px;
  margin: 0 0 10px;
  font-weight: 300;
  color: #444;
}

.cursor-pointer {
  cursor: pointer;
}

.panel {
  display: none;
}

/* Mobile Menu
----------------------*/

#mobile-menu a:not(.btn) {
  color: #fff;
  line-height: 1.25;
}

#mobile-menu .panel-content a[href="#"] {
  color: #fff;
  text-decoration: none;
}

#mobile-menu .panel-content ul.sub-menu a[href="#"] {
  pointer-events: none;
  cursor: default;
  font-weight: 700;
}

.mobile-nav {
  z-index: 800;
}

.panel-content {
  overflow-y: auto;
  height: 100%;
  text-align: left;
}

.panel-content .panel-close {
  font-size: 30px;
  text-align: center;
  cursor: pointer;
  color: #c45e2d;
}

.panel-content .panel-close:before {
  content: "\f057";
  font-family: FontAwesome;
  color: #fff;
}

.panel {
  z-index: 999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background: #eeeeee;
  position: fixed;
  display: block;
  bottom: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  right: -100%;
  width: 60%;
  margin: 0;
  border-radius: 0;
}

.panel-content ul {
  list-style-type: none;
  padding-inline-start: 20px;
}

.panel-content ul li {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.panel-content ul li a:not(.btn):not(.nav-link) {
  color: #fff;
  text-transform: uppercase;
}

.panel-content ul li ul.sub-menu li {
  padding: 0;
  border-bottom: none;
}
.panel-content ul li ul.sub-menu li a:not(.btn):not(.nav-link) {
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
}

.panel-content ul ul li div {
  padding: 0;
}

.panel.expanded {
  right: 0;
}

.right-column .cta {
  font-family: "Inter", sans-serif;
}
.right-column h3 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1rem;
}

/* Hide all sub-menus by default in mobile panel */
#mobile-menu .panel-content > li > ul.sub-menu {
  display: none;
  padding-left: 15px;
}

/* Show sub-menu when parent has .open */
#mobile-menu .panel-content > li.open > ul.sub-menu {
  display: block;
}

/* Add chevron indicator to parent menu items with sub-menus */
#mobile-menu .panel-content > li.menu-item-has-children > a.nav-link:after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  margin-top: -5px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  vertical-align: middle;
}

/* Rotate chevron when open */
#mobile-menu
  .panel-content
  > li.menu-item-has-children.open
  > a.nav-link:after {
  transform: rotate(-135deg);
  margin-top: 5px;
}

/* Sub Menu
----------------------*/
.right-column .sub-menu {
  width: 100%;
  padding: 0 2%;
  border-top: 3px solid #cdcccc;
  background: #f7f7f7;
}

.right-column .sub-menu li {
  margin: 0px;
  font-size: 12px;
}

.right-column .sub-menu > li a,
.sub-menu > li a:visited {
  display: block;
  color: #3d3d3d;
  padding: 20px 8px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  border-bottom: 1px dotted #ccc;
}

.right-column .sub-menu li a:link:before,
.right-column .sub-menu li a:visited:before {
  font-family: FontAwesome;
  content: "\f138  ";
  color: #1e214e;
  margin-right: 10px;
}

.right-column .sub-menu li a:hover,
.right-column .sub-menu li.current-menu-item a {
  color: #1e214e;
  font-weight: 500;
}

/* Staff Module
-----------------------------------------*/
.staff-member p {
  font-size: 14px;
  color: #878383;
}

.staff-member .image-crop,
.product-category-main .image-crop {
  padding-bottom: 100%;
}
.staff-member .image-crop img {
  left: 0;
}

/* Staff Modal
------------------*/
.modal-dialog {
  background: #fff;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.staff-modal .modal-body {
  border: none;
  border-radius: 0;
  padding: 70px 40px 40px;
  color: #000;
  border-bottom: 4px solid #1e214e;
}

.modal-body .fa-times-circle {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  color: #444;
  cursor: pointer;
  z-index: 1200;
}

/* Gallery
-----------------------------------------*/

.gallery-list .image-crop {
  padding-bottom: 0;
  margin: 0;
}

.gallery-list .image-crop img,
.thumbnail-1 .image-crop img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  width: 100%;
  top: 0;
}

.category-thumbnails {
  position: relative;
  background-color: #1e214e;
  overflow: hidden;
}

.category-thumbnails:after {
  content: "";
  display: block;
  background-color: inherit;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(2) translateX(-75%) translateY(-75%) translateZ(0)
    rotate(-28deg);
  transform: scale(2) translateX(-75%) translateY(-75%) translateZ(0)
    rotate(-28deg);
  transition: -webkit-transform 3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 3s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 3s cubic-bezier(0.23, 1, 0.32, 1);
}

.category-thumbnails:hover:after {
  -webkit-transform: scale(2) translateX(0%) translateY(0%) translateZ(0)
    rotate(-28deg);
  transform: scale(2) translateX(0%) translateY(0%) translateZ(0) rotate(-28deg);
}

.category-thumbnails:hover .cat-image {
  -webkit-transform: scale(1.2) translateZ(0);
  transform: scale(1.2) translateZ(0);
}

.category-thumbnails:hover .cat-text {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.cat-image {
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 750ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 750ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 750ms cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 750ms cubic-bezier(0.23, 1, 0.32, 1);
}

.cat-image::before {
  content: "";
  display: block;
  padding-top: 75%;
  overflow: hidden;
}

.cat-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  line-height: 0;
}

.cat-text {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  text-align: center;
  z-index: 1;
  color: #ffffff;
  transition: opacity 500ms cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 500ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 500ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 500ms cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 300ms;
  -webkit-transform: translateY(-20%);
  transform: translateY(-20%);
}

.cat-text-wrapper {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cat-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  line-height: 0;
  overflow: hidden;
  text-indent: -9999px;
  color: #fff;
}

[class*="thumbnail-"] {
  background: #1e214e;
  width: 33.33%;
  height: auto;
  padding: 5px 5px 3px 5px;
  cursor: zoom-in;
}

[class*="thumbnail-"] img {
  max-width: 100%;
}

[class*="thumbnail-"] {
  overflow: hidden;
  padding: 0;
  position: relative;
  cursor: zoom-in;
}

[class*="thumbnail-"]:hover img {
  transition: 0.3s linear;
  transition-delay: 300ms;
  transform: /* rotate(5deg) */ scale(1.4);
}

[class*="thumbnail-"] > .caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 15px;
  width: 100%;
  background-color: #d21242;
  color: #fff;
  opacity: 0.8;
}

[class*="thumbnail-"]:hover > .caption {
  display: block;
}

.ekko-lightbox-nav-overlay a:last-child span,
.ekko-lightbox-nav-overlay a span {
  color: #fff;
}

@media screen and (max-width: 991px) {
  [class*="thumbnail-"] {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 480px) {
  [class*="thumbnail-"] {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.areas-serve ul {
  -moz-column-count: 3;
  -moz-column-gap: 15px;
  -webkit-column-count: 3;
  -webkit-column-gap: 15px;
  column-count: 3;
  column-gap: 15px;
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}

@media (min-width: 992px) {
  .areas-serve ul {
    -moz-column-count: 6;
    -moz-column-gap: 20px;
    -webkit-column-count: 6;
    -webkit-column-gap: 20px;
    column-count: 6;
    column-gap: 20px;
  }
}

/* Banner VIDEO
-----------------------------------------*/

#banner {
  position: relative;
  background-color: black;
  color: #fff;
  height: 106.66666667vw;
  min-height: 400px;
  width: 100%;
  overflow: hidden;
}

#banner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

#banner .container {
  position: relative;
  z-index: 2;
}

#banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

#banner h1 {
  color: #fff;
}

#banner .banner-ctas .btn {
  margin-left: 8px;
  margin-right: 8px;
}

@media (min-width: 768px) {
  .banner-content {
    padding-top: 104px;
  }
  #banner {
    height: 70vh;
    min-height: 700px;
  }
}

/* Masthead
-----------------------------------------*/

.ps__masthead {
  position: relative;
  width: 100%;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ps__masthead-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ps__masthead-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ps__masthead-image:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.ps__masthead-content {
  position: relative;
  z-index: 2;
  margin: 16px auto;
  padding: 0 16px;
  text-align: center;
}
.ps__masthead-ctas {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

@media (min-width: 768px) {
  .ps__masthead {
    min-height: 600px;
  }
  .ps__masthead--large {
    min-height: 800px;
  }
  .ps__masthead-content {
    max-width: 832px;
    margin: 136px auto;
    padding-top: 104px;
  }
}

/* Features
-----------------------------------------*/

#ps__features {
  height: 442px;
  width: 100%;
  height: 0;
  padding-bottom: 80.36363636%;
  position: relative;
}

#ps__features.features-square {
  padding-bottom: 100%;
}

#ps__features .tooltip {
  opacity: 1;
}

#ps__features img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

#ps__features ul {
  list-style-type: none;
}

#ps__features li {
  position: absolute;
  z-index: 10;
}

#ps__features li a {
  position: static;
  color: black;
  display: block;
  height: auto;
  text-decoration: none;
  width: 160px;
}

#ps__features li a:hover {
  /* background-position: right top; */
  cursor: pointer;
}

#ps__features li a span {
  background: white;
  background: rgba(255, 255, 255, 0.8);
  display: block;
  padding: 5px;
  position: relative;
  line-height: 1.2;
  font-size: 12px;
  z-index: 50;
  text-align: center;
}

@media (max-width: 767px) {
  #ps__features ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 1rem 0;
    gap: 1rem;
    height: calc(100vw - 30px);
  }

  #ps__features ul li {
    position: relative;
  }
}

@media (min-width: 768px) {
  #ps__features {
    height: 442px;
    width: 550px;
    padding-bottom: 0;
  }
  #ps__features.features-square {
    height: 550px;
    padding-bottom: 0;
  }
}

#why-banner p {
  color: #fff;
}
#why-box {
  z-index: 2000;
}
#why-box-text {
  background: rgba(233, 236, 239, 0.9);
}
#why-image {
  z-index: 800;
}
#why-footer {
  margin-top: -30px;
}

@media only screen and (min-width: 992px) {
  #why-box-text {
    margin-right: -130px;
  }
  #why-section {
    margin-top: -150px;
  }
}

/**
* Masthead Video - Campaign page
*/

.masthead-video {
  position: relative;
  width: 100%;
  height: 75vw;
}
.masthead-video video {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .masthead-video {
    height: 41.625vw;
    max-height: 700px;
  }
}

/**
* Tile Card Grid
*/

.ps__tile-card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
.ps__tile-card {
  flex: 1 1 100%;
  position: relative;
}

@media (min-width: 768px) {
  .ps__tile-card {
    flex: 0 1 calc(50% - 0.5rem);
    position: relative;
    min-height: 400px;
    height: 30vw;
    overflow: hidden;
  }
  .ps__tile-card-grid--overlapping {
    position: relative;
    z-index: 3;
    margin-top: -60px;
  }
  .ps__tile-card-grid--overlapping .ps__tile-card {
    padding: 1rem;
    background: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  }
  .ps__tile-card-grid--overlapping .ps__tile-card-img,
  .ps__tile-card-grid--overlapping .ps__tile-card-overlay {
    top: 16px;
    left: 16px;
    right: 16px;
    bottom: 16px;
    width: calc(100% - 32px);
    height: calc(100% - 32px);
  }
}

.ps__tile-card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ps__tile-card-overlay {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(10, 13, 63, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem 2rem;
}
a.ps__tile-card-overlay:not(.btn):not(.nav-link),
a.ps__tile-card-overlay:not(.btn):not(.nav-link):hover {
  text-decoration: none;
}
.ps__tile-card-title {
  margin-bottom: 1rem;
  text-align: center;
}
.ps__tile-card-text {
  text-align: center;
}
.ps__tile-card-text,
.ps__tile-card-text > p {
  color: #fff;
}

@media (min-width: 768px) {
  .ps__tile-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    transition: background-color 0.3s ease;
    padding: 2rem 10vw;
  }
  .ps__tile-card-overlay:hover {
    background: rgba(10, 13, 63, 0.75);
  }
  .ps__tile-card-text {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
    height: 0;
  }
  .ps__tile-card-overlay:hover .ps__tile-card-text {
    opacity: 1;
    transform: translateY(0);
    height: auto;
  }
}

/**
* Banner Card
*/

.ps__banner-card {
  position: relative;
  overflow: hidden;
}
.ps__banner-card-ctas {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

@media (max-width: 767px) {
  .ps__banner-card__overlay .ps__banner-card-overlay {
    background: #1e214e;
  }
}

@media (min-width: 768px) {
  .ps__banner-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 47.22222222vw;
  }
  .ps__banner-card-overlay {
    width: 50%;
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    z-index: 2;
  }
  .ps__banner-card__overlay .ps__banner-card-overlay {
    width: 66.66666667%;
    margin-left: auto;
    margin-right: auto;
    background: transparent;
  }
  .ps__banner-card-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .ps__banner-card-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ps__banner-card-img:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
  }
  .object-position-md-left-center {
    object-position: left center;
  }
  .ps__banner-card__overlay:before,
  .ps__banner-card__overlay:after {
    content: "";
    display: block;
    width: 22.84722222vw;
    height: 15vw;
    max-width: 329px;
    max-height: 216px;
    background: url("../img/crosshatch.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    z-index: 1;
    pointer-events: none;
  }
  .ps__banner-card__overlay:before {
    top: 36px;
    left: 36px;
  }
  .ps__banner-card__overlay:after {
    bottom: 36px;
    right: 36px;
  }
}

/* Nav Pills
-----------------------------------------*/

nav.nav-pills-container {
  display: flex;
  justify-content: center;
  margin: 1rem;
}
.nav-pills {
  background: #95d6dc;
  padding: 0 1rem;
  border-radius: 0.25rem;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
}
.nav-pills .nav-link {
  color: #1e214e;
}
.nav-pills .nav-link:hover {
  color: #1e214e;
  text-decoration: underline;
}
.nav-pills .nav-link.active {
  background: transparent;
  color: #1e214e;
  text-decoration: underline;
  font-weight: 600;
}

@media (max-width: 767px) {
  .nav-pills .nav-item {
    display: block;
    width: 100%;
  }
}

@media (min-width: 768px) {
  nav.nav-pills-container {
    margin: 0 auto;
    max-width: 83.33333333vw;
  }
  .ps__masthead + nav.nav-pills-container {
    margin-top: -2.25rem;
    position: relative;
    z-index: 3;
  }
  .nav-pills {
    padding: 0 5rem;
    border-radius: 2.25rem;
  }
  .nav-pills .nav-link {
    padding: 1.5rem 1rem;
  }
}

/* Post Carousel
-----------------------------------------*/

.ps__post-carousel__wrapper {
  position: relative;
  padding: 0 48px;
}
.ps__post-carousel__container {
  overflow: hidden;
}
.ps__post-carousel__track {
  display: flex;
  transition: transform 0.3s ease-in-out;
}
.ps__post-carousel__item {
  flex: 0 0 calc(33.333% - 16px);
  margin: 0 8px;
  min-width: 0;
}
.ps__post-card {
  overflow: hidden;
  text-align: center;
}
.ps__post-card__image {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.ps__post-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ps__post-card__content {
  padding: 1.5rem 1rem 3rem;
}
.ps__post-card__link {
  margin-top: 16px;
}
.ps__post-carousel__btn {
  position: absolute;
  top: 8.194444444vw;
  transform: translateY(-50%);
  background: transparent;
  color: #fff;
  border: none;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.ps__post-carousel__btn:hover .carousel-control-prev-icon,
.ps__post-carousel__btn:hover .carousel-control-next-icon {
  background-color: rgba(30, 33, 78, 1);
}
.ps__post-carousel__btn--prev {
  left: 0;
}
.ps__post-carousel__btn--next {
  right: 0;
}
.ps__post-carousel__btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media (max-width: 991px) {
  .ps__post-carousel__item {
    flex: 0 0 calc(50% - 16px);
  }
  .ps__post-carousel__btn {
    top: 11.80625631vw;
  }
}

@media (max-width: 767px) {
  .ps__post-carousel__item {
    flex: 0 0 calc(100% - 16px);
  }
  .ps__post-carousel__btn {
    top: 17.46666667vw;
  }
}

/* Post Archive Grid
-----------------------------------------*/

.ps__post-archive__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.ps__post-archive__item {
  width: 100%;
}
.ps__post-archive .ps__post-card__date {
  margin-bottom: 0.5rem;
}
.ps__post-archive .ps__post-card__excerpt {
  margin: 1rem 0;
}

@media (min-width: 768px) {
  .ps__post-archive__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .ps__post-archive__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
