/* MJC DEV STYLES ONLY COMMENT OUT WHEN NOT IN USE
----------------------------------------------------*/

.dev-yellow {
  background-color: yellow;
}

.dev-red {
  background-color: red;
}

.dev-orange {
  background-color: orange;
}

.dev-green {
  background-color: green;
}


/* MJC CUSTOM STYLES
----------------------------------------------------*/

.gallery-t {
  padding-top: 20px;
}

.gallery-b {
  padding-bottom: 20px;
}

a {
  outline:none !important;
}

.logo-background {
  background-color: #1B1B3D;
}

footer.logocontact {
  background-color: #1B1B3D;
}

footer.copyright {
  background-color: #F15A2B;
}

.container-fixed {
  margin: 0 auto;
  max-width: 960px;
}

.slider-background {
  background: url(../images/slider/slider-background.jpg) no-repeat center center;
  background-color: gray;
  /*-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
}

.row-background {
  background: url(../images/body-background.jpg) no-repeat;
  background-size: 100%;
}


footer.addresstext {
  font-size: 11px;
  font-family: "Raleway";
  color: #FFFFFF;
  line-height: 1.729;
  text-align: left;
  padding-top:26px;
  padding-bottom: 5px;
}

.logo-halidonsouth {
  padding: 10px 10px 10px 10px;
}

.carousel-indicators .active {
  background-color: #F15A2B;
}

h1.halidonsouthleadcopy {
  font-size: 22px;
  font-family: "Raleway";
  color: #1B1B3D;
  text-transform: uppercase;
  line-height: 1.729;
  text-align: left;
 }

p.halidonsouthcopy {
  font-size: 14px;
  font-family: "Raleway";
  color: #1B1B3D;
  line-height: 2.0;
  text-align: left;
 }

 p.halidonsouthtestimonials {
  font-size: 16px;
  font-family: "Raleway";
  color: #1B1B3D;
  line-height: 2.0;
  text-align: left;
  font-style: italic;
  font-weight: bold;
  padding-left: 25px;
 }

.col-md-8.halidonsouth-colmd8 {
  padding: 30px 185px 145px 20px;
}

.form-moreinformation {
  font-size: 14px;
  font-family: "Raleway";
  color: #1B1B3D;
  text-transform: uppercase;
  line-height: 1.729;
  padding:10px;
  text-align: center;
}

.form-halidonsouthllc {
    font-size: 25px;
    font-family: "Raleway";
    color: #F15A2B;
    text-transform: uppercase;
    line-height: 1.4;
    text-align: center;
    font-weight: 600;
    padding-bottom: 10px;
}

.form-upcomingevent {
  font-size: 14px;
  font-family: "Raleway";
  color: #1B1B3D;
  line-height: 1.729;
  text-align: center;
}

.footer-contactus {
  font-size: 14px;
  font-family: "Raleway";
  color: #F15A2B;
  text-transform: uppercase;
  line-height: 1.729;
  text-align: left;
}

.thankyouleadcopy{
  font-size: 25px;
  font-family: "Raleway";
  color: #1B1B3D;
  text-transform: uppercase;
  line-height: 1.729;
  text-align: center;
  /*padding-top: 150px;
  padding-bottom: 150px;*/
  padding: 210px 30px 210px 30px;
 }

 /*Removes extra padding from container*/
 .container-fluid {
  padding-right: 0px; 
  padding-left: 0px; 
 
}

.contactform-containermain {
  width: 330px;
  position: relative;
  margin-top: -53px;
  margin-left: -25%;
  padding-bottom: 74px;
  margin-right: 76px;
}

.contactform-container1 {
  width: 330px;
  position: relative;
  margin-top: -41px;
  margin-left: 14%;
  padding-bottom: 70px;
}

.contactform-container2 {
  width: 330px;
  position: relative;
  margin-top: -70px;
  margin-left: 14%;
  /*background-color: lightgray;*/
  background-image: url("../images/form-gradient2.png");
  background-repeat: repeat-y;
  padding: 5px 6% 65px 6%;
}

input.contact-form-submitformbtn {
  background-image: url('../images/submit-btn.jpg');
  background-repeat: no-repeat;
  width: 144px;
  height: 47px;
  margin: 0px 0px 24px 0px;
  padding: 0px;
  float: left;
  cursor: pointer;
  border: 0px solid #ccc;
  background-color: #fff;
}


