.pageTitle{
  font-size: 40px;
  line-height: 1.2em;
  margin: 0 0 0 0;
  color: var(--pageTitle);
  text-align: center;
  font-weight: bold;
  font-family: open-sans, helvetica, arial, 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: open-sans, helvetica, arial, sans-serif;
  font-weight: 900;
}




.homeTitle h1{
  text-transform: none;
  font-weight: 200;
  font-size: 24px;
  line-height: 1.2em;
  font-family: open-sans, helvetica, arial, sans-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: open-sans, helvetica, arial, sans-serif;
  font-style: normal;
  color: var(--pageTitle);
}


.bodyCTAtitle{
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2em;
  font-family: open-sans, helvetica, arial, sans-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: 450px;
  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);
}


.imagesColumn img {
  display: block;
  margin-bottom: 1em;
}

.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;
}

.bgMainSection{
  background: var(--stageBg)
  padding-top: 10px;
}


.bgSectionTitle{
  background: var(--pageTitleBar);
}


.bgSectionOne{
  background: var(--bodyBar1Bg);
  padding-top: 0px;
}
.bgSectionTwo{
  background: var(--bodyBar2Bg);
  padding-top: 10px;
}

.bgSectionDark{
  background-color: var(--bodyBar2Bg);
}

.bgSectionNotice{
  background: var(--bodyBarNoticeBg);
}



.locationsCallToAction{
  text-align: center;
  padding: 20px 0;
}

.locationsCallToAction a.easeButton{
  margin: 0 8px;
  font-size: 24px;
  font-weight: normal;
  padding: 15px 10px;
  border: solid 1px var(--button);
  width: 90%;
  display: inline-block;
}

.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;
}



.howPawnWorksIcon{
  padding: 40px 50px;
}

.howPawnWorksIcon *{
  text-align: center;
  color: #fff;
}

.howPawnWorksIcon h4{
  margin: 0 0 1em 0;
  font-size: 1.2em;
}

.howPawnWorksIcon img{
  display: block;
  margin: 0 auto 1em auto;
  max-width: 100px;
}


.vcard_badge{
  display: block;
  max-width: 100px;
  margin: 1em 0 0 0;
}



/* TNG OVERRIDES ------------------------------------------------------------- */


.easeButton{
  color: var(--button);
  background-color: var(--buttonBg);
  font-weight: 900;
  font-size: 14px;
  box-shadow: none;
  padding: 15px 30px;
  border-radius: 10px;
}

.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, sans-serif;
  background-color: var(--buttonBg);
  color: var(--button);
  padding: 14px;
  font-size: 20px;
  border: none;
  border-radius: 10px;
  font-weight: 700;
  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: 37vw;
  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{
  background-color: rgba(255,255,255,0.9);
  padding: 40px;
  text-align: center;
  position: absolute;
}

.slideTextbox h2{
  font-family: open-sans, helvetica, arial, sans-serif;
  font-weight: 600;
  font-size: 1.8vw;
  line-height: 2vw;
  color: var(--hTitles);
  margin-top: 0;
}

.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: 30vw;
  top: 10vw;
  left: 18vw;
}


#slide2 .slideTextbox{
  width: 30vw;
  top: 10vw;
  left: 18vw;
}


#slide3 .slideTextbox{
  width: 30vw;
  top: 8vw;
  left: 58vw;
}


#slide4 .slideTextbox{
  width: 30vw;
  top: 9vw;
  left: 58vw;
}



/* ------ */






/* 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 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{

}


div.location .distance{
  margin: 1em 0;
}



/* 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;
}





.gridProduct{
  text-align: center;
  color: #fff;
  font-size: .8em;
}


.gridProduct img{
  display: block;
  margin: 0 auto;
}


.gridProduct h3{
  margin: .5em 0;
  color: inherit;
}


#gridProducts .gridProduct{
  border-style: solid;
  border-color: #8195AB;
}

