@charset "UTF-8";
#page {
  background: #fff;
  overflow: hidden;
}

.announcement-no #page,
.announcement-yes #page {
  margin-top: 0;
}

#top {
  display: none;
}

body p, body ul, body ol {
  font-family: europa, sans-serif;
  font-size: 19px;
  letter-spacing: 0.05em;
  line-height: 1.65;
  text-align: left;
  color: #000;
  color: #323230;
}
body p {
  margin-bottom: 20px;
}
body #page a:not(.btn) {
  color: #000;
  padding-bottom: 2px;
  border-bottom: 2px solid #1BA5A9;
  text-decoration: none;
}
body #page a:not(.btn):hover {
  color: black;
  border-color: black;
}
body h1 {
  font-family: garamond-premier-pro, serif;
  font-size: 136px;
  letter-spacing: 0.15em;
  line-height: 110px;
  text-align: center;
  font-style: italic;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  body h1 {
    font-size: 86px;
    line-height: 90px;
  }
}
body h2 {
  font-family: garamond-premier-pro-display, serif;
  font-weight: 300;
  text-transform: none;
  font-size: 56px;
  letter-spacing: 0.01em;
  line-height: 1.1;
}
body h3 {
  font-family: europa, sans-serif;
  font-weight: normal;
  font-size: 32px;
  letter-spacing: 0.15em;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  body h3 {
    font-size: 24px;
  }
}
body h4 {
  font-family: europa, sans-serif;
  font-size: 19px;
  letter-spacing: 0.2em;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
}
body h5 {
  font-family: europa, sans-serif;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 28px;
  font-weight: bold;
  text-transform: uppercase;
}
body .btn {
  font-family: europa, sans-serif;
  font-size: 16px;
  letter-spacing: 0.25em;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  padding: 18px 32px;
  border-radius: 4px;
  border: 0px;
  margin: 0 12px;
}
body .btn:first-child {
  margin-left: 0;
}
body .btn:last-child {
  margin-right: 0;
}
@media screen and (max-width: 551px) {
  body .btn {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2rem;
    display: inline-block;
    padding: 18px 26px;
  }
}
body .btn.btn-primary {
  background: #1BA5A9;
  color: white;
  border: 2px solid #1BA5A9;
}
body .btn.btn-primary:hover {
  background: #1fbabf;
  color: #fff;
  border: 2px solid #1fbabf;
}
body .btn.btn-primary-outline {
  background: transparent;
  color: #1BA5A9;
  border: 2px solid #1BA5A9;
}
body .btn.btn-primary-outline:hover {
  background: #1fbabf;
  color: #fff;
  border: 2px solid #1fbabf;
}
body .btn.btn-white {
  border: 2px solid white;
  background: white;
  color: #000;
}
body .btn.btn-white:hover {
  background: #1BA5A9;
  border: 2px solid #1BA5A9;
}
body .btn.btn-gold {
  background: #1BA5A9;
  color: black;
  border: 2px solid #1BA5A9;
}
body .btn.btn-gold:hover {
  background: black;
  color: white;
  border: 2px solid black;
}
body .btn.btn-outline-white {
  background: none;
  color: white;
  border: 2px solid white;
}
body .btn.btn-outline-white:hover {
  background: white;
  color: black;
  border: 2px solid white;
}
body .btn.btn-outline-black {
  background: none;
  color: black;
  border: 2px solid black;
}
body .btn.btn-outline-black:hover {
  background: #1BA5A9;
  color: black;
  border: 2px solid #1BA5A9;
}
body .red {
  color: #1BA5A9;
}
body .bg-dark {
  background: #1c1919 !important;
}

pre, code {
  text-align: left !important;
}

