@font-face {
  font-family: "Gotham Black";
  font-style: normal;
  font-weight: 400;
  src: local("Gotham Black"), url(/wp-content/themes/bj2022/fonts/Gotham_Black_Regular.woff) format("woff");
}
@font-face {
  font-family: "Gotham Book";
  font-style: normal;
  font-weight: 400;
  src: local("Gotham Book"), url(/wp-content/themes/bj2022/fonts/Gotham_Book.woff) format("woff");
}
/* / / / / / / / / / */
/*  SASS VARIABLES /  */
/* / / / / / / / /  */
/* colors */
/* fonts */
/* border radius */
/* drop shadow */
/* basic animation */
/* variables for image thumbnail styles */
*, ::after, ::before {
  box-sizing: border-box;
}

ol[class], ul[class] {
  padding: 0;
}

blockquote, body, dd, dl, figcaption, figure, h1, h2, h3, h4, li, ol[class], p, ul[class] {
  margin: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  font-family: "Nunito", sans-serif;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  color: #353735;
}

ol[class], ul[class] {
  list-style: none;
}

a {
  color: #02b3be;
  text-decoration: none;
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  height: auto;
}

article > * + * {
  margin-top: 1em;
}

button, input, select, textarea {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0s !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0s !important;
    scroll-behavior: auto !important;
  }
}
html {
  scroll-behavior: smooth;
}

/* / / / / / / / */
/* COMPONENTS / */
/* / / / / / / */
/* Learn More Button */
a {
  text-decoration: none;
}

.learn-more {
  text-decoration: none;
  color: #02b3be;
  font-size: 18px;
  padding: 10px 20px;
  background-color: none;
  transition: all 0.2s ease-in-out;
  font-family: "Gotham Black", sans-serif;
  font-weight: bold;
  display: inline-block;
  border-radius: none;
  border: 1px solid #02b3be;
}
.learn-more:hover {
  border: 1px solid #8f8dc8;
  color: #8f8dc8;
}

.learn-more-secondary {
  text-decoration: none;
  color: #02b3be;
  padding: 10px 20px 8px;
  background: #fff;
  border: 3px solid #02b3be;
  border-radius: 8px;
  transition: all 0.1s ease-in-out;
  font-family: "Gotham Black", sans-serif;
  font-weight: bold;
}
.learn-more-secondary:hover {
  background-color: #02b3be;
  border: 3px solid #02b3be;
  color: #fff;
}

.inline-buttons {
  display: flex;
  flex-wrap: wrap;
  max-width: 600px;
  margin: 0px auto;
  justify-content: space-around;
}
.inline-buttons a {
  display: flex;
  margin: 20px;
}
.inline-buttons a.learn-more {
  padding: 12px 20px 10px;
}

@media (min-width: 1001px) {
  .inline-buttons {
    flex-wrap: nowrap;
  }
  .inline-buttons a {
    margin: 0;
  }
}
/* Common Form Elements */
select, input[type=text] {
  height: 38px;
  background-color: #fff;
  border: none;
  padding-left: 6px !important;
  border-radius: 0px;
}

::-moz-placeholder {
  color: darkgray !important;
}

::placeholder, select {
  color: darkgray !important;
}

body .gform_wrapper .gform_footer input[type=submit] {
  padding: 0px 20px;
  color: #fff;
  font-family: "Gotham Black", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  height: 40px;
  background-color: #8f8dc8;
  text-decoration: none;
  display: inline-block;
  border: none;
  transition: all 0.1s ease-in !important;
}
body .gform_wrapper .gform_footer input[type=submit]:hover {
  background-color: #353735 !important;
  color: #fff !important;
}

#req-form .gform_wrapper .gform_footer input[type=submit] {
  height: 58px;
  font-family: "Gotham Black", sans-serif;
  font-size: 20px;
  background-color: #8f8dc8;
  color: #fff;
  margin: 0px auto;
  display: inline-block;
}
#req-form .gform_wrapper .gform_footer input[type=submit]:hover {
  background-color: #353735 !important;
  color: #fff !important;
}

.gform_fields .gfield .ginput_container textarea {
  height: 90px;
  border: none;
}

div.gform_wrapper form div.gform_body ul.gform_fields li.gfield.gf_left_half, div.gform_wrapper form div.gform_body ul.gform_fields li.gfield.gf_left_third, div.gform_wrapper form div.gform_body ul.gform_fields li.gfield.gf_middle_third {
  padding-right: 14px;
}
div.gform_wrapper form div.gform_body ul.gform_fields li .gfield_label {
  font-size: 14px;
  padding: 0;
  font-weight: 500;
  color: #fff;
  margin: 4px 0px;
}
div.gform_wrapper form div.gform_body ul.gform_fields li .gfield_required {
  color: #fff;
}

.page-template-full-page select, .page-template-full-page input[type=text] {
  border: 2px solid #ccc;
}

/*** youtube responsive ** */
.youtube-video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  margin-bottom: 30px;
  height: 0;
  overflow: hidden;
}
.youtube-video-container iframe, .youtube-video-container object, .youtube-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* / / / / / */
/* HEADER / */
/* / / / / */
header {
  width: 100%;
  align-items: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6755077031) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  overflow: visible;
  z-index: 999;
}
header.desktop {
  height: 100px;
  position: relative;
  display: flex;
  padding: 0px 6%;
  top: 0;
  position: absolute;
}

.logged-in header.desktop {
  top: 32px;
}

a.logo-link {
  padding: 8px 0px;
  height: 100%;
  flex: 0 0 auto;
}

.logo {
  height: 50px;
  position: absolute;
  top: 15px;
  left: 5%;
  z-index: 10;
  width: auto;
  transition: height 0.1s ease-in;
}

@media (min-width: 1001px) {
  .logo {
    height: 70px;
    transition: all 0.3s ease-in;
  }
  body.header-not-at-top header {
    position: fixed;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.02), 0 0 20px rgba(0, 0, 0, 0.04);
    background: #fff;
  }
  body.header-not-at-top .logo:hover {
    transform: scale(1.07);
    transition: all 0.3s ease-in;
  }
  body.header-not-at-top nav a {
    color: #353735;
  }
  body.header-not-at-top #menu-header > li.navigation-request-cta a {
    background: #8f8dc8;
    border: 3px solid #8f8dc8;
    color: #fff;
    transition: all 0.2s ease-in !important;
  }
  body.header-not-at-top #menu-header > li.navigation-request-cta a:hover {
    transition: all 0.2s ease-in !important;
    background: #02b3be;
    border-color: #02b3be;
  }
}
/* scroll header sticky */
#top-of-site-pixel-anchor {
  position: absolute;
  width: 1px;
  height: 1px;
  top: 0px;
  left: 0;
}

