.pageTitle{
  font-size: 37px;
  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: 30px;
  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;}



.inlineLeft{
  float: left;
  margin: .2em 2em 1em 0;
}

.inlineRight{
  float: right;
  margin: .2em 0 .5em 1.5em;
}

.inlineRight, .inlineLeft {
  display: inline;
  max-width: 350px;
  max-height: 350px;
}



.titleBar{
  background: var(--bodyBar1Bg);
  border-bottom: 2px solid #225599;
}
.titleBar *{
  color: #FFF;
}

.titleBar h2{
  margin-bottom: .5em;
}


.whiteSection{
  background: #FFF;
}




.stretchContents{
  padding-left: 100px;
  padding-right: 100px;
}

.bgMainSection{
  background: var(--stageBg);
}


.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;
  page-size: 26px;
}
.pageBar p{
  font-style: italic;
  margin-bottom: 0;
  font-size: 20px;
}


.bodyCallToAction{
  text-align: center;
  margin: 30px 0;
  padding: 30px 0;
}


.bodyCallToAction a.easeButton{
  margin: 0 8px;
  font-size: 35px;
  padding: 10px 30px;
}


iframe.youtube{
  width: 460px;
  height: 260px;
  margin: 0 auto 1em auto;
}


.twoColumns{
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}

.centerContents *{
  text-align: center;
}

.noUnderline:hover{
  text-decoration: none !important;
}

.homePage img{
  max-width: 50%;
}
.incServices h3{
  margin-top: 1em;
}
.incServices p{
  margin-bottom: 0;
}








.homeLeadFormBar{
  background: var(--bodyBar2Bg) !important;
  color: #fff;
  text-align: center;
}

.homeLeadFormBar .cols1_1{
  padding: 20px 0;
}


.homeLeadFormBar input[type=text]{
  width: 195px;
  font-size: 15px;
  padding: 10px;
  margin: 5px;
  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;
}







/* TNG OVERRIDES ------------------------------------------------------------- */


.easeButton{
  color: var(--button);
  background-color: var(--buttonBg);
  font-weight: 400;
  font-size: 18px;
  border-radius: 0;
  box-shadow: 0px 0px 3x rgba(0,0,0,.9);
}

.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: 580px;
  margin: 1em auto;
}

table.formTable td.itemCell{
  width: 200px;
  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: 300px;
  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: open-sans, helvetica, arial;
  background-color: var(--buttonBg);
  color: var(--button);
  padding: 10px 30px;
  font-size: 35px;
  border: none;
  border-radius: 0px;
  font-weight: 400;
  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: 30vw;
  width: 100%;
}


.sliderContainer{
  margin-top: 0px;
  position: fixed;
  z-index: -10;
}

.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;
}

.animElem1 img, .animElem2 img, .animElem3 img{
  display: inline-block;
  max-width: 30vw;
}


.animElem1.active, .animElem2.active, .animElem3.active{
  visibility: visible;
}


/* ------ */



div.locations{

}

div.locations div.location{
  box-sizing: border-box;
  padding: 0 20px;
  width: 50%;
  float: left;
  text-align: center;
  font-size: 15px;
}


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{
  font-size: 1.2em;
  margin-bottom: .2em;
}

div.locations div.phone{
  margin: 2px 0;
}

div.locations div.distance{
  font-weight: bold;
}

div.locations div.moreInfo{
  margin: 20px auto 30px;
  font-weight: bold;
}

div.locations div.moreInfo .easeButton{
  font-size: 18px;
}


div.singleLocation{
  margin: 0 0 30px auto;
  text-align: center;
}

div.singleLocation iframe{
  width: 100%;
  height: 300px;
}

div.singleLocation h3{
  margin: .5em 0 .2em 0;
}

div.singleLocation .phone{
  margin: .5em 0;
  font-size: 1.2em;
}

div.singleLocation .directions{
  margin: .5em 0;
}


/*--------------------*/







.serviceDefinition{
  text-align: center;
  font-style: italic;
  font-weight: 400;
  font-size: 22px;
  border: solid 1px #ccc;
  background-color: #fff;
  padding: 1.5em;
  margin: 2em auto 2em auto;
}



div.locations{

}

div.locations div.location{
  box-sizing: border-box;
  padding: 0 20px;
  width: 33%;
  float: left;
  text-align: center;
  font-size: 15px;
}


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{
  font-size: 1.2em;
  margin-bottom: .2em;
}

div.locations div.phone{
  margin: 2px 0;
  font-size: 1em;
}

div.locations div.distance{
  font-weight: bold;
}

div.locations div.moreInfo{
  margin: 20px auto 30px;
  font-weight: bold;
}

div.locations div.moreInfo .easeButton{
  font-size: 18px;
}






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: 0;
  font-size: 1.3em;
  color: var(--bodyText);
}





/* 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;
}



.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;
}


.entryBody img {
  display: block;
  margin: 1em auto;
  max-width: 90%;
  max-height: 520px;
}






/*  ---- Testimonials ----       */



.sliderContainerTestimonials{
  width: 100%;
  position: relative;
}

.sliderTestimonials {
  height: 100%;
}

.sliderContainerTestimonials .bx-wrapper{
  background-color: transparent !important;
  box-shadow: none;
}
.testimonialsBar{
  height: 360px;
  background-color: #efefef;    
}

.testimonialsBar *{
  color: #333;   
}

.testimonial {
  font-size: 26px;
  font-family: garamond, georgia, serif;
  font-style: italic;
  padding: 0 120px;
  margin-top: 20px;
  height: 240px;
	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: 60px;
}

.reviewSource img{
  max-height: 30px;
}




/* ------ */
