
@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular-webfont.woff') format('woff'), url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansBold';
    src: url('../fonts/OpenSans-Bold-webfont.eot');
    src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold-webfont.woff') format('woff'), url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansSemibold';
    src: url('../fonts/OpenSans-Semibold-webfont.eot');
    src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'), url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansItalic';
    src: url('../fonts/OpenSans-Italic-webfont.eot');
    src: url('../fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Italic-webfont.woff') format('woff'), url('../fonts/OpenSans-Italic-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansLight';
    src: url('../fonts/OpenSans-Light-webfont.eot');
    src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light-webfont.woff') format('woff'), url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansLightItalic';
    src: url('../fonts/OpenSans-LightItalic-webfont.eot');
    src: url('../fonts/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-LightItalic-webfont.woff') format('woff'), url('../fonts/OpenSans-LightItalic-webfont.ttf') format('truetype'), url('../fonts/OpenSans-LightItalic-webfont.svg#OpenSansLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansSemiboldItalic';
    src: url('../fonts/OpenSans-SemiboldItalic-webfont.eot');
    src: url('../fonts/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-SemiboldItalic-webfont.woff') format('woff'), url('../fonts/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'), url('../fonts/OpenSans-SemiboldItalic-webfont.svg#OpenSansSemiboldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 16px !important;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {

    .body-content {
        padding: 0;
    }
}

/* ======= General ======= */

body {
    background: #ececea;
}

#truste-privacy-button:hover {
    color: #00A0CD !important;
}

a {
    color: #FFFFFF !important;
}

    a.truste-cookie-link {
        text-decoration: none !important;
        color: #FFFFFF !important;
        border-bottom: 1px solid #FFFFFF !important;
    }

        a.truste-cookie-link:hover {
            text-decoration: none !important;
            color: #00A0CD !important;
            border-bottom: 1px dashed #FFFFFF !important;
        }

div#teconsent {
    display: inline !important;
}

h1 {
    font: normal 3.375rem/3.75rem "ITC Garamond Std Lt", times, serif;
    color: #FFFFFF;
    text-align: center;
    padding: 0 0 1.25rem;
    text-transform: uppercase;
}

    h1.secondary {
        font: normal 3.375rem/3.75rem "ITC Garamond Std Lt", times, serif;
        color: #494A4C;
        text-align: left;
        padding: 0 0 1.25rem;
        text-transform: uppercase;
    }

h2 {
    font: normal 1.875rem/2.0625rem "ITC Garamond Std Lt", times, serif;
    color: #FFFFFF;
    letter-spacing: 1px;
    margin: 0 0 1.25rem;
}

    h2 span {
        display: block;
        text-transform: uppercase;
        font-size: 3.25rem;
        letter-spacing: 0.3125rem;
    }

h3 {
    font: normal 1.5625rem/1.875rem "ITC Garamond Std Lt", times, serif;
    color: #FFFFFF;
    letter-spacing: 1px;
    margin: 0 0 1.25rem;
}

h4 {
    font: normal 0.875rem/1.375rem "Gotham Light", times, serif;
    text-transform: uppercase;
    color: #FFFFFF;
    letter-spacing: 1px;
    margin: 0 0 1.25rem;
}

p {
    font: normal 1.125rem/1.5rem "Gotham Light", arial, sans-serif;
    color: #494A4C;
    letter-spacing: 1px;
    /*margin: 0 0 0.9375rem 0;*/
    margin: 0 0 1.25rem 0;
}

    p.bold {
        font: bold 1.125rem/1.5rem "Gotham Light", arial, sans-serif;
    }

    p.boldItalic {
        font: italic bold 1.1875rem/1.5rem "Gotham Light", arial, sans-serif;
    }

ul {
    color: #494A4C;
}

    ul > li {
        font: normal 1.125rem/1.5rem "Gotham Light", arial, sans-serif;
        color: #494A4C;
    }


/* SPECIAL MEDIA STYLES FOR IPHONE ZOOM ISSUES */

/*** Styles added to fix the issue with zoom in on iphone ***/
/* iPhone < 5: */
@media screen and (device-aspect-ratio: 2/3) {
    select, textarea, input[type="tel"], input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"] {
        font: 1rem/1.25rem 'OpenSansRegular', Arial, sans-serif !important;
    }

    select, input[type="tel"], input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"] {
        height: 1.625rem !important;
    }

    .container .location-content > .search-box {
        height: 1.75rem !important;
    }

        .container .location-content > .search-box > .icon > a {
            padding: 0.4375rem 0 0 0 !important;
        }

    .container .location-appointment-content > .search-box {
        height: 1.75rem !important;
    }

        .container .location-appointment-content > .search-box > .icon > a {
            padding: 0.4375rem 0 0 0 !important;
        }
}

/* iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
    select, textarea, input[type="tel"], input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"] {
        font: 1rem/1.25rem 'OpenSansRegular', Arial, sans-serif !important;
    }

    select, input[type="tel"], input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"] {
        height: 1.625rem !important;
    }

    .container .location-content > .search-box {
        height: 1.75rem !important;
    }

        .container .location-content > .search-box > .icon > a {
            padding: 0.4375rem 0 0 0 !important;
        }

    .container .location-appointment-content > .search-box {
        height: 1.75rem !important;
    }

        .container .location-appointment-content > .search-box > .icon > a {
            padding: 0.4375rem 0 0 0 !important;
        }
}

/* iPhone 6, iPhone 6s, iPhone 7 portrait/landscape */
@media screen and (device-aspect-ratio: 375/667) {
    select, textarea, input[type="tel"], input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"] {
        font: 1rem/1.25rem 'OpenSansRegular', Arial, sans-serif !important;
    }

    select, input[type="tel"], input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"] {
        height: 1.625rem !important;
    }

    .container .location-content > .search-box {
        height: 1.75rem !important;
    }

        .container .location-content > .search-box > .icon > a {
            padding: 0.4375rem 0 0 0 !important;
        }

    .container .location-appointment-content > .search-box {
        height: 1.75rem !important;
    }

        .container .location-appointment-content > .search-box > .icon > a {
            padding: 0.4375rem 0 0 0 !important;
        }
}

/* iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus portrait/landscape */
@media screen and (device-aspect-ratio: 9/16) {
    select, textarea, input[type="tel"], input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"] {
        font: 1rem/1.25rem 'OpenSansRegular', Arial, sans-serif !important;
    }

    select, input[type="tel"], input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"] {
        height: 1.625rem !important;
    }

    .container .location-content > .search-box {
        height: 1.75rem !important;
    }

        .container .location-content > .search-box > .icon > a {
            padding: 0.4375rem 0 0 0 !important;
        }

    .container .location-appointment-content > .search-box {
        height: 1.75rem !important;
    }

        .container .location-appointment-content > .search-box > .icon > a {
            padding: 0.4375rem 0 0 0 !important;
        }
}

/* iPhone X */

