/* pricing.css */
.background {
  position: absolute;
  top: 0;
  left: 0;
  width: 1296px;
  height: 1722px;
}
.headerbar {
  position: fixed;
  width: 100%;
  height: 76px;
  background-color: rgb(238, 235, 235);
  opacity: 1;
  top:0px;
  left: 0px;  
  z-index: 10;
}
.headerbuttonbar {
  width: 600px;
  height: 16px;
  position: relative;
  background-color: transparent;
  left: 703px;
  top: 48px;
}
.headerbutton {
  background-color: transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  color: rgb(153, 51, 101);
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif "Arial MT";
  font-size: 16px;
  font-weight: 800;
  line-height: 14px;
  text-transform: uppercase;
  text-decoration: none;
}
.headerbuttonseparator {
  background-color: transparent;
  background-repeat: no-repeat;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-image: initial;
  outline: none;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif "Arial MT";
  font-size: 16px;
  font-weight: 800;
  line-height: 14px;
  text-transform: uppercase;
  text-decoration: none;
  border-left: 1pt solid rgb(153, 51, 101);
  padding-left: 5px;
  padding-right: 5px;
}

.TrevlacLogo {
  position: absolute;
  width: 215px;
  height: 41px;
  left: 133px;
  top: 16px; 
  /*z-index: 2;*/
}

.SchoolHallway {
  position: absolute;
  top: -255px;
  left: 0;
  width: 1296px;
  height: 864px;
  opacity: 0.47;
}

.WhiteFade {
  position: absolute;
  top: 78px;
  left: 179px;
  width: 966px;
  height: 264px;
}

.TitleText01 {
  position: absolute;
  top: 122px;
  left: 196px;  
  color: #040404;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif "Arial MT";
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.16px;
  line-height: 12px;
}
.TitleText02 {
  position: absolute;
  top: 122px;
  left: 288px;
  color: #040404;  
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif "Arial MT";
  font-size: 34px;
  font-weight: 400;
  letter-spacing: -0.17px;
  line-height: 12px;
}

.LowerPicFade {
  position: absolute;
  top: 0;
  left: 0;
  width: 1296px;
  height: 816px;
}

.PricingInfo {  
  color: #040404;  
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif "Arial MT";
  font-size: 24px; 
  font-weight: 600; 
  letter-spacing: -0.12px;
  line-height: 24px; 
}

.layerHeader {
  /*color: #993365;*/
  font-family: "sans-serif ", "Arial - Bold MT""";
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.12px;
  line-height: 30px;
}
.layerText {
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif "Arial MT";
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.12px;
  line-height: 20px;
}

.MaleStudent {
  position: absolute;
  top: 430px;
  left: 0px;
  width: 222px;
  height: 439px;
  z-index: 4;
}

.StudentsInHallway {
  position: absolute;
  top: 402px;
  left: 0px;
  width: 100%;
  height: 458px;
  z-index: 3;
}

.RequestAQuote {
  position: absolute;
  top: 877px;
  left: 200px;
  color: #993365;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif "Arial MT";
  font-size: 30px;
  letter-spacing: -0.12px;
  line-height: 24px;
  z-index: 5;
}

.layerFillOut {
  position: absolute;
  top: 907px;
  left: 200px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif "Arial MT";
  letter-spacing: -0.09px;
  line-height: 24px;
  font-size: 24px;
  letter-spacing: -0.12px;  
  z-index: 5;
}

.submitbtn {
  display: inline-block;
  height: 36px;
  margin-bottom: 5px;
  border: none;
  padding: 6px 1em;    
  text-transform: uppercase;
  font-size: 20px;
  color: white;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  background-color: #993365;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behavior: url(PIE/PIE.htc);
}

.submitbtn:hover {
   background-color: #28656E;
}
.submitbtn:disabled {
   background-color: #e6e6e6;
}

.PricingForm {
  position: absolute;
  top: 962px;
  left: 200px;
  background-color: #f9ddea;
  height: 532px;
  width: 824px;
  z-index: 8;
}

.PricingTable {
  margin: 0 0 0 0;
  width: 100%;
}

  .PricingTable tbody tr {
    border: solid 1px rgba(160, 160, 160, 0.3);
    border-left: 0;
    border-right: 0;
  }

  .PricingTable td {
    padding: 3px;
  }

.PricingText {
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif "Arial MT";
  color: #808080;
  font-weight: 300;
  letter-spacing: -0.09px;
  font-size: 20px;
  letter-spacing: -0.12px;
  line-height: 20px;
  text-align: left;
}

.PricingData {
    text-align: left;
    margin-left: 10px;
}

.PricingField {
    height: 28px !important;    
    width: 760px !important;
    display: block;
    background-color: #ffffff !important;
    background-image: none;
    border: 1px solid #cccccc !important;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

  .PricingField:focus {
     background-color: #FAFFBD !important;
     border-color: #66afe9;
     outline: none;
     box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
  }

  .PricingField::-moz-placeholder {
    color: #cccccc;
  }

  .PricingField:-ms-input-placeholder {
    color: #cccccc;
  }

  .PricingField::-webkit-input-placeholder {
    color: #cccccc;
  }

.PricingFieldMemo {
    height: 132px !important;    
    width: 760px !important;
    display: block;
    background-color: #ffffff !important;
    background-image: none;
    border: 1px solid #cccccc !important;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
  .PricingFieldMemo:focus {
    background-color: #FAFFBD !important;
    border-color: #66afe9;
    outline: none;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
  }

.FooterBar {
  position: absolute;
  height: 110px;
  background-color: rgb(153, 51, 101);
  top: 1580px;
  left: 0px;
  width: 1296px;   
}
.FooterLargeText {
  color: rgb(255, 255, 255);
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif "Arial MT";
  font-size: 16px;
  letter-spacing: -0.07px;
  font-weight: 400;
  left: 200px;
  margin-top: 15px;
  position: absolute;
  z-index: 7;
}
.FooterMediumText {
  color: rgb(255, 255, 255);
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif "Arial MT";
  font-size: 14px;
  letter-spacing: -0.06px;
  left: 200px;
  line-height: 12px;
  position: absolute;
  z-index: 7;
}
.FooterSmallText {
  color: rgb(255, 255, 255);
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif "Arial MT";
  font-size: 12px;
  letter-spacing: -0.05px;
  line-height: 14px;
  margin-left: 240px;
  z-index: 7;
}
