@import url("https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900");
@font-face {
  font-family: "Gabarito Variable Font";
  font-style: normal;
  font-weight: normal;
  src: url("/wp-content/themes/bj2022/fonts/Gabarito-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "meursault-variable", serif;
  font-variation-settings: "wght" 100, "wdth" 1;
}
/* / / / / / / / / / */
/*  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: "Gabarito Variable Font", sans-serif, sans-serif;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

body.page-template-home {
  background: url("/wp-content/themes/bj2022/img/home/home-bg.png") repeat-y center center/contain;
}

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

a {
  color: #02216E;
  text-decoration: none;
}
a:hover {
  color: #252525;
}
a:not([class]) {
  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: #fff;
  padding: 15px 20px 15px;
  background-color: #02216E;
  transition: all 0.2s ease-in-out;
  font-family: "Gabarito Variable Font", sans-serif;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0px;
  border: 1px solid #02216E;
}
.learn-more:hover {
  background-color: #032F9D;
  color: #fff;
  transition: all 0.2s ease-in-out;
  border: 1px solid #02216E;
}

.learn-more-secondary {
  text-decoration: none;
  color: #02216E;
  background-color: #02216E;
  padding: 16px 30px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 0px;
  transition: all 0.1s ease-in-out;
  font-family: "Gabarito Variable Font", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
.learn-more-secondary:hover {
  background-color: #032F9D;
  border: 1px solid #fff;
  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;
}
@media (min-width: 1001px) {
  .inline-buttons {
    flex-wrap: nowrap;
  }
  .inline-buttons a {
    margin: 0;
  }
}
/* Common Form Elements */
select, input[type=text] {
  height: 2.75rem;
  background-color: #fff;
  border: none;
  padding-left: 6px !important;
  border-radius: 0px;
}

input::placeholder, select {
  color: #000 !important;
  opacity: 0.8 !important;
}

body .gform_wrapper .gform_footer input[type=submit] {
  padding: 1rem 1.875rem;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 0.05rem;
  height: 3.5rem;
  background-color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid #02216E;
  transition: all 0.1s ease-in !important;
}
body .gform_wrapper .gform_footer input[type=submit]:hover {
  background-color: #02216E;
  color: #fff;
  transition: all 0.1s ease-in !important;
}

#req-form .gform_wrapper {
  font-family: "Gabarito Variable Font", sans-serif;
}
#req-form .gform_wrapper .gform_footer input[type=submit] {
  width: auto;
  font-family: "Gabarito Variable Font", sans-serif;
  border: 1px solid #fff !important;
  text-decoration: none;
  color: #fff;
  font-weight: 300;
  font-size: 1rem;
  background-color: #02216E;
  border: 1px solid #02216E;
  margin: auto;
}
#req-form .gform_wrapper .gform_footer input[type=submit]:hover {
  background-color: #032F9D;
  border: 1px solid #fff;
  color: #fff;
}
#req-form .split-copy {
  padding: 0;
}

@media (min-width: 1001px) {
  #req-form .split {
    max-width: 1300px;
  }
  #req-form .form-container {
    max-width: 46rem;
  }
  #req-form .split-copy {
    flex: 0 0 75%;
    padding: 0;
    margin: auto;
  }
  #req-form .split-copy.text {
    flex: 0 0 40%;
    padding-right: 2rem;
  }
}
@media (min-width: 1201px) {
  section#req-form {
    position: relative;
  }
  section#req-form::before {
    content: "";
    background-image: url(/wp-content/themes/bj2022/img/home/Bug-Target-Icons-req-form.png);
    background-repeat: no-repeat;
    bottom: 130px;
    right: 0px;
    background-size: contain;
    height: 200px;
    width: 187px;
    box-sizing: inherit;
    position: absolute;
  }
}
.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-color: #fff;
  overflow: visible;
  z-index: 999;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.02), 0 0 20px rgba(0, 0, 0, 0.04);
}
header.desktop {
  height: 125px;
  position: fixed;
  display: flex;
  padding: 0px 6%;
}

a.logo-link {
  padding: 0px;
  height: 70px;
  width: 250px;
  flex: 0 0 auto;
  margin-left: -20px;
}

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

@media (min-width: 1001px) {
  .logo {
    height: auto;
    transition: all 0.3s ease-in;
  }
  a.logo-link {
    height: 50px;
  }
  body.header-not-at-top header {
    position: fixed;
  }
  body.header-not-at-top .logo:hover {
    transform: scale(1.07);
    transition: all 0.3s ease-in;
  }
}
@media (min-width: 1001px) and (max-width: 1500px) {
  .logo {
    max-width: 350px;
  }
  a.logo-link {
    width: 350px;
  }
  #menu-header li:not(:last-child) {
    padding-right: 10px !important;
  }
  #menu-header > li a {
    font-size: 0.9rem !important;
  }
  #menu-header > li.navigation-request-cta a, #menu-header > li.menu-item-2135 a {
    padding: 0.7rem !important;
  }
}
@media (min-width: 1100px) and (max-width: 1300px) {
  .logo {
    max-width: 260px;
    top: 48px;
  }
  a.logo-link {
    width: 260px;
  }
  #menu-header li:not(:last-child) {
    padding-right: 7px !important;
  }
  #menu-header > li a {
    font-size: 13px !important;
  }
  #menu-header > li.navigation-request-cta a, #menu-header > li.menu-item-2135 a {
    padding: 0.7rem !important;
  }
}
@media (min-width: 1001px) and (max-width: 1100px) {
  #menu-header > li a {
    font-size: 12px !important;
  }
  #menu-header > li.navigation-request-cta a, #menu-header > li.menu-item-2135 a {
    padding: 0.2rem !important;
  }
}
@media (min-width: 1500px) {
  .logo {
    max-width: 400px;
  }
  a.logo-link {
    width: 400px;
  }
}
/* scroll header sticky */
#top-of-site-pixel-anchor {
  position: absolute;
  width: 1px;
  height: 1px;
  top: 0px;
  left: 0;
}

