@font-face{
  font-family:"OpenSans";
  src:url("/assets/fonts/opensans/OpenSans-Regular.woff") format("woff");
  font-display:auto;
  font-style:normal;
  font-weight:normal
}

@font-face{
  font-family:"OpenSans-Medium";
  src:url("/assets/fonts/opensans/OpenSans-Medium.woff") format("woff");
  font-display:auto;
  font-style:normal;
  font-weight:normal
}

@font-face{
  font-family:"OpenSans-SemiBold";
  src:url("/assets/fonts/opensans/OpenSans-SemiBold.woff") format("woff");
  font-display:auto;
  font-style:normal;
  font-weight:normal
}

html,body {
  font-size: 16px;
  line-height: 24px;
  font-family: OpenSans,Arial,Helvetica,sans-serif;
  word-break: break-word;
}

#lifemarkLogo {
  width: 118px;
  margin: 15px;
}

/**Text Classes **/

.lightText {
  color: var(--bs-light);
}

.mobile-hero {
  width: 100%;
}

@media (min-width: 992px){
  .mobile-hero {
    display: none;
  }
}

.hero-banner {
text-align: center;
background-color: #1e428a;
}

@media (min-width: 992px){
  .hero-banner {
    background-image: url(/assets/img/Lifemark_Tell_Us.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 325px;
    display: flex;
    align-items: center;
    justify-content: left;
    text-align: left;
  }
}

@media (min-width: 1050px){
  .hero-banner {
    height: 480px;
  }
}

@media (min-width: 1480px){
  .hero-banner {
    height: 685px;
  }
}

@media (min-width: 1920px){
  .hero-banner {
    background-size: initial;
  }
}

.heroText {
  padding: 20px;
  /* margin: 20px auto; */
  max-width: 1200px;
}

.heroText .col-md-12 {
  max-width: 1200px;
}

@media (min-width: 992px){ 
  .heroText .col-md-12 {
    max-width: 430px;
  }
}

@media (min-width: 1120px){ 
  .heroText .col-md-12 {
    max-width: 480px;
  }
}


h1 {
  font-size: 40px;
  line-height: 45px;
  font-weight: bold !important;
  color: white;
  margin-bottom: 10px;
}

p.heroPara {
  font-size: 20px;
  line-height: 28px; 
}

.centerText {
  text-align: center;
}

.heroPara {
  font-size: 20px;
}

div.greyBorder {
  border: 1px solid var(--bs-gray-500) ;
}

div.blueBorder {
  border: 1px solid var(--bs-blue) ;
}

.padding20 {
  padding: 20px;
}

.width100 {
  width: 100%;
}

.btn.solidBlueBtn {
  background: var(--bs-info);
  border-radius: 0px;
  padding: 8px 50px 4px;
}

.btn.borderBlueBtn {
  padding: 8px 50px 4px;
  border-style: solid;
  border-color: var(--bs-info);
  background: transparent;
  color: var(--bs-info);
  border-radius: 0px;
}

.btn.borderBlueBtn:hover {
  background-color: var(--bs-info);
  color: var(--bs-light);
}

#bookOnlineBtn {
  width: 125px;
  height: 32px;
  padding: 10px;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: OpenSans-Medium,Arial,Helvetica,sans-serif;
  line-height: 16px;
  border: none !important;
  position: absolute;
  right: 0;
}
@media (max-width: 1140px){ 
  footer .col {
    flex: 1 1 100%;
    text-align: center !important;
  }
}

footer .row {
  align-items: center;
}

.footerListMenu {
  list-style: none;
  padding: 0px;
  font-size: 13px;
  line-height: 29px;
  color: var(--bs-gray-100) !important;
}

.btn.solidBlueBtn:hover {
  background: #1e428a;
}

.headerCTA {
  list-style: none;
  position: relative;
}

.headerCTA li {
  display: inline;
}

.callLinkside {
  color: var(--bs-info);
  text-decoration: none;
}

.callLinkside:hover {
  color: #a0d7f1 !important;
}

.footerSocialIcon {
  border: 1px solid var(--bs-info) ;
  width: 30px;
  height: 30px;
  margin: 10px;
  text-align: center;
  border-radius: 15px;
  padding: 5px;
  line-height: 20px;
  display: inline-block;
}

.marginTop {
  margin-top: 40px;
}

.marginBottom {
  margin-bottom: 20px;
}

.marginAuto {
  margin: auto;
}

.marginBottomside, .marginTopside {
 margin-top: 20px;
 margin-bottom: 20px;
}

.blueHeading {
  color: var(--bs-primary);
}

.headingText {
  font-size: 24px;
  font-family: OpenSans-SemiBold,Arial,Helvetica,sans-serif;
}

.imgThumbnail {
 width: 174px;
 height: 174px;
}

.fa-phone-alt {
  display: none;
}

.fa-phone-alt:hover {
 color: #a0d7f1 !important;
}

/*.callLink:before {
  font-family: 'Font Awesome 5 Brands';
  font-size: 16px;
  color: var(--bs-light);
  content: "\f095";
}*/

