h1,h2,h3,.h1,.h2,.h3{
    font-family: "Roboto",sans-serif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, .h1,
.modaal-content-container .h1 {
    text-transform: none;
}

@media (min-width:768px) {
    h1, .h1 {
        font-size: 2.25rem;
    }
}

.modaal-content-container .h1 {
    font-size: 40px;
}

.site-header .site-logo {
    background-image:url('/uploads/images/karmanos-logo.svg');
    width: 166px;
    height: 69px;
    background-size: 166px 69px;
}

.site-logo.rev {
    background-image:url('/uploads/images/karmanos-logo-rev.svg');
    width: 166px;
    height: 69px;
    background-size: 166px 69px;
}

.site-footer #hospitalLocationsFooter li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.filter-toggle .services-list>li:nth-child(odd) {
    padding-right: 3%;
}

label.shown {
    position: absolute;
    top: -30px;
    left: 20px;
}

@media (max-width: 600px) {
    section.search-specialists {
        margin-top: 60px;
        display: block;
    }
}

.locations-map .locations-map__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: #60605B;
    max-height: 820px;
    overflow-y: scroll;
}

.locations-map .locations-map__list li {
    margin-bottom: 2rem;
}

.pull-right .btn {
    margin-top: 0;
    margin-bottom: 40px;
}

.checkbox input[type='checkbox'] {
    display: none;
}

.locations-map .locations-map__list .location-header {
    position: relative;
}

.locations-map .locations-map__list .location-header img.nci-center {
    width: 115px;
    position: absolute;
    right: 15px;
    top: 20px;
}

.checkbox label img {
        width: 17px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-left: 4px;
}

section#locationSearchBasicTabs {
    padding-top: 20px;
}

section#locationSearchBasicTabs .tabs__navlist {
    border-bottom: 1px solid #979797;
    margin-bottom: 25px;
}


section#locationSearchBasicTabs li.tabs__nav-item.is-active {
    flex: inherit;
    min-width: 335px;
}

section#locationSearchBasicTabs .tabs__nav-item .tabs__nav-trigger:hover {
    color: #0065A4;
}

.tabs .tabs__nav-item.is-active .tabs__nav-trigger:after {
        bottom: 0px;
}

.locations-map .locations-map__list h2.h4 {
    max-width: 75%;
}

@media (max-width: 768px) {
    .locations-map .locations-map__list li {
        flex: 0 0 100%;
        max-width: 100%;
    }

    section#locationSearchBasicTabs {
        padding-top: 0;
    }

    .locations-search .tool-toggle {
        padding: 1.5rem 0;
    }
}

@media (max-width: 600px) {
    .locations-map .locations-map__list h2.h4 {
        max-width: 65%;
    }

    .pull-right .btn {
        font-size: 16px;
    }

    section#locationSearchBasicTabs li.tabs__nav-item.is-active {
        min-width: auto;
    }
}

section.center-heading.events-module.spacer-lg.with-bckgrd {
    background: #F8F8F8;
}

.events-module .events-module__wrapper.mobileOnly__slider.grid-events {
    position: relative;
    margin-top: 3.5rem;
    margin-bottom: 4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.events-module .events-module__wrapper.mobileOnly__slider.grid-events>div {
    margin-left: 0;
    display: inline-block;
}

.events-module .events-module__wrapper.mobileOnly__slider.grid-events>div:first-child {
       position: relative;
    left: initial;
    top: initial;
    flex: 0 0 48%;
    max-width: 48%;
    right: initial;
    display: inline-block;
    vertical-align: top;
}

.events-module .events-module__wrapper.mobileOnly__slider.grid-events>div .slide-header>img {
    display: none;
}

.events-module .events-module__wrapper.mobileOnly__slider.grid-events>div .slide-body,
.events-module .events-module__wrapper.mobileOnly__slider.grid-events>div .slide-footer {
    margin-left: 102px;
    text-align: left;
    padding-left: 2rem;
}

label.transparenttext {
    color: transparent;
}

.pull-right-wrap {
    width: 100%;
    text-align: right;
}

.physician-results__list>li,.physician-header,
.tabs .tabs__navlist {
    border-bottom: 1px solid #979797;
}

section#searchFilterTabs .loadmoreWrapper {
    display: flex;
    margin-top: 40px;
    margin-bottom: 0px;
}

@media (max-width: 991px) {
    .search-search {
        padding: 10px 0 20px;
    }
}

*::placeholder {
    opacity: 1;
    color: #444;
}

.checkbox label {
    position: relative;
    padding: 1px 0rem 2px 2rem;
    display: inline-block;
}

.incontent-minibanner {
    background-color: #0065A4;
    border-radius: 6px;
    color: white;
    padding: 40px 40px;
    margin-bottom: 35px;
}

.incontent-minibanner h3 {
    display: inline-block;
    vertical-align: middle;
    margin: 0 !important;
}