nav {
  height: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
nav a {
  text-decoration: none;
  height: 100%;
  display: flex;
  align-items: center;
}

.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: "Gabarito Variable Font", sans-serif;
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: 400;
  color: #02216E;
  text-transform: uppercase;
  letter-spacing: 0.01rem;
}
#menu-header > li a:hover {
  color: #02216E;
}
#menu-header > li.navigation-request-cta a {
  padding: 1.25rem 1.875rem;
  color: #02216E;
  border: 1px solid #02216E;
  background: #fff;
  border-radius: 0px;
  height: 3.25em !important;
  transition: all 0.1s ease-in;
  text-transform: uppercase;
}
#menu-header > li.navigation-request-cta a:hover {
  color: #fff;
  background: rgba(2, 33, 110, 0.8);
  border: 1px solid #02216E;
  transition: all 0.1s ease-in;
}
#menu-header > li.menu-item-2135 a {
  padding: 1.25rem 1.875rem;
  color: #fff;
  border: 1px solid #02216E;
  border-radius: 0px;
  background: #02216E;
  height: 3.25em;
  transition: all 0.1s ease-in;
}
#menu-header > li.menu-item-2135 a:hover {
  color: #02216E;
  background: #D9D9D9;
  border: 1px solid #02216E;
  transition: all 0.1s ease-in;
}
#menu-header li:not(:last-child) {
  padding-right: 20px;
}
#menu-header li:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  display: block;
  border-top: 0px solid #02216E;
  transition: opacity 0.2s ease-in-out;
  z-index: 9999;
}
#menu-header li.menu-item-has-children > a:after {
  font-family: "FontAwesome";
  content: "\f107";
  margin: 0 0 0 1.2rem;
}

.sub-menu {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  position: absolute;
  z-index: 90;
  margin: 0 0 0 -20px;
  height: auto;
  top: 100px;
  width: auto;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  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: #F1F1F1;
}
.sub-menu li a {
  font-family: "Gabarito Variable Font", sans-serif !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  color: #252525 !important;
  text-transform: none;
  height: 1.8rem !important;
  padding: 10px 20px;
  background: #fff !important;
  letter-spacing: 0.03125rem;
  border: none !important;
}
.sub-menu li a:hover {
  color: #fff !important;
  background: #02216E !important;
}

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

.hero-content {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  height: auto;
  z-index: 11;
  align-self: center;
  padding: 25rem 3rem 1.25rem;
  position: relative;
}
.hero-content h1.hero-heading {
  font-size: 4.5rem;
  max-width: 100%;
  line-height: 120%;
  color: #fff;
  font-family: "Gabarito Variable Font", sans-serif;
  font-weight: 700;
  text-align: left;
  max-width: fit-content;
}
.hero-content p {
  text-align: left;
}

@media (max-width: 1001px) {
  .hero-content {
    padding: 200px 3% 0;
    text-align: left;
  }
  .hero-content h1.hero-heading {
    color: #fff;
    margin-bottom: 34px;
    font-size: 2.5rem;
  }
  .get-information-mobile a {
    width: 100%;
    text-align: center;
    border-radius: 0;
    font-size: 1.25rem;
    padding: 1.5rem;
  }
}
/*** hero video ***/
#hero-video {
  width: 100vw;
  object-fit: cover;
  left: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3263910061) 0%, rgba(0, 0, 0, 0.1044397866) 100%), url("/wp-content/themes/bj2022/img/home/CPP-Hero-Header-V2.jpg") no-repeat center top/cover;
}

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

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;
}

section#hero-banner .hero-content {
  width: 65%;
  display: flex;
  align-items: center;
}
section#hero-banner #hero-form {
  flex-direction: column;
}
section#hero-banner div#hero-form {
  width: 30%;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  background: rgba(2, 33, 110, 0.6);
  padding: 6% calc(3% - 17px) 41px 3%;
  margin-top: 21px;
  flex-direction: column;
}
section#hero-banner div#hero-form .gform_wrapper .top_label div.ginput_container, section#hero-banner div#hero-form #gform_widget-5 .gform_wrapper .top_label div.ginput_container, section#hero-banner div#hero-form #gform_widget-3 .gform_wrapper .top_label div.ginput_container {
  margin-top: 0px;
}
section#hero-banner div#hero-form .gform_wrapper .top_label .gfield_label, section#hero-banner div#hero-form #gform_widget-5 .gform_wrapper .top_label .gfield_label .gfield_required, section#hero-banner div#hero-form #gform_widget-3 .gform_wrapper .top_label .gfield_label .gfield_required {
  color: #fff !important;
  font-weight: 300;
  font-size: 15px;
}
section#hero-banner div#hero-form input#gform_submit_button_11 {
  color: #02216E;
  background-color: #00A9E0;
  border: 1px solid #00A9E0;
  width: 150px;
  margin: auto;
}
section#hero-banner div#hero-form input#gform_submit_button_11::hover {
  color: #fff;
  background-color: #02216E;
  border: 1px solid #fff;
}
section#hero-banner div#hero-form .disclaimer {
  color: #fff;
}
section#hero-banner div#hero-form .disclaimer a {
  color: #fff;
  text-decoration: underline;
}
section#hero-banner div#hero-form h3, section#hero-banner #gform_widget-5 h3, section#hero-banner #gform_widget-3 h3 {
  color: #fff;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0px;
  font-size: 28px;
}

