﻿/****************************** COMMON MODULE CSS *****************************************/
.aspNetDisabled {
    color: #505050;
    text-decoration: none !important;
    color: #a5a4a4;
}

.errortext {
    color: #C11B17;
}

.p-list {
    width: 80%;
    float: left;
}

.phones {
    padding: 12px 0 12px
}

.listing-item-more-link {
    /* float: left; */
    padding-top: 0;
}

.module-alphabet-list {
    list-style: none;
    margin: 0;
    padding-left: 0;
    margin-left: 0 !important;
}

    .module-alphabet-list li {
        background: none repeat scroll 0 0 transparent;
        float: left;
        margin: 5px 0;
        padding: 8px 9px;
    }

        .module-alphabet-list li:first-child {
            padding-left: 0;
        }

    .module-alphabet-list a {
        text-decoration: none;
        font-size: 14px;
    }

.col-6 .module-alphabet-list-sm .module-alphabet-list li,
.col-4 .module-alphabet-list-sm .module-alphabet-list li,
.col8 .module-alphabet-list-sm .module-alphabet-list li {
    padding: 3px 0;
    width: 12px;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    padding-left: 4px;
}

.module-alphabet-list-sm {
    padding: 10px 0;
}

.module-alphabet-list li {
    float: left;
}

.listing-item {
    margin: 6px 0 22px;
    overflow: hidden
}

    .listing-item .left {
        float: left;
        margin-right: 2%;
        padding-top: 6px;
        margin-bottom: 32px;
    }

    .listing-item .p-list {
        width: 70%;
    }

    .listing-item .left .listing-item-more-link {
        /* height: 23px; */
        /* margin: 12px 0 30px; */
        text-align: center;
    }

        .listing-item .left .listing-item-more-link a {
            text-decoration: none;
        }


    .listing-item .button {
        background: none repeat scroll 0 0 #0475D0;
        border: 1px solid #0475D0;
        border-radius: 5px 5px 5px 5px;
        color: #FFFFFF;
        cursor: pointer;
        font-size: 11px;
        font-weight: bold;
        display: block;
        margin-top: 10px;
        text-align: center;
        line-height:1rem;
    }

        .listing-item .button:hover {
            background-position: 0 center;
        }

    .listing-item .module-thumbnail {
        display: block;
        float: left;
        margin-right: 12px;
        padding: 6px 0 12px;
    }

    .listing-item .myChartProfileDiv {
        display: flex;
        flex-direction: column;
        clear: both;
    }

.col-5 .listing-item, .col-7 .listing-item, .col-8 .listing-item {
    border-bottom: 1px solid #ccc;
    margin: 0 0 12px;
    padding-bottom: 12px;
}

.callout .listing-item {
    margin: 6px 8px 10px 0;
    overflow: hidden;
}

.aspNetDisabled {
    text-decoration: none !important;
    color: #A5A4A4;
}

.module-date {
    font-weight: bold;
}

.dl-pdf {
    padding: 12px 18px 0 32px;
}

.pdf-icon {
    display: inline;
}

.hasDatepicker {
    padding-left: 4px;
}

.col-4 .hasDatepicker, .col-6 .hasDatepicker {
    margin: 6px 0;
}

.listing-pic {
    margin-bottom: 12px;
    margin-right: 12px;
}

.generic-listing {
    padding-top: 12px
}

.teaser-copy {
    display: block;
    float: left;
    width: 80%;
}

.search-option {
    float: left;
    margin-right: 22px;
    width:46%;
    padding-bottom: 12px;
    height: 70px;
    position: relative;
}

.clinicalChkBxWrapper {
    padding: 6px;
}

    .clinicalChkBxWrapper input {
        float: left;
        margin-top: 2px;
        margin-right: 6px;
    }

    .clinicalChkBxWrapper label {
        float: left;
    }

.search-option-submit {
    float: left;
    height: 45px;
    padding-bottom: 12px;
    position: relative;
    width: 622px;
}

.col-4 .search-option, .col-6 .search-option {
    width: 100%;
    height: 100%;
}

.col-4 .search-option {
    width: 100%;
}

