﻿/*a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}*/

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    font-family: montserrat,arial,verdana;
    background: #fff;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:after, blockquote:before, q:after, q:before {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

header {
    text-align: center;
}

footer {
    padding: 30px 0;
}

#frmSignup .container {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    padding: 100px 10px 30px 10px
}

.wrapper {
    background: #A9D6EF;
    padding: 60px 8% 100px;
    border-radius: 10px;
}

.previous {
    float: left;
}

.next {
    float: right;
}

hr {
    border-top: none;
    border-bottom: 1px dotted #999;
}

label.error, .required {
    font-size: 12px;
    color: red;
}

.intro {
    margin: 0 0 10px;
    text-align: center;
}

#wrapper {
    width: 500px;
    margin: 0 auto;
    position: relative;
}

#frmSignup {
    border: 0 none;
    border-radius: 10px;
    box-sizing: border-box;
    margin: 50px auto;
    min-width: 255px;
    /*width: 80%;*/
}

    #frmSignup .steps {
        list-style: none;
    }

        #frmSignup .steps .step {
            display: inline-block;
            font-family: 'Open Sans';
            font-size: 13px;
            color: #9d9b9b;
        }

            #frmSignup .steps .step.active {
                color: #006590;
            }

    #frmSignup input,
    #frmSignup textarea,
    #frmSignup select {
        height: auto;
        /*padding: 20px;*/
        padding: 12px;
        border: 1px solid #ccc;
        border-radius: 10px;
        /*margin-bottom: 20px;*/
        margin-bottom: 16px;
        width: 100%;
        min-width: 100%;
        box-sizing: border-box;
        color: #2C3E50;
        font-size: 16px;
    }

    /*Dimensions*/
    #frmSignup .w-override input {
        min-width: initial;
        width: initial;
    }

    #frmSignup select {
        -webkit-appearance: none;
        background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA9QTFRFeXl53d3dmpqasbGx////GU0iEgAAAAV0Uk5T/////wD7tg5TAAAAK0lEQVQI12NwgQIG0hhCDAwMTCJAhqMCA4MiWEoIJABiOCooQhULi5BqMgB2bh4svs8t+QAAAABJRU5ErkJggg==') /*../../img/select_arrow.png*/ 95% center no-repeat;
    }

    #frmSignup input[type="checkbox"] {
        margin-right: 8px;
    }
    /*Dimensions*/
    #frmSignup .w-override input[type="checkbox"] {
        margin-right: 0;
    }

.hidden {
    display: none !important;
}

.text-upper {
    text-transform: uppercase;
}

/*label*/
#frmSignup label {
    /*color: #00668e;*/
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    margin-left: 12px;
}

input.error {
    border: #f01 2px solid !important;
}

select.error {
    border: #f01 2px solid !important;
}

label.error {
    display: block;
    color: #f01;
    padding: 4px;
    margin-bottom: 20px;
    margin-top: -20px;
}

/*buttons*/
#frmSignup .simple-form-button {
    width: 140px;
    background: #2184be;
    font-weight: 700;
    color: #fff;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 20px;
    margin: 10px 5px;
    font-family: 'Open Sans';
    text-transform: uppercase;
    border-radius: 10px;
    -webkit-appearance: none;
}

    #frmSignup .simple-form-button:hover, #frmSignup .simple-form-button:focus {
        box-shadow: 0 0 0 2px white,0 0 0 3px #2184be;
    }

/*headings*/
h1 {
    font-family: Open Sans,sans-serif;
    font-weight: 700;
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
    color: #006590;
}

h2 {
    font-family: Open Sans,sans-serif;
}

h3, h4, h5, h6 {
    font-family: 'Open Sans';
}

#frmSignup h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    display: block;
    text-align: center;
}

#frmSignup h3 {
    font-weight: 400;
    font-size: 24px;
    color: #444;
    margin-bottom: 20px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    display: block;
    text-align: left;
}

::-webkit-input-placeholder {
    color: #ccc;
}

:-moz-placeholder {
    color: #ccc;
}

#frmSignup a {
    color: #333;
    font-size: 20px;
    text-decoration: none;
}