nav {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
nav a {
  color: #fff;
  text-decoration: none;
  font-size: 0.7vw;
  letter-spacing: 1px;
  font-weight: 400;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 15px 5px;
}

@media (min-width: 1250px) {
  nav a {
    font-size: 0.9vw;
  }
  body.header-not-at-top nav a {
    color: #353735;
  }
}
.menu-header-container {
  height: 100%;
}

#menu-header {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#menu-header > li {
  display: flex;
  align-items: center;
  height: 100%;
  cursor: pointer;
}
#menu-header > li a {
  font-family: "Gotham Black", sans-serif;
  font-weight: bold;
}
#menu-header > li a:hover {
  color: #02b3be;
}
#menu-header > li.navigation-request-cta a {
  padding: 25px 25px 23px;
  color: #fff;
  border: 3px solid #02b3be;
  background: #02b3be;
  height: 40px !important;
  transition: all 0.1s ease-in;
}
#menu-header > li.navigation-request-cta a:hover {
  color: #fff;
  background: #8f8dc8;
  border: 3px solid #8f8dc8;
  transition: all 0.1s ease-in;
}
#menu-header > li.navigation-phone-cta a {
  padding: 25px 25px 23px;
  color: #fff;
  border: 3px solid #fff;
  height: 40px !important;
  transition: all 0.1s ease-in;
}
#menu-header > li.navigation-phone-cta a:hover {
  color: #fff;
  background: #8f8dc8;
  border: 3px solid #8f8dc8;
  transition: all 0.1s ease-in;
}
#menu-header li:not(:last-child) {
  padding-right: 40px;
}
#menu-header li:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  display: block;
  border-top: 0px solid #02b3be;
  transition: opacity 0.2s ease-in-out;
  z-index: 9999;
}
#menu-header li.menu-item-has-children > a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  margin: 0 0 0 5px;
}

body.header-not-at-top #menu-header > li.navigation-phone-cta a {
  padding: 25px 25px 23px;
  color: #02b3be;
  border: 3px solid #02b3be;
  height: 40px !important;
  transition: all 0.1s ease-in;
}
body.header-not-at-top #menu-header > li.navigation-phone-cta a:hover {
  color: #fff;
  background: #8f8dc8;
  border: 3px solid #8f8dc8;
  transition: all 0.1s ease-in;
}

.sub-menu {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  position: absolute;
  z-index: 90;
  margin: 0;
  height: auto;
  top: 60px;
  width: auto;
  -webkit-box-shadow: 0px 24px 48px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow-box-shadow: 0px 24px 48px 0px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.sub-menu li {
  margin: 0;
  display: block;
  text-align: left;
  padding: 0 !important;
}
.sub-menu li:not(:last-child) {
  padding: 0 !important;
}
.sub-menu li.current_page_item a {
  background: #8f8dc8;
  color: #fff;
}
.sub-menu li a {
  font-family: "Gotham Book", sans-serif !important;
  letter-spacing: none !important;
  font-size: 0.9vw;
  font-weight: 500 !important;
  color: #353735;
  text-transform: none;
  height: 100%;
  padding: 10px 20px;
  background: none;
  border-bottom: 1px solid #e8e8e8;
}
.sub-menu li a::last-child {
  border: none;
}
.sub-menu li a:hover {
  color: #fff !important;
  background: #02b3be;
}

/* / / / / */
/* HERO / */
/* / / / */
#hero-banner {
  display: flex;
  height: auto;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  align-items: left;
  justify-items: left;
  overflow: visible;
}

.hero-content {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  height: auto;
  z-index: 11;
  align-self: left;
  margin: 0 auto;
  padding: 280px 0 0 6%;
  position: relative;
}
.hero-content h1.hero-heading {
  font-size: 46px;
  max-width: 100%;
  line-height: 120%;
  color: #fff;
  text-shadow: 0px 5px 20px rgba(0, 0, 0, 0.6);
  font-family: "Gotham Black", sans-serif;
  font-weight: normal;
  text-align: center;
}
.hero-content h1.hero-heading span.accent-text {
  text-decoration: none;
  color: #02b3be !important;
  position: relative;
  font-weight: bold;
}
@media (min-width: 1001px) {
  .hero-content h1.hero-heading {
    padding-top: 20px;
    font-size: 68px;
    color: #fff;
    margin-bottom: 34px;
  }
}

@media (min-width: 1001px) {
  .hero-content {
    padding: 305px 0 0 6%;
  }
}
/*** hero video ***/
#hero-video {
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.6738270308) 0, rgba(0, 0, 0, 0.1444152661) 100%);
}

.overlay {
  position: absolute;
  top: 0;
}

div#vid-bg-container, .overlay, #hero-video {
  height: 900px;
}

div#vid-bg-container {
  width: 100%;
  overflow: hidden;
}
div#vid-bg-container .overlay {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.3738270308) 0, rgba(0, 0, 0, 0.0444152661) 100%);
  width: 100%;
  position: absolute;
  z-index: 1;
}

/**** horizontal form ****/
.horizontal-form-cta {
  background: #02b3be;
  text-align: center;
  padding: 24px;
  height: 150px;
  width: 0;
  margin: 0 auto;
  width: 100%;
  position: relative;
  margin-top: -140px;
  z-index: 888;
}
.horizontal-form-cta h2 {
  font-weight: bold;
  color: #fff !important;
  font-size: 1.5rem;
  font-family: "Gotham Black", sans-serif;
}
.horizontal-form-cta .gform_wrapper {
  margin: 0px;
}
.horizontal-form-cta .gform_wrapper .gform_footer {
  flex: 1 0px;
  margin-top: 0px !important;
  padding-top: 8px;
  opacity: 0;
  height: 100%;
}
.horizontal-form-cta .gform_wrapper .text {
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fff;
  font-size: 24px;
}
.horizontal-form-cta .gform_wrapper .text a {
  text-decoration: none;
}
.horizontal-form-cta .gform_wrapper label {
  border: none !important;
}
.horizontal-form-cta .gform_wrapper form {
  display: flex;
  border: none !important;
}
.horizontal-form-cta .gform_wrapper form input {
  border-radius: 8px;
}
.horizontal-form-cta .gform_wrapper form input[type=text], .horizontal-form-cta .gform_wrapper form .gform_footer {
  opacity: 1 !important;
  transition: all 0.6s ease-in-out !important;
}
.horizontal-form-cta .gform_wrapper form input[type=text]:focus, .horizontal-form-cta .gform_wrapper form .gform_footer:focus {
  transform: scale(1.08);
  transition: all 0.3s ease-in !important;
}
.horizontal-form-cta .gform_wrapper form .gform_body {
  flex: 5 0px;
  margin-right: 20px;
}
.horizontal-form-cta .gform_wrapper form .gform_body div {
  display: flex;
}
.horizontal-form-cta .gform_wrapper form .gform_body div > div, .horizontal-form-cta .gform_wrapper form .gform_body div .gform_footer {
  flex: 1;
  display: flex;
  flex-direction: column-reverse;
  color: #fff;
  margin-top: 0px;
  transition: all 0.1s ease-in;
}
.horizontal-form-cta .gform_wrapper form .gform_footer {
  flex: 1 0px;
  margin-top: 0px !important;
  padding: 0 !important;
}
.horizontal-form-cta .gform_wrapper form .gform_footer input[type=submit] {
  font-family: "Gotham Black", sans-serif;
  font-size: 18px;
  background-color: #8f8dc8;
  color: #fff;
  padding-top: 6px;
  display: inline-block;
}
.horizontal-form-cta .gform_wrapper form .gform_footer input[type=submit]:hover {
  background-color: #353735 !important;
  color: #fff !important;
}
.horizontal-form-cta .gform_wrapper .text {
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fff;
  font-size: 24px;
}
.horizontal-form-cta .gform_wrapper .text a {
  text-decoration: none;
}
.horizontal-form-cta .gform_wrapper .subtext {
  margin-bottom: 12px;
  color: #fff;
}

