@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta2/css/all.min.css");
@import "https://use.typekit.net/dan3udt.css";
@import url("https://fonts.cdnfonts.com/css/akrobat");
@import url("https://pro.fontawesome.com/releases/v5.15.4/css/all.css");
body {
  font-family: europa, sans-serif;
}
body #page-wrapper p, body #page-wrapper ul, body #page-wrapper ol {
  font-family: europa, sans-serif;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 200%;
  text-align: left;
  color: rgba(0, 0, 0, 0.7);
}
body #page-wrapper p.larger, body #page-wrapper ul.larger, body #page-wrapper ol.larger {
  font-size: 20px;
}
body #page-wrapper p.smaller, body #page-wrapper ul.smaller, body #page-wrapper ol.smaller {
  font-size: 16px;
}
body #page-wrapper a:not(.btn) {
  color: #C39A6A;
  padding-bottom: 2px;
  border-bottom: 1px solid #C39A6A;
  text-decoration: none;
}
body #page-wrapper a:not(.btn):hover {
  color: black;
  border-color: black;
}
body h1, body .h1 {
  font-family: europa, sans-serif;
  font-weight: 300;
  font-size: 80px;
  line-height: 80%;
}
@media screen and (max-width: 1200px) {
  body h1, body .h1 {
    font-size: 64px;
  }
}
body h1.serif, body .h1.serif {
  font-family: garamond-premier-pro-display, serif;
  font-weight: 300;
  font-size: 130px;
  letter-spacing: 0.01em;
  line-height: 100%;
}
@media screen and (max-width: 1200px) {
  body h1.serif, body .h1.serif {
    font-weight: 300;
    font-size: 56px;
    letter-spacing: 0.01em;
    line-height: 66px;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  }
}
body h2, body .h2 {
  font-family: europa, sans-serif;
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 0.2em;
}
body h2.serif, body .h2.serif {
  font-family: garamond-premier-pro-display, serif;
  font-weight: 300;
  font-size: 90px;
  letter-spacing: 0.01em;
}
@media SCREEN and (max-width: 1200px) {
  body h2.serif, body .h2.serif {
    font-size: 44px;
    letter-spacing: 0.01em;
    line-height: 54px;
  }
}
@media SCREEN and (max-width: 1200px) {
  body h2, body .h2 {
    font-size: 18px;
    line-height: 36px;
  }
}
body h3, body .h3 {
  font-family: europa, sans-serif;
  font-weight: normal;
  font-size: 32px;
  letter-spacing: 0.15em;
}
body h3.serif, body .h3.serif {
  font-family: garamond-premier-pro-display, serif;
  font-weight: 300;
  font-size: 56px;
  letter-spacing: 0.01em;
  line-height: 100%;
}
@media SCREEN and (max-width: 1200px) {
  body h3, body .h3 {
    font-size: 16px;
    line-height: 32px;
  }
}
body h4, body .h4 {
  font-family: europa, sans-serif;
  font-size: 30px;
  letter-spacing: 0.03em;
}
body h4.serif, body .h4.serif {
  font-family: garamond-premier-pro-display, serif;
  font-size: 56px;
  letter-spacing: 0.01em;
}
@media SCREEN and (max-width: 1200px) {
  body h4.serif, body .h4.serif {
    font-size: 36px;
    letter-spacing: 0.01em;
    line-height: 54px;
  }
}
body h5, body .h5 {
  font-family: europa, sans-serif;
  font-size: 28px;
  letter-spacing: 0.2em;
}
body h5.serif, body .h5.serif {
  font-family: garamond-premier-pro-display, serif;
  font-weight: 300;
  font-size: 44px;
  letter-spacing: 0;
}
body h6, body .h6 {
  font-family: europa, sans-serif;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
body h6.serif, body .h6.serif {
  font-family: garamond-premier-pro-display, serif;
  font-weight: 300;
  font-size: 34px;
  letter-spacing: 0.01em;
}
body .btn {
  font-style: normal;
  font-weight: bold;
  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 !important;
  border: 0px;
  margin: 0;
  min-width: 220px;
}
body .btn:first-child {
  margin-left: 0;
}
body .btn:last-child {
  margin-right: 0;
}
body .btn:only-child {
  margin: 0 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-white {
  border: 2px solid white;
  background: white;
  color: #000;
}
body .btn.btn-white:hover {
  background: #C39A6A;
  border: 2px solid #C39A6A;
}
body .btn.btn-gold {
  background: #C39A6A;
  color: black;
  border: 2px solid #C39A6A;
}
body .btn.btn-gold:hover {
  background: black;
  color: white;
  border: 2px solid black;
}
body .btn.btn-ltgold {
  background: #D5C1A9;
  color: black;
  border: 2px solid #D5C1A9;
}
body .btn.btn-ltgold:hover {
  background: black;
  color: white;
  border: 2px solid black;
}
body .btn.btn-black {
  background: black;
  color: white;
  border: 2px solid black;
}
body .btn.btn-black:hover {
  background: #C39A6A;
  color: black;
  border: 2px solid #C39A6A;
}
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: #C39A6A;
  color: black;
  border: 2px solid #C39A6A;
}
body .btn.btn-outline-gold {
  background: none;
  color: #C39A6A;
  border: 2px solid #C39A6A;
}
body .btn.btn-outline-gold:hover {
  background: #C39A6A;
  color: black;
  border: 2px solid #C39A6A;
}
body ul.fancy li {
  background: url("../../wp-content/themes/fullfocus/img/icons/gold-check.svg") no-repeat left 6px;
  background-size: 24px 24px;
  list-style: none;
  font-size: 30px;
  letter-spacing: 0.03em;
  line-height: 32px;
  font-weight: 300;
  color: #EBE8E3;
  list-style-position: outside;
  padding-left: 4rem;
  margin-bottom: 36px;
}
@media screen and (max-width: 1200px) {
  body ul.fancy li {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 44px;
    background-size: 18px 18px;
    margin-bottom: 12px;
    background-position: left 14px;
  }
}
body .text-ltgold {
  color: #D5C1A9;
}
body .text-gold {
  color: #C39A6A;
}
body .text-cream {
  color: #EBE8E3;
}
body .bg-dark {
  background: #1c1919 !important;
}
body .bg-black {
  background: #000 !important;
}
body .bg-warmwhite {
  background: #F7F7F5 !important;
}
body .bg-cream {
  background: #EBE8E3;
}
body .sep {
  padding: 0 8px;
  font-size: 10px;
}

#top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.logged-in #top {
  top: 32px;
}
@media SCREEN and (max-width: 1200px) {
  .logged-in #top {
    top: 46px;
  }
}
#top #announcement {
  padding: 2rem;
  background: black;
  color: white;
  text-transform: uppercase;
}
#top #announcement p {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.25em;
  line-height: 24px;
}
@media SCREEN and (max-width: 1200px) {
  #top #announcement p {
    font-size: 12px;
  }
}
#top #announcement p a {
  color: #D5C1A9;
  padding-bottom: 2px;
  border-bottom: 1px solid #D5C1A9;
  text-decoration: none;
}
#top #announcement p a:hover {
  color: white;
  border-color: white;
}
#top header#ff_header {
  background: #EBE8E3;
  height: 88px;
  transition: 0.2s height ease;
}
@media SCREEN and (max-width: 1200px) {
  #top header#ff_header {
    overflow: hidden;
  }
}
#top header#ff_header .logo {
  padding: 31px 24px;
}
#top header#ff_header a.promo-link {
  background: #C39A6A;
  color: white;
  font-size: 12px;
  letter-spacing: 0.2em;
  line-height: 34px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-weight: normal;
  font-family: europa, sans-serif;
  padding: 26px;
  margin-bottom: 1px;
}
@media screen and (max-width: 1200px) {
  #top header#ff_header a.promo-link {
    display: none !important;
  }
}
#top header#ff_header a.promo-link:hover {
  background: black;
}
#top header#ff_header .desktop-menu {
  flex: 0 1 50%;
}
#top header#ff_header .desktop-menu ul {
  text-align: center;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.2em;
  line-height: 24px;
  text-transform: uppercase;
}
#top header#ff_header .desktop-menu ul li {
  display: inline-block;
  padding: 32px 26px;
}
#top header#ff_header .desktop-menu ul li.menu-item > ul.sub-menu {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
#top header#ff_header .desktop-menu ul li.menu-item > ul.sub-menu ul.sub-menu {
  box-shadow: 0px 0px 0px;
}
#top header#ff_header .desktop-menu ul li.menu-item > ul.sub-menu:after {
  content: "";
  background-size: cover;
  width: 40%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
