@charset "UTF-8";
/* CSS Document */


.contactUs{
    padding-top:50px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 12pt;
}

.contactUs select{
    font-size:12pt;
    display: inline;
    color:black;
    width: auto;
}

.contactUs select:disabled{
    color:grey;
}

.contactUs .showcase{
    height: 55px;
}

.contactUs input{
    display: inline;
}

.contactUs hr {

    display: block; height: 1px;
    border: 0; border-top: 1px solid #fff;
    margin: 1em 0; padding: 0;
}


.contactUs .contactSubmitButton {
    background-color:#38ab62;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    border:1px solid #18ab29;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:arial;
    font-size:17px;
    padding:16px 31px;
    text-decoration:none;
    text-shadow:0px 1px 0px #2f6627;
}

.contactUs .contactSubmitButton:hover {
    background-color:#339e58;
}

.contactUs .contactSubmitButton:active {
    position:relative;
    top:1px;
}



#faqTab {
    background-color:#686868;
    border:0px solid #303030;

    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:arial;
    font-size:17px;
    padding:16px 31px;
    text-decoration:none;
}

#faqTab:hover {
    background-color:#a1a1a1;
}

#faqTab:active {
    position:relative;
    top:1px;
}

#contactTab {


    background-color:#ce2929 !important;
    border:0px solid #a61c1c !important;

    margin-left: -3px;

    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:arial;
    font-size:17px;
    padding:16px 31px;
    text-decoration:none;

}

#contactTab:hover {
    background-color:#c22323 !important;
}

#contactContent {
    background-image: url('../img/redBG.jpg');
    /*background-color:#38ab62;*/

}

#faqContent{
    background-image: url('../img/greybg.jpg') !important;
}

#contactTab:active {
    position:relative;
    top:1px;
}

.contactLabel{

    font-size: 15pt;
}



.categoryLabelContainer{

}


.categorySelectContainer{
    float: right;
}


.lightBox{
    background-color: #f1f1f1;
}

.questionRed{
    color: #cd2829;
    margin-right: 4px;
    font-size: 16px;
}

.answerGreen{
    color: #37ab62;
    margin-top: 8px;
    margin-right: 6px;
    display: inline-block;
    font-size: 16px;
}

.faqContainer{
    padding:10px;
    line-height: 1.3em;
    cursor: pointer;
}



.parentContainer{

}

.boxContainer{
    padding: 0;
    margin: 0;
    margin-left: 0px;
    position: relative;

}

.boxContainer .boxContact{
    width: 100%;
    position: relative;
    top:0;
    left:0;
}





.headerContact{
    position: relative;

    width: 90%;
    max-width: 940px;

    z-index: 100;
    margin-left: auto;
    margin-right: auto;
}

.boxContainer{
    width: 90%;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}

.boxContact{
    padding: 30px;
    background-image: url('../img/redBG.jpg');
    margin-bottom: 15px;
}

.contentContact{

    background-color: #dfdfdf;
    width: 100%;
}
.contactCell {

    padding:20px;
    color:#858585;

}


.serviceTypeBox{
    float: right;
    width: auto;
}

.categorySelect{
    float:right;
}


.incomplete{
    color: #cd2829;
}


input.incomplete{
    border-style: solid;
    border-width: 1px;
    border-color: #cd2829;
    color: #000000;
}



/*
@media (max-width: 1024px){
    .serviceTypeBox{
        float: none;
        width: 100%;
    }
}

@media (max-width: 685px){
    .serviceTypeLabel{
        width: 100%;
        display: block;
    }
}
979 */

#categorySelect{
    margin-top: -15px;
}

@media (max-width: 1024px){

    .storeSelectLabel,
    .categoryLabelContainer,
    .serviceTypeLabel{
        width: 100%;
        display: block;
    }

    .locationSelect{
        width: 60%;
    }

}

@media only screen and (max-width: 767px){

    .locationSelect{
        width: 100% !important;
    }

    #categorySelect{
        margin-top: 20px;
    }

    .contactForm #leftBox {
        width: 100%;
    }
    .contactForm #rightBox {
        width: 100%;
        float: right;
        display: inline;
        margin: 15px 0 0 0;
    }
}

#messageOverlay{
    display: none;
    background: url('../img/transparent.png');
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index:10;

}