#hero {
  background: #F7F7F5;
  padding: 0;
  min-height: 100vh;
}
#hero h1 {
  color: #1BA5A9;
  font-family: europa, sans-serif;
  font-weight: bold;
  font-size: 57px;
  letter-spacing: 0.4em;
  line-height: 1.1;
  font-style: normal;
}
@media screen and (max-width: 991px) {
  #hero h1 {
    font-size: 47px;
  }
}
@media screen and (max-width: 767px) {
  #hero h1 {
    font-size: 40px;
  }
}
#hero h1 span {
  font-weight: 600;
  font-style: normal;
  font-size: 59px;
  letter-spacing: 0.8em;
  line-height: 161px;
  text-align: center;
  font-family: europa, sans-serif;
  display: block;
}
@media screen and (max-width: 991px) {
  #hero h1 span {
    font-size: 40px;
    line-height: 80px;
  }
}
#hero h1 span:last-child {
  position: relative;
  top: -25px;
}
@media screen and (max-width: 991px) {
  #hero h1 span:last-child {
    top: -12px;
  }
}
#hero h4 {
  color: #1BA5A9;
  font-size: 24px;
  letter-spacing: 0.8em;
  line-height: 1.2;
  text-align: center;
}
#hero h3 {
  color: #1BA5A9;
  font-family: garamond-premier-pro-display, serif;
  font-weight: 500;
  font-style: italic;
  font-size: 36px;
  line-height: 1.2;
  text-align: center;
  text-transform: none;
  letter-spacing: 0;
}
#hero .hero-text {
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
  padding: 120px 40px;
}
@media screen and (max-width: 767px) {
  #hero .hero-text {
    padding: 80px 0;
  }
}
#hero .hero-image {
  background: url(../jpg/hero-ipad.jpg) no-repeat top center;
  background-size: cover;
  min-height: 100vh;
}
@media screen and (max-width: 1199px) {
  #hero .hero-image {
    background-position: center center;
  }
}
@media screen and (max-width: 991px) {
  #hero .hero-image {
    min-height: 50vh;
    background-position: center center;
  }
}
#hero .ea-logo {
  width: 95%;
  max-width: 530px;
  height: auto;
  margin: 0 auto 40px;
}

#whofor {
  background: #fff;
  padding: 170px 0;
  line-height: 1.5;
}
#whofor .ea-underline {
  border-bottom: 2px solid #1DCCCC;
  padding-bottom: 2px;
}
#whofor h3 {
  font-size: 30px;
}
#whofor .whofor-block {
  padding: 60px;
  background: #f7f7f4;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  max-width: 900px;
  height: 100%;
}
@media screen and (max-width: 991px) {
  #whofor .whofor-block {
    border-radius: 0;
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #whofor .whofor-block {
    padding: 40px 20px;
  }
}
#whofor .whofor-block h4 {
  font-size: 28px;
  margin-bottom: 25px;
}
#whofor .whofor-block ul {
  padding: 0;
  list-style: none;
}
#whofor .whofor-block ul li {
  margin: 20px 0;
  padding-left: 20px;
}
#whofor .whofor-block ul li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #1BA5A9;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}

#intro {
  background: linear-gradient(rgba(25, 168, 168, 0.92) 0%, rgba(7, 86, 126, 0.99) 100%);
  padding: 170px 0;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  #intro {
    padding: 0;
  }
}
#intro .ea-underline {
  border-bottom: 2px solid #1DCCCC;
  padding-bottom: 2px;
}
#intro .container {
  padding: 80px 80px;
  background: #fff;
  border-radius: 5px;
  max-width: 900px;
}
@media screen and (max-width: 991px) {
  #intro .container {
    border-radius: 0;
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #intro .container {
    padding: 40px 20px;
  }
}
#intro ul {
  padding: 0;
  list-style: none;
}
#intro ul li {
  margin: 20px 0;
  padding-left: 20px;
}
#intro ul li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #1BA5A9;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}

#method {
  background: #F7F7F5;
  padding: 170px 0;
}
#method h4 {
  font-size: 28px;
  letter-spacing: 0.2em;
  line-height: 1.8;
}
#method img {
  max-width: 80px;
}
#method p {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 28px;
}

