/*
Theme Name: Your Best Year Ever 2022
Theme URI: https://bestyearever.me
Author: Michael Hyatt & Co.
Author URI: https://michaelhyatt.com/
Description:  Custom WP theme for Michael Hyatt & Co. based on WP Bootstrap Starter
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Template:     bootscore-main
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
*/
@import "brand-2.css";
html, body {
  overflow-x: hidden;
}

#header {
  background: #EBE8E3;
  padding-top: 20px;
}

#banner {
  background: black;
  padding: 1rem 0;
}
#banner p {
  margin: 0 auto;
  color: white;
  border-bottom: 1px solid #C7B193;
  display: inline-block;
  font-family: garamond-premier-pro-display, serif;
  font-size: 36px;
  letter-spacing: 0.01em;
  line-height: 55px;
}
@media screen and (max-width: 767px) {
  #banner p {
    font-size: 24px;
    line-height: 100%;
  }
}

#hero {
  background: #000 url(../jpg/hero_bg.jpg) no-repeat left center fixed;
  background-size: cover;
  padding: 220px 0 270px;
}
@media screen and (max-width: 767px) {
  #hero {
    padding: 75px 0 180px;
  }
}
#hero h1 {
  font-size: 90px;
  letter-spacing: 0.01em;
  line-height: 100px;
  font-family: garamond-premier-pro-display, serif;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  #hero h1 {
    font-size: 52px;
    line-height: 100%;
  }
}
#hero h1 em {
  text-transform: none;
}
#hero h4 {
  color: #D5C1A9;
}
#deal {
  padding: 250px 0;
  position: relative;
  font-style: normal;
}
#deal .badge {
  font-weight: bold;
  font-size: 10px;
  letter-spacing: 0.25em;
  line-height: 24px;
  text-align: left;
  font-style: normal;
}
#deal .badge.bg-primary {
  color: black;
  background: #C7B193 !important;
}
#deal #certified-badge {
  width: 310px;
  height: 310px;
  position: absolute;
  top: -155px;
  left: calc(50% - 155px);
}
#deal #deal-image {
  height: 850px;
}
@media screen and (max-width: 767px) {
  #deal #deal-image {
    max-width: 160%;
    height: auto;
  }
}
#deal h3 {
  font-size: 28px;
  letter-spacing: 0.2em;
  line-height: 50px;
  text-align: left;
  color: #1c1919;
  font-style: normal;
}
#deal p {
  font-size: 21px;
  letter-spacing: 0.06em;
  line-height: 42px;
  text-align: left;
  color: #000;
}
#deal p.smaller {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 28px;
  text-align: left;
  color: #000;
}

#event {
  background: #EBE8E3;
  padding: 200px 0 75px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #event {
    padding: 200px 0 75px;
  }
}
#event h2 {
  font-size: 70px;
  letter-spacing: 0.01em;
  line-height: 80px;
}
@media screen and (max-width: 991px) {
  #event h2 {
    font-size: 48px;
    line-height: 100%;
    text-align: center;
  }
  #event h2 br {
    display: none !important;
  }
}
#event h2 em {
  text-transform: capitalize;
}
#event p {
  line-height: 26px;
}
#event .row.mt-5 {
  margin-top: 0 !important;
}

#info {
  padding: 150px 0;
}
@media screen and (max-width: 767px) {
  #info {
    padding: 75px 0;
  }
}
#info h2 {
  text-transform: none;
  font-weight: 300;
  font-size: 72px;
  letter-spacing: 0.01em;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  #info h2 {
    font-size: 48px;
  }
}
#info h2 em {
  color: #C39A6A;
}
#info h2,
#info h3 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #info h2,
  #info h3 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  #info a.btn {
    margin-bottom: 1rem;
  }
}

#method {
  background: #F7F7F5;
  padding: 170px 0;
}
@media screen and (max-width: 767px) {
  #method {
    padding: 75px 0;
  }
}
#method .pro-benefit {
  background: #fff;
  padding: 60px 15px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #method .pro-benefit {
    padding: 60px 5px;
  }
}
#method img {
  max-width: 80px;
}
#method p {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 28px;
}

#invested {
  background: url(../jpg/invest_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 170px 0;
}
@media screen and (max-width: 767px) {
  #invested {
    padding: 75px 0;
  }
}
#invested h2 {
  text-transform: uppercase;
  font-size: 56px;
  letter-spacing: 0.01em;
  line-height: 72px;
}
#invested h2 em {
  text-transform: capitalize;
}
#invested h4 {
  font-size: 19px;
  letter-spacing: 0.2em;
  line-height: 30px;
  font-weight: bold;
  font-family: europa, sans-serif;
}

