.pageTitle{
  font-size: 30px;
  line-height: 1em;
  margin: 10px 0 0 0;
  color: var(--pageTitle);
  text-align: center;
  font-weight: bold;
  font-family: "rig-shaded-medium-face";
}

.pageSubtitle{
  font-size: 24px;
  line-height: 1em;
  margin-top: 5px;
  margin-bottom: 0.5em;
  color: var(--pageSubtitle);
  font-weight: normal;
  text-transform: none;
  font-style: italic;
  text-align: center;
  font-family: open-sans, helvetica, arial;
}


h3.first{margin-top: 0;}

h4.first{margin-top: 0;}

.bgMainSection{
  background: var(--stageBg);
}

.whiteSection{
  background: #FFF;
}



.titleBar{
  background: var(--bodyBar1Bg);
  border-bottom: 2px solid #225599;
}
.titleBar *{
  color: #FFF;
}

.titleBar h2{
  margin-bottom: .5em;
}


.homeBar{
  background: var(--bodyBar1Bg);
}
.homeBar *{
  color: #FFF;
}

.pageBar{
  background: var(--bodyBar2Bg);
  margin: 1em 0 2em;
  padding: 1em;
}
.pageBar *{
  color: #FFF;
  text-align: center;
}
.pageBar h3{
  margin-top: 0;
  font-size: 24px;
}
.pageBar p{
  font-style: italic;
  margin-bottom: 0;
  font-size: 20px;
}


.bodyCallToAction{
  text-align: center;
  margin: 0 0 30px 0;
  padding: 30px 0;
}


.bodyCallToAction a.easeButton{
  margin: 0 8px;
  font-size: 28px;
  display: inline-block;
  padding: 10px 30px;
}




iframe.youtube{
  width: 100%;
  height: 220px;
  margin: 0 auto 1em auto;
}


.inlineLeft, .inlineRight{
  margin: 2em auto;
  max-whidth: 300px;
  display: block;
}
.headshot{
  width: 100%;
  margin-top: 10px;
}




.whiteSection{
  background: #FFF;
}


.noUnderline:hover{
  text-decoration: none;
}








.homeLeadFormBar{
  background: var(--bodyBar2Bg) !important;
  color: #fff;
  text-align: center;
}

.homeLeadFormBar .cols1_1{
  padding: 30px 0;
}


.homeLeadFormBar input[type=text]{
  width: 90%;
  font-size: 15px;
  padding: 10px;
  margin: 10px;
  border-radius: 3px;
  border: solid 1px #777;
}

.homeLeadFormBar input[type=text]::placeholder{
  color: #345;
  font-style: italic;
}

.homeLeadFormBar input[type=button], .homeLeadFormBar input[type=submit]{
  margin: 5px;
  position: relative;
  top: 4px;
  font-family: open-sans, helvetica, arial;
  background-color: var(--buttonBg);
  color: var(--button);
  padding: 4px 15px;
  font-size: 22px;
  border: none;
  font-weight: 400;
  box-shadow: 1px 1px 5px rgba(20,20,20,.5);
}

.homeLeadFormBar input[type=button]:hover, .homeLeadFormBar input[type=submit]:hover{
  background-color: var(--buttonHoverBg);
  color: var(--buttonHover);
  cursor:pointer;
}









/* MOBILE SPECIFIC OVERRIDES ------------------------------------------------ */
img {
  max-width: 100% !important;
}



.easeButton{
  color: var(--button);
  background-color: var(--buttonBg);
  font-weight: 400;
  font-size: 18px;
  border-radius: 0;
  box-shadow: 1px 1px 5px rgba(20,20,20,.5);
}

.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: 10px 30px;
  font-size: 28px;
  border: none;
  border-radius: 0px;
  font-weight: 400;
  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;
}





div.locations{

}

div.locations div.location{
  box-sizing: border-box;
  padding: 0 20px;
  margin-bottom: 30px;
  text-align: center;
}