.contact-textarea-box {
  display: block;
  width: 100%;
  min-height: 140px;
  background-color: #FFFFFF;
  border: 0px solid #FFFFFF;
  padding-left: 3%;
  padding-top: 3%;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0px;
  font-family: "Raleway";
  font-size: 12px;
}

.required-text-footnote {
  font-family: "Raleway";
  font-size: 12px;
  padding-left: 3px;
  color: #717171;
}

img.arrow {
  float: left;
  }

/*---------------------------------------------*/
/* ----    RESPONSIVE MJC     -----------------*/
/*---------------------------------------------*/

@media screen and (max-width: 990px) {
  
  .col-md-8.halidonsouth-colmd8 {
    padding: 22px 10px 33px 40px;
  }

 .col-md-4 {
    width:100%;

  }

  .contactform-containermain {
  width: 100%;
  position: relative;
  padding-top: 100px;
  padding-left: 30%;
 }

.contactform-container1 {
    width: 100%;
    max-height: 5%;
    position: relative;
    background-color: #F15A2B;
    /*margin-top: -53px;*/
    /*padding-left: 100px*/
  }

img.learnmoreresponsive {
    width: 60%;
    height: 40%;
    position: relative;
    /*margin-top: -53px;*/
    /*padding-left: 100px*/
    }


.contactform-container2 {
    width: 100%;
    position: relative;
    background-image: url("../images/form-gradient2.png");
    background-size: 100%;
    /*margin-top: -53px;*/
    /*padding-left: 100px*/
  }

  .row {
    text-align: center;
  }
  .footer-contactus {
  
    text-align: center;
}
 

}







/* GLOBAL and HOMEPAGE STYLES
-------------------------------------------------- */

hr {
  border-color: #000;
  border-top: 1px solid #000;
}

h1 {
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
  font-family: 'Lora', serif;
  margin: 21px 0px 12px 0px;
  color: #88bcc2;
}

h1 span {
  font-size: 34px;
  color: #000;
  font-weight: 600;
  line-height: 28px;
  margin: 21px 0px 16px 0px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}

h1 span sup {
  font-size: 18px;
  top: -1em;
}

h1.welcome {
  text-align: left;
  margin: 6% 16% 12px 0px;
}

h1.form-welcome {
  text-align: center;
  margin: -8% 10% 12px 4%;
  position: relative;
  z-index: 1200;
}

.center {
  text-align: center;
}

h2 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin: 3px 23% 30px 0px;
}

h2.closed {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin: 30px 0px;
  text-align: center;
}

h2.thankyou-closed {
  color: #45403c;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  margin: 30px 0% 60px 0px;
  text-align: center;
}

h2.thankyou {
  color: #45403c;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  margin: 50px 0% 60px 0px;
}

h2.priced {
  line-height: 50px;
  font-size: 42px;
  font-weight: 400;
  text-align: left;
  margin: 2% 0px 12px 0px;
  color: #88bcc2;
  font-family: 'Lora', serif;
}

h3 {
  font-size: 38px;
  font-weight: 400;
  line-height: 52px;
  font-family: 'Lora', serif;
  margin: 21px 0px 50px 0px;
  color: #88bcc2;
  text-transform: uppercase;
}

.bluebar {
  padding: 10px;
  background-color: #88bcc2;
  margin: 10px 0px;
}

.bluebar h1 {
  font-size: 44px;
  color: #fff;
  font-weight: 400;
  line-height: 52px;
  font-family: 'Lora', serif;
  text-transform: uppercase;
  margin: 0px;
  padding: 10px 0px;
}

.bluebar h1 span {
  font-size: 34px;
  color: #000;
  font-weight: 600;
  line-height: 28px;
  margin: 21px 0px 16px 0px;
  text-transform: none;
}

.bluebar h1 span sup {
  font-size: 18px;
  top: -1em;
}

.logo {
  padding: 20px 0px;
}

p {
  line-height: 26px;
  font-weight: 400;
  margin: 0px 4% 24px 0px;
}



.underline {
  text-decoration: underline;
}

.privacy {
  font-size: 10px;
  line-height: 16px;
  color: #000;
  font-weight: 500;
  padding-right: 24px;
}

p.gallery {
  line-height: 26px;
  font-weight: 400;
  margin: 0px 0% 25px 0px;
}

p.footerlogo {
  margin: 20px 0 0 0;
  text-align: right;
}

p.footertext {
  font-size: 13px;
  color: #ffffff;
  text-align: right;
  line-height: 26px;
  margin: 3px 11% 3px 0px;
}

