/*
    Base Responsive stylesheet for hospitals

    // DEFAULT TRANSITION //
    transition: .3s all cubic-bezier(0.22, 0.61, 0.36, 1);

    // BREAKPOINTS //
    Desktop min: @media screen and (min-width: 1200px) { ... }
    Tablet min: @media screen and (min-width: 992px) { ... }
    Tablet max: @media screen and (max-width: 991px) { ... }
    Phone min: @media screen and (min-width: 768px)  { ... }
    Phone max: @media screen and (max-width: 767px)  { ... }
    Very small max: @media screen and (max-width: 500px)  { ... }

*/  


/***********************
    BASE - Elements
*************************/
body {
    height: 100%;
    width: 100%;
    font-family: Arial, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #57585c;
    font-size: 12px;
    background-color: #fff;
    overflow-x: hidden;
}   
    html,
    body > form {
        height: 100%;
    }
    body.nav-open {
        overflow: hidden;
    }

img {
    border: none;
    max-width: 100%;
}

.searchscore {
    display: none !important;
}

hr {
    border: 0;
    border-top: 1px dotted #CCCCCC;
    margin: 1.5em 0;
}

a {
    text-decoration: underline;
    color: #4393d0;
}
    a:hover,
    a:focus {
        text-decoration: none;
        color: #23527c;
    }
    li a {
        display: inline-block;
    }

h1, h2, h3 {
    font-weight: normal;
}

h1 {
    font-size: 2.2em;
}

h2 {
    font-size: 1.6em;
}

h3 {
    font-size: 1.2em;
}

p {
    line-height: 1.4em;
}

input {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}

input[type="radio"], input[type="checkbox"] {
    margin-right: 0.4em;
}

.page_content ul {
    padding-inline-start: 15px !important;
}
.page_content table ul {
    padding-inline-start: 40px !important;
}

@media screen and (min-width: 0\0) {
    .page_content ul {
        padding-inline-start: 15px !important;
        padding-left: 15px !important;
    }
    .page_content table ul {
        padding-inline-start: 40px;
        padding-left: 40px !important;
    }
}

/* 
 *  Helper classes 
 */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 *  Icons
 */
.more_icon {
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #4393d0;
    text-align: center;
    margin-left: 8px;
}
    .no-borderradius .more_icon {
        background: url('../../images/hospitals-responsive/icon-more.png') center no-repeat transparent;
    }
    .more_icon:before {
        content: '\e080';
        display: inline-block;
        vertical-align: middle;
        font-family: 'Glyphicons Halflings';
        font-size: 8px;
        font-style: normal;
        font-weight: 400;
        color: #fff;
        padding-bottom: 3px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    a:hover .more_icon {
        background: #23527c;
    }





/************************
    BASE - Structure
**************************/

#mainform {
    -webkit-transition: 500ms all cubic-bezier(0.22, 0.61, 0.36, 1);
       -moz-transition: 500ms all cubic-bezier(0.22, 0.61, 0.36, 1);
         -o-transition: 500ms all cubic-bezier(0.22, 0.61, 0.36, 1);
            transition: 500ms all cubic-bezier(0.22, 0.61, 0.36, 1);    
    -webkit-transform: translate3d(0,0,0);    
       -moz-transform: translate3d(0,0,0);    
            transform: translate3d(0,0,0);
}

.main-wrapper {
    background: #fff;
}
    .main-wrapper > .container {
        padding-bottom: 3em;
    }

.left_nav,
.colRight {
    float: left;
    width: 25%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.left_nav {
    padding-right: 15px;
}
.colRight {
    padding-left: 15px;
}
    .colRight h4 {
        font-size: 12px;
        font-weight: bold;
    }

.page_content {
    float: left;
    width: 75%;
}
    .page_content.col2 {
        width: 50%;
    }
    
.breadcrumb {
    padding: 0;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    background: none;
    margin: 15px 0 5px 25%;
    font-size: 11px;
}
    .breadcrumb.home {
        margin-left: 0;
    }
    .breadcrumb .current,
    a.current {
        font-weight: bold;
    }


@media screen and (max-width: 991px) {
    .left_nav,
    .colRight,
    .page_content,
    .page_content.col2 {
        float: none;
        width: auto;
    }
    .left_nav {
        padding-right: 0;
        display: none;
    }
    .colRight {
        padding-left: 0;
    }

    .heading_content {
        background-color: #4393D0;
        color: white;
        margin: 0 -15px;
        padding: 0 15px;
    }
        .heading_content a {
            color: white;
        }

    .breadcrumb {
        font-size: 1em;
        line-height: 1;
        margin: 14px 0;
        font-weight: 500;
    }
        .breadcrumb .current,
        a.current {
            font-weight: 500;
        }

    .page_content img {
        max-width: 100%;
        height: auto;
    }
    .page_content img[style*="float: right"],
    .page_content img[style*="FLOAT: right"] {
        width: 100% !important;
        height: auto !important;
        float: none !important;
        margin: 15px 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .heading_content {
        display: none;
    }
    .main-wrapper > .container {
        padding-bottom: 15px;
    }
}





/*********************
    Header
***********************/

.header {
    z-index: 10;
    background: #fff;
}
    .header a {
        text-decoration: underline;
        color: #4393d0;
    }

    .header .fixed {
        height: 100%;
        position: relative;
    }

    .header .banner {
        position: relative;
        padding: 10px 0 22px;
    }

.print_header {
    display: none;
}

.header_links {
    font-size: 0.9em;
    float: right;
    padding: 0 0 10px;
    margin: 0;
}

#skip-links {
    float: left;
    padding: 0 0 16px;
    margin: 0;
}
    #skip-links li {
        font-size: 0.9em;
        float: left;
        list-style: none;
    }
        #skip-links li + li {
            padding-left: 0.7em;
            margin-left: 0.7em;
            border-left: 1px solid #fff;
        }

#searchform {
    position: absolute;
    right: 0px;
    top: 60px;
}

    #searchlabel,
    #searchlabelAll {
        display: none;
    }

    #searchbox {
        font-family: Arial, sans-serif;
        width: 180px;
        background: url('../../images/hospitals/backgrounds.png') #fff 0px -431px repeat-x;
        color: #444444;
        font-size: 12px;
        border: 1px solid #cccccc;
        padding: 5px 40px 5px 5px;
        margin-right: 10px;
        -webkit-border-radius: 3px;
           -moz-border-radius: 3px;
                border-radius: 3px;
        position: relative;
    }

    #searchsubmit {
        position: absolute;
        top: -2px;
        right: -0px;
        background-color: transparent;
        color: transparent;
        border: none;
        width: 35px;
        height: 35px;
        background: url('../../images/hospitals/icons.png') 0px -112px no-repeat;
        outline: none;
        cursor: pointer;
        text-indent: 200%;
        white-space: nowrap;
        overflow: hidden;
    }

    .wa_gov_search {
        position: absolute;
        top: 105px;
        right: 10px;
        font-size: 0.9em;
    }

