@font-face {
  font-family: 'HolidayFree';
  font-style: normal;
  font-weight: normal;
  src: local('HolidayFree'), url('/static/fonts/HolidayFree.woff') format('woff');
}
body {
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-weight: 100;
}
strong {
  font-weight: 600;
}
.btn:focus {
  box-shadow: none !important;
}
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: black;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}
.hidden {
  display: none !important;
}
.display-1,
.display-2,
.display-3 {
  font-family: proxima-nova, serif;
  font-style: normal;
  font-weight: 300;
}
.display-1 i.text-muted,
.display-2 i.text-muted,
.display-3 i.text-muted {
  color: rgba(0, 0, 0, 0.2) !important;
}
.bg-dark.text-white .display-1 i.text-muted,
.bg-dark.text-white .display-2 i.text-muted,
.bg-dark.text-white .display-3 i.text-muted {
  color: rgba(255, 255, 255, 0.1) !important;
}
.bg-dark.text-white .slick-dots button::before {
  color: white !important;
}
.img-shadow {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
.holiday {
  font-family: 'HolidayFree';
}
.bebas-neue {
  font-family: "Bebas Neue";
}
h2.display-3,
h3.display-3,
h4.display-3 {
  font-family: "Bebas Neue";
  font-size: 3em;
  margin-bottom: 0.5em;
  transform: scale3d(0.95, 1, 1) translate3d(-2.5%, 0, 0);
  letter-spacing: 0.035em;
}
@media (max-width: 767px) {
  h2.display-3,
  h3.display-3,
  h4.display-3 {
    font-size: 2em;
  }
}
.logo a,
.navbar-light .navbar-nav .nav-link {
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 1em;
  text-decoration: none;
  font-weight: 300;
  font-family: "Bebas Neue";
}
.navbar-collapse {
  position: relative;
}
@media (max-width: 991px) {
  .navbar-collapse {
    top: 10px;
  }
}
.logo {
  z-index: 4;
  padding: 0;
}
.logo a {
  font-size: 1.5em;
}
@media (max-width: 375px) {
  .logo a {
    font-size: 20px;
    letter-spacing: 0.15em;
  }
}
.nav-item {
  margin: 0 5px;
  transition: 0.2s ease-out;
}
.nav-item:hover a.nav-link,
.nav-item.active a.nav-link {
  color: #aaa !important;
}
@media (max-width: 1180px) {
  .nav-item {
    margin: 0 1px;
  }
}
.sociallinks {
  width: 150px;
  margin-left: 10px;
}
@media (min-width: 1441px) {
  .sociallinks {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .sociallinks {
    width: 100px;
  }
}
.sociallinks a {
  color: white;
  font-family: FontAwesome;
  padding: 5px 0;
  margin: 0 6px;
  width: 15px;
  display: inline-block;
  text-align: center;
}
.sociallinks a i {
  font-style: normal;
}
.sociallinks a:hover {
  text-decoration: none;
  color: #aaa !important;
}
@media (min-width: 992px) and (max-width: 1099px) {
  .sociallinks a {
    padding: 5px 0;
    margin: 0 1px;
  }
  .sociallinks a:hover {
    width: 17px;
  }
}
@media (max-width: 991px) {
  .sociallinks {
    margin: 20px auto;
    width: 130px;
  }
}
.navbar {
  z-index: 3;
}
.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0);
  color: black;
  transition: 0.1s background-color linear;
}
.navbar-light .navbar-toggler:focus {
  outline: 0px !important;
  background-color: rgba(255, 255, 255, 0.29);
  border-radius: 0;
}
.navbar-light .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 1.0)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  filter: invert(1);
  position: relative;
}
@media (max-width: 991px) {
  #navbar1 {
    padding-top: 10px;
    transition: 0.1s background-color linear, 0.2s height linear;
  }
  #navbar1.show {
    background-color: rgba(255, 255, 255, 0.29);
  }
}
.navbar-fixed-top.scrolled,
.navbar-fixed-top.responsive-open {
  background-color: #fff !important;
  transition: background-color 200ms linear;
}
.navbar-fixed-top.scrolled .nav-item.active a.nav-link,
.navbar-fixed-top.responsive-open .nav-item.active a.nav-link {
  color: #777 !important;
}
.navbar-fixed-top.scrolled .nav-link,
.navbar-fixed-top.responsive-open .nav-link {
  color: #111 !important;
}
.navbar-fixed-top.scrolled .nav-link:hover,
.navbar-fixed-top.responsive-open .nav-link:hover,
.navbar-fixed-top.scrolled .nav-link:focus,
.navbar-fixed-top.responsive-open .nav-link:focus {
  color: #777 !important;
}
.navbar-fixed-top.scrolled .logo a,
.navbar-fixed-top.responsive-open .logo a {
  color: #111 !important;
}
.navbar-fixed-top.scrolled .navbar-toggler-icon,
.navbar-fixed-top.responsive-open .navbar-toggler-icon {
  filter: inherit;
}
.navbar-fixed-top.scrolled .sociallinks a,
.navbar-fixed-top.responsive-open .sociallinks a {
  color: #111;
}
.navbar-fixed-top.scrolled .sociallinks a:hover,
.navbar-fixed-top.responsive-open .sociallinks a:hover {
  color: #777 !important;
}
.sociallinksFooter {
  width: 150px;
  padding-left: 0;
}
.sociallinksFooter li {
  display: inline-block;
}
.sociallinksFooter li a {
  color: #777;
  font-family: FontAwesome;
  padding: 5px 0;
  margin: 0 6px;
  width: 15px;
  display: inline-block;
  text-align: center;
}
.sociallinksFooter li a i {
  font-style: normal;
}
.sociallinksFooter li a:hover {
  color: #fff !important;
  text-decoration: none;
}
.fas,
.far,
.fal {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
}
.masthead {
  margin-top: -5vh;
  height: 90vh;
  min-height: 480px;
  max-height: 950px;
  position: relative;
  background-repeat: no-repeat;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .masthead {
    max-height: 750px;
  }
}
@media only screen and (min-width: 991px) {
  .masthead {
    min-height: 850px;
  }
}
@media only screen and (min-width: 1441px) {
  .masthead {
    max-height: inherit;
  }
}
.masthead::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("/static/img/james-header.jpg") no-repeat;
  background-size: cover;
  background-position-x: center;
}
@media (max-width: 991px) {
  .masthead::before {
    background-position-x: left;
  }
}
@media (max-width: 767px) {
  .masthead::before {
    background-position: left -75px top 0;
  }
}
@media (max-width: 576px) {
  .masthead::before {
    background-position: left -170px top 0;
  }
}
.masthead::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(180deg, transparent 65%, rgba(0, 0, 0, 0.28));
}
@media (max-width: 991px) {
  .masthead::after {
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.masthead .container-fluid {
  z-index: 1;
  position: relative;
}
.masthead .headlineWrapper {
  transition: 0.2s linear;
}
.masthead .headlineWrapper .firstHeadline,
.masthead .headlineWrapper .secondHeadline {
  transform: scale3d(0.94, 1, 1);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.masthead .headlineWrapper .firstHeadline {
  font-family: "HolidayFree";
  font-size: 7em;
  line-height: 0.7em;
  color: #ffffff;
  letter-spacing: -0.04em;
  position: relative;
  right: 10px;
  top: -10px;
}
.masthead .headlineWrapper .secondHeadline {
  line-height: 1.2em;
  font-size: 4em;
}
@media (max-width: 1800px) {
  .masthead .headlineWrapper {
    transform: scale(0.9);
  }
}
@media (max-width: 1600px) {
  .masthead .headlineWrapper {
    transform: scale(0.8);
  }
}
@media (max-width: 1440px) {
  .masthead .headlineWrapper {
    transform: scale(0.7);
  }
}
@media (max-width: 1200px) {
  .masthead .headlineWrapper {
    transform: scale(0.6);
  }
}
@media (max-width: 991px) {
  .masthead .headlineWrapper {
    transform: scale(0.5);
    min-width: 540px;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 425px) {
  .masthead .headlineWrapper {
    margin-left: -20%;
    margin-right: 0;
  }
}
@media (max-width: 375px) {
  .masthead .headlineWrapper {
    margin-left: -30%;
  }
}
@media (max-width: 320px) {
  .masthead .headlineWrapper {
    margin-left: -50%;
    transform: scale(0.4);
  }
}
.masthead .btn-box {
  color: white;
  border-radius: 0px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  padding: 12px 40px !important;
  position: relative;
  border: 2px solid white;
}
.masthead .btn-box:hover {
  color: #111;
  transition: 0.4s ease-out !important;
}
.masthead .btn-box:hover::before {
  width: 100%;
}
.masthead .btn-box::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  transition: 0.2s width ease-out;
  background-color: white;
  z-index: -1;
}
@media (max-width: 991px) {
  .masthead .btn-box {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 320px) {
  .masthead .btn-box {
    margin-top: -40px !important;
  }
}
.masthead.homeHeader {
  margin-top: 0;
  overflow: hidden;
  /* Background image */
  /* CTA Elements */
}
.masthead.homeHeader::before {
  bottom: -5vh;
  background-position-y: 0vh;
  transition: 3.5s background-position-y cubic-bezier(0.42, 0, 0.39, 1.1), 1s opacity;
  opacity: 0;
}
.masthead.homeHeader::after {
  transition: 1s background-color;
  opacity: 0;
}
.masthead.homeHeader .firstHeadline,
.masthead.homeHeader .secondHeadline {
  opacity: 0;
}
.masthead.homeHeader .firstHeadline {
  transition: 1s opacity linear, 2s transform ease-in-out;
  transition-delay: 0.3s;
  transform: translate3d(-30%, 0, 0) rotate(-10deg) scale(1.5);
}
.masthead.homeHeader .secondHeadline {
  transition: 1.5s opacity linear, 1.9s transform ease-in-out;
  transition-delay: 0.6s;
  transform: translate3d(50%, 0, 0);
}
.masthead.homeHeader .btn-box {
  opacity: 0;
  transition: 1.5s opacity ease-out;
  transition-delay: 2s;
}
.masthead.homeHeader.animated::before {
  background-position-y: -5vh;
  opacity: 1;
}
.masthead.homeHeader.animated::after {
  opacity: 1;
}
.masthead.homeHeader.animated .firstHeadline {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate(-3deg);
}
.masthead.homeHeader.animated .secondHeadline {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.masthead.homeHeader.animated .btn-box {
  opacity: 1;
}
masthead:not(.homeHeader) {
  margin-top: 0;
}
@media (min-width: 991px) {
  masthead:not(.homeHeader) {
    overflow: hidden;
  }
}
masthead:not(.homeHeader)::before {
  background-position-y: -5vh;
  bottom: -5vh;
}
.masthead.slimHeader {
  margin-top: 0;
  height: 30vh;
  min-height: 220px;
  max-height: 500px;
}
.masthead.slimHeader::before {
  background-position: center 40%;
  bottom: 0;
}
@media (max-width: 767px) {
  .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 90% !important;
  }
}
.container.header-sub {
  position: relative;
  z-index: 2;
}
.container.header-sub h4 {
  text-align: center;
}
@media (max-width: 576px) {
  .container.header-sub h4 {
    font-size: 1.3rem;
  }
}
.container.header-sub h4 em {
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-weight: 100;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.6em;
  text-decoration: none;
  display: inline-block;
  padding: 30px 4% 0 4%;
}
@media (min-width: 768px) {
  .container.header-sub h4 em {
    min-width: 240px;
  }
}
.parallax {
  min-height: 50vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 991px) {
  .parallax {
    min-height: 70vh;
    background-attachment: fixed;
  }
}
.parallax.special {
  background: transparent;
  background-image: none !important;
}
.parallax.home_instagram {
  background-position-x: left;
  margin-bottom: -10vh;
}
.jcSignatureWrapper {
  text-align: center;
}
.jcSignatureWrapper h2.display-2 {
  font-size: 3em;
  margin-left: 40%;
  transform: rotate(-7deg);
}
.jcAboutWrapper h3.about-sub {
  font-weight: 600;
  font-size: 1.1em;
  padding: 2%;
}
.jcQuoteWrapper .blockquote {
  transform: translate(0, 1.5rem);
  font-size: 1.1rem;
}
.jcQuoteWrapper .blockquote h2 {
  font-size: 2.5rem;
  line-height: 1em;
  margin-bottom: 20px;
  position: relative;
  top: 3%;
}
.jcQuoteWrapper .blockquote h2 em {
  font-family: bodoni-urw, serif;
  transform: scale(3);
  display: inline-block;
  color: rgba(255, 255, 255, 0.15);
}
.jcQuoteWrapper .blockquote h2 em:last-child {
  position: absolute;
  top: -4%;
  right: 4%;
}
@media (max-width: 1329px) {
  .jcQuoteWrapper .blockquote h2 em:last-child {
    right: -1%;
  }
}
.jcQuoteWrapper .blockquote .blockquote-footer {
  margin-left: 60%;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 1em;
  text-decoration: none;
  font-weight: 300;
  font-family: "Bebas Neue";
}
@media (max-width: 767px) {
  .jcQuoteWrapper .blockquote {
    transform: translate(0, 2rem);
    font-size: 0.9rem;
  }
  .jcQuoteWrapper .blockquote h2 {
    font-size: 2rem;
  }
  .jcQuoteWrapper .blockquote .blockquote-footer {
    margin-left: inherit;
    font-size: 0.8em;
  }
}
.jcSlider {
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 767px) {
  .jcSlider {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.jcSlider a {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  margin: 5px;
  display: block;
  color: #333;
  position: relative;
  transition: 0.2s ease-out;
  background-color: transparent;
}
.jcSlider a .sliderInfoWrapper p {
  letter-spacing: 0.05em;
}
.jcSlider a img {
  object-fit: cover;
  width: 100%;
  transition: 0.2s linear;
}
.jcSlider a:hover {
  text-decoration: none;
  background-color: #f7f7f7;
}
.jcSlider a:hover img {
  filter: contrast(1.2) brightness(1.1);
}
.jcSlider a:focus {
  outline: none;
}
.jcSlider a h4 {
  font-size: 1.4rem;
}
.jcArticlesWrapper .articlesSlider a img {
  height: inherit;
}
.jcFilmsWrapper .filmsSlider .slick-prev,
.jcFilmsWrapper .filmsSlider .slick-next {
  margin-top: -70px;
}
.jcFilmsWrapper .filmsSlider > div a img {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.jcFilmsWrapper .filmsSlider > div a img.film16by9 {
  display: block;
}
.jcFilmsWrapper .filmsSlider > div a img.filmposter {
  display: none;
}
@media (max-width: 991px) {
  .jcFilmsWrapper .filmsSlider > div a img {
    height: 420px;
  }
  .jcFilmsWrapper .filmsSlider > div a img.film16by9 {
    display: none;
  }
  .jcFilmsWrapper .filmsSlider > div a img.filmposter {
    display: block;
  }
}
@media (max-width: 375px) {
  .jcFilmsWrapper .filmsSlider > div a img {
    height: 350px;
  }
}
@media (max-width: 320px) {
  .jcFilmsWrapper .filmsSlider > div a img {
    height: 300px;
  }
}
.jcFilmsWrapper .filmsSlider > div a h4 {
  font-size: 1.8em;
}
.jcProjectsWrapper h3,
.jcIntervieweesWrapper h3 {
  font-size: 2rem;
}
.jcProjectsWrapper h4,
.jcIntervieweesWrapper h4 {
  font-size: 1.7rem;
}
.jcProjectsWrapper .projectLinks a,
.jcIntervieweesWrapper .projectLinks a {
  color: inherit;
}
.jcProjectsWrapper .projectLinks a:hover,
.jcIntervieweesWrapper .projectLinks a:hover {
  color: white;
  text-decoration: none;
}
.jcProjectsWrapper .btn-launch,
.jcIntervieweesWrapper .btn-launch {
  border: 2px solid #6c757d;
  padding: 8px 20px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 0.8em;
  position: relative;
  text-decoration: none;
  color: #ccc;
  white-space: nowrap;
}
.jcProjectsWrapper .btn-launch:hover,
.jcIntervieweesWrapper .btn-launch:hover {
  border-color: white;
  color: #111;
  transition: 0.4s ease-out !important;
  text-decoration: none;
}
.jcProjectsWrapper .btn-launch:hover::before,
.jcIntervieweesWrapper .btn-launch:hover::before {
  width: 100%;
}
.jcProjectsWrapper .btn-launch::before,
.jcIntervieweesWrapper .btn-launch::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  transition: 0.2s width ease-out;
  background-color: white;
  z-index: -1;
}
.jcProjectsWrapper .expertsSlider:not(.slick-slider),
.jcIntervieweesWrapper .expertsSlider:not(.slick-slider) {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}
@media (min-width: 992px) {
  .jcProjectsWrapper .expertsSlider:not(.slick-slider),
  .jcIntervieweesWrapper .expertsSlider:not(.slick-slider) {
    margin-bottom: 30px;
  }
}
.jcProjectsWrapper .expertsSlider:not(.slick-slider) a,
.jcIntervieweesWrapper .expertsSlider:not(.slick-slider) a {
  min-width: 19%;
}
@media (max-width: 1200px) {
  .jcProjectsWrapper .expertsSlider:not(.slick-slider) a,
  .jcIntervieweesWrapper .expertsSlider:not(.slick-slider) a {
    min-width: 24%;
  }
}
@media (max-width: 1024px) {
  .jcProjectsWrapper .expertsSlider:not(.slick-slider) a,
  .jcIntervieweesWrapper .expertsSlider:not(.slick-slider) a {
    min-width: 32.33333%;
  }
}
@media (max-width: 991px) {
  .jcProjectsWrapper .expertsSlider:not(.slick-slider) a,
  .jcIntervieweesWrapper .expertsSlider:not(.slick-slider) a {
    min-width: 48%;
  }
}
@media (max-width: 767px) {
  .jcProjectsWrapper .expertsSlider:not(.slick-slider) a,
  .jcIntervieweesWrapper .expertsSlider:not(.slick-slider) a {
    min-width: 32.33333%;
  }
}
@media (max-width: 600px) {
  .jcProjectsWrapper .expertsSlider:not(.slick-slider) a,
  .jcIntervieweesWrapper .expertsSlider:not(.slick-slider) a {
    min-width: 48%;
  }
}
@media (max-width: 376px) {
  .jcProjectsWrapper .expertsSlider:not(.slick-slider) a,
  .jcIntervieweesWrapper .expertsSlider:not(.slick-slider) a {
    min-width: 98%;
  }
}
.jcProjectsWrapper .expertsSlider .infoWrapper,
.jcIntervieweesWrapper .expertsSlider .infoWrapper {
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 1.2rem;
}
.jcPodcastsWrapper .podcastsSlider > div a img {
  height: inherit;
}
.jcPodcastsWrapper .podcastsSlider > div a .infoWrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 1.2em;
  font-weight: 500;
  background: #ffffff;
  opacity: 0;
  transition: 0.2s ease-in;
}
.jcPodcastsWrapper .podcastsSlider > div a h3 {
  font-size: 1.2em;
}
.jcPodcastsWrapper .podcastsSlider > div a h4 {
  padding: 0;
  font-size: 0.9em;
}
.jcPodcastsWrapper .podcastsSlider > div a:hover .infoWrapper {
  opacity: 1;
}
.jcTeamWrapper img {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
.jcInstagramWrapper .instagramSlider a {
  margin: 5px;
}
.jcInstagramWrapper .instagramSlider a img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .jcInstagramWrapper .instagramSlider a img {
    height: 210px;
  }
}
@media (max-width: 767px) {
  .jcInstagramWrapper .instagramSlider a img {
    height: 70vw;
  }
}
@media (max-width: 375px) {
  .jcInstagramWrapper .instagramSlider a img {
    height: 75vw;
  }
}
.jcForm .formInputWrapper {
  position: relative;
}
.jcForm .formInputWrapper .form-control {
  border: none;
  border-bottom: 1px solid #111;
  background-color: transparent;
  border-radius: 0px;
}
.jcForm .formInputWrapper .form-control:focus {
  outline: none !important;
  box-shadow: none !important;
}
.jcForm .formInputWrapper .form-control:focus ~ .inputLabel,
.jcForm .formInputWrapper .form-control.inputEntered ~ .inputLabel {
  display: block;
  color: black;
  top: -12px;
  font-size: 0.8em;
}
.jcForm .formInputWrapper .inputLabel {
  position: absolute;
  left: 0.75rem;
  top: 0.375rem;
  color: #888;
  transition: all 0.5s ease;
  pointer-events: none;
}
.jcForm .btn-black {
  margin-top: 30px;
  background-color: #111;
  border: 2px solid #111;
  border-radius: 0px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.jcForm .btn-black:hover,
.jcForm .btn-black:focus {
  background-color: grey;
  border: 2px solid grey;
}
.jcForm .btn-black:focus {
  border: 2px solid #555;
}
footer .list-unstyled a {
  text-decoration: none;
  text-transform: uppercase;
  line-height: 2em;
  letter-spacing: 0.15em;
  font-size: 1.1em;
  font-weight: 300;
  font-family: "Bebas Neue";
}
footer .list-unstyled a:hover {
  color: white !important;
}
footer .newsletter-form h4.display-3 {
  font-size: 4rem;
}
@media (max-width: 767px) {
  footer .newsletter-form h4.display-3 {
    font-size: 3rem;
  }
}
footer .newsletter-form.jcForm .formInputWrapper .form-control {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
}
footer .newsletter-form.jcForm .formInputWrapper .form-control:-webkit-autofill,
footer .newsletter-form.jcForm .formInputWrapper .form-control:-webkit-autofill:hover,
footer .newsletter-form.jcForm .formInputWrapper .form-control:-webkit-autofill:focus {
  -webkit-text-fill-color: white;
}
footer .newsletter-form.jcForm .formInputWrapper .form-control:focus ~ .inputLabel,
footer .newsletter-form.jcForm .formInputWrapper .form-control.inputEntered ~ .inputLabel {
  color: white;
}
footer .spinner-bg {
  background-color: rgba(52, 58, 64, 0.7);
}
footer .spinner-bg i {
  color: white;
}
.slick-prev,
.slick-next {
  transform: scale3d(1.3, 1.6, 1) !important;
  margin-top: -10px;
}
.slick-prev::before,
.slick-next::before {
  font-family: FontAwesome !important;
  color: #999 !important;
}
.slick-prev {
  left: -45px !important;
}
@media (max-width: 767px) {
  .slick-prev {
    left: -20px !important;
  }
}
.slick-prev::before {
  content: '\f053' !important;
}
.slick-next {
  right: -45px !important;
}
@media (max-width: 767px) {
  .slick-next {
    right: -20px !important;
  }
}
.slick-next::before {
  content: '\f054' !important;
}
.spinner-bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.65);
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  border-radius: 2px;
  -webkit-transition: opacity 0.16s ease;
  -moz-transition: opacity 0.16s ease;
  -o-transition: opacity 0.16s ease;
  transition: opacity 0.16s ease;
}
.spinner-bg i {
  color: #111;
}
.spinner-bg.visible {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-animation: fadeIn 0.35s forwards;
  -moz-animation: fadeIn 0.35s forwards;
  -o-animation: fadeIn 0.35s forwards;
  animation: fadeIn 0.35s forwards;
  z-index: 99;
  opacity: 1;
}
.captcha_border {
  border: 1px solid #F58888;
}
.headerInlineContainer {
  text-align: left;
  max-width: 540px;
  min-width: 540px;
}
.headerInlineContainer h2 {
  font-size: 2.3rem;
  color: #111;
}
.headerInlineContainer p {
  color: #111;
}
@media (width: 1024px) and (height: 768px) {
  .headerInlineContainer {
    position: relative;
    top: 11vh;
    left: 2vw;
  }
}
@media (max-width: 991px) {
  .headerInlineContainer {
    max-width: inherit;
    min-width: inherit;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -20vh;
  }
}
@media (max-width: 991px) {
  .headerInlineSpacer {
    height: 30vh;
  }
}
@media (max-width: 767px) {
  .headerInlineSpacer {
    height: 40vh;
  }
}
@media (max-width: 320px) {
  .headerInlineSpacer {
    height: 55vh;
  }
}
.contactFormWrapper .contactForm {
  position: relative;
}
.contactFormWrapper .contactForm > div {
  margin-bottom: 10px;
}
.contactFormWrapper .contactForm > div textarea {
  height: 120px;
}
.contactFormWrapper .contactForm button {
  width: 100%;
  margin-top: 0px;
}
@media (max-width: 375px) {
  .contactFormWrapper .contactForm .g-recaptcha {
    position: relative;
    left: -10px;
  }
}
@media (max-width: 320px) {
  .contactFormWrapper .contactForm .g-recaptcha {
    position: relative;
    left: -40px;
  }
}
.form-thank-you {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #f8f9fa;
  color: #111;
}
.thankYouWrapper h1.display-3.holiday {
  text-align: right;
  font-size: 2.6rem;
  color: #212529;
  margin-top: 30px;
}
.thankYouWrapper .addthis_inline_share_toolbox {
  text-align: right;
}
.optin-popup.show {
  transform: translate3d(0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex !important;
  flex-direction: column;
}
.optin-popup.show img {
  opacity: 0;
}
.optin-popup .close {
  position: absolute;
  top: -20px;
  color: #fff;
  z-index: 999;
  font-size: 14px;
  left: 0;
  opacity: 1;
  text-shadow: none;
  cursor: pointer;
}
.modal-pop-animate {
  transition: 0.3s linear;
  transform: scale(1) !important;
  opacity: 1;
}
.modal-pop-animate img {
  transition: 0.3s opacity linear;
  transition-delay: 0.4s;
  opacity: 1 !important;
}
.optinWrapper {
  position: relative;
  min-height: 450px;
}
.optinWrapper h4 {
  font-size: 2rem;
  line-height: 1.2em;
}
.optinWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 575px) {
  .optinWrapper h4 {
    font-size: 1.3rem;
    margin-top: 0 !important;
  }
  .optinWrapper .optinPopupContent {
    padding: 2rem !important;
  }
}
@media (max-width: 375px) {
  .optinWrapper {
    min-height: inherit;
    max-height: 410px;
  }
  .optinWrapper .optinPopupContent {
    padding: 1.5rem !important;
  }
}
.back {
  position: absolute;
  top: -25px;
  color: #fff;
  z-index: 999;
  font-size: 14px;
  left: 0;
  opacity: 1;
  text-shadow: none;
  cursor: pointer;
  font-weight: bold;
}
.termsWrapper h3,
.privacyWrapper h3 {
  margin-top: 40px;
  margin-bottom: 20px;
}
.termsWrapper ol {
  list-style: lower-alpha;
}
.revealOnScroll {
  opacity: 0;
  transform: translate3d(0, 60px, 0);
  transition: 1s opacity ease-out, 2s transform ease-out;
}
.revealOnScroll.viewed {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.geo-top::before {
  content: '';
  position: absolute;
  height: 50px;
  top: 0px;
  left: 0;
  right: 0;
  border-bottom: 50px solid transparent;
  border-top: 50px solid white;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
}
.geo-bottom::after {
  content: '';
  position: absolute;
  height: 50px;
  bottom: -50px;
  left: 0;
  right: 0;
  border-bottom: 50px solid transparent;
  border-top: 50px solid transparent;
  border-left: 50vw solid white;
  border-right: 50vw solid white;
}
.geo-dark.geo-top::before {
  border-left-color: #343a40;
  border-right-color: #343a40;
  top: -50px;
  border-top-color: transparent;
}
.geo-dark.geo-bottom::after {
  border-left-color: #343a40;
  border-right-color: #343a40;
}
.geo-top-white::before {
  border-top-color: white !important;
}
.geo-bottom-white::after {
  border-top-color: transparent !important;
  border-left-color: white !important;
  border-right-color: white !important;
}
.geo-left::before {
  border-left-width: 100vw;
  border-right-width: 0vw;
}
.geo-left::after {
  border-left-width: 100vw;
  border-right-width: 0vw;
}
.geo-right::before {
  border-left-width: 0vw;
  border-right-width: 100vw;
}
.geo-right::after {
  border-left-width: 0vw;
  border-right-width: 100vw;
}
footer.geo-top {
  top: -98px;
}
@media (max-width: 991px) {
  .geo-top::before {
    height: 25px;
    border-bottom-width: 25px;
    border-top-width: 25px;
  }
  .geo-dark.geo-top::before {
    top: -25px;
  }
  .geo-bottom::after {
    height: 25px;
    bottom: -25px;
    border-bottom-width: 25px;
    border-top-width: 25px;
  }
  footer.geo-top {
    top: -48px;
  }
}
@media (max-width: 767px) {
  .geo-top::before {
    height: 15px;
    border-bottom-width: 15px;
    border-top-width: 15px;
  }
  .geo-dark.geo-top::before {
    top: -15px;
  }
  .geo-bottom::after {
    height: 15px;
    bottom: -15px;
    border-bottom-width: 15px;
    border-top-width: 15px;
  }
  footer.geo-top {
    top: -28px;
  }
}
@media (max-width: 991px) {
  .contactPageWrapper .header-sub,
  .thankYouPageWrapper .header-sub {
    display: none;
  }
  .contactPageWrapper .geo-bottom::after,
  .thankYouPageWrapper .geo-bottom::after {
    display: none;
  }
}
.geo-nav:not(.responsive-open)::after {
  border-color: transparent;
}
.geo-nav {
  transition: inherit;
}
.geo-nav::before,
.geo-nav::after {
  pointer-events: none;
}
.geo-nav.scrolled:not(.responsive-open) {
  background-color: transparent !important;
  transition: inherit;
}
@media (min-width: 992px) {
  .geo-nav.scrolled {
    background-color: transparent !important;
    transition: inherit;
  }
  .geo-nav.responsive-open {
    background-color: transparent !important;
  }
}
.geo-nav.scrolled::before,
.geo-nav.responsive-open::before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: white;
}
.geo-nav.scrolled::after {
  bottom: -5px;
  border-left-color: white;
  border-right-color: white;
}
@media (max-width: 767px) {
  .geo-nav.scrolled::after {
    bottom: 5px;
  }
}
@media (max-width: 375px) {
  .geo-nav.scrolled::after {
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .geo-nav.scrolled::after {
    bottom: -30px;
  }
}
.geo-nav.responsive-open::after {
  bottom: -30px;
}
@media (max-width: 991px) {
  .geo-nav.responsive-open::after {
    bottom: -25px;
  }
}
@media (max-width: 768px) {
  .geo-nav.responsive-open::after {
    bottom: -15px;
  }
}
@media (max-width: 375px) {
  .geo-nav.responsive-open::after {
    bottom: -15px;
  }
}
