/* Retina Sprites */
@media only screen and (min--moz-device-pixel-ratio: 2), 
only screen and (-o-min-device-pixel-ratio: 2/1), 
only screen and (-webkit-min-device-pixel-ratio: 2), 
only screen and (min-device-pixel-ratio: 2) {
    div.quote div.quoteImage span {
	    background-image: url(../img/sprites/quote_spriteX2.png);
	    background-repeat: no-repeat;
        background-size: 1015px 145px;
    }

    div.hospitals div.hospitalHolder div.hospitalImage span {
	    background-image: url(../img/sprites/hospital_spriteX2.png);
	    background-repeat: no-repeat;
        background-size: 770px 110px;
    }

    div.hospital div.hospitalImage span {
        background-image: url("../img/sprites/hospital_sprite_largeX2.png");
	    background-repeat: no-repeat;
        background-size: 1400px 200px;
    }

    div.wingLeft,
    div.wingRight {
        background-image: url("../img/homeHeaderBgX2.png");
	    background-repeat: no-repeat;
        background-size: 940px 623px;
    }
}

/* Responsive */
@media only screen and (max-width: 910px) {
    nav.mainMenu ul li a {
        font-size: 15px;
    }

    div.contentRow div.row.hospital .col9 {
        width: 68.52%;
    }

    div.contentRow div.row.hospital .col3 {
        width: 29.57%;
    }

    div.hospitals div.hospitalHolder div.hospitalInfo {
        width: 63.94%;
    }

    div.hospitals div.hospitalHolder div.hospitalImage {
        width: 36.06%;
    }

    div.certainty h1 {
        font-size: 52px;
        line-height: 47px;
        padding: 0 20%;
    }

    div.wingLeft {
        left: -5%;
    }

    div.wingRight {
        right: -5%;
    }
}

