/* -----------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>>>>>> WHOLE SITE CSS <<<<<<<<<<<<<<<<<<<<<<<<<<<<<-*/
/* -----------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');

* {
    padding:0; margin:0;
}

html, body {
    height: 100%;
}

body {
/*  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;*/
    font-family: 'Raleway', sans-serif;
}

p {
    font-size: 14px;
    letter-spacing: 0.55px;
    line-height: 1.3;
    text-align: left;    
}

a {
    text-decoration: none;
}

h1 {
    color: rgb(102, 102, 102);
    font-size: 2.4em;
    line-height: 3.6em
}

h1 span{
    font-weight: bold;
    font-size: 3em;
}

/* overide h2 colors on page to a standard grey */
.content .text h2 { 
    color: rgb(102, 102, 102);
}

.menu_accent_color {
    /*background-color: rgb(182, 171, 191);*/
    background-color: rgb(38, 151, 144);
    /* background-color: #2bb0a3; */
}

.shadowed {
    box-shadow: 1px 1px 3px 0px #767561;
}

.req-fld {
    color: rgb(255, 12, 12);
}

/*When the body color conflicts with the tooltip */
p.aToolTipContent {
/*     color: white !important; */
}


/* -----------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>> HEADER <<<<<<<<<<<<<<<<<<<<<<<-*/
/* -----------------------------------------------------*/
.wrapper {
    width: 100%;
}

.header-wrapper {
    box-shadow: -2px 1px 5px 1px #434343;
    height: 47px;
    color: white;
    position: fixed;
    width: 100%;
    z-index: 40;
}

.main-header-wrapper {
    position: absolute;
    width: 100%;
}

/* -----------------*/
/* >>> MAIN NAV <<<-*/
/* -----------------*/
.clickable_ph_no {
    color: rgb(253, 253, 253);
}

.main-menu-nav {
    display: block;
    overflow: hidden;
}
    #menu-anchor {
        display: none;
    }

    .main-menu-nav ul {
        list-style-type: none;
        display: inline-block;
        margin-left: 7vw;
        line-height: 43px;
    }
        .main-menu-nav > ul > li {
            position: relative;
            display: inline-block;
            margin-left: 20px;
            text-align: center;
        }

        .main-menu-nav > ul > li.active_pg {
            border-color: rgb(255, 255, 255);
            border-style: solid;
            border-width: 0px 0px 2px;
            position: relative;
            top: -1px;
        }
            .main-menu-nav ul > li > a {
                font-size: 16px;
                color: white;
                transition: all .2s ease-in-out;
            }

            .main-menu-nav ul > li:hover > a {
                color: rgb(226, 240, 235);
            } 

            .main-menu-nav ul li:hover ul {
                visibility: visible;
                opacity: 1;
            }

ul.social-ico {
    float: right;
    margin: 4px 15.5vw 0 0;
}

ul.social-ico li {
    height: 20px;
    width: 20px;
    margin-right: 20px;
}

.fa-facebook-f, .fa-instagram, .fa-linkedin-in {
    font-size: 1.25em;
}

.fa-facebook-f:hover {
    color: rgb(59, 89, 152);
}

.fa-instagram:hover {
    color: rgb(221, 42, 123);
}

.fa-linkedin-in:hover {
    color: rgb(0, 123, 182);
}

#hdr-phone-number {
    font-size: 20px;
    margin-left: 40px;
}

.banner {
    background: linear-gradient( rgba(0,0,0,0.4), rgba(0, 0, 0, 0.4) ),url('../images/banner.jpg') no-repeat center -147px fixed;
    background-size: 100%;
    box-shadow: inset -2px 1px 10px 3px #434343;
    height: 413px;
    margin: 38px 0 0 0;
    text-align: center;
}

.banner .logo {
    width: 872px;
    padding-right: 5px;
    margin: 0 auto;
    position: relative;
    top: 37px;
}

.banner .logo img {
    width: 85%;
    margin: 40px auto 0px auto;
}

.content {
    border-radius: 10px;
    padding: 8px 20px 20px;
    width: 900px;
    margin: 40px auto 20px;
}

.text h1 {
    font-size: 25px;
    line-height: 35px;
}

.text li, .text p {
    font-size: 19px;
    letter-spacing: 1px;    
    line-height: 26.6px;
}

#mobile-menu {
    display: none;
}

/* -----------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>> PAGE CONTENT <<<<<<<<<<<<<<<<<<<<<<<-*/
/* -----------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>>>> HOME PAGE <<<<<<<<<<<<<<<<<<<<<<<<-*/ 
.blur-dim-contents {
    filter: blur(4.25px) brightness(53%);
}

.flex-container {
    display: flex;
    flex-flow: row nowrap;
}

.underline {
    display: inline-block;
}
    .underline::after {
        background: rgb(243, 243, 243);
        content: "";
        display: block;
        height: 1px;
        transition: 0.4s;
        width: 0px;
    }

    .underline:hover::after {
        width: 100%;
    }

