/* ======= Contact Form ======= */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
/* WooCommerce My Account Custom */
/* ============================= */
.woocommerce-MyAccount-navigation ul {
  margin-left: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.woocommerce-MyAccount-navigation ul li {
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
}
.woocommerce-MyAccount-navigation ul li a {
  padding: 0.875em 0;
  display: block;
}
.woocommerce-MyAccount-navigation ul li a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  content: "\f0f6";
  line-height: 1.618;
  margin-left: 0.5407911em;
  width: 1.41575em;
  text-align: right;
  float: right;
  opacity: 0.25;
}
.woocommerce-MyAccount-navigation ul li a:hover:before {
  opacity: 1;
}
.woocommerce-MyAccount-navigation ul li.is-active a:before {
  opacity: 1;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
  content: "\f0e4";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
  content: "\f291";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
  content: "\f1c6";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
  content: "\f015";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
  content: "\f09d";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
  content: "\f007";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: "\f08b";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a:before {
  content: "\f021";
}
.my_account_orders .button.view:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  content: "\f06e";
  margin-left: 0.5407911em;
}
p.order-again .button:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  content: "\f021";
  margin-left: 0.5407911em;
}
.woocommerce-MyAccount-downloads .button:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  content: "\f0ed";
  margin-left: 0.5407911em;
}
#account-burger {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
#account-burger i {
  font-size: 22px;
}
#account-burger .burg-text {
  display: inline-block;
  margin-left: 1ch;
}
.admin-bar .offcanvas-header {
  margin-top: 48px;
}
#nav-icon3 {
  width: 35px;
  height: 35px;
  position: relative;
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 10px;
}
#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 20px;
}
#nav-icon3 span:nth-child(4) {
  top: 30px;
}
#nav-icon3.open span:nth-child(1) {
  width: 0;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  width: 0;
  left: 50%;
}
@media only screen and (max-width: 767px) {
  #navbarWrapper {
    padding: 0;
  }
  #navbarWrapper #navbar_main .container {
    margin: 0;
    padding: 0;
  }
  #navbarWrapper #navbarNavDropdown {
    display: flex;
    flex-grow: 1;
  }
}
.offcanvas-header {
  display: none;
}
.screen-overlay {
  height: 100%;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in;
}
.screen-overlay.show {
  transition: opacity 0.5s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
}
@media all and (max-width: 767px) {
  .offcanvas-header {
    display: block;
    padding: 5px 10px;
  }
  .offcanvas-header .logo img {
    max-width: 60%;
    display: block;
    margin: 0 auto;
  }
  .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(-100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1200;
    width: 70%;
    overflow-y: scroll;
    background: #BF213E;
    overflow-x: hidden;
    transition: visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
  }
  .mobile-offcanvas.show {
    visibility: visible;
    transform: translateX(0);
  }
}
.wpcf7 select,
.wpcf7 input[type="text"],
.wpcf7 input[type="password"],
.wpcf7 input[type="datetime"],
.wpcf7 input[type="datetime-local"],
.wpcf7 input[type="date"],
.wpcf7 input[type="month"],
.wpcf7 input[type="time"],
.wpcf7 input[type="week"],
.wpcf7 input[type="number"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="search"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="color"],
.uneditable-input .wpcf7-not-valid-tip {
  height: 60px;
  max-width: 100%;
  outline: none;
  border: 1px solid #ced4da;
}
.wpcf7 textarea {
  height: 300px;
  padding-top: 1em;
  margin-top: 20px;
  margin-bottom: 15px;
}
.wpcf7-not-valid-tip {
  padding: 18px 15px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  border-radius: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  font-family: 'Catamaran', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.wpcf7 input[type="reset"] {
  margin-right: 10px;
}
.wpcf7 label {
  display: block;
}
.wpcf7 .submit-wrap {
  position: relative;
}
.wpcf7 .submit-wrap .ajax-loader {
  position: absolute;
  top: 50%;
  margin-top: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
  margin-bottom: 1em;
}
.wpcf7 .wpcf7-form-control-wrap:before {
  position: absolute;
  height: 100%;
  width: 60px;
  text-align: center;
  font-family: 'FontAwesome', emoji;
  font-size: 60px/2;
  color: #ccc;
  left: 0;
  line-height: 60px;
}
.wpcf7 .wpcf7-form-control-wrap input[type="text"],
.wpcf7 .wpcf7-form-control-wrap input[type="password"],
.wpcf7 .wpcf7-form-control-wrap input[type="datetime"],
.wpcf7 .wpcf7-form-control-wrap input[type="datetime-local"],
.wpcf7 .wpcf7-form-control-wrap input[type="date"],
.wpcf7 .wpcf7-form-control-wrap input[type="month"],
.wpcf7 .wpcf7-form-control-wrap input[type="time"],
.wpcf7 .wpcf7-form-control-wrap input[type="week"],
.wpcf7 .wpcf7-form-control-wrap input[type="number"],
.wpcf7 .wpcf7-form-control-wrap input[type="email"],
.wpcf7 .wpcf7-form-control-wrap input[type="url"],
.wpcf7 .wpcf7-form-control-wrap input[type="search"],
.wpcf7 .wpcf7-form-control-wrap input[type="tel"],
.wpcf7 .wpcf7-form-control-wrap input[type="color"] {
  padding-left: 1.5ch;
  width: 100%;
}
.wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control {
  background-clip: padding-box;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.wpcf7 .wpcf7-form-control-wrap.your-name:before,
.wpcf7 .wpcf7-form-control-wrap.first-name:before {
  content: '\f007';
}
.wpcf7 .wpcf7-form-control-wrap.last-name:before {
  content: '\f2c0';
}
.wpcf7 .wpcf7-form-control-wrap.your-email:before {
  content: '\f0e0';
}
.wpcf7 .wpcf7-form-control-wrap.your-phone:before {
  content: '\f095';
}
.wpcf7 .wpcf7-form-control-wrap.your-message:before {
  content: '\f040';
  margin-top: 15px;
}
.wpcf7 .submit-wrap input {
  line-height: 0;
  padding: 20px 25px 16px;
  border-radius: 0;
  text-transform: uppercase;
}
.wpcf7 div.wpcf7-response-output {
  margin: 1.5rem 0 1rem;
}
/*/ Shortcodes */
/* #Footer
================================================== */
section.footer-widgets {
  padding: 40px 0;
  background-color: #0061aa;
  color: #fff;
}
footer#colophon {
  padding-top: 3rem;
  padding-bottom: 3rem;
  width: 100%;
  background-color: #0061aa;
}
/*/ Footer */
/* #Misc
================================================== */
/* Back to Top */
#back-top {
  display: none;
}
#back-top-wrapper {
  position: fixed;
  right: 10px;
  bottom: 10px;
  overflow: hidden;
  z-index: 99;
}
#back-top a {
  display: block;
  width: 50px;
  color: #bbb;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font: 11px/100% Arial, Helvetica, sans-serif;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#back-top a:after {
  content: '\f062';
  font-family: fontawesome;
  display: inline-block;
  position: relative;
  top: -37px;
  left: 0px;
  font-size: 24px;
  color: #fff;
}
#back-top a:hover {
  color: #000;
}
#back-top a:hover span {
  background-color: #0061aa;
}
#back-top span {
  display: block;
  margin-bottom: 7px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #0061aa;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