p.footerheader {
  font-size: 24px;
  color: #ffffff;
  text-align: left;
  line-height: 30px;
  margin: 3px 0px 3px 0px;
}

p.footeraddress {
  font-size: 18px;
  color: #ffffff;
  text-align: left;
  line-height: 30px;
  margin: 3px 0px 3px 0px;
}

p.disclaimer {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin-top: 20px;
  line-height: 16px;
}

p.formheader {
  font-size: 14px;
  color: #7a7a7a;
  line-height: 24px;
  margin: 0px 18% 8px 0;
  letter-spacing: .09em;
  text-align: center;
}

p.thank-you {
  margin-right: 0%;
}

p.footerphone a,
a:hover,
a:focus {
  color: #ffffff;
  text-decoration: none;
}

p.services a,
a:hover,
a:focus {
  color: #ffffff;
  text-decoration: none;
}

p.thank-you a,
a:hover,
a:focus {
  color: #000000;
  text-decoration: none;
}

ul.features {
  margin: 0 0 20px 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 200;
  color: #434343;
}

.features li {
  padding-bottom: 8px;
  margin-left: -20px;
  list-style-image: url(../images/bullet-black.png);
}

ul.terms {
  margin: 0 0 60px 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 200;
  color: #434343;
}

.terms li {
  margin-left: -20px;
  list-style-image: url(../images/bullet-black.png);
}

li {
  margin-left: -20px;
}

.price-img {
  margin: 20px 0px 50px;
}

.size12 {
  font-size: 12px;
  color: #fff;
}

.size18 {
  font-size: 18px;
}


.content-row {
  margin: 15px 0px 40px 0%;
  background-color: transparent;
}


/* CONTACT FORM  */

.arrow {
  text-align: center;
  margin: 16px 23% 0px 0px;
}

.thankyou-container {
  max-width: 335px;
  float: left;
  margin-left: 0%;
  margin-top: 80px;
  background-color: #fff;
}

#label-contactfirstname {
  display: none;
}

#label-contactlastname {
  display: none;
}

#label-contactemail {
  display: none;
}

#label-contactphone {
  display: none;
}

#label-contactaddress {
  display: none;
}

#label-contactcity {
  display: none;
}

#label-contactstate {
  display: none;
}

#label-contactzipcode {
  display: none;
}

#label-contactguests {
  display: none;
}

#label-contactmessage {
  display: none;
}

.contactus-form {
  max-width: 290px;
  position: relative;
  margin-top: 26px;
  margin-left: 0;
}


/*.contactus-form-thank-you {max-width:290px;position:relative;margin-top:40px;margin-left:6.5%;}*/

.contactus-form-thank-you {
  max-width: 600px;
  position: relative;
  margin: 40px auto 0px auto;
}

input.contact-input-box {
  display: block;
  width: 100%;
  min-height: 40px;
  background-color: #FFFFFF !important;
  border: 0px solid #cfcfcf;
  padding-left: 3%;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

input.contact-input-box-sm {
  display: block;
  width: 50%;
  min-height: 40px;
  background-color: #FFFFFF;
  border: 0px solid #cfcfcf;
  padding-left: 3%;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.contactselect {
  width: 100%;
}

.contactus-form-row {
  margin-bottom: 20px;
}

label {
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 10px;
  cursor: default;
  color: #4f4e4e;
  font-size: 14px;
}

.radio label,
.checkbox label {
  font-weight: 700;
}

.required-text {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  padding-left: 3px;
  color: #ca222e;
}

.form-err {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #ca222e;
  display: none;
}

input.contact-input-box::-webkit-input-placeholder {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color: #FFFFFF;
}

input.contact-input-box:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color: #FFFFFF;
}

input.contact-input-box::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color: #FFFFFF;
}

input.contact-input-box:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color: #FFFFFF;
}


/* END CONTACT FORM */


/* FOOTER */

.footer-col-block {
  width: 245px;
  float: left;
  margin-left: 18%;
  margin-bottom: 11px;
}

.footer-col-left {
  width: 60px;
  float: left;
}

.footer-col-right {
  width: 185px;
  float: left;
}

.footer-col1 {}

.footer-col2 {}


/* LINKS */

a {
  font-size: 14px;
  color: #7a7a7a;
  text-decoration: underline;
}