#index-pg-grid-cont {
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-template-areas: "intro-stmt intro-stmt"
                         "alerts alerts"
                         "main-cont doc-pic_note"                         
                         "footer footer";
}
    .grid-item {
        text-align: center;
    }

.content-wrapper {
    position: relative;
    bottom: 0;
    top: 330px;
    width: 100%;
}

#alert-banner-grid-item {
    /* visibility: hidden; */ /* remove after alerts are not needed */
    grid-area: alerts;
    font-size: 2.0em;
    width: 100%;
}
    #alert-banner_fcont {
        background: repeating-linear-gradient(
            45deg,
            rgb(189, 70, 100),
            rgb(189, 70, 100) 30px,
            rgb(252, 144, 171) 30px,
            rgb(252, 144, 171) 60px
        );
        border-radius: 5px;
        height: auto;
        justify-content: center;
        margin: 20px auto;
        padding: 2.5vh 0 2.5vh 0;
        width: 80%;
    }
        #left-alert {
            background-color: rgb(252, 144, 171);
            border-right: 1px solid rgb(243, 243, 243);
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
        }

        #right-alert {
            background-color: rgb(252, 144, 171);
            border-left: 1px solid rgb(243, 243, 243);
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
            cursor: pointer;
        }

        #left-alert:hover, #right-alert:hover {
            background-color: rgb(230, 116, 144);
            transition: all 0.3s ease-in;
        }

            #alert-banner_fcont > a { 
                color: rgb(223, 250, 255);
                padding: 1vw 8.7845%;
                text-decoration: none;
                width: 30.33%;
            }

#keep-u-safe-modal { /* make this a flex container */
    background-color: rgb(38, 151, 144);
    border-radius: 5px;
    box-shadow: 2px 7px 15px 3px rgb(43, 43, 43);
    height: auto;
    left: 25vw;
    opacity: 95%;
    position: fixed;
    top: 33vh;
    visibility: hidden;
    width: 50vw;
    z-index: 2;
}
    #keep-u-safe-modal-content {
        background-color: rgb(113, 190, 165);
        box-shadow: 10px 10px 20px rgb(43, 43, 43);
        border-radius: 5px;
        height: auto;
        margin: 3.3vh auto;
        padding: 5% 0;
        text-align: center;
        width: 45vw;
    }
        #keep-u-safe-modal-content > h2 {
            color: rgb(243, 253, 252);
            font-weight: 700;
            margin: 0 0 1.5% 0;
            text-decoration: underline;
        }

        #keep-u-safe-modal-content > ul {
            color: rgb(24, 80, 76);
            font-size: 1.43em;
            margin: 0 3.3em 0 3.3em;
            text-decoration: none;
            text-align: start;
        }
            #keep-u-safe-modal-content li {
                margin-top: 1.35em;
            }

    #modal-close-button {
        background-color: rgb(35, 129, 123);
        border-radius: 5px;
        border-style: groove;
        color: rgb(246, 240, 245);
        cursor: pointer;
        float: right;
        font-size: 20px;
        font-weight: bold;
        margin: 2.5px 2.5px 0 0;
        opacity: 100%;
        width: 35px;
    }

#intro-grid-item {
    grid-area: intro-stmt;
    border-radius: 50px;
    color: rgb(255, 255, 255);
    margin: 0px auto 7px auto;
    padding: 10px 0 10px 0;
    width: 43vw;
    background-color: rgba(23, 188, 168, 0.2);
}
    #intro-stmt {
        font-size: 17px;
        margin: 0 75px 0 75px;
    }

    #intro-grid-item #tagline {
        font-size: 30px;
        margin: 7px auto 0 auto;
        text-align: center;
        text-decoration: underline rgb(102, 230, 166);
    }

#left-grid-item {
    margin: 10px 5px 0px 5px;
    grid-area: main-cont;
    justify-self: end;
    width: 53vw;
    height: auto;
}
    #srvcs-provd_fcont {    
        color: rgb(102, 102, 102);
        flex-wrap: wrap;
        font-family: "Raleway";    
        list-style-type: disc;
        margin: 35px auto 0 auto;
        border: 2px solid rgb(216, 240, 227);
        border-radius: 5px;
        box-shadow: 1px 1px 5px 2px rgb(188, 188, 188);
        padding: 5px 0 5px 40px;
        width: 85%;
    }
        #srvcs-provd_fcont > ul {
            text-align: left;
            margin: 7px 25px 0 15px;
        }
            #srvcs-provd_fcont > ul i {
                color: rgb(99, 230, 177);
            }

        #srvcs-provd_fcont > h3 {
            width: 100%;
            text-align: left;
        }
    
        #ins-stmt {
            font-style: italic;
            margin-top: 15px;
            width: 60%;
        }

    #cfh_fcont {
        grid-area: conv-func-hol;
        border-top: 1px solid rgb(223, 223, 223);
        margin: 40px 5px 0 0;
        justify-content: center;
    }    
        .conv-func-hol {
            font-size: 15px;
            color: #f4f4f4;
            margin: 40px 10px 0 10px;
            padding: 30px 15px 20px 15px;
            border-radius: 5px;
            width: 235px;
        }
            .conv-func-hol > i {
                font-size: 2.3em;
                margin-bottom: 20px;
            }

            .conv-func-hol > h3 {
                margin-bottom: 15px;
            }

            .conv-func-hol > div {
                text-align: left;
            }

    #health-e-f-l-pom_fcont {
        border-top: 1px solid rgb(223, 223, 223);
        grid-area: he-f-l-pom;
        justify-content: center;
        margin: 40px 0px 90px 0px;
    }
        .fam-lf-pom {
            font-size: 15px;
            margin: 40px 10px 0 10px;
            border-radius: 5px;
            text-align: center;
        }
            .fam-lf-pom > img {
                border-radius: 5px;
                margin-bottom: 20px;                
                width: 15vw;
            }

            .fam-lf-pom > h3 {
                color: rgb(102, 102, 102);
                margin-bottom: 10px;
            }

            .fam-lf-pom > p {
                color: rgb(102, 102, 102);
            }