@media (min-width: 1200px) {
  div.horizontal-form h2 {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  div.horizontal-form {
    padding: 24px 50px;
    width: calc(100% - 160px);
  }
}
@media (min-width: 1400px) {
  div.horizontal-form {
    transform: translate(0%, -10%);
  }
}
/* Split Hero */
.hero-left {
  flex-grow: 1;
  padding: 80px 0px;
}

.hero-right {
  flex: 0 0 400px;
}

/* / / / / / / / */
/* TYPOGRAPHY / */
/* / / / / / / */
h1 {
  font-size: 40px;
  padding-block-end: 20px;
  font-family: "Gotham Black", sans-serif;
  color: #02b3be;
  font-weight: bold;
  line-height: 120%;
}

@media (min-width: 1001px) {
  h1 {
    font-size: 48px;
  }
}
h2 {
  font-family: #8f8dc8;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 18px;
  color: #353735;
  font-size: 32px;
  font-family: "Gotham Black", sans-serif;
}
h2.section-title {
  font-size: 44px;
  margin-bottom: 44px;
  line-height: 120%;
  font-weight: bold;
  color: #353735;
  padding: 15px;
  display: inline-block;
}

h3 {
  line-height: 120%;
  margin-bottom: 18px;
  color: #353735;
  text-transform: none;
  font-weight: 800;
  font-family: "Gotham Black", sans-serif;
  font-size: 28px;
}

p, article ul, .page-content li, article p {
  margin-bottom: 20px;
  line-height: 150%;
  font-size: 18px;
  font-weight: normal;
  font-family: "Gotham Book", sans-serif;
  color: #353735;
}

.error404 .page-title {
  margin-top: 60px;
}

.error404 .page-content ul li {
  color: #000 !important;
}

.error404 .page-content a {
  color: #000 !important;
}

.error404 .page-content a:hover {
  text-decoration: underline !important;
}

/**** section colors *****/
.bg-purple {
  background: #8f8dc8;
}

.bg-blue {
  background: #02b3be;
}

.bg-purple h2, .bg-purple h3, .bg-purple h4, .bg-purple a, .bg-purple p, .bg-purple ul, .bg-purple li, .bg-blue h2, .bg-blue h3, .bg-blue h4, .bg-blue a, .bg-blue p, .bg-blue ul, .bg-blue li {
  color: #fff;
}
.bg-purple .learn-more, .bg-blue .learn-more {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  padding: 10px 20px;
  background-color: none;
  transition: all 0.2s ease-in-out;
  font-family: "Gotham Black", sans-serif;
  font-weight: bold;
  display: inline-block;
  border-radius: none;
  border: 1px solid #fff;
}
.bg-purple .learn-more:hover, .bg-blue .learn-more:hover {
  border: 1px solid #ccc;
  color: #ccc;
}

/* / / / / / */
/* TABLES / */
/* / / / / */
table {
  width: 100%;
}

th {
  background-color: #212121;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  padding: 5px;
}

tr {
  border-bottom: 1px solid #ccc;
}
tr:nth-child(even) {
  background-color: #efefef;
}

td {
  padding: 5px;
}

.lptw-advanced-table thead tr th {
  background: #212121 !important;
  color: #fff !important;
  font-family: sans-serif;
  font-size: 16px !important;
}
.lptw-advanced-table .default th {
  width: 20%;
}
.lptw-advanced-table .default td {
  font-size: 0.85em !important;
}
.lptw-advanced-table .default td:hover {
  background-color: transparent !important;
}

/* / / / / / / / */
/*   SECTIONS  / */
/* / / / / / / / */
/* split section - copy & image */
.split {
  width: 100%;
  height: auto;
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}

.split-copy {
  padding: 80px 50px 80px 6%;
  flex: 0 0 100%;
  order: 1;
}

.split-image {
  flex: 0 0 100%;
  min-height: 460px;
  order: 2;
}

@media (min-width: 1201px) {
  .split {
    flex-wrap: nowrap;
  }
  .split-copy, .split-image {
    flex: 0 0 50%;
  }
}
@media (min-width: 1900px) {
  .split {
    flex-wrap: nowrap;
    max-width: 1600px;
  }
}
/* / / / / / */
/* INTRO  / */
/* / / / / */
section#intro {
  padding: 0px;
}

#intro .split {
  flex-wrap: wrap;
}
#intro .split-copy {
  padding-bottom: 20px;
  flex: 0 0 100%;
}
#intro .split-copy h1.page-title {
  text-align: left;
  padding-bottom: 0;
}
#intro .split-copy h2 {
  font-size: 30px;
}
#intro .split-image {
  text-align: center;
  padding-top: 30px;
  margin-bottom: -10px;
  background: url(/wp-content/themes/bj2022/img/home/intro.jpg) no-repeat top left/cover;
}
#intro .split-image img {
  align-self: center;
  max-width: 70%;
}

@media (min-width: 1001px) {
  #intro {
    background: url(/wp-content/themes/bj2022/img/home/intro.jpg) no-repeat top left/cover;
  }
  #intro .split {
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
  #intro .split .split-image {
    padding: 80px 0 0;
    flex: 0 0 40%;
    margin-bottom: 0;
    display: none;
  }
  #intro .split .split-copy {
    padding: 50px 8% 80px 8%;
    flex: 0 0 50%;
    background: rgba(255, 255, 255, 0.9);
  }
}
/* awards */
#awards {
  text-align: center;
  padding: 20px;
}
#awards .row {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: auto;
  flex-flow: nowrap;
  flex-direction: row;
  padding-top: 20px;
}

.award {
  padding: 0;
}
.award img {
  padding: 0px 10px;
}

@media (min-width: 1201px) {
  #awards {
    padding: 50px;
    margin: 0px auto;
    max-width: 1200px;
  }
  .award img {
    padding: 0px 16px;
  }
}
/* / / / / / / / / */
/*    Reasons    / */
/* / / / / / / / / */
section#reasons {
  padding: 0;
  text-align: center;
  /* reasons images desktop */
}
section#reasons ul {
  padding-left: 20px;
}
section#reasons ul li {
  padding-bottom: 10px;
}
section#reasons .heading-wrapper {
  padding: 20px;
}
section#reasons .split-copy {
  padding: 20px;
  text-align: left;
}
section#reasons .reasons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
section#reasons h2.section-title {
  margin-bottom: 0;
}
section#reasons .reason-1 .split-image {
  background: url("/wp-content/themes/bj2022/img/home/reason1.jpg") no-repeat top left/cover;
}
section#reasons .reason-2 .split-image {
  background: url("/wp-content/themes/bj2022/img/home/reason2.jpg") no-repeat top right/cover;
}
section#reasons .reason-3 .split-image {
  background: url("/wp-content/themes/bj2022/img/home/reason3.jpg") no-repeat top left/cover;
}
@media (max-width: 1000px) {
  section#reasons .split-image {
    padding: 20px 4% 0;
    order: 1 !important;
    min-height: none !important;
  }
  section#reasons .split-copy {
    order: 2 !important;
    padding: 25px;
  }
}
@media (min-width: 1001px) {
  section#reasons .split-image img {
    padding: 0;
  }
}

/* reasons copy desktop */
@media (min-width: 1001px) {
  section#reasons {
    max-width: none !important;
    padding: 0;
    margin: 0;
  }
  section#reasons .split-copy {
    padding: 150px 10%;
    text-align: left;
    min-height: 450px;
  }
  section#reasons .split-copy h3 {
    text-align: left;
    padding-left: 0;
    font-size: 44px;
  }
  section#reasons .reason-2 .split-copy {
    order: 2 !important;
  }
  section#reasons .reason-2 .split-image {
    order: 1 !important;
  }
  section#reasons .reason-2 .split-image img {
    padding: 0;
  }
}
.reason-title {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 900;
}