a:hover,
a:focus {
  color: #f36512;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 1200px) {
  .colorcode {
    color: black;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 44px;
  }
  h2 {
    font-size: 21px;
    margin: 3px 10% 20px 0px;
  }
  .bluebar h1 {
    font-size: 36px;
    line-height: 42px;
  }
  .colorcode {
    color: #32e9d1;
  }
  .contactus-form {
    max-width: 100%;
  }
  .text-content {
    float: left;
    width: 60%;
  }
  .form-content {
    float: left;
    width: 39%;
  }
  .services-left {
    float: left;
    width: 50%;
  }
  .services-right {
    float: left;
    width: 50%;
  }
  h1.welcome {
    text-align: left;
    margin: 21px 0% 12px 0px;
  }
  p.formheader {
    font-size: 14px;
    line-height: 26px;
    margin: 0 2% 8px 0;
    letter-spacing: .09em;
    text-align: center;
  }
  .arrow {
    text-align: center;
    margin: 16px 2% 0px 0px;
  }
  .footer-col1 {
    float: left;
    width: 50%;
  }
  .footer-col2 {
    float: left;
    width: 50%;
  }
  p.footertext {
    margin: 0px 11% 3px 0px;
  }
  p.footerphone {
    margin: 3px 0px 3px 0%;
  }
}

@media (min-width: 880px) and (max-width: 991px) {
  h1 {
    font-size: 38px;
  }
  .colorcode {
    color: pink;
  }
  .contactus-form {
    max-width: 100%;
  }
  .bluebar h1 {
    font-size: 36px;
    line-height: 42px;
  }
  .text-content {
    float: left;
    width: 60%;
  }
  .form-content {
    float: left;
    width: 39%;
  }
  h1.welcome {
    font-size: 46px;
    margin: 0px 0% 0px 0px;
    text-align: left;
  }
  p.formheader {
    font-size: 14px;
    line-height: 26px;
    margin: 0 2% 0 0;
    letter-spacing: .09em;
    text-align: center;
  }
  .arrow {
    text-align: center;
    margin: 16px 2% 0px 0px;
  }
  .services-left {
    float: left;
    width: 50%;
  }
  .services-right {
    float: left;
    width: 50%;
  }
  p.servicestitletext {
    font-size: 18px;
    padding-left: 0px;
  }
  .service-icon {
    width: 90%;
    margin-top: -28px;
  }
  p.services {
    font-size: 12px;
  }
  .footer-col1 {
    float: left;
    width: 50%;
  }
  .footer-col2 {
    float: left;
    width: 50%;
  }
  p.footertext {
    margin: 0px 11% 3px 0px;
  }
  p.footerphone {
    margin: 3px 0px 3px 0%;
  }
  h2 {
    color: #45403c;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    margin: 3px 0% 30px 0px;
  }
  h3 {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 879px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 21px;
    margin: 3px 10% 20px 0px;
  }
  h3 {
    display: none;
  }
  .bluebar h1 {
    font-size: 36px;
    line-height: 42px;
  }
  .contactus-form {
    max-width: 100%;
  }
  h1.form-welcome {
    text-align: center;
    margin: 21px 0px 12px 0px;
  }
  .text-content {
    float: left;
    width: 60%;
  }
  .form-content {
    float: left;
    width: 39%;
  }
  h1.welcome {
    font-size: 46px;
    margin: 10px 0% 10px 0px;
    text-align: left;
  }
  p.formheader {
    font-size: 14px;
    line-height: 26px;
    margin: 0 2% 0 0;
    letter-spacing: .09em;
    text-align: center;
  }
  .arrow {
    text-align: center;
    margin: 16px 2% 0px 2%;
  }
  .services-bkg {
    padding-top: 50px;
  }
  .footer-col1 {
    float: left;
    width: 50%;
  }
  .footer-col2 {
    float: left;
    width: 50%;
  }
  p.footertext {
    margin: 0px 11% 3px 0px;
  }
  p.footerphone {
    margin: 3px 0px 3px 0%;
  }
}