#top header#ff_header .desktop-menu ul li.menu-item > ul.sub-menu ul.sub-menu:after {
  display: none;
}
#top header#ff_header .desktop-menu ul li a {
  color: #1c1919;
  text-decoration: none;
  text-transform: uppercase;
}
#top header#ff_header .desktop-menu ul li a:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f107";
  font-size: 16px;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transform-origin: center;
  margin-left: 5px;
  position: relative;
  top: 1px;
}
#top header#ff_header .desktop-menu ul li ul {
  position: absolute;
  left: -9999px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
#top header#ff_header .desktop-menu ul li ul.sub-menu {
  margin-top: 30px;
  text-align: left;
  padding: 90px 90px 90px 13%;
  height: 488px;
}
#top header#ff_header .desktop-menu ul li ul.sub-menu li {
  padding: 10px 10px 10px 0;
  text-align: left;
  width: 16%;
  min-width: 160px;
  border-right: 1px solid #C39A6A;
}
#top header#ff_header .desktop-menu ul li ul.sub-menu li a:after {
  display: none;
  padding-bottom: 1px;
}
#top header#ff_header .desktop-menu ul li ul.sub-menu li a:hover {
  border-bottom: 2px solid #C39A6A;
}
#top header#ff_header .desktop-menu ul li ul.sub-menu li ul {
  position: absolute;
  left: 25.5%;
  top: 0;
  margin-top: 0;
  display: none;
  background: none;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0 0 0 5%;
  min-width: 300px;
  height: auto;
}
#top header#ff_header .desktop-menu ul li ul.sub-menu li ul li {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 16px;
  margin-bottom: 10px;
  border-right: 0px;
  width: 280px;
}
#top header#ff_header .desktop-menu ul li ul.sub-menu li ul li:last-child {
  margin-bottom: 0;
}
#top header#ff_header .desktop-menu ul li ul.sub-menu li ul li a {
  color: rgba(0, 0, 0, 0.6);
  text-transform: none;
  font-weight: normal;
}
#top header#ff_header .desktop-menu ul li ul.sub-menu li ul li.offsite a {
  color: #C39A6A;
}
#top header#ff_header .desktop-menu ul li ul.sub-menu li ul li.offsite:after {
  font-family: "Font Awesome 5 Pro";
  content: " \f30b";
  font-size: 12px;
  font-weight: 500;
  color: #C39A6A;
}
#top header#ff_header .desktop-menu ul li:hover ul {
  left: 0;
  background: white;
}
#top header#ff_header .desktop-menu ul li:hover ul li:hover ul {
  display: flex;
  justify-content: center;
  height: 100%;
}
@media SCREEN and (max-width: 1200px) {
  #top header#ff_header .desktop-menu {
    display: none;
  }
}
#top header#ff_header #header_meta {
  padding: 31px 24px;
  gap: 0 20px;
}
#top header#ff_header #header_meta [data-toggle=navigation] {
  display: none;
}
@media screen and (max-width: 1200px) {
  #top header#ff_header #header_meta [data-toggle=navigation] {
    display: inline-block;
  }
}
#top header#ff_header.open {
  height: 100vh;
  overflow-y: auto;
}
.logged-in #top header#ff_header.open {
  height: calc(100vh - 46px);
}
#top header#ff_header #hidden {
  display: none !important;
  height: calc(100% - 90px);
}
@media SCREEN and (max-width: 1200px) {
  #top header#ff_header #hidden {
    display: flex !important;
  }
}
#top header#ff_header #hidden ul#menu-main-navigation-1 {
  font-size: 14px;
  padding: 0 2rem;
  letter-spacing: 0.2em;
  line-height: 24px;
  color: #1c1919;
  text-transform: uppercase;
  font-weight: bold;
}
#top header#ff_header #hidden ul#menu-main-navigation-1 li {
  border-bottom: 1px solid #707070;
  list-style: none;
  padding: 21px 0;
}
#top header#ff_header #hidden ul#menu-main-navigation-1 li a {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  color: black;
  text-decoration: none;
}
#top header#ff_header #hidden ul#menu-main-navigation-1 li a:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f107";
  font-size: 22px;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transform-origin: center;
}
#top header#ff_header #hidden ul#menu-main-navigation-1 li a.rotated:after {
  transform: scaleY(-1); /* Firefox 16+, IE 10+, Opera 12.10+ */
}
#top header#ff_header #hidden ul#menu-main-navigation-1 li ul {
  font-size: 12px;
  letter-spacing: 0.25em;
  line-height: 24px;
  text-align: left;
  padding: 0;
  display: none;
  margin-bottom: -1rem;
}
#top header#ff_header #hidden ul#menu-main-navigation-1 li ul li {
  font-weight: bold;
  padding: 21px 0;
}
#top header#ff_header #hidden ul#menu-main-navigation-1 li ul li:last-child {
  border-bottom: 0px;
}
#top header#ff_header #hidden ul#menu-main-navigation-1 li ul li ul {
  margin-top: 1rem;
  display: none;
  margin-bottom: 0rem;
}
#top header#ff_header #hidden ul#menu-main-navigation-1 li ul li ul li {
  border-bottom: 0;
  font-weight: normal;
  padding: 6px 0;
}
#top header#ff_header #hidden ul#menu-main-navigation-1 li ul li ul li.offsite a {
  color: #C39A6A;
}
#top header#ff_header #hidden ul#menu-main-navigation-1 li ul li ul li.offsite a:after {
  font-family: "Font Awesome 5 Pro";
  content: " \f30b";
  font-size: 12px;
  font-weight: 500;
}
#top header#ff_header #hidden ul#menu-main-navigation-1 li ul li ul li a {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 32px;
  text-decoration: none;
  text-transform: none;
  color: black;
}
#top header#ff_header #hidden ul#menu-main-navigation-1 li ul li ul li a:after {
  content: "";
}
#top header#ff_header #hidden ul#menu-main-navigation-1 li ul li ul li a i {
  font-size: inherit;
}
#top header#ff_header #hidden #menu-sub-navigation {
  font-size: 12px;
  letter-spacing: 0.2em;
  list-style: none;
  padding: 0 2rem;
}
#top header#ff_header #hidden #menu-sub-navigation li {
  padding: 8px 0;
}
#top header#ff_header #hidden #menu-sub-navigation li a {
  color: #968782;
  text-decoration: none;
  text-transform: uppercase;
}
#top header#ff_header #hidden a.promo-link {
  display: inline-block !important;
  position: relative;
  top: 1px;
  margin-bottom: 0;
}

