/* DEV REF: https://xd.adobe.com/view/34b1704d-bec2-4baa-a028-b2fc00b87e5d-61e2/specs/
   THIS ONE SHOWS PIXELS

  ref: https://avameremarketing.com/cbc_2.0_CSS/ */

/* Montserrat */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,500i,600&display=swap');
/* Acuta - medium, medium italic, bold, bold italic */
/* To edits fonts in this 'project' log into fonts.adobe.com as bmann@ava... */
@import url("https://use.typekit.net/uij6kpx.css");


/*****************************
      CUSTOM FONT SIZES
******************************/
body {
  /* 16px */
  font-size: 1rem;
  /* Hide horizontal scrollbar */
  /* overflow-x: hidden; */
}
h1 {
  /* 53px */
  font-family: Acuta;
  font-style: italic;
  font-weight: bold;
  font-size: 3.3125rem !important;
}
h1.respHeroTitle {
  /* 53px */
  font-family: Acuta;
  font-style:normal;
  font-weight: bold;
  font-size: 3.3125rem !important;
}
h2 {
  /* 32px */
  font-family: Acuta;
  font-weight: bold;
  font-size: 2rem !important;
}
h2.special {
  /* 32px */
  font-family: Montserrat;
  font-weight: 500;
  font-size: 1.5rem !important;
  letter-spacing: 0.1rem;
}
h4 {
  /* 24px */
  font-size: 1.5rem !important;
}
h4.small {
  /* 24px */
  font-size: 1.5rem !important;
  font-weight: normal;
}
h4.special {
  /* 24px */
  font-size: 1rem !important;
  font-family: Montserrat;
  line-height: 1.1rem;
  font-weight: normal;
}
h4.acuta {
  /* 24px */
  font-size: 1.5rem !important;
  font-weight: 500;
  font-family: acuta;
}
h4.respNavItem {
  /* 24px */
  font-size: 1.5rem !important;
  font-weight: 500;
  color: #3C3C3C;
}
h5 {
  /* 18px */
  font-size: 1.125rem !important;
  color: #3c3c3c;
  font-weight: normal;
  line-height: 1.125rem;
}
h5.acuta {
  /* 18px */
  font-family: Acuta;
  font-weight:500;
  font-size: 1.125rem !important;
}
h6 {
  /* 17px */
  font-size: 1.0625rem !important;
  line-height:2;
}
p {
  color: #3C3C3C;
}
p.small {
  /* 14px */
  font-size:0.875rem;
}
p.newSpecial {
  /* 14px */
  font-size:0.7rem;
}

/*****************************
        CUSTOM COLORS
******************************/