@media (max-width: 1301px) {
  div#vid-bg-container, .overlay, #hero-video {
    height: 47rem;
  }
  .hero-content h1.hero-heading {
    font-size: 2.5rem;
  }
}
@media (min-width: 1171px) and (max-width: 1301px) {
  section#hero-banner div#hero-form {
    margin-top: 12px;
  }
}
@media (min-width: 1000px) and (max-width: 1170px) {
  section#hero-banner div#hero-form {
    padding: 6% calc(3% - 17px) 20px 3%;
    margin-top: 12px;
  }
}
/**** horizontal form ****/
.horizontal-form-cta {
  background: #02216E;
  text-align: center;
  padding: 24px;
  height: 170px;
  width: 0;
  margin: 0 auto;
  transition: all 0.3s ease-in;
  width: 100%;
  position: relative;
  margin-top: -100px;
  padding-bottom: 40px;
  z-index: 888;
}
.horizontal-form-cta h3 {
  font-weight: 400;
  font-family: "Gabarito Variable Font", sans-serif;
  color: #fff !important;
  font-size: 1.5rem;
}
.horizontal-form-cta .gform_wrapper {
  margin: auto;
  max-width: 1480px;
}
.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 label.gfield_label.gform-field-label {
  color: #fff !important;
  font-weight: 400 !important;
  font-size: 0.875rem !important;
  font-family: "Gabarito Variable Font", sans-serif;
  padding-top: 5px;
}
.horizontal-form-cta .gform_wrapper form {
  display: flex;
}
.horizontal-form-cta .gform_wrapper form label {
  border: none !important;
}
.horizontal-form-cta .gform_wrapper form input[type=text], .horizontal-form-cta .gform_wrapper form .gform_footer {
  opacity: 1 !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;
  align-items: flex-start;
}
.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 .gfield_required {
  color: #fff !important;
}
.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] {
  padding: 0.7rem;
  font-family: "Gabarito Variable Font", sans-serif;
  font-size: 1rem;
  height: 2.75rem;
  background: #fff;
  color: #02216E;
  border: 1px solid #02216E;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  gap: 0.625rem;
}
.horizontal-form-cta .gform_wrapper form .gform_footer input[type=submit]:hover {
  background-color: #01123c;
  color: #fff;
}
.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: 3rem;
  padding-block-end: 20px;
  font-family: "Gabarito Variable Font", sans-serif;
  color: #02216E;
  font-weight: 700;
  line-height: 120%;
}

h2 {
  font-family: "Gabarito Variable Font", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 18px;
  color: #02216E;
}
h2.section-title {
  margin-bottom: 44px;
  line-height: 120%;
  font-weight: 700;
  padding: 15px;
  display: inline-block;
}

h3 {
  line-height: 120%;
  font-size: 1.5rem;
  color: #02216E;
  text-transform: none;
  font-weight: 600;
  font-family: "Gabarito Variable Font", sans-serif;
  margin-bottom: 18px;
}

h4 {
  font-size: 1.25rem;
  font-family: "Gabarito Variable Font", sans-serif;
  font-weight: 400;
  line-height: 120%;
}

h5 {
  font-size: 1.25rem;
  font-family: "Gabarito Variable Font", sans-serif;
  font-weight: 700;
  line-height: 120%;
}