.search-option .textbox, .search-option .dropdown {
    width: 100%;
    padding-left: 4px;
    height:auto;
}

.search-option .half {
    width: 47%;
    display: inline-block;
    position: relative;
}
    .search-option .half:first-child {
        margin-right: 4%;
    }

    .search-option .half input {
        width: 100%;
    }

.search-option label, .search-option-wide label {
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 6px;
}

.search-option .errortext {
    float: right;
    font-size: 11px;
}

.half .errortext {
    padding-top: 0;
}

.search-option-wide, .toggle-hide-show {
    display: block;
    clear: both;
    margin-bottom: 12px;
    padding: 6px 0;
}


.search-submit {
    margin-top: 0;
    position: absolute;
    left: 0;
}

.col-4 .search-submit {
    position: relative;
    bottom: 0;
}

.styled {
    width: 100%;
    background-color: #fff;
    height:auto !important
}

.return {
    margin: 0 0 22px;
}

.col-5 .module-alphabet-list li:first-child {
    padding-left: 9px;
}

.left {
    float: left;
    margin-right: 12px;
    margin-bottom: 6px;
}

.right, .float-right {
    float: right;
    margin-left: 12px;
    margin-bottom: 6px;
}

.clear {
    clear: both;
}

.small-text {
    font-size: 11px;
}

.active {
    font-weight: bold;
}

.pipe {
    padding: 0 6px;
}

.date {
    display: block;
    font-weight: bold;
}


.module-view-all {
    clear: both;
    padding-top: 5px;
    overflow: hidden;
}

    .module-view-all a {
        float: right;
    }

/****************************** PAGINATION CSS *****************************************/
.module-pg-wrapper {
    text-align: center;
    margin: 12px 0 22px;
}

.module-pg-nav a, .module-pg-nav span {
    margin: 0 3px;
}

/****************************** SITE SEARCH MODULE CSS *****************************************/
.module-ss-search-box .search-option {
    color: #737373;
    font-size: 11px;
    position: relative;
    top: 3px;
    height: auto !important;
    width: auto !important;
}

.module-ss-search-box .search-option input[type="text"] {
    padding: 4px 40px 6px 6px;
    border: 1px solid #dad3b8;
    color: #737373;
}

.module-ss-search-box .search-option button,
.module-ss-search-box .search-option input[type="button"],
.module-ss-search-box .search-option input[type="reset"],
.module-ss-search-box .search-option input[type="submit"] {
    border: none;
    height: 28px;
    display: block;
    cursor: pointer;
    margin-top: 0px;
    width: 17px;
    line-height: 0;
    text-indent: -999px;
    position: absolute;
    right: 2px;
    top: 0;
    border-radius: 0;
    padding: 0;
}

.module-ss-search-box .search-option button:hover {
    background-position: left 7px;
}

.module-ss-search-box .search-option .errortext {
    text-align: right;
}

.module-ss-results .module-priority-result {
    background: #EEEEEE;
}

.module-ss-search-box {
    display: inline;
    float: right;
    margin: 12px 6px 0;
    padding: 0;
}

.module-ss-search-box .text {
    border: 1px solid #B0B0B0;
    float: left;
    margin: 1px 5px 0 0;
    padding: 2px;
    width: 176px;
    height: 16px;
}

.module-ss-search-again {
    margin: 22px 0 32px;
}

.module-ss-search-again-keyword label, .module-ss-search-again-category label {
    margin: 0 2px;
}

.module-ss-search-again .button, .module-nw-search .button {
    display: block;
    margin: 12px 0 0;
    clear: both;
}

.module-ss-search-again .errortext {
    font-size: 11px;
}

.module-ss-priority {
    margin: 12px 0 22px;
}

.module-ss-filters-list li {
    margin: 2px 0 2px 6px
}

.module-ss-current-keyword, .module-search-keyword {
    color: #B09B21;
}

/****************************** CALENDAR MODULE CSS *****************************************/
.module-ce-offerdates .listing-item {
    background: #fdfdfd;
    border: 1px solid #ccc;
    padding: 12px;
    position: relative;
    overflow: visible
}