/* / / / / / / / / */
/* COST & FEES  / */
/* / / / / / / / */
section#costs-fees {
  margin: 0;
  padding: 140px 20px;
  display: flex;
  text-align: center;
  background: url(/wp-content/themes/bj2022/img/home/bg-costs-fees.jpg) no-repeat center center/cover;
}
section#costs-fees .cost-copy-box {
  padding: 20px;
  margin: 0px auto;
  background: rgba(255, 255, 255, 0.75);
}
section#costs-fees .cost-copy-box > * {
  text-align: center;
}
section#costs-fees .cost-copy-box h2 {
  font-size: 2rem;
  line-height: 150%;
  font-weight: 600;
  margin-bottom: 20px;
  color: #000 !important;
  font-family: "Gotham Black", sans-serif;
}
section#costs-fees .cost-copy-box h3 {
  font-size: 1.5rem;
  color: #000 !important;
  display: block;
  text-align: center;
}
section#costs-fees .cost-copy-box span.amount {
  color: #000 !important;
  font-size: 36px;
  line-height: 100%;
  padding-top: 10px;
}
section#costs-fees .cost-copy-box sup {
  color: #000 !important;
  font-size: 20px;
  margin-top: -30px;
}
section#costs-fees .cost-copy-box p.cost-financing {
  font-size: 26px;
  color: #000;
}
section#costs-fees .cost-copy-box p.cost-disclaimer {
  font-size: 14px;
  color: #000;
}

@media (min-width: 1001px) {
  section#costs-fees {
    margin: 0;
    padding: 180px 0;
    display: flex;
    text-align: center;
  }
  section#costs-fees .cost-copy-box {
    padding: 40px 60px;
    margin: 0px auto;
  }
  section#costs-fees .cost-copy-box > * {
    text-align: center;
  }
  section#costs-fees .cost-copy-box h2 {
    font-size: 2.5rem;
    line-height: 150%;
    font-weight: 600;
    margin-bottom: 20px;
  }
  section#costs-fees .cost-copy-box h3 {
    display: block;
    text-align: center;
    line-height: 150%;
  }
  section#costs-fees .cost-copy-box span.amount {
    clear: both;
    font-size: 2.5rem;
    line-height: 150%;
  }
  section#costs-fees .cost-copy-box sup {
    font-size: 20px;
    margin-top: -30px;
  }
  section#costs-fees .cost-copy-box p.cost-financing {
    font-size: 26px;
  }
  section#costs-fees .cost-copy-box p.cost-disclaimer {
    font-size: 14px;
  }
}
/* / / / / / / / / / / / / / / / */
/* LARGE VIDEO  / Brand Story / */
/* / / / / / / / / / / / / / / */
section#large-vid {
  padding: 80px 12% 120px;
  text-align: center;
  background: #02b3be;
}
section#large-vid h2 {
  color: #fff;
}
section#large-vid .video-cover {
  margin: 0 auto;
  box-shadow: 0 15px 65px 10px rgba(0, 0, 0, 0.2);
  max-width: 1150px;
  transition: all 0.2s ease-in !important;
  cursor: pointer;
}
section#large-vid .video-cover span {
  display: block;
  overflow: hidden;
  position: relative;
}
section#large-vid .video-cover img {
  width: 100%;
  height: auto;
  margin-bottom: -10px;
}
section#large-vid .video-cover img.play-button-icon {
  cursor: pointer;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  margin-top: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 55px;
  filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.3));
}
@media (min-width: 1001px) {
  section#large-vid .video-cover img.play-button-icon {
    width: 85px;
  }
}

/* / / / / / / / / */
/* Testimonials  / */
/* / / / / / / / / */
section#testimonials {
  padding: 20px;
  text-align: center;
}
section#testimonials .split {
  padding: 0 20px;
}
section#testimonials .split-copy {
  text-align: left;
  padding: 20px;
}

@media (max-width: 1000px) {
  section#testimonials .split-video {
    flex: 0 0 100%;
    order: 2;
    margin-bottom: 30px;
  }
  .error404 .page-title {
    margin-top: 0px !important;
  }
}
@media (min-width: 1001px) {
  section#testimonials {
    padding: 50px;
  }
  section#testimonials .split {
    max-width: 1400px;
    padding: 40px 0;
  }
  section#testimonials .split-copy {
    flex: 0 0 60%;
    padding: 0 6%;
  }
  section#testimonials .split-video {
    flex: 0 0 40%;
  }
}
/* / / / / / / / / / / / / */
/* BOTTOM REQUEST FORM  / */
/* / / / / / / / / / / / */
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#req-form {
  padding: 20px;
  display: block;
  width: 100%;
  background: #02b3be;
}
#req-form .bottom-request input, #req-form .bottom-request textarea, #req-form .bottom-request select {
  border-radius: 5px !important;
}
#req-form h2.section-title {
  color: #fff;
  text-transform: none;
}
#req-form > div {
  width: 100%;
  margin: 0 auto;
  padding: 30px;
  text-align: center;
}
#req-form .form-container {
  margin: 0 auto;
}
#req-form h3.gform_title {
  font-family: sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  line-height: 120%;
  margin-bottom: 20px;
}
#req-form span.gform_description {
  text-align: left;
  font-size: 18px;
}

@media (min-width: 1001px) {
  #req-form {
    padding: 80px 6%;
  }
  #req-form .form-container {
    width: 600px;
  }
}
/* / / / / / / / / / / / / */
/* FEATURED BLOG POSTS  / */
/* / / / / / / / / / / / */
section#featured-posts {
  padding: 60px 6%;
  text-align: center;
}
section#featured-posts h2.section-title {
  border-color: #000 !important;
}
section#featured-posts ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  max-width: 1140px;
  margin: 40px auto 0px;
  margin-bottom: 60px;
}
section#featured-posts ul li {
  flex: 0 0 28%;
  background-color: #fff;
  padding: 0;
  -webkit-box-shadow: 0px 24px 48px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow-box-shadow: 0px 24px 48px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
section#featured-posts ul li:hover {
  box-shadow: 0 12px 25px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

@media (min-width: 1001px) {
  section#featured-posts {
    padding: 120px 6%;
  }
}
.featured-thumb {
  width: auto;
  overflow: hidden;
  margin-bottom: 20px;
}
.featured-thumb img {
  width: 100%;
  max-height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}

.featured-title, #featured-posts .description {
  padding: 0 20px;
  display: block;
  color: #28282a;
  margin: 20px 0;
  text-decoration: none;
  font-size: 20px;
  line-height: 120%;
  font-weight: bold;
}
.featured-title:hover, #featured-posts .description:hover {
  cursor: pointer;
}

#featured-posts .description p {
  margin-bottom: 30px;
  line-height: 145%;
  font-size: 16px;
  font-weight: 300;
  color: #707070;
}

/* / / / / / */
/* FOOTER / */
/* / / / / */
footer {
  background: #28282a;
  position: relative;
}

.footer-top {
  padding: 60px 6%;
}