@media screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    select, textarea, input[type="tel"], input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"] {
        font: 1rem/1.25rem 'OpenSansRegular', Arial, sans-serif !important;
    }

    select, input[type="tel"], input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"] {
        height: 1.625rem !important;
    }

    .container .location-content > .search-box {
        height: 1.75rem !important;
    }

        .container .location-content > .search-box > .icon > a {
            padding: 0.4375rem 0 0 0 !important;
        }

    .container .location-appointment-content > .search-box {
        height: 1.75rem !important;
    }

        .container .location-appointment-content > .search-box > .icon > a {
            padding: 0.4375rem 0 0 0 !important;
        }
}

.container {
    text-align: center;
    min-width: 20rem;
    width: 100%;
}


.clearer {
    clear: both;
}

.blue_link {
    color: #009FC1
}

.button {
    font: normal 1rem/1.125rem "Gotham Light", arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #494A4C;
    display: inline-block;
    border: 1px solid #494A4C;
    padding: 1.125rem 2.1875rem 1rem 2.1875rem;
    margin: 0 1.875rem 0 0;
}

.grey {
    background: #c9c7bd;
}

.blue {
    background: #007C9F;
}

.dark-blue {
    background: #29384e;
}

.tab {
    width: 100%;
    height: 0.9375rem;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

    .tab h2 {
        font: normal 1rem/1.125rem "Gotham Light", arial, sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        color: #494A4C;
        background: #ffffff;
        position: absolute;
        top: 0;
        left: 0;
        padding: 1.25rem 0.9375rem 0.9375rem 0.9375rem;
    }

.tab-inside {
    width: 61.875rem;
    height: 0.9375rem;
    background: #ffffff;
    position: relative;
}

h2.blog {
    font: normal 1rem/1.125rem "Gotham Light", arial, sans-serif;
    text-transform: uppercase;
    color: #494A4C !important;
    background: #ffffff;
    position: relative;
    padding: 0.3125rem 0.9375rem 0.9375rem 0.9375rem;
    margin: 0 0 1.25rem 0;
    width: 8.125rem;
}

.photo_right {
    float: right;
    margin: 4.875rem 0 1.875rem 3.125rem;
}

/*--------------------------------------------------------------HEADER--------------------------------------------------------------*/
.headerBG {
    width: 100%;
    height: 6.1875rem;
    background-image: url(../Resources/images/bg-header.png);
    background-repeat: repeat-x;
    background-color: #D4D2CB;
}

.header { /*width:61.875rem;*/
    margin: 0 auto;
    position: relative;
    text-align: left;
    height: 6.25rem;
}

.headerLocation-text {
    padding-top: 0.625rem;
}

.headerNavGlobal {
    float: left;
    width: 29.6875rem;
    height: 8.625rem;
    text-align: right;
}

.headerLogo {
    height: 6.25rem;
    z-index: 10000;
}

    .headerLogo .headerLink {
        text-decoration: none;
        border: 0;
        float: left;
        margin: 0.625rem 0 0 0;
    }

    .headerLogo img {
        max-height: 4.4375rem;
        width: auto;
        max-width: 15.625rem;
        margin: 0 0.625rem 0 0.625rem !important;
    }

/* ======= Header & Nav ======= */

header img {
    margin: 0 auto;
    width: 100%;
    max-width: 61.875rem;
}


nav {
    width: 100%;
    background: #007C9F;
    height: 3.125rem;
    border-bottom: 5px solid #ececea;
    position: relative;
}

    nav > div {
        /*max-width: 61.875rem;*/
        max-width: 63.125rem;
        margin: 0 auto;
        position: relative;
    }

    nav ul {
        float: left;
        text-align: left;
        padding: 0.6875rem 0.9375rem 0 0.9375rem;
    }

        nav ul li {
            display: inline;
            /*margin: 0 1.875rem 0 0;*/
            margin: 0 1.125rem 0 0;
        }

            nav ul li a {
                color: #FFFFFF !important;
                padding: 0 0.5rem;
                text-decoration: none;
                text-transform: uppercase;
                font: normal 1.1875rem/1.3125rem "Gotham Light", arial, sans-serif;
                font-weight: bold;
            }

                nav ul li a:hover {
                    color: #494A4C;
                }

.stick {
    position: fixed;
    top: 0;
    z-index: 999;
}

#contact {
    text-decoration: none;
    text-transform: uppercase;
    font: bold 1rem/1.125rem "Gotham Light", arial, sans-serif;
    color: #ffffff !important;
    letter-spacing: 1px;
    height: 2.8125rem;
    background: #B34851;
    padding: 0.875rem 1.25rem 0 1.25rem;
    display: block;
    float: left;
}

    #contact:hover {
        background: #494A4C;
    }


.container-section {
    /*width:61.875rem;*/
    margin: 0 auto;
    position: relative;
    text-align: left;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.container-footer {
    /*width:61.875rem;*/
    margin: 0 auto;
    position: relative;
    text-align: left;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}


/* ======= About Us ======= */

#about .container-section {
    padding: 1.5625rem 0.9375rem 5rem 0.9375rem;
}

#about_wrap {
    background: url("../images/line.gif") top center repeat-y;
    margin-bottom: 3.75rem;
    /*margin-bottom: 2.5rem;*/
}

.about_left,
.about_right {
    /*width: 50%;
	float: left;*/
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.about_left {
    padding: 0 3.75rem 0.625rem 0;
}

.about_right {
    padding: 0 0 0.625rem 4.0625rem;
}

#about p, #about h2, #about a {
    color: #FFFFFF;
}


/* ======= Quote ======= */

#quote_photo {
    display: block;
    margin: -160px 0 3.75rem 0;
    width: 100%;
}

#quote {
    background: #ececea;
    text-align: center;
    padding: 5rem 0 3.75rem 0;
}

    #quote blockquote {
        font: normal 2.125rem/2.25rem "ITC Garamond Std Lt", times, serif;
        color: #494a4c;
        letter-spacing: 1px;
        margin: 0 0 2.5rem 0;
        text-align: center;
        background: url("../images/quotes.png ") top center no-repeat;
        padding: 0 7.5rem;
    }


/* ======= FAQ's ======= */

#faqs .container-section {
    padding: 6.25rem 0.9375rem 3.75rem 0.9375rem;
}

#faqs h3 {
    font: normal 4.375rem/3.75rem "ITC Garamond Std Lt", times, serif;
    letter-spacing: 1px;
    margin: 0 0 1.25rem 0;
}

#faqs h3 {
    color: #FFFFFF;
}

#faqs p {
    color: #FFFFFF;
    margin: 0 0 1.25rem 0;
}

#faqs .content {
    /*width: 39.0625rem;*/
    width: auto;
    float: left;
    /*border: 1px solid #000000;*/
}

    #faqs .content div.pharmacy {
        margin: 0.3125rem 0 1.5625rem 0;
        float: left;
        width: 100%;
        /*border: 1px solid #000000;*/
    }

#faqs img.pharmacy {
    width: 100%;
    max-width: 31.25rem;
}

#faqs ul {
    list-style-type: disc;
    list-style-position: outside;
    margin: 0 0 0 1.25rem;
}

    #faqs ul > li {
        color: #FFFFFF;
        margin: 0 0 0.9375rem 0;
    }