.module-ce-offerdates .highlight {
    background: #eeeeee;
}
.module-ce-offerdates .event-button {
    max-width:118px;
}

.module-ce-offerdates .event-rightpanel {
    width:40%;
}

@media (min-width:768px) {
    .module-ce-offerdates .event-rightpanel {
        width: 25%;
    }
}

.module-ce-search {
    overflow: hidden;
    margin-bottom: 12px;
}

.col-4 .module-ce-search {
    overflow: visible;
}

.module-ce-contact, .module-ce-register, .search-lib {
    margin: 12px 0;
}

.module-ce-eventdaypicker {
    background: none !important;
    margin-bottom: 0 !important;
}

.module-ce-topic-upcoming {
    padding-top: 12px;
    padding-bottom: 12px;
}

.col-4 .module-ce-eventdaypicker {
    margin-bottom: 12px !important;
}

.cal-location-name {
    margin: 12px 0
}

.event-register {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-top: 10px;
    padding-left: 10px;
}

.eventInfoDiv {
    display: flex;
    flex-direction: row;
}

.event-register a:hover {
    text-decoration: none;
}

.module-ce-filters-list li {
    padding-bottom: 3px;
}

.module-ce-session-upcoming {
    overflow: hidden;
}

    .module-ce-topic-upcoming h4, .module-ce-session-upcoming h4 {
        margin-bottom: 12px;
    }

.module-ce-view-all {
    padding-top: 5px;
    overflow: hidden;
}

.module-ce-view-all a {
    float: right;
}

.event-lpanel {
    width: 75%;
}

.event-availability {
    margin-top: 15px;
}

@media only screen and (max-width:767px) {
    .event-lpanel {
        width: 60%;
    }
}

/****************************** PHYSICIAN DIRECTORY MODULE CSS *****************************************/
.module-pd-search {
    margin: 22px 0;
}

.module-pd-quick-search {
    position: relative;
}

.module-pd-profile {
    overflow: hidden;
    padding: 20px 20px 20px 12px;
    position: relative;
}

.module-pd-degrees {
    display: inline;
    margin-left: -5px;
}

.module-pd-info {
    line-height: 24px;
    padding-bottom: 16px;
}

.module-pd-office-listing {
    margin-bottom: 12px;
    overflow: hidden;
    padding: 22px 0;
}

.module-pd-profile .module-pd-office-listing {
    padding: 0 0 22px;
}

.module-pd-offices .module-pd-office-item {
    margin-right: 30px;
    width: 40%;
}

.module-pd-office-item {
    display: inline-block;
    vertical-align: top;
    margin: 6px 30px 18px 0;
    width: 200px;
}

.module-pd-office-item div {
    padding-bottom: 6px;
}

.module-pd-office-item h5 {
    font-weight: bold;
    margin-bottom: 0;
    display: inline;
}

.module-pd-tab-label {
    font-weight: bold;
}

.module-pd-attribute {
    padding-bottom: 15px;
}

.module-pd-attribute .subject:before {
    content: "\2014";
    padding: 0 0.4em;
}

.module-pd-az {
    margin: 22px 0 12px;
    clear:both;
    padding-top:12px
}

.module-pd-specialty-list {
}

.module-pd-specialty-list h2 {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-Serif;
    margin-bottom: 0;
    line-height: 20px;
}

.module-pd-services {
    float: left;
    line-height: 20px;
}

.module-pd-specialty-list ul {
    margin-left: 0;
    margin-top: 0;
}

.module-pd-specialty-list li {
    background: none;
    padding: 0;
}

.module-pd-view-all {
    padding-top: 5px;
    overflow: hidden;
}

    .module-pd-view-all a {
        float: right;
    }

.module-pd-directorypdf {
    margin-right: 80px;
}

@media only screen and (max-width: 640px) {
    .module-pd-directorypdf {
        margin: 0;
    }
}

.module-pd-downloadpdf h4 {
    font-size: 14px;
    line-height: 20px;
}

.lbtq-cnr {
    padding-bottom: 12px;
}

