.pageTitle{
  font-size: 40px;
  line-height: 1.2em;
  margin: 0 0 0 0;
  color: var(--pageTitle);
  text-align: left;
  font-weight: bold;
  font-family: merriweather, serif;
  font-weight: 600;
  font-style: normal;
}

.pageSubtitle{
  font-size: 20px;
  line-height: 1.2em;
  margin: .5em 0 0 0;
  color: var(--pageSubtitle);
  text-transform: uppercase;
  text-align: left;
  font-family: merriweather, serif;
  font-weight: 900;
}




.homeTitle h1{
  text-transform: none;
  font-weight: 200;
  font-size: 24px;
  line-height: 1.2em;
  font-family: merriweather, serif;
  font-weight: 300;
  font-style: normal;
  color: var(--pageSubtitle);
}
.homeTitle h2{
  margin-top: 0px;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 1.2em;
  font-family: merriweather, serif;
  font-style: normal;
  color: var(--pageTitle);
}


.bodyCTAtitle{
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2em;
  font-family: merriweather, serif;
  text-align: center;
  margin: 10px auto;
}


h3.first{margin-top: 0;}

h4.first{margin-top: 0;}



.inlineLeft{
  float: left;
  margin: .2em 1.5em 1em 0;
}

.inlineRight{
  float: right;
  margin: .2em 0 1em 1.5em;
}

.inlineRight, .inlineLeft {
  display: inline;
  max-width: 450px;
  max-height: 320px;
  box-shadow: 5px 5px 5px #ccc;
}



.picShadow {
  box-shadow: 5px 5px 5px #ccc;
}



.imageMono{
  filter: var(--imageMonoFilter);
}
.imageMonoLight{
  filter: var(--imageMonoFilterLight);
}
.imageMonoDark{
  filter: var(--imageMonoFilterLightDark);
}

.locationPageIcon{
  max-width: 24px;
  margin-right: .5em;
  inline-block;
  position: relative;
  top: .4em;
}


.homeLogos img{
  display: block;
  margin: 0 auto;
  height: 160px;
}
.hTitle{
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.2em;
}



.homeBar{
  background: var(--bodyBar1Bg);
}
.homeBar h1{
  color: #FFF;
}
.homeBar h2{
  color: #ddd;
}
.stretchContents{
  padding-left: 150px;
  padding-right: 150px;
}



.pageTitleBar{
  padding: 0;
  background-color: var(--bodyBar2Bg);
}



.bgMainSection{
  background: var(--stageBg)
  padding-top: 10px;
}

.bgSectionOne{
  background: var(--bodyBar1Bg);
  padding-top: 0px;
}

.bgSectionTwo{
  background: var(--bodyBar2Bg);
  padding-top: 10px;
}

.bgSectionDark{
  background-color: var(--bodyBar2Bg);
}


.bgSectionWhite{
  padding: 30px 0;
  background-color: var(--bodyBar1Bg);
}

.bgSectionLightGray{
  padding: 30px 0;
  background-color: var(--bodyBar2Bg);
}

.bgSectionBlue{
  padding: 30px 0;
  background-color: var(--bodyBar3Bg);
}

.bgSectionLightBlue{
  padding: 30px 0;
  background-color: var(--bodyBar5Bg);
}

.bgSectionRed{
  padding: 30px 0;
  background-color: var(--bodyBar4Bg);
}

.bgSectionNotice{
  background: var(--bodyBarNoticeBg);
}



.locationsCallToAction{
  text-align: center;
}

.locationsCallToAction a.easeButton{
  font-size: 30px;
  font-weight: normal;
  padding: .5em 1.2em;
  border-radius: 0px;
  border: solid 1px var(--button);
  width: 90%;
}

.locationsCallToAction a.roundButton img{
  border-radius: 0;
  margin-bottom: 20px;
}






.bodyCallToAction{
  text-align: center;
  margin: 0 0 10px 0;
  padding: 30px 20px;
}



iframe.youtube{
  width: 85%;
  height: 410px;
  display: block;
  margin: 0 auto 1em auto;
}


.twoColumns{
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}

table.beforeAfter td{
  width: 170px;
  text-align: center;
}

.halfWidth{
  max-width: 50%;
}

.fontBig{
  font-size: 19px;
  font-weight: 500;
  line-height: 2em;
}

.w200{
  max-width: 200px;
}
.w250{
  max-width: 250px;
}

.leftBorder{
  border-left: 4px solid #bbb;
  padding-left: 10px;
}

.whiteImgs img{
  filter: brightness(100000%);

}

.footer_address{
  font-size: 12px;
}
.footer_address .loc_name{
  text-transform: uppercase;
  margin-bottom: 0px;
  color: #fff;
  font-weight: bold;
}
.footer_address .loc_address{
  color: #ccc;
}