#watchnow {
  padding: 380px 0;
  background: url(../jpg/video-bg2.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #watchnow {
    padding: 75px 0;
  }
}

#design {
  padding: 200px 0;
}
@media screen and (max-width: 767px) {
  #design {
    padding: 75px 0;
  }
}
#design h3 {
  font-size: 28px;
  letter-spacing: 0.2em;
  line-height: 50px;
}
@media screen and (max-width: 767px) {
  #design h3 {
    font-size: 22px;
    letter-spacing: 0.2em;
    line-height: 110%;
  }
}
#design ul {
  padding-left: 2rem;
}
#design ul li {
  list-style: none;
  color: white;
  font-size: 21px;
  letter-spacing: 0.05em;
  line-height: 28px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #design ul li {
    font-size: 18px;
    line-height: 110%;
  }
}
#design ul li:before {
  font-family: "Font Awesome 6 Free";
  content: "\f058";
  margin: 0 15px 0 -35px;
  color: #C7B193;
}

#testimonials {
  padding: 144px 0;
}
@media screen and (max-width: 767px) {
  #testimonials {
    padding: 75px 0;
  }
}
#testimonials h2 {
  text-transform: capitalize;
  font-size: 56px;
  letter-spacing: 0.01em;
  line-height: 1.2;
}
#testimonials h2 em {
  color: #C39A6A;
}
#testimonials .testimonial {
  width: 98%;
  margin: 0 10px 44px;
  background: #EBE8E3;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
#testimonials .testimonial .meta img {
  max-width: 60px;
  height: 60px;
  margin-right: 16px;
}
#testimonials .testimonial .meta p {
  line-height: 100%;
}
#testimonials .testimonial p {
  font-size: 14px;
  line-height: 24px;
}
#testimonials .slick-dots li button:before {
  color: #EBE8E3;
  opacity: 1;
}
#testimonials .slick-dots li.slick-active button:before {
  color: #C7B193;
}
#testimonials .client-testimonial {
  max-width: 400px;
  margin: 40px auto 30px;
}
#testimonials .client-testimonial h4 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 10px 0;
}
#testimonials .client-testimonial a.video-thumb {
  position: relative;
}
#testimonials .client-testimonial a.video-thumb:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  content: "\f04b";
  font-family: FontAwesome;
  font-size: 50px;
  color: #fff;
  opacity: 0.4;
}
#testimonials .client-testimonial a.video-thumb:hover:before {
  opacity: 0.5;
}
#testimonials .client-testimonial a.video-thumb:hover {
  opacity: 0.9;
}
#testimonials .client-testimonial a.video-thumb img {
  max-width: 100%;
  height: auto;
}
#testimonials .testimonial-block {
  animation: blur 0.7s ease-out;
}
#testimonials .noContent {
  color: #000 !important;
  background-color: transparent !important;
  pointer-events: none;
}
#testimonials .loadMore {
  font-size: 16px;
  font-weight: 600 !important;
  text-transform: uppercase;
  color: #1C1919;
  border: 0;
  letter-spacing: 4px;
}

#final-cta {
  background-color: #1c1919;
  color: #fff;
}
#final-cta #cta-image {
  background: url(../jpg/cta-planners.jpg) no-repeat center center;
  background-size: cover;
}
#final-cta .cta-content {
  padding: 160px 20px;
}
#final-cta h5 {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.25em;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 20px;
}
#final-cta h2 {
  text-transform: none;
  font-size: 70px;
  letter-spacing: 0.01em;
  line-height: 1.1;
  margin-bottom: 20px;
}
#final-cta h2 em {
  color: #C39A6A;
}
#final-cta p {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 25px;
}

.site-content-v2 #payment {
  background: #EBE8E3;
  padding: 170px 0;
}
@media screen and (max-width: 767px) {
  .site-content-v2 #payment {
    padding: 75px 0;
  }
}
.site-content-v2 #payment p {
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 34px;
  text-align: center;
  color: rgba(28, 28, 30, 0.75);
}
.site-content-v2 #payment p.fine-print {
  line-height: 28px;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  letter-spacing: 0.05em;
}
.site-content-v2 #payment .payment-option {
  background: #fff;
  border-radius: 6px;
  padding: 20px 10px;
  color: #000;
  height: 100%;
  text-align: center;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
