.pageTitle{
  font-size: 35px;
  line-height: 1em;
  margin: 10px 0 0 0;
  color: #FA4C0C;
  text-align: center;
}

.pageSubtitle{
  font-size: 25px;
  line-height: 1em;
  margin-top: 5px;
  margin-bottom: 1.2em;
  color: #555;
  font-weight: normal;
  text-transform: none;
  text-align: center;
}

h3.first{margin-top: 0;}


.fontBlue{
  color: #72B5E2;
}

.fontDarkblue{
  color: #345790;
}


.fontOrange{
  color: #FA4C0C;
}


.whiteSection{
  background: #fff;
}

.lightgraySection{
  background-color: #f2f2f2;
}

.darkgraySection{
  background-color: #343434;
}

.graySection{
  background-color: #555;
}





.homeColumns h3{
  text-align: center;
  margin-top: 30px;
}

.homeColumns img{
  display: block;
  margin: 20px auto 0 auto;
  max-height: 120px;
}



.bodyCallToAction{
  text-align: center;
  padding: 30px 0;
}

.bodyCallToAction .easeButton{
  font-size: 34px;
  display: block;
  padding: 10px 20px;
  margin: 0 5px 20px 5px;
}

.bodyCallToAction .easeButton2{
  background-color: #fff;
  color: #444;
  display: block;
  margin: 0 5px 20px 5px;
}




iframe.youtube{
  width: 100%;
  height: 220px;
  margin: 0 auto 1em auto;
}



img {
  max-width: 100%;
}

.inlineRight, .inlineLeft, .inlineRightActualSize, .inlineLeftActualSize {
  display: block;
  margin: 1em auto;
  box-shadow: 1px 1px 5px rgba(20,20,20,.4);
}
.inlineRightNoShadow {
  display: block;
  margin: 1em auto;
}
.mobileInline{
  display: inline;
  box-shadow: 1px 1px 5px rgba(20,20,20,.4);
  float: right;
  margin: .2em 0 .5em 1.5em;
}

.headshot{
  width: 100%;
  margin-top: 10px;
  box-shadow: 5px 5px 5px #ccc;
}




/* MOBILE SPECIFIC OVERRIDES ------------------------------------------------ */
img {
  max-width: 100% !important;
}



.easeButton{
  background-color: #FA4C0C;
  color: #fff;
  border-radius: 20px;
  font-weight: 400;
  box-shadow: 1px 1px 5px rgba(20,20,20,.5);
}

.easeButton:hover{
  background-color: #DD4007;
  color: #fff;
}




/* 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: pragmatica-web, helvetica, arial;
  background-color: #DF413B;
  color: #fff;
  padding: 12px;
  font-size: 30px;
  border: none;
  border-radius: 20px;
  font-weight: 400;
  box-shadow: 1px 1px 5px rgba(20,20,20,.5);
}


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;
}






/* PACKAGES GRID */

.packagesGrid{
  margin: 0 auto;
  font-size: 15px;
}

.packagesGrid td, .packagesGrid th{
  padding: 15px 10px 15px 10px; 
  vertical-align: middle;    
}


.packagesGrid .itemDesc{
  background-color: #eaeaea;
  width: 150px !important;
  border: solid 1px #eee;
  font-weight: 400;
}

.packagesGrid tr:nth-child(even) .itemDesc{
  background-color: #efefef;
}


.packagesGrid .pack1, .packagesGrid .pack2, .packagesGrid .pack3, .packagesGrid .pack4{
  border: solid 1px #eee;
  text-align: center;
  width: 140px !important;
}


.packagesGrid .pack1{
  background-color: #E2DBF1;
}

.packagesGrid tr:nth-child(even) .pack1{
  background-color: #E8E1F7;
}



.packagesGrid .pack2{
  background-color: #E2EBCD;
}

.packagesGrid tr:nth-child(even) .pack2{
  background-color: #E9F0DA;
}



.packagesGrid .pack3{
  background-color: #DBEEF3;
}

.packagesGrid tr:nth-child(even) .pack3{
  background-color: #E3F2F5;
}



.packagesGrid .pack4{
  background-color: #FBE4CF;
}

.packagesGrid tr:nth-child(even) .pack4{
  background-color: #FCEADA;
}



.packagesGrid small{
  font-size: 12px;
  font-weight: 200;
}

.packagesGrid ul{
  margin: 0;
  list-style-type:none;
  font-size: 12px;
  font-weight: 200;
}

.packagesGrid li{
  margin: 0 0 0 1em;
}


.packagesGrid .easeButton{
  font-size: 19px;
  border-radius: 8px;
}




.ourClients{
  text-align: center;
}

.ourClients h3{
  margin: 0;  
}


.ourClients .clientLocation{
  font-size: 15px;
}

.ourClients .labelDiv{
  font-weight: 400;
  margin-top: 10px;
}

.ourClients .itemDiv{
}


.clientScreenshot img {
  box-shadow: 5px 5px 5px #ccc;
  border: solid 1px #ccc;
}





ul.centerList {
  list-style-type: none;
  margin: 1em 0;
}

ul.centerList li{
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  font-style: italic;
}


.showcaseLogos{
  text-align: center;
  font-size: 30px;
}

.showcaseLogos img{
  max-height: 80px;
  margin: 0;
}



/* SLIDES */

.sliderContainer{
  width: 100%;
  height: 246px;
}

.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;
}


.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;
}

.websiteSample{
  max-width: 90%;
  box-shadow: 5px 5px 5px #ccc;
  margin-bottom: 2em;
}




#entriesList .blogEntry .entryTitle{
  font-size: 28px;
}