  h1, h2, h3, h4, h5{
  font-family: 'Roboto', sans-serif;
}
h1{
  color: #FBB22F;
  font-size: 90px;
  text-align: center;
}
header h2{
  color: #fff;
  font-size: 50px;
  text-align: center;
}
h2{
  font-size: 36px;
  color: #122A55;
}

h3{
  font-size: 28px;
}

h4{
  font-size: 24px;
}

h5{
  font-size: 22px;
}

p{
  font-size: 20px;
}

p.var1 {
  padding-bottom: 25px;
}

blockquote{
  font-size: 24px;
  color: #122A55;
  font-weight: 600;
  text-align: center;
}
a{
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}

/* header */
header{
  background-image: url("/cte/adj/adj_online/assets/img/Police-Car-3.png");
  background-size: cover;
  height: 800px !important;
  background-position: center;
}
header a {
  font-size: calc(1rem + .5vw);
}
.btn-close{
  background: none;
}

.text-shadow{
  text-shadow: 2px 2px 4px #000000;
}



/* mobile header */
.mobile-menu{
  background: #fff
}
.mobile-menu img{
  background-color: #fff;
}
.mobile-menu p{
  margin-bottom: 5px;
}
.mobile-menu button{
  border: none;
  background: none;
  color: #122A55;
  font-weight: 700;
}


/* Elements */
.btn{
  font-size: 34px;
  background-color: #FBB22F !important;
  color: #122A55;
  border-radius: 50px;
  font-weight: 600;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  border: 1px solid #FBB22F;
  -webkit-box-shadow: rgba(0, 0, 0, 40%) 0 10px 9px,0 .2rem 0 0 #FFD880!important;
  box-shadow: rgba(0, 0, 0, 40%) 0 10px 9px,0 .2rem 0 0 #FFD880!important;
  padding: 10px 25px;
}
.btn:hover{
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  -webkit-transform: translateY(.25rem);
  -moz-transform: translateY(.25rem);
  -ms-transform: translateY(.25rem);
  -o-transform: translateY(.25rem);
  transform: translateY(.25rem);
}

.btn.interest {
    font-size: 20px;
    transistion: none;
    box-shadow: none!important;
    padding: .375rem .75rem;
   
}

.btn.interest:hover {
    box-shadow: none!important;
    transform: none;
   
}

.btn-group-lg>.btn, .btn-lg{
  font-size: 3.2rem;
  padding: 10px 30px;
}
.btn-primary.btn{
  color: #122A55;
}
.btn-primary:hover {
  border-color: #FBB22F;
}
.small, small{
  font-weight: 200;
}

.aoj-video-player{
  border: 30px solid #122A55;
  background: #122A55;
  margin-top: -25%;
  border-radius: 30px;
}
.aoj-video-player video{

}
.bk-dark-blue{
  background: #122A55 !important;
}
.bk-dark-blue *{
  color: #fff;
}
.bk-dark-blue h2, .bk-dark-blue li{
  color: #FBB22F;
}
.bk-light-blue{
  background: #325A93;
}

/* Opening description */

.variant-p{
  font-size: 24px;
}

/* Social Proof Container */

.bk-grey{
  background: #e6e6e6;
}

/* card */
.card{
  background: #325A93;
  border-radius: 15px;
  overflow: hidden;
}
.card .card-header{
  background: #122A55;
  padding: 20px 20px 10px;
}
.card h5{
  font-size: 28px;
  color: #FBB22F;
  text-align: center;
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
}
.card-body {
  padding: 2rem 2rem;
}
.card p{
  color: #fff;
  font-size: 20px;
}
.card .btn{
  font-size: 16px;
  justify-content: center;
  display: flex !important;
  align-items: center;
  padding: 10px 10px;

}
a.arrow-icon::after {
  display: inline-block;
  content: "";
  background-image: url(/cte/adj/adj_online/assets/css/"data:image/svg+xml,<svg xmlns='http:/www.w3.org/2000/svg' width='80' height='80' fill='rgb(18 42 85)' class='bi bi-caret-right-fill' viewBox='0 0 16 16'><path d='M12.14 8.753l-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/></svg>");
  background-repeat: no-repeat;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
}

/* quote carosel */
p.quote-text:before{
  content: "\”";
  display: block;
  font-size: 115px;
  color: #FBB22F;
  position: relative;
  right: 0px;
  top: -30px;
  font-family: helvetica;
  float: right;
  height: 40px;
}
.carousel-control-prev {
  left: -123px;
}
.carousel-control-next {
  right: -123px;
}


/* accordian */
.accordion-header button, .accordion-button:not(.collapsed){
  background: #122A55;
  color: #fff;
  font-size: 24px;
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url(/cte/adj/adj_online/assets/css/"data:image/svg+xml,<svg xmlns='http:/www.w3.org/2000/svg' width='16' height='16' fill='rgb(251 178 47)' class='bi bi-caret-down-fill' viewBox='0 0 16 16'><path d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(/cte/adj/adj_online/assets/css/"data:image/svg+xml,<svg xmlns='http:/www.w3.org/2000/svg' width='16' height='16' fill='rgb(251 178 47)' class='bi bi-caret-down-fill' viewBox='0 0 16 16'><path d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>");
  transform: rotate(180deg);
}
.accordion-body{
  background: #f1f2f5;
}
.accordion-collapse{
  border: none;
}


/* modal */
.modal-body p{
  font-size: 20px;
  margin-bottom: 0;
}
.modal-body h2{
  font-size: 1.5rem;
  margin-top: 1.5rem
}
.modal-body .links{
  margin-bottom: 5px;
}
.modal-header .close{
  z-index: 9999;
}

/* Footer */

footer {
  font-size: 1.1rem;
  padding: 20px 0 0 0;
  background-color: #122a55;
  color: #ffffff;
}
footer a, footer a:active, footer a:visited, footer a:hover, footer a:focus {
  color: #ffffff;
}

.gray-footer {
  background-color: #666666;
  color: #ffffff;
  padding: 10px;
}

.gray-footer a, .gray-footer a:active, .gray-footer a:visited, .gray-footer a:hover {
  color:white;
  float: right;
}
.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em;
}
.fa-3x {
  font-size: 3em;
}
.svg-inline--fa.fa-w-14 {
  width: .875em;
}
.svg-inline--fa.fa-w-18 {
  width: 1.125em;
}
svg:not(:root).svg-inline--fa {
  overflow: visible;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
@media (max-width: 768px) {
  header, header .h-100{
    height: 100vw !important;
  }
  header{
    background-position: bottom;
    background-size: auto 115%;
    background-repeat: no-repeat;
  }
  h1{
    font-size: 60px;
  }
  header h2 {
    font-size: 30px;
  }
  .modal-header{
    height: auto !important;
  }
  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1;
  }
  footer{
    text-align: center;
  }
  /* tip */
  .tip p{
    line-height: 1;
  }

}