/* ======= About Select Medical ======= */

#aboutselectmedical a,
#aboutselectmedical p {
    color: #494a4c !important;
}

#aboutselectmedical b {
    font-weight: bold;
}

#aboutselectmedical #country-map {
    width: 100%;
    max-width: 60rem;
}

#aboutselectmedical .container-section {
    padding: 6.25rem 0.9375rem 3.75rem 0.9375rem;
}

#aboutselectmedical_wrap {
    margin: 0 0 1.875rem 0;
}

    #aboutselectmedical_wrap .column {
        width: 20%;
        /*height: 7.5rem;*/
        float: left;
        text-align: center;
        padding: 0 1.875rem 0 1.875rem;
        border-right: 2px solid #FFFFFF;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box; /* Firefox, other Gecko */
        box-sizing: border-box; /* Opera/IE 8+ */
    }

        #aboutselectmedical_wrap .column.one {
            width: 20.625rem;
        }

        #aboutselectmedical_wrap .column.two {
            width: 10.625rem;
        }

        #aboutselectmedical_wrap .column.three {
            width: 13.75rem;
        }

        #aboutselectmedical_wrap .column.four {
            width: 15rem;
            border: none;
        }

    #aboutselectmedical_wrap h3 {
        font: normal 3.75rem/3.75rem "ITC Garamond Std Lt", times, serif;
        color: #494a4c;
        letter-spacing: 1px;
        text-transform: none;
    }

    #aboutselectmedical_wrap p {
        color: #494a4c;
        letter-spacing: 0;
        text-transform: uppercase;
        font-size: 0.875rem;
        line-height: 1.125rem;
        text-align: center;
        padding: 0 0;
    }

#aboutselectmedical .container-section .member-heading {
    font-weight: bold;
    font: bold 1.125rem/1.5rem "Gotham Light", arial, sans-serif;
    color: #494A4C;
    margin: 0 0 0.625rem 0;
}

#aboutselectmedical .container-section ul.members {
    margin: 0 auto;
    padding: 0.3125rem;
    font: normal 1.125rem/1.5rem "Gotham Light", arial, sans-serif;
    width: 47.5rem;
    text-align: center;
}

    #aboutselectmedical .container-section ul.members > li {
        display: inline-block;
        margin: 0 0.75rem 0.625rem 0;
        padding: 0 0.9375rem 0 0;
        border-right: 1px solid #494a4c;
    }

        #aboutselectmedical .container-section ul.members > li.last {
            border: none;
        }


/* Select Medical Values */

#ourvalues a,
#ourvalues p,
#ourvalues ul > li {
    color: #FFFFFF;
}

#ourvalues b {
    font-weight: bold;
}

#ourvalues .container-section {
    padding: 6.25rem 0.9375rem 3.75rem 0.9375rem;
}

#ourvalues #results-tree {
    width: 100%;
    max-width: 39.4375rem;
}

#ourvalues_para > b {
    font-weight: bold;
}


/* ======= Resources ======= */

#resources .container-section {
    padding: 6.25rem 0.9375rem 3.75rem 0.9375rem;
}

#resources p {
    margin: 0 0 1.25rem 0;
}

#resources p, #resources a {
    color: #494a4c !important;
}

#resources a {
    text-decoration: underline;
}

    #resources a:hover {
        text-decoration: none !important;
    }

#resources .social-icons {
    margin: 0.9375rem 0 0 0;
    display: inline-block;
}

    #resources .social-icons > a {
        font-size: 1.5rem;
        color: #999999;
        margin: 0 0.625rem 0 0;
        text-decoration: none;
    }

        #resources .social-icons > a:hover {
            color: #FFFFFF;
        }


/* ======= Form ======= */

#request .column1 {
    width: 28.75rem;
    float: left;
    padding: 0 1.25rem 0 0;
}

#request .column2 {
    width: 28.75rem;
    float: left;
    padding: 0 0 0 1.25rem;
}


.form-field-short {
    width: 25rem;
    font: normal 1rem/1rem "Gotham Light", Helvetica, sans-serif;
    color: #000;
    background: #fff;
    margin: 0 0.625rem 2.5rem 0;
    padding: 0.9375rem 0.625rem 0.9375rem 0.625rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

select {
    background: #ffffff;
    font: normal 1rem/1rem "Gotham Light", Helvetica, sans-serif;
    color: #000000;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-overflow: '';
}

option {
    margin: 0.625rem 0.625rem;
}

#saveData {
    width: 12.5rem;
    height: 12.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -100px;
    z-index: 2000;
    display: none;
}

    #saveData .saveOuter {
        background-color: #00aeef;
        width: 100%;
        height: 100%;
    }

    #saveData .saveInner {
        width: 11.875rem;
        height: 11.875rem;
        background-color: #fff;
        position: absolute;
        top: 5px;
        left: 5px;
        text-align: center;
        font: 400 1.3125rem "Helvetica Neue",Helvetica,Arial,sans-serif;
        color: #00aeef;
    }

        #saveData .saveInner img {
            padding-top: 1.25rem;
            padding-left: 1.25rem;
        }

#submitRequest {
    display: none;
}

.col-1 .ui-datepicker-trigger {
    position: absolute;
    top: 65px;
    right: 30px;
}

.col-2 .ui-datepicker-trigger {
    position: absolute;
    top: 65px;
    right: 15px;
}

.validate {
    font: 0.875rem/0.875rem "Gotham Light",Helvetica,sans-serif;
    color: #ffffff;
    background: #ed1c24;
    padding: 0.3125rem 0.625rem;
}

.error {
    width: 23.75rem;
    font: 0.875rem/0.875rem "Gotham Light",Helvetica,sans-serif;
    color: #ffffff;
    background: #ed1c24;
    padding: 0.3125rem 0.625rem;
    position: relative;
    bottom: 40px;
}

.error2 {
    font: 0.75rem/0.75rem "Gotham Light",Helvetica,sans-serif;
    color: #ff0000;
    padding: 0.3125rem 0;
    position: relative;
    bottom: 40px;
}

#prim1, #prim2 {
    width: 3.4375rem;
    display: inline-block;
}

#prim3 {
    width: 4.375rem;
    display: inline-block;
}

#prefix {
    width: 5rem;
}

.save {
    font: normal 1rem/1.125rem "Gotham Light", arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background: none;
    display: inline-block;
    border: 1px solid #fff;
    cursor: pointer;
    padding: 1.125rem 2.1875rem 1rem 2.1875rem;
    margin: 0 1.875rem 0 0;
}

/* ======= Footer ======= */

footer .container-footer {
    padding: 1.875rem 0;
}

footer p {
    font: normal 0.875rem/0.875rem "Gotham Light", Helvetica, sans-serif;
    text-align: center;
}


#footer .container-footer {
    /*padding: 6.25rem 0.9375rem 3.75rem 0.9375rem;*/
    padding: 1.25rem 0.9375rem 1.5625rem 0.9375rem;
}

    #footer .container-footer .copyright {
        font: normal 0.875rem/1.25rem "Gotham Light", arial, sans-serif;
        /*padding: 6.25rem 0.9375rem 3.75rem 0.9375rem;*/
    }