.lbtq-cnr label * {
    padding-right: 5px;
    vertical-align: text-top;
}

.lbtq-cnr label {
    position: relative;
    display: inline-block;
}

.lbtq-cnr input[type="checkbox"] {
    display: none;
}

.lbtq-cnr label:before {
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #c3c3c3;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    position: relative;
    top: -2px;
}

.lbtq-cnr input[type=checkbox]:checked + label:after {
    width: 6px;
    height: 14px;
    left: 7px;
    border-right: 3px solid #0475D0;
    border-bottom: 3px solid #0475D0;
    content: '';
    position: absolute;
    top: 0px;
    transform: rotate(45deg);
}

.module-pd-search-again .lbtq-cnr > span + img {
    padding-left: 5px;
}

.module-pd-search-again .lbtq-cnr label {
    font-weight: normal;
}

.module-pd-lbtq img {
    padding-right: 5px;
}

.module-pd-lbtq a img {
    position: relative;
    bottom: -2px;
}

.os-inp {
    float: left;
    padding-bottom: 12px;
    width:46%;
    padding-right: 22px;
}

.os-inp label {
    font-weight: normal;
}

.os-inp input[type="checkbox"] {
    display: none;
}

.os-inp label {
    position: relative;
    display: inline-block;
}

.os-inp input[type="checkbox"] {
    display: none;
}

.os-inp label:before {
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #c3c3c3;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    position: relative;
    top: -2px;
}

.os-inp input[type=checkbox]:checked + label:after {
    width: 6px;
    height: 14px;
    left: 7px;
    border-right: 3px solid #0475D0;
    border-bottom: 3px solid #0475D0;
    content: '';
    position: absolute;
    top: 0px;
    transform: rotate(45deg);
}


/****************************** FAQ MODULE CSS *****************************************/
.module-faq-search {
    position: relative;
}

/****************************** NEWS MODULE CSS *****************************************/
.module-nw-search {
    position: relative;
}

.module-nw-filters-list li {
    padding-bottom: 3px;
}

.module-nw-detail .date {
    margin-bottom: 12px;
    display: block;
}

.module-nw-detail .widget.right {
    max-width: none;
}

/****************************** LOCATION DIRECTORY MODULE CSS *****************************************/
.module-lc-info {
    float: left;
    padding-right: 10%;
    width: 45%;
}

.module-lc-services {
    float: left;
    line-height: 20px;
    width: 45%;
}

.module-lc-address, .module-lc-hours {
    margin: 18px 0;
}

.module-lc-address .fa-map-marker-alt {
    font-family: FontAwesome
}

.module-lc-address img {
    width: 1rem;
    height: 1rem
}

.module-lc-image {
    margin-bottom: 6px
}

.module-lc-profile {
    height: 1%;
    padding: 20px 20px 20px 12px;
    position: relative;
}

.module-lc-profile-content {
    display: flex;
    flex-direction: column
}

.module-lc-profile-content {
    display: flex;
    flex-direction: column
}

.module-lc-profile-details {
    display: flex;
    flex-direction: row;
    font-size: 1rem;
    justify-content: space-between
}

.module-lc-profile-info {
    background-color: rgba(244, 250, 254, 0.922);
    border-radius: 5px;
    border: 0.05rem solid rgb(226, 228, 230);
    width: 850px;
    height: 282px;
    padding: 1.5rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.module-lc-image + .module-lc-profile-info {
    margin-top: 21rem;
    position: absolute
}


.module-lc-main-content {
    margin-top: 3rem
}

.module-lc-image + .module-lc-profile-info + .module-lc-main-content {
    margin-top: 20rem
}

.module-lc-profile-content h1 {
    font-weight: bold
}

.module-lc-profile-content h2 {
    font-weight: bold
}

.module-lc-profile-content h3 {
    font-weight: bold
}

.profile-map-and-directions {
    margin-bottom: 1rem
}

.content .profile-details-list {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0
}

.medical-services-list .profile-details-list {
    margin-right: 3rem
}

.profile-address {
    margin-bottom: 0.5rem
}

.module-profile-phones div {
    margin-bottom: 0.25rem
}

.module-lc-main-content ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 160px
}