#promise {
  padding: 170px 0;
}
#promise .grid {
  background: #f7f7f4;
  padding: 60px 32px;
  text-align: center;
  flex: 0 1 330px;
  margin: 0 37px 60px 37px;
}
#promise .grid p {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
#promise .grid p.number {
  font-size: 16px;
  letter-spacing: 0.25em;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
}
#promise .grid img {
  max-width: 69px;
}
#promise .grid h4 {
  font-weight: 600;
}

#lessons {
  background: #EBE8E3;
  padding: 170px 0;
}
#lessons .grid {
  background: white;
  padding: 60px 32px;
  text-align: center;
  flex: 0 1 330px;
  margin: 0 37px 60px 37px;
}
#lessons .grid p {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
#lessons .grid p.number {
  font-size: 16px;
  letter-spacing: 0.25em;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
}
#lessons .grid img {
  max-width: 69px;
}
#lessons .grid h4 {
  font-weight: 600;
}

#learn {
  background: #EBE8E3;
  padding: 170px 0;
}
#learn .container {
  padding: 80px 80px;
  background: #fff;
  border-radius: 5px;
  max-width: 800px;
}
@media screen and (max-width: 767px) {
  #learn .container {
    padding: 40px 20px;
  }
}
#learn .learn-list {
  padding: 0;
  margin-bottom: 40px;
}
#learn .learn-list li {
  list-style-type: none;
  margin: 30px 0;
  padding: 0 0 0 30px;
  position: relative;
  line-height: 2;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: left;
  color: rgba(0, 0, 0, 0.9);
  opacity: 0.8;
}
#learn .learn-list li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: 18px;
  color: #1BA5A9;
  position: absolute;
  left: -15px;
  top: 0;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  #learn .learn-list li:before {
    left: 0;
  }
}

#testimonials {
  padding: 144px 0;
  background: linear-gradient(rgba(25, 168, 168, 0.92) 0%, rgba(6, 83, 124, 0.68) 35.4%, rgba(25, 168, 168, 0.99) 100%);
  color: #fff;
}
#testimonials h2 {
  text-transform: capitalize;
}
#testimonials .testimonial {
  width: 98%;
  margin: 0 10px 44px;
  padding: 24px;
  min-height: 285px;
}
#testimonials .testimonial .meta img {
  /*
  max-width: 60px;
  height: 60px;
  margin-right: 16px;
  */
  border-radius: 50%;
  margin-top: -5px;
}
#testimonials .testimonial .meta p {
  line-height: 100%;
}
#testimonials .testimonial p {
  color: #fff;
  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: #1BA5A9;
}

#options {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  #options {
    padding: 75px 0;
  }
}
#options hr {
  border: 0.5px solid #1BA5A9;
  opacity: 1;
  margin-bottom: 100px;
}
#options .box {
  position: relative;
  background: #fff;
  padding: 80px 0;
  border-radius: 8px;
  margin-bottom: 62px;
}
#options .box img {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #options .box {
    padding: 125px 0px 20px;
  }
}
#options .box h4, #options .box h5 {
  text-align: left;
}
#options .box h4 {
  font-size: 32px;
  letter-spacing: 0.15em;
  line-height: 70px;
}
#options .box h5 {
  color: #1BA5A9;
  font-size: 19px;
  letter-spacing: 0.2em;
  line-height: 30px;
}
#options .box .features {
  border-radius: 5px;
  overflow: hidden;
  border: 0.5px solid black;
}
#options .box .features p {
  background: #EBE8E3;
  color: #000;
  margin: 0;
  font-size: 16px;
  padding: 10px 20px;
  border-bottom: 0.5px solid black;
  text-align: left !important;
  color: rgba(0, 0, 0, 0.9);
  opacity: 0.75;
}
#options .box .features p i {
  margin-right: 8px;
  color: #1BA5A9;
}
#options .box .features p:last-child {
  background: white;
  padding-left: 50px;
  border-bottom: none;
}
#options .box .features span.subfeature {
  padding: 0 0 0 32px;
  display: block;
}
#options .box p {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 28px;
  text-align: center;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.9);
  opacity: 0.75;
}
#options .box p del {
  color: black;
  font-size: 15px;
  text-decoration: line-through;
  /*noinspection CssOverwrittenProperties*/
  text-decoration: #1BA5A9 double line-through;
  /* Ignored in CSS1/CSS2 UAs */
}
#options .box p .price {
  font-weight: bold;
}
#options .box .live-tag {
  background: #1BA5A9;
  color: #fff;
  position: absolute;
  top: 0px;
  right: 0;
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
  font-family: europa, sans-serif;
}