.gov_logo,
.logo_separator,
.hospital_logo {
    display: inline-block;
    vertical-align: middle;
}
.gov_logo,
.hospital_logo {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
}
    /*.gov_logo {
        background-image: url('../../images/hospitals-responsive/logo-doh-header.png');
        width: 449px;
        height: 75px;
        -webkit-background-size: 449px 75px;
           -moz-background-size: 449px 75px;
             -o-background-size: 449px 75px;
                background-size: 449px 75px;
    }*/
    .hospital_logo {
        width: 10px;
    }
    .logo_separator {
        height: 80px;
        width: 1px;
        background: #d9d9d9;
        margin: 0 22px;
    }

    .icon-burger,
    .icon-burger:before,
    .icon-burger:after {
        display: inline-block;
        vertical-align: middle;
        width: 18px;
        height: 3px;
        -webkit-border-radius: 2px;
           -moz-border-radius: 2px;
                border-radius: 2px;
        background: #fff;
        -webkit-transition: .3s all cubic-bezier(0.22, 0.61, 0.36, 1);
           -moz-transition: .3s all cubic-bezier(0.22, 0.61, 0.36, 1);
             -o-transition: .3s all cubic-bezier(0.22, 0.61, 0.36, 1);
                transition: .3s all cubic-bezier(0.22, 0.61, 0.36, 1);
    }
        .icon-burger {
            position: relative;
        }
        .icon-burger:before,
        .icon-burger:after {
            content: ' ';
            position: absolute;
            left: 0;
            width: 100%;
        }
        .icon-burger:before {
            top: -6px;
        }
        .icon-burger:after {
            bottom: -6px;
        }

    .toggle-menu-mobile {
        display: none;
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -22px;
        padding: 14px;
        border: 1px solid transparent;
        background: #4393d0;
        -webkit-border-radius: 0;
           -moz-border-radius: 0;
                border-radius: 0;
        cursor:pointer;
        min-height: 40px;
        min-width: 40px;
        text-align: center;
        -webkit-transition: .3s all cubic-bezier(0.22, 0.61, 0.36, 1);
           -moz-transition: .3s all cubic-bezier(0.22, 0.61, 0.36, 1);
             -o-transition: .3s all cubic-bezier(0.22, 0.61, 0.36, 1);
                transition: .3s all cubic-bezier(0.22, 0.61, 0.36, 1);
    }
    .no-csstransforms .toggle-menu-mobile {
        padding: 0;
        min-height: 46px;
        min-width: 46px;
    }
        .toggle-menu-mobile:hover {
            background: #3082c1;
        }
            .nav-open .toggle-menu-mobile .icon-burger {
                background: transparent;
            }
            .nav-open .toggle-menu-mobile .icon-burger:before,
            .nav-open .toggle-menu-mobile .icon-burger:after {
                background: #fff;
                top: auto;
                bottom: auto;
                width: 20px;
                height: 6px;
            }
            .nav-open .toggle-menu-mobile .icon-burger:before {
                -webkit-transform: rotate(-45deg);
                   -moz-transform: rotate(-45deg);
                    -ms-transform: rotate(-45deg);
                     -o-transform: rotate(-45deg);
                        transform: rotate(-45deg);
            }
            .nav-open .toggle-menu-mobile .icon-burger:after {
                -webkit-transform: rotate(45deg);
                   -moz-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                     -o-transform: rotate(45deg);
                        transform: rotate(45deg);
            }
            .no-csstransforms .nav-open .toggle-menu-mobile .icon-burger {
                font-family: 'FontAwesome';
                background: transparent;
                height: auto;
                width: auto;
                font-size: 20px;
                line-height: 40px;
                position: absolute;
                top: 20%;
                left: 50%;
                margin: -5px 0 0 -5px;
            }
                .no-csstransforms .nav-open .toggle-menu-mobile .icon-burger:after {
                    display: none;
                }
                .no-csstransforms .nav-open .toggle-menu-mobile .icon-burger:before {
                    content: "\f00d";
                    background: transparent;
                    color: #fff;
                    width: auto;
                    height: auto;
                }

                

@media screen and (max-width: 991px) {
    .header_links,
    .wa_gov_search,
    #searchform,
    #skip-links,
    .logo_separator {
        display: none;
    }
    .toggle-menu-mobile {
        display: block;
    }

    .header {
        -webkit-box-shadow: inset 0 -12px 25px -18px #333;
           -moz-box-shadow: inset 0 -12px 25px -18px #333;
                box-shadow: inset 0 -12px 25px -18px #333;
    }
        .no-boxshadow .header {
            background: url('../../images/hospitals-responsive/header-shadow.png') left bottom repeat-x #fff;
        }

    .header .banner {
        padding: 15px 0 20px;
    }
    .header .container {
        width: auto;
    }

    .gov_logo {
        width: 273px;
        height: 46px;
        -webkit-background-size: 273px 46px;
           -moz-background-size: 273px 46px;
             -o-background-size: 273px 46px;
                background-size: 273px 46px;
        margin-right: 20px;
    }
        .no-backgroundsize .gov_logo {
            background-image: url('../../images/hospitals-responsive/logo-doh-header--mob.png');
        }

}

@media screen and (max-width: 767px) {
    .gov_logo {
        display: none;
    }
}




/*********************
    Primary Nav
***********************/

