﻿/* #region MEMBERS: GLOBAL STYLES */
#membersHomepage {
    background-color: white;
}

body {
    cursor: default;
    color: #212529;
    font-family: "Century Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
}

.font-resizer .imgLink.disabled {
    color: #b9b7b7;
}

.imgLink {
    cursor: pointer;
}

    .imgLink:hover {
        background-color: transparent !important;
    }

.text-icon-title {
    font-size: 23px;
}

.text-icon-content {
    font-size: 18px;
}

@media (max-width: 500px) {
    div#loginBtnGroup {
        margin-left: 1rem;
    }

    .d-lg-none.col-md-2.col-2.my-2.text-right {
        margin-left: -1.5rem;
    }
}
@media (max-width: 992px) {

    nav.navbar.navbar-expand-lg {
        padding: 0;
    }
    ul.navbar-nav {
        padding: 0.5rem 1rem;
    }
}
/* #endregion */

/* #region MEMBERS: TOP IMAGE SECTION */
#membersTopImg {
    width: inherit;
    /*height: 400px;
    object-fit: cover;
    object-position: 0% 30%;*/
}

#medicareAdvantageTopImg {
    width: 100%;
}
/* #endregion */

/* #region MEMBERS: MEMBER SERVICES SECTION */
.member-services h3 {
    color: #602D86;
}

.member-services p {
    margin: 0;
    font-size: 1.25rem;
}

.member-services .p-steps {
    margin: 0;
    font-size: 1rem;
}

.member-services-new {
    color: white;
    background-color: #92298E;
}

    .member-services-new a {
        color: white;
        margin: 0;
        font-size: 1.25rem;
    }

    .member-services-new .step-number, .step-number-2 {
        display: block;
        width: 1.25rem;
        float: left;
        height: 2rem;
    }
/*.member-services-new a:hover {
        background-color: #7F3F98;
    }*/

.member-services-returning {
    color: white;
    background-color: #491B6C;
}

.col-borders {
    min-height: 3rem;
    border-left: 1px solid white;
    border-right: 1px solid white;
}

.btn-returning-members {
    color: white;
    background-color: transparent;
    font-size: 1.25rem;
    padding: 0.25rem 3rem;
    border-radius: 2em;
    border: 1px solid white;
}

    .btn-returning-members:hover {
        color: white;
        background-color: #602D86;
    }

@media (max-width: 1200px) {
    .member-services p {
        font-size: 1rem;
    }

    .member-services .p-steps {
        font-size: 0.9rem;
    }

    .member-services-new a {
        font-size: 1rem;
    }
}

@media (max-width: 394px) {
    .step-number-2 {
        height: 2rem !important;
    }
}

@media (max-width: 431px) {
    .text-warning {
        height: 2rem;
        float: left;
        padding-top: 0.55rem;
        display: block;
        padding-right: .20rem;
    }
}

@media (max-width: 992px) {
    .member-services-new br, .member-services-returning br {
        display: none;
    }

    .col-borders {
        min-height: auto;
        border-left: 0;
        border-right: 0;
    }

    .member-services-new .step-number, .step-number-2 {
        height: 1rem;
    }

    .footer-mobile-menu .list-group-item:not([href^="#"]),
    .nav-link:focus:not([href^="#"]),
    .nav-link:hover:not([href^="#"]),
    a:not([href^="#"]), a:visited:not([href^="#"]), a:active:not([href^="#"]) {
        text-decoration: underline !important;
    }

    a.no-underline, [aria-expanded="true"] {
        text-decoration: none !important;
    }
}
/* #endregion */

/* #region MEMBERS: REDIRECT LINKS SECTION */
.redirect-links a {
    color: #602D86;
}

    .redirect-links a:hover, .redirect-links a:focus {
        color: white;
        background-color: #7F3F98;
        text-decoration: underline;
    }
/* #endregion */

/*#region MEMBERS: TEXT BANNER SECTION */
.text-banner {
    color: white;
    background-color: #7F3F98;
    border: 2px solid gray;
}

    .text-banner .mobile-icon {
        color: white;
        background-color: gray;
        padding: 0.35rem 0.75rem;
        border-radius: 1em;
    }

    .text-banner .banner-title {
        font-size: 2rem;
    }

    .text-banner .banner-text {
        font-size: 1.5rem;
    }

@media (max-width: 576px) {
    .text-banner .banner-title {
        font-size: 1.25rem;
    }

    .text-banner .banner-text {
        font-size: 1rem;
    }
}
/*#endregion*/

