
.navbar-light .navbar-account-menu .menu a:before{
    color: rgba(0, 0, 0, 0.75);
}

@font-face {
    font-family: Stolzl;
    src: url(../fonts/stolzl-regular-webfont.woff2);
}

@font-face {
    font-family: Stolzl;
    src: url(../fonts/stolzl-bold-webfont.woff2);
    font-weight: bold;
}

body,
h1,h2,h3,h4{
    font-family: Stolzl, Helvetica;
}

body{
    font-size:16px;
}

.region-header{
    height:90px;
    box-sizing: border-box;
}

.region-secondary-menu{
    float:right;
    margin-top:24px;
}

.region-secondary-menu .menu-item a{
    color:#4c4c4c!important;
    font-weight: bold;
}

.region-secondary-menu ul{
    padding-top:20px;
}

.home-banner{
    height: 363px;
    background:url(../images/home-banner.jpg);
    text-align: center;
    background-position: center center;
    box-sizing: border-box;
    padding:65px 0 50px;
}

.home-banner h1{
    font-weight: bold;
    color:#fff;
    font-size:40px;
    margin:0 auto 70px;
    width:500px;
    line-height:44px;
}

.home-banner .banner-button{
    background-color: #c72127!important;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    text-align: center;
    color: white;
    font-size: 18px;
    line-height: 30px;
    padding: 25px 40px;
    font-weight: bold;
    border-radius: 8px;
    margin:46px 0;
}

.home-banner .banner-button .text,
.home-action-items .text{
    margin-right:10px;
}

.home-action-items{
    background: #F3F4F6;
    display: flex;
    justify-content: center;
    min-height:446px;
}

.home-action-items .action-button{
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    background: #f3d414;
    color:#fff;
    font-weight: bold;
    padding:13px;
    border-radius: 8px;
}

.home-action-items h3{
    font-size:22px;
    font-weight:700;
    color:#428ec2;
    font-family: 'Stolzl', Helvetica;
}

.home-action-item{
    width:400px;
    text-align: center;
    padding-top:180px;
}

@media (max-width: 768px){
    .home-action-items{
    flex-direction: column;
    padding-bottom:36px;
    }
    .home-action-item{
        margin:0 auto;
        margin-bottom:24px
    }
}

@media (max-width: 568px){ 
    .home-banner h1{
        font-size:28px;
        width:100%;
    }

    .home-action-item{
        width:100%;
    }
}

.home-action-item p{
    max-width:300px;
    margin: 20px auto 35px;
}

.find-location{
    background:url(../images/location.png);
    background-repeat: no-repeat;
    background-size: 185px 185px;
    background-position:center 20px;
}

.request-virtual-visit{
    background:url(../images/virtual-visit-icon-wave.gif);
    background-repeat: no-repeat;
    background-size: 185px 185px;
    background-position:center 20px;
}

/****************/
/* FULLCALENDAR */
/****************/

.fc-view{
    padding:0;
}

.page-node-type-doctor .tooltipster-base{
    display:none;
}

.fc th:first-child, .fc td:first-child,
.fc th:last-child, .fc td:last-child{
    padding:0;
}

.fc tbody tr:last-child{
    border-bottom:1px solid rgb(221, 221, 221);
}

.fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td{
    border-color:rgb(221, 221, 221);
}

.fc-content-skeleton tr:nth-child(1) > td.fc-event-container a{
    background-color: #aeea00;
    border-color: #aeea00;
}

.appointments-wizard .is-available{
    background-color: #aeea00;
}

.fc tr:hover{
    background-color:inherit;
}

.fc-content-skeleton table{
    background:transparent;
}

.fc-row .fc-content-skeleton,
.fc-content-skeleton table,
.fc-basic-view .fc-body .fc-row,
.fc-row .fc-content-skeleton tbody{
    min-height:4em;
    box-sizing: border-box;
    margin:0;
    padding:0;
    border-spacing:0;
}

.fc-day-grid-event{
    height:58px!important;
}

.fc-view-container tr td,.fc td th{
    height:auto;
    vertical-align: middle!important;
    text-align: center;
    position: relative;
    box-sizing: border-box!important;
}

.center{
    text-align:center;
}

.appointments-wizard__header{
    font-size:20px;
    font-weight: 500;
}

.appointments-wizard__header time{
    font-size:28px; 
}

.appointments-wizard__panel--day td{
    padding:0;
}

.appointments-wizard__step-nav{
    position:fixed;
    bottom:0;
    left:0;
    border:0;
    width:100%;
    background:#fff;
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.12), 0 0px 2px rgba(0, 0, 0, 0.24);
}

.appointments-wizard__step-nav *{
    font-size:16px;
}

.appointments-wizard__step-nav > a{
    margin-top:8px;
}

.appointments-wizard__panel--day tr{
    padding-bottom:15px;
}

.appointments-wizard__inner-wrapper h4{
    font-size: 12px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.54);
    margin:0;
}

.appointments-wizard__inner-wrapper .field--type-timestamp{
    display:none;
}

.fc-button,
.appointments-wizard__panel--form input[type="submit"]{
        display: inline-block;
        height: 36px;
        margin: 8px auto;
        padding: 8px 16px;
        text-align: center;
        border-radius: 2px;
        cursor: pointer;
        outline: 0;
        background: none;
        border: 0;
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        vertical-align: middle;
        font-weight: 500;
        color: rgba(0, 0, 0, 0.87);
        text-transform: uppercase;
        text-decoration: none;
        white-space: nowrap;
        text-overflow: ellipsis;
        transition: background-color .2s, box-shadow .2s; }
        .fc-button, .appointments-wizard__panel--form input[type="submit"]:hover, .appointments-wizard__panel--form input[type="submit"]:focus {
          background: rgba(153, 153, 153, 0.2);
          text-decoration: none;
          color: rgba(0, 0, 0, 0.87); }
          .fc-button, .appointments-wizard__panel--form input[type="submit"]:active {
          background: rgba(153, 153, 153, 0.4); }

.fc-ltr .fc-basic-view .fc-day-number{
    margin-left: -12px;
    padding:4px 0;
    font-size:1em;
    z-index:11;
    pointer-events: none;
}

.fc-day-top{
    z-index:1;
}

.fc-center h2{
    font-size:20px;
}

.fc-state-hover, .fc-state-down, .fc-state-active, .fc-state-disabled, .fc-state-default{
    box-shadow:none;
    text-shadow:none;
}

/* FULLCALENDAR END */

.is-available{
    height:48px;
}

.appointments-wizard input[type="email"]{
    width:100%;
}

.page-node-type-doctor article > div > ul,
.page-node-type-doctor article > div > p{
    /*display:none;*/
}

h2.location-title{
    margin:0;
}

.path-doctor-locations{
    overflow:hidden;
    }
    .path-doctor-locations .location-title,
    .path-doctor-locations .location-content{
        text-align: center;}
    .path-doctor-locations #main{
        margin-top:-24px;
    }
    /*
    .path-doctor-locations .geolocation-common-map-locations{
        overflow: scroll;
        position:fixed;
        width:25%;
        height:100vh;
        left:0;
    }
    */
    .path-doctor-locations .geolocation-common-map{
        position:fixed;
        width:100%;
        height:calc(100% - 64px);
        left:0;
    }