.footer-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.footer-wrap > div {
  flex: 1;
  margin-bottom: 0;
  padding: 12px 0px 0px 40px;
  text-align: center;
}
.footer-wrap > div:first-of-type {
  flex: 0 0 33%;
  padding: 0px 40px 0px 0px;
  text-align: center;
}
.footer-wrap > div:first-of-type .footer-phone {
  text-align: center;
  margin-top: 20px;
}
.footer-wrap > div:first-of-type .footer-phone .learn-more {
  color: #fff;
  font-family: "Gotham Black", sans-serif;
  border: none;
}
.footer-wrap > div:first-of-type .footer-phone .learn-more:hover {
  background: #8f8dc8;
  border: none;
}

/* Footer First Cloumn */
.footer-logo img {
  margin: 0 auto 30px;
  width: 230px;
  margin: 0px auto;
  text-align: center;
}

.footer-wrap .widget-container a.learn-more {
  background-color: #02b3be;
  font-size: 22px;
  font-weight: 600;
  font-family: "Gotham Black", sans-serif;
}
.footer-wrap .widget-container a.learn-more:hover {
  background-color: #8f8dc8;
}

footer .social-icons {
  display: flex;
  justify-content: space-between;
  width: 200px;
  margin: 30px auto 0px;
}
footer .social-icon {
  display: none;
}
footer .social-icons a {
  text-decoration: none !important;
}
footer span.content_screen-reader-text {
  display: none !important;
}
footer h2.footer-title {
  font-size: 28px;
  font-family: "Gotham Black", sans-serif;
  font-weight: 600;
  color: #fff;
  line-height: 120%;
  margin-bottom: 20px;
  text-align: left;
}

/* Link Columns */
.footer-wrap .widget-container ul li {
  padding: 6px 0;
  text-align: left;
}

footer .widget_nav_menu a:not(.learn-more) {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  padding: 2px;
  font-family: "Gotham Black", sans-serif;
  font-weight: 400;
}
footer .widget_nav_menu a:not(.learn-more)::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  padding-right: 7px;
  font-size: 15px;
}
footer .widget-container li a:not(.learn-more):hover {
  color: #02b3be;
}
footer .widget-container li a:not(.learn-more):hover::before {
  color: #8f8dc8;
}
footer .footer-bottom {
  padding: 20px 6%;
}

/* Footer Bottom */
.footer-bottom {
  background: #fff;
}

.copyright {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  color: #000;
}
.copyright a {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  color: #02b3be;
}
.copyright a:hover {
  color: #8f8dc8;
}

.disclaimer {
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  text-transform: none;
  text-align: center;
  color: #000;
}
.disclaimer a {
  color: #02b3be;
}
.disclaimer a:hover {
  color: #8f8dc8;
}

@media (min-width: 1001px) {
  .disclaimer {
    padding: 0;
    margin: 0;
  }
}
/* / / / / / / / / / */
/* INTERNAL PAGES / */
/* / / / / / / / / */
.internal-header {
  height: 200px;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

@media (min-width: 1000px) {
  .internal-header {
    display: block;
    width: 100%;
    height: 400px;
  }
}
.page-template-request-info-page .wrapper {
  padding: 40px 6% 0px;
}

.content {
  width: 100%;
  height: auto;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  padding-top: 70px;
}

@media (min-width: 1001px) {
  .content {
    padding-bottom: 40px;
    max-width: 1250px;
  }
}
article {
  flex-grow: 1;
  padding: 0;
}

.page-template-request-info-page article {
  padding-right: 0px;
}

@media (min-width: 1001px) {
  article {
    padding: 0 100px 0 0;
  }
}
/* Previous / Next Buttons */
.bottom-nav {
  text-align: right;
}
.bottom-nav div {
  display: inline-block;
  padding: 0 10px;
}
.bottom-nav a {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  padding: 20px;
  background-color: #8f8dc8;
  text-decoration: none;
  display: inline-block;
  border-radius: 4px;
  font-family: "Gotham Black", sans-serif;
}
.bottom-nav a:hover {
  background-color: #02b3be;
  cursor: pointer;
}
.bottom-nav a:nth-child(2) {
  padding-left: 20px;
}
.bottom-nav .previous-step a {
  color: #28282a;
  background: none;
}
.bottom-nav .previous-step a:hover {
  color: #8f8dc8;
}

/* Aside */
aside {
  flex: 0 0 23%;
}
aside .gform_widget {
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 150px;
  bottom: auto;
}
aside .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0px;
}

h2.for-info {
  color: #212121;
  text-align: center;
  margin-bottom: 0px;
}

/* .call-container h3 a img {
 * *  filter: invert(0%) sepia(99%) saturate(24%) hue-rotate(255deg) brightness(84%) contrast(70%)
 * *  margin: 0px 8px 6px 0px
 * *} */
/* Video */
.fluid-width-video-wrapper {
  clear: both;
}

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/* / / / / / / / */
/* BLOG FEED  / */
/* / / / / / / */
.blog-big {
  width: 100%;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}

.blog-image {
  flex: 0 0 160px;
  margin-right: 20px;
  margin-top: 8px;
}

.blog-content {
  flex-grow: 1;
}

.time {
  font-weight: lighter;
  color: #212121;
  font-size: 14px;
}

.blog .post {
  padding: 30px 0;
  border-bottom: 1px solid #02b3be;
}

.post-title a {
  text-decoration: none;
  color: #8f8dc8;
  font-size: 25px;
}

/* POST STYLES */
.blog-listing-socials ul {
  display: flex;
  margin-bottom: 15px;
  justify-content: flex-start;
}
.blog-listing-socials li {
  display: flex;
  align-content: flex-start;
}

.related_post li::before {
  content: "" !important;
}

.wp_rp_wrap .related_post_title {
  font-size: 24px;
  margin-bottom: 18px;
  color: #02b3be;
  line-height: 120%;
  text-transform: uppercase;
  font-family: "Gotham Black", sans-serif;
}

/* Pagination */
.navigation {
  margin-top: 20px;
}
.navigation .wp-paginate a {
  background-color: #ccc;
  color: #fff;
  border: 0;
}
.navigation .wp-paginate a:hover {
  background-color: #222;
  color: #fff;
}
.navigation .wp-paginate .current {
  background-color: #2a2a2a;
  border: 0;
}

/* Blockquote */
blockquote {
  margin: 30px;
  background: rgba(0, 0, 0, 0.02);
  padding: 26px;
  font-style: italic;
  border-left: 5px solid #212121;
}
blockquote p {
  font-size: 14px !important;
  line-height: 20px !important;
}
blockquote p:last-of-type {
  margin-bottom: 0 !important;
}

/* ARTICLE */
.page-blog article h2.post-title {
  padding-top: 0;
  margin-bottom: 0;
  font: "Gotham Black", sans-serif;
}

.page-blog article,
.single-post article {
  padding-top: 0;
}

article h2 {
  line-height: 120%;
  padding-top: 20px;
  color: #353735;
}
article h2:not(:first-child) {
  padding-top: 35px;
  padding-bottom: 10px;
}
article h3 {
  color: #353735;
  font: "Gotham Black", sans-serif;
  padding-top: 25px;
  padding-bottom: 5px;
  font-weight: bold;
}
article ul, article ol {
  margin: 20px 0 20px 0px;
}
article ul {
  list-style: disc;
  padding-left: 10px;
}
article ol {
  list-style: decimal;
}
article li {
  list-style-position: inside;
}
article img {
  margin-top: 20px;
  margin-bottom: 20px;
}

