/*PROJECT Knights Hospitaller CSS*/



/*Font Includes START*/

/*FONTS*/
@font-face {
    font-family: 'Droid-Sans';
    src: url('/fonts/droid-sans/DroidSans.ttf') format('ttf');
}
@font-face {
    font-family: 'Droid-Sans-Bold';
    src: url('/fonts/droid-sans/DroidSans-Bold.ttf') format('ttf');
}
/*FONTS*/

/*Font Includes END*/


/*General START*/

/*OVERWRITE BOOTSTRAP HENCE IMPORTANT TAG*/
a {
    color: #30A233 !important;
}
/*OVERWRITE BOOTSTRAP HENCE IMPORTANT TAG*/
/*H1 STYLE*/
.h1-title{
    font-family: "Droid Sans", sans-serif;
    font-size: 60px;
    font-weight: 400;
}
/*H1 STYLE*/

/*H2 STYLE*/
.h2-subtitle{
    font-size: 14px;
    line-height: 22px;
}
/*H2 STYLE*/

.tooltip {
    opacity: 1 !important;
}
.tooltip-inner {
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    color: #222;
    text-align: start;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-stretch: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 10px;
}
.tooltip .tooltip-arrow::before {
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    border-bottom-color: transparent !important;
    border-top-color: transparent !important;
}

/*MAIN CONTAINER*/
.main-contain{

}
/*MAIN CONTAINER*/
/*General END*/


/*Header CSS START*/
.nav-logo {
    width: 250px;
    max-height: 100px;
}
@media (min-width: 768px) {
    .nav-logo {
        width: 100px;
        max-height: 50px;
    }
}
@media (min-width: 992px) {
    .nav-logo {
        width: 250px;
        max-height: 100px;
    }
}

/*TOPPER NAV*/
.topper-nav-container {
    border-top: 5px solid #5FAE61;


}
.topper-nav-item {
}
.topper-nav-item a {
    color: #5FAE61;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 26px;
    font-size: .8rem;
    padding: 0 5px 5px 5px;
    margin: 0;
}
.main-nav-ul{
    margin: 20px 20px 0 20px;
    text-align: center;
}
.main-nv-item{
    color: black !important;
    font-size: 16px;
    height: 73px;
    border-color: #5FAE6a;
}
.main-nv-item.selected, .main-nv-item:hover {
    border-bottom: 8px solid #5FAE6a;
}


/*TOPPER NAV*/

/*LOGO*/
.nav-logo{
    max-height: 100px;
}

/*LOGO*/
/*Header CSS END*/





/*Cross Site START*/

/*HERO BANNER*/