h6 {
  font-size: 1rem;
  font-family: "Gabarito Variable Font", sans-serif;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

p, article ul, .page-content li {
  margin-bottom: 20px;
  line-height: 150%;
  font-size: 1rem;
  font-weight: normal;
  font-family: "Gabarito Variable Font", sans-serif;
  color: #000;
  letter-spacing: 0.03125rem;
}

strong, b {
  font-variation-settings: "wght" 600;
}

@media (max-width: 1001px) {
  h1 {
    font-size: 2.5rem;
    line-height: 120%;
    letter-spacing: 0.01563rem;
  }
  #intro h1 {
    text-align: center;
  }
  h2 {
    font-size: 2rem;
    letter-spacing: 0.01563rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.25rem;
  }
  h5 {
    font-size: 1rem;
  }
  h6 {
    font-size: 0.875rem;
  }
  p, article ul, .page-content li {
    font-size: 0.875rem;
    letter-spacing: 0.01563rem;
  }
}
/* / / / / / */
/* 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 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 h2 {
  color: #02216E;
  font-weight: 700;
  text-transform: uppercase;
}
#intro h3 {
  color: #02216E;
  font-family: "Gabarito Variable Font", sans-serif;
  font-weight: 500;
  line-height: 120%;
}
#intro p {
  color: #252525;
}
#intro a:not([class]) {
  text-decoration: underline;
}
#intro .post {
  max-width: 950px;
  margin: auto;
}
#intro .split {
  flex-wrap: wrap;
}
#intro .split-copy h1.page-title {
  text-align: left;
  padding-bottom: 0;
}
#intro .split-image {
  text-align: center;
  padding-top: 30px;
}
#intro .split-image img {
  align-self: center;
  width: 100%;
}

@media (min-width: 1001px) {
  #intro {
    margin-top: -50px;
  }
  #intro .split-image {
    background: url("/wp-content/themes/bj2022/img/home/intro-img-2.webp") no-repeat 0 50px;
    background-size: cover;
  }
}
@media (min-width: 1201px) {
  #intro .split-copy {
    flex: 0 0 50%;
    padding: 7.5rem 4.5rem 80px 4.5rem;
  }
  #intro .split-image {
    flex: 0 0 50%;
  }
}
/* / / / / / / / / */
/*    Reasons    / */
/* / / / / / / / / */
section#reasons {
  max-width: none !important;
  margin: 0;
  background: #02216E;
}
section#reasons .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2%;
  maX-width: 1600px;
  margin: auto;
}
section#reasons .section-title {
  margin: 100px auto 50px;
  padding: 0 5%;
  color: #fff;
  font-weight: 700;
  text-align: center;
  flex-basis: 100%;
  text-transform: uppercase;
}
section#reasons .reason {
  flex-basis: 90%;
  background-color: #fff;
  padding: 42px 36px;
  text-align: center;
  margin-bottom: 2em;
}
section#reasons .reason h3 {
  color: #02216E;
  font-family: "Gabarito Variable Font", sans-serif;
  font-size: min(8vw, 34px);
  text-align: center;
}
section#reasons .reasons-cta {
  flex-basis: 100%;
  text-align: center;
  margin: 25px 0 60px;
}

/* reasons copy desktop */
@media (min-width: 1001px) {
  section#reasons .reason {
    flex-basis: 29%;
  }
}
/* / / / / / / / / */
/* COST & FEES  / */
/* / / / / / / / */
section#costs-fees {
  padding: 140px 20px;
  background: url(/wp-content/themes/bj2022/img/costs-bg-1.webp) no-repeat center center/cover;
}
section#costs-fees .cost-copy-box {
  padding: 20px;
  margin: 0px auto;
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
}
section#costs-fees .cost-copy-box h2 {
  font-size: 2rem;
  line-height: 150%;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
section#costs-fees .cost-copy-box h3 {
  text-transform: none;
  font-size: 1.3em;
  font-weight: 400;
  margin-bottom: 12px;
}
section#costs-fees .cost-copy-box em {
  color: #000 !important;
  font-style: normal;
  font-size: 50px;
  display: block;
  text-align: center;
}
section#costs-fees .cost-copy-box span.amount {
  color: #02216E !important;
  font-size: 62px;
  line-height: 125%;
  padding-top: 10px;
  font-weight: 800;
  font-family: "Gabarito Variable Font", sans-serif;
}
section#costs-fees .cost-copy-box sup {
  font-size: 31px;
  position: relative;
  top: -15px;
}
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;
  margin-bottom: 1em;
}

@media (min-width: 1001px) {
  section#costs-fees .cost-copy-box {
    padding: 110px 100px;
    border-radius: 50%;
  }
  section#costs-fees .cost-copy-box h2 {
    font-size: 2.4rem;
    margin-bottom: 18px;
  }
  section#costs-fees .cost-copy-box h3 {
    line-height: 150%;
  }
  section#costs-fees .cost-copy-box span.amount {
    font-size: 93px;
  }
  section#costs-fees .cost-copy-box sup {
    font-size: 46px;
    top: -23.5px;
  }
}
@media (min-width: 1201px) {
  section#costs-fees {
    position: relative;
  }
  section#costs-fees::before {
    content: "";
    background-image: url(/wp-content/themes/bj2022/img/home/Bug-Target-Icons-costs.png);
    background-repeat: no-repeat;
    bottom: 80px;
    left: 110px;
    background-size: contain;
    height: 200px;
    width: 200px;
    box-sizing: inherit;
    position: absolute;
  }
}
/* / / / / / / / / / / / / / / / */
/* LARGE VIDEO  / Brand Story / */
/* / / / / / / / / / / / / / / */
section#large-vid {
  padding: 4.5rem 8.5rem;
  text-align: center;
  background: #00A9E0;
}
section#large-vid h2 {
  color: #02216E;
  text-transform: uppercase;
}
section#large-vid .video-cover {
  margin: 0 auto;
  max-width: 73rem;
  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.6));
  display: none;
}

@media (min-width: 1201px) {
  section#intro {
    position: relative;
  }
  section#intro::before {
    content: "";
    background-image: url(/wp-content/themes/bj2022/img/home/Bug-Target-Icons-brand-story.png);
    background-repeat: no-repeat;
    bottom: -220px;
    right: 60px;
    background-size: contain;
    height: 200px;
    width: 200px;
    box-sizing: inherit;
    position: absolute;
  }
}
/* / / / / / / / / / / / / / / / */
/* LARGE VIDEO  / Brand Story /
 * /* / / / / / / / / / / / / / / */
