/*
----------------------------------------------------

Theme Name: Outdoor Movies - Guide Section
Theme URI: http://www.outdoor-movies.com/support/guide
Version: 1.1.0 112525
Author: Mark Pack - ClickResults
Author URI: clickresults.us
License: Outdoor Movies, 2025

----------------------------------------------------
*/
/* ############ */
/* ### GRID ### */
/* ############ */
/* ############## */
/* ### COLORS ### */
/* ############## */
/* #################### */
/* ### MODULE: Hero ### */
/* #################### */
.guide-hero {
  width: 100%;
  height: 370px;
  overflow: hidden;
  position: relative;
  margin-bottom: 0px;
  background: #000000;
}
.guide-hero.is-hidden .hero-text i,
.guide-hero.is-hidden .hero-text .text-title,
.guide-hero.is-hidden .hero-text h2,
.guide-hero.is-hidden .hero-text h1,
.guide-hero.is-hidden .hero-text p {
  opacity: 0;
  -moz-transform: translateY(25px);
  -webkit-transform: translateY(25px);
  -o-transform: translateY(25px);
  -ms-transform: translateY(25px);
  transform: translateY(25px);
}
.guide-hero.size-large {
  height: 660px;
}
.guide-hero.size-normal {
  height: 370px;
}
.guide-hero .hero-text {
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: table;
  position: absolute;
}
.guide-hero .hero-text .text-align {
  text-align: center;
  display: table-cell;
  color: #ffffff;
  vertical-align: middle;
}
.guide-hero .hero-text .text-align i {
  width: 60px;
  height: 60px;
  display: block;
  text-align: center;
  margin: 0 auto 25px auto;
  -webkit-transition: all 1750ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 1750ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 1750ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1750ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.guide-hero .hero-text .text-align i svg {
  opacity: 1;
  position: relative;
  fill: #ffffff;
}
.guide-hero .hero-text .text-align .text-title,
.guide-hero .hero-text .text-align h2,
.guide-hero .hero-text .text-align h1,
.guide-hero .hero-text .text-align p {
  width: 75%;
  /* margin: 0 auto;*/
  font-size: 18px;
  margin: 10px auto 0 auto;
  letter-spacing: 0.25px;
  font-family: 'robotolight';
}
.guide-hero .hero-text .text-align .text-title {
  font-size: 18px;
  margin-bottom: 25px;
  letter-spacing: 0.25px;
  font-family: 'robotolight';
  -webkit-transition: all 1750ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 1750ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 1750ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1750ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.guide-hero .hero-text .text-align h1,
.guide-hero .hero-text .text-align h2 {
  font-size: 36px;
  line-height: 125%;
  letter-spacing: -0.25px;
  font-family: 'robotolight';
  -webkit-transition: all 1750ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 1750ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 1750ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1750ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.guide-hero .hero-text .text-align p {
  opacity: 0.7;
  font-size: 20px;
  margin-top: 25px;
  line-height: 175%;
  letter-spacing: 0.1px;
  font-family: 'robotolight';
  -webkit-transition: all 1750ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 1750ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 1750ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1750ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
@media only screen and (min-width: 768px) and (max-width: 1225px) {
  .guide-hero .hero-text .text-align span,
  .guide-hero .hero-text .text-align h1,
  .guide-hero .hero-text .text-align p {
    width: 100%;
    padding: 0 150px;
  }
}
.guide-hero .hero-figure {
  z-index: 1;
  /* top: -15px;*/
  top: 0;
  left: 0;
  width: 100%;
  height: 105%;
  overflow: hidden;
  position: absolute;
  background: #000000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.guide-hero .hero-figure .image-align-top-center {
  background-position: top center;
}
.guide-hero .hero-figure .image-align-bottom-center {
  background-position: bottom center;
}
.guide-hero .hero-figure .figure-url {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
}
.guide-hero .hero-figure .hero-video {
  left: 0;
  z-index: 2;
  top: -15px;
  width: 100%;
  height: 105%;
  overflow: hidden;
  position: absolute;
  background: #000000;
}
.guide-hero .hero-figure .hero-video .video-url {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  object-position: 0% 100%;
}
.guide-hero .hero-figure .hero-background {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: -moz-linear-gradient(-45deg, #365574 0%, #1f3952 100%);
  background: -webkit-linear-gradient(-45deg, #365574 0%, #1f3952 100%);
  background: linear-gradient(135deg, #365574 0%, #1f3952 100%);
}
@media only screen and (min-width: 768px) and (max-width: 1225px) {
  .guide-hero.size-large {
    height: 500px;
  }
}
/*.guide-hero {
    margin-bottom: 0;
    overflow: hidden;
    .hero-text {
        .text-align {
            p {
                font-size: 18px;
                margin-top: 10px;
                letter-spacing: 0.25px;
                font-family: 'robotolight';
            }
        }
    }
    .hero-figure {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        //opacity: 0.5;
        position: absolute;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}
*/
/* ####################################### */
/* ### MODULE: Guide Category Blocks   ### */
/* ####################################### */
/* ####################################### */
/* ### MODULE: Guide Title Blocks      ### */
/* ####################################### */
.guide-category-blocks,
.guide-title-blocks {
  padding: 50px 0;
  position: relative;
}
.guide-category-blocks .blocks-container,
.guide-title-blocks .blocks-container {
  margin: 0 auto;
  margin-bottom: 80px;
  position: relative;
  max-width: 1235px;
}
.guide-category-blocks .blocks-container .blocks-header,
.guide-title-blocks .blocks-container .blocks-header {
  width: 58.33%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
}
.guide-category-blocks .blocks-container .blocks-header h2,
.guide-title-blocks .blocks-container .blocks-header h2 {
  font-size: 36px;
  position: relative;
  letter-spacing: -0.1px;
  font-family: 'robotolight';
}
.guide-category-blocks .blocks-container .blocks-header p,
.guide-title-blocks .blocks-container .blocks-header p {
  color: #5a5a5a;
  margin-top: 25px;
  font-size: 18px;
  line-height: 175%;
  position: relative;
  letter-spacing: 0.1px;
  font-family: 'robotolight';
}
.guide-category-blocks .blocks-container .blocks-columns,
.guide-title-blocks .blocks-container .blocks-columns {
  height: auto;
  overflow: hidden;
  padding: 0 8.33%;
}
.guide-category-blocks .blocks-container .blocks-columns .blocks-column,
.guide-title-blocks .blocks-container .blocks-columns .blocks-column {
  width: 50%;
  float: left;
}
.guide-category-blocks .blocks-container .blocks-columns .blocks-column:nth-child(odd),
.guide-title-blocks .blocks-container .blocks-columns .blocks-column:nth-child(odd) {
  padding-right: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .guide-category-blocks .blocks-container .blocks-columns .blocks-column:nth-child(odd),
  .guide-title-blocks .blocks-container .blocks-columns .blocks-column:nth-child(odd) {
    padding-right: 15px;
  }
}
.guide-category-blocks .blocks-container .blocks-columns .blocks-column:nth-child(even),
.guide-title-blocks .blocks-container .blocks-columns .blocks-column:nth-child(even) {
  padding-left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .guide-category-blocks .blocks-container .blocks-columns .blocks-column:nth-child(even),
  .guide-title-blocks .blocks-container .blocks-columns .blocks-column:nth-child(even) {
    padding-left: 15px;
  }
}
.guide-category-blocks .blocks-container .blocks-columns .blocks-column .block-container,
.guide-title-blocks .blocks-container .blocks-columns .blocks-column .block-container {
  width: 100%;
  padding-bottom: 70%;
  margin-bottom: 25px;
  background-color: #000000;
  box-shadow: -5px 5px 18px 0px rgba(0, 0, 0, 0.25);
  position: relative;
}
.guide-category-blocks .blocks-container .blocks-columns .blocks-column .block-container a,
.guide-title-blocks .blocks-container .blocks-columns .blocks-column .block-container a {
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
}
.guide-category-blocks .blocks-container .blocks-columns .blocks-column .block-container i,
.guide-title-blocks .blocks-container .blocks-columns .blocks-column .block-container i {
  top: 50%;
  z-index: 1;
  width: 100%;
  height: 60px;
  text-align: center;
  position: absolute;
  margin: -30px 0 0 0;
}
.guide-category-blocks .blocks-container .blocks-columns .blocks-column .block-container i svg,
.guide-title-blocks .blocks-container .blocks-columns .blocks-column .block-container i svg {
  opacity: 1;
  position: relative;
  fill: #ffffff;
}
.guide-category-blocks .blocks-container .blocks-columns .blocks-column .block-container .image-url,
.guide-title-blocks .blocks-container .blocks-columns .blocks-column .block-container .image-url {
  top: 0;
  left: 0;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.guide-category-blocks .blocks-container .blocks-columns .blocks-column .block-container .block-text,
.guide-title-blocks .blocks-container .blocks-columns .blocks-column .block-container .block-text {
  color: #ffffff;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -40%);
  width: 100%;
  padding: 40px;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .guide-category-blocks .blocks-container .blocks-columns .blocks-column .block-container .block-text,
  .guide-title-blocks .blocks-container .blocks-columns .blocks-column .block-container .block-text {
    top: 35%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .guide-category-blocks .blocks-container .blocks-columns .blocks-column .block-container .block-text,
  .guide-title-blocks .blocks-container .blocks-columns .blocks-column .block-container .block-text {
    padding: 30px;
  }
}
.guide-category-blocks .blocks-container .blocks-columns .blocks-column .block-container .block-text h3,
.guide-title-blocks .blocks-container .blocks-columns .blocks-column .block-container .block-text h3 {
  text-align: center;
  font-size: 24px;
  padding: 8px;
  font-family: 'robotolight';
  font-weight: 600;
  line-height: 36px;
  text-shadow: 2px 2px 2px #000000ab;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .guide-category-blocks .blocks-container .blocks-columns .blocks-column .block-container .block-text h3,
  .guide-title-blocks .blocks-container .blocks-columns .blocks-column .block-container .block-text h3 {
    line-height: 32px;
  }
}
.guide-category-blocks .blocks-container .blocks-columns .blocks-column .block-container .block-text p,
.guide-title-blocks .blocks-container .blocks-columns .blocks-column .block-container .block-text p,
.guide-category-blocks .blocks-container .blocks-columns .blocks-column .block-container .block-text li,
.guide-title-blocks .blocks-container .blocks-columns .blocks-column .block-container .block-text li {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 175%;
  margin-bottom: 25px;
  letter-spacing: 0.1px;
  font-family: 'robotolight';
}
.guide-category-blocks .blocks-container .blocks-columns .blocks-column .block-container .block-text li,
.guide-title-blocks .blocks-container .blocks-columns .blocks-column .block-container .block-text li {
  margin: 0;
  position: relative;
  padding-left: 30px;
  padding-bottom: 15px;
}
.guide-category-blocks .blocks-container .blocks-columns .blocks-column .block-container .block-text li:before,
.guide-title-blocks .blocks-container .blocks-columns .blocks-column .block-container .block-text li:before {
  left: 0;
  top: 5px;
  opacity: 0.7;
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url('../svg/icon-list-item.svg');
}
.guide-category-blocks .blocks-container .blocks-columns .blocks-column .block-container .block-text li a,
.guide-title-blocks .blocks-container .blocks-columns .blocks-column .block-container .block-text li a {
  color: #3399ff;
}
.guide-category-blocks .blocks-container .blocks-columns .blocks-column .block-container .block-text li:last-of-type,
.guide-title-blocks .blocks-container .blocks-columns .blocks-column .block-container .block-text li:last-of-type {
  padding-bottom: 0;
}
.guide-category-blocks .blocks-container .blocks-columns .blocks-column .block-container .block-button,
.guide-title-blocks .blocks-container .blocks-columns .blocks-column .block-container .block-button {
  height: auto;
  overflow: hidden;
  margin-top: 25px;
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .guide-category-blocks .blocks-container .blocks-columns .blocks-column .block-container .block-button,
  .guide-title-blocks .blocks-container .blocks-columns .blocks-column .block-container .block-button {
    bottom: 10%;
  }
}
.guide-category-blocks .blocks-container .blocks-columns .blocks-column .block-container .block-button a,
.guide-title-blocks .blocks-container .blocks-columns .blocks-column .block-container .block-button a {
  float: left;
  height: 45px;
  font-size: 16px;
  line-height: 43px;
  position: relative;
  color: #ffffff;
  border-radius: 45px;
  margin: 0 20px 5px 0;
  padding: 0 50px 0 25px;
  background: #3399ff;
  display: inline-block;
  transition: background-color 0.15s ease, box-shadow 0.2s ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .guide-category-blocks .blocks-container .blocks-columns .blocks-column .block-container .block-button a,
  .guide-title-blocks .blocks-container .blocks-columns .blocks-column .block-container .block-button a {
    height: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .guide-category-blocks .blocks-container .blocks-columns .blocks-column .block-container .block-button a,
  .guide-title-blocks .blocks-container .blocks-columns .blocks-column .block-container .block-button a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .guide-category-blocks .blocks-container .blocks-columns .blocks-column .block-container .block-button a,
  .guide-title-blocks .blocks-container .blocks-columns .blocks-column .block-container .block-button a {
    padding: 0 40px 0 20px;
  }
}
.guide-category-blocks .blocks-container .blocks-columns .blocks-column .block-container .block-button a:hover,
.guide-title-blocks .blocks-container .blocks-columns .blocks-column .block-container .block-button a:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  background: #2e8be8;
  transform: scale(1.02);
}
.guide-category-blocks .blocks-container .blocks-columns .blocks-column .block-container .block-button a:last-of-type,
.guide-title-blocks .blocks-container .blocks-columns .blocks-column .block-container .block-button a:last-of-type {
  margin-right: 0;
}
.guide-category-blocks .blocks-container .blocks-columns .blocks-column .block-container .block-button a:after,
.guide-title-blocks .blocks-container .blocks-columns .blocks-column .block-container .block-button a:after {
  top: 0;
  width: 6px;
  right: 25px;
  content: '';
  height: 45px;
  position: absolute;
  background-size: 6px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('../svg/icon-arrow-button.svg');
}
.guide-category-blocks .blocks-container {
  margin: 0 auto;
}
#owner-guides {
  /* Set the margin equal to the height of fixed header */
  scroll-margin-top: 76px;
}
/* ############################### */
/* ### MODULE: Guide - Article ### */
/* ############################### */
.guide-article {
  position: relative;
  background: #ffffff;
}
.guide-article .article-container {
  padding: 0 100px 100px 100px;
  margin: 0 0;
  /* was 0 auto */
  max-width: 850px;
  /* was @container */
  /*        .wp-caption img,
        .wp-caption {
            width: auto !important;
            max-width: 100% !important;
            height: auto !important;
        }*/
}
.guide-article .article-container h2 {
  font-size: 30px;
  line-height: 120%;
  position: relative;
  color: #333333;
  padding: 16px 0 18px 0;
  letter-spacing: 0.1px;
  font-family: 'robotolight';
  font-weight: 600;
}
.guide-article .article-container h3 {
  font-size: 26px;
  line-height: 150%;
  padding-bottom: 15px;
  font-family: 'robotolight';
  color: #333333;
  font-weight: 500;
  scroll-margin-top: 66px;
}
.guide-article .article-container p {
  font-size: 18px;
  color: #333333;
  line-height: 175%;
  position: relative;
  padding-bottom: 15px;
  letter-spacing: 0.1px;
  font-family: 'robotolight';
}
.guide-article .article-container sup {
  font-size: smaller;
  /* or 0.83em, 75%, etc. */
}
.guide-article .article-container sup > a {
  color: #333333;
}
.guide-article .article-container ul,
.guide-article .article-container ol {
  padding-left: 25px;
  padding-bottom: 15px;
  margin-left: 20px;
}
.guide-article .article-container ul li,
.guide-article .article-container ol li {
  font-size: 18px;
  color: #333333;
  line-height: 175%;
  letter-spacing: 0.1px;
  font-family: 'robotolight';
  padding-bottom: 12px;
  list-style: disc;
  list-style-position: outside;
}
.guide-article .article-container ul li:last-of-type,
.guide-article .article-container ol li:last-of-type {
  padding-bottom: 0;
}
.guide-article .article-container ul li > ul,
.guide-article .article-container ol li > ul,
.guide-article .article-container ul li ol,
.guide-article .article-container ol li ol {
  margin-top: 10px;
  margin-left: 15px;
  padding-bottom: 0;
}
.guide-article .article-container ul li > ul li,
.guide-article .article-container ol li > ul li,
.guide-article .article-container ul li ol li,
.guide-article .article-container ol li ol li {
  list-style: circle;
  padding-bottom: 10px;
}
.guide-article .article-container ul li > ul li:last-of-type,
.guide-article .article-container ol li > ul li:last-of-type,
.guide-article .article-container ul li ol li:last-of-type,
.guide-article .article-container ol li ol li:last-of-type {
  padding-bottom: 0;
}
.guide-article .article-container img {
  max-width: 100%;
  height: auto;
  scroll-margin-top: 66px;
}
.guide-article .article-container blockquote {
  position: relative;
  padding: 25px 0 25px 100px;
}
.guide-article .article-container blockquote:before {
  left: 0;
  top: 40px;
  width: 30px;
  content: '';
  height: 35px;
  position: absolute;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('../svg/icon-quote-blog.svg');
}
.guide-article .article-container blockquote p {
  opacity: 1;
  font-size: 36px;
  line-height: 125%;
  padding-bottom: 0;
  color: #3399ff;
  letter-spacing: -0.25px;
  font-family: 'robotoregular';
}
.guide-article .article-container .responsive-table-container {
  overflow-x: auto;
  /* Adds horizontal scroll bar when content overflows */
  -webkit-overflow-scrolling: touch;
  /* Improves scrolling performance on iOS */
  padding: 25px 0;
  margin-bottom: 25px;
}
.guide-article .article-container .responsive-table-container table {
  width: auto;
  min-width: 360px;
  /* Adjust this value as needed to keep text readable */
  border-collapse: collapse;
  font-size: 90%;
  color: #333333;
}
.guide-article .article-container .responsive-table-container table th,
.guide-article .article-container .responsive-table-container table td {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #333333;
  padding: 8px 12px;
}
.guide-article .article-container .responsive-table-container table th {
  font-weight: bold;
  background-color: #f7f7f7;
  /* border-color: #999; */
}
/* ################################# */
/* ### MODULE: Guide - FAQs      ### */
/* ################################# */
.guide-article .article-container .gp-faq-container {
  margin-top: 30px;
}
.guide-article .article-container .gp-faq-container .faq-item .faq-question-text {
  display: block;
  padding: 10px 0;
  font-size: 18px;
  color: #333333;
  line-height: 1.75;
  letter-spacing: 0.1px;
  font-family: robotolight;
  cursor: pointer;
  list-style: none;
}
.guide-article .article-container .gp-faq-container .faq-item .faq-question-text::-webkit-details-marker {
  display: none;
}
.guide-article .article-container .gp-faq-container .faq-item .faq-question-text:before {
  content: "Q: ";
  font-weight: 800;
  margin-right: 5px;
}
.guide-article .article-container .gp-faq-container .faq-item .faq-question-text:after {
  content: " +";
  float: right;
  font-weight: normal;
  /* color: #999; */
  color: #e67e22;
}
.guide-article .article-container .gp-faq-container .faq-item .faq-answer-text {
  display: flex;
  align-items: flex-start;
  padding: 10px 0 20px 20px;
  line-height: 1.75;
  font-family: robotolight;
  font-size: 18px;
  color: #333333;
}
.guide-article .article-container .gp-faq-container .faq-item .faq-answer-text:before {
  content: "A: ";
  font-family: robotolight;
  font-size: 18px;
  color: #333333;
  font-weight: 800;
  margin-right: 5px;
  flex-shrink: 0;
  display: inline-block;
  line-height: 1.75;
}
.guide-article .article-container .gp-faq-container .faq-item .faq-answer-text .faq-answer-content {
  flex-grow: 1;
}
.guide-article .article-container .gp-faq-container .faq-item .faq-answer-text .faq-answer-content p {
  display: block;
  line-height: 1.75;
}
.guide-article .article-container .gp-faq-container .faq-item[open] .faq-question-text:after {
  content: " −";
}
/* ################################# */
/* ### MODULE: Guide - Citations ### */
/* ################################# */
.guide-citations {
  position: relative;
  background: #ffffff;
}
.guide-citations .citations-container {
  padding: 50px 100px 100px 100px;
  margin: 0 0;
  max-width: 850px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 875px) {
  .guide-citations .citations-container {
    max-width: 800px;
  }
}
.guide-citations .citations-container p {
  font-size: 16px;
  padding-bottom: 4px;
  color: #333333;
  line-height: 175%;
  font-family: 'robotolight';
  letter-spacing: 0.1px;
  scroll-margin-top: 66px;
}
#return-to-ref-graphic {
  /* Style for the graphic (e.g., a subtle arrow or icon) */
  position: absolute;
  /* Allows for precise placement near the target element */
  left: 800px;
  padding: 5px 8px;
  background-color: #007bff;
  color: white;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  z-index: 95;
  /* Ensure it stays above other content yet beneath fixed menu */
  opacity: 0.9;
  /* Transition for smooth movement */
  transition: top 0.3s ease-out, left 0.3s ease-out;
}
@media only screen and (min-width: 768px) and (max-width: 875px) {
  #return-to-ref-graphic {
    left: 725px;
  }
}
#return-to-ref-graphic::after {
  content: "Return to guide text";
  /* The actual text */
  /* Position and appearance */
  position: absolute;
  top: 5%;
  left: 115%;
  /* transform: translateX(-50%); Center the tooltip horizontally */
  /* Look and Feel */
  background-color: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  white-space: nowrap;
  /* Prevent text from wrapping */
  font-family: 'robotolight';
  font-size: 14px;
  font-weight: 500;
  /* Visibility control */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  z-index: 96;
  /* Ensure it's above the graphic */
}
/* Show the tooltip on hover */
#return-to-ref-graphic:hover::after {
  visibility: visible;
  opacity: 1;
}
/* ######################################## */
/* ### MODULE: Guide - Related Carousel ### */
/* ######################################## */
.guide-related-carousel {
  width: 100%;
  padding: 100px 0;
  overflow: hidden;
  position: relative;
  background: #f2f2f2;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.guide-related-carousel .related-text {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 100px;
}
.guide-related-carousel .related-text h2 {
  opacity: 0.9;
  font-size: 36px;
  color: #000000;
  letter-spacing: -0.1px;
  font-family: 'robotolight';
}
.guide-related-carousel .related-carousel {
  width: 100%;
  position: relative;
}
.guide-related-carousel .related-carousel .blog-related-carousel-nav .nav-next,
.guide-related-carousel .related-carousel .blog-related-carousel-nav .nav-prev {
  top: 50%;
  z-index: 5;
  width: 50px;
  height: 50px;
  cursor: pointer;
  margin-top: -60px;
  position: absolute;
  border-radius: 50px;
  background-size: 7px;
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-position: center center;
  background-image: url('../svg/icon-arrow-black.svg');
}
.guide-related-carousel .related-carousel .blog-related-carousel-nav .nav-next {
  right: 50px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12);
}
.guide-related-carousel .related-carousel .blog-related-carousel-nav .nav-prev {
  left: 50px;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.12);
}
.guide-related-carousel .related-carousel .blog-related-carousel-container {
  height: 700px;
  margin: 0 auto;
  position: relative;
  max-width: 1235px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .guide-related-carousel .related-carousel .blog-related-carousel-container {
    height: 500px;
    padding: 0 25px;
  }
}
.guide-related-carousel .related-carousel .blog-related-carousel-container .blog-related-carousel-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.guide-related-carousel .related-carousel .blog-related-carousel-container .blog-related-carousel-wrapper .blog-related-carousel-slide {
  width: 100%;
  height: 700px;
  position: relative;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  background: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .guide-related-carousel .related-carousel .blog-related-carousel-container .blog-related-carousel-wrapper .blog-related-carousel-slide {
    height: 550px;
  }
}
.guide-related-carousel .related-carousel .blog-related-carousel-container .blog-related-carousel-wrapper .blog-related-carousel-slide:hover .slide-container {
  -webkit-box-shadow: 0px 12px 41px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 12px 41px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 12px 41px 0px rgba(0, 0, 0, 0.12);
}
.guide-related-carousel .related-carousel .blog-related-carousel-container .blog-related-carousel-wrapper .blog-related-carousel-slide .slide-container {
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: -webkit-box-shadow 500ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: -moz-box-shadow 500ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: -o-box-shadow 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: box-shadow 500ms cubic-bezier(0.23, 1, 0.32, 1);
}
.guide-related-carousel .related-carousel .blog-related-carousel-container .blog-related-carousel-wrapper .blog-related-carousel-slide .slide-header {
  top: 0;
  left: 0;
  width: 100%;
  height: 62%;
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .guide-related-carousel .related-carousel .blog-related-carousel-container .blog-related-carousel-wrapper .blog-related-carousel-slide .slide-header {
    height: 300px;
  }
}
.guide-related-carousel .related-carousel .blog-related-carousel-container .blog-related-carousel-wrapper .blog-related-carousel-slide .slide-header .slide-title {
  z-index: 1;
  left: 60px;
  right: 60px;
  top: 40%;
  position: absolute;
  transform: translate(0, -40%);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .guide-related-carousel .related-carousel .blog-related-carousel-container .blog-related-carousel-wrapper .blog-related-carousel-slide .slide-header .slide-title {
    left: 25px;
    right: 25px;
    bottom: 25px;
  }
}
.guide-related-carousel .related-carousel .blog-related-carousel-container .blog-related-carousel-wrapper .blog-related-carousel-slide .slide-header .slide-title span {
  opacity: 0.8;
  display: block;
  font-size: 18px;
  position: relative;
  margin-bottom: 10px;
  color: #ffffff;
}
.guide-related-carousel .related-carousel .blog-related-carousel-container .blog-related-carousel-wrapper .blog-related-carousel-slide .slide-header .slide-title h2 {
  display: block;
  font-size: 36px;
  line-height: 125%;
  position: relative;
  color: #ffffff;
  letter-spacing: -0.1px;
  font-family: 'robotolight';
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .guide-related-carousel .related-carousel .blog-related-carousel-container .blog-related-carousel-wrapper .blog-related-carousel-slide .slide-header .slide-title h2 {
    font-size: 32px;
  }
}
.guide-related-carousel .related-carousel .blog-related-carousel-container .blog-related-carousel-wrapper .blog-related-carousel-slide .slide-header .slide-figure {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000000;
}
.guide-related-carousel .related-carousel .blog-related-carousel-container .blog-related-carousel-wrapper .blog-related-carousel-slide .slide-header .slide-figure .figure-url {
  top: 0;
  left: 0;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.guide-related-carousel .related-carousel .blog-related-carousel-container .blog-related-carousel-wrapper .blog-related-carousel-slide .slide-excerpt {
  left: 0;
  top: 62%;
  width: 100%;
  height: 38%;
  position: absolute;
  background-color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .guide-related-carousel .related-carousel .blog-related-carousel-container .blog-related-carousel-wrapper .blog-related-carousel-slide .slide-excerpt {
    top: 300px;
    height: 200px;
    /* was 250px */
  }
}
.guide-related-carousel .related-carousel .blog-related-carousel-container .blog-related-carousel-wrapper .blog-related-carousel-slide .slide-excerpt p {
  top: 50px;
  left: 50px;
  right: 50px;
  opacity: 0.7;
  font-size: 18px;
  line-height: 175%;
  position: absolute;
  letter-spacing: 0.1px;
  font-family: 'robotolight';
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .guide-related-carousel .related-carousel .blog-related-carousel-container .blog-related-carousel-wrapper .blog-related-carousel-slide .slide-excerpt p {
    top: 25px;
    left: 25px;
    right: 25px;
    font-size: 17px;
  }
}
.guide-related-carousel .related-carousel .blog-related-carousel-container .blog-related-carousel-wrapper .blog-related-carousel-slide .slide-excerpt a {
  left: 50px;
  bottom: 50px;
  height: 45px;
  font-size: 16px;
  line-height: 43px;
  position: absolute;
  color: #ffffff;
  border-radius: 45px;
  display: inline-block;
  padding: 0 50px 0 25px;
  background: #3399ff;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .guide-related-carousel .related-carousel .blog-related-carousel-container .blog-related-carousel-wrapper .blog-related-carousel-slide .slide-excerpt a {
    left: 25px;
    bottom: 25px;
  }
}
.guide-related-carousel .related-carousel .blog-related-carousel-container .blog-related-carousel-wrapper .blog-related-carousel-slide .slide-excerpt a:after {
  top: 0;
  width: 6px;
  right: 25px;
  content: '';
  height: 45px;
  position: absolute;
  background-size: 6px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('../svg/icon-arrow-button.svg');
}
.guide-related-carousel .related-carousel .guide-related-carousel-pagination {
  width: 100%;
  margin-top: 50px;
  position: relative;
}
.guide-related-carousel .related-carousel .guide-related-carousel-pagination .blog-related-carousel-bullets {
  text-align: center;
}
.guide-related-carousel .related-carousel .guide-related-carousel-pagination .blog-related-carousel-bullets .blog-related-carousel-bullet {
  margin: 3px;
  opacity: 0.6;
  width: 12px;
  height: 12px;
  position: relative;
  border-radius: 13px;
  display: inline-block;
}
.guide-related-carousel .related-carousel .guide-related-carousel-pagination .blog-related-carousel-bullets .blog-related-carousel-bullet:before {
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  opacity: 0.2;
  content: '';
  border-radius: 6px;
  position: absolute;
  margin: -3px 0 0 -3px;
  background: #000000;
}
.guide-related-carousel .related-carousel .guide-related-carousel-pagination .blog-related-carousel-bullets .blog-related-carousel-bullet.active-bullet {
  border-radius: 13px;
  display: inline-block;
  border: 1px solid #000000;
}
.guide-related-carousel .related-carousel .guide-related-carousel-pagination .blog-related-carousel-bullets .blog-related-carousel-bullet.active-bullet:before {
  display: none;
}
