﻿
/* reset -------------------------- */

html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
dfn,
del,
p,
blockquote,
fieldset,
input,
textarea,
select,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
button,
canvas,
video {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
address,
caption,
cite,
code,
th,
dfn,
del {
    font-weight: normal;
    font-style: normal;
}

ul,
ol {
    list-style: none
}

fieldset,
img {
    border: none
}

caption,
th {
    text-align: left
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button {
    cursor: pointer
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
input[type="search"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input[type="hidden"],
[hidden],
.hidden {
    display: none
}

textarea {
    overflow: auto;
    resize: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
.clearfix {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

a > img {
    vertical-align: bottom
}

strong,
.strong,
b {
    font-weight: bold
}

em,
.italic,
i {
    font-style: italic
}

del,
.del {
    text-decoration: line-through
}

:focus {
    outline: none
}

.padding-0 {
    padding: 0;
}

.margin-0 {
    margin: 0;
}

.height-100 {
    min-height: 100vh;
}

.pdr-agreement {
    margin: 10px;
    font-size: 10px;
    text-align: center
}

.optgroup {
    padding: 7px;
}

    .optgroup > .optgroup-header {
        font-family: 'Roboto', sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 16px;
        color: #6B6B6B;
    }

    .optgroup > .option {
        font-family: 'Roboto', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        color: #757474;
        margin-left: 8px;
    }

.text-center {
    display: flex;
    justify-content: center;
    padding: 30px;
}

    .text-center img {
        max-width: 100%;
        width: 220px;
        height: auto;
    }

.vcad-text-center {
    display: flex;
    justify-content: center;
    padding: 30px;
}

    .vcad-text-center img {
        max-width: 100%;
        width: 220px;
        height: auto;
    }

.vacc-text-center {
    display: flex;
    justify-content: center;
    padding: 30px;
}

    .vacc-text-center img {
        max-width: 100%;
        width: 220px;
        height: auto;
    }

.reeves-text-center {
    display: flex;
    justify-content: center;
    padding: 30px;
}

    .reeves-text-center img {
        max-width: 100%;
        width: 220px;
        height: auto;
    }

.form-content {
    max-width: 500px;
    justify-content: center;
    align-self: center;
}

form {
    font-family: 'Roboto', sans-serif;
    max-width: 400px;
    margin: 0 auto;
}
/* Style inputs, select elements and textareas */
input[type=text], select, input[type=email], input[type="tel"] {
    width: 100%;
    padding: 8px;
    font-size: 14px;
    border: 1px solid #dedede;
    border-radius: 2px;
    background: #ffffff;
    box-sizing: border-box;
    resize: vertical;
}

#phone-error,
#program-error {
    display: none;
}

.form > .intro {
    width: 100%;
}

.form > .reeves-intro {
    width: 100%;
}

.form-content .intro p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 20px;
    line-height: 120%;
    color: #757474;
    font-family: 'Lato', sans-serif;
    text-align: center;
}

.form-content .reeves-intro p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 20px;
    line-height: 120%;
    color: #757474;
    font-family: 'Lato', sans-serif;
    text-align: center;
}

.form > .vacc-intro {
    width: 100%;
}

.form-content .vacc-intro p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 20px;
    line-height: 120%;
    color: #757474;
    font-family: 'Lato', sans-serif;
    text-align: center;
}

.row {
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    margin-right: unset;
    margin-left: unset;
    position: relative;
}
/* Style the label to display next to the inputs */
label {
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    font-size: 12px;
    color: #747474;
    padding-top: 9px;
    margin-bottom: 6px;
}

::-webkit-input-placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #757474;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}

:focus::-webkit-input-placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    opacity: 0;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}

/* Floating column for labels: 25% width */
.col-25 {
    float: left;
    margin-top: 6px;
}

.col-10 {
    float: right;
    width: 100%;
    margin-top: 6px;
}
/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.btn {
    align-items: center;
    min-width: 240px;
    min-height: 40px;
    color: white;
    border-radius: 24px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    box-shadow: 0px 2px 4px rgba(249, 155, 28, 0.48);
}

    .btn:hover {
        background-color: #003A81;
        border-color: #003A81;
        color: white;
        box-shadow: 0px 2px 4px rgba(0, 58, 129, 0.48);
    }

#vcad-btn {
    align-items: center;
    min-width: 240px;
    min-height: 40px;
    color: white;
    background-color: #CF3339;
    border-color: #CF3339;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    box-shadow: 0px 2px 4px rgba(190, 30, 45, 0.48);
}

    #vcad-btn:hover {
        background-color: #000;
        border-color: #000;
        color: white;
        box-shadow: 0px 2px 4px rgba(45, 42, 38, 0.48);
    }