.site-content-v2 #payment .payment-option p {
  font-size: 16px;
  color: #000;
  text-align: center;
}
.site-content-v2 #payment .payment-option h5 {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.25em;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 20px;
  color: #000;
  text-align: center;
}
.site-content-v2 #payment .payment-option .price-number {
  font-family: garamond-premier-pro-display, serif;
  font-weight: 300;
  font-style: italic;
  font-size: 60px;
  letter-spacing: -0.01em;
  line-height: 1.1;
  text-align: center;
}
.site-content-v2 #payment .payment-option .button-outer {
  padding-top: 80px;
}
.site-content-v2 #payment .payment-option .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: 20px;
  width: 90%;
  left: 5%;
}

.site-content-v1 #pricing {
  background: #EBE8E3;
  padding: 170px 0;
}
@media screen and (max-width: 767px) {
  .site-content-v1 #pricing {
    padding: 75px 0;
  }
}
.site-content-v1 #pricing p {
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 34px;
  text-align: center;
  color: rgba(28, 28, 30, 0.75);
}
.site-content-v1 #pricing p.fine-print {
  line-height: 28px;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  letter-spacing: 0.05em;
}
.site-content-v1 #pricing .grid {
  padding: 40px;
  text-align: center;
  flex: 0 1 330px;
  margin: 0 37px 60px 37px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.site-content-v1 #pricing .grid.grid-greyed-out {
  background: none;
}
.site-content-v1 #pricing .grid p.live {
  font-size: 19px;
  letter-spacing: 0.2em;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: black;
}
.site-content-v1 #pricing .grid img {
  max-width: 69px;
}
.site-content-v1 #pricing .grid h2 {
  font-size: 60px;
  letter-spacing: -0.01em;
  line-height: 70px;
  font-style: italic;
}
.site-content-v1 #pricing .grid h4 {
  font-weight: 600;
}
.site-content-v1 #pricing .grid .btn {
  padding: 13px 32px;
}

#gift {
  padding: 200px 0;
}
@media screen and (max-width: 767px) {
  #gift {
    padding: 75px 0;
  }
}
#gift h3 {
  font-size: 32px;
  letter-spacing: 0.15em;
  line-height: 48px;
  text-align: center;
  color: #000;
  opacity: 0.75;
}

#coach {
  background: #1c1919;
  padding: 250px 0 0;
  text-align: center;
}
@media screen and (max-width: 991px) {
  #coach {
    padding: 125px 0;
  }
}
#coach h3 {
  font-weight: normal;
  font-size: 32px;
  letter-spacing: 0.25em;
  line-height: 70px;
  text-align: center;
  color: #fff;
  margin-bottom: 220px;
}
#coach .coach {
  background: black;
  margin-bottom: 250px;
  padding: 0 175px 90px;
}
@media SCREEN and (max-width: 1440px) {
  #coach .coach {
    padding: 0 90px 90px;
  }
}
@media screen and (max-width: 767px) {
  #coach .coach {
    padding: 0 20px 90px;
  }
}
#coach .coach img {
  max-width: 315px;
  width: 100%;
  height: auto;
  margin-top: -37.5%;
  border: 1px solid #ccb08f;
  border-radius: 300px;
  padding: 10px;
  margin-bottom: 75px;
}
@media SCREEN and (max-width: 1440px) {
  #coach .coach img {
    margin-top: -157.5px;
  }
}
#coach .coach h4 {
  font-weight: bold;
  font-size: 21px;
  letter-spacing: 0.2em;
  line-height: 30px;
  text-align: center;
  color: #ccb08f;
}
#coach .coach p {
  font-weight: 300;
  font-size: 21px;
  letter-spacing: 0.05em;
  line-height: 36px;
  text-align: center;
  color: #fff;
}

#payment {
  background: white;
  padding: 100px 0;
}

#includes {
  background: url(../jpg/includes_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 250px 0;
}
@media screen and (max-width: 991px) {
  #includes {
    padding: 125px 0;
  }
}
#includes h2 {
  font-size: 56px;
  letter-spacing: 0.01em;
  line-height: 72px;
  text-align: center;
  color: #1c1919;
  text-transform: capitalize;
}
#includes h5 {
  font-size: 19px;
  letter-spacing: 0.2em;
  line-height: 30px;
  text-align: left;
  color: #000;
}
#includes ul {
  padding-left: 2rem;
}
#includes ul li {
  list-style: none;
  font-size: 21px;
  letter-spacing: 0.05em;
  line-height: 28px;
  margin-bottom: 2rem;
}
#includes ul li:before {
  font-family: "Font Awesome 6 Free";
  content: "\f058";
  margin: 0 15px 0 -35px;
  color: #C7B193;
}
#includes p.smaller {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 28px;
  text-align: left;
  color: #000;
}

#revenue {
  padding: 200px 0;
}
@media screen and (max-width: 991px) {
  #revenue {
    padding: 75px 0 200px;
  }
}
#revenue h2 {
  text-transform: capitalize;
  font-size: 60px;
  line-height: 55px;
}
#revenue h4 {
  text-align: left;
}