/* #region MEMBERS: TESTIMONIALS SECTION */
.testimonials {
    color: #602D86;
    background-color: #E9E8EA;
}

.btn-testimonials {
    color: white;
    background-color: #491B6C;
    border-radius: 1em;
    padding: 0.5rem 1.75rem;
}

    .btn-testimonials:hover {
        background-color: #602D86;
    }

.testimonial-card {
    height: 100%;
    padding: 1.5rem 0 0.25rem;
    color: #602D86;
    border: 2px solid #491B6C;
    border-radius: 1em;
}

.testimonial-quote {
    padding: 0 1.5rem 1rem;
}

.testimonial-footer {
    padding: 0 0.5rem;
}

.btn-play-video {
    border: 0;
    float: left;
    font-size: 0.75rem;
    color: #602D86;
    background-color: transparent;
}

    .btn-play-video:focus {
        outline: 0;
    }

    .btn-play-video:hover {
        cursor: pointer;
        color: white;
        background-color: #602D86;
        text-decoration: underline;
    }

.play-video-icon {
    color: white;
    padding: 0.4rem 0.4rem 0.35rem 0.5rem;
    border-radius: 1em;
    background-color: #491B6C;
}

    .play-video-icon:hover {
        text-decoration: none;
    }

#memberVideoModal .modal-header {
    padding: 0.5rem 1rem;
}

#memberVideoModal .modal-body {
    padding: 0;
}

#memberVideoModal *:focus {
    outline: 0;
}

#memberVideoModal .modal-footer {
    display: none;
}

#memberVideoModal .close {
    font-size: 2rem;
}
/* #endregion */

/* #region MEMBERS: CERTIFICATES, SOCIAL NETWORKING, LANG INFO */
#auditSeal {
    /*width: 100px;*/
}

.NCQA_link {
    color: #602D86 !important;
}

.certificates p {
    font-size: 1.25rem;
    color: #7F3F98;
}

.certificates-lang-info p {
    font-size: 1rem;
    color: #212529;
}

.certificates-lang-info a {
    cursor: pointer;
    color: #0000B8;
}

    .certificates-lang-info a:hover, .certificates-lang-info a:focus {
        color: white;
        background-color: #7F3F98;
        text-decoration: underline;
    }

@media (max-width: 992px) {
    .certificates p {
        font-size: 1rem;
    }

    .certificates-seals br {
        display: none;
    }
}

@media (max-width: 576px) {
    #auditSeal {
        width: unset;
    }
}
/* #endregion */

/* #region MEDICARE ADVANTAGE: CONTENT SECTION */
hr.ma-divider {
    border-top: 2px solid #491B6C;
    margin: 2rem 8rem;
}

.covid-banner {
    padding: 0.5rem;
    font-size: 1.5rem;
    color: #491B6C;
    background-color: #FFCE51;
}

#videoCarousel li iframe {
    width: 270px;
    /*height: 300px;
    background-color: lightcoral;*/
}

#videoCarousel li img {
    width: inherit;
}

@media (max-width: 992px) {
    .covid-banner {
        font-size: 1.35rem;
    }
}

@media (max-width: 768px) {
    .covid-banner {
        font-size: 1.15rem;
        font-weight: bold;
    }
}
/* #endregion */

/* #region MEDICARE ADVANTAGE: MAP SECTION */
.map-section h3 {
    color: #7F3F98;
}

.map-section .btn-states-map {
    height: 48px !important;
    padding: 0 24px;
    color: white;
    background-color: #602D86;
    border-radius: 2em;
}

.dropdown-states {
    display: inline-block;
    padding: 0 24px;
    max-width: 230px;
    height: 48px !important;
    border-radius: 2em;
}

    .dropdown-states:focus {
        border-color: #9F439B;
    }

.map-section select option:checked {
    color: white;
    background-color: #7F3F98;
}

@media (max-width: 992px) {
    .dropdown-states {
        max-width: 180px;
    }
}
/* #endregion */