.homeBigNumber{
  text-align: center;
  color: #CC4A4B;
  font-size: 80px;
  font-weight: 400;
  font-family: merriweather, serif;
  position: relative;
}

.homeBigNumber .sup{
  font-size: .5em;
  font-weight: inherit !important;
  position: relative;
  top: -0.4em;
}


.homeBigNumberTitle{
  text-align: center;
  font-weight: 400;
}



#homeNumbers .homeNumber{
  border-style: solid;
  border-color: #ccc;
}

#homeNumbers :nth-child(1 of .homeNumber), #homeNumbers :nth-child(2 of .homeNumber), #homeNumbers :nth-child(3 of .homeNumber){
  border-width: 0 0 1px 0;
}

#homeNumbers :nth-child(2 of .homeNumber){
  border-width: 0 1px 1px 1px;
}

#homeNumbers :nth-child(5 of .homeNumber){
  border-width: 0 1px 0 1px;
}






.homeBlogEntry .homeBlogEntryDate{
  color: var(--1380ED);
  text-align: center;
  font-size: .8em;
  margin: 5px 0; 
}


.homeBlogEntry .homeBlogEntryTitle{
  color: var(--hTitles);
  text-align: center;    
}


.bigHeaderBox h3{
  font-size: 50px;
  line-height: 1.3em;
  margin: 0;
  color: var(--softRed);
  width: 80%;
}






/* TNG OVERRIDES ------------------------------------------------------------- */


.fontRed{
  color: var(--softRed);
}




.easeButton{
  color: var(--button);
  background-color: var(--buttonBg);
  font-weight: 900;
  font-size: 14px;
  box-shadow: none;
  padding: 15px 30px;
  border-radius: 0;
  font-family: merriweather, serif;
}

.easeButton:hover{
  color: var(--buttonHover);
  background-color: var(--buttonHoverBg);
}







/* BEGIN EDITOR FORM */
.requiredStar{
  margin-left: 3px;
}

.invalidInput{
  background-color: #ffc;
}


table.formTable{
  font-size: inherit;
  width: 780px;
  margin: 1em auto;
}

table.formTable td.itemCell{
  width: 300px;
  padding: 5px 15px 10px 0;
}

table.formTable td.inputCell input[type=text], table.formTable td.inputCell input[type=password], table.formTable td.inputCell select,table.formTable td.inputCell textarea{
  width: 400px;
  font-size: 15px;
}

table.formTable td.inputCell input[type=password]{
  width: 100px;
}

table.formTable td.inputCell input[type=button], table.formTable td.inputCell input[type=submit]{
  margin: 5px;
  font-family: merriweather, serif;
  background-color: var(--buttonBg);
  color: var(--button);
  padding: 12px;
  font-size: 14px;
  border: none;
  border-radius: 0;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 1px 1px 5px rgba(20,20,20,.5);
  transition: background-color .2s, color .2s;
}

table.formTable td.inputCell input[type=button]:hover, table.formTable td.inputCell input[type=submit]:hover{
  background-color: var(--buttonHoverBg);
  cursor:pointer;
}

/* END EDITOR FORM */









ul.centerList {
  list-style-type: none;
  margin: 1em 0;
}

ul.centerList li{
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  font-style: italic;
}




/* SLIDES */
.sliderContainer, .sliderScrollSpacer{
  height: 40vw;
  width: 100%;
}


.sliderContainer{
  margin-top: 0px;
}

.sliderContainer ul, .sliderContainer li{
  margin: 0;
}

.slider {
  height: 100%;;
}
.slide {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.slide img.fill{
  width: 100%;
  height: inherit;
}

.bx-viewport, .bx-wrapper{
  width: 100%;
  height: 100%;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
}

.bx-controls-direction a {
  opacity: .5;
}


.slideTextbox{
  text-align: center;
  position: absolute;
}

.slideTextbox p{
  text-align: center;
  font-size: 1.2vw;
  margin-bottom: 20px;
}

.slideTextbox img{
  max-width: 17vw;
  max-height: 10vw;
  display: block;
  margin: 20px auto 0 auto;
}


#slide1 .slideTextbox{
  width: 60vw;
  top: 15vw;
  left: 20vw;
}


#slide1 .slideTextbox h1{
  text-transform: uppercase;
  font-style: italic;
  color: #fff;
  font-size: 20px;
  margin: 0  0 10px 0;
}


#slide1 .slideTextbox h2{
  color: #fff;
  font-size: 60px;
  margin: 0;
  line-height: 1.2em;
}


#slide2 .slideTextbox{
  width: 30vw;
  top: 10vw;
  left: 18vw;
}