.incontent-minibanner .btn {
    float: right;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

.patient-tools>.wrapper>.container>.grid>div .innerWrap.download-app {
        padding: 2.375rem 2.875rem;
}

.patient-tools>.wrapper>.container>.grid>div .innerWrap.download-app p {
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 18px;
    letter-spacing: 0.06px;
    line-height: 27px;
}

.patient-tools>.wrapper>.container div.download-app .app-icons {
    display: flex;
}

.patient-tools>.wrapper>.container div.download-app .app-icons img {
    width: auto;
    max-height: 41px;
    position: relative;
    bottom: auto;
    right: auto;
}

.patient-tools>.wrapper>.container div.download-app .app-icons img:first-child {
    margin-right: 10px;
}

@media (max-width: 600px) {
    .incontent-minibanner {
        display: flex;
        flex-direction: column;
        padding: 25px 20px;
    }

    .incontent-minibanner .btn {
        margin-top: 20px;
    }

}

section.clinicaltrials-results .search-header h2 {
    line-height: 24px;
    margin-bottom: 20px;
}

section.clinicaltrials-results  .loadmoreWrapper {
    display: block;
    padding-top: 20px;
    text-align: center;
}

.clinical-search {
    background-color: #f8f8f8;
}

.clinical-search .advanced {
    display: none;
}

li.advanced-search {
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

li.advanced-search button {
    border: none;
    color: #60605B;
    font-weight: 600;
    margin: 0 5px 0 1px;
    padding: 15px 20px;
    text-decoration: none;
    position: relative;
    text-align: center;
    display: block;
    width: 100%;
    background-color: transparent;
}

li.advanced-search button::after {
    content: '';
    display: block;
    border-bottom: 0px solid #0065A4;
    width: 100%;
    left: 0;
    bottom: 0px;
    position: absolute;
    -webkit-transition: .25s ease;
    transition: .25s ease;
}

li.advanced-search.is-active button {
    color: #0065A4;
}

li.advanced-search.is-active button::after {
    content: '';
    display: block;
    border-bottom: 3px solid #0065A4;
    width: 100%;
    right: 0;
    bottom: 0px;
    position: absolute;
    -webkit-transition: .25s ease;
    transition: .25s ease;
}

li.advanced-search.is-active button:focus {
    outline: none;
}

.btn-pull-right {
    text-align: right;
    margin-left: auto;
}

.btn-pull-right div:first-of-type {
    padding-left: 0;
    padding-right: 0;
    width: 226px;
}

.btn-pull-right div:last-of-type {
    padding-right: 0
}

@media (max-width: 600px) {
    .btn-pull-right div:first-of-type {
        width: 100%;
    }

    .btn-pull-right div:last-of-type {
        padding-left: 0;
    }
}

.ct-header h2:after {
    display: none;
}

.ct-header span.status {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.09px;
    padding: 15px 20px;
    margin-bottom: 30px;
    display: inline-block;
    border: 1px solid;
    text-transform: uppercase;
}

.ct-header span.status.open {
    color: #1E8566;
    border-color: #1E8566;
}

.ct-header span.status.closed {
    color: #af0101;
    border-color: #af0101;
}

.ct-header {
    border-bottom: 1px solid #979797;
    margin-bottom: 20px;
}

.ct-body ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 2rem;
    margin-top: 0;
}

.ct-body p, .ct-body li {
        color: #60605B;
}

.with-bg {
    background: #F8F8F8;
}

.column-2-absolute-offset.video-left-offset .col-12 {
    padding-bottom: 3.5%;
    padding-left: 45%;
}

.column-2-absolute-offset.video-left-offset .video-wrapper {
    max-width: 44%;
    position: absolute;
    top: 0;
    right: auto;
    left: 0;
}

.site-header .nav-left {
    padding: 0 15px;
    margin-top: 0;
    position: absolute;
    left: 2%;
    z-index: 9;
    top: 39%;
}

.site-header .menu-wrapper .utility-menu li:first-child {
    flex: auto;
}

.patient-tools>.wrapper>.container>.grid>div .find-a-physician {
    height: 100%;
}
@media (max-width: 1550px) {
    .site-header .site-menu .menu-item {
        padding: 0 25px;
    }

    ul.site-menu.col-12.order-md-2 {
    padding-left: 20%;
}

}

@media (max-width: 991px) {
    .site-header .nav-left {
        position: relative;
        padding: 20px;
        text-align: center;
        left: initial;
        top: initial;
        margin: 0 auto;
        display: inline-block;
    }

    ul.site-menu.col-12.order-md-2 {
        padding-left: 0;
        padding-top: 50px;
    }

    div#menuToggle {
        z-index: 9999;
    }
}
@media (max-width: 768px) {
    .column-2-absolute-offset.video-left-offset .video-wrapper {
        left: 50px;
    }

    .column-2-absolute-offset.video-left-offset .col-12 {
        padding-left: 55%;
    }

    .site-header .site-menu .menu-item {
        padding: 0 15px;
    }

    .patient-tools .image-link .image-link__wrapper {
            margin: 0 auto;
        text-align: center;
        display: inline-block;
        width: 49.5%;
        margin-right: 0px !important;
        margin-left: 0 !important;
    }

    .patient-tools .image-link .image-link__wrapper a {
        position: relative;
    }

}

.form__input-wrap {
    overflow: visible;
}

@media (max-width: 600px) {
    .column-2-absolute-offset.video-left-offset .video-wrapper {
        position: relative;
        left: auto;
        width: 100%;
        max-width: 100%;
        top: auto;
    }

    .column-2-absolute-offset.video-left-offset .col-12 {
        padding-left: 15px;
    }

}
