/*STYLE.CSS*/

/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/
/* 01 - LAYOUT INITIALIZATION & COLOR PRESETS */
/* 02 - HEADER */
/* 03 - UNIVERSAL STYLE */
/* 04 - HOME */
/* 05 - PAGES */
/* 06 - FOOTER */


@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap');
@import url ('fontawesome.min.css');
@import url ('light.min.css');
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 01 - LAYOUT INITIALIZATION & COLOR PRESETS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
    -webkit-text-size-adjust: none;
    line-height: 150%;
}

ul, ol {
    margin-bottom: 20px;
}

body {
    border-top: 25px solid #0064A4;
    background: #f2f2f2;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: 400; /** Normal size**/
    font-size: 16px;
    color: #444;
}

header .container,
header .container-lg,
header .container-md,
header .container-sm,
header .container-xl,
header .container-xxl {
    padding-left: 7px;
    padding-right: 7px;
}


.card {
    border-radius: 0;
    border: none;
    margin-bottom: 0.2rem;
}
.options .col {
    margin-top:1rem;
}
    .options .card {
        border: none;
        border-left: 1rem solid #f2f2f2 !important;
    }

    .options .card:first-child {
        border-left: none !important;
    }

.options .card-body {
    padding: 0.5rem 1.5rem;
}

    .options .card-body h2 {
        margin-top: 1rem;
    }
    .options .card-body .content {
        padding-bottom:3.5rem;
    }
    .options .service-status h2 {
        margin-top: 0;
        margin-bottom: 0;
    }

section:after {
    clear: both;
    content: '';
    /**height: 20px;**/
    display: block;
    width: 100%;
}

.hollow-top-layout {
    padding-top: 20px;
}

/** Fonts **/
h1, .h1 {
    color: #002244;
    font-size: 2.3rem;
    font-family: "Roboto Slab","serif";
}

h2, .h2 {
    color: #000;
    font-size: 25px;
    letter-spacing: -0.1px;
}

h3, .h3 {
    font-size: 20px;
    font-weight:bold;
    color: #002244;
}

h4, .h4 {
    font-size: 18px;
}

.ct-grid h3 {
    margin-top: 0.8rem;
}
.sample-keywords h3 {
	color: #0064A4;
}

h5 {
    font-size: 16.5px;
    line-height: 120%;
}

.ct-grid-body h5{
    font-weight: bold;
}


h6 {
    font-size: 14px;
}

    h6.breadcrumb {
        margin-bottom: 100px;
    }

h1 span, h2 span, h3 span, h4 span {
    font-weight: 300;
}

p {
    line-height: 1.4em;
    font-size: 16px;
    margin-bottom: 20px;
}

a {
    color: #333;
    cursor: pointer;
    text-decoration: underline;
}

    a:hover {
        color: #555;
    }

/**Form elements**/
input[type="text"] {
    padding: 3px;
}



/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 - HEADER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
header {
    background: #FFf;
}

.UCI-Health-logo {
    width: 286px;
    height: 60px;
}