#right-grid-item {    
    grid-area: doc-pic_note;
    max-width: 300px;
    min-width: 215px;
    height: 0px;
    padding-top: 3%;
}
    #docs_note {
        flex-flow: column;
        justify-content: center;
        margin-left: 20px;
    }
        #doctor-pic {
            border-radius: 5px;
            width: 99%;
        }

        .doctors-note > h3 {
            color: rgb(102, 102, 102);        
            margin: 20px 0px 10px 0px;
            text-align: left;
        }
    
        #ifm_prac_badge, #aarm_member_logo, #oma_member_logo {
            border-radius: 0px;
            margin: 5px 0px 0px 0px;
            width: 100%;
        }

.tag-body-new { /* used to style the 'NEW' tag for new services */
    font-size: x-small;
    font-weight: bold;
    font-variant-caps: all-small-caps;
    vertical-align: super;
    color: rgb(70, 202, 184);
}

.tag-menu-new { /* used to style the 'NEW' tag for new services */
    font-size: x-small;
    font-weight: bold;
    font-variant-caps: all-small-caps;
    vertical-align: super;
    color: rgb(253, 253, 253);
}

.tag-mobile-menu-new { /* used to style the 'NEW' tag for new services */
    font-size: x-small;
    font-weight: bold;
    font-variant-caps: all-small-caps;
    vertical-align: super;
    color: rgb(222, 242, 236);
}

/* >>>>>>>>>>>>>>>>>>>>>>> ABOUT US PAGE <<<<<<<<<<<<<<<<<<<<<<< */
#about-us_content-wrapper.grid-container {
    display: grid;
    grid-auto-flow: column;
    grid-row-gap: 50px;
    grid-template-columns: 100vw;
    grid-template-rows: auto auto auto;
    grid-template-areas: "gr-item-hdr"
                         "mop-prv1"
                         "footer";
}

    #grid-item-hdr {
        color: rgb(255, 255, 255);
        grid-area: gr-item-hdr;
        margin: 50px 0 0 0;
        padding-left: 16%;
    }
        #grid-item-hdr > div {
            border-radius: 5px; 
            height: 113px;
            width: 375px;
        }

        #grid-item-hdr > div > h2 {
            font-size: 33px;
            font-weight: 100;
            padding-top: 36px;
        }

    #prov1-grid-item {
        grid-area: mop-prv1;
        justify-self: center;
    }
        #aevans-bio {
            color: rgb(102, 102, 102);
            margin-bottom: 10vh;
        }

        #aevans-bio > h3 {
            text-align: left;
        }

        #aevans-bio > p {
            width: 485px;
        }

        #aevans_biopic {
            border-radius: 5px;
            height: 315px;
            margin: 45px 0 0 25px;
            width: 475px;
        }

/* >>>>>>>>>>>>>>>>>>>>>>> CONTACT PAGE <<<<<<<<<<<<<<<<<<<<<<< */
#contact-us_content-wrapper.grid-container {
    display: grid;
    grid-auto-flow: column;
    grid-row-gap: 50px;
    grid-template-columns: 100vw;
    grid-template-rows: auto auto auto auto;
    grid-template-areas: "gr-item-hdr"
                         "atf-map-row1"
                         "wam-row2"
                         "footer";
}

#atf-map-grid-item {
    grid-area: atf-map-row1;
    justify-self: center;
}
    #atf-map-grid-item > .flex-container {
        justify-content: space-around;
    }

    #add-tel-fax ul {
        color: rgb(102, 102, 102);
        list-style: none;
        text-align: left;
    }
        #add-tel-fax > ul > li {
            margin: 20px 0 50px 0;
        }

        #add-tel-fax .flex-container i {
            margin: 3px 15px 0 0;
            opacity: 0.75;    
        }

#googleMap {
    border-radius: 5px;
    height: 30vw;
    width: 50vw;    
    margin: 0 15px 0 15px;
}