#reeves-btn {
    align-items: center;
    min-width: 240px;
    min-height: 40px;
    color: white;
    background-color: #C1272D;
    border-color: #C1272D;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    box-shadow: 0px 2px 4px rgba(181, 18, 27, 0.48);
}

    #reeves-btn:hover {
        background-color: #000;
        border-color: #000;
        color: white;
        box-shadow: 0px 2px 4px rgba(45, 42, 38, 0.48);
    }

#vacc-btn {
    align-items: center;
    min-width: 240px;
    min-height: 40px;
    color: white;
    background-color: #BE1E2D;
    border-color: #BE1E2D;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    box-shadow: 0px 2px 4px rgba(190, 30, 45, 0.48);
}

    #vacc-btn:hover {
        background-color: #000;
        border-color: #000;
        color: white;
        box-shadow: 0px 2px 4px rgba(45, 42, 38, 0.48);
    }

.container-wrapper {
    min-height: 100vh;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding: 0 30px;
}

.font-style {
    color: #212529;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 120%;
}

    .font-style:hover {
        color: #212529;
    }

.item-flex-justify-end {
    margin-top: 50px;
    align-self: center;
}

    .item-flex-justify-end p {
        align-self: center;
        text-align: center;
        margin-bottom: 7px;
    }

.form {
    height: 100%;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 0 30px;
}

.form-h-100 {
    height: 100%;
    width: 100%;
    display: flex;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 11px;
}

.row img {
    margin-top: -3px;
}

.field-validation-error {
    position: absolute;
    right: 0;
    top: 10px;
}

.styleimg {
    position: relative;
    width: 50%;
    padding: 0;
}

.cdi-bgimg {
    background-image: url('../image/cdi.jpg');
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    background-size: cover;
}

.cdi-overlap {
    width: 100%;
    height: 100%;
    background: rgba(0, 58, 129, 0.48);
}

.vcad-bgimg {
    background-image: url('../image/vcad.jpg');
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    background-size: cover;
}

.vcad-overlap {
    width: 100%;
    height: 100%;
    background: rgba(207, 51, 57, 0.4);
}

.reeves-bgimg {
    background-image: url('../image/reeves.jpg');
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    background-size: cover;
}

.reeves-overlap {
    width: 100%;
    height: 100%;
    background: rgba(181, 18, 27, 0.4);
}

.vacc-bgimg {
    background-image: url('../image/vacc.jpg');
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    background-size: cover;
}

.vacc-overlap {
    width: 100%;
    height: 100%;
    background: rgba(190, 30, 45, 0.4);
}

.cdi-bgimg-mobileshow, .cdi-overlap-mobileshow {
    display: none;
}

.vcad-bgimg-mobileshow, .vcad-overlap-mobileshow {
    display: none;
}

.reeves-bgimg-mobileshow, .reeves-overlap-mobileshow {
    display: none;
}

.vacc-bgimg-mobileshow, .vacc-overlap-mobileshow {
    display: none;
}

.respond {
    margin: 50px 0 0 0;
}

.form .respond p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 24px;
    line-height: 120%;
    max-width: 490px;
    color: #757474;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-align: center;
}

#mobile-show {
    display: none;
}

.errmsg {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 24px;
    line-height: 120%;
    max-width: 490px;
    color: #757474;
    font-family: 'Lato', sans-serif;
    text-align: center;
    margin: 25px 0 25px;
}

