﻿
/*-----Prevents iPhone from resizing in landscape mode -----*/
html {
    -webkit-text-size-adjust: none;
    position: relative;
    min-height: 100%;
}



/*----------- apply a natural box layout model to all elements --------------*/
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Open Sans */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('Fonts/Open-Sans/OpenSans-Regular-webfont.eot'); /* IE9 Compat Modes */
    src: url('Fonts/Open-Sans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('Fonts/Open-Sans/OpenSans-Regular-webfont.woff') format('woff2'), /* Super Modern Browsers */
    url('Fonts/Open-Sans/OpenSans-Regular-webfont.ttf') format('woff'), /* Pretty Modern Browsers */
    url('Fonts/Open-Sans/OpenSans-Regular-webfont.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: url('Fonts/Open-Sans/OpenSans-Italic-webfont.eot'); /* IE9 Compat Modes */
    src: url('Fonts/Open-Sans/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('Fonts/Open-Sans/OpenSans-Italic-webfont.woff') format('woff2'), /* Super Modern Browsers */
    url('Fonts/Open-Sans/OpenSans-Italic-webfont.ttf') format('woff'), /* Pretty Modern Browsers */
    url('Fonts/Open-Sans/OpenSans-Italic-webfont.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    src: url('Fonts/Open-Sans/OpenSans-Semibold-webfont.eot'); /* IE9 Compat Modes */
    src: url('Fonts/Open-Sans/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('Fonts/Open-Sans/OpenSans-Semibold-webfont.woff') format('woff2'), /* Super Modern Browsers */
    url('Fonts/Open-Sans/OpenSans-Semibold-webfont.ttf') format('woff'), /* Pretty Modern Browsers */
    url('Fonts/Open-Sans/OpenSans-Semibold-webfont.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 500;
    src: url('Fonts/Open-Sans/OpenSans-SemiboldItalic-webfont.eot'); /* IE9 Compat Modes */
    src: url('Fonts/Open-Sans/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('Fonts/Open-Sans/OpenSans-SemiboldItalic-webfont.woff') format('woff2'), /* Super Modern Browsers */
    url('Fonts/Open-Sans/OpenSans-SemiboldItalic-webfont.ttf') format('woff'), /* Pretty Modern Browsers */
    url('Fonts/Open-Sans/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('Fonts/Open-Sans/OpenSans-Bold-webfont.eot'); /* IE9 Compat Modes */
    src: url('Fonts/Open-Sans/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('Fonts/Open-Sans/OpenSans-Bold-webfont.woff') format('woff2'), /* Super Modern Browsers */
    url('Fonts/Open-Sans/OpenSans-Bold-webfont.ttf') format('woff'), /* Pretty Modern Browsers */
    url('Fonts/Open-Sans/OpenSans-Bold-webfont.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Open Sans Condensed Bold';
    src: url('Fonts/Open-Sans/OpenSans-CondBold-webfont.eot');
    src: url('Fonts/Open-Sans/OpenSans-CondBold-webfont.eot?#iefix') format('embedded-opentype'), 
         url('Fonts/Open-Sans/OpenSans-CondBold-webfont.woff') format('woff'), 
         url('Fonts/Open-Sans/OpenSans-CondBold-webfont.ttf') format('truetype'), 
         url('Fonts/Open-Sans/OpenSans-CondBold-webfont.svg#open_sans_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}



body {
    font-size: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400; /* also loaded 600 for bold */
    /*margin: 0;*/
    padding: 0;
    margin: 0 0 220px 0; /* NEEDS TO MATCH FOOTER HEIGHT */
}



#wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    }


/***************************
*   HEADER
***************************/
#headerWrapper {
    background-color: #fff;
    width: 100%;
    margin: 0;
    padding: 0;
}

    header {
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }



    #headerTopMenu {
        display: none !important;
        }

    #Logo {
        margin: 0;
        padding: 5px 0 5px 0;
        width: 100%;
        text-align: center;
        }

        #Logo .Logo {
            margin: 0;
            padding: 0;
            width: 298px;
            max-width: 298px;
            height: auto;    
            }

    #searchboxWrapper {
        display: none;
        }


/***************************
*   Navigation
***************************/
#navWrapper {
    background: #A81F44;
    margin: 0;
    padding: 0;
    width: 100%;
}


/*************************** * CONTENT ***************************/
/***********************************
************************************
*   Website Content
************************************
***********************************/
#sitecontentOutsideWrapper {
    margin: 0 0 0 0;
    padding: 0;
    width: 100%;
    background: #fff;
}



#sitecontentInsideWrapper {
    margin: 20px 0 20px 0;
}

section {
    margin: 0;
    padding: 0 5px 0 5px;
    width: 100%;
}

    section p, ol, ul, blockquote, pre, code {
        /*line-height: 18px;
            margin-bottom: 16px;*/
        /* 1.5em provides good vertical spacing ( = 150% of the font-size) */
        line-height: 1.125em;
        margin-bottom: 1em;
    }

    section h1 {
        font-size: 1.750em;
        margin: 0 0 10px 0 !important;
        font-weight: 500;
        text-align: left;
        color: #A81F44;
    }


    section h2 {
        font-size: 1.438em;
        margin: 0 0 10px 0 !important;
        font-weight: 500;
        text-align: left;
        color: #000;
    }

    

    section h3 {
        margin: 10px 0 10px 0;
        padding: 0;
        font-size: 1.125em;
        font-weight: bold;
    }


    section p {
        font-size: 1.000em;
        line-height: 1.375em;
        margin: 5px 0 10px 0;
    }

    section p.Disclaimer {
        font-size: 0.875em;
        line-height: 1.125em;
        font-style: italic;
        margin: 5px 0 10px 0;
    }

    section blockquote {
        font-size: 1.000em;
        line-height: 1.375em;
        margin: 5px 0 10px 20px;
    }


    section ul {
        list-style-type: disc;
        padding: 0 0 0 30px;
        margin: 10px 0 20px 0;
        font-size: 0.938em;
    }

    section ol {
        list-style-type: decimal;
        padding: 0 0 0 30px;
        margin: 10px 0 20px 0;
        font-size: 0.938em;
    }

    section ul li {
        margin: 0 0 10px 0;
        line-height: 1.250em;
    }

        section ul li ul li {
            margin: 0 0 10px 0;
            font-size: 1.063em !important;
        }

    section ol li {
        margin: 0 0 10px 0;
        line-height: 1.250em;
    }

        section ol li ol li {
            margin: 0 0 10px 0;
            font-size: 1.063em !important;
        }

    section em {
        font-style: italic;
    }

    section strong {
        font-weight: bold;
    }

    section a {
        color: #2A5DB0;
        text-decoration: underline;
    }

        section a:hover {
            color: #2A5DB0;
            text-decoration: none;
        }

        section a:visited {
            color: #2A5DB0;
            text-decoration: underline;
        }

    section hr {
        /*border-top: 2px solid #94c21f;*/
        width: 50%;
    }

section img {
	max-width: 100%;
}




/***************************
*   ASIDE
***************************/
    aside {
        margin: 0;
        padding: 0 10px 0 0;
        width: 100%;
        float: none;
        display: block;
    }

        aside .Clear {
            clear: both;
            height: 5px;
            width: 100%;
        }

       



    /***************************
    *   Menu
    **************************
        aside #asideNavigation {
                display: none !important;
            }


    /***************************
    *   Contact Us
    ***************************/
        aside h6 {
            margin: 10px 0 0 0;
            padding: 0 0 5px 0;
            text-align: center;
            font-size: 1.250em;
            border-bottom: 1px solid #e1e1e1;
            color: #464647;
            font-weight: bold;
        }

        aside blockquote {
            margin: 5px 0 0 0;
            text-align: center;
            line-height: 1.250em;
        }


/***********************************
 ************************************
*   Footer
************************************
***********************************/
    #footerWrapper {
        width: 100% !important;
        margin: 0 0 0 0 !important;
        padding: 0;
        background: #A81F44 !important;
        clear: both;
    }

    footer {
        position: absolute;
        margin: 0;
        bottom: 0;
        padding: 5px 0;
        height: 220px;
        width: 100% !important;
        color: #FFFFFF;
        font-size: 0.813em;
        text-align: center;
        background: #A81F44 !important;
    }

/******************************************************
*   Social Media For Mobile Footer
******************************************************/
#footerSocial {
    margin: 0;
    padding: 0;
    display: block;
    background: #F9F6EE

}


#footerSocial {
    margin: 0 0 0 0;
    padding: 0;
}

    #footerSocial ul.socialNavigation {
        margin: 0;
        padding: 0 0 0 0 !important;
        display: block;
        width: 100%;
        text-align: center;
        list-style: none;
        color: #A81F44;
    }

        #footerSocial ul.socialNavigation li {
            display: inline-block;
            margin: 0 !important;
            padding: 5px 5px 5px 5px !important;
        }


            #footerSocial ul.socialNavigation li:last-of-type {
                margin: 0 !important;
                border-right: none;
                padding: 0 0 0 5px !important;
            }

            #footerSocial ul.socialNavigation li img {
                width: 48px;
                width: 48px;
            }