@media (min-width: 700px) and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 21px;
    margin: 3px 10% 20px 0px;
  }
  h3 {
    display: none;
  }
  .bluebar h1 {
    font-size: 36px;
    line-height: 42px;
  }
  h1.welcome {
    font-size: 46px;
    margin: 0px 0% 0px 0px;
    text-align: left;
  }
  .arrow {
    text-align: center;
    margin: 16px 2% 0px 0px;
  }
  .text-content {
    float: left;
    width: 60%;
  }
  .form-content {
    float: left;
    width: 39%;
  }
  .contactus-form {
    max-width: 100%;
  }
  p.formheader {
    font-size: 14px;
    line-height: 26px;
    margin: 0 10% 0 2%;
    letter-spacing: .09em;
    text-align: center;
  }
  .services-bkg {
    padding-top: 50px;
  }
  .footer-col1 {
    float: left;
    width: 50%;
  }
  .footer-col2 {
    float: left;
    width: 50%;
  }
  p.footertext {
    margin: 0px 11% 3px 0px;
  }
  p.footerphone {
    margin: 3px 0px 3px 0%;
  }
}

@media (min-width: 589px) and (max-width: 699px) {
  h1 {
    font-size: 30px;
    line-height: 44px;
  }
  h1.welcome {
    font-size: 42px;
    margin: 20px 0% 20px 0px;
    text-align: left;
  }
  .bluebar h1 {
    font-size: 30px;
    line-height: 34px;
  }
  h2 {
    font-size: 21px;
    margin: 3px 10% 20px 0px;
  }
  .arrow {
    text-align: center;
    margin: 16px 0% 0px 0px;
  }
  h3 {
    display: none;
  }
  h1.form-welcome {
    text-align: center;
    margin: 21px 0px 12px 0px;
  }
  .text-content {
    float: left;
    width: 60%;
  }
  .form-content {
    float: left;
    width: 39%;
  }
  .contactus-form {
    max-width: 100%;
  }
  p.formheader {
    font-size: 14px;
    line-height: 22px;
    margin: 0 8% 0 8%;
    letter-spacing: .09em;
    text-align: center;
  }
  .services-bkg {
    padding-top: 50px;
  }
  .footer-col1 {
    float: left;
    width: 50%;
  }
  .footer-col2 {
    float: left;
    width: 50%;
  }
  p.footertext {
    margin: 0px 11% 3px 0px;
  }
  p.footerphone {
    font-size: 21px;
    margin: 3px 0px 3px 0%;
  }
}

@media (min-width: 480px) and (max-width: 588px) {
  h1 {
    font-size: 30px;
  }
  .bluebar h1 {
    font-size: 30px;
    line-height: 34px;
  }
  h1.welcome {
    font-size: 40px;
    text-align: left;
    margin: 0px 0% 0px 0px;
  }
  p.features-text {
    padding-right: 5%;
  }
  p.formheader {
    text-align: center;
    margin: 0px 0%;
  }
  .arrow {
    text-align: center;
    margin: 16px 0% 0px 0px;
  }
  h2 {
    font-size: 21px;
    margin: 3px 8% 20px 0px;
  }
  h3 {
    display: none;
  }
  /*    .south-grand-banner-container   {position:relative;z-index:1000;max-width:100%;height:310px;background-image:url('../images/banners/south-grand-masthead588x310.jpg');background-repeat:no-repeat;background-position:top center;background-color:#fff;}
*/
  .contactus-form {
    max-width: 100%;
  }
  .formcontent {
    padding-bottom: 100px;
  }
  .thankyou-container {
    margin-top: 20px;
  }
  .services-bkg {
    clear: both;
    margin-top: 50px;
    padding-top: 50px;
  }
  .footer-col1 {
    width: 80%;
  }
  .footer-col2 {
    width: 80%;
  }
  p.footerphone {
    font-size: 20px;
  }
  p.footertext {
    font-size: 14px;
    margin: 0px 0px 3px 0px;
    text-align: left;
  }
  .contactform-container {
    margin-left: 0%;
  }
}

@media (min-width: 400px) and (max-width: 479px) {
  h1 {
    font-size: 30px;
  }
  .bluebar h1 {
    font-size: 30px;
    line-height: 34px;
  }
  h1.welcome {
    font-size: 38px;
    line-height: 44px;
    text-align: left;
    margin: 0px 0% 0px 0px;
  }
  p.features-text {
    padding-right: 5%;
  }
  p.formheader {
    text-align: center;
    margin: 0px 6%;
  }
  h2 {
    font-size: 21px;
    margin: 3px 10% 30px 0px;
  }
  h3 {
    display: none;
  }
  h1.form-welcome {
    text-align: center;
    margin: 21px 0px 12px 0px;
  }
  .contactus-form {
    max-width: 100%;
  }
  .formcontent {
    padding-bottom: 100px;
  }
  .services-bkg {
    clear: both;
    margin-top: 50px;
    padding-top: 50px;
  }
  p.servicestitletext {
    font-size: 18px;
  }
  .thankyou-container {
    margin-top: 20px;
  }
  .footer-col1 {
    width: 80%;
  }
  .footer-col2 {
    width: 80%;
  }
  p.footerphone {
    font-size: 20px;
  }
  p.footertext {
    font-size: 12px;
    margin: 0px 0px 3px 0px;
    text-align: left;
  }
  .arrow {
    text-align: center;
    margin: 16px 0% 0px 0px;
  }
  .contactform-container {
    margin-left: 0%;
  }
}