#wam-grid-item {
    grid-area: wam-row2;
    margin: 0 0 0 0;
    justify-self: center;
}
    #w-a-m-hdr {
        font-size: 30px;
        font-weight: 200;
    }

    #w-a-m-form {
        width: 60vw;
        border-radius: 5px;
    }
        #w-a-m-flxCont {
            flex-direction: row;
        }
            #nm-ph-em-flxItem, #sbj-msg-flxItem {
                flex-direction: column;
                margin: 0 5px 0 5px;
                width: 50%;
            }

            #w-a-m-flxCont > div > input {
                margin-bottom: 10px;
            }

        #sbj-msg-flxItem > #google-reCAPTCHA {
            margin: 15px 14px 20px 0;
        }

        #sbj-msg-flxItem > textarea {
            font-size: 14px;
            resize: none;
        }
        
        #sbj-msg-flxItem > #submit-button {
            border-radius: 5px;
            border-style: outset;
            color: rgb(243, 243, 243);
            /* cursor: not-allowed; */
            font-size: 20px;
            height: 43px;
            margin: 10px 0 0 0;
            width: 100%;
        }
            #sbj-msg-flxItem > #submit-button > i {
                margin: 0 10px 0 0;
            }

        #sbj-msg-flxItem > #submit-button:hover {
            background-color: rgb(182, 182, 182) !important;
        }

    #w-a-m-subhdr {
        font-size: 20px;
        font-weight: 100;
    }

    #wam-grid-item label {
        text-align: left;
    }

/* >>>>>>>>>>>>>>>>>>>>> IV INFUSION THERAPY <<<<<<<<<<<<<<<<<<< */
#IVIT_content-wrapper.grid-container {
    display: grid;
    grid-auto-flow: column;
    grid-row-gap: 30px;
    grid-template-columns: 100vw;
    grid-template-rows: auto auto auto;
    grid-template-areas: "gr-item-hdr"
                         "content"
                         "footer";
}
    #IVIT_sched_app-grid-item {
        grid-area: content;
        justify-self: center;
    }
        #IVIT-iframe {
            border: 0;
            /* height: height is set in the embed JS from acuity */
            width: 50vw;
        }

/* >>>>>>>>>>>>>>>>>>>>>> TELEHEALTH PAGE <<<<<<<<<<<<<<<<<<<<<< */
#telehealth_content-wrapper.grid-container {
    display: grid;
    grid-auto-flow: column;
    grid-row-gap: 30px;
    grid-template-columns: 100vw;
    grid-template-rows: auto auto auto;
    grid-template-areas: "gr-item-hdr"
                         "content"
                         "footer";
}
    #t-health_grid-item {
        grid-area: content;
    }
        #t-health_f-cont {
            align-items: center;
            flex-direction: column;
            margin: 0 auto;
            width: 55%;
        }
            /* #teleheath-icons {
                color: rgb(196, 196, 196);
                font-size: 3.5em;
                margin: -43px 0 20px 0;
            }
                #teleheath-icons > .fa-comments {
                    margin: 0 20px 10px 0;
                    vertical-align: super;
                } */

            #t-health-tips_fcont {
                color: rgb(102, 102, 102);
                flex-wrap: wrap;
                font-family: "Raleway";    
                list-style-type: disc;
                margin-top: 25px;
                border: 2px solid rgb(216, 240, 227);
                border-radius: 5px;
                box-shadow: 1px 1px 5px 2px rgb(188, 188, 188);
                padding: 5px 0 5px 40px;
                width: 93%;
            }
                #t-health-tips_fcont > ul {
                    text-align: left;
                    margin: 7px 25px 0 15px;
                }
                    #t-health-tips_fcont > ul i {
                        color: rgb(99, 230, 177);
                    }

                    .telehealth-tips {
                        font-weight: bold;
                        line-height: 2 !important;
                    }
                        .telehealth-tips a {
                            text-decoration: underline;
                            color: rgb(96, 96, 96);
                        }
        
                #t-health-tips_fcont > h3 {
                    width: 100%;
                    text-align: left;
                }
        
        #waiting-rm-button {
            background-color: rgb(77, 196, 188);
        }
            #waiting-rm-button:hover {
                background-color: rgb(38, 151, 144);
                transition: all 0.3s ease-in;
            }

            #waiting-rm-button > span {
                height: 100%;
            }

            #waiting-rm-button > i {
                font-size: 7em;
                margin: 7px 0 7px 0;
            }

        .telehealth-button {
            border-radius: 5px;
            box-shadow: 1px 2px 3px 1px rgb(188, 188, 188);
            font-family: "Raleway";
            font-size: 20px;
            color: rgb(243, 243, 243);
            cursor: pointer;
            margin-top: 15px;
            padding: 15px;
            width: 30%;
        }
            .telehealth-button .fa-door-open {
                margin: 10px 0 0 0;
            }

        #pre-call-tip {
            margin: 10px 0;
        }
            #pre-call-test-img {
                border-radius: 2px;
                height: 25px;
            }

        #t-health-wlcm-stmt {
            color: rgb(96, 96, 96);
            text-align: left;
            width: 90%;
        }