#pricing {
  padding: 120px 0 240px;
}
@media screen and (max-width: 767px) {
  #pricing {
    padding: 75px 0 125px;
  }
}
@media screen and (max-width: 1200px) {
  #pricing table {
    width: 1000px;
  }
}
#pricing table tr {
  border: 0px;
}
#pricing table tr th {
  background: #EBE8E3;
  border: 0px;
  text-align: center;
  padding: 0 0 40px;
  box-sizing: border-box;
  min-width: 300px;
}
#pricing table tr th.highlighted {
  border-right: 1px solid #1BA5A9;
  border-left: 1px solid #1BA5A9;
  background: white;
  position: relative;
}
#pricing table tr th h2 {
  font-family: garamond-premier-pro-display, serif;
  font-size: 44px;
  line-height: 54px;
  font-style: italic;
  text-transform: capitalize;
}
#pricing table tr th h4 {
  color: black;
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 30px;
}
#pricing table tr th span.dollar {
  color: #1BA5A9;
  vertical-align: super;
  position: relative;
  top: -10px;
  font-size: 24px;
  line-height: 34px;
}
#pricing table tr th .ptable-label {
  background: #1BA5A9;
  display: block;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 36px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 50px;
  font-family: europa, sans-serif;
  font-weight: bold;
}
#pricing table tr th .ptable-price {
  font-size: 60px;
  letter-spacing: -0.01em;
  line-height: 70px;
  text-align: center;
  font-family: europa, sans-serif;
}
#pricing table tr th .ptable-price del {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: black;
  font-weight: 100;
  position: relative;
  top: -10px;
  text-decoration: line-through;
  /*noinspection CssOverwrittenProperties*/
  text-decoration: #D3B450 double line-through;
  /* Ignored in CSS1/CSS2 UAs */
}
#pricing table tr th:first-child {
  width: 350px;
}
#pricing table tr td {
  vertical-align: middle;
  background: #EBE8E3;
  font-family: europa, sans-serif;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(150, 135, 130, 0.5);
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.01em;
  line-height: 22px;
  font-weight: 400;
  min-width: 300px;
}
#pricing table tr td strong {
  font-weight: 900;
}
#pricing table tr td.highlighted {
  border-right: 1px solid #1BA5A9 !important;
  border-left: 1px solid #1BA5A9 !important;
  background: white;
  list-style: none;
  margin-left: 20px;
}
#pricing table tr td ul {
  font-size: 15px;
  letter-spacing: 0.01em;
  line-height: 28px;
  font-weight: 400;
  min-width: 300px;
}
#pricing table tr td .ptable-tab {
  display: inline-block;
  width: 20px;
}
#pricing table tr td .fa-circle {
  color: #968782;
}
#pricing table tr td:first-child {
  text-align: left;
  padding-left: 20px;
}
#pricing table tr.button-row p {
  line-height: 125%;
  padding: 10px 30px 10px 10px;
}
#pricing table tr.button-row td {
  padding: 50px 0;
  border-bottom: 0px;
}
#pricing table tr.button-row td.highlighted {
  border-right: 1px solid #1BA5A9;
  border-left: 1px solid #1BA5A9 !important;
  border-bottom: 1px solid #1BA5A9;
  background: white;
}
#pricing table tr.button-row td:first-child {
  text-align: left;
  padding-left: 20px;
}
#pricing table tr.button-row td .btn {
  padding: 11px 32px;
}

