@charset "utf-8";
/* CSS Document */
/* Print styles */
/*General Styles */

.container-all {
    padding-top: 1em;
    padding-bottom: 1em;
}

img.logo {
    margin-top: 1em;
    margin-bottom: 1rem;
}

.container-form {
    border: none;
    border-radius: 1em;
    background: #fcfcfc; /* Old browsers */
    background: -moz-linear-gradient(top,  #fcfcfc 0%, #f2f2f2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fcfcfc 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fcfcfc 0%,#f2f2f2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fcfcfc 0%,#f2f2f2 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fcfcfc 0%,#f2f2f2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */

}

.flat {
    margin: 0;
    padding: 0;
}

.title {
    color: #292929;
}

.required {
    color: #c0392b;
}

p.contact-heading {
    font-size: 0.9em;
    color: #2c3e50;
}

.contact-heading a {
     color: #2c3e50;
     text-decoration: none;
 }

.contact-heading a:hover {
    color: #2c3e50;
    text-decoration: underline;
}

.fine-print {
    font-size: 0.8em;
    color: #666666;
}

.agreement {
    clear: both;
    font-size: 0.7em;
    color: #777777;
    text-align: center;
    text-justify: inter-word;
    font-style: italic;
    padding: 1em;
}

.agreement a {
    color: #777777;
    text-decoration: underline;
}

.callout.content-options {
    background: transparent;
    margin-bottom: 2rem;
}

.switch-paddle {
    background: #844343;
}

input:checked ~ .switch-paddle {
    background: #4d885a;
}

div.switch-service-name p {
    font-size: 110%;
    margin-bottom: 0;
    padding-bottom: 0;
}

.g-recaptcha {
    padding: 0;
}

.button.submit {
    margin-top: 1rem;
    background-color: #3c7bc2;
    border-color: #30629b;
}

.button.submit:hover {
    background-color: #30629b;
}

.success-text {
    color: #fefefe;
}

.sms-info h1 {
    font-size: 2rem;
}
.sms-info h2 {
    font-size: 1.7rem;
}

.sms-info a {
    color: #30629b;
    text-decoration: underline;
}