#footer p {
    margin: 0 0 1.25rem 0;
}

#footer p, #footer a {
    color: #494a4c !important;
}

#footer a {
    text-decoration: underline;
}

#footer .container-footer .copyright > a:hover {
    text-decoration: none;
}

#footer .container-footer .secondary {
    font: normal 0.875rem/1.25rem "Gotham Light", arial, sans-serif;
    margin-top: 0.9375rem;
}

    #footer .container-footer .secondary a:hover {
        text-decoration: none;
    }


/* ======= Fonts ======= */

@font-face {
    font-family: 'Adobe Garamond Pro';
    src: url('../fonts/AGaramondPro-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/AGaramondPro-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/AGaramondPro-Regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/AGaramondPro-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/AGaramondPro-Regular.svg#1eabc8b27c1d378ed9b1f5dd58b5095c') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Gotham Light';
    src: url('../fonts/Gotham-Light.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Gotham-Light.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Gotham-Light.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Gotham-Light.svg#0fdc6c734a7ca54436fb28af9ab2f202') format('svg'); /* Legacy iOS */

    font-style: normal;
    font-weight: 200;
}

@font-face {
    font-family: 'ITC Garamond Std Lt';
    src: url('../fonts/ITCGaramondStd-Lt.eot'); /* IE9 Compat Modes */
    src: url('../fonts/ITCGaramondStd-Lt.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/ITCGaramondStd-Lt.woff') format('woff'), /* Modern Browsers */
    url('../fonts/ITCGaramondStd-Lt.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/ITCGaramondStd-Lt.svg#1ef5e3412812534a56c891e191089af4') format('svg'); /* Legacy iOS */

    font-style: normal;
    font-weight: 400;
}


/*--------------------------------------------------------------FOOTER--------------------------------------------------------------*/
.footer {
    width: 62.5rem;
    margin-bottom: 0.625rem;
    display: inline;
    line-height: 1.125rem;
    font-size: 0.6875rem;
    vertical-align: top;
    padding-top: 2.5rem;
    padding-bottom: 1.25rem;
    border: 0;
    font-family: 'Open Sans', sans-serif;
}

.footerLft {
    float: left;
    width: 31.25rem;
    text-transform: uppercase;
    font-size: 0.6875rem;
    padding-top: 0.625rem;
}

.footerRgt {
    float: left;
    width: 31.25rem;
    text-align: right;
    text-transform: uppercase;
    font-size: 0.6875rem;
    padding-top: 0.625rem;
    border: none;
}

.footerLink {
    border: none;
}

.footer a {
    color: #7D7C7C;
    text-decoration: none;
}

    .footer a:hover {
        color: #c1bcc1;
        text-decoration: none;
    }

.noCaps {
    text-transform: lowercase;
}


/* ======= Contact Us ======= */

#contactform .container-section {
    padding: 6.25rem 0.9375rem 3.75rem 0.9375rem;
}

#contactform .column1 {
    float: left;
    padding: 0 1.25rem 0 0;
}

#contactform .column2 {
    width: 28.75rem;
    float: left;
    padding: 0 0 0 1.25rem;
}

#contact-thank-you .social-icons {
    margin: 0.9375rem 0 0 0;
    display: inline-block;
}

    #contact-thank-you .social-icons > a {
        font-size: 1.5rem;
        color: #999999;
        margin: 0 0.625rem 0 0;
        text-decoration: none;
    }

#contactform .form {
    display: block;
    width: auto;
    min-height: 24.0625rem;
    height: auto;
    position: relative;
}

    #contactform .form .validator {
        width: 100%;
        /*margin: 0 0 0.3125rem 0.625rem;*/
        margin: 0 0 1.5rem 0.625rem;
        font: bold 1rem/1.125rem "Gotham Light", arial, sans-serif;
        color: #FFFFFF;
    }

        #contactform .form .validator.last {
            margin: 0 0 1.25rem 0.625rem;
        }

        #contactform .form .validator > span {
            color: #FFFFFF;
        }

    #contactform .form p {
        color: #FFFFFF;
        margin: 0 0 1.25rem 0;
    }

    #contactform .form label {
        font: normal 1.125rem/1.5rem "Gotham Light", Helvetica, sans-serif;
        color: #FFFFFF;
        display: block;
        margin: 0 0 0.3125rem 0;
        width: 100%;
    }

    #contactform .form ul {
        list-style: none;
        padding: 0;
    }

        #contactform .form ul > li div,
        #contactform .form ul > li label {
            float: left;
            font: normal 1.125rem/1.5rem "Gotham Light", Helvetica, sans-serif;
            color: #FFFFFF;
            display: block;
            margin: 0 0 0.3125rem 0.625rem;
            width: 100%;
        }

            #contactform .form ul > li div .subitem {
                margin-left: 0;
            }

        #contactform .form ul > li > .req {
            margin: 0 0 0.9375rem 0.625rem;
            float: left;
        }

    #contactform .form input[type="text"],
    #contactform .form input[type="tel"] {
        /*font-size: 0.8125rem;*/
        color: #7A7471;
        width: 15.9375rem;
        height: 2.1875rem;
        line-height: 1.0625rem;
        padding: 0.5rem;
        margin: 0 0 0.9375rem 0.625rem;
        border: 1px solid #cccccc;
        background-color: rgba(255, 255, 255, 1);
        -webkit-border-radius: 0.3125rem;
        -moz-border-radius: 0.3125rem;
        border-radius: 0.3125rem;
    }

    #contactform .form input,
    #contactform .form textarea {
        font-size: 1rem !important;
    }

        #contactform .form input:focus,
        #contactform .form textarea.request:focus {
            outline: 2px solid #00F;
        }

        #contactform .form textarea.request {
            width: 21.875rem;
            height: 8.75rem;
            line-height: 1.0625rem;
            font-family: "OpenSansRegular", sans-serif;
            font-size: 0.8125rem;
            padding: 0.5rem;
            margin: 0 0 0.9375rem 0.625rem;
            border: 1px solid #cccccc;
            border-radius: 0.3125rem;
            background-color: rgba(255, 255, 255, 1);
            -webkit-border-radius: 0.3125rem;
            -moz-border-radius: 0.3125rem;
            resize: none;
        }

        #contactform .form input[type="text"].firstname,
        #contactform .form input[type="text"].lastname {
            /*max-width: 9.375rem;*/
            max-width: 12rem;
        }

        #contactform .form input[type="tel"].phone {
            /*max-width: 8.125rem;*/
            max-width: 10rem;
        }

#contactform div.submit {
    float: left;
}

