/*---------------Pop up css------------*/ #css-only-modals { position:fixed; pointer-events:none; left:0; top:0; right:0; bottom:0; z-index:10000000; text-align:center; white-space:nowrap; height:100%; } #css-only-modals:before { content:''; display:inline-block; height:100%; vertical-align:middle; margin-right:-.25em; } .css-only-modal-check { pointer-events:auto; display:none; } .css-only-modal-check:checked ~ .css-only-modal { opacity:1; pointer-events:auto; } .css-only-modal { width: 700px; background:#fff; z-index:1; display:inline-block; position:relative; pointer-events:auto; padding:25px; text-align:right; border-radius:4px; white-space:normal; display:inline-block; vertical-align:middle; opacity:0; pointer-events:none; max-width: 90%; } .css-only-modal h2 { text-align:center; } .css-only-modal p { text-align:left; } .btn-primary:hover { color:#fff; background-color:#999; border-color:#999; } .btn-primary { color:#fff; background-color:#777; border-color:#777; border-radius: 4px; padding: 6px 12px; } .css-only-modal-check:checked ~ #screen-shade { opacity:.5; pointer-events:none; } #modal1 { display: none; } #screen-shade { opacity:0; background:#000; position:absolute; left:0; right:0; top:0; bottom:0; pointer-events:none; transition:opacity .8s; } .css-only-modal-content {max-height:80vh; overflow-y:auto; } /*------------End pop up css------*/ 

/* Header */
.section--light .header-g .row-1 {
    border-color: transparent;
}

/* Desktop spacing */
.banner__cta-wrapper .third-button {
    margin-left: 30px;
}

/* CTA button */
.cta_button_defaults, .contactform--a .contactform__submit input, .form-a .form__submit input, .cta__button--icon, .cta__link--icon, .cta__button, .banner-e__form form .submit {
    min-height: 2.25rem;
    font-size: 1rem;
    line-height: 1;
    padding: 4px 8px;
    height: auto;
}

.banner__cta-wrapper .banner__cta:nth-child(1):after {
    content: "Most Patients Choose Tier One Access for Convenient Virtual Follow-up Visits";
    max-width: 240px;
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
    font-family: "dmserif-display", Georgia, serif;
     line-height: 1.2;
}
.banner_shrt__container--inner .banner__cta-wrapper .banner__cta:nth-child(1){
    flex-direction: column !important;
}
.banner_shrt__container--inner .banner__cta-wrapper a.cta__button.component__button--2 {
    max-height: 36px;
}
/* Colors */
.section--dark .copyright__link, .section--dark #copyright__link {
    color: #fff;
}
.section--light .featuredblocks-grid-a .featuredblocks .featuredblock__title, .section--light .featuredblocks-grid-b .featuredblocks .featuredblock__title, .section--light .featuredblocks-grid-c .featuredblocks .featuredblock__title,
.section--dark .featuredblocks__container .featuredblocks-grid-a.grid-transparent .featuredblocks .featuredblock__cta .cta__link, .section--dark .featuredblocks-grid-a.grid-transparent .featuredblocks .featuredblock__cta .cta__link.component__link--1:visited {
    color: #fff;
}
.section--dark .featuredblocks__container .featuredblocks-grid-a .featuredblocks .featuredblock__cta .cta__link:before, .section--dark .featuredblocks__container .featuredblocks-grid-b .featuredblocks .featuredblock__cta .cta__link:before, .section--dark .featuredblocks__container .featuredblocks-grid-c .featuredblocks .featuredblock__cta .cta__link:before {
    background: #fff !important;
}
.section--dark .featuredblocks__container .featuredblocks-grid-a .featuredblocks .featuredblock__cta .cta__link:after, 
.section--dark .featuredblocks__container .featuredblocks-grid-b .featuredblocks .featuredblock__cta .cta__link:after, 
.section--dark .featuredblocks__container .featuredblocks-grid-c .featuredblocks .featuredblock__cta .cta__link:after {
    border-left-color: #fff !important;
}
.section--light .articles-a .articles__item .article__post-permalink {
    color: #a1bedf;
}

/* MEDIA QUERIES ONLY */
@media(min-width: 992px) {
    .imgright {
        float: right;
        margin: 0 0 10px 10px;
    }
    .imgleft {
        float: left;
        margin: 0 10px 10px 0;
    }
}
@media(max-width: 991px) {
    .imgright, .imgleft {
        float: none;
        display: block;
        margin: 0 auto 10px;
    }
}
@media(max-width: 767px) {
    .banner__cta-wrapper {
        flex-direction: column; /* stack vertically */
        align-items: center;     /* center all buttons */
    }

    .banner__cta-wrapper .third-button {
        margin-left: 0;          /* remove desktop spacing */
        align-self: center;      /* center this specific button */
        display: contents;
    }
}