.errno {
    font-weight: 600;
    font-size: 72px;
}

.errmsg2 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 18px;
    line-height: 120%;
    max-width: 490px;
    color: #757474;
    font-family: 'Lato', sans-serif;
    text-align: center;
}
/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 768px) {
    .container {
        padding: 0;
        max-width: none;
    }

    #submitForm {
        padding: 5px 15px;
    }

    .col-25, input[type=submit] {
        width: 100%;
        margin-top: 0;
    }

    .cdi-overlap, .vcad-bgimg, .vcad-overlap, .cdi-bgimg, #mobile-hide, .reeves-bgimg, .reeves-overlap, .vacc-bgimg, .vacc-overlap {
        display: none;
    }

    #mobile-show {
        display: block;
        position: relative;
    }

    .intro-mobilehide {
        display: none;
    }

    .intro-mobileview {
        padding: 55px 15px !important;
        margin: 0 !important;
    }

    .cdi-bgimg-mobileshow {
        display: block;
        background-image: url('../image/cdi.jpg');
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%;
        min-height: 138px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .cdi-overlap-mobileshow {
        display: block;
        background: rgba(0, 58, 129, 0.72);
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%;
        min-height: 138px;
    }

    .vcad-bgimg-mobileshow {
        display: block;
        background-image: url('../image/vcad.jpg');
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%;
        min-height: 138px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .vcad-overlap-mobileshow {
        display: block;
        background: rgba(207, 51, 57, 0.72);
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%;
        min-height: 138px;
    }

    .reeves-bgimg-mobileshow {
        display: block;
        background-image: url('../image/reeves.jpg');
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%;
        min-height: 138px;
        background-size: cover;
        background-position-y: -60px;
        background-repeat: no-repeat;
    }

    .reeves-overlap-mobileshow {
        display: block;
        background: rgba(181, 18, 27, 0.72);
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%;
        min-height: 138px;
    }

    .vacc-bgimg-mobileshow {
        display: block;
        background-image: url('../image/vacc.jpg');
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%;
        min-height: 138px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .vacc-overlap-mobileshow {
        display: block;
        background: rgba(190, 30, 45, 0.72);
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%;
        min-height: 138px;
    }

    .container-wrapper {
        width: 100%;
        justify-content: start;
        padding: 0;
    }

    .form {
        width: 100%;
        justify-content: start;
        padding: 0;
    }

    .styleimg {
        width: 0%;
        display: none;
    }

    .form-content .intro p {
        position: relative;
        z-index: 9999;
        color: #ffff;
        padding-top: 20px;
    }

    .form-content .reeves-intro p {
        position: relative;
        z-index: 9999;
        color: #ffff;
        padding-top: 45px;
    }

    .form-content .vacc-intro p {
        position: relative;
        z-index: 9999;
        color: #ffff;
        padding-top: 35px;
    }

    .form-content {
        max-width: none;
        width: 100%;
        justify-content: center;
        align-self: center;
    }

    form {
        padding: 45px 0;
    }

    .text-center {
        display: flex;
        justify-content: center;
        padding-top: 32px;
    }

    .vcad-text-center {
        display: flex;
        justify-content: center;
        padding-top: 32px;
    }

    .vacc-text-center {
        display: flex;
        justify-content: center;
        padding-top: 32px;
    }

    .reeves-text-center {
        display: flex;
        justify-content: center;
        padding-top: 60px;
    }

    .respond {
        margin: 40px 0 0;
    }

    .form .respond p {
        margin: 0 auto;
    }

    .errmsg {
        margin-top: 40px;
        max-width: 100vw;
    }

    .errmsg2 {
        max-width: 100vw;
        padding: 0 20px;
    }
}

@media screen and (max-width: 513px) {
    .intro-mobileview {
        padding: 40px 15px !important;
        margin: 0 !important;
    }
}

@media screen and (max-width: 414px) {
    .reeves-bgimg-mobileshow {
        background-position-y: 0px;
    }

    #mobile-show {
        max-width: 240px;
    }
}