#telehealth-video-modal {
    height: auto;
    left: 25vw;
    position: fixed;
    top: 30vh;
    visibility: hidden;
    width: 50vw;
    z-index: 2;
}
    #pre-call_video {
        border-radius: 5px;
        box-shadow: 2px 7px 35px 5px rgb(43, 43, 43);
        height: 100%;
        width: 100%;
    }

/* ----------------------------------------------------- */
/* >>>>>>>>>>>>>>>>>>>>>> FOOTER <<<<<<<<<<<<<<<<<<<<<<< */
/* ----------------------------------------------------- */
.footer {
    color: rgb(243, 243, 243);
    display: grid;
    grid-area: footer;
    grid-template-columns: 100%;
    grid-template-rows: auto 25px;
    grid-template-areas: "address_contact" 
                         "copyright";
    height: 175px;
    justify-items: center;
    width: 100%;
}
    #footer_flx_cont {
        display: flex;
        align-items: center;
        flex-flow: row nowrap;
        justify-content: space-evenly;
        grid-area: address_contact;
        height: 150px;
        width: 100%;
    }
        #footer_copyright {
            background-color: rgb(27, 155, 146);
            grid-area: copyright;
            width: 100%;           
        }

        #footer_copyright p {
            font-size: 11px;
            padding: 5px 0 5px 0;
            text-align: center;
        }

        #footer_flx_cont ul {
            list-style-type: none;            
            text-align: left;            
        }
            #footer_flx_cont ul > li {
                color: rgb(243, 243, 243);        
                list-style-type: none;            
            }

        #footer_address {
            height: auto;
            width: auto;
            text-align: center;
        }
            #footer_logo {
                height: 43px;
                width: auto;
            }

        #footer_contact li {
            letter-spacing: 0.5px;
            margin: 0 0 5px 0;
        }
            #footer_contact li i {
                margin-right: 5px;
            }

/* -----------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>> ****************************** <<<<<<<<<<<<<<<<<< */
/* -----------------------------------------------------------------------*/

/* -----------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>> MEDIA QUERIES <<<<<<<<<<<<<<<<<<<<<<<<<<< */
/* -----------------------------------------------------------------------*/

/* -----------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>> ****************************** <<<<<<<<<<<<<<<<<< */
/* -----------------------------------------------------------------------*/


@media screen and (max-width: 1625px) {
    .main-menu-nav ul {
        margin-left: 20px;
    }

    ul.social-ico {
        float: right;
        margin: 4px 2vw 0 0;
    }
        ul.social-ico li {
            height: auto;
            width: auto;
            margin-right: 10px;
        }
    
    #hdr-phone-number {
        font-size: 20px;
        margin-left: 0px;
        width: auto;
    }

    #alert-banner-grid-item {
        font-size: 1.8em;
    }
}

@media screen and (max-width: 1355px) {
    .banner {
        background: linear-gradient( rgba(0,0,0,0.4), rgba(0, 0, 0, 0.4) ),url('../images/banner.jpg') no-repeat center center fixed;
        background-size: cover;
    }
    
    .main-menu-nav ul {
        margin: 0 -1px 0 0;
    }

    ul.social-ico {
        float: right;
        margin: 4px 0 0 0;
    }

    #alert-banner-grid-item {
        font-size: 1.5em;
    }
    
    #keep-u-safe-modal { /* make this a flex container */
        background-color: rgb(38, 151, 144);
        box-shadow: 2px 7px 15px 3px rgb(43, 43, 43);
        height: auto;
        left: 18vw;
        top: 15vh;
        width: 65vw;
    }
        #keep-u-safe-modal-content {
            background-color: rgb(113, 190, 165);
            box-shadow: 10px 10px 20px rgb(43, 43, 43);
            border-radius: 5px;
            height: auto;
            margin: 4.5vh auto ;
            padding: 3% 1vw;
            text-align: center;
            width: 57vw;
        }
    
    #telehealth_content-wrapper.grid-container {
        grid-row-gap: 30px;
    }
        #t-health_f-cont {
            margin: 0;
            width: unset;
        }
            #t-health-wlcm-stmt {
                font-size: 1rem;
                width: 80vw;
            }

            #waiting-rm-button {
                margin: 30px 0 0 0;
                width: 270px;
            }  
            
            #pre-call-tip {
                margin-left: 7vw;
                width: 80vw;
            }

            #t-health-tips_fcont {
                font-size: 0.90rem;
                padding: 5px 0 5px 10px;
                width: 80vw;
            }
                .sub-tip {
                    margin-bottom: 10px;
                }

    #w-a-m-form {
        width: 73vw;        
    }
}