/* #region Talk: Banner Floating STYLES */
.floating-div {
    z-index: 9999;
    width: 500px;
    height: 135px;
    line-height: 1.3;
    background-color: #92298E;
    opacity: 0.9;
    border-radius: 0;
    border-top-left-radius: 1.30rem;
    color: white;
    font-size: 20px;
    font-family: Century Gothic;
    margin: 0;
    padding: 5px 10px;
    border: 0;
}

    .floating-div img, .floating-div h3, .floating-div p {
        display: inline;
        max-width: 200px;
        float: left;
    }

    .floating-div img {
        padding: 16px 16px 0 0;
    }

    .floating-div h3 {
        margin: 0 100px 5px 0;
        font-size: 24px;
    }

    .floating-div p {
        max-width: 340px;
        margin: 0;
        font-size: 17px;
    }

    .floating-div .close-notification-btn {
        color: white;
        opacity: 1;
        font-size: 30px;
        font-weight: 100;
        text-shadow: 0 0;
        padding: 5px 15px 0;
        border: 0;
        color: white;
        background-color: transparent;
        float: right;
        font-size: 28px;
        line-height: 1;
        font-weight: 100;
        text-shadow: 0 0;
        padding: 0 10px;
    }

.sticky {
    position: fixed;
}

.abs {
    position: absolute;
}
/* #endregion */

/* ************************************************************** */
/* #region OKLAHOMA HOMEPAGE */
hr.ok-divider {
    border-top: 2px solid #92298E;
    margin: 2rem 8rem;
}

@media only screen and (max-width: 767.9px) {
    hr.ok-divider {
        border-top: 2px solid #92298E;
        margin: 2rem 4rem;
    }
}

.ok-purple {
    color: #602D86 !important;
}

.btn-login-member-left {
    border: 3px solid #c89bc3;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    background-color: white;
    width: 4rem;
    float: left;
    margin: -4px;
    margin-left: -9px;
    margin-top: -4px;
    margin-bottom: -4px;
}

.btn-login-member-right {
    color: #472261;
    background-color: #c89bc3;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    text-align: end;
    line-height: 2.5;
    cursor: pointer;
}

.btn-login-member {
    min-width: 14rem;
    border: 3px solid #c89bc3;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    background-color: #c89bc3;
    color: white;
    font-size: 1.3rem;
}

.btn-login-provider {
    min-width: 14rem;
    border: 3px solid #fad980;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    background-color: #fad980;
    color: white;
    font-size: 1.3rem;
}

.btn-login-provider-left {
    border: 3px solid #fad980;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    background-color: white;
    width: 4rem;
    float: left;
    margin: -4px;
    margin-left: -9px;
    margin-top: -4px;
    margin-bottom: -4px;
}

.btn-login-provider-right {
    color: #212121;
    background-color: #fad980;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    text-align: end;
    line-height: 2.5;
    cursor: pointer;
}

.btn-login-img {
    padding: 0.5rem;
}

a.member-quick {
    color: #472261;
}

.provider-quick {
    color: #987001;
}

.ok-gray {
    background-color: #f1f2ed !important;
}

.email-link {
    overflow-wrap: anywhere;
    color: #92298E;
}

.quick-links-top-left {
    background-color: #ffffff;
    padding-top: 2rem;
    border-top-left-radius: 3rem;
}

.quick-links-bottom-right {
    background-color: #ffffff;
    padding-bottom: 2rem;
    border-bottom-right-radius: 3rem;
    font-size: 1.15rem;
}

.quick-links-sooner {
    text-align: center;
    width: 100%;
    padding-left: 25%;
    padding-right: 25%;
}

.ok-yellow {
    color: #fcda7e !important;
}

.offer-bckg-color {
    background-color: #843f92 !important;
}

.white-color {
    color: #ffffff !important;
}

.complience-bckg-color {
    background-color: #632b8c !important;
}

.complience-header {
    color: #ffffff;
    align-self: center;
}

.complience-img {
    padding-top: 1rem;
    padding-bottom: 1rem;
    align-self: center;
}

.contact-fs {
    font-size: 1.25rem;
}

.btn-link-member:hover {
    text-decoration: underline;
    color: #ffffff;
}

.btn-link-provider:hover {
    text-decoration: underline;
    color: #212121;
}

@media only screen and (min-width: 1172px) {
    .soc-nets-center {
        margin-right: -2px;
        margin-left: -2px;
    }

    .soc-nets-redge {
        margin-left: -2px;
    }

    .soc-nets-ledge {
        margin-right: -2px;
    }

    .soc-net-container {
        min-width: 172px;
    }

    .soc-net-connect-text {
        min-width: 144px;
        /*text-align: justify;*/
    }

    .certificates p {
        font-size: 1.1rem;
    }
}

@media only screen and (max-width: 767.98px) {
    .btn-log-es {
        width: 12rem;
    }
}