.simple-form-button {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: -moz-linear-gradient(center top,#FFF,#EEE) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(center top,#FFF,#EEE) repeat scroll 0 0 transparent;
    border-color: #E2E2E2 #DDD #CCC;
    border-left: 1px solid #DDD;
    border-radius: 5px 5px 5px 5px;
    border-right: 1px solid #DDD;
    border-style: solid;
    border-width: 1px 1px 2px;
    color: #000;
    cursor: pointer;
    font-size: 100px;
    margin: 0;
    padding: 8px 18px;
    width: auto;
    height: auto;
}

.submit-button {
    background: -moz-linear-gradient(center top,#FFF,#2a8db4) repeat scroll 0 0 transparent;
    float: right;
    display: none;
}

.form-controls {
    clear: both;
    margin-top: -100px;
    padding-left: 100px;
    padding-right: 100px;
}

.previous-fieldset {
    display: none;
    float: left;
}

.next-fieldset {
    float: right;
}

a.next-fieldset, a.previous-fieldset {
    color: #ccc;
}

.clear {
    clear: both;
}

.instructions {
    line-height: 30px;
    font-size: 26px;
    color: #6e6d6d;
}

    .instructions a {
        font-size: 26px;
        color: #0092d1;
    }

        .instructions a:hover {
            color: #006590;
        }

    .instructions span {
        padding-top: 15px;
    }

.progress {
    border-bottom: 1px solid #EEECE9;
    border-top: 1px solid #FFF;
    height: 20px;
}

.progress-bar {
    height: 25px;
    /* Can be anything */
    position: relative;
    background: #e2e2e2;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 5px;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
    -moz-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
    box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
    margin: 10px 0 20px;
    overflow: hidden;
}

    .progress-bar .progress-bg {
        display: block;
        height: 100%;
        -webkit-border-top-right-radius: 20px;
        -webkit-border-bottom-right-radius: 20px;
        -moz-border-radius-topright: 20px;
        -moz-border-radius-bottomright: 20px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        -webkit-border-top-left-radius: 20px;
        -webkit-border-bottom-left-radius: 20px;
        -moz-border-radius-topleft: 20px;
        -moz-border-radius-bottomleft: 20px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        background-color: #1792CC;
        /*
        background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0, rgb(43,194,83)),
			color-stop(1, rgb(84,240,84))
        );
        background-image: -webkit-linear-gradient(
			center bottom,
			rgb(43,194,83) 37%,
			rgb(84,240,84) 69%
		);
        background-image: -moz-linear-gradient(
			center bottom,
			rgb(43,194,83) 37%,
			rgb(84,240,84) 69%
		);
        background-image: -ms-linear-gradient(
			center bottom,
			rgb(43,194,83) 37%,
			rgb(84,240,84) 69%
        );
        background-image: -o-linear-gradient(
			center bottom,
			rgb(43,194,83) 37%,
			rgb(84,240,84) 69%
        );
        -webkit-box-shadow:
			inset 0 2px 9px  rgba(255,255,255,0.3),
			inset 0 -2px 6px rgba(0,0,0,0.4);
        -moz-box-shadow:
			inset 0 2px 9px  rgba(255,255,255,0.3),
			inset 0 -2px 6px rgba(0,0,0,0.4);*/
        overflow: hidden;
        width: 0;
    }

    .progress-bar .progress-text {
        position: absolute;
        left: 50%;
        top: 2px;
        z-index: 10;
        padding-top: 7px;
    }

textarea, input {
    outline: none;
}

.twocol {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-column-rule: 1px dotted #666;
    /* Chrome, Safari, Opera */
    -moz-column-rule: 1px dotted #666;
    /* Firefox */
    column-rule: 1px dotted #666;
    -webkit-column-gap: 50px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 50px;
    /* Firefox */
    column-gap: 50px;
    text-align: left;
}

    .twocol label {
        margin: 0;
    }

    .twocol span {
    }

    .twocol input {
        width: auto !important;
    }

.ApprovalNote {
    background-color: rgba(255, 20, 20, 1);
    color: rgba(247, 247, 247, 1);
    padding: 10px;
    font-size: 1.0em;
    margin-bottom: 10px;
    border-radius: 5px;
}

.note {
    background: #eee;
    padding: 10px;
    font-size: 1.0em;
    margin-bottom: 10px;
    border-radius: 5px;
}

.medical-history-information .note {
    margin-top: -10px;
}

.urgentNote {
    background: #fcffa4;
    padding: 10px;
    font-size: 12px;
    margin-bottom: 10px;
    border-radius: 5px;
}

    .urgentNote h3 {
        margin-bottom: 5px;
        color: #000;
    }

/*@media only screen and (max-device-width: 480px) { */
@media screen and (max-width: 768px) {
    #frmSignup {
        width: 100%;
        margin: 25px 0;
    }

        #frmSignup .wrapper {
            padding: 20px 20px 100px;
        }

        #frmSignup .simple-form-button {
            font-size: 13px;
            margin: 0;
            padding: 10px;
            width: 100px;
        }

    .form-controls {
        padding: 20px;
    }
}

/*@media only screen and (max-device-width: 480px) { */
@media screen and (max-width: 500px) {
    #frmSignup .container {
        padding-top: 40px;
    }

    h1 {
        margin-left: 10px;
        margin-right: 10px;
        font-size: 22px;
    }

    .instructions {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 12px;
    }

        .instructions br {
            display: none;
        }

        .instructions a {
            font-size: 12px;
        }

    #frmSignup .steps {
        padding: 0 10px;
    }

    .progress-bar {
        margin-left: 10px;
        margin-right: 10px;
    }

    #frmSignup .steps .step {
        display: none;
        width: 100% !important;
    }

        #frmSignup .steps .step.active {
            display: inline-block;
        }

    #frmSignup select {
        -webkit-appearance: none;
    }

    h2 {
        margin-bottom: 5px;
    }

    .twocol {
        margin-top: 30px;
        -webkit-column-count: 1;
        /* Chrome, Safari, Opera */
        -moz-column-count: 1;
        /* Firefox */
        column-count: 1;
    }

        .twocol label {
            line-height: 1em;
        }

            .twocol label span {
                font-size: 12px;
            }

    footer .social {
        margin-bottom: 30px !important;
    }
}

label strong {
    color: #f01;
    font-weight: 700;
    font-size: 15px;
    padding-left: 3px;
}

.expiry {
    width: auto !important;
    display: inline-block;
}

.expiryContainer label {
    display: none !important;
}

.OurPhoneNumberSmall {
    padding-top: 5px;
    font-size: .7em;
}

    .OurPhoneNumberSmall a {
        color: white;
        font-size: 0.85rem;
        font-weight: 600;
        position: relative;
    }

    .OurPhoneNumberSmall span {
        color: white;
        position: relative;
    }

.MousePointer {
    cursor: pointer;
}

.Green {
    color: green;
}

.Red {
    color: orangered;
}

#frmSignup .Label {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

#frmSignup .PrimaryLabel {
    color: #363636;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.Required::after {
    content: '*';
    color: #f65c67;
    margin-left: 14px;
}

#frmSignup #Reset,
#frmSignup #Submit {
    font-family: 'Arvo';
    font-size: 24px;
    width: 120px;
    border-radius: 16px;
    float: right;
    margin-left: 16px;
    padding: 8px 0;
}