#guarantee {
  background: #F7F7F5;
  padding-bottom: 175px;
}
@media screen and (max-width: 767px) {
  #guarantee {
    padding-bottom: 75px;
  }
}
#guarantee img {
  width: 246px;
  height: 246px;
  margin-top: -123px;
}
#guarantee .container {
  margin-top: 80px;
  margin-bottom: 80px;
}
#guarantee h2 {
  text-transform: capitalize;
}
#guarantee p {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 28px;
  color: #1c1919;
}

#insights {
  background: white;
}
#insights #featured_insights {
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  #insights #featured_insights {
    padding: 4rem 2rem;
  }
}
#insights #featured_insights h6 {
  font-family: europa, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#insights #featured_insights h2 {
  font-family: garamond-premier-pro-display, serif;
  font-weight: 300;
  font-style: italic;
  font-size: 21px;
  letter-spacing: 0.05em;
  line-height: 31px;
  text-align: left;
  color: #1c1919;
  text-transform: inherit;
}
#insights #featured_insights p {
  font-family: europa, sans-serif;
  font-size: 16px;
}
#insights #featured_insights a.readnow {
  font-family: europa, sans-serif;
  font-size: 16px;
  letter-spacing: 0.25em;
  line-height: 24px;
  text-align: center;
  color: #282828;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 2px solid #dbb76c;
}
#insights #featured_insights a.readnow span {
  padding-left: 0.5rem;
}
#insights #featured_insights a.readnow span img {
  margin-top: -4px;
}
#insights #email_signup {
  background: #D5C1A9;
}
#insights #email_signup .email_signup_inner {
  padding: 6rem 0;
}
@media screen and (max-width: 767px) {
  #insights #email_signup .email_signup_inner {
    padding: 4rem 2rem;
  }
}
#insights #email_signup .email_signup_inner h2 {
  font-family: garamond-premier-pro-display, serif;
  font-size: 90px;
  text-transform: uppercase;
  line-height: 80%;
}
#insights #email_signup .email_signup_inner h2 em {
  display: block;
}
@media screen and (max-width: 992px) {
  #insights #email_signup .email_signup_inner h2 {
    font-size: 40px;
  }
}
#insights #email_signup .email_signup_inner p {
  font-size: 18px;
  font-family: europa, sans-serif;
}
#insights #email_signup .email_signup_inner a.btn-primary {
  background: #1c1919;
  color: white;
}
#insights #email_signup .email_signup_inner a.btn-primary:hover {
  background: white;
  color: #1c1919;
}

#mission {
  background: #EBE8E3;
  padding: 10rem 0;
  font-family: europa, sans-serif;
}
@media screen and (max-width: 767px) {
  #mission {
    padding: 4rem 0;
  }
}
#mission h5 {
  font-size: 1.1rem;
  font-family: europa, sans-serif;
  letter-spacing: 4px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 3rem;
}
#mission p {
  font-family: garamond-premier-pro-display, serif;
  font-size: 55px;
  line-height: 125%;
  font-weight: 100;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url(../svg/accordion-closed-4.svg);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  background-position: center center;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../svg/accordion-open-4.svg);
  transform: rotate(-180deg);
  transform-origin: center center;
}

.accordion-button:not(.collapsed) {
  color: inherit;
}

#confirmation, #videos {
  font-family: europa, sans-serif;
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 100px;
}
#confirmation h1, #videos h1 {
  font-family: garamond-premier-pro-display, serif;
  margin-top: 6rem;
  font-size: 3.6rem;
  font-weight: 100;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #confirmation h1, #videos h1 {
    font-size: 3.2rem;
  }
}
#confirmation p, #confirmation ul, #videos p, #videos ul {
  font-family: europa, sans-serif;
  font-size: 1.25rem;
  letter-spacing: 1px;
}

#faqs {
  background: #fff;
  padding: 220px 0;
}
@media screen and (max-width: 767px) {
  #faqs {
    padding: 75px 0;
  }
}
#faqs .accordion-item {
  background: none;
  font-size: 14px;
}
#faqs h2 {
  color: black;
  font-family: europa, sans-serif;
}
#faqs h2 button {
  font-size: 18px;
  background: none !important;
  font-weight: bold;
  padding: 10px;
  color: black !important;
}
#faqs h3 {
  font-size: 32px;
  letter-spacing: 0.15em;
  line-height: 70px;
  text-align: left;
  color: #000;
  text-transform: none;
}
#faqs div.accordion-body {
  font-size: 16px;
  padding: 1.25rem 1.25rem 1.5rem;
  font-family: europa, sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 28px;
  text-align: left;
  color: #000;
}
#faqs div.accordion-body p, #faqs div.accordion-body ul, #faqs div.accordion-body ol {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 28px;
}
#faqs div.accordion-body a {
  color: #C7B193;
}
#faqs p.smaller {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 28px;
  text-align: left;
  color: #000;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url(../svg/accordion-closed-4.svg) !important;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  background-position: center center;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../svg/accordion-open-4.svg) !important;
  transform: rotate(-180deg);
  transform-origin: center center;
}