.media-content {
    display: flex;
    flex-direction: row-reverse;
    height: 14rem;
}

.location-detail-btn {
    background-color: #0073cf;
    padding: 0.5rem 1rem 0.5rem 1rem;
    border-radius: 5px;
    margin-bottom: 1rem;
    text-align: center;
}

    .location-detail-btn a {
        color: #ffffff;
    }

.medical-services-list {
    display: flex;
    flex-direction: row;
}

.medical-services-list .profile-details-list:nth-child(1) {
    margin-left: 1rem;
}

.media-content .fluid-width-video-wrapper iframe {
    width: 322px;
    height: 189px;
}

@media (max-width: 768px) {
    .locations .badges {
        display: flex;
        flex-wrap: wrap;
    }

    .media-content {
        height: auto;
    }

    .module-lc-profile-info {
        position: relative;
        display: flex;
        flex-direction: column;
        width: auto;
        height: auto;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
    }

    .module-lc-profile-details {
        display: flex;
        flex-direction: column;
    }

    .module-lc-address {
        border-bottom: 0.05rem solid rgb(226, 228, 230);
    }

    .module-lc-hours {
        border-bottom: 0.05rem solid rgb(226, 228, 230);
    }

    .module-lc-main-content ul {
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .module-lc-image img {
        width: 100%;
        height: auto;
    }

    .module-lc-main-content {
        margin-top: 0;
    }

    .module-lc-profile .return {
        margin-left: 1rem
    }

    .medical-services-list {
        display: flex;
        flex-direction: column;
    }

    .media-content {
        display: flex;
        flex-direction: column;
    }

    .media-content .fluid-width-video-wrapper {
        margin-bottom: 2rem;
    }

    .module-lc-profile .location-detail-btn:last-child {
        margin-bottom: 0;
    }

    .module-lc-image + .module-lc-profile-info {
        position: relative;
        margin-top: 1rem;
    }

    .module-lc-image + .module-lc-profile-info + .module-lc-main-content {
        margin-top: 1rem;
    }
}

@media (max-width: 360px) {
    .module-lc-profile-top h1 {
        white-space: normal;
    }

    .media-content .fluid-width-video-wrapper iframe {
        width: auto;
    }
}
/****************************** GREETING CARDS MODULE CSS *****************************************/
.thumb-greeting {
    float: left;
    margin: 12px;
    padding-bottom: 12px;
    text-align: center;
}

    .thumb-greeting span {
        display: block;
        padding-left: 12px;
        padding-top: 3px;
    }

.module-gc-greetingcardpreview input {
    margin-left: 12px;
}

.module-gc-greetingcardpreview li {
    background: none;
    padding: 6px 0
}

    .module-gc-greetingcardpreview li span {
        font-weight: bold;
    }

/****************************** CLINICAL TRIALS MODULE CSS *****************************************/
.module-ct-results label {
    font-weight: bold;
}

.module-ct-profile label {
    font-weight: bold;
}

.module-ct-profile .single-line-listing {
    padding-bottom: 10px;
}

.module-ct-profile .paragraph-listing {
    padding-bottom: 10px;
}

.paragraph-listing .label {
    display: block;
}

.module-ct-view-all {
    padding-top: 5px;
    overflow: hidden;
}

    .module-ct-view-all a {
        float: right;
    }

/****************************** PHOTO GALLERY MODULE CSS *****************************************/
.module-pg-simplegallery #thumbs li {
    background: none;
}

/****************************** SERVICES MODULE CSS *****************************************/
.module-sv-alpha {
    margin-bottom: 12px;
    overflow: hidden;
}

.module-sv-search-custom {
    margin-top: 1em;
    padding-top: 1.6em;
}

.module-sv-alpha-custom .ui-tabs .ui-tabs-nav li {
    border: none !important;
    border-top: 1px solid #ededed !important;
    margin: 0;
    border-top: 1px solid transparent !important;
    background-color: transparent;
}

