/* ======= Contact Form ======= */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.mobile-menu {
  padding: 20px;
  font-family: inherit;
  position: fixed;
  left: -100%;
  width: 90%;
  height: calc(100vh - var(--header-offset, 0px));
  background: #fff;
  z-index: 9999;
  transition: left 0.3s ease;
  overflow-y: auto;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
}
.mobile-menu .navbar {
  width: 100%;
}
.mobile-menu.open {
  left: 0;
}
.mobile-menu a {
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.mobile-menu a:active {
  opacity: 0.6;
}
.mobile-menu ul.nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
.mobile-menu ul.nav > li {
  display: block;
  width: 100%;
}
.mobile-menu li {
  display: block;
}
.mobile-menu .menu-item-has-children > a {
  position: relative;
  display: block;
  padding-right: 30px;
}
.mobile-menu .mobile-caret {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  cursor: pointer;
  color: #002b45;
  transition: transform 0.2s ease;
}
.mobile-menu .menu-item-has-children.open > a .mobile-caret {
  transform: translateY(-50%) rotate(180deg);
}
.mobile-menu .menu-item-has-children.open > .dropdown-menu {
  display: block;
}
.mobile-menu .dropdown-menu {
  display: none;
  padding-left: 12px;
  margin-top: 6px;
}
.mobile-menu__primary #main-menu {
  margin-left: -35px;
}
.mobile-menu__primary li {
  margin-bottom: 10px;
}
.mobile-menu__primary li a.nav-link {
  font-size: 18px;
  font-weight: 600;
  display: block;
  padding: 0.25rem 0;
}
.mobile-menu__section-divider,
.mobile-menu__secondary,
.mobile-menu__auth,
.mobile-menu__utility {
  border-top: 1px solid #e6eef3;
  margin-top: 20px;
  padding-top: 20px;
}
.mobile-menu__secondary ul.menu li a {
  font-size: 16px;
  font-weight: 400;
  color: #657381;
  padding-bottom: 12px;
  padding-left: 0;
  line-height: 150%;
  list-style-type: none;
}
.mobile-menu__auth {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mobile-menu__auth .btn {
  display: block;
  text-align: center;
  padding: 10px;
  border-radius: 4px;
  font-weight: 600;
}
.mobile-menu__auth .btn-primary {
  background: #0077b6;
  color: #fff;
}
.mobile-menu__auth .btn-outline {
  border: 1px solid #0077b6;
  color: #0077b6;
  background: transparent;
}
.mobile-menu .dropdown-menu {
  display: none;
  padding-left: 12px;
  margin-top: 6px;
}
.mobile-menu .dropdown-menu li {
  margin-bottom: 8px;
}
.mobile-menu .dropdown-menu a {
  font-size: 15px;
  font-weight: 400;
}
.mobile-menu .menu-item-has-children > a {
  position: relative;
}
.mobile-menu .menu-item-has-children > a::after {
  content: '▾';
  position: absolute;
  right: 0;
  transition: transform 0.2s ease;
}
.mobile-menu .menu-item-has-children.open > a::after {
  transform: rotate(180deg);
}
.mobile-menu .menu-item-has-children.open > .dropdown-menu {
  display: block;
}
.wpcf7 textarea#description {
  height: 150px;
}
.wpcf7 abbr {
  text-decoration: none;
  color: red;
  margin-left: 0.3ch;
}
.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: 44px;
  max-width: 100%;
  outline: none;
}
.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: 'museo-slab', sans-serif;
}
.wpcf7 input[type="reset"] {
  margin-right: 10px;
}
.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;
  display: block;
}
.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"],
.wpcf7 .wpcf7-form-control-wrap textarea {
  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 .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
================================================== */
footer#colophon {
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 100%;
  background: #002547;
  color: #fff;
}
footer#colophon a {
  color: #fff;
}
footer#colophon h2.widgettitle {
  font-size: 14px;
  color: #fff;
}
footer#colophon ul.menu {
  list-style: none;
  margin-left: -40px;
}
footer#colophon ul.menu a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
footer#colophon ul.menu a:hover,
footer#colophon ul.menu a:active,
footer#colophon ul.menu a:focus {
  text-decoration: underline;
}
footer#colophon ul.menu li {
  margin-bottom: 0.75rem;
}
footer#colophon ul.menu#menu-padi-services a {
  font-size: 16px;
  font-weight: 700;
}
/*/ 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, sans-serif;
  display: inline-block;
  position: relative;
  top: -37px;
  left: 0;
  font-size: 24px;
  color: #fff;
}
#back-top a:hover {
  color: #000;
}
#back-top a:hover span {
  background-color: #0070d3;
}
#back-top span {
  display: block;
  margin-bottom: 7px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #003a6d;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#accordion .card {
  margin: 5px 0;
  background: #dee2e6;
  width: 100%;
}
#accordion .card .card-body {
  color: #002547;
}
#accordion .card-header {
  background: #657381;
  padding: 0;
  line-height: 1;
  border-radius: 0 !important;
  cursor: pointer;
}
#accordion .card-header:after,
#accordion .card-header.collapsed:after {
  content: '\f067';
  font-family: fontawesome, sans-serif;
  position: absolute;
  right: 18px;
  top: 17px;
  font-size: 20px;
}
#accordion .card-header[aria-expanded="true"]:after {
  content: '\f068';
}
#accordion .card h4.panel-title {
  margin-block-end: 0.25rem;
}
#accordion .card h4.panel-title button {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.3;
  padding-top: 12px;
  white-space: normal;
  padding-right: 40px;
  pointer-events: none;
}
#accordion .card h4.panel-title button:hover,
#accordion .card h4.panel-title button:active,
#accordion .card h4.panel-title button:focus {
  outline: 0;
  border: 0;
  box-shadow: none;
}
@font-face {
  font-family: "padi-icons";
  src: url("/wp-content/themes/PADI-Blog-25/fonts/padi-icons.woff") format("woff"), url("/wp-content/themes/PADI-Blog-25/fonts/fonts/padi-icons.ttf") format("truetype"), url("/wp-content/themes/PADI-Blog-25/fonts/padi-icons.svg#padi-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^=padi-icons--],
[class*=" padi-icons--"] {
  font-family: "padi-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.padi-icons--People:before {
  content: "\e92c";
}
.padi-icons--Smile:before {
  content: "\e93d";
}
.padi-icons--alert-info:before {
  content: "\e901";
}
.padi-icons--alert-success:before {
  content: "\e902";
}
.padi-icons--alert-warning:before {
  content: "\e903";
}
.padi-icons--bell:before {
  content: "\e904";
}
.padi-icons--calendar:before {
  content: "\e905";
}
.padi-icons--carret-down:before {
  content: "\e906";
}
.padi-icons--carret-left:before {
  content: "\e907";
}
.padi-icons--carret-right:before {
  content: "\e908";
}
.padi-icons--carret-up:before {
  content: "\e909";
}
.padi-icons--cart:before {
  content: "\e90a";
}
.padi-icons--certification-badge:before {
  content: "\e90b";
}
.padi-icons--certification-ok:before {
  content: "\e90c";
}
.padi-icons--check-circle:before {
  content: "\e90d";
}
.padi-icons--check-mark:before {
  content: "\e90e";
}
.padi-icons--checklist:before {
  content: "\e90f";
}
.padi-icons--clock:before {
  content: "\e910";
}
.padi-icons--close:before {
  content: "\e911";
}
.padi-icons--covid-warning:before {
  content: "\e912";
}
.padi-icons--credit-card:before {
  content: "\e913";
}
.padi-icons--dislike:before {
  content: "\e914";
}
.padi-icons--dive-suit:before {
  content: "\e915";
}
.padi-icons--diver:before {
  content: "\e916";
}
.padi-icons--download:before {
  content: "\e917";
}
.padi-icons--eCard:before {
  content: "\e918";
}
.padi-icons--email:before {
  content: "\e919";
}
.padi-icons--filters:before {
  content: "\e91a";
}
.padi-icons--form-clear:before {
  content: "\e91b";
}
.padi-icons--gear:before {
  content: "\e91c";
}
.padi-icons--hand-ok:before {
  content: "\e91d";
}
.padi-icons--help:before {
  content: "\e91e";
}
.padi-icons--hide:before {
  content: "\e91f";
}
.padi-icons--knot:before {
  content: "\e920";
}
.padi-icons--like:before {
  content: "\e921";
}
.padi-icons--link-out:before {
  content: "\e922";
}
.padi-icons--logbook:before {
  content: "\e923";
}
.padi-icons--map-marker:before {
  content: "\e924";
}
.padi-icons--menu:before {
  content: "\e926";
}
.padi-icons--menu-meatballs:before {
  content: "\e925";
}
.padi-icons--minus:before {
  content: "\e927";
}
.padi-icons--money:before {
  content: "\e928";
}
.padi-icons--mrkt-device:before {
  content: "\e929";
}
.padi-icons--mrkt-diving:before {
  content: "\e92a";
}
.padi-icons--mrkt-pool:before {
  content: "\e92b";
}
.padi-icons--phone:before {
  content: "\e92d";
}
.padi-icons--play:before {
  content: "\e92e";
}
.padi-icons--plus:before {
  content: "\e92f";
}
.padi-icons--pro-caret-down:before {
  content: "\e930";
}
.padi-icons--pro-caret-left:before {
  content: "\e931";
}
.padi-icons--pro-caret-right:before {
  content: "\e932";
}
.padi-icons--pro-caret-up:before {
  content: "\e933";
}
.padi-icons--pro-close:before {
  content: "\e934";
}
.padi-icons--pro-community:before {
  content: "\e935";
}
.padi-icons--pro-home:before {
  content: "\e936";
}
.padi-icons--pro-menu:before {
  content: "\e937";
}
.padi-icons--search:before {
  content: "\e938";
}
.padi-icons--share:before {
  content: "\e939";
}
.padi-icons--shore:before {
  content: "\e93a";
}
.padi-icons--show:before {
  content: "\e93b";
}
.padi-icons--single-user:before {
  content: "\e93c";
}
.padi-icons--social-X:before {
  content: "\e900";
}
.padi-icons--social-facebook:before {
  content: "\e93e";
}
.padi-icons--social-instagram:before {
  content: "\e93f";
}
.padi-icons--social-tiktok:before {
  content: "\e940";
}
.padi-icons--social-twitter:before {
  content: "\e941";
}
.padi-icons--social-vimeo:before {
  content: "\e942";
}
.padi-icons--social-youtube:before {
  content: "\e943";
}
.padi-icons--sort:before {
  content: "\e944";
}
.padi-icons--specialty-courses:before {
  content: "\e945";
}
.padi-icons--tank:before {
  content: "\e946";
}
.padi-icons--torchbearer:before {
  content: "\e947";
}
.padi-icons--trash:before {
  content: "\e948";
}
.padi-icons--turtle:before {
  content: "\e949";
}
.padi-icons--upload:before {
  content: "\e94a";
}
#block-padisignin i {
  font-size: 22px;
  color: #002547;
}
#block-padisignin i:hover,
#block-padisignin i:active,
#block-padisignin i:focus {
  color: #0070d3;
}
.padi-nav-header__icon {
  font-size: 26px;
  color: #002547;
}
.padi-nav-header__icon:hover,
.padi-nav-header__icon:active,
.padi-nav-header__icon:focus {
  color: #0070d3;
}
.has-background.has-theme-primary-background-color {
  background: #0070d3 !important;
}
.has-red-background-color {
  background: #c82837 !important;
}
.video-facade {
  text-align: center;
}
.video-facade p.video-placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}
.video-facade p.clickNote {
  position: absolute;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.5em;
  border-radius: 1em;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
}
.svgDiv {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 1em;
  z-index: 100;
  width: 150px;
}
@media only screen and (max-width: 767px) {
  .svgDiv {
    width: 55px;
  }
}
.custom-padding::before {
  padding-top: 0 !important;
}
.padi-widget .row {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.promoted-content {
  background: #0070d3;
  display: inline-block;
  padding: 0.5rem 0.75rem;
  color: #fff;
  font-size: 14px;
  margin-bottom: 2rem;
}
.hero,
#dd-carousel {
  top: 0;
  margin: 0;
  width: 100%;
  border-radius: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #ffffff;
  z-index: 1;
}
.single-post .hero,
.single-post #dd-carousel,
.archive .hero,
.archive #dd-carousel {
  height: 55vh;
}
.hero .carousel-caption a,
#dd-carousel .carousel-caption a {
  color: #fff;
}
.hero .hero__media,
#dd-carousel .hero__media,
.hero .hero__media--video,
#dd-carousel .hero__media--video {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero .hero__img,
#dd-carousel .hero__img,
.hero .hero__video,
#dd-carousel .hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.hero:before,
#dd-carousel:before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, var(--hero-overlay-opacity, 0.2));
  z-index: 1;
  pointer-events: none;
}
@media (hover: hover) {
  .hero:hover,
  #dd-carousel:hover {
    transition: all 0.4s;
  }
  .hero:hover .hero__img,
  #dd-carousel:hover .hero__img {
    transform: scale(1.05);
    transition: all 0.4s;
  }
  .hero:hover:before,
  #dd-carousel:hover:before {
    background: rgba(0, 0, 0, var(--hero-overlay-hover-opacity, 0.4));
  }
}
.hero .container-fluid,
#dd-carousel .container-fluid {
  position: relative;
  z-index: 2;
  background: none;
  height: 100%;
}
.hero__content,
#dd-carousel__content {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 5%;
}
.single-post .hero__content,
.single-post #dd-carousel__content {
  height: 100%;
}
@media only screen and (max-width: 550px) {
  .hero__content,
  #dd-carousel__content {
    max-height: 567px;
  }
}
@media only screen and (max-width: 480px) {
  .hero__content,
  #dd-carousel__content {
    justify-content: center;
    padding-top: 0;
  }
}
.hero__content .container,
#dd-carousel__content .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero .hero__title,
#dd-carousel .hero__title {
  font-size: 52px;
  color: #ffffff;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .hero .hero__title,
  #dd-carousel .hero__title {
    font-size: 2.5rem;
  }
}
.hero .hero__title a,
#dd-carousel .hero__title a {
  transition: all 0.4s;
}
.hero .hero__title a:hover,
#dd-carousel .hero__title a:hover,
.hero .hero__title a:active,
#dd-carousel .hero__title a:active,
.hero .hero__title a:focus,
#dd-carousel .hero__title a:focus {
  color: inherit;
  text-decoration: none;
  border-bottom: 3px solid currentColor;
  transition: all 0.4s;
}
.hero .blog-title,
#dd-carousel .blog-title {
  font-size: 48px;
  font-weight: 700;
}
.hero .latest,
#dd-carousel .latest {
  font-size: 18px;
  font-weight: 600;
}
.hero .latest-story-category,
#dd-carousel .latest-story-category {
  color: #fff !important;
  font-weight: 300;
}
.hero .hero-title-section,
#dd-carousel .hero-title-section {
  flex-direction: column;
}
.hero .photo-credit,
#dd-carousel .photo-credit {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 3;
  max-width: calc(100% - 32px);
  padding: 4px 8px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  text-align: right;
}
.hero .photo-credit a,
#dd-carousel .photo-credit a {
  color: inherit;
  text-decoration: underline;
}
.hero .slider-picture::before,
#dd-carousel .slider-picture::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
  pointer-events: none;
  transition: all 0.4s;
}
.hero .slider-picture:hover:before,
#dd-carousel .slider-picture:hover:before {
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.4s;
}
figure.author {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin: 1em;
  display: inline-flex;
}
@media (max-width: 480px) {
  figure.author {
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
    margin: 0;
  }
}
figure.author img {
  width: 60px;
  height: 60px;
}
@media (max-width: 480px) {
  figure.author img {
    width: 45px;
    height: 45px;
  }
}
#trending .col-md-4 {
  margin-bottom: 1.5rem;
  padding-top: 1rem;
}
#trending .col-md-4:hover,
#trending .col-md-4:active,
#trending .col-md-4:focus {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}
#trending .archive-link {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
#trending .featured-image {
  background: transparent;
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.75rem;
  width: 100%;
}
#trending .featured-image img,
#trending .featured-image .img-zoom,
#trending .featured-image .wp-post-image {
  display: block;
  height: auto;
  max-width: none;
  width: 100%;
}
#trending .featured-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s ease;
}
#trending .archive-link:hover .img-zoom {
  transform: scale(1.05);
}
#trending .archive-link:hover .featured-image::after {
  background: rgba(0, 0, 0, 0.18);
}
#trending .card_category {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0.25rem;
  color: #657381;
}
#trending h3.card__title {
  font-size: 20px;
}
#trending a {
  text-decoration: none;
  color: inherit;
}
@media only screen and (max-width: 767px) {
  #trending {
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 16px;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
    margin-left: 0;
    margin-right: 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  #trending::-webkit-scrollbar {
    display: none;
  }
  #trending .col-md-4 {
    flex: 0 0 85%;
    scroll-snap-align: start;
  }
}
.slider-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 12px;
}
@media only screen and (min-width: 599px) {
  .slider-dots {
    display: none;
  }
}
.slider-dots .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ccc;
  border: none;
  padding: 0;
  transition: all 0.2s ease;
}
.slider-dots .dot.active {
  background: #000;
  transform: scale(1.2);
}
@media only screen and (max-width: 767px) {
  .is-mobile-slider {
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 16px;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
    margin-left: 0;
    margin-right: 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .is-mobile-slider::-webkit-scrollbar {
    display: none;
  }
  .is-mobile-slider .col-md-4 {
    flex: 0 0 85%;
    scroll-snap-align: start;
  }
}
@media only screen and (max-width: 767px) {
  .diver-type-slider .is-mobile-slider > .col,
  .diver-type-slider .is-mobile-slider > [class*='col-'] {
    flex: 0 0 85%;
    max-width: 85%;
    scroll-snap-align: start;
  }
}
.featured-image,
.hover-opaque {
  overflow: hidden;
  transition: transform 0.3s;
  position: relative;
  z-index: 1;
}
.featured-image:before,
.hover-opaque:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  pointer-events: none;
  transition: all 0.3s;
  z-index: 2;
}
.is-style-rounded.featured-image:before,
.is-style-rounded.hover-opaque:before {
  transition: all 0.3s;
  border-radius: 50%;
}
.featured-image.zoom-hover .img-zoom,
.hover-opaque.zoom-hover .img-zoom {
  transition: transform 0.3s;
}
.featured-image.zoom-hover:hover .img-zoom,
.hover-opaque.zoom-hover:hover .img-zoom {
  transform: scale(1.1);
  transition: transform 0.3s;
}
.featured-image:hover:before,
.hover-opaque:hover:before {
  background: rgba(0, 0, 0, 0.25);
  transition: all 0.3s;
  z-index: 2;
}
.is-style-rounded.featured-image:hover,
.is-style-rounded.hover-opaque:hover {
  transition: all 0.3s;
  border-radius: 50%;
}
.diver-type-slider a {
  color: #002547;
}
.navbar-searchbar {
  height: 65px;
  padding-top: 10px;
}
.header {
  width: 100%;
  position: relative;
  padding: 0;
  z-index: 2;
}
.header__topbar {
  height: 44px;
  background-color: #ffffff;
}
.header a {
  text-decoration: none;
}
.topbar {
  height: 44px;
  border-bottom: 1px solid #d7dee4;
}
.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 44px;
}
.topbar__left,
.topbar__right {
  display: flex;
  align-items: center;
  height: 100%;
}
.topbar__left {
  flex: 1 1 auto;
  min-width: 0;
}
.topbar__right {
  flex: 0 0 auto;
  gap: 1rem;
  margin-left: auto;
}
.topbar .block-menu,
.topbar .region,
.topbar nav {
  height: 100%;
}
.topbar .region {
  display: flex;
  align-items: center;
}
.topbar .menu {
  display: flex;
  align-items: center;
  height: 100%;
  margin-top: 0;
}
.topbar .menu > li {
  height: 100%;
  padding: 0 15px;
}
.topbar .menu > li > a {
  display: flex;
  align-items: center;
  height: 44px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}
.topbar .menu li:hover,
.topbar .menu .dropdown.open > .dropdown-toggle {
  color: #0070d3;
  cursor: pointer;
}
.topbar .nav > li > a {
  padding-right: 0;
  padding-left: 0;
  color: #002547;
  border-bottom: 3px solid transparent;
}
.topbar .nav > li > a:hover,
.topbar .nav > li > a:active,
.topbar .nav > li > a:focus {
  color: #0070d3;
}
.topbar .nav > li:hover > a {
  border-bottom: 3px solid #0070d3;
}
.topbar .dropdown-menu {
  right: 0;
  left: auto;
}
.topbar .menu-padi-channels a.is-active {
  border-bottom: 3px solid #0070d3;
}
.blog-navbar__inner {
  display: flex;
  align-items: center;
  min-height: 54px;
}
.blog-navbar__brand,
.blog-navbar__actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.blog-navbar__navigation {
  flex: 1 1 auto;
  min-width: 0;
  margin-right: 2rem;
  margin-left: 2rem;
}
.blog-navbar__actions {
  gap: 1rem;
  margin-left: auto;
}
.blog-navbar__toggle,
.blog-navbar .search-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
}
.wpml-ls-legacy-dropdown {
  font-size: 12px;
  font-weight: 600;
  height: 44px;
  line-height: 44px;
  vertical-align: middle;
  padding-top: 8px;
  width: 100px;
  background: none;
  border: none;
}
.wpml-ls-legacy-dropdown a {
  border: none;
  color: #181B1C;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  border: none;
  top: 8px;
  transition: all 0.4s;
}
.wpml-ls-legacy-dropdown a:hover.wpml-ls-item-toggle:after,
.wpml-ls-legacy-dropdown a:active.wpml-ls-item-toggle:after,
.wpml-ls-legacy-dropdown a:focus.wpml-ls-item-toggle:after {
  transform: rotate(180deg);
  transition: all 0.4s;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  width: 170px;
  left: -70px;
}
.searchbox {
  z-index: 1020;
}
.searchbox::after {
  content: '';
  clear: both;
}
.searchbox .form-group {
  margin: 0;
}
.searchbox__icon {
  position: relative;
  padding-left: 10px;
}
.searchbox__icon .icon-search {
  position: absolute;
  top: 26px;
}
.searchbox__form {
  width: 100%;
}
.searchbox__form input[type="text"] {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  height: 42px;
  margin-top: 16px;
  border: 1px solid #E1E5E7 !important;
  border-radius: 21.5px;
  color: #78909c;
  padding-left: 36px;
}
.searchbox__form input[type="text"]:focus {
  box-shadow: none;
}
.searchbox__form .action-bar {
  height: 74px;
  margin: 0;
}
.searchbox__form .action-bar .container {
  width: auto;
  padding: 0;
}
.searchbox__form .action-bar--exposed-filters {
  margin: 0;
}
.searchbox__form .action-bar--load-more {
  display: none;
}
.searchbox__form::-webkit-input-placeholder {
  color: #78909c;
}
.searchbox__form:-ms-input-placeholder {
  color: #78909c;
}
.searchbox__form::-moz-placeholder {
  color: #78909c;
}
.searchbox__form:-moz-placeholder {
  color: #78909c;
}
.searchbox__form input:-webkit-autofill,
.searchbox__form input:-webkit-autofill:hover,
.searchbox__form input:-webkit-autofill:focus,
.searchbox__form input:-webkit-autofill {
  border: none;
  -webkit-text-fill-color: #13191c;
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset;
  transition: background-color 5000s ease-in-out 0s;
}
.searchbox__form label {
  display: none;
}
.searchbox .form-submit {
  display: none;
}
.searchbox .views-view-grid.horizontal.cols-3.clearfix,
.searchbox .views-view-grid.horizontal.cols-3.filter-wrapper {
  display: none;
}
@media (max-width: 1320px) {
  .searchbox {
    width: 100%;
    display: inline-block;
    background-color: #f3f6f8;
    padding: 0 16px;
  }
  .searchbox .searchbox__form {
    width: 80%;
    float: left;
  }
  .searchbox .searchbox__cancel {
    width: 20%;
    float: left;
    font-size: 16px;
    cursor: pointer;
    padding-left: 16px;
    line-height: 72px;
  }
}
@media (min-width: 1321px) {
  .searchbox {
    padding-right: 16px;
  }
  .searchbox .searchbox__cancel {
    display: none;
  }
}
.navbar--transparent .searchbox input[type="text"] {
  background-color: transparent;
  border: 1px solid #ffffff !important;
  color: #ffffff;
}
.navbar--transparent .searchbox::-webkit-input-placeholder {
  color: #ffffff;
}
.navbar--transparent .searchbox:-ms-input-placeholder {
  color: #ffffff;
}
.navbar--transparent .searchbox::-moz-placeholder {
  color: #ffffff;
}
.navbar--transparent .searchbox:-moz-placeholder {
  color: #ffffff;
}
.navbar--transparent .searchbox__icon i {
  color: #ffffff;
}
.floating-cards .card-subject {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0.25rem;
  color: #657381;
}
.floating-cards .card-title {
  color: #002547;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.floating-cards .card-link {
  margin-top: 1rem;
  font-weight: 600;
}
.email-opt-in #email-opt-in {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.email-opt-in .btn {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.menu-padi-sign-in .dropdown-menu li {
  padding: 0 20px;
  margin: 10px 0;
}
.menu-padi-sign-in .dropdown-menu a {
  text-align: center;
  border: 1px solid #E1E5E7;
  display: block;
  padding: 3px 20px;
  font-weight: 400;
  line-height: 1.42857;
  color: #78909c;
  white-space: nowrap;
}
.menu-padi-sign-in .dropdown-menu a:hover {
  border: 1px solid #0070d3;
}
.article-card {
  height: 100%;
}
.article-card a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.article-card a .card-img-top {
  overflow: hidden;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}
.article-card a .card-img-top:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  transition: all 0.3s;
  z-index: 2;
}
.article-card a:hover .card-img-top img,
.article-card a:active .card-img-top img,
.article-card a:focus .card-img-top img {
  transform: scale(1.1);
  transition: transform 0.3s;
}
.article-card a:hover .card-img-top:before,
.article-card a:active .card-img-top:before,
.article-card a:focus .card-img-top:before {
  background: rgba(0, 0, 0, 0.25);
  transition: all 0.3s;
  z-index: 2;
}
.article-card a:hover .card-link,
.article-card a:active .card-link,
.article-card a:focus .card-link {
  text-decoration: none;
}
.article-card a .card-body {
  margin-bottom: 0;
  padding-bottom: 0;
}
.article-card a .article-card-footer {
  padding-left: 1.25rem;
}
.article-card a .article-card-footer .card-link {
  margin-top: 0.5rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: transform 0.25s ease;
  position: relative;
}
.article-card a .article-card-footer .card-link .arrow {
  transition: transform 0.25s ease;
}
.article-card a .article-card-footer .card-link:hover {
  transform: translateX(4px);
}
.article-card a .article-card-footer .card-link:hover .arrow {
  transform: translateX(4px);
}
.article-card a .article-card-footer .card-link:after {
  content: "→";
  margin-left: 6px;
  opacity: 0;
  transform: translateX(-4px);
  transition: all 0.25s ease;
}
.article-card a .article-card-footer .card-link:hover::after {
  opacity: 1;
  transform: translateX(0);
}
@media only screen and (max-width: 767px) {
  ul#LatestPosts {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 -15px 1rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0.75rem 15px 0.35rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-color: rgba(0, 37, 71, 0.35) transparent;
    scrollbar-width: thin;
  }
  ul#LatestPosts::-webkit-scrollbar {
    height: 4px;
  }
  ul#LatestPosts::-webkit-scrollbar-track {
    background: transparent;
  }
  ul#LatestPosts::-webkit-scrollbar-thumb {
    background: rgba(0, 37, 71, 0.35);
    border-radius: 999px;
  }
  ul#LatestPosts .nav-item {
    flex: 0 0 auto;
    margin-right: 1rem;
  }
  ul#LatestPosts .nav-link {
    font-size: 0.875rem;
    font-weight: 700;
    padding: 0.25rem 0;
    white-space: nowrap;
  }
}
ul#LatestPosts li > a.nav-link {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  ul#LatestPosts li > a.nav-link {
    font-size: 14px;
    padding: 0.25rem 0.5rem 0.25rem 0;
  }
}
ul#LatestPosts li > a.nav-link span {
  position: relative;
  display: inline-block;
}
ul#LatestPosts li > a.nav-link span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background: #0070d3;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
ul#LatestPosts li > a.nav-link:hover span::after,
ul#LatestPosts li > a.nav-link.active span::after,
ul#LatestPosts li > a.nav-link:focus span::after {
  transform: scaleX(1);
}
ul#LatestPosts .nav-item:nth-of-type(1) a.nav-link {
  margin-left: 0;
  padding-left: 0;
}
.slider-dots {
  margin-bottom: 1.5rem;
}
#LatestPosts-Content a:hover img.wp-post-image,
.simple-article-link a:hover img.wp-post-image {
  transform: scale(1.1) translateY(-5%);
  transition: transform 0.3s;
}
#LatestPosts-Content figure.zoom-hover,
.simple-article-link figure.zoom-hover {
  max-height: 275px;
  overflow: hidden;
  position: relative;
}
#LatestPosts-Content figure.zoom-hover:before,
.simple-article-link figure.zoom-hover:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  z-index: 2;
}
#LatestPosts-Content figure.zoom-hover img,
.simple-article-link figure.zoom-hover img {
  transition: all 0.3s;
}
.tag-card-link {
  text-decoration: none;
}
.tag-card-link .tag-card {
  border-radius: 10px;
  margin-bottom: 2rem;
  border: 1px solid #002547;
  height: 74px;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .tag-card-link .tag-card {
    margin-bottom: 0;
  }
}
.tag-card-link .tag-card-image {
  max-height: 40px;
  max-width: 40px;
  width: auto;
  height: auto;
}
.tag-card-link:hover,
.tag-card-link:active,
.tag-card-link:focus {
  text-decoration: none;
}
.tag-card-link:hover .tag-card,
.tag-card-link:active .tag-card,
.tag-card-link:focus .tag-card {
  text-decoration: none;
  background: #93c1e7;
  transition: all 0.3s;
}
.tag-card-link:hover .tag-title,
.tag-card-link:active .tag-title,
.tag-card-link:focus .tag-title {
  text-decoration: none !important;
}
@media only screen and (min-width: 768px) {
  .offset-md-15 {
    margin-left: 15% !important;
  }
}
a.wp-block-button__link {
  background-color: #0070d3;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.02em;
  display: inline-block;
  color: #fff;
  padding: 14px 16px;
  margin: 0;
  width: 100%;
  line-height: 1;
  border: 1px solid transparent;
  box-shadow: 0 0 0 4px transparent;
  border-radius: 4px;
}
a.wp-block-button__link:hover,
a.wp-block-button__link:active,
a.wp-block-button__link:focus {
  background-color: #2257be !important;
  color: #fff;
  text-decoration: none;
}
a p.body-text {
  color: #002547;
}
a.no-underline:hover {
  text-decoration: none;
}
#optin-container {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  #optin-container {
    padding: 1.25rem 1rem 1.35rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  #optin-container p {
    font-size: 1rem;
  }
  #optin-container p[style*="font-size:32px"] {
    font-size: 1.75rem !important;
    line-height: 1.15;
  }
  #optin-container .wp-block-group.col-md-6 {
    padding-left: 0;
    padding-right: 0;
  }
}
.single footer.entry-footer {
  border-top: 1px solid #e9ecef;
  padding-top: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.single footer.entry-footer .tags-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.single footer.entry-footer .tags-links .tag {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.single footer.entry-footer .tags-links a {
  display: inline-block;
  padding: 0.3rem 0.65rem;
  background: #e9ecef;
  border-radius: 999px;
  color: #002547;
  font-size: 0.8125rem;
  line-height: 1.15;
  text-decoration: none;
  text-transform: none;
  transition: background-color 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}
.single footer.entry-footer .tags-links a:hover,
.single footer.entry-footer .tags-links a:focus {
  background: #d1d8de;
  color: #002547;
  text-decoration: none;
}
.single #emailOptIn {
  padding: 0;
}
@media (max-width: 767.98px) {
  .single .entry-header {
    padding: 1rem 0;
  }
  .single .entry-header .row {
    display: block;
  }
  .single .entry-header .col-md-6 {
    max-width: 100%;
    width: 100%;
  }
  .single .entry-header .border-right {
    border-right: 0 !important;
  }
  .single .entry-header .text-right {
    text-align: left !important;
  }
  .single .entry-header .author-name {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
  }
  .single .entry-header figure.author {
    margin: 0 1rem 0 0;
  }
  .single .entry-header .byline,
  .single .entry-header .post-reading-time {
    text-align: left;
  }
  .single #emailOptIn {
    padding: 1rem;
  }
  .single #emailOptIn figure,
  .single #emailOptIn .email-optin-image {
    display: none;
  }
  .single #content,
  .single #content-wrap,
  .single #single,
  .single footer#post-footer {
    min-width: 0;
    width: 100%;
    max-width: 100%;
  }
  .single .is-mobile-slider {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .single .is-mobile-slider > [class*='col-'] {
    flex: 0 0 94%;
    max-width: 94%;
    min-width: 0;
    padding-left: 0;
    padding-right: 1rem;
    scroll-snap-align: start;
  }
  .single .is-mobile-slider > [class*='col-']:last-child {
    padding-right: 0;
  }
  .single .is-mobile-slider .post__holder,
  .single .is-mobile-slider .archive-link,
  .single .is-mobile-slider figure {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .single .is-mobile-slider img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .single footer#post-footer {
    padding-left: 0;
    padding-right: 0;
  }
}
.single .entry-header {
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
  margin-bottom: 2rem !important;
  padding: 1rem 0;
}
.single .author-hover-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.single .author-hover-card {
  position: absolute;
  left: 50%;
  z-index: 10;
  width: 280px;
  padding: 16px;
  background: #fff;
  border: 1px solid #e9ecef;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  color: #002547;
  font-size: 14px;
  line-height: 1.5;
  opacity: 0;
  pointer-events: none;
  text-align: left;
  transform: translate(-50%, 8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  visibility: hidden;
  top: 100%;
  margin-top: 10px;
}
.single .author-hover-card:before {
  content: '';
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  height: 12px;
}
.single .author-name:hover .author-hover-card,
.single .author-name:focus-within .author-hover-card,
.single .author-hover-wrap:hover .author-hover-card,
.single .author-hover-wrap:focus-within .author-hover-card {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
  visibility: visible;
}
.single .byline .author-hover-card {
  left: 0;
  transform: translate(0, 8px);
}
.single .byline .author-hover-wrap:hover .author-hover-card,
.single .byline .author-hover-wrap:focus-within .author-hover-card {
  transform: translate(0, 0);
}
.single .author-hover-card__bio p:last-child {
  margin-bottom: 0;
}
.single .author-hover-card .padi-author-social-icons {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}
.single .author-hover-card .padi-author-social-icons a {
  margin-right: 0 !important;
}
.single .author-hover-card .padi-author-social-icons svg {
  width: 24px;
  height: 24px;
}
.single footer#colophon {
  margin-top: 2rem;
}
ul#main-menu li.current-post-category-menu-item > a.nav-link::after,
ul#main-menu li.current-menu-item > a.nav-link::after {
  transform: scaleX(1);
}
ul#main-menu ul.dropdown-menu {
  border: none;
}
hr.wp-block-separator {
  color: #e9ecef;
  margin: 2rem 0;
  border-top: 1px solid;
}
.aware-infographic {
  margin-bottom: 3rem;
  background: #c82837;
  color: #fff;
}
@media only screen and (min-width: 767px) {
  .aware-infographic {
    padding: 48px;
  }
}
.aware-infographic .stat-card {
  background: rgba(0, 0, 0, 0.3);
  padding: 20px;
  margin-bottom: 1.25rem;
}
.aware-infographic .stat-card p:first-child {
  text-transform: uppercase;
  font-size: 20px;
}
.aware-infographic .stat-card p:last-child {
  font-size: 32px;
  font-weight: 700;
}
.article-card__primary-category {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
p.card__title.h4 {
  margin-bottom: 0.25rem;
}
#infinite .col-md-4 {
  margin-bottom: 0.5rem;
}
/** General Media Queries
*   Generic Mobile Configs
**/
@media (max-width: 767px) {
  .aware-infographic .wp-block-dd-column.col.justify-content-end.d-flex {
    order: 1;
  }
  .aware-infographic .wp-block-dd-column.col-md-8 {
    order: 2;
  }
  #tag-row.row {
    gap: 5px;
  }
  #tag-row.row .col-6 {
    margin: 0;
    padding: 5px;
    flex: 1 0 46%;
  }
  #tag-row {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  #tag-row > .col {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    margin-bottom: 0.5rem;
  }
  #tag-row .tag-card {
    padding: 0.4rem 0.5rem !important;
    min-height: 48px;
  }
  #tag-row .tag-card-image {
    width: 30px;
    height: 30px;
    margin-right: 0.5rem !important;
  }
  #tag-row .tag-title {
    font-size: 0.875rem;
    line-height: 1.15;
    margin-bottom: 0 !important;
  }
  #tag-row svg {
    width: 14px;
    height: 18px;
    margin-left: 0.35rem !important;
    flex: 0 0 auto;
  }
  .archive .author-wrapper {
    margin-bottom: 1rem;
  }
  #emailOptIn {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
  .simple-article-link {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 16px;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
    margin-left: 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .simple-article-link::-webkit-scrollbar {
    display: none;
  }
  .simple-article-link > a {
    flex: 0 0 85%;
    scroll-snap-align: start;
    text-decoration: none;
  }
  .simple-article-link > a .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .simple-article-link > a .col-8,
  .simple-article-link > a .col-4 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .simple-article-link > a .article-card {
    margin-bottom: 10px;
  }
  .simple-article-link > a img {
    width: 100%;
    height: auto;
    border-radius: 4px;
  }
  .simple-article-link hr {
    display: none;
  }
  #dd-carousel .carousel-item {
    height: 520px;
    min-height: 520px;
    overflow: hidden;
  }
  #dd-carousel .slider-picture {
    display: block;
    height: 100%;
    margin: 0;
  }
  #dd-carousel .slider-picture img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    width: 100%;
  }
  #dd-carousel .carousel-caption {
    bottom: 1.85rem;
    left: 1.25rem;
    padding: 0;
    right: 1.25rem;
    text-align: center;
    top: auto;
    width: auto;
    transform: none;
  }
  #dd-carousel .hero__content {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
  }
  #dd-carousel .hero-title-section,
  #dd-carousel #hero-meta {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  #dd-carousel .latest-story-category {
    font-size: 0.95rem;
    line-height: 1.25;
    margin-bottom: 0.5rem;
  }
  #dd-carousel .hero__title {
    font-size: clamp(2rem, 8.25vw, 2.7rem);
    line-height: 1.08;
    margin: 0 auto 1rem 1.15rem;
    max-width: 22rem;
  }
  #dd-carousel .hero__title a {
    display: block;
  }
  #dd-carousel #hero-meta #author {
    padding-left: 0;
    padding-right: 0;
  }
  #dd-carousel #hero-meta .author {
    margin-bottom: 0.35rem;
  }
  #dd-carousel #hero-meta .author-name,
  #dd-carousel #hero-meta .author-date {
    font-size: 0.95rem;
    line-height: 1.25;
  }
  .home-main .entry-content > .wp-block-dd-container:first-child {
    padding-top: 1.75rem;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  #dd-carousel .hero__title {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
@media (max-width: 1320px) {
  .navbar-searchbar {
    height: 65px;
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .hero .hero__title {
    font-size: clamp(2rem, 9vw, 2.375rem);
    line-height: 1.08;
    margin-bottom: 1rem;
  }
  .hero .hero_excerpt {
    font-size: 1rem;
    line-height: 1.45;
  }
}
.footer#colophon {
  color: #ffffff;
  font-size: 14px;
}
.footer#colophon li a {
  font-size: 13px;
  display: block;
  font-weight: 500;
  color: #fff;
  padding: 10px 0;
  line-height: 1.5;
}
.footer#colophon #padi-services li a {
  font-size: 17px;
  font-weight: bold;
  color: #fff;
}
.footer#colophon #padi-services li:first-of-type a {
  padding-top: 0;
}
.footer#colophon a {
  color: rgba(255, 255, 255, 0.85);
  transition: all 0.2s ease;
}
.footer#colophon a:hover {
  color: #ffffff;
  text-decoration: none;
}
.footer#colophon h5,
.footer#colophon h6 {
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
  font-size: 13px;
}
.footer#colophon .footer .btn {
  background: #1e73be;
  border: none;
  font-weight: 600;
  padding: 10px 16px;
  border-radius: 3px;
}
.footer#colophon .footer .btn:hover {
  background: #185e9b;
}
.footer#colophon .social-links {
  margin-top: 15px;
}
.footer#colophon .social-links a {
  font-size: 16px;
  margin-right: 12px;
  display: inline-block;
}
.footer#colophon .social-links span.icon {
  font-size: 20px;
}
.footer#colophon .footer__logo {
  display: block;
  margin: 0 auto;
  width: 228px;
}
.footer#colophon .footer-links a,
.footer#colophon .footer-links span {
  font-size: 11px;
  padding: 0 8px;
}
.archive .page-header {
  margin-top: 2rem;
}
.archive .author-name a {
  font-size: 14px;
  margin-left: 1.25ch;
}
.archive .taxonomy-description {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}
.title-case {
  text-transform: capitalize;
}
@media (max-width: 767.98px) {
  .archive .taxonomy-description {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
  }
  .archive #mobile-slide-wrap {
    max-width: 100vw;
    overflow: hidden;
  }
  .archive #mobile-slide-wrap .is-mobile-slider {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .archive #mobile-slide-wrap .is-mobile-slider > [class*='col-'] {
    flex: 0 0 85%;
    max-width: 85%;
    min-width: 0;
    padding-left: 0;
    padding-right: 1rem;
    scroll-snap-align: start;
  }
  .archive #mobile-slide-wrap .is-mobile-slider > [class*='col-']:last-child {
    padding-right: 0;
  }
  .archive #mobile-slide-wrap .is-mobile-slider .post__holder,
  .archive #mobile-slide-wrap .is-mobile-slider .archive-link,
  .archive #mobile-slide-wrap .is-mobile-slider figure,
  .archive #mobile-slide-wrap .is-mobile-slider img {
    max-width: 100%;
    min-width: 0;
  }
  .archive #mobile-slide-wrap .is-mobile-slider img {
    display: block;
    width: 100%;
    height: auto;
  }
  .archive #mobile-slide-wrap .is-mobile-slider .body-text {
    display: none;
  }
  input#email-opt-in {
    padding-left: 16px;
  }
  #LatestPosts-Content .text-center.mt-4 {
    margin-top: 1.5rem !important;
  }
  #LatestPosts-Content .is-mobile-slider > [class*='col'] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  #LatestPosts-Content .zoom-hover {
    margin-bottom: 1rem;
  }
  #LatestPosts-Content .h4 {
    margin-bottom: 0.5rem;
  }
  #LatestPosts-Content p.text-dark {
    margin-bottom: 0.75rem;
  }
  #LatestPosts-Content .author-info {
    margin-top: 0.75rem;
  }
  .aware-infographic {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .aware-infographic .wp-block-dd-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .aware-infographic h2 {
    font-size: 2rem;
    line-height: 1.1;
    margin-bottom: 1rem;
  }
  .aware-infographic .subtitle {
    font-size: 0.95rem;
    line-height: 1.35;
    margin-bottom: 1.25rem;
  }
  .aware-infographic .wp-block-image {
    margin-bottom: 1.25rem;
    margin-top: 0;
  }
  .aware-infographic .wp-block-image img {
    height: auto;
    width: 70px;
  }
  .aware-infographic .justify-content-end {
    justify-content: flex-start !important;
  }
  .aware-infographic .stat-row {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
    margin-bottom: 0;
  }
  .aware-infographic .stat-row > .wp-block-dd-column {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
  .aware-infographic .stat-card {
    margin-bottom: 0.75rem;
    min-height: 0;
    padding: 0.85rem;
  }
  .aware-infographic .stat-card p {
    margin-bottom: 0;
  }
  .aware-infographic .stat-card p:first-child {
    font-size: 0.75rem;
    line-height: 1.2;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
  }
  .aware-infographic .stat-card p:last-child {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
  }
  .aware-infographic .wp-block-dd-button {
    margin-top: 0.5rem;
  }
  .padi-club-section {
    padding-top: 1.75rem;
    padding-bottom: 0;
  }
  .padi-club-section .wp-block-dd-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .padi-club-section .wp-block-image.is-resized {
    margin-bottom: 1rem;
  }
  .padi-club-section .wp-block-image.is-resized img {
    height: auto;
    max-width: 180px;
  }
  .padi-club-section .article-card .px-3 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .padi-club-section .article-card .h4 {
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 0.75rem;
  }
  .padi-club-section .article-card p.text-dark {
    font-size: 1rem;
    line-height: 1.45;
    margin-bottom: 1rem;
  }
  .padi-club-section .simple-article-link {
    margin-top: 1.5rem;
    padding-left: 0;
    margin-left: 0;
    scroll-padding-left: 15px;
  }
  .padi-club-section .simple-article-link > a {
    display: block;
    margin-right: 0;
  }
  .padi-club-section .simple-article-link > a:first-of-type {
    margin-left: 15px;
  }
  .padi-club-section .simple-article-link .article-title {
    font-size: 1rem;
    line-height: 1.25;
  }
  footer.entry-footer {
    margin-bottom: 1.5rem;
  }
  footer.entry-footer .tags-links,
  footer.entry-footer .tags-links .tag {
    gap: 0.35rem;
    margin-bottom: 0;
  }
  footer.entry-footer .tags-links a {
    font-size: 0.75rem;
    padding: 0.25rem 0.55rem;
  }
}
.header-ads {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1rem 0;
  gap: 0.25rem;
}
#LatestPosts-Content .btn {
  margin-bottom: 1rem;
}
/*# sourceMappingURL=custom.css.map */