.menu_row {
    background-color: #4393d0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4193cf), to(#347baf));
    background-image: -webkit-linear-gradient(#4193cf 0%, #347baf 100%);
    background-image: -moz-linear-gradient(#4193cf 0%, #347baf 100%);
    background-image: -o-linear-gradient(#4193cf 0%, #347baf 100%);
    background-image: linear-gradient( #4193cf 0%, #347baf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4193cf', endColorstr='#347baf');/*For IE7-8-9*/
    background-repeat: repeat-x;
    background-position: 0 0;
    -webkit-box-shadow: 0 0 20px -8px #000;
       -moz-box-shadow: 0 0 20px -8px #000;
            box-shadow: 0 0 20px -8px #000;
}
    .menu_row ul {
        list-style: none;
        padding: 0;
        margin: 0;
        font-weight: 700;
    }
        .menu_row ul:before,
        .menu_row ul:after {
            content: ' ';
            display: inline-block;
            vertical-align: top;
            width: 1px;
            height: 41px;
        }
        .menu_row ul:before {
            background: #347db0;
            margin-right: -3px;
        }
        .menu_row ul:after {
            background: #639ac3;
            margin-left: -3px;
        }
    .menu_row li {
        display: inline-block;
        vertical-align: top;
        border-left: 1px solid #639ac3;
        border-right: 1px solid #347db0;
        overflow: hidden;
    }
        .menu_row li + li {
            margin-left: -3px;
        }
    .menu_row li a {
        display: inline-block;
        vertical-align: top;
        color: #fff;
        text-decoration: none;
        padding: 1.083em 1.416em 1em;
    }
        /*.menu_row li a:hover,
        .menu_row li a:focus {
            background: #4393d0;
        }*/
        .menu_row .active a,
        .menu_row .active a:hover,
        .menu_row .active a:focus {
            background: #fff;
            background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d7d9d8));
            background-image: -webkit-linear-gradient(#ffffff 0%, #d7d9d8 100%);
            background-image: -moz-linear-gradient(#ffffff 0%, #d7d9d8 100%);
            background-image: -o-linear-gradient(#ffffff 0%, #d7d9d8 100%);
            background-image: linear-gradient( #ffffff 0%, #d7d9d8 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#d7d9d8');/*For IE7-8-9*/
            background-repeat: repeat-x;
            background-position: 0 0;
            color: #4393d0;
        }



@media screen and (min-width: 992px) {
    .header-search,
    .menu_row ul ul {
        display: none !important;
    }
    .menu_row {
        display: block !important;
    }
}

            
@media screen and (max-width: 991px) {

    .nav-open #mainform {
        -webkit-transform: translateX(-380px);
           -moz-transform: translateX(-380px);
            -ms-transform: translateX(-380px);
             -o-transform: translateX(-380px);
                transform: translateX(-380px);
    }
        .no-csstransforms .nav-open #mainform {
            position: relative;
            left: -380px;
        }
            
    .menu_border {
        padding: 0;
    }

    .menu_row {
        position: absolute;
        z-index: 1000;
        top: 0;
        left: 100%;
        height: -webkit-fill-available !important;
        width: 380px;
        overflow: auto;
        background: #fff;
        font-size: 15px;
        -webkit-box-shadow: 0 0 20px -8px transparent;
        -moz-box-shadow: 0 0 20px -8px transparent;
        box-shadow: 0 0 20px -8px transparent;
    }
        .nav-open .menu_row {
            -webkit-box-shadow: 0 0 20px -8px #000;
               -moz-box-shadow: 0 0 20px -8px #000;
                    box-shadow: 0 0 20px -8px #000;
        }

        .menu_row ul:before,
        .menu_row ul:after {
            display: none;
        }
        .menu_row li {
            display: block;
            border-width: 0;
            position: relative;
            overflow: visible;
        }
            .menu_row li + li {
                margin-left: 0;
            }
            .menu_row li + li:before {
                content: ' ';
                position: absolute;
                z-index: 10;
                top: 0;
                left: 15px;
                right: 15px;
                height: 1px;
                background: #dfdfdf;
            }
                .menu_row li + .active:before {
                    top: -1px;
                }
        .menu_row li a {
            display: block;
            color: #595a5e;
            padding: 11px 15px;
        }

        .menu_row li a:hover,
        .menu_row li a:focus,
        .menu_row .active a:hover,
        .menu_row .active a:focus,
        .menu_row .children-toggle:hover,
        .menu_row .children-toggle:focus {
            background: #f2f2f2;
        }
        .menu_row .active a {
            background: #fff;
            color: #4393d0;
            position: relative;
        }
            .menu_row .active a:before {
                content: ' ';
                position: absolute;
                top: 50%;
                left: 0;
                margin-top: -10px;
                border: 10px solid transparent;
                border-right-width: 0;
                border-left-color: #4393d0;
            }
                .menu_row .active li a:before {
                    display: none;
                }

        .menu_row .has-children {
            position: relative;
        }
            .menu_row .has-children > .tab {
                margin-right: 60px;
            }
            .menu_row .children-toggle {
                font-family: 'FontAwesome';
                font-size: 20px;
                font-weight: 700;
                text-align: center;
                color: #4393d0;
                line-height: 43px;
                position: absolute;
                top: 0;
                right: 0;
                height: 43px;
                width: 60px;
                cursor: pointer;
            }
                .menu_row .children-toggle:before {
                    content: '\f107';
                }

        .menu_row .open {
            background: #4393d0;
            color: #fff;
        }
            .menu_row .open a,
            .menu_row .open a {
                color: #fff;
            }
            .menu_row .open a:hover,
            .menu_row .open a:focus {
                background: transparent;
            }
            .menu_row .open:before {
                display: none;
            }
                .menu_row .open .open:before {
                    display: block;
                }
            .menu_row .open > .children-toggle,
            .menu_row .open > .children-toggle:hover,
            .menu_row .open > .children-toggle:focus,
            .menu_row .open > .tab > .children-toggle,
            .menu_row .open > .tab > .children-toggle:hover,
            .menu_row .open > .tab > .children-toggle:focus {
                background: #4393d0;
                color: #fff;
            }
                .menu_row .open > .children-toggle:before,
                .menu_row .open > .tab > .children-toggle:before {
                    content: '\f106';
                }
            .menu_row .open ul {
                background: #f2f2f2;
                font-weight: 500;
                color: #595a5e;
            }
            .menu_row .open a {
                color: #fff;
            }
            .menu_row .open ul a {
                color: #595a5e;
                padding-left: 25px;
            }

                .menu_row .open .open {
                    background: #f2f2f2;
                    color: #4393d0;
                }
                    .menu_row .open .open ul {
                        background: #ddd;
                        color: #595a5e;
                    }
                    .menu_row .open .open a {
                        color: #4393d0;
                    }
                    .menu_row .open .open ul a {
                        padding-left: 35px;
                        color: #595a5e;
                    }
                    .menu_row .open .open li + li:before {
                        background: #ccc;                        
                    }
                    .menu_row .open .open > .children-toggle,
                    .menu_row .open .open > .tab > .children-toggle {
                        background: transparent;
                        color: #4393d0;
                    }

    .header-search {
        margin-bottom: 1px;
    }
        .header-search_toggles {
            display: table;
            width: 100%;
        }
            .header-search_toggles label {
                display: table-cell;
                width: 50%;
                padding: 15px;
                background: #4393d0;
                color: #fff;
                cursor: pointer;
                -webkit-user-select: none;
                   -moz-user-select: none;
                    -ms-user-select: none;
                        user-select: none;
            }
            .header-search_toggles .checked {
                background: #f2f2f2;
                color: #595a5e;
            }
        .header-search_body {
            padding: 15px;
            background: #f2f2f2;
        }
            .header-search_body p {
                margin: 10px 0 0;
            }
        .header-search_box {
            position: relative;
        }
            .header-search_input,
            .header-search_submit {
                padding: 10px;
                background: #fff;
                border: 1px solid #818181;
                -webkit-box-shadow: 0 0 10px -2px transparent;
                   -moz-box-shadow: 0 0 10px -2px transparent;
                        box-shadow: 0 0 10px -2px transparent;
                -webkit-transition: .3s all cubic-bezier(0.22, 0.61, 0.36, 1);
                   -moz-transition: .3s all cubic-bezier(0.22, 0.61, 0.36, 1);
                     -o-transition: .3s all cubic-bezier(0.22, 0.61, 0.36, 1);
                        transition: .3s all cubic-bezier(0.22, 0.61, 0.36, 1);  
            }
                .header-search_input:focus,
                .header-search_submit:focus {
                    outline: none;
                    z-index: 10;
                    border-color: #686868;
                    -webkit-box-shadow: 0 0 10px -2px;
                       -moz-box-shadow: 0 0 10px -2px;
                            box-shadow: 0 0 10px -2px;  
                }
            .header-search_input {
                display: block;
                width: 85%;              
            }
                .header-search_input:focus {
                    position: relative;  
                }
            .header-search_submit {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                width: 15.5%;
                text-align: center;
            }
                
}

@media screen and (max-width: 767px) {
    .nav-open #mainform {
        -webkit-transform: translateX(-80%);
           -moz-transform: translateX(-80%);
            -ms-transform: translateX(-80%);
             -o-transform: translateX(-80%);
                transform: translateX(-80%);
    }
        .no-csstransforms .nav-open #mainform {
            position: relative;
            left: -80%;
        }
    .menu_row {
        width: 80%;
    }
}





/*********************
    Secondary Nav
***********************/

.left_nav ul {
    margin: 0px;
    padding: 0px;
}

    .left_nav li {
        list-style: none;
    }

        .left_nav li span,
        .left_nav li a {
            padding: 5px;
            border-bottom: 1px dotted #bbb;
            display: block;
            font-size: 1.1em;
        }

        .left_nav ul ul {
            margin: 0px;
            padding-left: 10px;
            margin-bottom: 10px;
        }

            .left_nav li li span,
            .left_nav li li a {
                padding: 5px;
                font-size: 0.9em;
                font-weight: normal;
                display: block;
            }

            .left_nav .active > a {
                font-weight: bold;
            }





/*********************
    Right column
***********************/

.colRight {
    padding-top: 9px;
}
    .colRight h2 {
        background-color: #008392;
        color: white;
        padding: 5px;
        padding-left: 15px;
    }

    #conditionsAZ {
        min-height: 310px;
        padding-bottom: 10px;
    }
        #conditionsAZ ul {
            padding: 0;
            margin: 0;
        }
        #conditionsAZ li {
            width: 35px;
            height: 35px;
            font: 1.00em Arial, Helvetica, sans-serif;
            float: left;
            margin: 0 10px 10px 0;
            padding: 0;
            background: none;
            list-style: none;
        }
        #conditionsAZ a {
            width: 35px;
            height: 35px;
            line-height: 35px;
            display: block;
            text-align: center;
            color: #333333;
            border: 1px solid #CCCCCC;
            background: #FFFFFF;
            text-transform: uppercase;
            text-decoration: underline;
        }
        #conditionsAZ a:hover {
            background: #383232;
            color: #FFFFFF;
        }
        .letterSelected {
            text-decoration: none !important;
            cursor: default !important;
            background: #383232 !important;
            color: #FFFFFF !important;
        }
        .letterUnavailable {
            background: #cccccc !important;
            text-decoration: none !important;
            cursor: default !important;
            color: #333333 !important;
        }
        .btnGeneric {
            display: inline-block;
            text-align: center;
            background-color: #008392;
            color: #fff;
            border: 0;
            padding: .8em 2em;
            margin: 0;
            cursor: pointer;
            -webkit-border-radius: 3px;
               -moz-border-radius: 3px;
                    border-radius: 3px;
            text-decoration: underline;
            -webkit-transition: 250ms all cubic-bezier(0.25, 0.46, 0.45, 0.94);
               -moz-transition: 250ms all cubic-bezier(0.25, 0.46, 0.45, 0.94);
                 -o-transition: 250ms all cubic-bezier(0.25, 0.46, 0.45, 0.94);
                    transition: 250ms all cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }



.copyright {
    text-align: center;
}

.warning-icon {
    width: 24px;
    height: 24px;
    background-image: url('../../images/hospitals/warning-icon.png');
    position: absolute;
    top: 1px;
    left: 5px;
}




/*********************
    Footer
***********************/

.footer {
    background-color: #727176;
    color: #fff;
    position: relative;
    -webkit-box-shadow: inset 0 12px 25px -18px #000;
       -moz-box-shadow: inset 0 12px 25px -18px #000;
            box-shadow: inset 0 12px 25px -18px #000;
    padding: 0 0 15px;
}
    .footer .fixed {
        position: relative;
        /*height: 65px;*/
    }
    .footer a,
    .footer a:focus,
    .footer a:hover {
        color: #ffffaf;
    }

.footer_links {
    text-align: center;
    margin: 26px 0px 9px 0px;
}

.wa_logo {
    position: absolute;
    top: 27px;
    left: 0px;
    width: 89px;
    height: 19px;
    background-image: url('../../images/hospitals/logos.png');
    background-repeat: no-repeat;
    background-position: 0px -189px;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
}

.logo-gov-footer-wrap--mobile {
    display: block;
    padding: 12px 15px;
    background-color: #4393d0;
    background-position: left bottom;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(270deg, #4393d0 80%, #3d85bc 100%);
    background-image: -moz-linear-gradient(270deg, #4393d0 80%, #3d85bc 100%);
    background-image: -o-linear-gradient(270deg, #4393d0 80%, #3d85bc 100%);
    background-image: linear-gradient(180deg, #4393d0 80%, #3d85bc 100%);
}
.logo-gov-footer {
    display: inline-block;
    width: 270px;
    height: 49px;
    background: url('../../images/hospitals-responsive/logo-doh-footer@2x.png') 0 0 no-repeat transparent;
    -webkit-background-size: 270px 49px;
       -moz-background-size: 270px 49px;
         -o-background-size: 270px 49px;
            background-size: 270px 49px;
}
    .no-backgroundsize .logo-gov-footer {
        background-image: url('../../images/hospitals-responsive/logo-doh-footer.png');
    }


@media screen and (min-width: 992px) {
    .logo-gov-footer-wrap--mobile {
        display: none;
    }
}


@media screen and (max-width: 991px) {
    .footer .container {
        width: auto;
    }
    .wa_logo {
        left: 15px;
    }
}


@media screen and (min-width: 768px) {
    .top-anchor--mobile {
        display: none;
    }
}


@media screen and (max-width: 767px) {
    .footer {
        padding: 20px 0;
    }
    .wa_logo {
        display: inline-block;
        position: static;
    }
    .footer_links {
        margin: 10px 0 0;
    }
    .top-anchor--mobile {
        background: #fff;
    }
        .top-anchor_btn {
            display: inline-block;
            vertical-align: bottom;
            background: #f79321;
            color: #fff;
            font-size: 19px;
            border: 1px solid transparent;
            padding: 10px 16px;
        }
}




/*********************
    Main styles
***********************/

.page_controls {
    position: static;
    padding: 0;
    float: right;
    margin: 0.3em 0;
    background: #4393d0;
    white-space: nowrap;
}
    .page_controls_wrap,
    .social_controls {
        display: inline-block;
        vertical-align: middle;
    }
    .social_controls + .page_controls_wrap {
        margin-left: 3px;
    }
    .social_controls a {
        display: inline-block;
        vertical-align: middle; 
        text-decoration: none; 
        padding-right: 3px;
    }
        .social_controls a:hover {
            text-decoration: none;
        }
        /*.social_controls a + a {
            margin-left: 2px;
        }*/
        .social_controls img[src*=".svg"] {
            height: 30px;
            width: auto;
            max-width: 30px;
        }
    .textDown, 
    .textUp, 
    .print {
        display: inline-block;
        vertical-align: middle;
        opacity: 1;
        cursor: pointer;
        padding: 6px;
        -webkit-transition: 250ms all cubic-bezier(0.25, 0.46, 0.45, 0.94);
           -moz-transition: 250ms all cubic-bezier(0.25, 0.46, 0.45, 0.94);
             -o-transition: 250ms all cubic-bezier(0.25, 0.46, 0.45, 0.94);
                transition: 250ms all cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }
    .textDown:before, 
    .textUp:before, 
    .print:before {
    	content: ' ';
        display: inline-block;
        vertical-align: top;
        background: url('../../images/hospitals-responsive/page-controls.png') 0 0 no-repeat transparent;
    }
	    .textDown:before {
	        background-position: -30px -4px;
	        width: 17px;
	        height: 16px;
	    }
	    .textUp:before {
	        background-position: 0px -4px;
	        width: 20px;
	        height: 16px;
	    }
	    .print:before {
	        background-position: -52px -3px;
	        width: 21px;
	        height: 18px;
	    }
	    .textDown:hover, 
	    .textUp:hover, 
	    .print:hover ,
	    .textDown:focus, 
	    .textUp:focus, 
	    .print:focus {
	    	background-color: rgba(0,0,0,0.1);
	    }
    .text_separator {
        display: inline-block;
        vertical-align: middle;
        background: url('../../images/hospitals-responsive/page-controls.png') -23px 0 no-repeat transparent;
        width: 2px;
        height: 21px;
        margin: 0;
    }
        .textDown:hover,
        .textUp:hover,
        .print:hover {
            opacity: 1;
        }

@media screen and (max-width: 991px) {
    .page_controls {
        display: none;
    }
    .main.fixed.container {
        width: auto;
    }
}






/**********************
    Categories List
************************/

ul.categories {
    overflow: auto;
    margin: 0px;
}

ul.categories li {
    float: left;
    padding: 5px
}

ul.categories > li > span {
    padding: 5px;
    display: block;
    font-size: 1.4em;
    font-weight: bold;
    border-bottom: 1px solid #333;
}

ul.categories > li > span a {
    display: block;
}

ul.categories > li > ul {
    font-size: 0.95em;
    margin: 0px;
    padding: 5px;
}

ul.categories > li.last > ul {
    border-right: none;
}

ul.categories > li > ul > li {
    display: block;
}

ul.categories > li > ul > li a {
    display: block;
    padding: 5px;
}






/**********************
    Carousel styles
************************/

.carousel {
    height: 250px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    background: #4393d0;
    color: #fff;
    min-height: 260px;
}

a.carousel_heading:hover .carousel_more {
    opacity: 1.0;
}

.carousel_image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 394px;
    height: 250px;
    background-color: #000;
}

.carousel_image .inner {
    overflow: hidden;
}

.carousel_image img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
    vertical-align: bottom;
}

.carousel_heading {
    display: block;
    font-family: Arial, sans-serif;
    font-size: 27px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    margin-bottom: 30px;
    position: relative;
    width: 450px;
}

.carousel_item a, .carousel_item a:hover {
    color: #fff;
}

.carousel .arrow_edge {
    position: absolute;
    height: 100%;
    width: 12px;
    top: 0px;
    right: -1px;
}
.carousel .top,
.carousel .middle,
.carousel .bottom {
    width: 100%;
    position: absolute;
}
.carousel .top {
    height: 26px;
    top: 0px;
    left: 0px;
    margin-bottom: 10px;
    background-color: #4393d0;
}
.carousel .middle {
    top: 25px;
    background-position: -14px 0px;
    height: 25px;
    overflow: hidden;
}
    .carousel .middle:before,
    .carousel .middle:after {
        content: ' ';
        position: absolute;
        right: 0;
        border: 7px solid transparent;
        border-right-color: #4393d0;
    }
    .carousel .middle:before {
        border-top-color: #4393d0;
        top: 0;
    }
    .carousel .middle:after {
        border-bottom-color: #4393d0;
        bottom: 0;
    }
.carousel .bottom {
    height: 100%;
    top: 49px;
    left: 0px;
    margin-bottom: 10px;
    background-color: #4393d0;
}

.carousel_slider {
    width: 5000px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.carousel_item {
    position: relative;
    width: 940px;
    height: 250px;
    float: left;
}

.carousel_body {
    margin: 25px 90px 20px 405px;
    color: #fff;
}

.carousel_text {
    line-height: 2em;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}


.nav_controls {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.play,
.pause {
    width: 6px;
    height: 11px;
    background: url('../../images/hospitals-responsive/carousel-controls.png') 0 0 no-repeat transparent;
    float: left;
    margin-left: 5px;
    cursor: pointer;
    opacity: 0.3;
    -moz-opacity: 0.3;
    filter: alpha(opacity=30);
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
}
.play {
    background-position: -7px 0;
}
    .play.active,
    .pause.active {
        opacity: 1.0;
        -moz-opacity: 1.0;
        filter: alpha(opacity=100);
    }

.nav_bullets {
    position: relative;
    margin-left: 40px;
}
    .nav_bullet {
        width: 12px;
        height: 11px;
        background: url('../../images/hospitals-responsive/carousel-controls.png') -14px 0 no-repeat transparent;
        float: left;
        margin-left: 5px;
        cursor: pointer;
        opacity: 0.5;
        -moz-opacity: 0.5;
        filter: alpha(opacity=50);
    }
    .nav_bullet:hover {
        opacity: 0.75;
        -moz-opacity: 0.75;
        filter: alpha(opacity=75);
    }
    .nav_bullet.active {
        opacity: 1.0;
        -moz-opacity: 1.0;
        filter: alpha(opacity=100);
    }


@media screen and (max-width: 767px) {

    .carousel .arrow_edge {
        display: none;
    }

    .carousel {
        margin-left: -15px;
        margin-right: -15px;
        height: auto;
        padding-bottom: 34px;
        -webkit-box-sizing: content-box;
           -moz-box-sizing: content-box;
                box-sizing: content-box;
    }
    .carousel_slider {
        width: 1000%;
    }
    .carousel_item {
        height: auto;
    }
    .carousel_image {
        position: static;
        width: auto;
        height: auto;
        min-height: 150px;
    }
    .carousel_body {
        margin: 0;
        padding: 10px 15px;
    }
    .carousel_heading {
        width: auto;
        font-size: 18px;
    }

    .nav_controls {
        position: absolute;
        bottom: 10px;
        left: 15px;
        right: 15px;
        text-align: center;
    }
    .play,
    .pause,
    .nav_bullets,
    .nav_bullet {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
    .nav_bullets {
        margin: 0 20px;
    }
}

@media screen and (max-width: 767px) {
    .carousel {
        margin-bottom: 3px;
    }
}

/*
@media screen and (min-width:768px ) and (max-width: 1279px) {

    .carousel .carousel_slider {
        overflow: hidden;
    }

    .carousel .carousel_slider,
    .carousel .carousel_slider .carousel_item,
    .carousel .carousel_slider .carousel_item .carousel_image,
    .carousel .carousel_slider .carousel_item .carousel_image .inner  {
        height: 100%!important;
        max-height: 440px;
    }
    
    .carousel .carousel_image .inner img {
        display: block;
        transform: scale(1.5);
        font-size: 0;
    }

    .carousel .carousel_image {
        overflow: hidden;
    }

}
*/




/**********************
    Homepage styles
************************/

.home_content {
    margin-bottom: 10px;
}
    .home_content:before,
    .home_content:after {
        content: ' ';
        display: table;
    }
    .home_content:after {
        clear: both;
    }
.main_column {
    float: left;
    width: 90%;
    margin-bottom: 10px;
}

.news_column {
    float: left;
    width: 25%;
}


.news_column > a.news_list_item:first-of-type {
    padding-top: 15px;
}

@media (min-width:922px ) {
    .news_column > a.news_list_item {
        display: block;
        padding-left: 10px;
    }
}





.feature_list {
    margin-bottom: 20px;
}
    .feature_list:before,
    .feature_list:after {
        content: ' ';
        display: table;
    }
    .feature_list:after {
        clear: both;
    }

.feature_item {
    float: left;
    width: 33.33%;
    padding: 0 20px 0 0;
    position: relative;
}

.feature_item.last {
    margin-right: 0px;
}

.feature_item h1 a:hover,
.news_column h1 a:hover {
    color: #fff;
}

.feature_image {
    height: 149px;
    overflow: hidden;
    margin-bottom: 1px;
    background-color: #000;
    text-align: center;
}

.feature_item .links_border {
    position: relative;
    padding: 0 1px;
    border-top: 1px solid #d2d2d2;
}
    .feature_item .links_border:before,
    .feature_item .links_border:after {
        content: ' ';
        background: url('../../images/hospitals-responsive/feature-item-links-border.png');
        height: 134px;
        width: 1px;
        position: absolute;
        top: 0;
    }
    .feature_item .links_border:before {
        left: 0;
    }
    .feature_item .links_border:after {
        right: 0;
    }

.feature_item .links {
    background: url('../../images/hospitals-responsive/feature-item-links-bg.png') 0 0 repeat-x;
    padding: 1px;
}
    .feature_item .links:before,
    .feature_item .links:after {
        content: ' ';
        display: table;
    }
    .feature_item .links:after {
        clear: both;
    }
        .feature_item .links ul {
            padding: 5px;
            margin: 0px;
        }
        .feature_item .links li {
            list-style: none;
            margin: 2px 0px 9px 2px;
        }

    .feature_item h1,
    .news_column h1 {
        background: url('../../images/hospitals-responsive/feature-item-heading.png') 0 0 repeat-x #060706;
        color: #fff;
        padding: 10px;
        margin: 0px 0px 1px 0px;
        font-size: 1.13em;
        position: relative;
        font-weight: bold;
    }
        .feature_item h1 a,
        .news_column h1 a {
            color: #fff;
        }

        .feature_image img {
            min-width: 100%;
            min-height: 100%;
            height: auto !important; 
            width: auto !important;
        }

.news_more {
    margin-top: 10px;
}
    .news_more:before,
    .news_more:after {
        content: ' ';
        display: table;
    }
    .news_more:after {
        clear: both;
    }

.more {
    display: inline-block;
    float: right;
    margin-right: 10px;
}

.emergency {
    background-color: #de0000;
    color: #fff;
    margin-bottom: 17px;
    padding: 10px;
    position: relative;
    min-height: 73px;
}

    .emergency_icon {
        background-image: url('../../images/hospitals/icons.png');
        width: 21px;
        height: 18px;
        background-position: -26px -45px;
        display: block;
        position: absolute;
        right: 10px;
        bottom: 10px;
    }
    .emergency .heading {
        display: block;
        font-weight: bold;
        font-size: 1.75em;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .emergency a {
        color: #fff;
    }
        .emergency a:hover {
            color: #fadeda;
            text-decoration: none;
        }
.emergency--tablet {
    display: none;
    min-height: 0;
    padding: 10px 15px;
    margin: 5px -15px;
}
    .emergency--tablet .heading {
        font-size: 1.25em;
        margin-bottom: 0;
    }
    .emergency--tablet .emergency_icon {
        bottom: auto;
        top: 50%;
        margin-top: -9px;
    }

.contact_column {
    line-height: 1.4em;
}
    .contact_image {
        width: 160px;
        overflow: hidden;
        float: left;
    }
    .contact {
        position: relative;
        margin: 10px 0;
        text-align: justify;
        line-height: 0;
    }
        .contact:after {
            content: ' ';
            display: inline-block;
            width: 100%;
            height: 0;
            line-height: 0;
        }
    .contact_main h1 {
        font-family: Arial, sans-serif;
        color: #666666;
        font-size: 1.4em;
        font-weight: bold;
        margin: 0px 0px 10px 0px;
        *margin: 0;
     /*IE7 Rule*/;
    }
    .contact .name,
    .contact .phone {
        display: inline-block;
        vertical-align: top;
        text-align: left;
        line-height: 1.25;
    }
    .contact .name {
        margin-right: 20px;
    }
    .contact_phone_numbers {
        width: 50%;
        float: left;
        padding-right: 10px;
    }
    .contact_location {
        width: 50%;
        float: left;
        padding-left: 10px;
        position: relative;
    }
.contact_column--tablet .contact_column {
    display: none;
}

@media screen and (min-width: 992px) {
    .contact {
        text-align: left;
    }
        .contact:after {
            display: none;
        }
}

.news_list_item {
    display: block;
    line-height: 1.4;
    color: #4393d0;
    font-weight: 500;
    text-decoration: underline;
    padding: 9px 2px;
    border-bottom: 1px solid #bababa;
}
.news_item {
    padding: 15px 2px;
    border-bottom: 1px solid #bababa;
    line-height: 1.5em;
    overflow: auto;
}
    .news_item h2 {
        font-weight: bold;
        display: block;
        margin: 0px 0px 5px 0px;
        font-size: 1em;
    }
    .news_item img {
        float: left;
        margin: 3px 10px 10px 0px;
    }

.hr {
    background-image: url('../../images/hospitals/hr.png');
    width: 700px;
    height: 5px;
    margin: 40px 0px 40px 0px;
}
    .hr--tablet {
        display: none;
        width: auto;
        margin: 40px 0;
        background-position: top center;
    }

.enquiries {
    display: none;
}



@media screen and (max-width: 991px) {
    .emergency,
    .contact_column,
    .hr {
        display: none;
    }

    .emergency--tablet,
    .contact_column--tablet .contact_column,
    .hr--tablet {
        display: block;
    }

    .news_column,
    .main_column {
        float: none;
        width: auto;
    }
    .feature_item {
        padding-right: 15px;
    }
        .feature_item.last {
            padding-right: 0;
        }
    
    .news_item_wrap {
        margin-right: -15px;
    }
    .news_item {
        float: left;
        width: 33.33%;
        padding: 15px 15px 15px 0;
        border-bottom-width: 0;
    }
        .news_item img {
            display: none;
        }
    .feature_image {
        height: 175px;
    }
        .feature_image img {
            min-width: 100%;
            min-height: 100%;
            height: auto !important;
            width: auto !important;
        }

    .feature_item .links_border {
        padding: 0;
        border-top-width: 0;
    }
        .feature_item .links_border:before,
        .feature_item .links_border:after {
            display: none;
        }

    .feature_item .links {
        padding: 10px 15px;
    }
        .feature_item .links ul {
            padding: 0;
        }
    .container .hr--tablet {
        margin-left: -15px;
        margin-right: -15px;
    }

}
@media screen and (max-width: 767px) {
    .news_list_item {
        padding-left: 15px;
        padding-right: 15px;
    }

    .news_column {
        margin: 0 -15px;
    }

    .main_column {
        margin-bottom: 0;
    }

    .news_item_wrap {
        margin-right: 0;
        padding: 0 15px;
    }
    .news_item {
        float: none;
        width: auto;
        padding: 15px 0;
    }
    .feature_item {
        float: none;
        width: auto;
        padding-right: 0;
        margin: 0 -15px 20px;
    }
        .feature_item.last {
            margin-right: -15px;
            margin-bottom: 0;
        }
        .feature_image {
            height: auto;
            max-height: none;
            margin-bottom: 3px;
        }
        .feature_item h1,
        .news_column h1 {
            padding: 15px;
        }

    .contact_phone_numbers,
    .contact_location {
        width: auto;
        float: none;
        padding: 15px 0;
    }
    .contact_phone_numbers {
        border-bottom: 1px solid #818181;
    }
    .enquiries {
        position: static;
        padding-right: 0;
    }
    .more {
        margin-right: 15px;
    }
        .links .more {
            margin-right: 0;
        }
}

/*
 *  Home page adverts
 */

.homepageAdverts {
    margin: 30px -10px 0;
}

.advert {
    width: 183px;
    min-height: 139px;
    padding: 14px 16px 0 16px;
    text-decoration: none;
    display: block;
    float: left;
    margin-top: 15px;
}

.advert+.advert {
    margin-left: 20px;
}

a.advert, .advert p,a.advertWrap, .advertWrap p {
    color: #333333;
    cursor: pointer;
}

.advert p {
    margin: 0 0 15px 0;
}

.advertWrap {
    display: block;
    float: left;
    margin: 0 20px 20px 0px;
    position: relative;
}

.advertWrap + .advertWrap {
    margin: 0px 0px 20px 0px;
}

.advertWrap a {
    display: block;
}

.advertWrapText,.advertWrapTextNoLink {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 20px;
    overflow: hidden;
}

.advertWrapTextNoLink p {
    cursor: auto;
}

.homepageAdverts--mobile {
    display: none;
}

/*
 *  Advert buttons for mobile
 */

.advertBtn {
    position: relative;
    display: block;
    white-space: nowrap;
    padding: 3px;
    margin: 12px 0;
    color: #fff;
    font-size: 1.166em;
    background: #4393d0;
    background: -moz-linear-gradient(top,  #4fadeb 0%, #1f8bd3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4fadeb), color-stop(100%,#1f8bd3));
    background: -webkit-linear-gradient(top,  #4fadeb 0%,#1f8bd3 100%);
    background: -o-linear-gradient(top,  #4fadeb 0%,#1f8bd3 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#4fadeb), to(#1f8bd3));
    background: -webkit-linear-gradient(top, #4fadeb 0%, #1f8bd3 100%);
    background: -o-linear-gradient(top, #4fadeb 0%, #1f8bd3 100%);
    background: linear-gradient(to bottom,  #4fadeb 0%,#1f8bd3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fadeb', endColorstr='#1f8bd3',GradientType=0 );
    -webkit-box-shadow: 0 10px 30px -16px transparent;
       -moz-box-shadow: 0 10px 30px -16px transparent;
            box-shadow: 0 10px 30px -16px transparent;
    -webkit-transition: all 300ms ease-out;
       -moz-transition: all 300ms ease-out;
         -o-transition: all 300ms ease-out;
            transition: all 300ms ease-out;
}
    .advertBtn:after {
        content: '\f105';
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 1.285em;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        right: 12px;
        top: 50%;
        margin-top: -9px;
    }
        .advertBtn:hover,
        .advertBtn:focus {
            color: #fff;
            background: #1f8bd3;
            background: -moz-linear-gradient(top,  #309fe8 0%, #1f8bd3 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#309fe8), color-stop(100%,#1f8bd3));
            background: -webkit-linear-gradient(top,  #309fe8 0%,#1f8bd3 100%);
            background: -o-linear-gradient(top,  #309fe8 0%,#1f8bd3 100%);
            background: -webkit-gradient(linear, left top, left bottom, from(#309fe8), to(#1f8bd3));
            background: -webkit-linear-gradient(top, #309fe8 0%, #1f8bd3 100%);
            background: -o-linear-gradient(top, #309fe8 0%, #1f8bd3 100%);
            background: linear-gradient(to bottom,  #309fe8 0%,#1f8bd3 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#309fe8', endColorstr='#1f8bd3',GradientType=0 );
            -webkit-box-shadow: 0 10px 30px -16px #000;
               -moz-box-shadow: 0 10px 30px -16px #000;
                    box-shadow: 0 10px 30px -16px #000;
        }
    .container .advertBtn {
        margin-left: -15px;
        margin-right: -15px;
    }
.advertBtn-img,
.advertBtn-text {
    display: inline-block;
    vertical-align: middle;
}
/*.advertBtn-img + .advertBtn-text {
    margin-left: -4px;
}*/
.advertBtn-img {
    width: 25%;
    min-height: 54px;
    padding: 5px;
    background: #fff;
}
    .advertBtn-img img {
        width: 100%;
        height: auto;
    }
.advertBtn-text {
    width: 75%;
    padding: 5px 22px 5px 10px;
    font-weight: 700;
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .homepageAdverts {
        display: none;
    }
        .homepageAdverts--mobile {
            display: block;
        }
            .homepageAdverts--mobile .advertBtn {
                white-space: normal;
            }
}

@media screen and (max-width: 500px) {
    .advertBtn-img {
        width: 35%;
    }
    .advertBtn-text {
        width: 65%;
    }
}

/*
    New accordian styles
 */
.doh-accordian {}
.doh-accordian_btn {
    padding: 15px 24px 15px 0;
    border-bottom: 1px solid #ccc;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
    .doh-accordian_btn > * {
        margin: 0;
    }
    .doh-accordian_btn > h2 {
        margin: 0 !important;
    }
    .doh-accordian_btn:after {
        content: '\f107';
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 26px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -13px;
    }
.doh-accordian_body {}
.doh-accordian_body-wrap {
    padding: 15px 0;
    border: 1px solid #ccc;
    border-left-width: 0;
    border-right-width: 0;
}
    /* open state */
    .open > .doh-accordian_btn {
        background: #f4f4f4;
    }
        .open > .doh-accordian_btn:after {
            content: '\f106';
        }

@media screen and (max-width: 991px) and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .doh-accordian {
        margin-left: 10px;
        margin-right: 10px;
    }
}



.searchResultsItem h3 {
    margin-bottom: 0.2em;
}

.searchResultsItem h3 + p {
    margin-top: 0.1em;
}

.feature .webpart {
    font-size: 12px;
}

.webpart a {
    color: #fff;
}

.rss {
    position: absolute;
    right: 10px;
    top: 10px;
    padding-right: 20px;
}

.rss_icon {
    background-image: url('../../images/hospitals/icons.png');
    width: 16px;
    height: 17px;
    background-position: -26px -92px;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
}

.pdf_icon {
    background: no-repeat 0 0 url('../../images/ico-pdf.png') transparent;
    min-height: 16px;
    display: inline-block;
    /*margin-right: 10px;*/
    padding-left: 22px;
}

.word_icon {
    background: no-repeat 0 0 url('../../../images/Hospitals/ico-word.png') transparent;
    min-height: 16px;
    display: inline-block;
    /*margin-right: 10px;*/
    padding-left: 22px;
}

.lt-ie8 .pdf_icon, .lt-ie8 .word_icon {
    display: inline;
    zoom: 1;
}

.bullet_icon {
    background-image: url('../../images/hospitals/icons.png');
    width: 13px;
    height: 13px;
    background-position: -44px -18px;
    display: block;
    float: left;
    margin-right: 10px;
}

.bigger_image {
    margin-bottom: 17px;
    min-height: 73px;
}

.tableTitle {
    text-align: left;
    font-weight: bold;
    font-size: 1.33em;
    margin: 15px 0;
}

.serviceList,
.mediaList {
    list-style: none;
    padding-left: 0;
    margin-bottom: 10px;
}

.last_updated {
    /*font-size: 11px;*/
    font-weight: bold;
    color: #777777;
    margin: 20px 0px;
}

.image_left {
    float: left;
    margin: 0px 20px 15px 0px;
}

.image_right {
    display: table;
    min-width: 1px;
    float: right;
    margin: 0px 0px 15px 20px;
}

.caption {
    /*set *max-width because display table doesnt work in IE7*/
    /*max-width: 215px;*/
    display: table-caption;
    caption-side: bottom;
    text-align: center;
    font-size: 0.9em;
}

.image_right .caption {
    text-align: left;
}

.box_content {
    padding: 20px;
    font-size: 0.9em;
}

TABLE.formatted {
    border-collapse: collapse;
    margin: 10px 0px 10px 0px;
}

TABLE.formatted TD, TABLE.formatted TH {
    border: 1px solid #bbb;
    padding: 5px 15px;
    font-size: 0.95em;
}

TABLE.formatted TH {
    background-color: #ebcbd2;
    color: #000;
    text-align: left;
    background-image: url('../../images/hospitals/backgrounds.png');
    background-repeat: repeat-x;
    background-position: 0px -17px;
}

.news_bullets li {
    margin: 10px 0px;
    list-style: none;
}

ul.site_map > li {
    font-size: 1.25em;
    list-style: none;
    font-weight: bold;
}

ul.site_map li ul {
    font-size: 0.8em;
    font-weight: normal;
    margin: 10px 0px 10px 0px;
    padding-left: 25px;
}

ul.site_map li ul li ul {
    font-size: 0.9em;
    font-weight: normal;
}

ul.site_map li ul li {
    padding: 2px;
}

ul.site_map > li ul li a {
    color: #333;
}

.articleInternal {
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    padding: 1em 0;
}

.articleInternal + .articleInternal {
    border-top-width: 0;
}

.articleInternal h4 {
    margin: 1em 0 0;
}

.articleInternal p {
    margin-top: 0.3em;
}

.articleItem,
    .articleImage {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.articleItem { 
    width: 628px;
    margin-right: 0.85em;
}

.articleImage {
    width: 50px;
    text-align: center;
    padding: 1em 1em 1em 1.3em;
    border-left: 1px dotted#e6e6e6;
}

@media (min-width:768px) {
    .articleImage {
        width: 90px;
    }
}


.articleImage.news {
    padding: 0;
}
.articleImage.news img {
    height: auto;
}

.articleImage.news {
    padding: 0;
}
.articleImage.news img {
    height: auto;
}

#pager {
    margin: 1em 0;
}

#pager > span > a,
    #pager > span > span,
    #alphabet > a {
    padding: 0.5em 1em;
    background: #f7f7f7;
    border: 1px solid #e6e6e6;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

#pager .arrow {
    font-size: 1.2em;
    line-height: 0;
}

#services {
    border: 1px solid #ddd;
    padding: 1em;
}

#services dd + dt {
    margin: 1.6em 0 0;
}

#services dt {
    font-size: 1.4em;
}

.eventItem {
    border-bottom: 1px dotted #CCCCCC;
    margin-bottom: 1.5em;
    padding-bottom: 1em;
}

.eventItem dt,
.eventItem dd {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.eventItem dt {
    width: 90px;
    font-weight: 700;
    margin-bottom: 5px;
}

.eventItem dd {
    width: 620px;
    margin: 0 0 5px 0;
}

.clear {
    clear: both;
}

.iframe {
    border: 0;
    margin-top: 10px;
}

ul.gallery {
    list-style: none;
    line-height: normal;
    margin: 1em 0;
    padding: 0;
}

ul.gallery > li {
    margin: 5px 5px 10px 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
}

ul.gallery > li a {
    display: block;
    text-align: center;
    overflow: hidden;
    border: 1px solid #e6e6e6;
}

ul.gallery .image_wrap {
    display: block;
    width: 150px;
    height: 150px;
    overflow: hidden;
    padding: 0.6em;
}

ul.gallery .image_text {
    display: block;
    padding: 1em 0.8em;
    background: #f7f7f7;
    border-top: 1px solid #e6e6e6;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.videoFullWidth {
    width: 100%;
}

.video2Thirds {
    width: 66%;
}

/* Responsive Video */
.video-wrapper {
    display:block;
    position: relative;
    margin: 45px 0;
    /*padding-bottom: 56.25%; /* 16:9 */
    padding-bottom:51.25%;
    padding-top: 25px;
    height: 0;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-wrapper video {
  width: 100%    !important;
  height: auto   !important;
}


/*Image with text floating left and right*/
.floatWrapper:before, .floatWrapper:after {
    content: '';
    display: block;
    clear: both;
}

.floatImg.right {
    float: right;
    margin-left: 15px;
}

.floatImg.left {
    float: left;
    margin-right: 15px;
}

.floatText {
    display: block;
    overflow: hidden;
}

.bigger_image {
    display: none;
}
/*ImageCaptionRight/Left*/
.imageCaptionRight {
    background: #F4F4F4;
    border: 1px solid #CCCCCC;
    clear: both;
    font-size: 0.917em;
    line-height: 1.273em;
    padding: 8px 8px 12px;
    margin: -38px 0 15px;
    float: right;
    width: 199px;
}

.imageCaptionLeft {
    background: #F4F4F4;
    border: 1px solid #CCCCCC;
    clear: both;
    font-size: 0.917em;
    line-height: 1.273em;
    padding: 8px 8px 12px;
    margin: -38px 0 15px;
    float: left;
    width: 199px;
}

.imageRight {
    float: right;
    margin-bottom: 3.3em;
    margin-left: 23px;
    width: 217px;
    height: auto;
}

.imageLeft {
    float: left;
    margin-bottom: 3.3em;
    margin-right: 23px;
    width: 217px;
    height: auto;
}

ol {
    counter-reset: item;
    padding-left: 0;
}

ol li {
    display: block;
    position: relative;
}

ol li:before {
    content: counters(item, ".") ". ";
    counter-increment: item;
    position: absolute;
    top: 0;
    left: 0;
}

ol li, ol ol {
    padding-left: 30px;
}

ol ol li, ol ol ol {
    padding-left: 45px;
}

ol ol ol li, ol ol ol ol {
    padding-left: 60px;
}


.hosp-marquee { 
    font-family: Arial, sans-serif; 
    font-weight: 400;
    font-size: 20px; 
    font-style: italic; 
    text-align: center; 
    width: 100%;
}

@media screen and (max-width: 767px) { 
    .hosp-marquee { 
        font-size: 14px;
        padding: 10px; 
    }
}


.pp_details .pp_nav .pp_arrow_previous,
.pp_details .pp_nav .pp_arrow_next,
.pp_details .pp_nav .pp_arrow_play {
    display: none!important;
}

.social_controls img {
    height: 30px;
    width: auto;
    max-width: 30px;
}

.social-footer {
    min-height: 60px;
    padding: 20px 20px;
    background-color: #d7d9d8;
    background: -ms-linear-gradient(top, rgba(215,217,216,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(215,217,216,1) 0%, rgba(255,255,255,1) 100%);
    text-align: center;
}

    .social-footer .social_controls > a {
        padding-left: 0px;
        padding-right: 6px;
    }

@media only screen and (min-width:992px) {
    .social-footer {
        display: none;
    }
}

@media screen and (min-width:0\0) and (min-width:768px) {
    .feature_item {
        display: block !important;
        height: auto !important;
    }

    .feature_item .links_border,
    .feature_item .links_border .links {
        background: none !important;
        height: auto !important
    }
}

.Hospital-Advert {
    text-align: center; 
    padding-bottom: 20px;
}

#main-content .mediaList .media-description:empty {
    display: none;
}