section#large-map {
  padding: 1rem 8.5rem;
  text-align: center;
}
section#large-map .image-cover {
  margin: 0 auto;
  max-width: 65rem;
  transition: all 0.2s ease-in !important;
  cursor: pointer;
}

/* / / / / / / / / */
/* Testimonials  / */
/* / / / / / / / / */
.white .sa_owl_theme .owl-nav .owl-next {
  margin-right: -19px;
}

.white .sa_owl_theme .owl-nav .owl-prev {
  margin-left: -19px;
}

div#slider_2093 {
  max-width: 800px;
}

#slider_2090 .owl-stage {
  width: 100% !important;
}

#slider_2090 .owl-item:not(.active) {
  display: none;
}

#slider_2090 .owl-item {
  min-width: 350px;
}
#slider_2090 .owl-item .testimonial {
  flex: none;
  text-align: left;
  background: #fff;
  padding: 1rem 1rem 2rem;
  margin: 0 1rem;
}
#slider_2090 .owl-item .testimonial .small-image {
  text-align: center;
  margin-bottom: 1.5rem;
}
#slider_2090 .owl-item .testimonial .name {
  color: #02216E;
  font-family: "Gabarito Variable Font", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.03125rem;
  margin-bottom: 10px;
}

/*All slider styles */
.slider {
  margin-bottom: 6rem;
}

@media (min-width: 1001px) {
  section#testimonials {
    padding: 80px 6%;
    background-attachment: fixed;
  }
  section#testimonials h2.section-title {
    border: none !important;
    padding: 0px 90px;
    width: auto;
  }
  section#testimonials .testimonials {
    flex-wrap: nowrap;
    padding-bottom: 20px;
  }
  section#testimonials .testimonials .testimonial {
    flex: 0 0 30%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  section#testimonials .testimonials .testimonial .icon {
    max-width: 250px;
  }
}
/* / / / / / / / / / / / / */
/*   locations / map    / */
/* / / / / / / / / / / / */
section#locations {
  background-color: #fff;
  text-align: center;
  padding: 80px 20px;
}
section#locations h2, section#locations h3, section#locations p {
  color: #02216E;
}
section#locations p {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #252525;
}
section#locations .location-container {
  max-width: 1000px;
  margin: 0px auto;
  padding-bottom: 40px;
}
section#locations .learn-more {
  color: #02216E;
  background-color: #fff;
  border: 1px solid #02216E;
  transition: all 0.1s ease-in-out;
  margin-top: 15px;
}
section#locations .split.ideal .split-text {
  flex: 0 0 100%;
}
section#locations .split.ideal ul {
  text-align: left;
  max-width: 245px;
  margin: auto;
  padding-bottom: 2rem;
}
section#locations .split-list {
  flex: 0 0 100%;
  text-align: center;
}
section#locations .split-list ul {
  padding-left: 0;
}
section#locations .split-list li {
  color: #02216E;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 120%;
  text-transform: uppercase;
  list-style-type: none;
  font-family: "Gabarito Variable Font", sans-serif;
  letter-spacing: 0.03rem;
}

@media (min-width: 1201px) {
  section#locations .split {
    display: flex;
    max-width: 1100px;
  }
  section#locations .split .split-text {
    flex: 0 0 55%;
    text-align: left;
    padding-left: 45px;
    padding-right: 5rem;
    border-right: 1.5px solid #404D6A;
  }
  section#locations .split .split-list {
    flex: 0 0 32%;
    text-align: left;
    padding-left: 5rem;
  }
  section#locations .split .split-list li {
    font-size: 1.5rem;
    line-height: 120%;
    text-transform: uppercase;
    list-style-type: none;
  }
  section#locations .split #borderRight {
    width: 130px;
    height: 0px;
    border: 1px solid #02216E;
    transform: rotate(90deg);
    margin-top: 71px;
    padding: 0;
    flex: none;
    display: none;
  }
  section#locations .split.ideal .split-text {
    flex: 0 0 50%;
  }
}
/* / / / / / / / / / / / / */
/* BOTTOM REQUEST FORM  / */
/* / / / / / / / / / / / */
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#req-form {
  padding: 0px 6%;
  display: block;
  width: 100%;
  background: #02216E;
}
#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;
  font-size: 2.25rem;
  text-transform: uppercase;
  line-height: 120%;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 0.025rem;
}
#req-form p {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.03125rem;
  text-align: left;
  padding-left: 20px;
  color: #fff;
}
#req-form p.disclaimer {
  padding-left: 0;
  font-size: 11px;
}
#req-form p.disclaimer a {
  color: #02216E;
}
#req-form p.disclaimer a:hover {
  color: #252525;
}
#req-form > div {
  width: 100%;
  margin: 0 auto;
  padding: 3rem 4.5rem;
  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 .form-container {
    max-width: 700px;
  }
}