@media screen and (max-width: 1305px) {
    .flex-container {
        flex-flow: row wrap;
    }

    #index-pg-grid-cont {
        display: grid;
        position: absolute;
        bottom: 100vh;
        grid-auto-flow: row;
        grid-column-gap: 20px;
        grid-template-columns: auto;
        grid-template-rows: auto;
        grid-template-areas: "intro-stmt"
                             "alerts"
                             "doc-pic_note"
                             "main-cont"
                             "footer" !important;
        padding: 10px 0px 0 0px;
    }
    
    .main-menu-nav ul > li > a {
        line-height: 19.2px;
        transition: height 2s;
    }

    #srvcs-provd_fcont {
        margin-top: 0.2vh;
        margin-right: 5%;
    }
    
    .header-container {
        width: 100%;
    }

    body {
        padding-top: 0;
        width: 100%;
        margin: auto;
        overflow-x: hidden;
    }

    header {
        position: relative;
        margin-top: 0;
        text-align: center;
    }

    .text {
        width: auto;
    }

    .text h1 {
        text-align: center;
    }

    input {
        font-size: 12px;
    }

    .wrapper {
        width: 100%;
        box-shadow: none;
        min-height: 860px;
    }
    .content {
        padding: 0 22px 22px;
        width: auto;
        margin: 20px;
    }

    .content-wrapper {
        width: 100%;
    }

    .container {
        width: auto;
    }

    .right-block {
      display: none;
      text-align: right;
    }

    .draggable {
      max-width: 100% !important;
    }
    
    .content_inner {
        padding:0;
    }
    
    .text {
        padding:0px; width:auto;
    }

    .block label {
        font-size:16px; padding:12px 4px 8px;
    }

    .block label span {
        font-size:16px;
    }

    .menu_main {
        display: none;
    }

    .menu_main .link_active {
        display: none;
    }

    .text p.msg {
        color: #f60;
        position: relative;
        right: 0;
    }

    .bg-top-bar {
        font-size: 13px;
        padding: 9px 22px;
    }

    .soc-icons {
        display: none;
    }

    .bg-menu {
        display: block;
        width: 100%;
    }

    #left-grid-item, #right-grid-item {
        height: auto;
        justify-self: center;
        padding-top: 0%;
    }

    #main-menu {
        display: none;
    }

    #mobile-menu {
        display: block;
    }

    .banner .logo {
        width: 90%;
        top: -20px;
    }

    img {
        width: 90%;
    }

    .eased-blur {
        filter: blur(2.25px) brightness(53%);
        transition: filter 0.25s ease-in 0.05s;
    }

    .conv-func-hol {
        height: 280px;
    }

    .flex-container {
        align-items: center !important;
    }

    .fam-lf-pom {
        margin-top: 0px;
    }

    .main-menu-nav > ul > li.active_pg {
        border: none;
        top: 0;
    }

    /* -----------------------------------*/
    /* >>> MOBILE MENU TRANSITION CSS <<<-*/
    /* -----------------------------------*/
    .menu_bars {
        border-radius: 1px;
        position: absolute;
        height: 4.75px;
        width: 27.75px;
        display: inline;
        transition: transform 0.35s ease-out 0.15s;
    }

    #lower_bar {
        background-color: rgb(253, 253, 253);
        margin: 22.75px 0 0 0;
    }

    #toggle-menu {
        position: absolute;
        color: rgb(253, 253, 253);
        opacity: 1;
        transition: opacity 0.15s ease-in 0.15s;
        z-index: 1230;
    }

    #upper_bar {
        background-color: rgb(253, 253, 253);
        margin: 4px 0 0px 0;
    }

    #menu-anchor {
        background-color: rgba(38, 151, 144, 0.01);
        display: block;
        position: absolute;
        right: 43px;        
        top: 7px;
        z-index: 443;
    }

    #mobile-menu { /* where the menu is placed "off-screen" */
        position: fixed;
        right: 1px;
        top: -500px;
    }
        #mobile-menu > li:last-child {
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
        }
    
        #mobile-menu > li:first-child {
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

    .social-ico {
        position: absolute;
        left: 0;
    }
        .social-ico > li {
            display: inline;        
        }

    #aevans_biopic {
        height: 209px;
        width: 315px;
    }

    #alert-banner-grid-item {
        font-size: 1.3em;
    }
    
    #left-grid-item, #right-grid-item {
        justify-self: center;
        width: 100vw;
    }
    
    #cfh_fcont, 
    #health-e-f-l-pom_fcont, 
    #srvcs-provd_fcont {
        margin-bottom: 40px !important;
    }

    #intro-grid-item {
        background-color: rgb(38, 151, 144);
        border-radius: 5px;
        margin: 0 auto 10px auto;
        padding: 10px 3vw 0 3vw;
        width: 75vw;
    }
        #intro-stmt {
            font-size: 10px;
            margin: 0 5px 0 5px;
        }

        #intro-grid-item #tagline {
            font-size: 25px;
            margin: 0 0 0 3%;
            text-decoration: underline rgb(102, 230, 166);
        }

    #mobile-menu li {
        background-color: rgba(50, 187, 178, 0.91);
        display: block;        
        margin-left: 0px;
        width: 55vw;
    }

    #mobile-menu.visible-menu { /* make the menu visible */
        border-radius: 7px;
        box-shadow: -5px 20px 35px 2px rgb(35, 48, 41);
        position: fixed;
        right: 0px;
        top: 43px;
        transition: top 0.75s ease-out;
        z-index: 3;
    }

    #mobile-menu.visible-menu a:not(#menu-anchor) {
        color: rgb(255, 255, 255);
        display: inline-block;
        font-size: 22px;
        height: 8vh;
        padding: 30px 0 0 0;
        text-align: center;
    }

    #srvcs-provd_fcont {
        margin: 0px 3vw 0 3vw;
        padding-top: 10px;
        box-shadow: 0 0 0 0 #fff;
    }
    
    #w-a-m-subhdr {
        margin: 0 20% 0 17%;
    }

    #w-a-m-form {
        margin: 0 auto 0 auto;
    }
        #w-a-m-flxCont div {
            width: 95%;
            margin: 0 0 0 2vw;
        }
}