.hero-banner-home {
    height: 500px;
    min-height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-banner-home-small {
    height: 200px;
    min-height: 200px;
    background-color: #fff;
    background-position: right -20px;
    background-repeat: no-repeat;
    background-size: 50%;
    border-bottom: 1.5px solid #dddddd;
}
.hero-banner-text-container{
    max-width: 450px;
    min-width: 250px;
    background-color: rgba(255,255,255,0.6);
    border-radius: 15px;
    left: 20%;
    top: 40%;
    position: relative;
    padding: 5px;

}
.hero-banner-title{
    font-size: 45px;
    color: #333333;
    font-weight:700;
    line-height: 48px;
    padding: 0px;
    margin: 4%;
}
.hero-banner-subtitle{
    color: #3E86BE;
    font-size: 1.6em;
    line-height: 28px;
    padding: 0px;
    margin: 4%;
}
/*HERO BANNER*/


/*BREADCRUMB*/
.bread{
    margin-top: 50px;
}
.bread a {
    text-decoration: none;
}
.bread-active{

}
.bread-arrow{
    margin: 0 5px;
}
/*BREADCRUMB*/

/*Cross Site END*/






/*Footer CSS START*/

/*BLUE SOCIAL*/
.social-links{
    background-color:#233E56;
    text-decoration: none !important;
}

.social-links-icons{
    font-size: 40px;
    padding: 7.5% 10px;
    color: #ffffff;
    opacity: 60%;
    text-decoration: none !important;
}

/*This is a bug fix,
without this a small underline
bar appears to the right of the linkedin icon
*/
.icon-link{
    color:#233E56 !important;
}
/*This is a bug fix,
without this a small underline
bar appears to the right of the linkedin icon
*/
/*BLUE SOCIAL*/




/*GREEN COPY*/
.copyright-bar{
    background-color: #5FAE61;
    color: #ffffff;
    font-size:19px;
    line-height: 26px;
    font-family: 'Droid-Sans';
}
.up-arrow{
    font-size: 25px;
    padding: 2% 0px;
    color: #ffffff;
    opacity: 60%;
}
/*GREEN COPY*/

/*Footer CSS END*/




/*Page Centric START*/

/*HOME*/
.h1-home-text{
    color: #5FAE61;
    line-height: 48px;
    font-weight: 400;
    margin: 30px 15px 5px 15px;
}
.h1-home-subtext{
    margin: 0% 15% 0 15%;
    padding: 0% 7%;
}

.tri-color-hr {
    width: 300px;
    height: 2px;
    margin: 30px auto;
    background: #5FAE61;
    background-image: -webkit-linear-gradient(to right, #5FAE61 0%, #5FAE61 32%, #3E86BE 33%, #3E86BE 66%, #f6823c 67%, #f6823c 100%);
    background-image: linear-gradient(to right, #5FAE61 0%, #5FAE61 32%, #3E86BE 33%, #3E86BE 66%, #f6823c 67%, #f6823c 100%);
}


.blue-block{
        background-color:#233E56;

}
.white-box{
    background-color: #ffffff;
    margin-top: 5%;
    margin-bottom: 5%;
}
/*HOME*/



/*FAQS*/

.patient-tip-container {
    background-color: #3E86BE;
    color: #ffffff;
}
.patient-tip-title {
    color: #ffffff;
}
.patient-tip-title .fa-solid {
    font-size: 36px;
}

.info-card-title{
    font-size: 30px;
    line-height: 36px;
    font-weight: 200;
    font-family: "Droid Sans", sans-serif;
}
.big-mid{
    width: 100%;
}
.big-mid:hover {
    color: var(--bs-btn-hover-color) !important;
}
.info-card-address{
    text-align: center;
    font-size: 16px;
}
.faq-qa{
    font-size: 1.3em;
}
.faq-question{
    font-size: 1.6em;
    line-height: 1.2em;
    font-weight: 300;
    font-family: "Droid Sans", sans-serif;
}
.faq-answer .faq-qa{
    font-size: 1.6em;
}
.site-help{
    font-size: 1.9em;
    color:#30A233;
}
/*FAQS*/

/*PATIENT TIPS*/
.pt-question{
    color: #3E86BE;
    font-size: 30px;
    line-height: 36px;
    font-style: normal;
    font-weight: 200;
    font-family: "Droid Sans", sans-serif;
}
.pt-answer{
    font-size: 16px;
    font-style: normal;
}
/*PATIENT TIPS*/

/*CONTACT FORM*/
input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

.contact-container {
    border-radius: 5px;
    padding: 20px;
}
/*CONTACT FORM*/

/*COMPARE HOSP*/

.cat-item {
    font-size: 14px !important;
}
.btn-cust-green {
    --bs-btn-color: #5FAE61;
    --bs-btn-border-color: #5FAE61;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5FAE61;
    --bs-btn-hover-border-color: #5FAE61;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #5FAE61;
    --bs-btn-active-border-color: #5FAE61;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #5FAE61;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #5FAE61;
    --bs-gradient: none;
}
.btn-cust-green-comp{
--bs-btn-color: #fff;
    --bs-btn-bg: #5FAE61;
    --bs-btn-border-color: #5FAE61;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5FAE61;
    --bs-btn-hover-border-color: #5FAE61;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #5FAE61;
    --bs-btn-active-border-color: #5FAE61;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #5FAE61;
    --bs-btn-disabled-border-color: #5FAE61;
}

.compare-hospital-type i {
    font-size: 29px;
}

.compare-hospital-title {
    font-size: 1.8em;
    line-height: 22px;
    padding-left: 3px;
}

.compare-hospital-type:not(.active) i, .compare-hospital-type:not(.active) .compare-hospital-title {
    color: #777;
}

.red-subtext {
    font-size: 12px;
    line-height: 18px;
    color: #dd0055;
    font-style: italic;
}

.compare-btn {
    font-size: 16px;
    font-weight: 700;
    border-width: 2px;
}

.compare-filter-by {
    color: #222222;
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    margin-bottom: 20px;
}

.cat-title {
    background-color: #efefef;
    padding: 5px;
    border-radius: 4px;
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 28px;
}

.cat-item {
    color: #30a233;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    padding: 5px 20px 5px 10px;
    background: transparent;
    margin-top: 3px;
}

.cat-item.checked {
    background-color: #009dd8;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) inset;
    color: #fff;
}

.cat-item-checkbox:not(:checked) {
    display: none;
}

.cat-item-checkbox {
    color: #fff;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1.5em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 5px 0 0;
    vertical-align: top;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.cat-item-checkbox:before {
    content: "\f058";
}

.compare-hospitals-table tr:first-child th {
    font-size: 14px;
    line-height: 22px;
}

.compare-hospitals-row.selected {
    background: #D1F8C9;
}

.compare-hospitals-table .compare-hospitals-row .hospital-name {
    color: #3E86BE !important;
    font-size: 20px;
    line-height: 26px;
    font-weight: 100;
}

.compare-hospitals-table .compare-hospitals-row .hospital-measure-count {
    color: #222222;
    font-weight: 400;
    font-stretch: normal;
    font-size: 14px;
    line-height: 22px;
}

.compare-hospitals-table .compare-hospitals-row .hospital-name i {
    margin-left: 10px;
    font-size: 14px;
}

.compare-hospitals-table .compare-hospitals-row .hospital-name i:hover {
    color: #3E86BE;
}

.compare-hospitals-table .compare-hospitals-row .hospital-location {
    vertical-align: top;
    font-size: 14px;
    line-height: 22px;
}

.hospital-item-checkbox {
    display: none;
}

.hospital-item-checkbox ~ label i {
    color: #659f13;
    cursor: pointer;
    font-size: 28px !important;
}

.hospital-item-checkbox:checked ~ label .hospital-checked {
    display: block;
}

.hospital-item-checkbox:not(:checked) ~ label .hospital-checked {
    display: none;
}

.hospital-item-checkbox:checked ~ label .hospital-unchecked {
    display: none;
}

.hospital-item-checkbox:not(:checked) ~ label .hospital-unchecked {
    display: block;
}


/*COMPARE GEN PAGE*/

.compare-title {
    font-size: 38px;
    line-height: 52px;
    font-weight: 200;
    text-transform: none;
}

.compare-note {
    font-size: 20px;
    line-height: 26px;
    font-weight: 100;
}

.compare-note strong {
    font-weight: bold;
}

.comp-measure-name{
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    margin-bottom: 1em;
}

.comp-measure-info-icon {
    border: none;
    background: none;
    outline: none;
    text-decoration: none;
}

.comp-measure-info-icon i {
    font-size: 1.2rem;
    color: #999;
    cursor: pointer;
    text-decoration: none;
}

.comp-measure-updown-icon {
    font-size: 1rem;
    line-height: 1.2rem;
    color: #999;
    cursor: pointer;
    text-decoration: none;
}

.comp-measure-hosp-info {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: normal;
    line-height: .9;
    padding: 4px 12px;
    border-radius: 2px;
    text-align: center;
    background: #5fae61;
    color: #ffffff;
    border: none;
    cursor: pointer;
}

.comp-measure-hosp-info i {
    margin-right: 3px;
}

.comp-measure{
    font-size: 25px;
    color: #e90;
    font-weight: 400;
    line-height: .9;
    text-align: center;
}

.comp-measure-grayed {
    color: #bbb;
}

.comp-measure-subtext {
    font-size: 10px;
    color: #bbb;
    font-weight: 400;
    line-height: .9;
    text-align: center;
}

.comp-measure-description {
    font-size: 22px;
    color: #bbb;
    margin: 25px;
    line-height: 28px;
    font-weight: 400;
    text-align: center;
}

.comp-name{
    font-size: 20px;
    font-weight: 400;
    line-height: .9;

}

.comp-icon{
    font-size: 34px;
    padding-top: 25px;
    text-align: center;
}

.comp-state{
    color: #5FAE61;

}

.comp-nat{
    color: #3E86BE
}

.comp-sub-text{
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #222222;
}

.comp-footnote {
    color: #888;
    font-size: 12px;
    line-height: 18px;
    margin: 25px 15px 10px 15px;
}

.compare-legend-message {
    font-size: 13px;
    font-weight: bold;
    color: #222222;
}

.compare-legend-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: start;
}

.compare-legend-item-icon {
    padding: 3px 5px;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
    font-size: 12px;
    font-weight: bold;
}

.compare-legend-item-icon i {
    font-size: 1.2em;
    font-weight: normal;
    color: #e90;
}

.compare-legend-item-text {
    margin-left: 5px;
    font-size: 13px;
    color: #222222;
}

.comp-two-measure{
    font-size: 25px;
    color: #e90;
    font-weight: 400;
    line-height: .9;
    text-align: center;

}

.comp-two-name{
    font-size: 20px;
    font-weight: 400;
    line-height: .9;
    margin-left: 25px;
}

.comparison-two-icon {
    display: block;
    font-size: 32px;
}

.comparison-two-icon.small {
    font-size: 12px;
}

.front-page-icon-box{
    display: flex;
    width: 160px;
    min-height: 190px;
    margin: 10px 40px 20px 40px;
    text-align: center;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
}

.front-page-icon {
    display: flex;
    width: 90px;
    height: 90px;
    align-items: center;
    justify-content: center;
    color: transparent !important;
}
.front-page-icon::before{
    font-size: 55px !important;
    color:#ffffff;
}
.circle-icon {
    background: #3E86BE;
    padding:10%;
    border-radius: 50%;
}
.circle-icon-clip{
    background: #3E86BE;
    padding:10% 13%;
    border-radius: 50%;
}
.front-icon-subtext{
    font-size: 1.6em;
    font-weight: 200;
    text-align: center;
    font-family: "Droid Sans", sans-serif;
    color: #222222;
}

.icon-row-1{
    display: flex;
    justify-content: center;
    margin-bottom: 5%;
    margin-top: 5%;
}
.icon-row-2{
    display: flex;
    justify-content: center;
    margin-bottom: 5%;
}

.home-about-icons{
    font-size: 75px;
}
/*COMPARE HOSP*/
/*Page Centric END*/

.home-green-text{
    color:#5FAE61;
    font-size: 25px;
}
.home-gray-text{
    color: #999;
}
.home-black-text {
    font-size: 20px;
    line-height: 26px;
    font-weight: 100;
    font-family: "Droid Sans", sans-serif;
}
.home-hospital-type-text {
    font-size: 30px;
    line-height: 36px;
    font-weight: 200;
    font-family: "Droid Sans", sans-serif;
}
.btn-spe {
    color: #3E86BE !important;
    font-weight: bold;
    font-size: .9rem;
    border-width: 2px;
}
.btn-spe:hover{
    color: var(--bs-btn-hover-color) !important;
}






/*Bug Fix START*/


/*BOOTSTRAP*/

/*Fixed an issue with bootstrap putting a little more to the right of tha page*/
.main-container .row{
    --bs-gutter-x:0;
}
/*BOOTSTRAP*/




/*Bug Fix END*/


.js-hide{
    display: none;
}

.js-show{
    display: block;
}




.legendary {
    color: white;
    font-size: 50px;
    position: fixed;
    bottom: 5px;
    right: 5px;
    padding: 1%;
    background-color: #5FAE61;
    border-radius: 50%;
}

.find-hospitals-table thead tr, .find-hospitals-table tbody tr:last-child {
    border-bottom: 1px solid rgb(17, 17, 17);
}
.find-hospitals-list-text {
    font-weight: normal;
    text-decoration: none;
    font-size: 14px;
}

.hp-name {
    font-family: "Droid Sans", sans-serif;
    font-size: 60px;
    font-weight: 400;
}

.hp-tab {
    font-weight: bold;
    font-size: .9rem;
    border-width: 1.5px;
}
.hp-tab.btn-outline-primary {
    color: rgb(62, 134, 190) !important;
}
.hp-tab:hover {
    color: var(--bs-btn-hover-color) !important;
}

.hs-attr-heading {
    font-family: "Droid Sans", sans-serif;
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
}

.hs-attr-heading-sm {
    font-family: "Droid Sans", sans-serif;
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
}

.hs-attr-heading-chart, .hs-attr-heading-table {
    font-size: 20px;
    line-height: 26px;
    font-weight: 100;
}

.hp-link {
    text-decoration: none;
    font-size: 14px;
    line-height: 26px;
}

.hp-link i {
    font-size: 14px;
    line-height: 26px;
}

.hm-table-title {
    margin-top: 35px;
    color: #3E86BE;
    font-size: 22px;
    line-height: 28px;
    font-family: "Droid Sans", sans-serif;
    font-weight: 400;
}

.hm-table-subtitle {
    margin-bottom: 35px;
    color: #3E86BE;
    font-size: 14px;
    line-height: 18px;
    font-family: "Droid Sans", sans-serif;
    font-weight: 400;
}

.hm-table-value-label {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.hm-table-value {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.hm-table-value-highlighted {
    font-weight: bold;
}

.hm-table-value-unit {
    line-height: .75;
    font-size: .75em;
    top: -0.5em;
}

.cm-table-title {
    margin-top: 35px;
    color: #3E86BE;
    font-family: "Droid Sans", sans-serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
    padding-right: 10%;
}

.cm-table-header th {
    color: #5FAE61;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
}

.cm-table-row td {
    font-size: 14px;
    line-height: 22px;
}

