.pageTitle{
  font-size: 44px;
  line-height: 1em;
  margin: 10px 0 0 0;
  color: #FA4C0C;
  text-align: center;
}

.pageSubtitle{
  font-size: 30px;
  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;}


.desktopRight{
  float: right;
}

.desktopLeft{
  float: left;
}


.fontBlue{
  color: #72B5E2;
}

.fontOrange{
  color: #FA4C0C;
}

.fontDarkblue{
  color: #345790;
}

.inlineLeft{
  float: left;
  margin: .2em 2em 1em 0;
}

.inlineRight{
  float: right;
  margin: .2em 0 .5em 1.5em;
}

.inlineRight, .inlineLeft {
  display: inline;
  max-width: 400px;
  box-shadow: 5px 5px 5px #ccc;
}


.headshot{
  width: 100%;
  margin-top: 10px;
  box-shadow: 5px 5px 5px #ccc;
}

.stretchContents{
  padding-left: 100px;
  padding-right: 100px;
}

.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;
}




.showcaseLogos{
  text-align: center;
  font-size: 30px;
}

.showcaseLogos img{
  max-height: 100px;
  margin: 10px 30px;
}


.bodyCallToAction{
  text-align: center;
  margin-top: 30px;
  padding: 30px 0;
}

.bodyCallToAction .easeButton{
  margin: 0 8px;
  font-size: 35px;
  padding: 10px 20px;
}

.bodyCallToAction .easeButton2{
  background-color: #fff;
  color: #444;
}


iframe.youtube{
  width: 460px;
  height: 260px;
  margin: 0 auto 1em auto;
}



/* TNG OVERRIDES ------------------------------------------------------------- */


.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 */
.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: pragmatica-web, helvetica, arial;
  background-color: #FA4C0C;
  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);
}

table.formTable td.inputCell input[type=button]:hover, table.formTable td.inputCell input[type=submit]:hover{
  background-color: #DD4007;
  color: #fff;
  cursor:pointer;
}

/* END EDITOR FORM */







/* 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: 390px;
  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;
}


.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{
  margin-left: 30px;
}

.ourClients h3{
  margin: 0;
}


.ourClients .clientLocation{
  font-size: 15px;
}

.ourClients .labelDiv{
  font-weight: 400;
  margin-top: 10px;
  margin-left: 5px;
}

.ourClients .itemDiv{
  margin-left: 20px;
}

.clientScreenshot {
  text-align: right;
}

.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;
}




/* SLIDES */
.sliderScrollSpacer{
  height: 30vw;
}


.sliderContainer{
  width: 100%;
  height: 30vw;
  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;
}




.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;
}       