/* WHITE */
.white { color: #FFFFFF }

/* OFF WHITE */
.offWhite { color: #FAFAFA }

/* LIGHT GRAY */
.lightGray { color: #F2F2F2 }

/* DARK GRAY */
.darkGray { color: #3C3C3C }

/* BLACK */
.black { color: #000000 }

/* ORANGE */
.orange { color: #D66B00 }

/* BLUE */
.blue { color: #199CDD }

/* MEDIUM BLUE */
.mediumBlue { color: #008CD5 }

/* DARK BLUE */
.darkBlue { color: #0E354A }

/*************************
     CUSTOM BUTTONS
*************************/
/* button.agingChoices {
  position: fixed;
  background-color: #D66B00;
  bottom: 50%;
  top: 50%;
  letter-spacing: 0.2rem;
  padding: 1rem 1.5rem 2.2rem 1.5rem;
  box-shadow: 0px 0px 1.5rem rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 1.5rem rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 1.5rem rgba(0, 0, 0, 0.4);
  border-radius: 0.5rem;
  border-radius-top: 0rem;
  border-radiue-
  font-family: Montserrat;
  color: white;
  right: -4rem;
  z-index: 9999;
  transform: rotate(270deg);
} */

button.agingChoices {
  position: relative;
  background-color: #d66b00;
  letter-spacing: 0.2rem;
  padding: 1rem 1.5rem 2.2rem 1.5rem;
  box-shadow: 0px 0px 1.5rem rgba(0, 0, 0, 0.0);
  -moz-box-shadow: 0px 0px 1.5rem rgba(0, 0, 0, 0.0);
  -webkit-box-shadow: 0px 0px 1.5rem rgba(0, 0, 0, 0.0);
  border-radius: 0rem;
  border-radius-top: 0rem;
  font-family: Montserrat;
  color: white;
  top: 0;
  box-shadow: 0;
  border-radius: 0;
  right:auto;
  left:auto;
  width:100%;
  height: 3rem;
  z-index: 999;
  transform: rotate(0deg);
  outline:none;
}

button.agingChoices:hover {
  background-color: #1aa3dd ;
  /* text-decoration: underline; */
}

@media only screen and (max-width: 576px) {
  button.agingChoices {
    position: relative;
    transform: rotate(0deg);
    box-shadow: 0rem 0rem 0rem #0E354A;
    top: 0;
    box-shadow: 0;
    border-radius: 0;
    right:auto;
    left:auto;
    width:100%;
    height: 4.4rem;
    font-size: 1rem;
  }
}

.modal {
  z-index: 99999 !important;
}

/*****************************
           NAVIGATION
******************************/
#navbar {
  background-color: #FFFFFF !important;
  /* margin: 15px !important; */
}
/* the modal nav */
.modal-header {
  background-color: #f2f2f2;
}
.navbar-toggler {
  box-shadow: none !important;
  outline: none !important;
}
/* the lines below the modal nav links */
div.respNavLine {
  border-bottom: 2px solid #3C3C3C;;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
a.navScroll:hover {
  text-decoration: none !important;
}
/* modal nav font */
.respNavItem {
  color: #3C3C3C;
  /* 24px */
  font-size: 1.5rem !important;
  font-weight: 500;
}
p.respNavItem:hover {
  text-decoration: none !important;
}
.navRespCallButton {
  background-color:#0E354A;
  color: white;
  font-size: 1rem;
  height:3.5rem;
  width:15.75rem;
}
.navRespTourButton {
  width:15rem;
  height:2.5rem;
  background-color: #D66B00;
  color: white;
  font-size: .8rem;
}
.navRespTourButton2 {
  background-color: #D66B00;
  color: white;
  font-size: 1rem;
  height:3.5rem;
  width:15.75rem;
}
.modalNavIcon {
  color: #008cdc;
}
a.dropdown-item:hover {
  background-color: #FAFAFA;
}
a.dropdown-item:active {
  background-color: #FAFAFA;
  color: #3C3C3C;
}
/* remove outline from close button when focused */
.navCloseBtn {
  outline: none !important;
}




/* make the services dropdown show on hover */
li.dropdown:hover > .dropdown-menu {
    display: block;
}





/* below 412px */
@media only screen and (max-width: 412px) {
  .navRespCallButton {
    padding:10px;
    width: 13rem;
    height: 2.5rem;
    font-size: 1rem;
    margin-left: -1rem !important;
  }
  .navRespTourButton2 {
    padding:10px;
    width: 13rem;
    height: 4rem;
    font-size: 1rem;
    margin-left: -1rem !important;
  }
}


/*****************************
   OPENING TOP IMAGE - HERO
******************************/
.hero-text button:hover {
  background-color: #555;
  color: white;
}
.heroRespOrangeContactBtn {
  width:10rem;
  height:2.5rem;
  background-color: #D66B00;
  color: white;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .1rem;
  border-radius: 0px;
}
.heroRespWhiteLearnBtn {
  width:10rem;
  height:2.5rem;
  background-color: #fff;
  color: #0e354a;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .1rem;
  border-radius: 0px;
}
.heroRespBlueFlyerBtn {
  width:12rem;
  height:2.5rem;
  background-color: #0e354a;
  color: white;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .1rem;
}
#scheduleATourBtn14 {
  display:none;
}
.heroRespBlueBtn {
  display:none;
}


/*****************************
  TOP OF PAGE SPECIALS & HELP
  FORM INFORMATION
******************************/
#respSpecial {display: none;}

#special {
  position:relative;
  top:17rem;
  right:2rem;
}
.special {
  line-height: 2rem;
}

.overlaySpecial {
  background-color: rgba(14, 53, 74, 0.8);
  border-left: 0.5rem solid #008CD5;
  position:absolute;
  bottom:5rem;
  left: 3rem;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1.5rem;
}

.learnMoreSpecial {
  position: relative;
  left: 72%;
  font-family: Montserrat;
  font-size:0.8rem;
  font-weight:bold;
  letter-spacing:0.1rem;
}

@media only screen and (max-width: 767px) {
  .overlaySpecial {
    width: 100%;
    left:0;
    bottom:0;
    border-left: 0;
  }
  .learnMoreSpecial {
    left: 65%;
  }
  h2.special {
    line-height: 1.5rem;
  }
}



.respNavContainer {
  outline: 2px solid #009cdc;
  outline-offset: -1rem;
}




.specialModalClose {
  position:absolute;
  right:0rem !important;
  top:0rem !important;
  z-index: 999999999;
}



/***********************
     BUTTON SECTION
************************/
button {
  border:none;
}
.blueButton {
  color: white;
  box-shadow: 0rrem 0rrem 0rrem rgba(0, 0, 0, 0.3) !important;
  border:2px solid #0e354a;
  width:10rem;
  height:2.5rem;
  background-color: #0e354a;
  /* margin-left: 1rem; */
  font-size: .8125rem;
}
.visitButton {
  color: #0e354a;
  box-shadow: 0rrem 0rrem 0rrem rgba(0, 0, 0, 0.3) !important;
  border:2px solid #0e354a;
  width:11.5rem;
  height:2.5rem;
  background-color: transparent;
  /* margin-left: 1rem; */
  font-size: .8125rem;
}
.navCallButton {
  color: white;
  background-color: #0e354a;
  margin-left: 1rem;
  width:11.1875rem;
  font-size: .875rem;
  height:2.5rem;
}
.navTourButton {
  color: white;
  background-color: #d66b00;
  margin-left: 1rem;
  width:10.625rem;
  font-size: .8125rem;
  height:2.5rem;
}
.navRespTourButton {
  width:15rem;
  height:2.5rem;
  background-color: #D66B00;
  color: white;
  font-size: .8rem;
}
.navRespTourButton2 {
  width:15.75rem;
  height:3.5rem;
  background-color: #D66B00;
  color: white;
  font-size: 1rem;
}
.navRespCallButton {
  width:15.75rem;
  height:3.5rem;
  background-color:#0E354A;
  color: white;
  font-size: 1rem;
}
.tourButton {
  color: white;
  border:1px solid white;
  width:10.625rem;
  height:2.5rem;
  margin-left: .5rem;
  background-color: transparent;
  font-size: 13px;
}
.learnMoreButton {
  color: #0E354A;
  border:1px solid #F2F2F2;
  width:10.625rem;
  height:2.5rem;
  margin-left: 0.5rem;
  background-color: #F2F2F2;
  font-size: 13px;
}
.textLearnMoreButton {
  background-color: transparent;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.22em;
  height: 18px;
}
.footerTourButton {
  color: white;
  background-color: #d66b00;
  width:11.875rem;
  font-size: .8125rem;
  height:2.5rem;
}
.footerContactButton {
  color: #0e354a;
  background-color: #ffffff;
  width:11.875rem;
  font-size: .8125rem;
  height:2.5rem;
}
.footerCareButton {
  color: #0e354a;
  background-color: #ffffff;
  width:11.875rem;
  font-size: .8125rem;
  height:2.5rem;
}
.learnMore {
  font-family: Montserrat;
  font-size:14px;
  font-weight: bold;
  letter-spacing: .25rem;
}

/***************************
     FOOTER SECTION
****************************/
.responsiveFooter {
  display:none;
}
a.footLink {
  color: white;
  display: inline-block;
  padding-bottom: 7px;
}
a:hover.footLink {
  color:#D66B00;
  text-decoration: none;
}
a.respFooterLink {
  color:#009cdc;
}
a:hover.respFooterLink {
  color:#0e354a;
  text-decoration: none;
}
@media (max-width: 991px) {
  .mainFooter {
    display:none;
  }
  .responsiveFooter {
    display:block;
  }
}
.btn:focus {
  box-shadow: none !important;
}


.tikTokFooterIcon {
  width: 30px;
  height: 30px;
  margin-bottom: -10px;
  margin-right: 6px;
  background-image: url("../images/icons/tik-tok-icon-white.png");
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
}
.tikTokFooterIcon:hover {
  background-image: url("../images/icons/tik-tok-icon-orange.png");
}


/***************************
        MEDIA QUERIES
****************************/

/* MAX 991px */
@media (max-width: 991px) {
  h2 {
    font-size: 32px !important
  }
  .learnMoreButton {
    width:170px;
  }
}

/* MAX 768px */
@media (max-width: 768px) {

}

/* MAX 600px */
@media (max-width: 600px) {
  .blueButton {
    right: auto;
    left: auto;
    width: 50%;
    margin-top: .6rem;
  }
  .visitButton {
    right: auto;
    left: auto;
    width: 50%;
    margin-top: .6rem;
  }
}

/* MAX 545px */
@media (max-width: 545px) {
  .heroRespOrangeContactBtn {
    width: 7.5rem;
    height: 2.5rem;
    font-size: .5rem;
  }
  .heroRespWhiteLearnBtn {
    width: 7.5rem;
    height: 2.5rem;
    font-size: .5rem;
  }
  .respHeroTxt {
    line-height: 1.5rem;
  }
  h1.respHeroTitle {
    font-size: 2.8rem !important;
  }
}

/* MAX 412px */
@media (max-width: 412px) {
  h1 {
    font-size: 2.5rem !important;
  }
  h1.acuta {
    font-size: 2rem !important;
  }
  .logo {
    display: block;
    max-width: 230px;
    max-height: 55px;
    width: auto;
    height: auto;
  }
  .respLogo {
    display: block;
    max-width:230px !important;
    max-height:55px;
    width: auto;
    height: auto;
  }
  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
  }

  .navRespCallButton {
    padding:10px;
    width: 13rem;
    height: 2.5rem;
    font-size: 1rem;
    margin-left: -1rem !important;
  }
  .navRespTourButton {
    padding:10px;
    width: 13rem;
    height: 2.5rem;
    font-size: 1rem;
    margin-left: -1rem !important;
  }
  .navRespTourButton2 {
    padding:10px;
    width: 13rem;
    height: 4rem;
    font-size: 1rem;
    margin-left: -1rem !important;
  }
  .footerContactButton {
    padding:10px;
    width: 10rem;
    height: 2rem;
    font-size: .7rem;
  }
  .footerTourButton {
    padding:10px;
    width: 10rem;
    height: 2rem;
    font-size: .7rem;
  }
  .copyRight {
    font-size: .7rem;
  }
}












/* ALL MY CSS BELOW THIS POINT */



/*****************************
        AMENITIES PAGE
******************************/
#amen_headerImg {
  height: 200px;
  background-image: url("../images/hero/smallAmenHero.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1200px) {
  #amen_headerImg {
    height: 250px;
  }
}
@media only screen and (min-width: 1570px) {
  #amen_headerImg {
    height: 290px;
  }
}
/* SNF Amenities page header */
#snfAmen_headerImg {
  height: 200px;
  background-image: url("../images/SNF/headers/amenHeader.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1200px) {
  #snfAmen_headerImg {
    height: 250px;
  }
}
@media only screen and (min-width: 1570px) {
  #snfAmen_headerImg {
    height: 290px;
  }
}





/*****************************
      AL IL MC RC PAGES
******************************/
/* all service pages use this same id for header img */
#al_headerImg {
  height: 200px;
  background-image: url("../images/hero/smallHero.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#snfMc_headerImg {
  height: 273px;
  background-image: url("../images/SNF/headers/mcHeader.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  #snfMc_headerImg {
    height: 200px;
  }
}
#os_headerImg {
  height: 273px;
  background-image: url("../images/SNF/headers/osHeader.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  #os_headerImg {
    height: 200px;
  }
}
#rcSnf_headerImg {
  height: 273px;
  background-image: url("../images/SNF/headers/rcHeader.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  #rcSnf_headerImg {
    height: 200px;
  }
}
#privateRooms_headerImg {
  height: 273px;
  background-image: url("../images/SNF/headers/prHeader.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  #privateRooms_headerImg {
    height: 200px;
  }
}
#rehabilitation_headerImg {
  height: 273px;
  background-image: url("../images/SNF/headers/reHeader.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  #rehabilitation_headerImg {
    height: 200px;
  }
}
#termCare_headerImg {
  height: 273px;
  background-image: url("../images/SNF/headers/tcHeader.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  #termCare_headerImg {
    height: 200px;
  }
}
#skilledNursing_headerImg {
  height: 273px;
  background-image: url("../images/SNF/headers/snHeader.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  #skilledNursing_headerImg {
    height: 200px;
  }
}