.post ul.related_post li a {
  display: block !important;
  font-size: 13px !important;
  line-height: 1.6em !important;
  margin-bottom: 5px !important;
  position: relative !important;
  text-decoration: none !important;
  text-indent: 0 !important;
  color: #8f8dc8;
}
.post ul.related_post li a:hover {
  color: #02b3be;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
  height: auto;
}

.alignright {
  float: right;
  margin: 0 0px 20px 20px;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 0 auto 20px;
  height: auto;
}

div.wp-caption {
  background: rgba(0, 0, 0, 0.02);
  padding: 6px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  max-width: 100%;
}
div.wp-caption a {
  margin-bottom: 6px;
  display: block;
  text-align: center;
}
div.wp-caption p {
  font-size: 12px !important;
  font-style: italic;
  line-height: 18px !important;
  text-align: center;
}
div.wp-caption p:last-of-type {
  margin-bottom: 0 !important;
}

/* GRAVITY FORMS */
.sidebar-form-block {
  box-shadow: 0 2px 15px 2px rgba(0, 0, 0, 0.3);
}
.sidebar-form-block input[type=text] {
  border-radius: 8px !important;
}
.sidebar-form-block input[type=submit] {
  background: #8f8dc8 !important;
  height: 48px !important;
  padding: 0 30px !important;
  font-family: "Gotham Black", sans-serif;
  font-weight: bold !important;
  font-size: 20px !important;
  cursor: pointer !important;
  display: inline-block;
}
.sidebar-form-block input[type=submit]:hover {
  background-color: #353735 !important;
  color: #fff !important;
}

.gform_widget {
  background: #02b3be;
  color: #fff;
  box-shadow: 0px 24px 48px 0px rgba(0, 0, 0, 0.25);
  padding: 24px;
}
.gform_widget .widget-title {
  font-family: "Gotham Black", sans-serif;
  padding: 0 0 20px;
  margin: 0;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  font-weight: 700;
}
.gform_widget .gform_wrapper {
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.gform_widget .gform_wrapper span.gform_description {
  font-size: 16px;
  text-align: center;
  font-weight: 300;
}
.gform_widget .gform_wrapper .gfield {
  width: 100% !important;
}

.gform_wrapper.gravity-theme .gform_fields {
  text-align: left !important;
  color: #fff !important;
}

.gform_wrapper .gfield_required {
  color: #fff !important;
}

.home .gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half, .home .gform_wrapper .top_label li.gfield.gf_right_half, .gform_wrapper .top_label li.gfield.gf_right_half {
  float: none;
  padding-right: 0 !important;
  width: 100% !important;
}

/* width override left and right input fields on mobile */
@media (min-width: 650px) {
  .home .gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half, .home .gform_wrapper .top_label li.gfield.gf_right_half, .gform_wrapper .top_label li.gfield.gf_right_half {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    width: 50% !important;
    padding-right: 16px !important;
    float: none;
    border-radius: 5px;
  }
}
.home aside li#field_3_3, .home aside li#field_3_4 {
  width: 100% !important;
}

.gform_widget .gform_wrapper .gfield_required, .gform_widget .gform_wrapper .validation_error {
  color: #fff;
}
.gform_widget .gform_wrapper .gfield_error {
  background-color: #009059 !important;
  border: 0 !important;
}
.gform_widget .gform_wrapper .gfield_error .gfield_label {
  color: #fff;
}
.gform_widget .gform_wrapper .validation_message, .gform_widget .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label {
  color: #fff;
}
.gform_widget .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span {
  width: 100%;
}

/* override gravity form top margin on desktop */
@media (min-width: 1000px) {
  .gform_wrapper li.gfield {
    margin-top: 0 !important;
  }
}
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.no_last_name span, .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span {
  width: 100%;
}
.gform_wrapper .ginput_complex.ginput_container.no_first_name.has_middle_name.has_last_name span {
  width: 100%;
}

aside div.ginput_container_name span {
  padding-right: 0;
}

/* mobile hero form & bottom request form */
#form input.gform_button, #mobile-hero-banner input.gform_button {
  font-size: 1.5em !important;
  padding: 15px 18px !important;
  width: auto;
  margin: 0px auto;
  text-decoration: none;
  transition: 0.2s ease-out;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* gravity forms button override mobile */