.pin-location-wrapper > div {
    line-height: 120%;
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-brand-wrapper {
    padding: 0.5rem 0;
}

.navbar-wrapper {
    background: #949598;
    clear: both;
}

a.nav-link {
    background: #404041;
    color: #fff;
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

    a.nav-link.active:after {
        background: #0064A4;
        content: '';
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 100%;
        height: 10px;
    }
    a.nav-link:hover, a.nav-link:focus {
        color: #999;
    }
   

    .navbar-nav .nav-link {
        color: #fff;
        padding: 0.8rem;
    }

    .navbar-nav li.nav-item.active{
        position: relative;
        color: #fff !important;
    }

.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus {
    color: #ddd !important;
}

.navbar-nav li.nav-item.active:after {
    background: #0064A4;
    height: 10px;
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 - UNIVERSAL STYLE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.begin {
    position: relative;
}
input.begin-question {
    background: #f2f2f2;
    font-size: x-large;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 0.8rem;
    background: #ededed;
    padding-left: 3rem;
    border: none;
    border-radius: 0.3rem;
    font-size: x-large;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 0.8rem;
}

    input.begin-question::placeholder {
        color: #0064A4;
    }
    .tagline {
        font-size: 1.6rem!important;
        font-style:italic;
        line-height: 120%;
        margin:9% 6% 6%!important;
        width:60%;
    }

.begin-question-wrapper {
    position: relative;
}
    .begin-question-wrapper:before {
        font-family: 'Font Awesome\ 5 Pro';
        font-weight: bold;
        content: "\f002";
        color: #0064A4;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 1.5rem;
        left: 1.5rem;
        z-index:9;
    }

input.begin-question[required="required"]:valid + .req-placeholder {
    display: none;
}

.req-placeholder {
    display: block;
    font-size: 1.2rem;
    margin-left:0.2rem;
}


.pin-location {
    color: #0064A4;
    font-size: 3rem;
    margin-right: 0.5rem;
}

.row > div section {
    background: #fff;
    padding: 2.5rem 2rem;
}

    .row > div section#nearestlocation {
        border-bottom: 1rem solid #f2f2f2;
    }

.row > div.sidebar section {
    padding: 0.8rem;
    margin: 0.8rem 0;
    height: 140px;
}

.row > .service-status section {
    margin: 10px 0;
    padding: 7px;
    height: 120px;
}

.wait-time {
    background: #ddd !important;
}
    .wait-time h6{
        max-height: 35px;
        /* height: 35px; */
        overflow: hidden;
        text-overflow: ellipsis;
        /* white-space: nowrap; */
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
    .cost {
        background: #454545 !important;
    }
    .cost * {
        color: #fff;
    }
    .cost h3 {
        word-break:break-word;
    }

.video-visit {
    background: #0064A4 !important;
    color: #fff;
}

.visit-arrow {
    transform: rotate(-45deg);
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.service-status section.btn-secondary {
    background: #565e64;
}

.service-status section.help-me-choose {
    background: #002244;
    color: #fff;
}


hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.inner-grid-wrapper {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.inner-grid {
    background: #f2f2f2;
    margin-left: 0;
    margin-right: 0;
    padding: 1.5rem;
}

.bg-blue {
    background: #0064A4;
    color: #fff;
    display: block;
    padding: 0.75rem;
    text-decoration: none;
}

.content {
    position: relative;
}

.btn {
    border-radius: 0;
}


.alert {
    border-radius: 0;
}

.alert-darkgray {
    border-bottom: 1px solid #555;
    background: #404041;
    color: #fff;
    line-height: 100% !important;
    margin-bottom: 0;
    padding: 0.5rem 1rem;
}

    .alert-darkgray button.btn-close {
        float: right;
    }

small {
    line-height: 110% !important;
    display: inline-block;
    margin-top:0.8rem;
}
    small:first-letter {
        text-transform: uppercase;
    }

.extra-small {
    font-size: 0.8rem;
}

.alert-darkgray .extra-small {
    color: #ccc;
    display: block;
}

.breadcrumb-wrapper {
    margin-top:30px;
}
.breadcrumb-item.active {
    color:#555;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 05 - PAGES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.interactive-wrapper {
    border: 1px dotted #ccc;
    padding: 3rem 1rem;
    min-height: 300px;
}

.col-grid {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 3rem;
}

    .col-grid .fas {
        color: #0064A4;
    }

    .col-grid > div {
        background: #f2f2f2;
        padding: 1.5rem 2.5rem;
    }

        .col-grid > div:last-child {
            border-left: 1px solid #ccc;
        }

        .col-grid > div:first-child {
            border: none;
        }

.row .col-grid > div {
    padding-left: 1rem;
    padding-right: 1rem;
}

.ct-grid-body {
    margin-bottom: 0.5rem;
}

    .ct-grid-body > div, .ct-grid-head > div, .ct-grid-footer > div {
        background: #fff;
        border-right: 0.5rem solid #f2f2f2;
        min-height: 45px;
        padding: 10px;
    }
    .ct-grid-body h5 i{
        vertical-align:middle;
    }
    .ct-grid-body h5 i:before {
        color: #777;
    }


.compare_services_display.ct-grid .ct-grid-body {
    border-bottom: 1px solid #999;
    margin-bottom: 0;
}

.ct-grid .ct-grid-body:nth-child(odd) > div {
    background: #ddd;
}

.ct-grid .ct-grid-body:nth-child(even) > div {
    background: #fff;
}

.compare_services_display.ct-grid .ct-grid-body:nth-child(odd) > div {
    background: #fff;
}

.compare_services_display.ct-grid .ct-grid-body > div:first-child, .compare_services_display.ct-grid .ct-grid-footer > div:first-child {
    background: none !important;
}

.ct-grid-body:nth-child(odd) > div {
    background: #ddd;
}

.ct-grid-body > div:last-child, .ct-grid-footer > div:last-child {
    border-right: none;
}

.ct-grid-body > div h5 {
    margin-bottom:0;
}

.icon-availability {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    vertical-align: middle;
    display: inline-flex;
}

.link-videoVisit {
    float: right;
    margin-right: 0.5rem;
}

.icon-availability i {
    color: #666;
}

.ct-grid-head > div {
    background: #D1D2D4;
    padding: 15px;
}

    .ct-grid-head > div:hover {
        background: #404041;
        color: #fff;
    }

        .ct-grid-head > div:hover * {
            color: #fff;
        }

.compare_services_display .ct-grid-head > div:first-child * {
    color: #444;
}

.ct-grid-head > div:first-child {
    background: #f2f2f2;
}

.ct-grid-head > div:last-child {
    border-right: none;
}

.ct-grid-group {
    margin-bottom: 2.5rem;
}

.ct-grid-group3 {
    margin-bottom: 0;
}

.ct-grid-footer > div {
    background: #0064A4;
}

    .ct-grid-footer > div:hover {
        background: #404041;
    }

    .ct-grid-footer > div h3 {
        color: #fff;
    }

.link-learn-more {
    background: #444;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 0.9rem;
    height: 45px;
    line-height:30px;
    margin-top: -10px;
    margin-left: -10px;
    margin-right: 10px;
    margin-bottom: -10px;
    padding-left: 7px;
    padding-top: 7px;
    padding-right: 7px;
    position: relative;
    overflow:hidden;
    text-decoration: none;
    width: 42%;
}
    .link-learn-more.condition-learn-more {
        float: right;
        margin-left: 0;
        margin-right: -7px;
        width: 45px;
        height: 45px;
        text-align: center;
    }

.box-more {
    background: #fff;
    float: right;
    margin-right: -0.5rem;
    padding: 1rem;
    width: 300px;
}

.service {
    margin: 15px 0;
}

.interactive-form {
    min-height: 480px;
}

.make-secetion {
    margin: 200px 0 20px 0;
}

    .make-secetion .btn {
        text-align: center;
        font-size: 1.5rem;
        padding: 0.5rem;
        width: 100%;
    }

.btn-cancel {
    background: #0064A4;
    border-color: #0064A4;
}

.btn-next {
    color: #444;
    text-decoration: none;
    ;
}

.all-services-pagination a {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 0.3rem 0.7rem;
    margin: 3px -1px 0 0;
}

.side-section div section {
    padding-bottom: 0;
}

.section-header {
    padding: 2rem;
}

.services-container {
    margin: 1rem 0;
}

.side-section a.btn.btn-secondary {
    border: none;
    display: block;
    padding: 0.75rem;
}

.keywords, .keyword {
    margin: 0 0 1rem 0;
    padding: 0;
}
.interactive-form .keywords {
    margin-top:2rem;
    width:65%;
}
    .interactive-form .keywords h4{
        margin-left:0.2rem;
    }

    .keywords li, .keyword li {
        list-style: none;
        display: inline-block;
    }

    .keywords button {
        background-color:rgba(212,212,212,0.8);
        /**background-color: #dedede;**/
        border: none;
        color: #444;
        padding: 10px 20px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        margin: 6px 3px;
        cursor: pointer;
        border-radius: 22px;
    }

    .keywords button {
        padding: 10px 20px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        margin: 6px 3px;
        cursor: pointer;
        border-radius: 22px;
    }
        .keywords.sample-keywords button {
            background-color:rgba(255,255,255,0.8)!important;
            border:1px solid #0064A4!important;
            cursor: none;
			color:#0064A4;
        }

    .keywords li:nth-child(odd) button {
        background-color:rgba(190,190,190,0.8);
    }

    .keywords li:hover button {
        background: #444;
        color: #fff;
    }

    .keywords.sample-keywords li:hover button {
        background-color:rgba(255,255,255,0.8)!important;
        border-color: #0064A4;
        color: #0064A4!important;
    }

.on-click:hover {
    background: #444 !important;
    cursor: pointer;
    color: #fff;
}
.interactive_bottom_notes {
    position:absolute;
    bottom:0;
    left:1.2rem;
}

.service-status h6 {
    line-height: 110%;
    text-transform: uppercase;
}

.service-status h3 {
    line-height: 110%;
    text-transform: lowercase;
}

    .service-status h3:first-letter {
        text-transform: uppercase;
    }

table td.timespans span {
    white-space: nowrap;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 06 - FOOTER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
footer {
    background: #0064A4;
    color: #fff;
    padding: 3rem 0 2rem 0;
    margin: 2rem 0 0 0;
}

    footer p {
        font-size: 0.95rem;
    }

        footer p a {
            color: #fff;
        }
        footer p a:hover {
            color:#ddd;
        }

.footer-bottom-links {
    margin-top: 4rem;
    text-align: right;
}

.phone-bumber {
    white-space:nowrap;
}
.inline-block {
    display:inline-block;
}

/** Back To Top **/
.backToTop {
    background-color: rgba(0, 0, 0, .5);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    color: #e4e4e4;
    display: none;
    font-size: 200%;
    line-height: 100%;
    padding: 0;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
    width: 70px;
    height: 70px;
    -webkit-appearance: none;
}

    .backToTop:hover {
        color: #ededed;
    }




/**mobile devices**/
@media (max-width: 1399px) {
   
}

@media (min-width: 1199px) {
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        display: block;
        flex-wrap: initial;
    }

        .navbar-expand-xl .navbar-collapse {
            display: block !important;
        }

    .navbar-wrapper {
        width: 100%;
    }

    a.nav-link br {
        display: none;
    }
}


@media (max-width: 1199px) {
    .navbar-brand {
        display: inline-block;
    }
}


@media (max-width: 1024px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 992px) {
    .row > div {
        padding-left: 7px;
        padding-right: 7px;
    }
        .row.options {
            margin-left: -7px;
            margin-right: -7px;
        }
    .navbar-expand-lg .navbar-collapse {
        display: block !important;
    }
    li.nav-item {
        border-right: 1px solid #949598;
    }
        li.nav-item:last-child {
            border: none;
        }
    .pin-location-wrapper > div {
        margin-top: 0.5rem;
    }

    .pin-location {
        margin-top: -5px;
    }
	.navbar-expand-sm .navbar-nav .nav-link {
        padding-left:1rem;
        padding-right:1rem;
    }
    .navbar-wrapper li {
        width: 15%;
    }
    li.tab-compare {
        border: none;
        width: 10%;
    }
    .row > div section.begin {
        background: url("../images/Carefinder_OnDemand_hero_image.jpg") no-repeat bottom right #fff;
        padding: 1rem 1rem 3rem;
    }

    .ct-grid-head {
        border-top: 10px solid #f2f2f2;
        border-bottom:1px solid #999;
        position: sticky;
        top: 125px;
        z-index: 9;
    }
    .link-learn-more.mobile-view {
        display: none;
    }

    .hollow-top-layout .sidebar > section:first-child {
        margin-top: 0;
    }
    .col-xl-c8p9 {
        width: 89%;
    }
    .col-xl-c5p8 {
        width: 58.3%;
    }

    .col-xl-c3p1 {
        width: 30.66%;
    }

    .col-xl-c1p1 {
        width: 11%;
    }

    .options .card .card-body .btn {
        position: absolute;
        bottom: 0.7rem;
        width: 96%;
    }

    .sidebar {
        margin-top: 0.7rem;
    }
    #careoptionsdisplay .sidebar {
        margin-top: -0.5rem;
    }

    .schedule table th, .schedule table td {
        padding: 0.2rem 0.4rem;
    }
    #workflowmessage_noresults {
        margin-left: 0.2rem;
        width: 65%;
    }
    
}

@media (max-width: 991px) {
    html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
        text-size-adjust: auto;
        -webkit-text-size-adjust: auto;
        line-height: 125%;
    }
    h1 {
        font-size: 25px
    }

    h2 {
        font-size: 22px;
    }
    .req-placeholder {
        font-size:1rem;
    }

    .navbar-wrapper {
        background: #404041;
    }

    .UCI-Health-logo {
        width: 150px;
        height: auto;
    }

    .pin-location-wrapper {
        font-size: 0.9rem;
    }

    .pin-location {
        font-size: 2rem;
    }
	button.navbar-toggler  {
		border:none;
		border-radius:0;
		padding:1rem;
		width:100%;
	}
    .nav-bar {
        padding: 0 !important;
    }
	li.nav-item {
		border-top:1px solid #ccc;
		font-size:16px;
		text-align:center;
	}
    a.nav-link {
        padding: 0.5rem;
        line-height: 130%;
        padding-top: 1.8rem;
        width: auto;
    }
	 a.nav-link br {
		 display:none;
	 }

    .content {
        padding-bottom: 2.5rem;
    }

    .row > div section {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .ct-grid-head > div {
        border-right: none;
    }

    .ct-grid-head > div, .ct-grid-body > div {
        border-bottom: 1px solid #666;
    }
    /**
    .ct-grid-body > div {
        height: 46px;
    }**/
        .ct-grid-body > div.condition_title {
            height:auto;
        }

    .ct-grid-body h4 {
        margin-bottom:0;
    }

    .compare_services_display .ct-grid-body > div {
        height: auto;
    }
    .compare_services_display .availability-wrapper > div {
        height: 46px;
    }

    .ct-grid-body > div {
        border: none;
        border-bottom: 1px solid #666;
    }
    .ct-grid-footer > div {
        border:none;
        margin-bottom: 0.5rem;
    }

    .link-learn-more.condition-learn-more {
        margin-right: -10px;
    }

    .not-available {
        display: none;
    }

    .service-status section {
        float: left;
        width: 33.33%;
    }

        .service-status section.help-me-choose {
            margin-top: 1rem;
            width: 100%;
        }

    .card a.btn {
        left: 1.5rem;
        padding-right: 1rem;
    }

    .options .card {
        border: none !important;
        margin-bottom: 1rem;
    }
    .col-grid > div:last-child {
        border-left:none;
        border-top:1px solid #ccc;

    }
    .link-learn-more a.conditionstreated_servicelink i:before {
        color: #fff;
    }
    .row > div.sidebar section {
        float:left;
        width:33.33%;
    }
        .row > div.sidebar section.startover, .row > div.sidebar section.helpmechoose {
            width:50%;
        }

    .compare_services_display.ct-grid .ct-grid-head, .compare_services_display.ct-grid .ct-grid-body {
        margin-bottom: 1.5rem;
    }
    .options .card-body .content {
        padding-bottom:0;
    }
    .interactive-form .keywords {
        width:100%;
    }
    .card a.btn {
        width:100%;
    }
    .footer-bottom-links {
        text-align:left;
    }
    input.begin-question {
        font-size: 16px;
        padding-left: 2.2rem;
    }
    .begin-question-wrapper:before {
        top: 1rem;
        left: 0.8rem;
    }
    .hollow-top-layout {
        padding-top: 20px;
    }
    .schedule {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px){
    .link-learn-more {
        line-height: 120%;
        display:flex;
        justify-content:center;
        align-items:center;
        padding:0;
        margin:0 0 15px 0;
        width:100%;
    }
    .link-learn-more a.stretched-link{
        margin-left:5px;
    }
    .available {
        text-align:center;
    }
    

    @media (min-width: 576px) and (max-width: 991px) {
        .card-group > .card {
    flex: initial;
    margin-bottom: 0;
}
}


@media (max-width: 768px) {
}

@media (min-width: 576px) {
}

@media (max-width: 576px) {
    .options .card {
        border: none !important;
        margin-bottom: 1rem;
    }
}

@media (max-width: 424px) {
}

@media (max-width: 767px) {
}
