/**************------------ start print style ------------*************/
@media print {

    /* ISO Paper Size */
    @page {
        size: A4 portrait;
    }

    * {
        -webkit-transition: none !important;
        -moz-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
    }

    *, ::after, ::before {
        box-sizing: border-box;
    }
    /* Hide Notifications */
    .notif_container_ {
        display: none;
    }
    /* center Feature heading ??? */
    div#featured_news_title {
        margin-left: -80px;
    }

    .section img {
        page-break-inside: avoid;
        break-inside: avoid;
    }

    .inner_container {
        padding: 0px calc((100% - 98%) / 2);
    }

    .fullwid_content {
        padding: 0px 5px;
        margin-top: 0px;
    }

    .small_img_txt_btm_item.full_width {
        width: 100%;
        margin: 0px;
    }

    .med_img_txt_btm_item {
        width: calc(33.33% - 40px);
        float: left;
        margin: 0 20px;
    }

    .small_img_txt_btm_item {
        width: calc(25% - 40px) !important;
        margin: 0 20px;
        margin-top: 2em;
    }

    .header, .footer {
        display: none;
    }

    .hbacc_part {
        left: 15px;
    }

    .hbacc_box {
        background-color: #FFFFFF !important;
        -webkit-print-color-adjust: exact;
        padding: 12px;
        width: 215px;
    }

    .hbalert_box {
        background-color: #FFBF2F !important;
        -webkit-print-color-adjust: exact;
        left: 15px;
        right: 15px;
        font-size: 15px;
        top: 0px;
        transform: translate(0%, 0);
    }

    .hb_bquotebox {
        background-color: #ffffff !important;
        -webkit-print-color-adjust: exact;
        bottom: 546px;
        right: 5%;
        padding: 14px 20px;
    }

    .hbc_ribonbox {
        background-color: #D7153A !important;
        -webkit-print-color-adjust: exact;
    }



    .hbc_selitem, .hbc_selitem .sel__placeholder, .hbc_selitem .sel__box__options, .hbc_selitem > label {
        font-size: 16px;
        line-height: 10px;
        color: #fff !important;
        -webkit-print-color-adjust: exact;
    }

    .hbc_gobtn {
        background-color: #ffffff !important;
        -webkit-print-color-adjust: exact;
    }

    .sel::before {
        color: #ffffff !important;
        -webkit-print-color-adjust: exact;
    }

    /*--- start with left nav page ---*/
    .leftside_nav {
        display: none;
    }

    .rightside_content {
        width: 100%;
        margin: 50px 0px 0px 0px;
    }

        .rightside_content .news_wparea, .rightside_content .tiles_wparea {
            margin-top: 0px;
            padding-top: 0px;
        }

        .rightside_content .wp_ttl {
            margin-bottom: 5px;
        }

        .rightside_content .wp_pagecont {
            margin-bottom: 5px;
        }

    .fet_descbox {
        margin: 18px 0px;
    }

    .fet_wphead {
        margin-bottom: 5px;
        font-size: 22px;
    }

    .primary_btn {
        background: #002664 !important;
        -webkit-print-color-adjust: exact;
        color: #fff !important;
    }

    .atoz_search {
        width: 200px;
    }

    .atoz_filter {
        width: 350px;
    }

    .filter_box > label {
        font-size: 12px;
    }

    .filter_box .atoz_sel {
        width: 150px;
    }

    .atoz_sel::before {
        top: -4px;
    }

    .hb_bquotebox > h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .hb_bquotebox > p {
        font-size: 15px;
    }

    .large_img_leftdesc {
        width: 50%;
    }

    .large_img_leftdesc {
        font-size: 14px;
    }

    .large_img_rightact > a {
        font-size: 14px;
        border: 1px solid #CBCACA;
    }

    .acc_icolist {
        display: none;
    }
    /**01.  Main Page Heading frame (accblity_box)**/
    .accblity_box, .accwithnav_box {
        padding: 12px 24px;
        position: relative;
    }
    /**01.1  Main Page Heading frame log (print_logo)**/
    .print_logo {
        display: inline-block;
    }

        .print_logo img {
            height: 10mm;
        }
    /**01.2  Main Page Heading text (accblity_ttl) **/
    .accblity_bcrumb, .accblity_ttl {
        margin-top: 15px;
    }

    .accblity_ttl {
        margin-top: 0mm;
        font-size: 8mm;
        /* height: 10mm; */
    }
    /*--- end with left nav page ---*/
    a[href]:after {
        content: none !important;
    }

    #news_listbox {
        padding: 0px;
    }

    .news_listitem {
        height: 28em !important;
    }

    .news_listitem, .tiles_listitem {
        width: calc(33.33% - 20px) !important;
        margin: 0px 10px;
        margin-bottom: 25px;
    }

    .news_wpimg, .tiles_wpimg {
        height: 124px;
    }

    .section #news_listbox_hospital_featured .news_listitem a.news_wpimg {
        height: 124px;
    }

        .section #news_listbox_hospital_featured .news_listitem a.news_wpimg span.news_lbl {
            display: none;
        }

    .news_wpttl, .tiles_wpttl {
        font-size: 18px !important;
        line-height: 22px 18px !important;
        margin-bottom: 12px;
    }

    .news_wpstatus {
        margin-bottom: 10px;
    }

    .news_wpdesc, .tiles_wpdesc {
        line-height: 20px;
    }

    .news_lmorebtn {
        background-color: #D7153A !important;
        -webkit-print-color-adjust: exact;
        color: #ffffff !important;
    }

        .news_lmorebtn > em {
            -webkit-print-color-adjust: exact;
            color: #ffffff !important;
        }

    .fullwid_limg_desc {
        width: 100%;
    }

        .fullwid_limg_desc > .large_img_leftdesc {
            width: 100%;
        }

        .fullwid_limg_desc > .large_img_rightact > a {
            font-size: 10px;
        }

    .fet_wpimg {
        height: 224px;
    }

    .large_img_txt_btm_title {
        background-color: #3c3a32 !important;
        -webkit-print-color-adjust: exact;
        padding: 6px 10px;
    }

        .large_img_txt_btm_title > a {
            color: #ffffff !important;
            -webkit-print-color-adjust: exact;
        }

    .news_selitem > .sel:before {
        color: #000000 !important;
        -webkit-print-color-adjust: exact;
    }

    a.news_lmorebtn > .fa:before {
        color: #ffffff !important;
        -webkit-print-color-adjust: exact;
    }

    .webpart_ttl > .fa:before {
        color: #D7153A !important;
        -webkit-print-color-adjust: exact;
    }

    .med_img_txt_btm_height img {
        height: 136px;
    }

    .med_img_txt_btm_title a {
        font-size: 24px;
        line-height: 28px;
    }

    .med_img_txt_btm_description {
        display: inline-block;
    }

    .webpart_ttl_normal p {
        font-size: 30px;
        line-height: 38px;
    }

    .webpart_ttl > em.fa {
        color: #D7153A !important;
        -webkit-print-color-adjust: exact;
    }

    .news_lbl {
        color: #fff !important;
        -webkit-print-color-adjust: exact;
        padding: 4px 14px;
        font-size: 12px;
    }

    .red_nbg {
        background: #D7153A !important;
        -webkit-print-color-adjust: exact;
    }

    .blue_nbg {
        background: #002664 !important;
        -webkit-print-color-adjust: exact;
    }

    .purple_nbg {
        background: #752F8A !important;
        -webkit-print-color-adjust: exact;
    }

    .green_nbg {
        background: #63CE63 !important;
        -webkit-print-color-adjust: exact;
    }

    blockquote, blockquote > q {
        border: 0px;
    }

    .newsart_ofundsec {
        margin-top: 24px;
    }

    .disthos_sec {
        /*margin-top: 30px;*/
        margin-top: 0px;
    }

    .disthos_listbox {
        padding: 0px 20px;
        margin-top: 10px;
    }

    .wp_ttl {
        margin-bottom: 10px;
    }

        .wp_ttl > div {
            font-size: 24px;
            line-height: 32px;
        }

    .wp_pagecont {
        margin-bottom: 10px;
    }

    .news_selbox {
        /* margin: 22px 0px 25px 0px; */
        margin: 25px auto;
    }

    .disthos_phone {
        background: #63CE63 !important;
        -webkit-print-color-adjust: exact;
    }

        .disthos_phone > .fa:before {
            color: #ffffff !important;
            -webkit-print-color-adjust: exact;
        }

    .disthos-desc {
        width: calc(100% - (33.33% + 16px));
        margin-left: 16px;
    }

    .disthos_abt {
        width: 100%;
    }

    .disthost_ttl {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .wp_ttl {
        margin-bottom: 0px;
    }

    .wp_pagecont {
        padding: 0px;
    }

    #createService_manage, #editService_manage, #createNews_manage, #editNews_manage {
        display: none;
    }
    /******* HOME START*******/
    .section .webpart_ttl,
    .section .wp_headzone {
        break-inside: avoid;
        page-break-inside: avoid;
        width: 210mm;
    }

    /**02 Landing Page - hero banner (herobanner_box)**/
    .section img {
        max-height: 100mm;
        max-width: 210mm !important;
    }

    .section .herobanner_box {
        min-height: auto;
    }

        .section .herobanner_box > div {
            margin: 0 auto;
        }

        .section .herobanner_box * {
            max-height: 100mm;
            /* max-width: 230mm !important; */
            max-width: 210mm !important;
        }

    .section .herobaner_box {
        padding: 0px;
        min-height: auto;
        clear: both;
        max-width: 210mm !important;
        max-height: 100mm;
        overflow: hidden;
    }

    .hb_img {
        transform: none;
        left: 0;
    }
    /* 02.1 hero banner img (img.hb_img[id*="_heroImageDesktop"])*/
    .section .herobaner_box img.hb_img[id*="_heroImageDesktop"] {
        /* max-height: 100mm; */
        /*max-width: 230mm !important;*/
        display: block !important;
        width: 100%;
        height: auto;
        max-width: 210mm !important;
        position: relative;
        padding: 0px !important;
        margin: 0px auto !important;
        max-height: 100% !important;
        transform: translate(0, -5%) !important;
    }

    /* 02.2 hero banner quote (hb_bquotebox)*/
    .section .herobaner_box .hb_bquotebox {
        bottom: 35mm;
        right: 5mm;
        width: 40%;
    }

        .section .herobaner_box .hb_bquotebox q {
            font-size: 16px;
            line-height: 20px;
            text-size-adjust: 100%;
        }
        /* 02.2.1 hero banner quote marks (.hb_bquotebox q:before, q:after)*/
        .section .herobaner_box .hb_bquotebox > q:before,
        .section .herobaner_box .hb_bquotebox > q:after {
            font-size: 28px;
            line-height: 32px;
        }

        .section .herobaner_box .hb_bquotebox > q:before {
            left: -7px;
        }

        .section .herobaner_box .hb_bquotebox > q:after {
            padding-left: 1px;
        }
    /* 02.3 hero banner red ribbon (hbc_ribonbox)*/
    .section .herobaner_box .hbc_ribonbox {
        height: 15mm;
        line-height: 15mm;
        padding: 5mm;
        bottom: 15mm;
        width: 100%;
    }

    .section .herobaner_box footer {
        font-size: 12px;
        line-height: 20px;
    }

    .section .herobaner_box .hbc_ribonbox .hbc_selbox {
        margin-top: -10px;
    }

    /* Dsicover our district */
    .section .inner_container * {
        max-width: 100%;
    }

    .section .inner_container .med_img_txt_btm img {
        height: 30mm;
        min-height: auto;
    }

    .section .inner_container .wpbox .wp_tileitem {
        max-width: 32%;
        margin: 0px auto;
        -ms-flex: 0 1 auto;
    }

    .section .wpbox {
        max-width: 210mm;
        margin: 0mm auto;
        float: none;
        display: block;
        height: 100%;
        position: relative;
    }

    .herobaner_box {
        top: 0mm;
        page-break-after: always;
        break-after: always;
        margin: 0mm auto;
    }
    /* feature zone*/
    .section .wp_ftzone {
        height: 100%;
    }

        .section .wp_ftzone * {
            max-width: 210mm !important;
        }


    .section .wpbox .wp_ftzone .feture_wparea div.fet_artitem * {
        page-break-inside: avoid;
        break-inside: avoid;
        display: inline-block;
    }

    /******* HOME END *******/

    /******* SERVICES START *******/
    .section div#find_service_title,
    .section .service_linktext,
    .section #find_service,
    .section .accblity_box .accblity_icons > span {
        display: none;
    }

    .fullwid_content.fullwid_content_subwebRoot {
        margin-top: 0px;
    }

    .section .ms-webpart-zone,
    .section .ms-webpart-chrome-vertical,
    .section div.ms-webpart-cell-vertical-inline-table {
        display: block;
    }

    .disthos_img {
        width: 33.33%;
    }
    /******* SERVICES END *******/

    /******* Hospital START *******/
    .hospital_Contact {
        /* background-color: #FF7F2F !important; */
        background-color: #CC4E00 !important;
        -webkit-print-color-adjust: exact;
    }

    .section .hbc_ribonbox.hospital_Contact {
        bottom: 0mm;
    }

        .section .hbc_ribonbox.hospital_Contact .hbc_gobtn {
            width: 35mm;
            font-size: 14px;
            margin-left: 5px;
            /* color: #000 !important; */
            background-color: transparent !important;
        }

        .section .hbc_ribonbox.hospital_Contact .mapAddress {
            padding: 0px;
            margin: 0px;
        }

            .section .hbc_ribonbox.hospital_Contact .mapAddress a {
                width: 40mm;
                margin-left: 5px;
                line-height: 0px;
                padding: 7px 10px 5px 10px;
                height: 40px;
                background-color: transparent !important;
            }

                .section .hbc_ribonbox.hospital_Contact .mapAddress a span {
                    font-size: 12px;
                    line-height: 14px;
                    width: 40mm;
                    padding: 0px;
                    margin: 0px;
                }

        .section .hbc_ribonbox.hospital_Contact em {
            position: relative;
            top: 2px;
            font-size: 18px;
        }

            .section .hbc_ribonbox.hospital_Contact em.fa-location-arrow {
                top: -4px;
            }

        .section .hbc_ribonbox.hospital_Contact [id*="_generalInfo"] {
            font-size: 14px;
            color: #fff !important;
        }

    .section #webpart_ttl_about_hospital {
        width: 100%;
    }

    .section #section_goto {
        display: none;
    }
    /* New Hospital */
    .hospital_Contact .hbc_selitem:not(:last-child) {
        background-color: #fff !important;
        font-size: 14px;
        border: solid #CC4E00 5px;
        border-radius: 25px;
        height: 40px;
        margin-left: 10px;
    }

    .mapAddress {
        font-size: 14px;
        font-weight: 700;
        min-width: 260px;
        /*         width: 270px; */
    }

        .mapAddress a {
            /*         width: 260px !important; */
            width: 100% !important;
            margin: 1px 0px 3px 4px;
        }

            .mapAddress a span {
                /*         font-family: 'Arial-BoldMT'; */
                font-size: 14px !important;
                color: #002664 !important;
            }

        .mapAddress em.fa.fa-location-arrow {
            margin: 0px 0px -5px -35px;
            filter: brightness(0) invert(1);
        }

    .hospital_Contact .hbc_selitem em.fa-phone {
        margin: 0px -10px 5px -20px;
        color: #fff !important;
        filter: brightness(0) invert(1);
    }

    .hospital_Contact .hbc_selitem .hbc_gobtn {
        margin: -5px 0px 0px 0px !important;
        position: relative;
        display: inline-block;
    }

    .hospital_Contact .hbc_selitem em.fa-clock-o {
        margin: 0px -15px 5px 10px;
        filter: brightness(0) invert(1);
    }

    /******* Hospital END *******/

    /******* News Announcement START *******/
    .accblity_icons > span {
        display: none;
    }

    .section .news_wpttl {
        font-size: 18px;
        line-height: 22px;
    }

    .news_listitem > a,
    .news_listitem > div {
        display: block;
    }

    .section .news_wpdesc p {
        font-size: 16px;
        line-height: 20px;
    }

    .section .newsart_tactlist > li:last-child > a {
        border: none;
    }

    .section .newsart_topimg img[id*="_newsImage"] {
        max-height: 100mm;
        display: block !important;
        width: 100%;
        height: auto;
    }

    /******* News Announcement END *******/

    /******* AtoZ START *******/
    .section .herobanner_box .char_links,
    .section .herobanner_box ul {
        height: 100% !important;
        max-height: 100% !important;
        width: 100%;
    }

        .section .herobanner_box ul li {
            width: calc(33.33% - 20px);
            margin-right: 15px;
            float: left;
        }

        .section .herobanner_box .char_links a {
            font-size: 18px;
            line-height: 22px;
        }

    .breadcrub_sec {
        display: none;
    }

    .atoz_links .char_links {
        height: auto !important;
        width: 46%;
    }
    /******* AtoZ End *******/

    /******* Services Start *******/

    /*   Standard H1, H2, H3 & P   */
    .jumbotron h1,
    .serviceDetails h1 {
        font-size: 32px !important;
        line-height: 2rem !important;
        color: black !important;
    }

    .jumbotron h2,
    .serviceDetails h2 {
        font-size: 28px;
        line-height: 2rem !important;
        color: black !important;
    }

    .jumbotron h3,
    .jumbotron h3 p,
    .serviceDetails h3,
    .serviceDetails h3 p {
        font-size: 18px;
        line-height: 2.5rem !important;
        color: black !important;
    }

    .jumbotron p,
    .serviceDetails p {
        font-size: 14px;
        line-height: 2rem !important;
    }

    .serviceDetails * {
        line-height: 2rem;
    }
    /*   Standard H1, H2, H3 & P   */

    /*   Header   */
    .jumbotron {
        border: solid 1px;
        min-height: auto;
    }

        .jumbotron .container {
            padding: 25px 0px 25px 0px;
        }

    .image-cropper {
        max-height: 180px !important;
        width: 180px;
        margin-left: 0px;
        margin-top: 25px;
    }

    .jumbotron .col-sm-7 {
        width: 70%;
        float: left;
    }

    .jumbotron .col-sm-5 {
        width: 29%;
        float: right;
    }

    /*   Header   */

    .squareBoxDisplayView {
        border: solid 1px;
        font-size: 14px;
        height: auto !important;
    }

    /* .mapAddress{
        display: none;

    } */
    /******* Services End *******/

    /******* Search Page Start *******/
    .ms-ref-refiner > div > a {
        background: #002664 !important;
    }

        .ms-ref-refiner > div > a div {
            color: #fff !important;
        }

    .left_search_content {
        width: 25%;
    }

    .right_search_content {
        width: calc(75% - 60px);
        float: right;
    }

    .ms-srch-item {
        width: 100%
    }

    .left_search_content div > label {
        font-weight: normal;
    }
    /******* Search Page End *******/

    /******* Summary Links Start *******/
    .small_img_txt_btm_icons_item {
        width: auto;
    }
    /******* Summary Links End *******/
	.jumbotron h1, .serviceDetails h1 {
        font-size: 28px !important;
        line-height: 1.2em !important;
        margin-bottom: 15px;
    }
	.squareBoxDisplayContent h2 {
        font-size: 1.46em !important;
        line-height: 1.2em !important;
    }
    .tab-accordian-container ul{
        font-size: 14px !important;
    }
    .serviceDetails *{
        line-height: 1.5em;
    }
    .jumbotron .container{
        padding: 0px;
    }
    .jumbotron .mapAddress{
        display: none;
    }
}

@media print and (orientation: portrait) {
    .hbalert_box {
        background-color: #FFBF2F !important;
        -webkit-print-color-adjust: exact;
    }

    .hb_bquotebox {
        -webkit-print-color-adjust: exact;
        bottom: 370px;
        right: 4%;
        width: 450px;
    }
}