#contactform a.submit {
    display: inline-block;
    /*width: 9.0625rem;
    height: 4.0625rem;*/
    width: auto;
    height: 3rem;
    /*background-color: #EC8E30;*/
    background-color: #B16110;
    /*font: normal normal normal 0.9375rem/0.9375rem 'OpenSansBold', Arial, sans-serif;*/
    font: normal normal bold 1.1875rem/1.25rem 'OpenSansBold', Arial, sans-serif;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF !important;
    /*padding-top: 0.9375rem;*/
    padding: 0.9375rem 0.9375rem 0 0.9375rem;
    margin: 0 0 0 0.625rem;
}

    #contactform a.submit:hover {
        background-color: #c9c7bd;
    }

    #contactform a.submit.disabled {
        background-color: #c9c7bd;
        cursor: not-allowed;
        pointer-events: none;
    }

/* Dropdown control */

#contactform .form .selectBox-dropdown {
    min-width: 13.75rem;
    position: relative;
    border: solid 1px #cececf;
    line-height: 1.5;
    text-decoration: none;
    text-align: left;
    color: #7A7471;
    background-color: #FFFFFF;
    outline: none;
    vertical-align: middle;
    behavior: url(PIE.htc);
    -webkit-border-radius: 0.375rem;
    -moz-border-radius: 0.375rem;
    border-radius: 0.375rem;
    display: inline-block;
    cursor: pointer;
    margin: 0 0 0.9375rem 0.625rem;
    font-size: 0.8125rem;
}

.form .selectBox-dropdown {
    margin: 0;
}

.selectBox-dropdown:focus {
    border: solid 1px #666666;
}

    .selectBox-dropdown:focus,
    .selectBox-dropdown:focus .selectBox-arrow {
        border-color: #666666;
    }

.selectBox-dropdown.selectBox-menuShowing {
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.selectBox > option {
    font: 0.8125rem/0.9375rem 'OpenSansRegular', Arial, sans-serif;
}

.selectBox-dropdown .selectBox-label {
    padding: 0.5rem 0.5rem;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
}

.form .selectBox-dropdown .selectBox-label {
    padding: 0.3125rem 0.5rem;
}

.selectBox-dropdown .selectBox-arrow {
    position: absolute;
    top: 0;
    right: 5px;
    width: 1.4375rem;
    height: 100%;
    background: url(../images/selectBox-arrow.png) 50% center no-repeat;
}

/* Dropdown menu */
.selectBox-dropdown-menu {
    position: absolute;
    z-index: 99999;
    max-height: 12.5rem;
    min-height: 1em;
    border: solid 1px #cececf; /* should be the same border width as .selectBox-dropdown */
    background: #F4F4F4;
    -moz-box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, .2);
    box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, .2);
    overflow: auto;
    font: 0.8125rem/0.9375rem 'OpenSansRegular', Arial, sans-serif;
}

/* Inline control */
.selectBox-inline {
    min-width: 9.375rem;
    outline: none;
    border: solid 1px #cececf;
    background: #F4F4F4;
    display: inline-block;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    overflow: auto;
}

    .selectBox-inline:focus {
        border: #666666;
    }

/* Options */
.selectBox-options,
.selectBox-options li,
.selectBox-options li a {
    list-style: none;
    display: block;
    cursor: default;
    padding: 0;
    margin: 0;
    background: #F4F4F4;
}

    .selectBox-options li a {
        line-height: 1.5;
        padding: 0 .5em;
        white-space: nowrap;
        overflow: hidden;
        background: 0.375rem center no-repeat;
        text-decoration: none;
        color: #333333;
        font-size: 0.8125rem;
    }

    .selectBox-options li.selectBox-hover a {
        background-color: #EEEEEE;
    }

    .selectBox-options li.selectBox-disabled a {
        color: #888888;
        background-color: transparent;
    }

    .selectBox-options li.selectBox-selected a {
        background-color: #C8DEF4;
    }

    .selectBox-options .selectBox-optgroup {
        color: #666666;
        background: #EEEEEE;
        font-family: 'OpenSansBold', Arial, sans-serif;
        line-height: 1.5;
        padding: 0 .3em;
        white-space: nowrap;
    }

/* Disabled state */
.selectBox.selectBox-disabled {
    color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
    opacity: .5;
    filter: alpha(opacity=50);
    border-color: #666666;
}

.selectBox-inline.selectBox-disabled {
    color: #888 !important;
}

    .selectBox-inline.selectBox-disabled .selectBox-options A {
        background-color: transparent !important;
    }

#contactform .form .message {
    margin: 0.3125rem;
    float: left;
}


/* OVERALL CONTAINER DIVS */

@media (min-width:1200px) {
    .container {
        /*max-width: 61.875rem;*/
    }
}