@media (min-width: 320px) and (max-width: 399px) {
  h1 {
    font-size: 30px;
    line-height: 36px;
  }
  h1.welcome {
    font-size: 36px;
    line-height: 44px;
    text-align: left;
    margin: 10px 0% 10px 0px;
  }
  h1.form-welcome {
    text-align: center;
    margin: 21px 0px 12px 0px;
  }
  h2 {
    font-size: 21px;
    margin: 3px 0% 30px 0px;
  }
  h3 {
    display: none;
  }
  .bluebar h1 {
    font-size: 28px;
    line-height: 32px;
  }
  p.features-text {
    padding-right: 5%;
  }
  .contactus-form {
    max-width: 100%;
  }
  .formcontent {
    padding-bottom: 100px;
  }
  .services-bkg {
    clear: both;
    margin-top: 50px;
    padding-top: 50px;
  }
  p.servicestitletext {
    font-size: 15px;
  }
  .service-icon {
    width: 80%;
    margin-top: -15px;
  }
  .contactform-container {
    margin-left: 0%;
  }
  p.formheader {
    font-size: 14px;
    margin: 0 8%;
    letter-spacing: .01em;
    text-align: center;
  }
  .thankyou-container {
    margin-top: 20px;
  }
  .footer-col1 {
    width: 100%;
  }
  .footer-col2 {
    width: 100%;
  }
  p.footerphone {
    font-size: 20px;
  }
  p.footerheader,
  p.footeraddress,
  p.size12 {
    text-align: center;
  }
  p.footertext {
    font-size: 12px;
    margin: 0px 0px 3px 0px;
    text-align: center;
  }
  p.footerlogo {
    text-align: center;
  }
  .arrow {
    text-align: center;
    margin: 16px 10% 0px 10%;
  }
}

@media (min-width: 0px) and (max-width: 319px) {
  .contactform-container {
    margin-left: 0%;
  }
  .colorcode {
    color: #FFCC99;
  }
  h1 {
    font-size: 30px;
  }
  h1.welcome {
    font-size: 36px;
    line-height: 44px;
    text-align: left;
    margin: 10px 0% 10px 0px;
  }
  h2 {
    font-size: 21px;
    margin: 3px 0% 30px 0px;
  }
  h3 {
    display: none;
  }
  h1.form-welcome {
    text-align: center;
    margin: 21px 0px 12px 0px;
  }
  .bluebar h1 {
    font-size: 28px;
    line-height: 32px;
  }
  p.features-text {
    padding-right: 5%;
  }
  .formcontent {
    padding-bottom: 100px;
  }
  .services-bkg {
    clear: both;
    margin-top: 50px;
    padding-top: 50px;
  }
  p.servicestitletext {
    font-size: 15px;
  }
  .service-icon {
    width: 80%;
    margin-top: -15px;
  }
  p.formheader {
    font-size: 14px;
    line-height: 22px;
    margin: 0 2% 0 0;
    letter-spacing: .01em;
  }
  .thankyou-container {
    margin-top: 20px;
  }
  h1.welcome {
    font-size: 36px;
    line-height: 44px;
    text-align: left;
    margin: 0px 0% 0px 0px;
  }
  .arrow {
    text-align: center;
    margin: 16px 10% 0px 0px;
  }
  .footer-col1 {
    width: 100%;
  }
  .footer-col2 {
    width: 100%;
  }
  p.footerphone {
    font-size: 16px;
  }
  p.footerheader,
  p.footeraddress,
  p.size12 {
    text-align: center;
  }
  p.footertext {
    font-size: 11px;
    margin: 0px 0px 3px 0px;
    text-align: center;
  }
  p.footerlogo {
    text-align: center;
  }
  .arrow {
    text-align: center;
    margin: 16px 10% 0px 10%;
  }
}