/* ONE OFF - only for Pacific Ridge */
#health_headerImg {
  height: 273px;
  background-image: url("../images/SNF/headers/healthHeader.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  #health_headerImg {
    height: 200px;
  }
}

/* ONE OFF - only for The Stafford */
#complimentary_headerImg {
  height: 273px;
  background-image: url("../images/staffordComplimentaryHeader.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  #complimentary_headerImg {
    height: 200px;
  }
}




/*****************************
        HELPER CLASSES
******************************/

/* TODO: sort help vs misc classes */

.blueLineOverlay10 {
  /* https://stackoverflow.com/questions/19159977/inner-border-over-images-with-css#answer-19160711 */
  outline: 2px solid #008CD5;
  outline-offset: -10px;
}
.blueLineOverlay15 {
  outline: 2px solid #008CD5;
  outline-offset: -15px;
}


/* The BLUE PATTERN Background */
.bluePatternBckgrnd {
  background-color: #0e354a;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='24' viewBox='0 0 88 24'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='autumn' fill='%230a283a' fill-opacity='1'%3E%3Cpath d='M10 0l30 15 2 1V2.18A10 10 0 0 0 41.76 0H39.7a8 8 0 0 1 .3 2.18v10.58L14.47 0H10zm31.76 24a10 10 0 0 0-5.29-6.76L4 1 2 0v13.82a10 10 0 0 0 5.53 8.94L10 24h4.47l-6.05-3.02A8 8 0 0 1 4 13.82V3.24l31.58 15.78A8 8 0 0 1 39.7 24h2.06zM78 24l2.47-1.24A10 10 0 0 0 86 13.82V0l-2 1-32.47 16.24A10 10 0 0 0 46.24 24h2.06a8 8 0 0 1 4.12-4.98L84 3.24v10.58a8 8 0 0 1-4.42 7.16L73.53 24H78zm0-24L48 15l-2 1V2.18A10 10 0 0 1 46.24 0h2.06a8 8 0 0 0-.3 2.18v10.58L73.53 0H78z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}



/* BACK TO TOP BTN */
#backToTopBtn {
  display: none;
  position: fixed;
  bottom: 55px;
  right: 30px;
  z-index: 1049;
  cursor: pointer;
}