.accordion-button:not(.collapsed) {
  color: inherit;
}

.ff-form .field, .ff-form .hs_submit, .ff-form .legal-consent-container {
  /*
  flex: 1 0 20%;
  @media screen and (max-width: 992px){
    flex: 1 0 50%;
    padding-bottom: 0;
  }
  @media screen and (max-width: 576px){
    flex: 1 0 100%;
  }
  */
  padding: 1rem;
}
.ff-form .field input, .ff-form .field select, .ff-form .hs_submit input, .ff-form .hs_submit select, .ff-form .legal-consent-container input, .ff-form .legal-consent-container select {
  width: 100%;
  font-family: europa, sans-serif;
  color: #666;
  font-size: 16px;
  padding: 0.95rem 0.5rem;
  border: 0px;
  border-radius: 4px;
  background: #EBE8E3;
}
.ff-form .field input[type=text],
.ff-form .field input[type=email],
.ff-form .field select, .ff-form .hs_submit input[type=text],
.ff-form .hs_submit input[type=email],
.ff-form .hs_submit select, .ff-form .legal-consent-container input[type=text],
.ff-form .legal-consent-container input[type=email],
.ff-form .legal-consent-container select {
  /*
  opacity: .5;
  transition: .2s opacity ease;
  &:focus{
    opacity: 1;
  }
  */
}
.ff-form .field label, .ff-form .hs_submit label, .ff-form .legal-consent-container label {
  font-size: 1.2rem;
}
.ff-form .field input.error,
.ff-form .field select.error, .ff-form .hs_submit input.error,
.ff-form .hs_submit select.error, .ff-form .legal-consent-container input.error,
.ff-form .legal-consent-container select.error {
  border: 2px solid red;
}
.ff-form fieldset {
  max-width: inherit !important;
}
@media screen and (max-width: 992px) {
  .ff-form .hs_submit {
    padding-bottom: 1rem;
  }
}
.ff-form .hs_submit input {
  background: #D5C1A9;
  font-size: 16px;
  text-transform: uppercase;
  color: #1c1919;
  letter-spacing: 4px;
  padding: 0.8rem 1.5rem;
  transition: 0.2s all ease;
  font-weight: 600 !important;
  border-radius: 4px;
}
.ff-form .hs_submit input:hover {
  background: white;
  color: #1c1919;
}
.ff-form .legal-consent-container p {
  font-size: 12px !important;
  line-height: 1.2;
}

#confirmation {
  height: 100vh;
}
#confirmation h2 {
  text-transform: capitalize;
}
#confirmation p {
  color: white;
}

.slick-prev::before {
  content: "\f053" !important;
  color: black !important;
  font-family: FontAwesome !important;
}

.slick-next::before {
  content: "\f054" !important;
  color: black !important;
  font-family: FontAwesome !important;
}

/* DIRECTORY */
#directory_hero {
  background: #EBE8E3;
  padding: 200px 0;
}
#directory_hero h1 {
  font-family: garamond-premier-pro-display, serif;
  text-transform: initial;
  font-weight: 300;
  font-style: italic;
  font-size: 90px;
  letter-spacing: 0.01em;
  line-height: 95px;
  text-align: center;
  color: #000;
}
#directory_hero h4 {
  font-weight: bold;
}
#directory_hero p {
  font-weight: normal;
}

#directory_spacer {
  height: 600px;
  background: url(../jpg/directory-spacer.jpg) no-repeat center center fixed;
  background-size: cover;
}

#directory_about {
  padding: 160px 0;
}
#directory_about .box-row {
  display: flex;
  flex-wrap: wrap;
}
#directory_about .box-row .box {
  background: #EBE8E3;
  padding: 50px;
  flex: 1 0 356px;
  margin: 8px;
}
#directory_about .box-row .box h4 {
  font-size: 21px;
  letter-spacing: 0.06em;
  line-height: 31px;
  text-transform: initial;
}
#directory_about .box-row .box p {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 26px;
  text-align: center;
}

/*# sourceMappingURL=style.css.map */