@media only screen and (max-width: 641px) {
  #form input.gform_button, #mobile-hero-banner input.gform_button {
    line-height: 1 !important;
  }
}
/* SIDEBAR - FRANCHISE INFO */
.widget-container.franchise-info {
  margin-bottom: 130px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.side-menu {
  background: url() no-repeat center center/cover;
  padding: 20px 0px;
}
.side-menu .widget-title {
  font-family: "Gotham Black", sans-serif;
  color: #8f8dc8;
  font-size: 36px;
  line-height: 100%;
  text-align: left;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 0;
  font-weight: bold;
  text-transform: capitalize;
}

aside .widget-container {
  margin-bottom: 30px;
  text-align: center;
}

.side-menu ul {
  list-style: none;
  margin: 20px 0;
  width: 100%;
  padding: 0;
}
.side-menu ul li {
  display: flex;
  padding: 0;
}
.side-menu ul li a {
  color: #707070;
  text-decoration: none;
  display: block;
  font-family: sans-serif;
  font-size: 18px;
  line-height: 110%;
  font-weight: 300;
  text-transform: none;
  font-family: sans-serif;
  padding: 12px 20px;
  width: 100%;
}
.side-menu ul li a:hover, .side-menu ul li a.current_page_item:hover {
  color: #02b3be;
}
.side-menu ul li.current_page_item a {
  background-color: #e8e8e8;
  color: #02b3be;
}

.widget-container.franchise-info {
  margin-bottom: 130px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

/* Application form */
.page-template-full-page select, .page-template-full-page input[type=text] {
  border: 2px solid #ccc;
}
.page-template-full-page div.gform_wrapper form div.gform_body ul.gform_fields li .gfield_required, .page-template-full-page div.gform_wrapper form div.gform_body ul.gform_fields li .gfield_label {
  color: #212121;
}

/* RESPONSIVE */
@media screen and (min-width: 1001px) {
  .mobile {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  .desktop {
    display: none !important;
  }
  .content {
    flex-direction: column;
    padding-top: 120px;
  }
  /* hide sidebar on mobile */
  .page-template-research aside, .page-template-blog aside, .single-post aside {
    display: none;
  }
  /* MOBILE MENU */
  .mobile-menu {
    height: 0px;
    width: 100%;
    position: fixed;
    z-index: 99;
    top: 30px;
    left: 0;
    background-color: #8f8dc8;
    overflow-x: hidden;
    transition: 0.5s;
    padding: 0;
    -webkit-overflow-scrolling: touch;
  }
  .mobile-menu ul {
    list-style: none;
  }
  .mobile-menu ul li {
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .mobile-menu ul li:last-of-type {
    border: none;
  }
  .mobile-menu a {
    padding: 8px;
    text-decoration: none;
    font-size: 1rem;
    color: #fff;
    display: block;
    transition: 0.3s;
    font-family: "Gotham Black", sans-serif;
  }
  .mobile-menu a:hover {
    color: #e8e8e8;
  }
  .mobile-menu a::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    color: #fff;
    padding-right: 7px;
  }
  .mobile-menu.open {
    height: 100%;
    margin-top: 50px;
    top: 30px;
  }
  .menu-mobile-container {
    padding: 20px;
  }
  .fixedPosition {
    position: fixed;
  }
  /* header mobile */
  .mobile-header-navbar {
    background: #fff;
    height: 80px;
    position: fixed;
    top: 0;
    padding: 10px;
    width: 100%;
    z-index: 9999;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  }
  body header.mobile {
    padding: 0;
    display: block;
  }
  body header.mobile .mobile-logo {
    height: 40px;
    margin: 15px;
  }
  body.home #hero-mobile {
    text-align: center;
    height: 600px;
    margin-top: -50px;
    background-color: gray;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.0263910061) 0%, rgba(0, 0, 0, 0.1044397866) 100%), url(/wp-content/themes/bj2022/img/home/poster.jpg) no-repeat left center/cover;
    z-index: 1;
    padding: 0;
    display: block;
  }
  /* FIXED MOBILE NAVBAR */
  .mobile-navbar {
    background-color: #000;
    overflow: hidden;
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 100px;
    left: 0;
    z-index: 9998;
  }
  .mobile-navbar ul li .nav-icon img {
    max-height: 40px;
  }
  .mobile-navbar ul {
    display: flex;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .mobile-navbar ul li {
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .mobile-navbar ul li .nav-icon {
    height: 44px;
    text-align: center;
  }
  .mobile-navbar ul li .nav-text {
    color: white !important;
    text-transform: uppercase;
    margin: 0px auto;
    text-align: center;
  }
  /* MOBILE LARGE VID */
  section#large-vid {
    height: auto;
    padding: 80px 20px;
    position: static;
  }
  section#large-vid .costs-container {
    width: 100%;
    flex-direction: column;
  }
  section#large-vid h2 {
    font-size: 30px;
  }
  section#large-vid p {
    text-align: center;
  }
  section#large-vid ul {
    margin-bottom: 0px;
  }
  section#large-vid .form-container {
    padding: 24px 24px 0px 24px;
  }
  section#large-vid h3.gform_title {
    font-size: 40px;
    text-align: center;
  }
  section#large-vid p:first-of-type {
    font-size: 24px;
    text-align: center;
  }
  section#large-vid .gform_wrapper .gform_button {
    width: 60%;
    margin-bottom: 0px;
    font-size: 25px;
    line-height: 1;
    padding: 8px 0px;
  }
  section#featured-posts ul {
    flex-direction: column;
  }
  section#featured-posts li {
    width: 100%;
    margin-bottom: 30px;
  }
  section#featured-posts ul li .featured-title {
    padding: 4px 24px;
  }
  section#featured-posts ul li .featured-title a {
    font-size: 28px;
    text-align: left;
  }
  section#mobile-hero-banner .gform_wrapper .gform_button {
    margin: 0px 0px 20px;
  }
  section#req-form .gform_wrapper .gform_button {
    width: 100%;
  }
  section#featured-posts {
    padding: 30px;
  }
  section#featured-posts ul li a.learn-more {
    margin-left: 20px;
  }
  /* MOBILE FOOTER */
  footer .footer-wrap {
    flex-direction: column;
    align-items: center;
  }
  footer .footer-wrap > div {
    padding: 0;
    margin-bottom: 40px;
    width: auto;
    text-align: center;
  }
  .footer-wrap > div:first-of-type {
    padding: 0;
    margin-bottom: 40px;
    width: auto;
    text-align: center;
  }
  .page-template-research .page-wrapper {
    padding-top: 20px;
  }
  .page-template-research .bottom-nav {
    padding-bottom: 14px;
    margin-top: 10px;
  }
  .page-template-research #childpagewidget-2 {
    display: none;
  }
  .page-template-research .bottom-nav a {
    font-size: 20px;
    padding: 16px 16px;
    border-radius: 4px;
  }
  body.page-template-research .widget-container {
    margin-bottom: 0px;
  }
  #custom_html-2 h2 {
    margin-top: 20px;
  }
  /* Menu Icon */
  #menu-icon {
    width: 40px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 15px;
    margin: 7px auto 6px;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  #menu-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000;
    border-radius: 6px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  #menu-icon span:nth-child(1) {
    display: none;
  }
  #menu-icon span:nth-child(2) {
    top: 11px;
  }
  /* Icon 3 */
  #nav-icon span:nth-child(3) {
    top: 11px;
  }
  #menu-icon span:nth-child(4) {
    top: 24px;
  }
  #menu-icon.open span:nth-child(1) {
    display: none;
  }
  #menu-icon.open span:nth-child(2) {
    transform: rotate(45deg);
  }
  #menu-icon.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 10px;
  }
  #menu-icon.open span:nth-child(4) {
    top: 12px;
    width: 0%;
    left: 50%;
    opacity: 0;
  }
  /* MOBILE FORM */
  section#mobile-hero-banner {
    background-color: #02b3be;
    padding: 16px 30px 0px;
    margin-top: -50px;
    margin: 0px auto;
    position: relative;
    z-index: 2;
    margin-top: -50px;
    box-shadow: 0 0px 20px 5px rgba(0, 0, 0, 0.2);
  }
  section#mobile-hero-banner select {
    width: 100% important;
  }
  section#mobile-hero-banner p.mobile-form-header {
    color: white;
    font-family: "Gotham Black", sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0px;
    font-size: 26px;
    line-height: 120%;
  }
  section#mobile-hero-banner p.empire {
    margin-bottom: 16px;
  }
  section#mobile-hero-banner p.empire::before {
    content: "\f063";
    font-family: "Font Awesome 5 Free";
    margin-right: 4px;
  }
  section#mobile-hero-banner p.empire::after {
    content: "\f063";
    font-family: "Font Awesome 5 Free";
    margin-left: 4px;
  }
  section#mobile-hero-banner #gform_wrapper_7 {
    margin-top: 0px !important;
  }
  section#mobile-hero-banner #gform_wrapper_7 #gform_7 ul li.gfield {
    margin-top: 0px;
    margin-bottom: 18px;
  }
  section#mobile-hero-banner #gform_wrapper_7 #gform_7 .ginput_container {
    margin-top: 0px;
  }
  section#mobile-hero-banner .gform_wrapper .gform_button {
    background-color: #8f8dc8;
    width: 100%;
    color: #000;
    font-family: "Gotham Black", sans-serif;
    font-size: 22px;
    height: 58px;
    line-height: 1 !important;
  }
  section#mobile-hero-banner .gform_wrapper .gform_button:hover {
    background-color: #8f8dc8;
    color: #fff;
  }
}
@media screen and (max-width: 650px) {
  img.alignright {
    width: 100px;
  }
  footer .footer-wrap .widget-container img {
    max-width: 80%;
  }
  footer .footer-wrap .widget-container img:first-of-type {
    margin-right: 0px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
  div.team-member h3 {
    font-size: 16px;
  }
  .bottom-nav {
    text-align: center;
  }
  .wrapper {
    padding: 20px;
  }
  .blog-big {
    display: flex;
    flex-direction: column;
  }
  .blog-content {
    width: 100%;
  }
  .blog-image {
    width: auto;
    margin: 0 auto;
  }
  .blog-big p:last-of-type {
    text-align: center;
  }
}
/**** split request info layout *** */
/* hide header and footer */
.page-template-request-info-page-split header, .page-template-request-info-page-split footer, .page-template-request-info-page-split .mobile-header-navbar {
  display: none;
}

.request-info-wrapper {
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  background: #02b3be;
}

@media (min-width: 1001px) {
  .request-info-wrapper {
    flex-wrap: nowrap;
    align-items: stretch;
  }
}
.page-content-wrapper {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  padding: 20px;
  flex: 0 0 100%;
  background: #8f8dc8;
}
.page-content-wrapper h1, .page-content-wrapper h2, .page-content-wrapper h3, .page-content-wrapper p, .page-content-wrapper ul, .page-content-wrapper li {
  color: #000;
  text-transform: none;
}
.page-content-wrapper img.request-info-logo {
  max-width: 200px;
  transition: all 0.3s ease-in-out;
}
.page-content-wrapper img.request-info-logo:hover {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

@media (min-width: 1001px) {
  .page-content-wrapper {
    flex: 0 0 55%;
    padding: 40px 40px 150px;
    height: 100%;
    height: 100vh;
  }
}
.page-content {
  color: #fff;
  padding: 20px;
}
.page-content h1 {
  font-size: 28px;
  padding-top: 30px;
  text-align: center;
  color: #fff !important;
  font-family: "Gotham Black", sans-serif;
}
.page-content h2 {
  font-size: 20px;
  color: #fff !important;
}
.page-content p {
  font-size: 16px;
  color: #fff !important;
}
.page-content a {
  color: #fff;
  font-weight: bold;
}
.page-content a:hover {
  color: #ededed;
}
.page-content ul li {
  font-size: 16px;
  color: #fff !important;
}

@media (min-width: 1001px) {
  .page-content {
    padding: 40px;
  }
  .page-content h1 {
    font-size: 38px;
    padding-top: 80px;
    text-align: left;
  }
  .page-content h2 {
    font-size: 22px;
  }
}
.form-wrapper {
  height: 100%;
  min-height: 100%;
  flex: 0 0 100%;
  padding: 25px;
  background: #fff;
  color: #000;
  padding-bottom: 140px;
}
.form-wrapper h1 {
  color: #000;
  text-align: center;
  text-transform: none;
  font-size: 28px;
}
.form-wrapper .gform_wrapper.gravity-theme .gform_fields {
  color: #000 !important;
  text-align: left !important;
}
.form-wrapper .gfield_required, .form-wrapper .gfield_required_asterisk {
  color: #000 !important;
}

@media (min-width: 1001px) {
  .form-wrapper {
    flex: 0 0 45%;
    padding: 40px 80px 0;
    height: 100vh;
    overflow: scroll;
  }
}
form.request-info-page label {
  color: #000;
  font-size: 14px !important;
  margin-bottom: 4px !important;
  font-weight: normal !important;
}
form.request-info-page input, form.request-info-page textarea {
  border-radius: 8px !important;
  border: 1px solid #e8e8e8 !important;
  background-color: #fff;
  box-shadow: 0 2px 7px -3px rgba(0, 0, 0, 0.3);
}
form.request-info-page select {
  border-radius: 8px !important;
  border: 1px solid #e8e8e8 !important;
  background-color: #fff;
  box-shadow: 0 2px 7px -3px rgba(0, 0, 0, 0.3);
  color: var(--colorLightGray);
}
form.request-info-page input, form.request-info-page textarea {
  padding: 25px 15px !important;
}
form.request-info-page input::-moz-placeholder, form.request-info-page textarea::-moz-placeholder, form.request-info-page select::-moz-placeholder {
  text-transform: none;
  font-weight: normal !important;
  color: var(--colorLightGray);
}
form.request-info-page input::placeholder, form.request-info-page textarea::placeholder, form.request-info-page select::placeholder {
  text-transform: none;
  font-weight: normal !important;
  color: var(--colorLightGray);
}
form.request-info-page input[type=submit] {
  background: #02b3be !important;
  border: none !important;
  color: #000;
  font-weight: bold !important;
  font-size: 24px !important;
  padding: 10px 15px !important;
  height: 58px !important;
  line-height: 1 !important;
  margin: 0px auto;
  box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.3) !important;
  width: 100% !important;
  transition: all 0.3s ease-in-out;
}
form.request-info-page input[type=submit]:hover {
  background-color: #8f8dc8;
  color: #fff !important;
}
form.request-info-page.brand-story-thumbnail {
  width: 50px;
}

p.watch-video {
  margin-top: 50px;
  text-align: center;
}

img.video-thumbnail {
  max-width: 250px;
  margin-right: 20px;
  margin-bottom: -50px;
  box-shadow: 0 2px 7px -3px rgba(0, 0, 0, 0.3);
}

.page-request-franchise-information .mobile-navbar, .page-request-franchise-information #mySidenav {
  display: none;
}

