﻿.sms-container {
    width: 100%;
    margin: 0 auto;
}

.sms-intro, .sms-signup-text {
    /*font-family: "ProximaNova-Bold", Arial, sans-serif;*/
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight:700;
     font-size: 22px;
    line-height: 24px;
    color: #527A4B;
    text-align: center;
    width: 75%;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0 auto;
}

.sms-signup-text {
    padding-top: 0;
    text-transform: uppercase;
}

input[type="text"] {
    border-radius: 12px;
    border: 2px solid #0f5c2b;
    padding: 6px;
    -webkit-box-shadow: inset 2px 2px 2px 0px #aaaaaa;
    -moz-box-shadow: inset 2px 2px 2px 0px #aaaaaa;
    box-shadow: inset 2px 2px 2px 0px #aaaaaa;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight:300;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

::-webkit-input-placeholder  {
    color: #527A4B;  
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-style: italic;
    font-weight: 300;
    text-align: center;
}

:-moz-placeholder {
    color: #527A4B;  
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight:300;
    font-weight:400;
    font-size: 32px;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}

::-moz-placeholder {
    color: #527A4B;  
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-style: italic;
    font-weight: 300;
    text-align: center;
}

:-ms-input-placeholder {
    color: #527A4B;  
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-style: italic;
    font-weight: 300;
    text-align: center;
}

.sms-mobile {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 18px;
    display: block;
}

.sms-zip {
    width: 40%;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}

.div-button {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 40px;
}

.sms-Button {
    width: 247px;
    color: #325927;
    background-color: #fbf100;
    padding-top: 18px;
    /*font-family: "ProximaNova-Bold", Arial, Helvetica, Sans-Serif;*/
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight:700;
    font-size: 38px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
}


.sms-legal {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight:300;    
       font-size: 12px;
    line-height: 16px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    color: #000000;
    padding-bottom: 40px;
}

input.has-error {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

input.has-error:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.captcha-error {
    color: #a94442;
    /*font-family: "ProximaNova-Bold, Arial, sans-serif";*/
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight:700;
    font-size: 22px;
    text-align: center;
    padding: 5px 0;
}

.captcha-control {
    width: 304px;
    margin: 0 auto;
    padding-top: 5px;
}

.sms-confirm-intro {
    
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight:700;
    font-size: 46px;
    color: #527A4B;
    text-align: center;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    text-transform: uppercase;
}

.sms-confirm-message {
    /*font-family: "ProximaNova-Bold", Arial, sans-serif;*/
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight:700;
     font-size: 22px;
    line-height: 24px;
    color: #527A4B;
    text-align: center;
    width: 95%;
    padding-bottom: 160px;
    margin: 0 auto;
}


/*Tablet Media QUery*/
@media screen and (min-width: 768px) and (max-width: 991px) {
.sms-intro, .sms-signup-text {
    /*font-family: "ProximaNova-Bold", Arial, sans-serif;*/
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight:700;
    font-size: 22px;
    line-height: 24px;
    width: 80%;
    padding-top: 20px;
    padding-bottom: 20px;
}

input[type="text"] {
    border: 2px solid #0f5c2b;
    padding: 9px;
    font-size: 22px;
}
::-webkit-input-placeholder  {
    font-size: 20px;
}
:-moz-placeholder {
    font-size: 20px;
}
::-moz-placeholder {
    font-size: 20px;
}
:-ms-input-placeholder {
    font-size: 20px;
}

.sms-mobile {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 18px;
    }

.sms-zip {
    width: 56%;
    margin-bottom: 20px;
}

.sms-confirm-intro {
    font-size: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.sms-confirm-message {
    font-size: 22px;
    padding-bottom: 120px;
}

}

/*Mobile Media Query*/
@media screen and (max-width: 767px) {
    .sms-intro, .sms-signup-text {
    /*font-family: "ProximaNova-Bold", Arial, sans-serif;*/
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight:700;
     font-size: 18px;
    line-height: 20px;
    width: 90%;
    padding-top: 15px;
    padding-bottom: 18px;
}

    input[type="text"] {
    border-radius: 12px;
    border: 2px solid #0f5c2b;
    padding: 10px;
    font-size: 18px;
}

::-webkit-input-placeholder  {
    font-size: 15px;
}

:-moz-placeholder {
    font-size: 15px;
}

::-moz-placeholder {
    font-size: 15px;
}

:-ms-input-placeholder {
    font-size: 15px;
}


.sms-mobile {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 18px;
}

.sms-zip {
    width: 70%;
    margin-bottom: 20px;
}

.sms-confirm-intro {
    font-size: 36px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.sms-confirm-message {
    font-size: 20px;
    padding-bottom: 80px;
}



}