.whiteBckgrnd {
  background-color: #fff;
}
.lightGrayBckgrnd {
  background-color: #f2f2f2;
}


ul {
  list-style-type: none;
}
/* add back in bullets */
.ulWithBullets {
  list-style-type: circle;
}

.hide {
  display: none;
}

/* hr's */
.darkGrayHr {
  border: .875px solid #3C3C3C;
  margin-bottom: 45px;
}
.whiteHr {
  border: .875px solid #fff;
  margin-top: 0;
}
.lightGrayHr {
  border: .875px solid #f2f2f2;
  margin-bottom: 45px;
}

/* CUSTOM MARGIN AND PADDING */
.mb-45 {
  margin-bottom: 45px;
}
.mt-45 {
  margin-top: 45px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-60 {
  margin-bottom: 60px;
}
.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.mt-80 {
  margin-top: 80px !important;
}
.my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.pt-80 {
  padding-top: 80px;
}
.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* SPACERS */
.spacer60 {
  height: 60px;
  width: 100%;
}
.spacer80 {
  height: 80px;
  width: 100%;
}

/* ANCHOR STYLES */
.noStyleAnchor {
  color: #3C3C3C;
}
.noStyleAnchor:hover {
  color: #3C3C3C;
  text-decoration: none;
}

/* MAX WIDTHS */
.maxW1600 {
  max-width: 1600px;
}
.maxW1280 {
  max-width: 1280px;
}
.maxW1110 {
  max-width: 1110px;
}
.maxW790 {
  max-width: 790px;
}
.maxW400 {
  max-width: 400px;
}
.maxW154 {
  max-width: 154px;
}







/* For the SNF Secondary pages at bottom */
.bckgrndImgCol {
  height: 430px;
  background-image: url("../images/SNF/pages/privateRooms/privateRooms2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}





/* HIDE BELOW */
@media only screen and (max-width: 1200px) {
  .hideBelow1200 {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .hideBelow992 {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .hideBelow767 {
    display: none;
    visibility: hidden;
  }
}
/* hide above 767 */
@media only screen and (min-width: 767px) {
  .showBelow767 {
    display: none;
  }
  .awardsImgMaxDesktopHeight {
    max-height: 337.13px;
    /* hide the bottom of the img below the awards row */
    z-index: -3;
  }
}



/* add the class .listArrow to a ul to get the orange arrow bullets */
.listArrow li {
  color: #fff;
}
.listArrowGray li {
  color: #3C3C3C;
}
.listArrow li:before, .listArrowGray li:before {
  background-image: url("../images/icons/orangeArrowIcon.png");
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: .5em;
  width: .5em;
}
/* stop text from wrapping under the bullet (in this case an icon)  */
ul > li {
 position: relative;
 padding-top: 9px;
}
ul li:before {
 position: absolute;
 /* position the icon */
 left: -13px;
 /* top: 7px; */
 top: 16px;
}

/* play btn over video thumbnails */
.playBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}












/*****************************
        MISC.
******************************/

.pointer {
  cursor: pointer;
}
.floorPlansLeftThumb {
  /* min-height: 400px; */
}
#leftColFloorplan {
  /* to stop jumping */
  min-height: 380px;
}
.floorPlansRightThumb {
  max-height: 160px;
}
.floorPlanBtnOverlayText {
  color: #fff;
  font-weight: bold;
  margin-top: -100px;
}

/* change bootstrap alert hr */
.alert-primary hr {
    border-top-color: #fff !important;
}














/* HERO STYLES */

/* NOTE: the .heroImg class styles are in the hero.php file */

.blueLineAboveHeroBanner {
  height: 12px;
  background-color: #0096DF;
}
/* move this col-12 down over
below col-12 */
.blueRoadImageDiv {
  height: 240px;
  z-index: 1;
  margin-bottom: -240px;
}
/* static height on image */
.blueRoadImage {
  margin-top: -80px;
  height: 320px;
}
.heroBanner {
  height: 240px;
}
.heroBannerButtonsDiv {
  z-index: 2;
}

/* adjust static heights */
@media (max-width: 1570px) {
  .blueRoadImageDiv {
    height: 320px;
    margin-bottom: -320px;
  }
  /* static height on image */
  .blueRoadImage {
    margin-top: -100px;
    height: 420px;
  }
  .heroBanner {
    height: 320px;
  }
  /* bring this above the blue road */
  .heroTitleBlurb {
    z-index: 2;
  }
}

/* VIDEO HERO STYLES */
.videoHero {
  position: relative;
  height: 65vh;
  /* min-height: 25rem; */
  width: 100%;
  overflow: hidden;
}
.videoHero video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/* Chestnut lane orange row below nav */
.orangeBckgrnd {
  background-color: #D66B00;
}
/* Class just to hide vid section on Chestnut */
.hideOnChestnut {
  display: none;
}



.qAward{
  background: transparent;
  height: 100px;
  width: 100px;
  position: absolute;
  /* to have this offscreen before the animation */
  top: -500px;
  width: 100%;
  right: 10px;
  z-index:9999;
}
.qAwardSm {
  background-color: rgba(14, 53, 74, 0.8);
  width: 350px;
  border-radius: 0px;
}
.awardClose {
  font-size:1rem;
  font-weight: bold;
  position: relative;
  top:0px;
  right:0px;
  cursor: pointer;
}


/* SNF 5 Star Medicaid Award */
.medicaidAwardWrapper {
  position: relative;
}
.medicaidAward {
  position: absolute;
  margin-top: -212px;
  z-index: 100;
}


/* 90 day promise graphic */
@media (max-width: 901px) {
  .ninetyDayPromise {
    display: none;
  }
}




.enhancedInnerColMWidth {
  /* max-width: 735px; */
}

/* Chestnut AL page Descrip */
.chestnutSecondDescripCol {
  /* account for negative margin of blue play btn */
  top: -50px;
}
@media (max-width: 992px){
  .chestnutSecondDescripCol {
    top: 0px;
  }
  /* Reorder the cols for mobile */
  .firstMobileCol {
    order: 1;
  }
  .secondMobileCol {
    order: 2;
  }
  .thirdMobileCol {
    order: 3;
  }
  .fourthMobileCol {
    order: 4;
  }
  .fifthMobileCol {
    order: 5;
  }
  .sixthMobileCol {
    order: 6;
  }
}



div.apiBlogPDiv p {
  color: #fff;
  /* font-size: 14px; */
}

a.apiLink {
  color:white;
  font-size: 16px;
  letter-spacing: 3px;
  font-weight: bold;
}


#enhancedCol {
  z-index: 999;
}




/* LEAF STYLES */
.leaf {
  width: 300%;
  height: 300%;
  margin-top: -275px;
  margin-left: -130px;
}
.indexLeafWrapper{
  height: 1px;
}
.indexLeaf {
  /* do i need absolute? */
  position: absolute;
  margin-top: -260px;
  margin-left: -10%;
  -moz-transform: rotate(70deg) scale(-1, 1);
  -webkit-transform: rotate(70deg) scale(-1, 1);
  -o-transform: rotate(70deg) scale(-1, 1);
  -ms-transform: rotate(70deg) scale(-1, 1);
  transform: rotate(70deg) scale(-1, 1);
}

/* Services section leaf(s) */
.rightServicesLeaf {
  position: absolute;
  left: 75%;
  top: -1px;
  /* https://stackoverflow.com/questions/17015568/how-to-rotate-flip-element-with-css#answer-38040842 */
  -moz-transform: rotate(-6deg) scale(-1, 1);
  -webkit-transform: rotate(-6deg) scale(-1, 1);
  -o-transform: rotate(-6deg) scale(-1, 1);
  -ms-transform: rotate(-6deg) scale(-1, 1);
  transform: rotate(-6deg) scale(-1, 1);
  z-index: -1;
}
.leftServicesLeaf {
  position: absolute;
  right: 75%;
  top: -14px;
  z-index: -1;
}
/* hide leaves on mobile to prevent white space on right of page */
@media (max-width: 767px){
  .indexLeafWrapper{
    height: 0px;
  }
  .indexLeaf {
    display: none !important;
  }
  .rightServicesLeaf {
    display: none !important;
  }
  .leftServicesLeaf {
    display: none !important;
  }
}







.learnMoreBtn {
  color: #3C3C3C;
  text-transform: uppercase;
  font-weight: bold;
}
.learnMoreBtn:hover {
  color: #3C3C3C;
}


.specialAcutaHeading {
  font-weight: medium;
  font-style: italic;
  font-size: 24px;
}



.vidItem {
  cursor: pointer;
}




.xyMargin48 {
  margin-top: 48px;
  margin-bottom: 48px;
}
.orangeBtn {
  background-color: #D66B00;
  color: #fff;
}

/* new semantic buttons used in life loop row */
.grayBtn {
  background-color: #f2f2f2;;
  color: #0e354a;
}
.orangeBtn, .grayBtn {
  height: 2.5rem;
  text-transform: uppercase;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .1rem;
}




/* FACEBOOK FEED */
@media (max-width: 600px){
  /* make the four col wide layout to be 2 col wide */
  #cff .cff-album-item.cff-col-4, #cff .cff-album-item.cff-col-4:nth-of-type(1n) {
		width: 45%;
		margin-right: 5%;
	}
	#cff .cff-album-item.cff-col-4:nth-of-type(2n) {
		/* margin-right: 0; */
	}
  #cff .cff-album-item.cff-col-4:nth-child(even) {
    /* border: 1px solid red; */
	}
}