/*#region OKLAHOMA: TEXT BANNERS SECTION */
.ok-text-banner {
    color: white;
    background-color: #0071BC;
    border-radius: 1rem;
}

    .ok-text-banner .ok-banner-title {
        font-size: 1.8rem;
        letter-spacing: 1px;
    }

    .ok-text-banner .ok-banner-text {
        font-weight: bold;
        font-size: 1.3rem;
        line-height: 1.4rem;
        letter-spacing: 0.4px;
    }

    .ok-text-banner .ok-banner-text-small {
        font-size: 1rem;
        line-height: 1.1rem;
        letter-spacing: 1px;
    }
    .ok-text-banner .ok-banner-info {
        color: #fefe33;
        font-weight: bold;
    }

@media (max-width: 576px) {
    .ok-text-banner .ok-banner-title {
    font-size: 1.5rem;
    }

    .ok-text-banner .ok-banner-text {
        font-size: 1rem;
        letter-spacing: 0;
    }
    .ok-text-banner .ok-banner-text-small {
        letter-spacing: 0;
    }
}
/*#endregion*/

/* #endregion */

/* #region SOONERSELECT */

.shadow {
    box-shadow: 3px 5px 5px -1px rgb(0 0 0 / 41%), 0px 4px 5px 5px rgb(0 0 0 / 24%), 0px 1px 10px 0px rgb(0 0 0 / 14%);
    transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    &:hover {
      box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
    }
}