/* / / / / / / / / / / / / */
/* FEATURED BLOG POSTS  / */
/* / / / / / / / / / / / */
section#featured-posts {
  padding: 2rem 1rem;
  text-align: center;
  background: #00A9E0;
}
section#featured-posts h2.section-title {
  border-color: #02216E !important;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 0;
}
section#featured-posts ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  max-width: 81rem;
  gap: 1.85rem;
  margin: 2.25rem auto 3rem;
}
section#featured-posts ul li {
  flex: 0 0 31%;
  background-color: #fff;
  padding: 0;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(33, 37, 41, 0.32), 0px 4px 6px 0px rgba(33, 37, 41, 0.2);
  -webkit-box-shadow-box-shadow: 0px 0px 1px 0px rgba(33, 37, 41, 0.32), 0px 4px 6px 0px rgba(33, 37, 41, 0.2);
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
section#featured-posts ul .featured-title {
  font-family: "Gabarito Variable Font", sans-serif;
  color: #02216E;
  font-size: 1.35rem;
}

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

.featured-title, #featured-posts .description {
  padding: 0 1.5rem;
  display: block;
  margin: 20px 0;
  text-decoration: none;
  line-height: 120%;
  font-weight: 400;
  text-align: left;
}
.featured-title:hover, #featured-posts .description:hover {
  cursor: pointer;
}

#featured-posts .description p {
  margin-bottom: 2.25rem;
  line-height: 145%;
  font-size: 1rem;
  font-weight: 300;
  color: #252525;
  text-align: left;
}
#featured-posts .description p a {
  text-decoration: underline;
}

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

.footer-top {
  padding: 3rem;
  max-width: 81rem;
  margin: auto;
}

.divider {
  background-color: #02216E;
  height: 0.0625rem;
  overflow: visible;
  width: 100%;
  margin: 1.5rem 0;
  border: none;
}

.footer-wrap, .footer-wrap-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.footer-wrap > div, .footer-wrap-menu > div {
  flex: 1;
  margin-bottom: 0;
  padding: 12px 0px 0px 40px;
  text-align: center;
}
.footer-wrap > div:first-of-type .footer-phone, .footer-wrap-menu > div:first-of-type .footer-phone {
  text-align: center;
  margin-top: 20px;
  font-size: 2.375rem;
  font-weight: 500;
}
.footer-wrap > div:first-of-type .footer-phone .learn-more, .footer-wrap-menu > div:first-of-type .footer-phone .learn-more {
  color: #fff;
}

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

.footer-wrap .widget-container a.learn-more {
  background-color: #02216E;
  font-size: 22px;
  font-weight: 600;
  font-family: "Gabarito Variable Font", sans-serif;
}
.footer-wrap .widget-container a.learn-more:hover {
  background-color: #02216E;
}

footer .phone-link {
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}
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: "Gabarito Variable Font", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  text-transform: uppercase;
}

/* Link Columns */
.footer-wrap .widget-container ul li {
  padding: 0;
}

footer li.menu-item {
  margin-bottom: 1rem;
}
footer li.menu-item a {
  color: #02216E;
  font-family: "Gabarito Variable Font", sans-serif;
  line-height: 120%;
  text-transform: uppercase;
  text-align: left;
}
footer li.menu-item a:hover {
  color: #000;
}
footer .footer-bottom {
  padding: 2rem;
}

/* Footer Bottom */
.footer-bottom {
  background: #fff;
  max-width: 81rem;
  margin: auto;
}

.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: underline;
  font-size: 12px;
  color: #252525;
}
.copyright a:hover {
  color: #02216E;
}

.disclaimer {
  font-size: 11px;
  font-weight: normal;
  line-height: 150%;
  padding: 20px 0 20px;
  text-transform: none;
  text-align: center;
  color: #000;
}
.disclaimer a {
  color: #252525;
}
.disclaimer a:hover {
  color: #02216E;
}

@media (min-width: 1001px) {
  .disclaimer {
    padding: 0;
    margin: 0;
  }
  footer .research, footer .research-2 {
    padding-right: 30px;
  }
  footer .research-2 {
    border-right: 1px solid #02216E;
  }
  footer li.menu-item a {
    font-size: 1rem;
    font-style: normal;
  }
  footer .useful, footer .research {
    text-align: left;
  }
  footer h2.footer-title {
    text-align: left;
  }
  footer .footer-wrap .widget-container ul li {
    text-align: left;
  }
}
/* / / / / / / / / / */
/* INTERNAL PAGES / */
/* / / / / / / / / */
body:not(.home) .content {
  padding-top: 170px;
}

.internal-header {
  height: 200px;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.page-template-research .content h1, .page-template-blog .content h1, .post-template-default .content h1 {
  color: #02216E;
  margin-top: 25px;
}
.page-template-research .content h2, .page-template-blog .content h2, .post-template-default .content h2 {
  font-size: 1.75rem;
}
.page-template-research .content h3, .page-template-blog .content h3, .post-template-default .content h3 {
  font-size: 1.5rem;
}

@media (max-width: 1000px) {
  .internal-header {
    margin-top: 80px;
  }
}
.error404 div#content {
  flex-direction: column;
}

/* Research, Blog Post (Single) */
.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;
}
.content article a:not([class]) {
  text-decoration: underline;
}