@media (min-width:320px) {
    .container {
    }

    .container-section-text {
        padding: 1.25rem 0.9375rem 1.25rem 0.9375rem;
        text-align: left;
        position: relative;
        margin: 0 auto;
    }

    .container .row > .col-xs-12.outer-container {
        padding: 0;
    }


    p {
        font: normal 1rem/1.375rem "Gotham Light", arial, sans-serif;
    }

        p.bold {
            font: bold 1rem/1.375rem "Gotham Light", arial, sans-serif;
        }

    h1 {
        font: normal 1.875rem/2.25rem "ITC Garamond Std Lt", times, serif;
        color: #FFFFFF;
        text-align: center;
        padding: 0 0 1.25rem;
        margin-top: 0.625rem;
        text-transform: uppercase;
    }

        h1.secondary {
            font: normal 1.875rem/2.25rem "ITC Garamond Std Lt", times, serif;
            color: #494A4C;
            text-align: left;
            padding: 0 0 1.25rem;
            text-transform: uppercase;
        }

    h2 {
        font: normal 1.5rem/1.6875rem "ITC Garamond Std Lt", times, serif;
        color: #FFFFFF;
        letter-spacing: 1px;
        margin: 0 0 1.25rem;
    }

        h2 span {
            display: block;
            text-transform: uppercase;
            font-size: 3.25rem;
            letter-spacing: 0.3125rem;
        }

    h3 {
        font: normal 1.25rem/1.5625rem "ITC Garamond Std Lt", times, serif;
        color: #FFFFFF;
        letter-spacing: 1px;
        margin: 0 0 0.625rem;
    }


    /* HEADER & NAV */

    .headerBG {
        width: 16.25rem;
        height: auto;
        /*background-image:url(../images/bg-header.png); background-repeat: repeat-x; background-color: #D4D2CB;*/
        background-image: none;
        background-repeat: repeat-x;
        background-color: #FFFFFF;
        /*background: none;*/
        /*border: 1px solid #000000;*/
        float: right;
    }

        .headerBG > .header {
            margin: 0 auto;
            position: relative;
            text-align: left;
            height: auto;
            float: right;
        }

            .headerBG > .header > .headerLogo {
                height: 4.5rem;
                z-index: 10000;
                float: right;
            }

                .headerBG > .header > .headerLogo > .headerLink {
                    text-decoration: none;
                    border: 0;
                    float: right;
                    margin: 0.9375rem 0 0 0;
                }

                .headerBG > .header > .headerLogo img {
                    max-height: 4.4375rem;
                    max-width: 15.625rem;
                }

    nav.full {
        display: none;
    }

    #menuLink {
        display: block;
    }

        #menuLink:focus {
            outline: 2px solid #00F;
        }


    /* ABOUT SELECT MEDICAL */

    #about .container-section {
        padding: 1.5625rem 0.9375rem 2.5rem 0.9375rem;
    }

    #about_wrap {
        background: none;
        margin-bottom: 0;
    }

    .about_left {
        padding: 0 0.9375rem 0.625rem 0.9375rem;
    }

    .about_right {
        padding: 0 0.9375rem 0.625rem 0.9375rem;
    }

    #aboutselectmedical .container-section {
        padding: 6.25rem 0.9375rem 2.5rem 0.9375rem;
    }

    #aboutselectmedical_wrap .column {
        width: 100%;
        /*height: 7.5rem;*/
        float: left;
        text-align: center;
        padding: 0 1.875rem 0 1.875rem;
        margin: 0 0 1.25rem 0;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box; /* Firefox, other Gecko */
        box-sizing: border-box; /* Opera/IE 8+ */

        border-right: none;
    }

        #aboutselectmedical_wrap .column.one {
            width: 100%;
            /*height: 8.75rem;*/
        }

        #aboutselectmedical_wrap .column.two {
            width: 100%;
        }

        #aboutselectmedical_wrap .column.three {
            width: 100%;
        }

        #aboutselectmedical_wrap .column.four {
            width: 100%;
            border: none;
        }

    #aboutselectmedical_wrap h3 {
        font: normal 1.875rem/1.875rem "ITC Garamond Std Lt", times, serif;
        color: #494a4c;
        letter-spacing: 1px;
        text-transform: none;
    }


    /* ======= Quote ======= */

    #quote_photo {
        display: block;
        margin: 0 0 2.5rem 0;
        width: 100%;
    }

    #quote {
        background: #ececea;
        text-align: center;
        padding: 0 0 2.5rem 0;
    }

        #quote blockquote {
            font: normal 1.75rem/2rem "ITC Garamond Std Lt", times, serif;
            color: #494a4c;
            letter-spacing: 1px;
            margin: 0 0 0.625rem 0;
            text-align: center;
            background: url("../images/quotes.png ") top center no-repeat;
            padding: 0 2.5rem;
        }

            #quote blockquote.small {
                display: block !important;
            }

            #quote blockquote.full {
                display: none !important;
            }

    #faqs .container-section {
        padding: 6.25rem 0.9375rem 2.5rem 0.9375rem;
    }


    /* ======= Resources ======= */

    #resources .container-section {
        padding: 6.25rem 0.9375rem 3.75rem 0.9375rem;
    }


    /* CONTACT FORM */

    #contactform .container-section {
        padding: 4.375rem 0.9375rem 2.5rem 0.9375rem;
    }

    #contactform .form textarea.request {
        max-width: 21.875rem;
        width: 100%;
        height: 8.75rem;
        line-height: 1.0625rem;
        font-family: "OpenSansRegular", sans-serif;
        font-size: 0.8125rem;
        margin: 0 0 0.9375rem 0.625rem;
        border: 1px solid #cccccc;
        background-color: rgba(255, 255, 255, 1);
        -webkit-border-radius: 0.3125rem;
        -moz-border-radius: 0.3125rem;
        border-radius: 0.3125rem;
        resize: none;
    }

    #contact-thank-you .container-section {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
        margin-left: 0.9375rem;
        margin-right: 0.9375rem;
    }
}


@media (min-width:768px) {
    .container {
    }

        .container .row > .col-xs-12.outer-container {
            /*padding-right: 0.9375rem;*/
            padding-left: 0.9375rem;
        }

    p {
        font: normal 1.125rem/1.5rem "Gotham Light", arial, sans-serif;
        /*font: normal 1.125rem/1.5rem "OpenSansRegular", arial, sans-serif;*/
    }

    h1 {
        font: normal 3.375rem/3.75rem "ITC Garamond Std Lt", times, serif;
        color: #FFFFFF;
        text-align: center;
        padding: 0 0 1.25rem;
        margin-top: 1.25rem;
        text-transform: uppercase;
    }

        h1.secondary {
            font: normal 3.375rem/3.75rem "ITC Garamond Std Lt", times, serif;
            color: #494A4C;
            text-align: left;
            padding: 0 0 1.25rem;
            text-transform: uppercase;
        }

    h2 {
        font: normal 1.875rem/2.0625rem "ITC Garamond Std Lt", times, serif;
        color: #FFFFFF;
        letter-spacing: 1px;
        margin: 0 0 1.25rem;
    }

        h2 span {
            display: block;
            text-transform: uppercase;
            font-size: 3.25rem;
            letter-spacing: 0.3125rem;
        }

    h3 {
        font: normal 1.5625rem/1.875rem "ITC Garamond Std Lt", times, serif;
        color: #FFFFFF;
        letter-spacing: 1px;
        margin: 0 0 1.25rem;
    }


    /* HEADER / LOGO */

    .headerBG {
        width: 100%;
        height: 6.1875rem;
        background-image: url(../Resources/images/bg-header.png);
        background-repeat: repeat-x;
        background-color: #D4D2CB;
    }

        .headerBG > .header {
            margin: 0 auto;
            position: relative;
            text-align: left;
            height: 6.25rem;
        }

            .headerBG > .header > .headerLogo {
                height: 6.25rem;
                z-index: 10000;
            }

                .headerBG > .header > .headerLogo img {
                    max-height: 4.4375rem;
                    max-width: none;
                }


    /* ABOUT SELECT MEDICAL */

    /* ======= Quote ======= */

    #quote blockquote {
        background: none !important;
    }

    /* ======= Resources ======= */

    #resources .container-section {
        padding: 6.25rem 0.9375rem 3.75rem 0.9375rem;
    }


    /* CONTACT FORM */

    #contactform .container-section {
        padding: 6.25rem 0.9375rem 3.75rem 0.9375rem;
    }
}