@media screen and (max-width: 1050px) {
    /* @keyframes drop-down {
        from {display: none;}
        to {display: block;}
    } */
    
    .banner .logo {
        width: 80%;
        top: -20px;
    }

    .banner {
        background: linear-gradient( rgba(0,0,0,0.4), rgba(0, 0, 0, 0.4) ),url(https://livehealth-e.com/custom/images/banner.jpg) no-repeat center -97px fixed;
        background-size: 100%;
        height: auto;
    }

    .content-wrapper { 
        top: 30vw;
    }

    .conv-func-hol {
        height: 100%;
        width: 50vw;
    }

    .flex-container {
        align-items: center;
        display: flex;
    }

    .fam-lf-pom {
        margin: 20px 0vw 0 0vw;
    }
        .fam-lf-pom:first-child {
            margin-top: 40px;
        }

        .fam-lf-pom > img, 
        .fam-lf-pom > p {
            width: 50vw;
        }

    #aevans-bio > p {
        width: 70vw;
    }

    #aevans_biopic {
        border-radius: 5px;
        height: 209px;
        margin: 0px 25px 15px 25px;
    }

    #alert-banner_fcont {
        padding: 1.75vw 0 1.75vw 0;
    }
        #alert-banner_fcont > a {
            padding: 1vw 1.7845%;
            width: 43%;
        }
    
    #keep-u-safe-modal { /* make this a flex container */
        background-color: rgb(38, 151, 144);
        box-shadow: 2px 7px 15px 3px rgb(43, 43, 43);
        height: auto;
        left: 5vw;
        top: 15vh;
        width: 90vw;
    }
        #keep-u-safe-modal-content {
            background-color: rgb(113, 190, 165);
            box-shadow: 10px 10px 20px rgb(43, 43, 43);
            border-radius: 5px;
            height: auto;
            margin: 4.5vh auto ;
            padding: 3% 1vw;
            text-align: center;
            width: 75vw;
        }
            #keep-u-safe-modal-content > h2 {
                color: rgb(243, 253, 252);
                font-weight: 700;
                text-decoration: underline;
            }
    
            #keep-u-safe-modal-content > ul {
                color: rgb(24, 80, 76);
                font-size: 1.43em;
                margin: 0 10vw 0 11vw;
                text-decoration: none;
                text-align: start;
            }
                #keep-u-safe-modal-content li {
                    margin-top: 1.35em;
                }
    
        #modal-close-button {
            background-color: rgb(35, 129, 123);
            border-radius: 5px;
            border-style: groove;
            color: rgb(246, 240, 245);
            cursor: pointer;
            float: right;
            font-size: 20px;
            font-weight: bold;
            margin: 2.5px 2.5px 0 0;
            opacity: 100%;
            width: 35px;
        }

    #atf-map-grid-item { 
        margin-top: -1vw;
    }

    #contact-us_content-wrapper.grid-container {
        grid-row-gap: 10px;
    }

    #docs_note {
        margin: 0 0 0 0;
    }

    #footer_contact > b > span {
        display: none;
    }

    #googleMap {
        border-radius: 5px;
        height: 85vw;
        width: 95vw;    
        margin: 0 10px 0 10px;
    }

    #google-reCAPTCHA > div {
        text-align: center;
    }

    #grid-item-hdr {
        margin: 5vw 0 0 0;
        padding-left: 0;
        justify-self: center;
    }
        #grid-item-hdr > div {
            height: auto;
            padding: 0px 15px 0 15px;
            width: 75vw;
        }
            #grid-item-hdr > div > h2 {
                padding: 3px 0 3px 0;
            }

    #health-e-f-l-pom_fcont { 
        flex-direction: column;
    }

    #prov1-grid-item > div.flex-container {
        flex-direction: column-reverse !important;
        margin-top: -4vw;
    }

    #left-grid-item, #right-grid-item {
        justify-self: center !important;
        width: 100vw;
    }

    #right-grid-item {
        max-width: 50vw;
    }

    #srvcs-provd_fcont {
        margin: 40px auto 0 auto;
        padding: 0;
        width: 52vw;
    }
        #srvcs-provd_fcont > h3 {
            margin: 0 0 0 2vw;
        }
        
        #srvcs-provd_fcont > ul {
            text-align: left;
            width: 60vw;
            margin: 5px 0 0 2vw;
        }
            #srvcs-provd_fcont > ul > li {
                margin: 5px 0 0 0;
            }
    
    #w-a-m-subhdr {
        margin: 0;
        width: 75vw;
    }
    
    #w-a-m-form {
        width: 80vw;
    }
        #w-a-m-flxCont div {
            width: 95%;
        }
}