#slide3 .slideTextbox{
  width: 30vw;
  top: 10vw;
  left: 18vw;
}


#slide4 .slideTextbox{
  width: 30vw;
  top: 7vw;
  left: 18vw;
}



/* ------ */





/* Form Messages */
div.formMessage{
  margin: 10px 0 30px 0;
  padding: 5px 10px;
  background-color: #AAFFAA;
  border: solid 1px #035503;
  font-weight: 400;
}

div.formMessageWarning{
  margin: 10px 0 30px 0;
  padding: 5px 10px;
  background-color: #FFFF7F;
  border: solid 1px #FFD42A;
  font-weight: 400;
}

div.formMessageAlert{
  margin: 10px 0 30px 0;
  padding: 5px 10px;
  background-color: #FBA7A7;
  border: solid 1px #500404;
  font-weight: 400;
}




/* SELECT DIV LISTS (mobile compatible) */
.selectDivList{
  font-family: verdana, arial, helvetica;
  font-size: 11px;
  margin: 5px auto;
  width: 100%;
}

.selectDivList td{
  background-color: transparent;
  padding: 2px 0;
}

.selectDivList td{
  background-color: transparent;
}

table.selectDivList tr.listItemDisabled, table.selectDivList tr.listItemDisabled a {
  color: #ccc;
}

table.selectDivList tr.listItemPending {
  color: #800;
}

.selectDivList tr.listItem:nth-child(even) {
  background-color: #f0f0f0;
}
.selectDivList tr.listItem:nth-child(odd) {
  background-color: #f8f8f8;
}

.selectDivList tr.listItem:hover {
  background-color: #dadada;
}

.selectDivList tr.listHeader td{
  font-weight: bold;
  padding: 6px 0;
}

.selectDivList tr.listItem td {
  padding: 2px 0;
}

.selectDivList tr.listItem td div.listItemSub, .selectDivList tr.listHeader td div.listItemSub{
  float: left;
  padding: 0 2px;
  min-height: 1px;
}






/* Location vCard */

div.location{
  font-size: 1.1em;
}

div.location .map{
  width: 100%;
  height: 400px;
  border: solid 1px var(--navSubitemBg);;
}

div.location .title{
  font-weight: bold;
  margin: 0 0 1em 0;
}

div.location .locationItem{
  margin: 0 0 .8em 0;
  font-size: 1em;
  position: relative;
  padding-left: 1.8em;
}

div.location .locationItem img{
  width: 1.2em;
  top: .1em;
  left: 0;
  display: inline-block;
  position: absolute;
}



div.location .pinpoint{
  font-weight: bold;
}

div.location .directions{
  font-size: .8em;
  line-height: 1.5em;
}

div.location .phone{

}



/* Locations list */


div.locations{
  margin: 30px auto;
}

div.locations div.location{
  font-size: .9em;
}

div.locations div.location h3{
  line-height: 1.2em;
  height: 2.5em;
}

div.locations div.imageDiv{
  padding: 10px 10px 10px 70px;
}

div.locations div.infoDiv{
  padding: 10px 30px 10px 10px;
}

div.locations div.imageDiv img{
  width: 100%;
}





/*  ---- Testimonials ----       */



.sliderContainerTestimonials{
  width: 100%;
  position: relative;
}

.sliderTestimonials {
  height: 100%;
}

.sliderContainerTestimonials .bx-wrapper{
  background-color: transparent !important;
  box-shadow: none;
}
.testimonialsBar{
  height: 400px;
  background: var(--bodyBar4Bg);
}

.testimonial {
  font-size: 24px;
  font-family: garamond, georgia, serif;
  font-style: italic;
  padding: 0 120px;
  margin-top: 20px;
  height: 270px;
	text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.testimonialAuthor {
  font-size: 18px;
  font-family: garamond, georgia, serif;
  text-align: right;
  margin-top: .8em;
  margin-right: 60px;
  font-style: normal;
}


.reviewSource{
  font-size: 12px;
	text-align: center;
  color: #aaa;
  height: 50px;
}

.reviewSource img{
  max-height: 30px;
}



.imagePlaceholder{
  background-color: #ddd;
}

.cols1_1 .imagePlaceholder{
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 2em; 
}

.tallCols .imagePlaceholder{
  height: 100%;
}


.aboutBios {
  
}

.aboutBios *{
  text-align: center;
}


.aboutBios h4 {
  margin: .3em 0;
  font-size: inherit;
  color: var(--bodyText);  
}

.aboutBios .bioTitle {
  font-weight: 400;
  font-size: .8em;
  color: var(--bodyText);  
}


.aboutBios img, .aboutBios .imagePlaceholder{
  width: 100%;
  aspect-ratio: 4/5;
  display: block;
  margin-bottom: 1em;
}