@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;
  }
  body.page-id-1901 {
    padding: 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: #02216E;
  text-decoration: none !important;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bottom-nav a:hover {
  background-color: #02216E;
  cursor: pointer;
}
.bottom-nav a:nth-child(2) {
  padding-left: 20px;
}
.bottom-nav .previous-step a {
  color: #02216E;
  background: none;
}
.bottom-nav .previous-step a:hover {
  color: #02216E;
}

/* Aside */
aside {
  flex: 0 0 26%;
}
aside .gform_widget {
  top: 150px;
  bottom: auto;
}
aside .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0px;
}
aside .gform_wrapper.gravity-theme .gfield_label {
  color: #fff !important;
}
aside form.request-info-page input, aside form.request-info-page textarea {
  padding: 15px !important;
}
aside input#gform_submit_button_10 {
  width: auto;
  font-size: 1.125rem !important;
  background-color: #fff !important;
  color: #02216E !important;
  border: 1px solid #02216E !important;
}
aside input#gform_submit_button_10:hover {
  color: #fff !important;
  background: rgba(2, 33, 110, 0.8) !important;
  border: 1px solid #fff !important;
}

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 #02216E;
}

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

page-template-blog a.continue {
  text-decoration: underline;
}

/* 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: #02216E;
  line-height: 120%;
  text-transform: uppercase;
  font-family: "Gabarito Variable Font", 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: "Gabarito Variable Font", sans-serif;
}

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

article h2 {
  padding-top: 20px;
}
article h2:not(:first-child) {
  padding-top: 0px;
  padding-bottom: 10px;
}
article ul, article ol {
  margin: 20px 0 20px 0px;
}
article ul {
  list-style: disc;
  padding-left: 15px;
}
article ol {
  list-style: decimal;
  padding-left: 15px;
}
article li {
  list-style-position: outside;
  padding: 2px 0px;
}
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: #00A9E0;
}
.post ul.related_post li a:hover {
  color: #02216E;
}

.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: 0px !important;
}
.sidebar-form-block input[type=submit] {
  background: #02216E !important;
  height: 48px !important;
  padding: 0 30px !important;
  font-family: "Gabarito Variable Font", sans-serif;
  font-weight: bold !important;
  font-size: 20px !important;
  cursor: pointer !important;
  width: 100%;
  color: #fff;
}
.sidebar-form-block input[type=submit]:hover {
  background-color: #DCDCDC !important;
  transform: scale(1.02) !important;
}

.gform_widget {
  background: #02216E;
  color: #fff;
  padding: 24px;
  border-radius: 0px;
}
.gform_widget .widget-title {
  font-family: "Gabarito Variable Font", sans-serif;
  padding: 0 0 20px;
  margin: 0;
  text-align: center;
  font-size: 2.25rem;
  line-height: 40px;
  color: #fff;
  font-weight: 600;
}
.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;
  font-family: "Gabarito Variable Font", sans-serif;
}

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

.gform_wrapper.gravity-theme .gfield_label {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  font-weight: normal;
  font-weight: 500 !important;
  line-height: 1.125rem;
}

.gform_wrapper.gravity-theme .gfield select.large, .ginput_container.ginput_container_select {
  background-color: #fff;
}

.ginput_container.ginput_container_select {
  background-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;
  -webkit-transition: 0.2s ease-out;
  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;
  border: 1px solid #000;
}
.side-menu .widget-title {
  font-family: "Gabarito Variable Font", sans-serif;
  color: #02216E;
  font-size: 36px;
  line-height: 100%;
  text-align: left;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 0;
  font-weight: bold;
  text-transform: capitalize;
}
.side-menu ul#menu-research-footer-2 {
  margin-top: -20px;
}

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: #02216E;
  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.current_page_item a {
  background-color: #F1F1F1 !important;
}

.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 (min-width: 500px) and (max-width: 1000px) {
  .logo {
    max-width: 354px;
  }
  a.logo-link {
    max-width: 354px;
  }
  #menu-header li:not(:last-child) {
    padding-right: 20px;
  }
}
@media screen and (min-width: 1001px) {
  .mobile {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  .desktop {
    display: none !important;
  }
  .content {
    flex-direction: column;
  }
  body:not(.home) .content {
    padding-top: 110px;
  }
  /* 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: #02216E;
    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: 21px;
    color: #fff;
    display: block;
    transition: 0.3s;
    font-family: "Gabarito Variable Font", sans-serif;
  }
  .mobile-menu a:hover {
    color: #ccc;
  }
  .mobile-menu a::before {
    content: "\f105";
    font-family: "FontAwesome";
    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);
  }
  .mobile-header-navbar .logo {
    top: 24px;
    max-width: 300px;
    height: auto;
  }
  body header.mobile {
    padding: 0;
    display: block;
  }
  body header.mobile .mobile-logo {
    height: 40px;
    margin: 15px;
  }
  body.home .mobile-header-navbar {
    background: none;
    position: relative;
    display: none;
  }
  body.home .mobile-logo-container .logo {
    height: auto;
    max-width: 250px;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.568627451);
    padding: 6px;
  }
  body.home #hero-mobile {
    text-align: center;
    height: 600px;
    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/CPP-Hero-Header-V2.jpg") no-repeat center center/cover;
    z-index: 1;
    padding: 0;
    display: block;
  }
}
@media screen and (max-width: 1000px) and (min-width: 500px) and (max-width: 1000px) {
  body.home #hero-mobile {
    height: 440px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3263910061) 0%, rgba(0, 0, 0, 0.1044397866) 100%), url("/wp-content/themes/bj2022/img/home/CPP-Hero-Header-V2.jpg") no-repeat center center/cover;
  }
}
@media screen and (max-width: 1000px) {
  .home #hero-mobile {
    height: 440px;
  }
  .mobile-navbar {
    background-color: #02216E;
    overflow: hidden;
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 100px;
    left: 0;
    z-index: 99999;
  }
  .mobile-navbar ul li .nav-icon img {
    max-height: 40px;
  }
  header.mobile .mobile-navbar ul {
    display: flex;
    height: 88px;
  }
  header.mobile .mobile-navbar ul li {
    width: 33.3333333333%;
    padding-top: 12px;
  }
  header.mobile .mobile-navbar ul li a {
    text-decoration: none;
  }
  header.mobile .mobile-navbar ul li .nav-icon {
    height: 44px;
    text-align: center;
  }
  header.mobile .mobile-navbar ul li .nav-text {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
  }
  .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;
  }
  #menu-icon {
    width: 40px;
    height: 30px;
    position: relative;
    margin: 7px auto 6px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  #menu-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 6px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  menu-icon span:nth-child(1) {
    display: none;
  }
  #menu-icon span:nth-child(2), #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) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #menu-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 10px;
  }
  #menu-icon.open span:nth-child(4) {
    top: 12px;
    width: 0%;
    left: 50%;
    opacity: 0;
  }
  /* MOBILE footer padding*/
  .footer-bottom {
    padding-bottom: 80px !important;
  }
  /* 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, footer .footer-wrap-menu {
    flex-direction: column;
    align-items: center;
  }
  footer .footer-wrap > div, footer .footer-wrap-menu > 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;
  }
  .research:first-of-type {
    margin-bottom: 0px;
  }
  .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;
  }
  body.page-template-research .content h1.page-title {
    font-size: 30px;
  }
  body.page-template-research article h2 {
    font-size: 24px;
  }
  #custom_html-2 h2 {
    margin-top: 20px;
  }
  /* Menu Icon main menu icon styles */
  #menu-icon {
    width: 40px;
    height: 30px;
    position: relative;
    margin: 7px auto 6px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  #menu-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 6px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  #menu-icon span:nth-child(1) {
    display: none;
  }
  #menu-icon span:nth-child(2) {
    top: 11px;
  }
  .sidenav.open {
    height: 100%;
    padding-bottom: 100px;
    z-index: 99999;
  }
  .sidenav {
    height: 0px;
    width: 100%;
    position: fixed;
    z-index: 1;
    bottom: 0;
    left: 0;
    background-color: #0057A8;
    color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding: 20px 20px 0px;
    border-top: 5px solid white;
    -webkit-overflow-scrolling: touch;
  }
  .sidenav li {
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .sidenav a {
    padding: 12px 0px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    display: block;
    transition: 0.3s;
  }
  /* 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) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #menu-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    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: #02216E;
    padding: 16px 30px 0px;
    width: 100%;
    margin: 0px auto;
    position: relative;
    z-index: 2;
    margin-top: -50px;
    box-shadow: 0 0px 20px 5px rgba(0, 0, 0, 0.5);
  }
  section#mobile-hero-banner select {
    width: 100% important;
  }
  section#mobile-hero-banner p.mobile-form-header {
    color: white;
    font-family: "Gabarito Variable Font", 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 #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: #02216E;
    width: auto;
    margin: 0px auto;
    color: #fff;
    font-family: "Gabarito Variable Font", sans-serif;
    line-height: 100%;
    font-size: 18px !important;
    display: inline-block;
    height: 50px;
  }
  section#mobile-hero-banner .gform_wrapper .gform_button:hover {
    background-color: #01123c;
  }
}
@media screen and (max-width: 650px) {
  img.alignright {
    width: 100px;
  }
  #req-form > div {
    width: 100%;
    margin: 0 auto;
    padding: 3rem 0.5rem;
  }
  section#costs-fees {
    padding: 20px;
  }
  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;
  }
  .doug {
    clear: both;
  }
}
/**** 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #02216E;
}

@media (min-width: 1001px) {
  .request-info-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
.page-content-wrapper {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  padding: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  background-image: linear-gradient(rgba(22, 66, 81, 0.564)), url("https://picsum.photos/960/960");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.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;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.3));
}
.page-content-wrapper img.request-info-logo:hover {
  transform: scale(1.07);
  transition: all 0.3s ease-in-out;
}

@media (min-width: 1001px) {
  .page-content-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    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;
}
.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: #DCDCDC;
}
.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%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 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;
}
.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 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    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: 1px solid #e8e8e8 !important;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 7px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px -3px rgba(0, 0, 0, 0.3);
}
form.request-info-page select {
  border: 1px solid #e8e8e8 !important;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 7px -3px rgba(0, 0, 0, 0.3);
  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::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: #02216E !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;
  -webkit-box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.3) !important;
  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: #0338b9 !important;
  transition: all 0.2s ease-in-out !important;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.11) !important;
  color: #000 !important;
}

img.awards {
  width: 100%;
  margin-top: 20px;
}
img.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;
  -webkit-box-shadow: 0 2px 7px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px -3px rgba(0, 0, 0, 0.3);
}

.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: #000 url(https://picsum.photos/960/960) no-repeat top center/cover;
  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: #02216E !important;
  color: #fff !important;
  font-weight: bold !important;
  font-family: "Gabarito Variable Font", sans-serif;
}
.style-one a.learn-more:hover {
  background: #02216E !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 */