section {
  position: relative;
}
section[type=hero] {
  background: black;
}
section[type=hero] h6 {
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 30px;
}
@media SCREEN and (max-width: 1200px) {
  section[type=hero] h6 {
    font-size: 12px;
    letter-spacing: 0.25em;
    line-height: 24px;
  }
}
section[type=hero] .row {
  min-height: calc(100vh - 88px);
}
@media screen and (max-width: 1200px) {
  section[type=hero] .row {
    min-height: auto;
    padding: 150px 0 75px;
  }
}
body:not(.home) section[type=hero] .row {
  min-height: 912px;
}
@media screen and (max-width: 1200px) {
  body:not(.home) section[type=hero] .row {
    min-height: auto;
    padding: 150px 0 75px;
  }
}
section[type=hero] img.play-button {
  max-width: 150px;
  height: auto;
}
section[type=content-tabber] {
  padding: 180px 0;
}
@media SCREEN and (max-width: 1200px) {
  section[type=content-tabber] {
    padding: 75px 2rem;
  }
}
section[type=content-tabber] ul.tab-control {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 50px;
}
section[type=content-tabber] ul.tab-control > li {
  font-family: europa, sans-serif;
  font-weight: normal;
  font-size: 25px;
  letter-spacing: 0.05em;
  line-height: 46px;
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
  opacity: 0.5;
  margin-bottom: 1.75rem;
  position: relative;
  padding-right: 20px;
}
section[type=content-tabber] ul.tab-control > li i {
  position: absolute;
  top: 10px;
  right: 0;
  display: none;
}
section[type=content-tabber] ul.tab-control > li span.num {
  font-family: garamond-premier-pro-display, serif;
  font-weight: 500;
  font-style: italic;
  font-size: 50px;
  text-align: left;
  color: #d5c1a9;
  opacity: 0.5;
  display: block;
  margin-bottom: 0.75rem;
}
section[type=content-tabber] ul.tab-control > li span.adjustment {
  line-height: 26px;
  display: block;
  margin-bottom: 7px;
}
section[type=content-tabber] ul.tab-control > li.active, section[type=content-tabber] ul.tab-control > li:hover {
  color: rgb(255, 255, 255);
  opacity: 1;
}
section[type=content-tabber] ul.tab-control > li.active span.num, section[type=content-tabber] ul.tab-control > li:hover span.num {
  opacity: 1;
}
section[type=content-tabber] ul.tab-control > li.active i {
  transform: rotate(180deg);
}
@media SCREEN and (max-width: 1200px) {
  section[type=content-tabber] ul.tab-control > li {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 36px;
    text-align: left;
    color: rgba(255, 255, 255, 0.8);
    opacity: 1;
    border-bottom: 1px solid #707070;
    padding-bottom: 8px;
    margin-bottom: 10px;
  }
  section[type=content-tabber] ul.tab-control > li i {
    display: block;
  }
  section[type=content-tabber] ul.tab-control > li span.num {
    float: left;
    opacity: 1;
    font-weight: 500;
    font-style: italic;
    font-size: 27px;
    margin-right: 2rem;
  }
  section[type=content-tabber] ul.tab-control > li div {
    display: none;
  }
  section[type=content-tabber] ul.tab-control > li div.active {
    display: block;
  }
}
@media SCREEN and (max-width: 1200px) {
  section[type=content-tabber] ul.tab-control {
    margin-bottom: 2rem;
  }
}
section[type=content-tabber] .tab-data div {
  display: none;
}
section[type=content-tabber] .tab-data div.active {
  display: block;
}
section[type=content-tabber] p, section[type=content-tabber] ul, section[type=content-tabber] ol {
  font-weight: normal;
  font-size: 19px;
  letter-spacing: 0.05em;
  line-height: 36px;
  text-align: left;
  color: white;
}
section[type=content-tabber] p a, section[type=content-tabber] ul a, section[type=content-tabber] ol a {
  text-decoration: none;
  color: #D5C1A9;
}
section[type=content-tabber] p a:hover, section[type=content-tabber] ul a:hover, section[type=content-tabber] ol a:hover {
  color: white;
}
@media SCREEN and (max-width: 1200px) {
  section[type=content-tabber] p, section[type=content-tabber] ul, section[type=content-tabber] ol {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 27px;
    clear: both;
  }
}
section[type=quote] {
  background: black;
  padding: 250px 0;
}
@media screen and (max-width: 1200px) {
  section[type=quote] {
    padding: 75px 2rem;
  }
}
section[type=quote] h2 {
  font-family: garamond-premier-pro-display, serif;
  font-weight: normal;
  font-size: 56px;
  letter-spacing: 0.01em;
  line-height: 66px;
  text-align: center;
  color: #fff;
}
section[type=quote] cite {
  font-style: normal;
  text-transform: uppercase;
  font-family: europa, sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.25em;
  line-height: 28px;
  text-align: center;
  color: #D5C1A9;
}
section[type=quote] a.takeme {
  font-family: garamond-premier-pro-display, serif;
  font-size: 56px;
  letter-spacing: 0.01em;
  line-height: 66px;
  text-align: center;
  color: #fff;
  border-bottom: 1px solid #C39A6A;
  padding-bottom: 2px;
  text-decoration: none;
}
@media SCREEN and (max-width: 1200px) {
  section[type=quote] a.takeme {
    font-size: 44px;
  }
}
section[type=quote] a.takeme:hover {
  color: #C39A6A;
}
section[type=ribbon] {
  background: black;
  padding: 76px 0;
}
@media SCREEN and (max-width: 767px) {
  section[type=ribbon] {
    padding: 50px 0;
  }
}
section[type=ribbon] p {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 28px;
}
section[type=ribbon] h6 {
  font-size: 15px;
  letter-spacing: 0.17em;
  line-height: 30px;
}
section[type=ribbon] ul {
  text-align: center;
  margin: 0;
  padding: 0;
}
section[type=ribbon] ul li {
  text-transform: uppercase;
  display: inline-block;
  color: #D5C1A9;
  padding: 0 30px;
  font-size: 16px;
  letter-spacing: 0.25em;
  line-height: 24px;
}
@media SCREEN and (max-width: 1200px) {
  section[type=ribbon] ul li {
    margin: 20px 0;
  }
}
section[type=ribbon] ul.d-flex {
  flex-wrap: wrap;
}
@media SCREEN and (max-width: 767px) {
  section[type=ribbon] ul.d-flex li {
    flex: 1 0 100%;
    text-align: center;
  }
}
section[type=ribbon] a {
  color: #D5C1A9;
  text-decoration: none;
}
section[type=ribbon] a:hover {
  color: white;
}
section[type=ribbon].bg-white {
  background: white;
}
section[type=ribbon].bg-white a {
  color: black;
  text-decoration: none;
  font-weight: bold;
}
section[type=ribbon].bg-white a.current {
  border-bottom: 2px solid #D5C1A9;
  padding-bottom: 2px;
}
section[type=ribbon].bg-white a:hover {
  color: #C39A6A;
}
section[type=ribbon].bg-white #s {
  background: url("../../wp-content/themes/fullfocus/img/icons/search.svg") no-repeat left center;
  padding: 5px 5px 5px 40px;
  border: 0;
  border-bottom: 1px solid black;
  width: 338px;
}
section[type=ribbon].bg-white .swiper br {
  display: none;
}
section[type=ribbon].bg-white .swiper form {
  margin-top: -5px;
}
section[type=ribbon].bg-white .swiper a {
  text-transform: uppercase;
  display: inline-block;
  color: black;
  margin: 0rem 30px;
  font-size: 14px;
  letter-spacing: 0.25em;
  line-height: 24px;
}
section[type=ribbon].bg-white .swiper a:hover {
  color: #C39A6A;
}
section[type="1col-text"] {
  padding: 200px 0;
  background: #EBE8E3;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  section[type="1col-text"] {
    padding: 60px 20px;
  }
}
section[type="1col-text"] .paper {
  padding: 120px;
  background: white;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.11);
}
section[type="1col-text"] .paper p, section[type="1col-text"] .paper ul, section[type="1col-text"] .paper ol {
  font-family: garamond-premier-pro, serif;
  font-size: 20px;
  letter-spacing: 0em;
  line-height: 32px;
  text-align: left;
  color: #000;
}
section[type="1col-text"] .paper p.letter-end, section[type="1col-text"] .paper ul.letter-end, section[type="1col-text"] .paper ol.letter-end {
  margin-bottom: 120px;
}
@media screen and (max-width: 1200px) {
  section[type="1col-text"] .paper {
    padding: 50px;
  }
}
section[type="2col-grid"] .grid {
  min-height: 75vh;
  padding: 0 80px;
}
section[type="2col-grid"] .grid h4 {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 0px;
  width: 100%;
}
@media SCREEN and (max-width: 1200px) {
  section[type="2col-grid"] .grid {
    min-height: auto;
    padding: 200px 20px;
  }
}
section[type="2col-subscribe"] {
  background: #D5C1A9;
}
section[type="2col-subscribe"] .row {
  min-height: calc(100vh - 80px);
}
section[type="2col-subscribe"] .row p {
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 36px;
  text-align: left;
  color: rgba(0, 0, 0, 0.7);
}
@media SCREEN and (max-width: 1200px) {
  section[type="2col-subscribe"] .row {
    min-height: auto;
    padding: 2rem 0 0;
    text-align: center;
  }
  section[type="2col-subscribe"] .row .col-xl-4 {
    padding: 2rem 2rem 3rem;
  }
  section[type="2col-subscribe"] .row #subscribe__image {
    height: 50vw;
    order: 2;
  }
  section[type="2col-subscribe"] .row p {
    text-align: center;
  }
}
section[type="2col-feature"] .row {
  min-height: calc(100vh - 80px);
}
section[type="2col-feature"] .row div[role=img] {
  position: relative;
  background: url("../../wp-content/themes/fullfocus/img/founder.jpg") no-repeat center top;
  background-size: cover;
}
@media SCREEN and (max-width: 1200px) {
  section[type="2col-feature"] .row div[role=img] {
    height: 120vw;
  }
}
section[type="2col-feature"] .row .inner-wrap p {
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 36px;
  text-align: left;
  color: rgba(0, 0, 0, 0.7);
}
@media SCREEN and (max-width: 1200px) {
  section[type="2col-feature"] .row .inner-wrap {
    padding: 50px 2rem;
  }
}
section[type="2col-content"] {
  padding: 280px 0;
}
@media SCREEN and (max-width: 1200px) {
  section[type="2col-content"] {
    padding: 125px 0;
  }
}
section[type=optin] {
  padding: 150px 0;
}
@media SCREEN and (max-width: 1200px) {
  section[type=optin] {
    padding: 75px 0;
  }
}
section[type=optin] .hubspot {
  padding: 90px;
}
section[type=optin] .hubspot p, section[type=optin] .hubspot ul, section[type=optin] .hubspot ol {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.7);
}
section[type=optin] .hubspot #hsForm_6dcb4874-3440-4a76-980a-419cbf81b904 [data-reactid=".hbspt-forms-0.1:$3"],
section[type=optin] .hubspot #hsForm_6dcb4874-3440-4a76-980a-419cbf81b904 [data-reactid=".hbspt-forms-0.1:$4"] {
  display: none;
}
@media SCREEN and (max-width: 1200px) {
  section[type=optin] .hubspot {
    padding: 50px;
  }
  section[type=optin] .hubspot fieldset {
    flex: 1 0 100%;
    margin-bottom: 2rem;
  }
  section[type=optin] .hubspot fieldset.form-columns-2 > div {
    flex: 1 0 100%;
    margin-bottom: 2rem;
  }
}
section[type=post_rotator] {
  background: #f8f8f5;
}
@media SCREEN and (max-width: 1200px) {
  section[type=post_rotator] {
    padding: 0 2rem;
  }
}
section[type=post_rotator] .row {
  height: 770px;
}
section[type=post_rotator] .row div[role=img] {
  background: url("../../wp-content/themes/fullfocus/img/hero/blog.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
}
section[type=post_rotator] .row div[role=img] a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 0;
  border-bottom: 0 !important;
}
@media SCREEN and (max-width: 960px) {
  section[type=post_rotator] .row div[role=img] {
    height: 335px;
    margin-bottom: 2rem;
  }
}
@media SCREEN and (max-width: 767px) {
  section[type=post_rotator] .row div[role=img] {
    height: 175px;
    margin-bottom: 2rem;
  }
}
@media SCREEN and (max-width: 1200px) {
  section[type=post_rotator] .row {
    text-align: center;
  }
}
@media SCREEN and (max-width: 767px) {
  section[type=post_rotator] .row {
    height: 380px;
  }
}
@media SCREEN and (max-width: 767px) {
  section[type=post_rotator] .slick-dots {
    width: 100%;
    text-align: center !important;
  }
}
section[type=post_rotator] .post .post-meta h4.serif a {
  text-decoration: none !important;
  color: black;
  border-bottom: 0px !important;
  padding-bottom: 0px !important;
}
@media SCREEN and (max-width: 767px) {
  section[type=post_rotator] .post .post-meta h4.serif {
    font-size: 34px;
    letter-spacing: 0.01em;
    line-height: 40px;
    text-align: left;
    color: #1c1919;
  }
}
section[type=post_rotator] .post .post-meta h6 {
  font-size: 14px;
  letter-spacing: 0.25em;
  line-height: 30px;
  text-align: left;
  color: #c39a6a;
}
section[type=post_rotator] .post .entry p {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 28px;
  text-align: left;
  color: rgba(0, 0, 0, 0.7);
}
@media SCREEN and (max-width: 767px) {
  section[type=post_rotator] .post .entry p {
    display: none;
  }
}
section[type=post_rotator] .post .entry a.readmore {
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.25em;
  line-height: 30px;
  text-align: center;
  color: #000;
  padding-bottom: 2px;
  border-bottom: 2px solid #C39A6A;
  font-weight: bold;
  text-transform: uppercase;
}
section[type=post_rotator] .post .entry a.readmore:hover {
  color: #C39A6A;
}
section[type=post_rotator] .slider_nav a {
  border: 0px !important;
}
section[type=post_rotator] .slider_nav .fr_next img {
  transform: rotate(180deg);
}
@media SCREEN and (max-width: 767px) {
  section[type=post_rotator] .slider_nav {
    display: none !important;
  }
}
section[type=post_rotator].bg-black .post .post-meta h4 a:hover {
  color: white !important;
}
section[type=post_rotator].bg-black .post a.readmore {
  color: white !important;
}
section[type=post_rotator].bg-black .post a.readmore:hover {
  color: #C39A6A !important;
}
section[type="4col-grid"] .grid {
  z-index: 1000;
  min-height: 750px;
  padding: 0 40px 110px;
  transform-origin: top center;
  transition: 0.2s all ease;
}
section[type="4col-grid"] .grid p.play-icon {
  opacity: 0;
  transition: 0.2s opacity ease;
}
section[type="4col-grid"] .grid p.play-icon img {
  width: 72px;
  height: auto;
}
@media screen and (min-width: 768px) {
  section[type="4col-grid"] .grid:hover {
    transform: scale(1.03);
    border: 1px solid white;
    border-top: 0;
  }
  section[type="4col-grid"] .grid:hover p.play-icon {
    opacity: 1;
  }
}
section[type="4col-grid"] .grid a {
  text-decoration: none;
  font-style: italic;
  dsplay: block;
  width: 100%;
  height: 100%;
}
@media SCREEN and (max-width: 1200px) {
  section[type="4col-grid"] .grid {
    min-height: auto;
    height: 530px;
    padding: 0 20px 50px;
  }
  section[type="4col-grid"] .grid a {
    padding: 200px 20px;
  }
  section[type="4col-grid"] .grid p.play-icon {
    opacity: 1;
    transition: 0.2s opacity ease;
    text-align: center;
  }
  section[type="4col-grid"] .grid p.play-icon img {
    display: inline-block !important;
  }
}
section[type=clients] {
  padding: 90px 0;
  background: black;
  text-align: center;
}
section[type=clients] img {
  max-height: 70px;
  margin: 0 55px;
}
@media SCREEN and (max-width: 1200px) {
  section[type=clients] img {
    margin: 0 25px;
  }
}
section[type=rotator] {
  background: white;
}
section[type=rotator] h5, section[type=rotator] h6, section[type=rotator] p, section[type=rotator] img, section[type=rotator] a {
  transition: 0.5s opacity ease;
}
section[type=rotator] .hide {
  opacity: 0;
}
section[type=rotator] .container-fluid .row h6 {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.25em;
  line-height: 24px;
  color: #c39a6a;
}
@media screen and (max-width: 1200px) {
  section[type=rotator] .container-fluid .row {
    text-align: center;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 1200px) {
  section[type=rotator] .container-fluid .row p {
    text-align: center;
    display: block;
    width: 100%;
  }
}
section[type=posts] .post {
  background: white;
  border-radius: 8px;
  position: relative;
}
section[type=posts] .post .thumbnail__post {
  flex: 1 0 338px;
  border-radius: 8px 0 0 8px;
  height: auto;
  background: url("../../wp-content/themes/fullfocus/img/hero/blog.jpg") no-repeat center center;
  background-size: cover;
}
section[type=posts] .post .thumbnail__post a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media SCREEN and (max-width: 960px) {
  section[type=posts] .post .thumbnail__post {
    border-radius: 8px;
    height: 80px;
    flex: 1 0 80px;
    order: 2;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 80px;
  }
}
section[type=posts] .post .post-info {
  padding: 60px 80px;
}
section[type=posts] .post .post-info h5 {
  font-size: 34px;
  letter-spacing: 0.01em;
  line-height: 40px;
  text-align: left;
}
@media SCREEN and (max-width: 960px) {
  section[type=posts] .post .post-info {
    padding: 20px;
  }
  section[type=posts] .post .post-info h5 {
    font-size: 24px;
    letter-spacing: 0.01em;
    line-height: 32px;
    margin-bottom: 0px !important;
    width: calc(100% - 110px);
  }
  section[type=posts] .post .post-info .entry {
    display: none;
  }
}
section[type=posts] .post .post-info a {
  color: #1C1919;
  text-decoration: none;
}
section[type=posts] .post .post-info .post-meta {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 24px;
  color: #968782;
}
@media SCREEN and (max-width: 960px) {
  section[type=posts] .post .post-info .post-meta {
    font-size: 10px;
    letter-spacing: 0.05em;
    line-height: 20px;
    width: calc(100% - 70px);
  }
}
section[type=posts] .post .post-info .post-meta a {
  color: #968782;
  text-decoration: none;
}
section[type=posts] .post .post-info .post-meta .tags a.badge {
  background: #F7F7F5;
  font-size: 14px;
  font-weight: normal;
}
@media SCREEN and (max-width: 960px) {
  section[type=posts] .post .post-info .post-meta .tags a.badge {
    font-size: 10px;
    letter-spacing: 0.05em;
  }
}
section[type=posts] .post .post-info .entry p {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 24px;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
}
section[type=posts] a.btn {
  min-width: 220px;
}
section[type=posts__grid] {
  padding: 150px 0;
  background: #EBE8E3;
}
section[type=posts__grid] h5 {
  font-size: 16px;
  letter-spacing: 0.25em;
  line-height: 24px;
  text-align: left;
  font-weight: bold;
  float: left;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  section[type=posts__grid] h5 {
    text-align: center;
    display: block;
    width: 100%;
  }
}
section[type=posts__grid] a.viewall {
  font-size: 14px;
  letter-spacing: 0.25em;
  line-height: 24px;
  text-align: right;
  font-family: europa, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: black;
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  section[type=posts__grid] a.viewall {
    text-align: center;
    display: block;
    width: 100%;
  }
}
section[type=posts__grid] .post {
  background: #F7F7F5;
  padding: 44px 28px;
  height: 100%;
}
section[type=posts__grid] .post.has-thumbnail {
  padding: 0;
}
section[type=posts__grid] .post.has-thumbnail .post-inner {
  padding: 44px 28px;
}
section[type=posts__grid] .post h6 {
  text-transform: none;
}
section[type=posts__grid] .post p {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 24px;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
  opacity: 0.8;
}
section[type=posts__grid] .post a.readmore {
  font-family: europa, sans-serif;
  font-size: 14px;
  letter-spacing: 0.25em;
  line-height: 30px;
  text-decoration: none;
  color: black;
  text-transform: uppercase;
}
@media SCREEN and (max-width: 1200px) {
  section[type=posts__grid] .post {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 1200px) {
  section[type=posts__grid] {
    padding: 2rem 0;
  }
}
section[type=sortable-grid] .grid-container {
  background: #EBE8E3;
}
section[type=sortable-grid] .grid-container .mixer-container {
  width: 100% !important;
}
section[type=sortable-grid] .grid-container .mixer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px;
}
section[type=sortable-grid] .grid-container .grid {
  background: white;
  position: relative;
  padding: 2rem 2rem 9rem 2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  margin: 0 2rem 2rem;
  width: calc(33.3333333% - 4rem);
}
@media SCREEN and (max-width: 1200px) {
  section[type=sortable-grid] .grid-container .grid {
    width: calc(50% - 4rem);
  }
}
@media SCREEN and (max-width: 767px) {
  section[type=sortable-grid] .grid-container .grid {
    width: 100%;
  }
}
section[type=sortable-grid] .grid-container .grid img {
  max-height: 250px;
  width: auto;
}
section[type=sortable-grid] .grid-container .grid .resource-info {
  padding: 30px 25px 60px;
  background: #F7F7F5;
  margin: 2rem 0 0 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
section[type=sortable-grid] .grid-container .grid .resource-info h6 {
  font-weight: normal;
}
section[type=sortable-grid] .grid-container .grid .resource-info a {
  color: black;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.25em;
  line-height: 24px;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  background: #000;
  display: inline-block;
  text-align: center;
  padding: 5px 15px;
  color: #fff;
  border-radius: 0;
  bottom: 0;
  position: absolute;
  width: 90%;
  left: 5%;
  bottom: 10px;
}
section[type=sortable-grid] .grid-container .grid .resource-info a.access-unlocked {
  background-color: #C39A6A;
}
section[type=sortable-grid] .grid-container .grid .resource-info a:hover {
  text-decoration: none;
  background: #C39A6A;
}
section[type=sortable-grid] .grid-container ul.filters {
  padding: 8px;
  background: white;
  border-radius: 50px;
  display: flex;
  justify-content: space-around;
  position: relative;
  z-index: 1;
  width: 70%;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 1200px) {
  section[type=sortable-grid] .grid-container ul.filters {
    flex-direction: column;
    border-radius: 35px;
    width: 100%;
  }
}
section[type=sortable-grid] .grid-container ul.filters li {
  list-style: none;
  padding: 15px 25px;
  border-radius: 50px;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 26px;
  flex: 1 0 17%;
  text-align: center;
  cursor: pointer;
  transition: 0.2s color ease;
}
section[type=sortable-grid] .grid-container ul.filters li:hover {
  color: #C39A6A;
}
section[type=sortable-grid] .grid-container ul.filters li.mixitup-control-active {
  color: white;
  background: black;
}
section[type=sortable-grid] .grid-container ul.filters li a {
  color: black;
  text-decoration: none;
  transition: 0.2s color ease;
}
section[type=sortable-grid] .grid-container ul.filters li a:hover {
  color: #C39A6A;
}
section[type=alt-blocks] .block {
  background: #EBE8E3;
  padding: 158px 0;
}
@media SCREEN and (max-width: 960px) {
  section[type=alt-blocks] .block {
    padding: 75px 0;
  }
}
section[type=alt-blocks] .block:nth-child(even) {
  background: white;
}
section[type=alt-blocks] .block h2 {
  font-family: garamond-premier-pro-display, serif;
  font-weight: 300;
  font-size: 56px;
  letter-spacing: 0.01em;
  line-height: 65px;
  text-align: left;
  color: #1c1919;
  text-transform: none;
}
section[type=alt-blocks] .block h3 {
  font-family: europa, sans-serif;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 36px;
  text-align: left;
  color: rgba(0, 0, 0, 0.9);
  text-transform: none;
  margin-bottom: 40px;
}
section[type=alt-blocks] .block p {
  margin-bottom: 40px;
}
section[type=alt-blocks]#books-container h2 {
  font-style: italic;
}

span[type=leader-nav] {
  font-family: europa, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.25em;
  line-height: 24px;
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-style: normal;
}
span[type=leader-nav] i {
  margin-top: 5px;
  transition: 0.2s margin ease;
  display: block;
  font-size: 32px;
}
@media screen and (max-width: 1200px) {
  span[type=leader-nav] {
    display: none;
  }
}
span[type=leader-nav]:hover i {
  margin-top: 15px;
}

.slick-dotted.slick-slider {
  margin-bottom: 60px !important;
}
.slick-dotted.slick-slider .slick-dots {
  position: absolute;
  bottom: -40px;
}
.slick-dotted.slick-slider .slick-dots li button:before {
  color: #D5C1A9;
  opacity: 1;
}
.slick-dotted.slick-slider .slick-dots li.slick-active button:before {
  color: black;
  opacity: 1;
}

.row > .container {
  max-width: 1320px;
}

.social-links i {
  margin-right: 10px;
}

.gform_body ul.gform_fields {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gform_body ul.gform_fields li {
  flex: 0 1 100% !important;
  max-width: none;
  margin-bottom: 2rem;
}
@media SCREEN and (max-width: 1600px) {
  .gform_body ul.gform_fields li {
    flex: 1 0 100% !important;
  }
}
.gform_body ul.gform_fields li input[type=text],
.gform_body ul.gform_fields li input[type=email],
.gform_body ul.gform_fields li input[type=tel],
.gform_body ul.gform_fields li textarea {
  background: none;
  border: 0px;
  border-bottom: 1px solid black;
  width: 100% !important;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 24px;
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
  padding: 16px 0;
}
.gform_body ul.gform_fields li input[type=radio],
.gform_body ul.gform_fields li input[type=checkbox] {
  margin-right: 10px;
}
.gform_body ul.gform_fields li select {
  width: 100% !important;
  border: 0px;
  background: none;
  padding: 5px 5px 6px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 24px;
  border-bottom: 1px solid black;
  border-radius: 0px !important;
  background: url("/wp-content/themes/fullfocus/img/icons/angle-down-light.svg") no-repeat right center;
  background-size: 13px;
}
.gform_body ul.gform_fields li select option {
  color: #111 !important;
}
.gform_body ul.gform_fields li .clear-multi div {
  flex: 0 1 33% !important;
}
.gform_body .gfield_description {
  font-style: italic;
}

body .gform_legacy_markup_wrapper .top_label div.ginput_container {
  margin-top: 0 !important;
}

li#field_3_5 {
  flex: 1 0 100% !important;
}

.hbspt-form {
  width: 100%;
}
.hbspt-form a {
  color: #C39A6A;
  padding-bottom: 2px;
  border-bottom: 2px solid #C39A6A;
  text-decoration: none;
}
.hbspt-form a:hover {
  color: black;
  border-color: black;
}
.hbspt-form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hbspt-form form .hs_submit {
  flex: 1 0 100%;
  text-align: center;
}
.hbspt-form form .hs_submit .hs-button {
  font-style: normal;
  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 !important;
  margin: 0 12px;
  background: none;
  color: black;
  border: 2px solid black;
  transition: 0.2s all ease;
}
.hbspt-form form .hs_submit .hs-button:hover {
  background: black;
  color: white;
}
.hbspt-form form fieldset {
  flex: 0 1 calc(100% - 9px);
  max-width: none;
}
@media SCREEN and (max-width: 1600px) {
  .hbspt-form form fieldset {
    flex: 1 0 100%;
  }
}
.hbspt-form form fieldset .hs-company {
  margin-bottom: 2rem;
}
.hbspt-form form fieldset div.hs-form-field {
  margin-bottom: 2rem;
}
.hbspt-form form fieldset.form-columns-2 {
  flex: 1 0 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0rem;
}
.hbspt-form form fieldset.form-columns-2 div.hs-form-field {
  flex: 0 1 calc(50% - 9px);
  margin-bottom: 2rem;
}
@media SCREEN and (max-width: 1600px) {
  .hbspt-form form fieldset.form-columns-2 div.hs-form-field {
    flex: 1 0 100%;
  }
}
.hbspt-form form fieldset label {
  display: block;
  font-size: 14px;
  letter-spacing: 0.25em;
  letter-spacing: 0;
  line-height: 20px;
  text-align: left;
  text-transform: uppercase;
  text-transform: none;
  font-weight: 500;
}
.hbspt-form form fieldset label:first-child {
  font-weight: bold;
}
.hbspt-form form fieldset .legal-consent-container p {
  font-size: 12px !important;
}
.hbspt-form form fieldset input[type=text],
.hbspt-form form fieldset input[type=email],
.hbspt-form form fieldset input[type=tel],
.hbspt-form form fieldset textarea {
  background: none;
  border: 0px;
  border-bottom: 1px solid black;
  width: 100% !important;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 24px;
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
  padding: 16px 0;
  padding: 12px;
  background: #fff;
  color: rgba(0, 0, 0, 0.9);
  margin-top: 5px;
}
.hbspt-form form fieldset input[type=radio],
.hbspt-form form fieldset input[type=checkbox] {
  margin-right: 10px;
}
.hbspt-form form fieldset select {
  width: 100% !important;
  margin: 0 0 2rem;
  margin: 5px 0 0;
  border: 0px;
  background: none;
  background: #fff;
  padding: 16px 0;
  padding: 12px;
  color: rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0.9);
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 24px;
  border-bottom: 1px solid black;
}
.hbspt-form form fieldset select option {
  color: #111 !important;
}
.hbspt-form form fieldset ul.inputs-list {
  list-style: none;
  padding: 0;
}
.hbspt-form form fieldset ul.inputs-list li {
  margin-bottom: 5px;
}
.hbspt-form form fieldset ul.inputs-list li label {
  margin-bottom: 0;
  text-transform: none !important;
  font-size: 14px;
  letter-spacing: 0.04em;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: normal;
  text-align: left;
}
.hbspt-form form fieldset ul.no-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hbspt-form form fieldset ul.no-list li {
  margin-top: 10px;
}
.hbspt-form form fieldset ul.no-list li label {
  font-size: 10px;
  letter-spacing: 0.04em;
  text-align: left;
  color: red;
}
.hbspt-form form fieldset[data-reactid=".hbspt-forms-0.2"], .hbspt-form form fieldset[data-reactid=".hbspt-forms-0.1:$2"] {
  flex: 1 0 100%;
}
.hbspt-form form fieldset[data-reactid=".hbspt-forms-0.2"] p, .hbspt-form form fieldset[data-reactid=".hbspt-forms-0.1:$2"] p {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 24px;
  text-align: left;
  color: #000;
  opacity: 0.8;
}