@media only screen and (max-width: 767px) {
    div.contentRow div.row.hospital .col9,
    div.contentRow div.row.hospital .col3 {
        width: 100%;
    }

    div.breadCrumb {
        padding: 9px 1.8% 7px;
        width: 96.4%;
    }

    h1 {
        font-size: 40px;
        line-height: 36px;
    }

    div.contentRow h1 {
        margin: 0 10px 20px;
    }

    div.contentRow .summary {
        font-size: 20px;
        line-height: 28px;
        margin: 0 10px 23px;
    }

    div.contentRow div.row.hospital {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    div.hospital a.col4 {
        margin: 10px 0 0;
    }

    div.contentRow div.hospital h2 {
        margin: 20px 0 0;
    }

    .media,
    .media.right,
    .media.left,
    .media.quote,
    .media.certaincy,
    .mediaBlock,
    .mediaBlock.right,
    .mediaBlock.left,
    .mediaBlock.quote,
    .mediaBlock.certaincy {
        float: none;
        margin: 0;
        width: 100%;
    }

    .media.certaincy a.certaincyDetail,
    .mediaBlock.certaincy a.certaincyDetail {
        width: 84.6%;
    }

    header div.alignRight {
        display: none;
    }

    header div.logoHolder {
        position: relative;
    }

    header div.logoHolder a.logo img {
        max-width: 80%;
    }
    
    header div.logoHolder a.logo {
        display: inline;
    }

    .landingsPage header div.logoHolder a.openMenu {
        display: none;
    }

    header div.logoHolder a.openMenu {
        color: #435c69;
        display: inline-block;
        height: 18px;
        margin: -9px 0 0;
        position: absolute;
        right: 1%;
        top: 50%;
        width: 21px;
    }

    header div.logoHolder a.openMenu:before {
        content: '\f0c9';
        display: block;
        font-family: 'Icon';
        font-size: 24px;
        line-height: 18px;
    }

    nav.mainMenu,
    nav.subMenu {
        border-bottom: none;
        max-height: 0;
        margin: -1px 0 0;
        overflow: hidden;
        -webkit-transition: max-height 0.5s ease-in-out 0s;
        -o-transition: max-height 0.5s ease-in-out 0s;
        -moz-transition: max-height 0.5s ease-in-out 0s;
        -ms-transition: max-height 0.5s ease-in-out 0s;
        -kthtml-transition: max-height 0.5s ease-in-out 0s;
        transition: max-height 0.5s ease-in-out 0s;
    }

    nav.subMenu.left {
        display: none;
    }

    div.headerHolder nav.subMenu {
        display: block;
    }

    nav.mainMenu.open,
    nav.subMenu.open {
        border-bottom: 1px solid #d6dbdd;
        max-height: 500px;
    }

    nav.mainMenu .container ul.row,
    nav.subMenu .container ul.row {
        padding-bottom: 5px;
        padding-top: 5px;
    }

    nav.mainMenu ul li,
    nav.subMenu ul li {
        display: block;
        margin: 0;
        width: 100%;
    }

    nav.subMenu ul li {
        border-top: none;
    }

    nav.mainMenu ul li a,
    nav.subMenu ul li a {
        background-color: transparent;
        display: block;
        line-height: 18px;
    }

    nav.subMenu ul li a {
        font-family: "Proxima";
        padding: 3px 0;
    }

    nav.subMenu ul li a:before {
        content: "";
        margin: 0;
    }

    body nav.subMenu ul li a,
    body nav.subMenu ul li a:hover,
    body nav.subMenu ul li.active a {
        background-color: transparent;
    }

    body nav.mainMenu ul li a span,
    body nav.mainMenu ul li a:hover span, 
    body nav.mainMenu ul li.active a span {
        height: 0;
    }

    div.tableView {
        border: none;
        border-radius: 0;
        margin: 10px 0 0;
    }

    div.tableView ul.labels,
    div.tableView ul li img {
        display: none;
    }

    div.tableView ul li img.colored {
        display: inline-block;
    }

    div.tableView ul,
    div.tableView ul:last-child {
        border: 1px solid #eaeced;
        border-radius: 10px;
        float: none;
        margin: 0 0 10px;
        width: 100%;
    }

    div.tableView ul:hover {
        background-color: transparent;
        -moz-box-shadow: none; 
        -webkit-box-shadow: none; 
        box-shadow: none;
        margin: 0 0 10px;
        padding: 0;
        z-index: 1;
    }

    div.contentRow div.tableView ul li {
        border-left: none;
        color: #293c45;
        padding-left: 82%;
        position: relative;
        text-align: left;
        width: 18%;
        height:100px;
    }
    
    div.contentRow div.tableView ul li span {
        display: inline-block;
        font-family: 'Proxima';
        left: 4%;
        position: absolute;
        text-align: left;
        width: 75%;
    }
    
    div.contentRow div.tableView ul li:first-child {
        padding: 9px 0 10px;
        width: 100%;
        text-align: center;
    }

    div.doormat div.intro {
        padding: 0;
    }

    div.doormat div.intro h3 {
        font-size: 40px;
        line-height: 34px;
        margin: 0 0 20px;
    }

    div.preFooter {
        padding: 20px 0;
    }

    div.preFooter div.footerLogo img {
        margin: 15px 0 0;
    }

    div.certainty h1 {
        font-size: 40px;
        line-height: 39px;
        margin: 10px 0 20px;
        padding: 0 20%;
    }

    div.feedback.contentRow h2 {
        font-size: 28px;
    }

    .narRow {
        padding: 0;
    }

    div.formRow input[type="text"],
    div.formRow textarea {
        width: 89%;
    }

    div.formRow div.select {
        max-width: 100%;
        width: 100%;
    }

    div.quote div.buttonHolder {
        bottom: 0;
        padding: 25px 0 0;
        position: relative;
    }

    div.newsBlock {
        margin: 20px auto;
        max-width: 460px;
    }

    div.newsBlock div.imageHolder img {
        -moz-border-radius: 11px 11px 0 0;
        -webkit-border-radius: 11px 11px 0 0;
        border-radius: 11px 11px 0 0;
    }

    div.newsBlock div.newsContent {
        padding: 15px 20px;
    }

    div.newsBlock div.newsContent h2 {
        font-size: 36px;
        line-height: 34px;
    }

    ul.newsOverview li a span.image {
        float: none;
        width: 100%;
    }

    ul.newsOverview li a span.content {
        float: none;
        margin: 10px 0 0;
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    div.wingLeft {
        display: none;
    }

    div.wingRight {
        display: none;
    }
}

@media only screen and (max-width: 490px) {
    div.container {
        min-width: 320px;
    }

    header div.logoHolder a.logo > span {
        font-size: 20px;
        padding: 12px 0 0 11px;
    }

    div.certainties div.slogan {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 28px;
    }

    div.certaincyList {
        padding: 17px 0 0;
    }

    div.quote blockquote {
        margin: 20px 15px 25px;
    }

    div.contentRow {
        padding: 20px 10px;
    }

    div.certainty h1 {
        font-size: 32px;
        line-height: 32px;
        padding: 0 7%;
    }

    div.certainties div.certaincyLogo h2 {
        font-size: 38px;
        line-height: 28px;
    }

    div.certainty div.wingLeft,
    div.certainty div.wingRight {
        display: none;
    }

    div.certaincyList div.certaincyHolder div.number {
        width: 28.08%;
    }

    div.certaincyList div.certaincyHolder div.certaincySummary {
        width: 70.01%;
    }

    div.treatments.contentRow h2 {
        font-size: 39px;
        margin: 0 0 21px;
    }

    div.treatments div.col4 {
        margin: 0 0 15px;
    }

    div.hospitals {
        padding: 30px 0 0;
    }

    div.hospitals div.hospitalHolder {
        margin-bottom: 25px;
        text-align: center;
    }

    div.hospitals div.hospitalHolder div.hospitalImage {
        display: inline-block;
        float: none;
    }

    div.hospitals div.hospitalHolder div.hospitalInfo {
        display: inline-block;
        float: none;
        width: 100%;
    }
}