@media (min-width: 1024px) {

    nav.full {
        display: block;
    }

    #menuLink {
        display: none;
    }

    .container-section {
        width: 63.125rem;
    }

    /* HEADER & NAV */

    .headerBG {
        width: 100%;
        height: auto;
        /*background-image:url(../images/bg-header.png); background-repeat: repeat-x; background-color: #D4D2CB;*/
        background-image: none;
        background-repeat: repeat-x;
        background-color: #FFFFFF;
        /*background: none;*/
        /*border: 1px solid #000000;*/
        float: left;
    }

        .headerBG > .header {
            margin: 0 auto;
            position: relative;
            text-align: left;
            height: 6.25rem;
            width: 61.875rem;
            float: none;
        }

            .headerBG > .header > .headerLogo {
                height: 5rem;
                z-index: 10000;
                float: left;
            }

                .headerBG > .header > .headerLogo .headerLink {
                    text-decoration: none;
                    border: 0;
                    float: left;
                    margin: 0.625rem 0 0 0;
                }

    /* ABOUT SELECT MEDICAL */

    #about .container-section {
        padding: 1.5625rem 0.9375rem 5rem 0.9375rem;
    }

    #aboutselectmedical .container-section {
        padding: 6.25rem 0.9375rem 3.75rem 0.9375rem;
    }

    #aboutselectmedical_wrap .column {
        width: 20%;
        height: 7.5rem;
        float: left;
        text-align: center;
        padding: 0 1.875rem 0 1.875rem;
        border-right: 2px solid #FFFFFF;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box; /* Firefox, other Gecko */
        box-sizing: border-box; /* Opera/IE 8+ */
    }

        #aboutselectmedical_wrap .column.one {
            width: 20.625rem;
            height: 7.5rem;
        }

        #aboutselectmedical_wrap .column.two {
            width: 10.625rem;
            height: 7.5rem;
        }

        #aboutselectmedical_wrap .column.three {
            width: 13.75rem;
            height: 7.5rem;
        }

        #aboutselectmedical_wrap .column.four {
            width: 15rem;
            height: 7.5rem;
            border: none;
        }

    #aboutselectmedical_wrap h3 {
        font: normal 3.75rem/3.75rem "ITC Garamond Std Lt", times, serif;
        color: #494a4c;
        letter-spacing: 1px;
        text-transform: none;
    }

    #about_wrap {
        background: url("../images/line.gif") top center repeat-y;
        margin-bottom: 3.75rem;
    }

    .about_left {
        padding: 0 3.75rem 0.625rem 0;
    }

    .about_right {
        padding: 0 0 0.625rem 4.0625rem;
    }

    /* ======= Quote ======= */

    #quote_photo {
        display: block;
        margin: -160px 0 3.75rem 0;
        width: 100%;
    }

    #quote {
        background: #ececea;
        text-align: center;
        padding: 5rem 0 3.75rem 0;
    }

        #quote blockquote {
            font: normal 2.125rem/3.875rem "ITC Garamond Std Lt", times, serif;
            color: #494a4c;
            letter-spacing: 1px;
            margin: 0 0 2.5rem 0;
            text-align: center;
            background: url("../images/quotes.png ") top center no-repeat !important;
            padding: 0 5.9375rem;
        }

            #quote blockquote.small {
                display: none !important;
            }

            #quote blockquote.full {
                display: block !important;
            }


    #faqs .container-section {
        padding: 6.25rem 0.9375rem 3.75rem 0.9375rem;
    }

    #contactform .container-section {
        padding: 4.375rem 0.9375rem 3.75rem 0.9375rem;
    }

    .container-section-text {
        width: 61.875rem;
    }

    #contact-thank-you .container-section {
        margin: 1.25rem auto;
    }

    .container-footer {
        width: 61.875rem !important;
    }
}


/* USES JAVASCRIPT TO TRANSITION FROM THE MENU TO AN X AND BACK AGAIN */

.container .menu {
    float: left;
    margin: 1.25rem 0.625rem 0.625rem 0.9375rem;
    display: inline-block;
    cursor: pointer;
}

    /* INITIAL VALUE */
    .container .menu .bar1, .container .menu .bar2, .container .menu .bar3 {
        width: 2.1875rem;
        height: 0.3125rem;
        background-color: #128eb4;
        margin: 0.375rem 0;
        transition: 0.4s;
    }

    .container .menu.change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(-45deg) translate(-9px, 6px);
    }

    .container .menu.change .bar2 {
        opacity: 0;
    }

    .container .menu.change .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-8px, -8px);
    }


/* MAIN NAV - MODAL */

.modal.form div.modal-body div input {
    background: url(/resources/img/form-elements.png) no-repeat 0 -100px;
    width: 13.75rem;
    height: 1.9375rem;
    border: 0;
    padding: 0 0 0 0.3125rem;
    line-height: 1.875rem;
    float: left;
}

    .modal.form div.modal-body div input.disabled {
        background-position: -240px -100px;
    }

    .modal.form div.modal-body div input[type=checkbox] {
        background: none;
        width: auto;
        height: auto;
        float: none;
        padding: 0;
        margin: 0;
    }

.modal.form div.modal-body.large {
    max-height: 39.375rem;
}

.modal.form div.modal-body {
    padding: 0.9375rem 0;
}

.modal.form.large {
    width: 45rem !important;
}

.modal-backdrop, .modal-backdrop.fade.in {
    background-color: #000 !important;
}

.modal.form div.modal-body div div.search-filter {
    width: 18.75rem;
    display: inline-block;
    float: right;
}

    .modal.form div.modal-body div div.search-filter > div {
        float: left;
        margin: 0.625rem 0 0 0;
    }

    .modal.form div.modal-body div div.search-filter input[type="radio"] {
        width: 3.125rem;
        height: 1.25rem;
        border: 0;
        padding: 0 0 0 0.3125rem;
        margin: 0 0 0.625rem 0;
        line-height: 1.875rem;
        float: left;
        background: none !important;
    }

    .modal.form div.modal-body div div.search-filter label {
        padding: 0 0 0 0.3125rem;
        float: left;
        font: 0.875rem/1.125rem 'OpenSansSemibold',Arial,sans-serif
    }

.modal.form div.modal-body div div.search-panel {
    width: 26.25rem;
    text-align: center;
    display: inline-block;
}

.modal.form div.modal-body div div div div.search-criteria {
    display: inline-block;
    *display: inline;
    width: 13.75rem;
    vertical-align: top;
    text-align: left;
    padding: 0.625rem;
}

.modal.form div.modal-footer a.button {
    background-position: 3.4375rem 0;
    float: right;
    padding-right: 2.8125rem;
    width: 6.25rem;
}

.modal.form div.modal-body .search-buttons {
    width: 48%;
    margin: 0 1%;
    float: left;
}

.modal.form div.modal-body .no-location {
    width: 50%;
    padding-top: 0.9375rem;
    z-index: 1;
    font: 0.75rem/0.875rem 'OpenSansLight',Arial,sans-serif
}

    .modal.form div.modal-body .no-location .cb {
        width: 100%;
        float: left;
        text-align: center;
    }

    .modal.form div.modal-body .no-location input.no-location {
        padding: 0;
        background-image: none;
        float: none;
        margin: 0 0 0 2.5rem;
    }

    .modal.form div.modal-body .no-location .instruction {
        width: 100%;
        float: left;
        text-align: center;
    }

.modal.form div.modal-body div a.button.search {
    float: right;
    width: 5.6875rem;
    color: #FFFFFF;
    padding: 0.5rem;
    background-color: #EC8E30;
    text-transform: uppercase;
    color: #FFFFFF;
}

.modal.form div.modal-body div a.button.cancel {
    float: left;
    width: 5.6875rem;
    padding: 0.5rem;
    background-color: #4C4C4D;
    text-transform: uppercase;
    color: #FFFFFF;
}

.modal.form div.modal-body div a:hover {
    text-decoration: none;
}

.modal.form div.modal-body div a.button.hidden {
    display: none;
}