.shadow-nohover {
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
    transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.fs-225 { font-size: 2.25rem; }
.fs-200 { font-size: 2.00rem; }
.fs-175 { font-size: 1.75rem; }
.fs-150 { font-size: 1.5rem; }
.fs-125 { font-size: 1.25rem; }
.fs-100 { font-size: 1rem; }
.fs-75 { font-size: 0.75rem; }

.text-right-ss {
    text-align: left;
}

.header-big-ss {
    font-size: 2.25rem;
    color: #176BB5;
}

.member-imp-notice {
    background: linear-gradient(to right, #00aed9, #185fa1);
    padding-left: 1.25rem;
    color: #ffffff;
    height: 2.85rem;
    padding-top: 0.3rem;
}

.provider-imp-notice {
    background: linear-gradient(to right, #a975ca, #8d68a6);
    padding-left: 1.25rem;
    color: #ffffff;
    height: 2.85rem;
    padding-top: 0.3rem;
}

.resp-img {
    max-width: 100%;
    height: auto;
}

.add-notices {
    background: linear-gradient(to right, #9c2f8c, #682e85);
    color: #ffffff;
    padding-left: 1.25rem;
    height: 3rem;
    padding-top: 0.25rem;
}

.learn-more {
    background-color: #855DA2;
    color: #ffffff;
}

a.learn-more-link {
    text-decoration: none !important;
}

a.learn-more-link:hover {
    text-decoration: none;
}

.health-care-auth {
    text-align: left;
}

.find-dentist-link {
    font-size: 1.25rem;
    position: absolute;
    top: 1.25rem;
    left: 4.35rem;
    color: #ffffff;
}

    .find-dentist-link:hover {
        color: #ffffff;
    }

.create-acc-link {
    font-size: 0.75rem;
    position: absolute;
    top: 0.5rem;
    left: 5.25rem;
    color: #ffffff;
}

    .create-acc-link:hover {
        color: #ffffff;
    }

.download-app-link {
    font-size: 0.75rem;
    position: absolute;
    top: 2.5rem;
    left: 5.25rem;
    color: #ffffff;
}

    .download-app-link:hover {
        color: #ffffff;
    }

.between-links-link {
    font-size: 0.75rem;
    position: absolute;
    top: 1.5rem;
    left: 5.5rem;
    color: #ffffff;
    padding-left: 3rem;
}

.sign-up-link {
    font-size: 1.25rem;
    position: absolute;
    top: 0.25rem;
    left: 5rem;
    color: #ffffff;
    text-align: left;
}

    .sign-up-link:hover {
        color: #ffffff;
    }

.same-height-card {
    height: 100%;
}

.member-tools-header {
    background-color: #cdeff8;
}

.member-tools {
    color: #1560a3;
}

a.member-tools-link {
    color: #366A9B;
}

.provider-tools-container {
    background-color: #eee3f4;
}

.provider-tools-header {
    color: #642f81;
}

a.provider-tools-link {
    color: #653182;
}

a.add-notices-link {
    color: #1E71E6;
}

.info-availbl {
    color: #692d83;
}

.contact-us-container {
    background-color: #e9e9e9;
}

.contact-us-text {
    color: #692d83;
}

hr.dotted {
    border-top: dotted 1px;
}

.report-head-text {
    color: #4b4b4b;
}

.report-phone-text {
    color: #60376d;
    text-align: left;
    padding-left: 4rem;
}

.report-last-date {
    color: #794c91;
}

.temp-coming-soon {
    font-size: 2rem;
    min-height: 12.5rem;
}

.complience-header-sooner {
    text-align: left;
    color: #ffffff;
    align-self: center;
}

@media only screen and (max-width: 991.99px) {
    .sign-up-link {
        width: 60%;
        left: 6.5rem;
    }

    .report-phone-text {
        padding-left: 2rem;
    }
}

@media only screen and (max-width: 767.99px) {
    .text-right-ss {
        text-align: left;
    }    

    .find-dentist-link {
        left: 3.1rem;
    }

    .create-acc-link {
        left: 4.75rem;
    }

    .download-app-link {
        left: 4.75rem;
    }

    .between-links-link {
        left: 5rem;
    }

    .sign-up-link {
        width: 45%;
        left: 5rem;
    }
}

@media only screen and (max-width: 575.99px) {
    .header-big-ss {
        font-size: 1.75rem;
    }

    .health-care-auth {
        text-align: center;
    }

    .mob-res-img {
        max-width: 100%;
        height: auto;
    }

    .learn-more {
        font-size: 0.75rem;
    }
}

@media only screen and (max-width: 385px) {
    .find-dentist-link {
        font-size: 1rem;
        left: 3.75rem;
    }

    .create-acc-link {
        font-size: 0.6rem;
        left: 5.25rem;
    }

    .download-app-link {
        font-size: 0.6rem;
        left: 5.25rem;
    }

    .between-links-link {
        font-size: 0.6rem;
    }

    .sign-up-link {
        font-size: 1rem;
        left: 5.5rem;
    }
}

@media only screen and (max-width: 350px) {
    .find-dentist-link {
        left: 2.6rem;
    }

    .create-acc-link {    
        left: 4rem;
    }

    .download-app-link {
        left: 4rem;
    }

    .between-links-link {
        left: 4rem;
    }

    .sign-up-link {
        left: 4.25rem;
    }
}

/* #endregion */

/* #region OKLAHOMA MEDICAID */

.arrow-left {
    background: url(../images/list-arrow.jpg) no-repeat 0 0.25rem;
    padding-left: 1rem;
}

.arrow-down {
    background: url(../images/list-arrow-down.jpg) no-repeat 0 0.25rem;
    padding-left: 1rem;
}

input[type=checkbox], input[type=radio] {
    margin-right: .3rem;
}

.btn-primary {
    background-color: #0071EB !important;
    border-color: #0071EB !important;
}

.btn-primary:hover {
    background-color: #0071EB !important;
    border-color: #0071EB !important;
}

.form-text-box {
    align-self: center;
}

.btn-adult { text-align: right; }
.btn-child { text-align: left; }

@media only screen and (max-width: 767.99px) {
    .btn-adult { text-align: left; }
    .btn-child { text-align: left; }
}

/* #endregion */

/* #region HEALTH CARE PROVIDER RESOURCES */
.prov-res-top-left {
    background-color: #eee3f4;
    padding-top: 2rem;
    border-top-left-radius: 3rem;
}

.prov-res-bottom-right {
    background-color: #eee3f4;
    padding-bottom: 2rem;
    border-bottom-right-radius: 3rem;
    font-size: 1.15rem;
}

.train-res-header {
    color: #1560a3;
}

.train-res-top-left {
    background-color: #cdeff8;
    padding-top: 2rem;
    border-top-left-radius: 3rem;
}

.train-res-bottom-right {
    background-color: #cdeff8;
    padding-bottom: 2rem;
    border-bottom-right-radius: 3rem;
    font-size: 1.15rem;
}

.avatar {
    border-radius: 50%;
    width: 9.75rem;
    height: auto;
    max-width: 100%;
}

.prov-questions {
    color: #692d83;
}

.prov-under-dot {
    color: #692d83;
}

.person-name {
    color: #692d83;
}

.person-position {
    color: #212121;
}

.person-email {
    color: #692d83;
    overflow-wrap: anywhere;
    font-size: 0.83rem;
}

.container-certificates p {
    color: #7F3F98;
    font-size: 1.2rem;
    margin: 0;
}

.white-background {
    background-color: white;
}


/* #endregion */