.overlayModal{
    margin: 10px auto;

    padding-bottom:45px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #ffffff;
    position:absolute;
    z-index: 1000;
    text-align: center;
    padding-top: 25px;
    font-size: 18pt;
    padding-top: 39px;
    font-weight: bold;

    width: 60%;/*600px;*/
    margin-right: 20%;
    margin-left: 20%;
    top: 0px;

}
.overlayModal div{
    width: 80% !important;
    margin-right: 10% !important;
    margin-left: 10% !important;
    line-height: 1em;
}

.questionBold{
    font-weight: bold;
    font-size: 16px;
}

@media (max-width: 640px) {
    .overlayModal,
    .overlayModal div{
        width: 80% !important;
        margin-right: 10% !important;
        margin-left: 10% !important;
    }
}

@media (max-width: 500px){
    .overlayModal div {
        font-size: 10pt;
    }
}

@media (max-width: 340px){
    #contactTab {
        padding: 16px 16px;
    }
}

/*  */
.contactReasonDropdown {
  margin-bottom: 0px;
  height: 38px;
  width: 100%;
}

p.contactFinePrint {
  font-size: 11px;
}

.contactForm #rightBox p {
  font-size:14px;
}

.contactForm .iframeStyle {
  margin-top: 5px;
  width: 100%;
}


 /*From Style.css*/
 /*Contact page*/
 .contactForm {

     font-family: 'Roboto Condensed', sans-serif;
     color:#fff;

 }
 .contactForm .header {
     color: #b3cf65;
     /*font-size:18pt;*/
     /*font-weight:600;*/
     font: 600 18pt 'Roboto Condensed', sans-serif;
 }

.contactForm #leftBox{
    width: 470px;
    height:705px;
    background-color:#3a3a3a;
    float:left;
}

.contactForm #leftBoxContent {
    padding:30px;


}

.contactForm p{
    margin-bottom: 10px !important;
}

.contactForm #rightBoxContent {
    padding:30px;


}

.contactForm #rightBox{
    /*width:600px;*/
    width: 470px;
    height:705px; /* was 533 */
    background-color:#3a3a3a;
    /*left: 490px;*/
    right: 0px;
    position:absolute;

}


.contactForm .inputMain{

    background-color:#fff;
    border: 1px solid;
    height:40px;
    /*width:270px;*/
    width: 100%; /* WAS 412px */
    color:#666;
    font-size:12px;
    padding-left: 8px;
}


.contactForm .inputText{

    background-color:#fff;
    border: 1px solid;
    height:200px;
    /*width:270px;*/
    width: 100%; /* WAS 412px */
    color:#666;
    font-size:12px;
    padding-left: 8px;
}

.contactForm .clearFill{
    clear: both;
}

.contactForm .fullBox{
    /*width: 960px;*/
    width:100%;
    background-color:#3a3a3a;
    margin-top: 15px;
}

.contactForm .fullBox .fullBoxContent{
    padding: 30px;
}

.contactForm .fullBox .fullBoxContent .header{
    color: #b3cf65;
    font-size: 18pt;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 23px;
}

@media only screen and (max-width: 1000px){
    #contact-us .container{
        width: 95%
    }
}
@media only screen and (max-width: 841px) {
  .contactForm #leftBox,
  .contactForm #rightBox {
    height: 740px;
  }
}
@media only screen and (max-width: 981px) {
  .contactForm #leftBox {
      width: 49%;
  }

  .contactForm #rightBox {
    width: 49%;
  }
}

/*@media only screen and (max-width: 960px) {
  .contactForm #leftBox {
      width: 49%;
  }

  .contactForm #rightBox {
    width: 49%;
  }
}*/


@media only screen and (max-width: 640px) {
 /*.iframeStyle{
     display: none;
 }*/

 .contactForm #rightBox{
     /*width: 270px !important;
     height: 290px !important;
     margin:auto;*/
  width: 100%;
  margin-top: 15px;
  position: relative;
 }

 .contactForm .fullBox{
     /*margin:auto;*/
     /*width: 270px !important;*/
 }

 .contactForm #leftBox {
   /*margin: 0 auto !important;*/
   width: 100%;
   float: none;
 }
}