.module-sv-alpha-custom .ui-tabs .ui-tabs-nav {
    padding: 11px 21px !important;
    background: #fdfdfd;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,rgba(253,253,253,1) 0,rgba(248,248,248,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(253,253,253,1)),color-stop(100%,rgba(248,248,248,1)));
    background: -webkit-linear-gradient(top,rgba(253,253,253,1) 0,rgba(248,248,248,1) 100%);
    background: -o-linear-gradient(top,rgba(253,253,253,1) 0,rgba(248,248,248,1) 100%);
    background: -ms-linear-gradient(top,rgba(253,253,253,1) 0,rgba(248,248,248,1) 100%);
    background: linear-gradient(to bottom,rgba(253,253,253,1) 0,rgba(248,248,248,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd',endColorstr='#f8f8f8',GradientType=0);
    border: 1px solid #ededed;
    border-radius: 0 !important;
    -webkit-border-top-left-radius: 6px !important;
    -webkit-border-top-right-radius: 6px !important;
    -moz-border-radius-topleft: 6px !important;
    -moz-border-radius-topright: 6px !important;
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
}

.module-sv-alpha-custom .ui-tabs .ui-tabs-nav li a, .module-sv-alpha-custom .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    padding: 4px 8px;
    font-size: 1.1em !important;
}

.module-sv-alpha-custom .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    background-color: #fff !important;
    border: 1px solid #ededed !important;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px !important;
    padding-bottom: 0;
}

.module-sv-alpha-custom .ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
    color: #7ab800;
}

.module-sv-alpha-custom .ui-tabs .ui-tabs-panel .listing-item:last-child {
    border-bottom: none;
}

.module-sv-alpha-custom .ui-tabs .ui-tabs-panel .listing-item.half:last-child {
    border-bottom: 1px solid #CCCCCC;
}

.module-sv-alpha-custom .ui-tabs .ui-tabs-nav li {
    width: auto !important;
}

.module-sv-alpha-custom .module-alphabet-list li:first-child {
    padding-left: 0 !important
}

.module-sv-alpha-custom .ui-tabs .ui-tabs-nav li .aspNetDisabled {
    text-decoration: none !important;
    color: #747272;
    pointer-events: none;
    cursor: default;
}

.module-sv-alpha-custom .ui-tabs .ui-tabs-nav li.ui-tabs-selected .aspNetDisabled {
    text-decoration: none !important;
    color: #929090;
    pointer-events: none;
    cursor: default;
}

.module-sv-alpha-custom .ui-tabs .ui-tabs-panel {
    padding-left: 21px;
}

.module-sv-search-custom .search-option {
    width: 87.5%;
    margin-right: 1%;
    height: auto
}

.module-sv-search-custom .search-option input[type='text'] {
    font-size: 1em;
    height: 31px;
    background: url('/assets/default/images/mobile-search-dark.png') no-repeat 99% 50%;
}

.medical .module-sv-search-custom .search-option input[type='text']:focus {
    border: 2px solid black;
}

.module-sv-search-custom .search-option-submit {
    width: 11.5%;
    margin-top: 2px;
    height: 2.5em;
    float: right;
    padding-bottom: 0;
}

.module-sv-search-custom .search-option-submit .search-submit {
    right: 0;
    left: auto;
    top: 0;
}

.module-sv-search-custom .search-option-submit .search-submit input[type="submit"] {
    margin-top: 0;
    height: 26px;
}

.medical .module-sv-search-custom .search-option-submit .search-submit input[type="submit"]:focus {
    border: 2px solid black;
}

.col-8 .module-sv-alpha-custom .listing-item {
    font-size: 1.2em;
    margin-left: 0.45em;
    margin-right: 0.45em;
}

    .col-8 .module-sv-alpha-custom .listing-item.half {
        width: 45%;
        margin-right: 2.5%; /*text-indent:-10px; padding-left:9px;*/
        position: relative;
        display: inline-block;
    }
/*.col-8 .module-sv-alpha-custom .listing-item:before { content:url('/assets/default/images/list-icon.png');}*/
.module-sv-featured h2 {
    margin-top: 0px;
    line-height: 16px;
}