/* SLICK SLIDERS STYLES */
/* left and right slider arrows */
.custLeft, .custRight:hover {
  cursor: pointer;
}
.genVidLeft, .genVidRight:hover {
  cursor: pointer;
}
.galleryLeft, .galleryRight:hover {
  cursor: pointer;
}
.mtjahVidLeft, .mtjahVidRight:hover {
  cursor: pointer;
}
/* https://github.com/kenwheeler/slick/issues/2424
#rightVidThumbs:not(.slick-initialized){
  display: none;
} */




/* make bs modal-lg bigger */
@media (min-width: 768px) {
  /* add this class after modal-lg */
  .modal-xl {
    width: 90%;
   max-width:1200px;
  }
}



/* css only play btn */
.btnBox {
  height: 60px;
  width: 60px;
  background-color: rgb(0, 156, 220, 0.75);
  cursor: pointer;
}
.cssPlayBtn {
  border: 0;
  background: transparent;
  box-sizing: border-box;
  width: 0;
  height: 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 8px 0 8px 14px;
}

.whiteAnchor:hover {
  color: white;
}



.navBarShadow {
  -webkit-box-shadow: 0px 5px 15px -10px rgb(60, 60, 60, .5);
  -moz-box-shadow: 0px 5px 15px -10px rgb(60, 60, 60, .5);
  box-shadow: 0px 5px 15px -10px rgb(60, 60, 60, .5);
}





/* IE10+ CSS here */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

  /* internet explorer fix for vertical centering */
  /* USAGE: apply to h-100 row above col with my-auto */
  /* vertically aligns the child element */
  .ie-my-auto {
    display: flex;
    align-items: center;
    flex-direction: row;
  }

  /* if BS4 img-fluid inside of a div w/ .ie-my-auto then
  it streches funny, this fixes, and re-centers */
  /* USAGE: if img in a tag, apply class to anchor (or wrapping) tag */
  .ie-img-fluid {
    width: 100%;
    margin: auto;
  }

  /* fix ie offsetting a col with a max-width */
  /* centers */
  .ie-displayTable {
    display: table;
  }

  /* fix height missing */
  .ie-height265 {
    height: 265px;
  }

  /* ie max width */
  .ie-w-100 {
    width: 100% !important;
  }
}





.testBorderRow {border: 1px solid green;}
.testBorderCol {border: 1px solid blue;}
.testBorderWhite {border: 1px solid white;}
.borderBlue {
  border: 1px solid #00207F;
}

/* Remove white overlay after all the above css is loaded */
/* #loadOverlay{display: none;} */