.pricing-v2 {
  padding: 144px 0 200px 0 !important;
}
@media screen and (max-width: 767px) {
  .pricing-v2 {
    padding: 100px 0 125px !important;
  }
}
.pricing-v2 h2 {
  text-transform: capitalize;
}
.pricing-v2 .card {
  background: #EBE8E3;
  border: none;
  border-radius: 5px;
  height: 100%;
  margin-bottom: 40px;
}
.pricing-v2 .card .card-header {
  background: transparent;
  border-bottom: none;
}
.pricing-v2 .card span.dollar {
  color: #1BA5A9;
  vertical-align: super;
  position: relative;
  top: -10px;
  font-size: 24px;
  line-height: 34px;
}
.pricing-v2 .card .current-price {
  font-size: 60px;
  letter-spacing: -0.01em;
  line-height: 70px;
  text-align: center;
  font-family: europa, sans-serif;
}
.pricing-v2 .card del {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: black;
  font-weight: 100;
  position: relative;
  text-decoration: line-through;
  /*noinspection CssOverwrittenProperties*/
  text-decoration: #1BA5A9 double line-through;
  /* Ignored in CSS1/CSS2 UAs */
}
.pricing-v2 .card.card-pro {
  background: #fff;
  border: 1px solid #1BA5A9;
}
.pricing-v2 .card h4 {
  color: black;
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 30px;
}
.pricing-v2 .card .ptable-label {
  background: #1BA5A9;
  display: block;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 36px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 0px;
  font-family: europa, sans-serif;
  font-weight: bold;
}
.pricing-v2 .card .ptable-label.blank {
  background: transparent;
}
.pricing-v2 .card .list-group-item {
  background: transparent;
}
.pricing-v2 .card .list-group-item .fa-arrow-left {
  color: #1BA5A9;
}
@media (max-width: 991px) {
  .pricing-v2 .card .list-group-item .fa-arrow-left {
    transform: rotate(90deg);
  }
}
.pricing-v2 .card ul li {
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.01em;
  line-height: 1.6;
  padding: 6px 0 12px;
  text-align: center;
}
.pricing-v2 .card ul li ul {
  padding-left: 0;
}
.pricing-v2 .card ul li ul li {
  font-weight: normal;
  padding: 8px 0 4px;
  list-style-type: none;
}
.pricing-v2 .card .everything {
  font-weight: bold;
  color: #1BA5A9;
}
.pricing-v2 .card .card-footer {
  background: none;
  border-top: none;
  padding-bottom: 30px;
}

#cartbonus {
  background: #F7F7F5;
  padding: 180px 0 240px;
}
#cartbonus h3 {
  text-align: left;
}
#cartbonus h3 span {
  color: #1BA5A9;
  font-size: 21px;
  display: block;
  margin-top: 10px;
}
#cartbonus h4 {
  text-align: left;
}
#cartbonus .paymentplan a:not(.btn) {
  color: black;
}

#guarantee {
  background: #EBE8E3;
  padding-bottom: 100px;
}
@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;
  font-weight: normal;
  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.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.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;
}
#confirmation p a, #confirmation ul a, #videos p a, #videos ul a {
  color: white;
}

#faqs {
  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;
  line-height: 70%;
}
#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;
  font-weight: normal;
  color: #000;
}
#faqs div.accordion-body p {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 28px !important;
}
#faqs div.accordion-body ul, #faqs div.accordion-body ol, #faqs div.accordion-body li {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 28px !important;
}
#faqs div.accordion-body a {
  color: #1BA5A9;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url(../svg/accordion-closed-2.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-2.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;
}

.top-button .btn {
  background: #1BA5A9 !important;
  color: black;
}
@media SCREEN and (max-width: 767px) {
  .top-button {
    display: none !important;
  }
}

.entry-content a {
  color: black;
}

/*# sourceMappingURL=executive-assistants.css.map */
