
h1, h2{
  margin-top: 100px;
  font-size: 36px;
}

h3{
  font-size: 32px;
}

h4{
  font-size: 28px;
}

h5{
  font-size: 24px;
}

h6{
  font-size: 20px;
}

h1,
h2,
h3,
h4{
  position: relative;
  font-weight: 500;
  line-height: 90%;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

h1::before,
h2::before,
.global-split-header h3::before,
.global-split-header h4::before{
  position: absolute;
  content: ' ';
  width: 191.84px;
  height: 0px;
  border-top: 3px solid #333333;
  top:-0;
}

.global-arrow-link-right p > a,
.global-arrow-link-right a.btn{
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  color: #C60C30;
  padding-bottom: 1px;
  border-bottom: 3px solid #C60C30 !important;
  background-size: 15px 15px;
  background-image: url('../../assets/hyper_link_arrow.svg');
  background-repeat: no-repeat;
  background-position: right 4px;
  padding-right: 20px;
}

.global-arrow-link-right a.btn{
  display: inline;
  background-color: unset;
  border: none;
  border-radius: unset;
  padding-top: unset;
  padding-left: unset;
}

.global-arrow-link-right a.btn:active,
.global-arrow-link-right a.btn:focus,
.global-arrow-link-right a.btn:visited{
  background-color: unset !important;
  border: none !important;
  box-shadow:unset !important;
}

.global-arrow-link-right a:hover,
.global-arrow-link-right a.btn:hover{
  border:none;
  border-bottom: none !important;
  text-decoration: none !important;
}

.rich-text ul{
  list-style-image: url('../../assets/list_style_plus.svg');
}

.rich-text li{
  padding-left: 18px;
  margin-bottom: 10px;
}

.global-carousel{
  margin-bottom: 90px !important;
}

.carousel-control-next, .carousel-control-prev{
  opacity: 1;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover{
  opacity: 0.5;
}

.carousel-control-prev-icon{
  width: 40px;
  height: 40px;
  background-image: url("../../assets/carousel-control-left-arrow.svg");
  opacity: 1;
}

.carousel-control-next-icon{
  width:  40px;
  height: 40px;
  background-image: url("../../assets/carousel-control-right-arrow.svg");
  opacity: 1;
}

.carousel-caption{
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 10;
    padding: 15px 57px 17px 57px;
    background-color: rgba(0, 38, 100, 0.81);
    text-align: left;
    color: #FFFFFF;
}

#content>div:last-child.block-row,
#content>div:last-child.block-hero,
#content>div:last-child.block-cardgrid
{
  margin-bottom: 90px !important;
}



.block-row form *:focus,
form.feedback-form-submit *:focus{
  border: none;
}

.block-row form>*,
form.feedback-form-submit>*{
  margin-bottom: 24px;
}

.block-row form .field-row input,
form.feedback-form-submit .field-row input{
  height: 48px;
}

.block-row form .field-row input,
.block-row form .field-row textarea,
form.feedback-form-submit .field-row input,
form.feedback-form-submit .field-row textarea
{
  width: 100%;
  background:#FFFFFF;
  border: 1px solid #C2CBDA
}

.block-row form *[type='submit'],
form.feedback-form-submit *[type='submit']{
  background: transparent;
  border: none;
  font-size: 18px;
  line-height: 150%;
  color: #C60C30;
  padding:0;
  padding-bottom: 3px;
  border-radius: 0;
  border-bottom: 3px solid #C60C30;
  background-size: 15px 15px;
  background-image: url('../../assets/hyper_link_arrow.svg');
  background-repeat: no-repeat;
  background-position: right 5px;
  padding-right: 20px;
}

.block-row form *[type='submit']:hover,
form.feedback-form-submit *[type='submit']:hover{
  border-bottom-color: #F2F4F7;
  text-decoration: none;
}

footer{
  background-color: #002664;
  color: #FFFFFF;
  font-size: 14px;
  /* line-height: 17px; */
}

.row.global-footer{
  width: fit-content;
  max-width: fit-content;
}

.global-footer{
  min-height: 228px;
  padding:40px 0px 50px 0px;
}

.global-footer p{
  margin-bottom: 0px !important;
}

.global-footer a{
  color: #FFFFFF !important;
}

.global-footer a:hover{
  font-weight: bold;
  text-decoration: none;
}

.global-footer .footer-text-left,
.global-footer .footer-text-center,
.global-footer .footer-text-right,
.global-footer .footer-icon
{
  display: flex;
  align-items: center;
}

.global-footer .footer-text-left{
  margin-top: 10px;
  justify-content: left;
}

.global-footer .footer-text-left a{
  padding-left: 5px;
}


.global-footer .col-lg-4.footer-text-center{
  margin-top: 10px;
}

.global-footer .footer-text-center{
  margin: unset;
  justify-content: center;
}

.global-footer .footer-text-right{
  margin-top: 10px;
  justify-content: right;
}

.global-footer .footer-icon{
  justify-content: center;
  margin: 30px 0px;
}

.global-footer img{
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-left: 10px;
  max-width: 30px !important;
}

.global-footer .footer-logo{
  margin: unset !important;
  height: 0px;
}

.footer-logo img{
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: -50px;
  right: -45px;
  width: 191px !important;
  height: 121px;
  max-width: 191px !important;
  opacity: 0.5;
}

.map-footer{
  display: none;
}

.card{
  border: none;
  height: 100%;
  min-height: 300px;
  cursor: pointer;
}

.card .card-footer{
  display: none;
}

.card .card-body{
  background-color: #F2F4F7;
}

.primary_nav_bar+.secondary_nav_bar+#content{
  height: calc(100% - 70px);
}

.container+.secondary_nav_bar+#content{
  height: calc(100% - 196px);
}