.content .module-sv-featured .two-col li {
    border-bottom: 0px;
    padding-bottom: 2px;
    font-size: 1.2em;
}

.col-8 .content {
    padding-bottom: 90px;
}

/****************************** PUBLICATIONS MODULE CSS *****************************************/
.module-pb-view-all {
    padding-top: 5px;
    overflow: hidden;
}

    .module-pb-view-all a {
        float: right;
    }

/****************************** STAYWELL MODULE CSS *****************************************/
.module-sw-listbyalphaform .module-alphabet-list {
    overflow: hidden;
    margin-bottom: 22px;
}

.Question {
    padding-bottom: 15px;
}

.module-sw-contentbyid table {
    width: 100%;
    margin: 15px 0 30px;
}

.module-sw-contentbyid table th {
    padding: 5px 10px 7px;
    border: 1px solid #dedede;
    font-weight: bold;
    text-align: left;
    color: #fff;
    background: #0073CF;
}

.module-sw-contentbyid table td {
    padding: 10px 11px 12px;
    font-size: .917em;
    line-height: 1.273em;
    border: 1px solid #dedede;
    vertical-align: top;
}

#galleria {
    height: 300px;
    width: 90%;
    padding: 1em;
}

.module-pg-galleriagallery {
    padding-bottom: 1em;
}

/****************************** BLOG MODULE CSS *****************************************/
.module-bg-detail .widget.right {
    max-width: none;
}
/****************************** Open Scheduling CSS *****************************************/
.os-btn {
    color: #fff;
    cursor: pointer;
    background-color: #7AB800;
    padding: 9px 15px;
    border-radius: 5px;
    line-height: 1rem;
    margin-top: 5px;
    display: inline-block;
}
.listing-item .os-btn {
    color: #fff;
    cursor: pointer;
    background-color: #7AB800;
    padding: 9px 15px;
    border-radius: 5px;
    line-height: 1rem;
    margin-top: 5px;
    display:block;
    border:none;
}
.os-btn:hover {
    color: #fff;
}
.os-dialog {
    border: 12px solid #EFF6FD;
    padding: 28px;
    background-color: #fff;
}

.os-dialog .modal-content {
    border: none;
}

.os-dialog .modal-title span {
    font-size: 30px;
    color: #292929
}

.os-dialog .modal-footer {
    justify-content: flex-start;
    border: 0;
    padding-left:0;
}

.os-dialog .modal-footer a[data-dismiss] {
    color: #0073cf;
}

.os-dialog .close-x {
    position: absolute;
    top: -7px;
    right: -14px;
    transform: rotate(45deg);
    color: #7AB800;
    font-size: 35px;
    line-height: 0;
    cursor: pointer;
}

a[data-dismiss]{
    cursor:pointer;
}
.os-dialog .modal-body {
    padding: 0
}

.visit-type {
    background-color: #EFF6FD;
    border: 1px solid #C8DCEC;
    padding: 19px 25px 18px 25px;
    display: flex;
    flex-direction: column;
    margin-bottom:1rem;
}

.visit-type .visit-type__btn {
    display: inline-block;
    padding: 9px 25px;
    background-color: #0073D0;
    color: #fff;
    margin-right: 17px;
        border-radius:5px;
        cursor:pointer;
    width: 100px;
    text-align:center;
}

.visit-type .visit-type__desc {
    padding:0 0 9px 0;
    display: inline-block;
}
.iframe-wr-os {
    height: 600px;
    position: relative;
    width:75%;
}
#pd-epic-os {
    position: absolute;
    top: 5%;
    bottom: 5%;
    left: 0;
    right: 0;
    width: 100%;
    height: 90%;
    z-index: 1;
    max-width: 750px !important;
    margin: auto;
    border:none;
}

@media (min-width: 576px) {
    .os-dialog {
        max-width: 550px;
    }


    .visit-type {
        flex-direction: row;
    }
}

@media (min-width:1024px) {
    .os-dialog {
        max-width: 976px;
    }
}
@media (max-width: 767px) {
     .lbtq-cnr{
         clear:both
     }
    .visit-type {
        text-align: center;
    }

}