/*// Back to Top */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
ul.social.list-unstyled {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.social.list-unstyled li {
  padding-right: 2ch;
  color: #fff;
}
.mw-700 {
  max-width: 700px;
}
header#masthead {
  background: #000;
  position: fixed;
  z-index: 9;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  header#masthead {
    position: initial;
  }
  header#masthead #header-widgets,
  header#masthead #header-navigation {
    align-items: center;
    display: flex;
  }
}
header#masthead .admin-bar {
  top: 32px;
}
@media only screen and (max-width: 767px) {
  header#masthead .admin-bar {
    top: 48px;
  }
}
header#masthead #header-section {
  height: 100px;
  transition: all 0.3s ease;
}
header#masthead #header-section.scrolled {
  height: 60px;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .home header + .container-fluid {
    margin-top: 100px;
  }
}
.home-main {
  margin-top: 2rem;
}
.home .home-hero {
  position: relative;
  overflow: hidden;
}
.home .home-hero .container {
  position: relative;
  z-index: 2;
}
.home .home-hero .hero-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}
.home .min-vh-50 {
  min-height: 50vh;
}
.home .training-card {
  border-radius: 12px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.home .training-card:hover,
.home .training-card:focus {
  transform: translateY(-8px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
.home .training-card .training-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  font-weight: 700;
  font-size: 0.95rem;
  background: rgba(0, 0, 0, 0.06);
}
.home .feature-box {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.home .feature-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.08);
}
.home .cta-band {
  background: linear-gradient(135deg, #013861 0%, #0061aa 100%);
}
#content-wrap {
  margin-top: 3rem;
}
#content-wrap.dive-course-category-wrap {
  margin-top: 60px;
}
abbr.req {
  color: #BF213E;
  text-decoration: none;
}
header.page-header.dive-course-category-header,
header.entry-header {
  width: 100%;
  background: #BF213E;
  margin-top: 100px;
  color: #fff;
  padding: 0.25rem 1rem;
  text-align: center;
}
@media only screen and (max-width: 1700px) {
  header.page-header.dive-course-category-header .container,
  header.entry-header .container {
    margin-left: 150px;
  }
}
header.entry-header {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  header.entry-header {
    margin-top: 100px;
  }
}
.navbar-dark .navbar-nav li.current-menu-ancestor a.nav-link {
  color: #fff;
}
.navbar-dark .navbar-nav ul.dropdown-menu > li > a.nav-link {
  color: #333;
}
@media only screen and (max-width: 767px) {
  .navbar-dark .navbar-nav ul.dropdown-menu > li > a.nav-link {
    color: #dee2e6;
  }
}
.navbar-dark .navbar-nav ul.dropdown-menu > li > a.nav-link:hover,
.navbar-dark .navbar-nav ul.dropdown-menu > li > a.nav-link:active,
.navbar-dark .navbar-nav ul.dropdown-menu > li > a.nav-link:focus {
  color: #000;
}
.navbar-dark .navbar-nav ul.dropdown-menu > li.active a.nav-link {
  color: #000;
}
@media only screen and (max-width: 767px) {
  ul#main-menu > li.menu-item {
    position: relative;
    display: block;
  }
  ul#main-menu > li.menu-item a.nav-link.dropdown-toggle {
    display: block;
    width: 85%;
  }
  ul#main-menu > li.menu-item a.nav-link.dropdown-toggle:after {
    border: none;
  }
  ul#main-menu > li.menu-item a.nav-link {
    font-size: 18px;
  }
  ul#main-menu > li.menu-item > ul.dropdown-menu {
    background: #dc3755;
    margin-left: -10px;
    margin-top: 0;
    padding-top: 0;
    border: 1px solid #fff;
    border-radius: 0;
  }
  ul#main-menu > li.menu-item > ul.dropdown-menu li > a {
    padding-left: 2ch;
  }
  ul#main-menu > li.menu-item > ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu {
    display: block;
    border: none;
    margin-top: -10px;
  }
  ul#main-menu > li.menu-item > ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu a {
    margin-left: 15px;
    border: none;
    color: #fff;
  }
  ul#main-menu span.caret {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    right: 4px;
    top: 4px;
    text-align: center;
  }
  ul#main-menu span.caret:after {
    content: '\f055';
    font-family: 'FontAwesome';
    color: #000;
    font-size: 22px;
  }
  ul#main-menu span.caret.showing:after {
    content: '\f056';
  }
}
.site-logo {
  width: 135px;
  position: absolute;
  z-index: 9;
  top: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .site-logo {
    width: 85px;
  }
}
.site-logo a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-logo img {
  max-width: 100%;
  transition: all 0.3s ease;
}
.site-logo img.scrolled {
  max-width: 100px;
  transition: all 0.3s ease;
}
#navbar-wrapper .navbar {
  height: 60px;
}
#single {
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.mySwiper.slideshow {
  position: absolute;
  width: 50%;
  right: 0;
  bottom: 5px;
}
.btn.btn-primary {
  background: transparent;
  color: #BF213E;
  transition: all 0.3s ease;
}
.btn.btn-primary:hover {
  background: #BF213E;
  color: #fff;
  transition: all 0.3s ease;
}
.bg-gradient-blue {
  background: linear-gradient(135deg, #180b6b, #09052f);
}
#hamburger {
  float: right;
}
figure.wp-block-table.table.table-striped {
  border-top: 1px solid;
}
/* Brands Section */
.brands {
  padding: 40px 20px;
  background: linear-gradient(180deg, #7fb3d5 0%, #6fa3c5 100%);
  border-radius: 6px;
}
.brands .brands-title {
  text-align: center;
  color: #BF213E;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.brands .brand-list {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 12px;
}
.brands .brand-list li {
  background: #fff;
  padding: 12px 10px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease;
}
.brands .brand-list li:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
  color: #BF213E;
}
.btn-primary svg.btn-icon {
  font-size: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  color: #BF213E;
  fill: #BF213E;
  margin-top: -3px;
}
btn.primary.btn-sm svg.btn-icon {
  font-size: 1rem;
  width: 1rem;
  height: 1rem;
  color: #BF213E;
  fill: #BF213E;
  margin-top: -3px;
}
.veterans-hero {
  background: #333;
  color: #fff;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 40px 50px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}
.veterans-hero h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.3;
}
.veterans-hero .lead {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  color: #BF213E;
}
.veterans-hero p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  max-width: 800px;
  margin: 0 auto;
}
.veterans-hero:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: #BF213E;
}
@media (max-width: 767px) {
  .veterans-hero {
    padding: 25px 20px;
  }
  .veterans-hero h2 {
    font-size: 24px;
  }
  .veterans-hero .lead {
    font-size: 18px;
  }
}
.table-veterans tr > td:first-of-type {
  width: 55%;
}
.table-veterans a {
  font-size: 12px;
}
#started {
  margin-top: 2rem;
  padding: 2rem 1rem;
  border-radius: 8px;
  box-shadow: 8px 10px 30px 1px rgba(0, 0, 0, 0.25);
}
/*# sourceMappingURL=custom.css.map */