.tweetable {
  float: left;
  margin: 30px auto;
  width: 100%;
}
.tweetable blockquote {
  border: none;
  /*
  border-left: 0;
  border-top:3px solid #222;
  border-bottom: 3px solid #222;
  */
  font-family: europa, sans-serif;
  font-size: 32px;
  font-weight: 600;
  font-style: normal;
  margin: 0;
  padding: 30px 0 30px;
  text-align: left;
  -webkit-font-smoothing: subpixel-antialiased;
  padding-left: 50px;
  margin-left: -50px;
  background: url(images/icons/icon-quote.svg) no-repeat;
  background-size: 28px 28px;
  background-position: left 40px;
}
.tweetable blockquote cite {
  font-family: europa, sans-serif;
  font-weight: 600;
  font-size: 18px;
  font-style: normal;
  display: block;
  letter-spacing: 0;
  margin-top: 30px;
  text-align: right;
  text-transform: none;
}
.tweetable ul {
  font-size: 18px;
  padding: 0;
  margin-top: 10px;
}
.tweetable ul li {
  list-style-type: none;
  text-align: left;
}
.tweetable ul li a {
  border-radius: 50%;
  border: 1px solid #222;
  color: #222;
  display: inline-block;
  float: right;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}
.tweetable ul li a:hover, .tweetable ul li a:active, .tweetable ul li a:focus {
  text-decoration: none;
}
.tweetable ul li a.icon-twitter:before {
  content: "\f099";
  font-family: "Font Awesome 5 Brands";
  font-weight: normal;
  margin-right: 100px;
  margin-left: 5px;
}
.tweetable.tip {
  float: right;
  margin: 0 -260px 0 0;
  width: 200px !important;
  font-size: 1.4rem;
  padding-top: 3rem;
}
.tweetable.tip h4 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.6rem;
}
.tweetable.aside-right, .tweetable.tweetalign_right {
  float: right;
  margin: 0 -200px 100px 60px;
  width: 400px !important;
}

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