.pageTitle{
  font-size: 30px;
  line-height: 1.2em;
  margin: 30px 0 10px 0;
  color: var(--pageTitle);
  text-align: center;
  font-weight: bold;
  font-family: sirba-web, sans-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: center;
  font-family: montserrat, sans-serif;
  font-weight: 900;
}


.bodyCTAtitle{
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2em;
  font-family: open-sans, sans-serif;
  text-align: center;
  margin: 10px auto;
  padding: 0 30px;
}


h3.first{margin-top: 0;}

h4.first{margin-top: 0;}





.bodyCallToAction{
  text-align: center;
  margin: 0 0 10px 0;
  padding: 30px 5px;
}


.bodyCallToAction a.easeButton{
  margin: 0 8px;
  font-size: 14px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 0;
  font-weight: 900;
}


.locationsCallToAction{
  text-align: center;
  padding: 20px 0;
}

.locationsCallToAction a.easeButton{
  margin: 0 8px;
  font-size: 25px;
  padding: 15px 10px;
  border-radius: 0;
  width: 90%;
  display: inline-block;
}


.serif{
  font-family: serif;
}

iframe.youtube{
  width: 100%;
  height: 190px;
  margin: 0 auto;
}


.inlineLeft, .inlineRight{
  margin: 0em auto 2em;
  max-whidth: 300px;
  display: block;
  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;
}
.hTitlesGreen{
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2em;
  color: #2ABA9C;
}


.homeBar{
  background: var(--bodyBar1Bg);
}
.homeBar h1{
  color: #FFF;
}
.homeBar h2{
  color: #ddd;
}

.bgMainSection{
  background: var(--bodyMainBg);
}
.bgSectionOne{
  background: var(--bodyBar1Bg);
  padding-top: 0px;
}
.bgSectionTwo{
  background: var(--bodyBar2Bg);
  padding-top: 10px;
}
.bgSectionThree{
  background: var(--bodyBar3Bg);
}

.bgSectionDark{
  background-color: var(--bodyBar2Bg);
}

.bgSectionNotice{
  background: var(--bodyBarNoticeBg);
}




.footer_address{
  font-size: 11px;
}
.footer_address .loc_name{
  text-transform: uppercase;
  margin-bottom: 0px;
  color: #fff;
  font-weight: bold;
}
.footer_address .loc_address{
  color: #ddd;
}






.centerContents *{
  text-align: center;
}
/* MOBILE SPECIFIC OVERRIDES ------------------------------------------------ */

.font30{
  font-size: 25px;
}
img {
  max-width: 100% !important;
}



.easeButton{
  color: var(--button);
  background-color: var(--buttonBg);
  font-weight: 400;
  font-size: 18px;
  box-shadow: 1px 1px 5px rgba(20,20,20,.5);
  font-family: futura-pt,helvetica;
  padding: 15px 10px;
  width: 90%;
  display: inline-block;
}

.easeButton:hover{
  color: var(--buttonHover);
  background-color: var(--buttonHoverBg);
}



/* BEGIN EDITOR FORM */
table.formTable{
  font-size: 1em;
  line-height: 1em;
  margin: 0 auto 20px auto;
  width: 100%;
}


table.formTable td.itemCell{
  padding: 5px 15px 0 0;
  text-align: left;
  vertical-align: top;
}

table.formTable td.inputCell{
  padding: .5em 0 10px 0;
  text-align: left;
  vertical-align: top;
}



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: 96%;
  font-size: 1em;
  line-height: 2em;
  padding: 0px 5px;
}

table.formTable td.inputCell input[type=text], table.formTable td.inputCell input[type=password], table.formTable td.inputCell select{
  margin-top: 0;
}

table.formTable td.inputCell textarea{
  margin-top: 0;
}

table.formTable td.inputCell select{
  width: 96%;
}

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: open-sans, helvetica, arial;
  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);
}

table.formTable td.inputCell input[type=button]:hover, table.formTable td.inputCell input[type=submit]:hover{
  background-color: var(--buttonHoverBg);
}


input[type=radio],input[type=checkbox]{
  border: 0;
  background-color: inherit;
}


.required, .formError{
  color: #c00;
  margin: 0 3px;
}


.invalidInput{
  background-color: #ffc;
}


.requiredStar{
  margin-left: 3px;
}










/* SLIDES */

.sliderContainer{
  width: 100%;
  height: 270px;
}

.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: 0;
}


.slideTextbox{
  background-color: rgba(255,255,255,0.9);
  padding: 30px 10px;
  text-align: center;
  width: 100%;
  height: 100%;
}

.slideTextbox h2{
  font-family: open-sans, sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: var(--hTitles);
  margin-top: 0;
}

.slideTextbox p{
  text-align: center;
  font-size: 17px;
  margin-bottom: 20px;
}

.slideTextbox img{
  max-width: 160px;
  max-height: 70px;
  display: block;
  margin: 20px auto 0 auto;
}

/* -- */





/* 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: 1em;
}

div.locations div.location h3{
  line-height: 1.2em;
  text-align: center;
}

div.locations div.imageDiv{
  width: 60%;
  margin: 10px auto;
}

div.locations div.infoDiv{
  width: 80%;
  margin: 10px auto;
}

div.locations div.distance, div.locations div.moreInfo{
  text-align: center;
  padding: .5em;
  line-height: 1.5em;
}




/*  ---- Testimonials ----       */



.sliderContainerTestimonials{
  width: 100%;
  position: relative;
}

.sliderTestimonials {
  height: 100%;
}

.sliderContainerTestimonials .bx-wrapper{
  background-color: transparent !important;
  box-shadow: none;
}
.sliderContainerTestimonials .bx-viewport{
  height: 480px;
}

.testimonialsBar{
  background: var(--bodyBar4Bg);
}


.testimonial {
  font-size: 22px;
  font-family: garamond, georgia, serif;
  font-style: italic;
  padding: 0 20px;
  margin-top: 20px;
  height: 480px;
	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: 10px;
  margin-right: 60px;
  font-style: normal;
}


.reviewSource{
  font-size: 12px;
	text-align: center;
  color: #aaa;
  height: 70px;
}

.reviewSource img{
  max-height: 30px;
}