.callLink {
  font-family: OpenSans-SemiBold,Arial,Helvetica,sans-serif;
  text-decoration: none;
  color: white;
  line-height: 50px;
  text-align: left;
  position: absolute;
  right: 145px;
  top: 3px;
}

.callLink:hover {
  color: #a0d7f1 !important;
}

.footerCopy {
  font-size: 14px !important;
}

.newsletter-subscribe {
  max-width: 970px;
    margin: 0 auto;
    padding: 50px 15px;
    background-image: url(/assets/img/envelope.svg);
    background-position: top left;
    background-size: 360px 301px;
    background-repeat: no-repeat;
    text-align: center;
}
p.text-muted{
  font-family: OpenSans,Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #424a52;
    margin-top:20px;
}
#keep-in-touch:before {
  background: url(/assets/img/lifemark-icon.svg);
    background-position: 0 -1px;
    background-size: 37px 35px;
    background-repeat: no-repeat;
    width:375px;
    content: "";
    width: 40px;
    min-width:40px;
    height: 40px;
    display: inline-block;
    margin-right: 10px;
}
#keep-in-touch {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: OpenSans-SemiBold,Arial,Helvetica,sans-serif;
  font-size: 40px;
  line-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1e428a;
}
/* Marketo Form*/
.marketo-form {
  width:100%;
  display:block;
  overflow:hidden;
}
#mktoForm_1191 {
  margin-left:auto;
  margin-right:auto;
  width:355px !important;
}

#LblEmail {
  display:none;
}
.itg-trigger-container{
  width:200px;
}
.mktoButtonRow {
  width:90px;
  margin-left:8px !important;
  margin-top:15px !important;
}
.mktoButtonWrap {
  margin-left: 0 !important;
}
.mktoForm .mktoFormRow {
  float:left;
  width:215px;
}

#Email {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #1e428a;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  color: #070707!important;
  font-size: 16px!important;
  font-family: OpenSans,Arial,Helvetica,sans-serif;
  transition: background-color .2s ease-in-out,color .2s ease-in-out,border .2s ease-in-out,box-shadow .2s ease-in-out;
  -moz-transition: background-color .2s ease-in-out,color .2s ease-in-out,border .2s ease-in-out,box-shadow .2s ease-in-out;
  -ms-transition: background-color .2s ease-in-out,color .2s ease-in-out,border .2s ease-in-out,box-shadow .2s ease-in-out;
  -webkit-transition: background-color .2s ease-in-out,color .2s ease-in-out,border .2s ease-in-out,box-shadow .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out,color .2s ease-in-out,border .2s ease-in-out,box-shadow .2s ease-in-out;
  height: 36px;
  padding: 10px 15px 10px 0!important;
  color: #070707!important;
  outline: none;
  width: 100%!important;
  background: 0 0;
}

.mktoButtonRow .mktoButton {
  display: inline-block;
    font-family: OpenSans-Medium,Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    min-width: 130px;
    padding: 11px 18px 9px;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    background: #0074c2;
    border: 1px solid #0074c2;
    width: 100%;
    padding: 11px 18px 9px!important;
    font-size: 14px!important;
    color: #fff!important;
    border: 1px solid #0074c2!important;
    background-color: #0074c2!important;
    background-image: none!important;
    transition: background-color .2s ease-in-out,color .2s ease-in-out,border .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out,color .2s ease-in-out,border .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out,color .2s ease-in-out,border .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out,color .2s ease-in-out,border .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out,color .2s ease-in-out,border .2s ease-in-out;
}

.mktoButtonRow .mktoButton:hover {
  background: #1e428a !important;
}

.lifemarkSidebar .mapLoc {
  width: 220px;
  margin: auto !important;
  max-width: 230px;
}

/* Family Brands */
ul.famBrands {
  list-style: none;
}
.famBrandsItem {
  display: inline !important;
}

.famBrandsItem img {
  width: 160px !important;
}

/* Bootstrap LG */
@media (min-width: 992px) and (max-width: 1200px) {
  #bookOnlineBtn {
    width: 120px;
    font-size: 10px;
  }
  .callLink {
  font-size: 14px;
  }
}

/* Bootstrap MD */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Bootstrap SM */
@media (min-width: 576px) and (max-width: 767px) {
  .headerCTA {
    top: -49px;
  }
}

/* Bootstrap XS */
@media (min-width: 200px) and (max-width: 575px) {
  .headerCTA {
    top: -50px;
  }
  .headingText{
    margin-top:30px;
  }
  .mktoFormRow {
    width:100% !important;
  }
  .mktoButtonRow {
    width:100% !important;
    margin-left:0 !important;
    margin-top:0 !important;
  }
  #mktoForm_1191 {

    width:100% !important;
  }
  .itg-trigger-container{
    width:100% !important;
  }
  .phoneNum{display:none;}
  .phone-alt {
    background-image:url("/assets/img/phone-flip-white.svg");
    background-size: contain;
    content:" ";
    color:white;
    display:block;
    height:20px;
    width:20px;
    margin-top:12px;
  }
  .famBrandsItem {
    width:30%;
    margin-right:3%;
    float:left;
  }
  .famBrandsItem img{
    width:100% !important;
  }
}