#content a.btn-secondary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
#content a.btn-primary{
  padding-right: unset;
}
#content .rich-text a,
#content a.btn-primary{
  color: #C60C30;
  padding-bottom: 1px;
  border-bottom: 1px solid #C60C30;
}

#content .rich-text a:hover,
#content a.btn-primary:hover {
  border-bottom-color: transparent;
  text-decoration: none;
}

#content a.btn-primary:active,
#content a.btn-primary:focus,
#content a.btn-primary:visited {
  background-color: unset !important;
  border: none;
  box-shadow:unset !important;
}

#content a.btn-primary {
  display: inline;
  background-color: unset;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: unset;
  padding-top: unset;
  padding-left: unset;
}

@media (max-width: 1200px){
  .footer-logo img{
      right: -25px;
  }
}

@media (max-width: 996px){
  .carousel-caption {
      font-size: 14px;
      padding: 5px 7px 0px 17px;

  }

  .global-footer .footer-text-left{
    justify-content: center;
  }

  .global-footer .footer-text-center{
    justify-content: center;
}

  .global-footer .footer-text-right{
    justify-content: center;
}

img.footer-logo {
    max-width: 20% !important;
}
}

@media (max-width: 768px){

  .global-footer{

  }

  .footer-logo img{
    right: -0px;
}

  .carousel-caption {
    display: none;
}

.carousel-control-prev-icon{
  width: 24px;
  height: 24px;
}

.carousel-control-next-icon{
  width:  24px;
  height: 24px;
}
}

.parallax {
  background-attachment: fixed;
}

.required-field{
  font-weight: bold;
  display: inline;
  color: red;
}

.required-field-text{
  color:grey;
  font-weight: lighter;
  padding-bottom: 5px;
}

::-webkit-input-placeholder { /* Edge */
  color: white !important;
}

:-ms-input-placeholder { /* Internet Explorer */
  color: white !important;
}

input::placeholder{
  color: white !important;
  content: "" !important;
}

#form-page .form-control{
  background: #FFFFFF !important;
  border: 1px solid #C2CBDA !important;
  border-radius: unset;
}