@media screen and (max-width: 800px) {
    .banner .logo {
        width: 85%;
        top: -20px;
    }
    
    #pre-call-tip {
        margin-top: -40px;
        visibility: hidden;
    }
    
    #IVIT-iframe {
        width: 90vw;
    }
}

@media screen and (max-width: 500px) {
    .banner {
        background: linear-gradient( rgba(0,0,0,0.4), rgba(0, 0, 0, 0.4) ),url(https://livehealth-e.com/custom/images/banner.jpg) no-repeat center -10px fixed;
        background-size: 100%;
        height: 35vw;
    }

    .content-wrapper {
        top: 35vw;
    }

    .conv-func-hol {
        margin: 40px 30px 0 30px;
        width: auto;
    }

    .doctors-note {
        width: 75vw;
    }

    .fa-ul > li {
        margin: 0 0 10px 0;
    }

    .fam-lf-pom {
        margin: 20px 10px 0 10px;
    }
        .fam-lf-pom > img {
            width: 80vw;
        }

        .fam-lf-pom > p {
            margin: 0 8vw;
            width: auto;
        }
    
    .banner .logo {
        width: 100%;
        top: -20px;
    }

    #about-us_content-wrapper.grid-container,
    #contact-us_content-wrapper.grid-container {
        grid-row-gap: 20px;
    }

    #add-tel-fax > ul > li {
        margin: 5px 0 30px 0;
    }

    #aevans-bio > p {
        width: 80vw;
    }

    #alert-banner-grid-item {
        font-size: 0.9em;
    }
        #alert-banner_fcont {
            margin: 20px 8%;
        }
            #alert-banner_fcont > a {
                padding: 1vw 6.7845%;
                width: 80%;                    
            }

            #left-alert {
                border-right: none;
                border-bottom-left-radius: 0;
                border-bottom: 1px solid rgb(243, 243, 243);
                border-top-right-radius: 5px;
            }

            #right-alert {
                border: none;
                border-bottom-left-radius: 5px;
                border-top-right-radius: 0;
            }

    #keep-u-safe-modal { /* make this a flex container */
        background-color: rgb(38, 151, 144);
        box-shadow: 2px 7px 15px 3px rgb(43, 43, 43);
        height: auto;
        left: 5vw;
        top: 15vh;
        width: 90vw;
    }
        #keep-u-safe-modal-content {
            background-color: rgb(113, 190, 165);
            box-shadow: 10px 10px 20px rgb(43, 43, 43);
            border-radius: 5px;
            font-size: 0.65em;
            height: auto;
            margin: 5vh auto ;
            padding: 3% 2vw;
            text-align: center;
            width: 80vw;
        }
            #keep-u-safe-modal-content > h2 {
                color: rgb(243, 253, 252);
                font-weight: 700;
                margin-left: -5px;
                text-decoration: underline;
                width: 103%;
            }
    
            #keep-u-safe-modal-content > ul {
                color: rgb(24, 80, 76);
                font-size: 1.43em;
                margin: 0 2em 0 2em;
                text-decoration: none;
                text-align: start;
            }
                #keep-u-safe-modal-content li {
                    margin-top: 1.05em;
                }
    
        #modal-close-button {
            background-color: rgb(35, 129, 123);
            border-radius: 5px;
            border-style: groove;
            color: rgb(246, 240, 245);
            cursor: pointer;
            float: right;
            font-size: 20px;
            font-weight: bold;
            margin: 2.5px 2.5px 0 0;
            opacity: 100%;
            width: 35px;
        }

    #docs_note > img { 
        width: 315px;
    }

    #footer_logo {
        display: none;
    }

    #footer_flx_cont {
        display: flex;
        align-items: center;
        flex-flow: column wrap;
    }

    #grid-item-hdr {
        margin: 7vw 0 0 0;
        padding-left: 0;
    }
        #grid-item-hdr > div {
            margin: 20px 25px 0 25px;
        }
            #grid-item-hdr > div > h2 {
                padding-top: 0;
            }

    #health-e-f-l-pom_fcont {
        padding: 20px 0 0 0;
    }

    #intro-grid-item {
        margin: 10px auto 0 15px;
        padding: 3px 1vw 0 1vw;
        width: 90vw;
    }
        #intro-grid-item #tagline {
            margin: 0 0 0 0;
        }

    #prov1-grid-item > div.flex-container { 
        margin-top: 0;
    }

    #right-grid-item {
        margin: 10px 0 0 -10px;
    }

    #srvcs-provd_fcont {
        margin: 40px 10vw 40px 10vw;
        padding: 10px 0;
        width: auto;
    }
        #srvcs-provd_fcont > h3 {
            margin: 0 0 0 5vw;
        }

    #wam-grid-item > div {
        width: 90vw;
    }
        #w-a-m-form {
            padding: 10px 0 30px 0px;
            width: 100%;
        }
}

@media screen and (max-width: 400px) {
    #browser-tip {
        visibility: visible;
    }
}