.modal.form div.modal-body .results {
    float: left;
    position: relative;
    width: 100%;
    padding-top: 0.9375rem;
    background-color: #ffffff;
}

    .modal.form div.modal-body .results .heading {
        width: 100%;
        float: left;
        padding: 0.9375rem 0;
    }

        .modal.form div.modal-body .results .heading .result-text {
            float: left;
            width: 38%;
            padding-left: 2%;
        }

        .modal.form div.modal-body .results .heading .ajax-loader {
            float: left;
            width: 20%;
            text-align: center;
        }

        .modal.form div.modal-body .results .heading .reset {
            float: right;
            width: 38%;
            padding-right: 2%;
            text-align: right;
        }

    .modal.form div.modal-body .results .rows {
        position: relative;
        float: left;
        max-height: 18.75rem;
        width: 97%;
        padding-left: 3%;
        padding-bottom: 0.9375rem;
        overflow-y: auto;
        border-bottom: 1px solid #eee;
        padding-bottom: 0.3125rem;
    }

    .modal.form div.modal-body .results .separator {
        background: url(/resources/img/modal-seperator.png) repeat-x;
        width: 100%;
    }

    .modal.form div.modal-body .results .show-more {
        float: left;
        width: 97%;
        padding-right: 3%;
        position: relative;
        z-index: 1;
    }

        .modal.form div.modal-body .results .show-more a {
            float: right;
            padding-right: 3%;
            padding-top: 0.9375rem;
            position: relative;
            z-index: 2;
        }

table.search-results tbody tr th {
    font: 0.75rem/0.875rem 'OpenSansBold', Arial, sans-serif;
    padding-left: 0.1875rem;
}

table.search-results tbody tr td {
    padding-left: 0.1875rem;
}

div.modal.form div.modal-body div div.search-panel div div.search-criteria a.selectBox.selectBox-dropdown {
    line-height: 1;
}

.search-location.gray.disabled {
    color: #888888;
    background-color: transparent !important;
}

.search-container {
    font-size: 1.375rem;
    color: #000000;
    padding-top: 1.5rem;
}

    .search-container i {
        cursor: pointer;
    }

.search-container-disabled {
    font-size: 1.375rem;
    color: #D7D7D8;
    cursor: auto;
    padding-top: 1.5rem;
}

.modal .modal-body .results {
    font: 0.75rem/0.875rem 'OpenSansRegular', Arial, sans-serif;
}

    .modal .modal-body .results .header span {
        font: 0.75rem/0.875rem 'OpenSansSemiBold', Arial, sans-serif;
    }

    .modal .modal-body .results .header {
        padding: 0 5%;
        width: 90%;
    }

    .modal .modal-body .results .header,
    .modal .modal-body .results .rows .row {
        position: relative;
        width: 90%;
        padding: 1% 5%;
        margin: 0;
        vertical-align: top;
        float: left;
    }

        .modal .modal-body .results .header .col-1,
        .modal .modal-body .results .rows .row .col-1 {
            width: 10%;
            padding: 0;
            margin: 0;
            display: inline-block;
            vertical-align: top;
            float: left;
        }

        .modal .modal-body .results .header .col-2,
        .modal .modal-body .results .rows .row .col-2 {
            width: 17%;
            padding: 0;
            margin: 0;
            display: inline-block;
            vertical-align: top;
            float: left;
        }

        .modal .modal-body .results .header .col-3,
        .modal .modal-body .results .rows .row .col-3 {
            width: 37%;
            padding: 0;
            margin: 0;
            display: inline-block;
            vertical-align: top;
            float: left;
        }

        .modal .modal-body .results .header .col-4,
        .modal .modal-body .results .rows .row .col-4 {
            width: 20%;
            padding: 0;
            margin: 0;
            display: inline-block;
            vertical-align: top;
            float: left;
        }

        .modal .modal-body .results .header .col-5,
        .modal .modal-body .results .rows .row .col-5 {
            width: 8%;
            padding: 0;
            margin: 0;
            display: inline-block;
            vertical-align: top;
            float: left;
        }

        .modal .modal-body .results .header .col-6,
        .modal .modal-body .results .rows .row .col-6 {
            width: 8%;
            padding: 0;
            margin: 0;
            display: inline-block;
            vertical-align: top;
            float: left;
        }

/* FROM BOOTSTRAP 2.3.2*/

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

        .modal-backdrop, .modal-backdrop.fade.in {
            opacity: 0.8;
            filter: alpha(opacity=80);
        }

.modal {
    position: fixed;
    top: 3%;
    left: 0;
    right: auto;
    bottom: auto;
    z-index: 1050;
    width: 100%;
    max-width: 20rem;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    -webkit-border-radius: 0.375rem;
    -moz-border-radius: 0.375rem;
    border-radius: 0.375rem;
    -webkit-box-shadow: 0 0.1875rem 0.4375rem rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0.1875rem 0.4375rem rgba(0, 0, 0, 0.3);
    box-shadow: 0 0.1875rem 0.4375rem rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    outline: none;
}

    .modal.fade {
        -webkit-transition: opacity .3s linear, top .3s ease-out;
        -moz-transition: opacity .3s linear, top .3s ease-out;
        -o-transition: opacity .3s linear, top .3s ease-out;
        transition: opacity .3s linear, top .3s ease-out;
        top: -25%;
    }

        .modal.fade.in {
            top: 3%;
        }

.modal-header {
    padding: 0.5625rem 0.9375rem;
    border-bottom: 1px solid #eee;
}

    .modal-header .close {
        margin-top: 0.125rem;
    }

    .modal-header h3 {
        margin: 0;
        line-height: 1.875rem;
    }

.modal-body {
    position: relative;
    overflow-y: auto;
    max-height: 25rem;
    padding: 0.9375rem;
}

.modal-form {
    margin-bottom: 0;
}

.modal-footer {
    padding: 0.875rem 0.9375rem 0.9375rem;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 0.375rem 0.375rem;
    -moz-border-radius: 0 0 0.375rem 0.375rem;
    border-radius: 0 0 0.375rem 0.375rem;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
    *zoom: 1;
}

    .modal-footer:before, .modal-footer:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer .btn + .btn {
        margin-left: 0.3125rem;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-dialog {
    margin: 0 !important;
    width: auto;
}


#myModal ul {
    padding: 0;
}

    #myModal ul > li {
        margin: 0 0 0.625rem 0.625rem;
        text-align: left;
    }


        #myModal ul > li > a {
            text-transform: uppercase;
            color: #29384e;
            margin: 0 0.625rem 0.3125rem 0.625rem;
            padding: 0.3125rem 0 0 0;
            text-align: left;
            background-image: none;
            display: inline-block;
        }

#close-modal:focus {
    outline: 2px solid #00F;
}


/* ADA styling */

a:focus {
    outline: 2px solid #00F;
}

.skip-link,
.accessibility-policy-link {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    font-size: 1.5rem;
}

    .skip-link:focus,
    .accessibility-policy-link:focus {
        position: static;
        width: auto;
        height: auto;
        margin: 0.3125rem;
        z-index: 105;
        outline-offset: -2px;
    }

        /*shows the skip link on focus*/
        .skip-link:focus ~ #menuLink,
        .accessibility-policy-link:focus ~ #menuLink {
            top: auto;
        }