/******************************************************
*   Future of Health Care
******************************************************/

#futureofhealthcareOutSideWrapper {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 80px;
    background-color: #A81F44;
    /* background-image: url('/licensees/licensee304/images/Future-of-Health-Care-BG.jpg'); */
    background-position: center center;
    background-repeat: no-repeat;
}

    #futureofhealthcareInsideWrapper {
        margin: 20px auto;
        width: 100%;
    }

        #futureofhealthcareInsideWrapper section {
            width: 100%;
        }

            #futureofhealthcareInsideWrapper section h5 {
                margin: 0;
                padding: 20px 0 10px 0;
                text-align: center;
                font-size: 1.375em;
                color: #ffffff;
                font-family: 'Open Sans', sans-serif;
                font-weight: 700;
            }



/******************************************************
*   Footer Inside Wrapper
******************************************************/
    #footerInsideWrapper {
        margin: 0 auto;
        padding: 0 0 2px 0;
        background: #A81F44 !important;
        width: 100%;
    }

/******************************************************
*   Footer Coloumns
******************************************************/
    #footerNavigation {
        display: none;
    }




/******************************************************
*  WKHS Logo & Legal
******************************************************/
    ul.Legal {
        display: block;
        width: 100%;
        font-size: 0.750em;
        text-align: center;
        list-style: none;
        color: #fff;
    }

        ul.Legal li {
            display: inline-block;
            padding: 0 !important;
            margin: 0 2px 0 2px !important;
        }

            ul.Legal li a {
                color: #ffffff;
                text-decoration: none;
            }

                ul.Legal li a:hover {
                    color: #ffffff;
                    text-decoration: underline;
                }


    /* ----- OTHER STUFF ----*/
    .clearfix:after {
        content: "";
        display: table;
        clear: both;
    }

    /**** LARGER PHONES ******/

    @media only screen and (min-width: 450px) {
    }