.pull-quote {
  font-size: 24px;
  line-height: 180%;
  font-weight: bold;
  padding: 20px;
  background: rgba(0, 135, 82, 0.1);
  margin: 40px 0;
}

@media (min-width: 1400px) {
  .pull-quote {
    margin: 40px 0;
  }
}
.inline-cta-wrapper {
  margin: 40px 20px;
  padding: 40px;
  background: #ccc;
}
.inline-cta-wrapper .split-copy {
  padding: 0;
}
.inline-cta-wrapper .split-image {
  padding: 0;
  min-height: 0 !important;
}

@media (min-width: 1001px) {
  .inline-cta-wrapper {
    margin: 40px -20px;
  }
}
.style-one {
  background: #8f8dc8;
  padding: 30px 40px 30px !important;
}
.style-one .split {
  flex-wrap: wrap;
}
.style-one .split .split-copy {
  flex: 0 0 100%;
}
.style-one .split .split-image {
  text-align: center;
  align-self: center;
  flex: 0 0 100%;
}
.style-one .split .split-image img {
  margin-bottom: 0;
  max-height: 200px;
  transition: all 0.3s ease-in-out;
}
.style-one .split .split-image img:hover {
  transform: scale(1.07);
  transition: all 0.3s ease-in-out;
}
.style-one h2, .style-one h3, .style-one p {
  color: #fff !important;
}
.style-one h2 {
  padding-top: 0;
}
.style-one a.learn-more {
  background: #02b3be !important;
  color: #fff !important;
  font-weight: bold !important;
  font-family: "Gotham Black", sans-serif;
}
.style-one a.learn-more:hover {
  background: #8f8dc8 !important;
  color: #fff !important;
}

@media (min-width: 1101px) {
  .style-one .split {
    flex-wrap: nowrap;
  }
  .style-one .split .split-copy {
    flex: 0 0 70%;
  }
  .style-one .split .split-image {
    text-align: right;
    align-self: center;
    flex: 0 0 30%;
  }
  .style-one .split .split-image img {
    margin-bottom: 0;
    max-height: 200px;
    transition: all 0.3s ease-in-out;
  }
  .style-one .split .split-image img:hover {
    transform: scale(1.07);
    transition: all 0.3s ease-in-out;
  }
}
/* hide reading indicator on homepage */
.home #reading-position-indicator, .page-id-7 #reading-position-indicator {
  display: none;
}

/* hide reguired text on forms */
.gform_required_legend {
  display: none;
}

/* timeline / next steps */
/* dot alignment */
#cd-timeline.single-column.pro .cd-timeline-block .cd-timeline-img.icon-no-readmore {
  left: -10px !important;
}

/* box left alignment */
.cd-timeline-block.single-column .cd-timeline-content {
  margin-left: 25px !important;
}/*# sourceMappingURL=main.css.map */