div.locations div.location iframe.map{
  width: 620px;
  height: 200px;
  margin: 0 0 2em 0;
  box-sizing: border-box;
  border: solid 1px #ccc;
}

div.locations div.location h3{

}

div.locations div.phone{
  margin: 2px 0;
}

div.locations div.distance{
  font-weight: bold;
}

div.locations div.moreInfo{
  font-weight: bold;
  margin: 20px auto;
}

div.locations div.moreInfo .easeButton{
  font-size: 1.5em;
  display: inline-block;
}






div.location{
  margin: 0 0 10px 0;
  text-align: center;
}

div.location iframe{
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
}

div.location h3{
  margin: .5em 0 .2em 0;
}

div.location .phone{
  margin: 1em 0 0 0;
  font-size: 2em;
  color: var(--bodyText);
}

div.location .directions{
  margin: 1em 0;
  font-size: 1.2em;
  color: var(--bodyText);
}



div.singleLocation{
  margin: 0 0 30px auto;
  text-align: center;
}

div.singleLocation iframe{
  width: 100%;
  height: 200px;
}

div.singleLocation h3{
  margin: .5em 0 .2em 0;
}

div.singleLocation .phone{
  margin: .5em 0;
  font-size: 1.5em;
}

div.singleLocation .directions{
  margin: 30px auto;
}

div.singleLocation .directions a{
  color: var(--link);
}







/* SLIDES */

.sliderContainer{
  width: 100%;
  height: 250px;
}

.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;
}

.animElem1, .animElem2, .animElem3{
  z-index: 9999;
  text-align: center;
  width: 100%;
  visibility: hidden;
  position: absolute;
  width: 90%;
  margin-left: 5%;
}

.animElem1 img, .animElem2 img, .animElem3 img{
  display: inline-block;
}


.animElem1.active, .animElem2.active, .animElem3.active {
  visibility: visible;
}


.licenseNotice{
  background-color: #FFFFD4;
  padding: .5em 1em;
  border: solid 1px #B23310;
  margin: 2em 0;
  font-size: .9em;
}











.sidebarModule .moduleTitle{
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 .5em 0;
}

.sidebarModule{
  margin-bottom: 60px;
}


.sidebarModule a{
  color: var(--link);
}



.sideBlogPupularList li{
  font-weight: normal;
}


.sideBlogArchiveTable{
  font-weight: normal;
}







.blogEntry {
  margin: 0 0 40px 0;
}


.blogListEntry .entryTitle{
  font-size: 1.6em ;
}

.blogListEntry h2{
  font-size: 1.4em ;
}

.blogListEntry h3{
  font-size: 1.3em ;
}


.blogIndividualEntry .entryTitle{
  font-size: 34px ;
}


.blogEntry .entryAuthorDate{
  font-size: .8em;
  color: var(--lightText);
  margin: .8em auto 3em auto;
}

.blogIndividualEntry .entryAuthorDate{
  text-align: center;
}


.blogEntry a{
  color: var(--link);
}

.blogEntry img{
  max-width: 600px;
  height: auto;
  margin: 10px 0;
  display: block;
}


.blogListEntry .readMore{
  text-align: right;
  font-style: italic;
  margin-top: 20px;
}





/*  ---- Testimonials ----       */



.sliderContainerTestimonials{
  width: 100%;
  position: relative;
}

.sliderTestimonials {
  height: 100%;
}

.sliderContainerTestimonials .bx-wrapper{
  background-color: transparent !important;
  box-shadow: none;
}
.testimonialsBar{
  background-color: #efefef;
}

.testimonialsBar *{
  color: #333;   
}

.testimonial {
  font-size: 22px;
  font-family: garamond, georgia, serif;
  font-style: italic;
  padding: 10px;
  margin-top: 20px;
  height: 340px;
	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;
  height: 80px;
}

.reviewSource img{
  max-height: 30px;
}
