body,
html {
    height: 100%;
    width: 100%;
    margin: 0;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.025em;
    font-family: Lato !important;
}

a {
    text-decoration: none !important;
}

*:focus {
    outline: 0 !important;
}

.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.bgtop,
.bgimg-1,
.bgimg-2,
.bgimg-services,
.bgimg-praise,
.bgimg-jenks,
.bgimg-coweta {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bgtop {
    height: 100vh;
}

.bgimg-1 {
    background-image: url("../images/Background01.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    background-attachment: fixed;
}

.bgimg-2 {
    background-image: url("../images/Background02.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    background-attachment: fixed;
}

.bgimg-services {
    background-image: url("../images/ServicesBackground.jpg");
    padding-top: 10%;
    padding-bottom: 10%;
}

.bgimg-praise {
    background-image: url("../images/PraiseBackground.jpg");
    min-height: 530px;
    padding: 125px 20%;
}

.bgimg-jenks {
    background-image: url("../images/GSVH-Jenks.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    background-attachment: fixed;
}

.bgimg-coweta {
    background-image: url("../images/GSVH-Coweta.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    background-attachment: fixed;
}

.about {
    background-color: white;
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer {
    color: white;
    min-height: 150px;
    padding: 50px 15%;
}

.footer a {
    color: white !important;
    text-decoration: none !important;
}

.footer a:hover {
    color: #97a123 !important;
}

.footer img {
    padding: 5px;
}

.modal-footer {
    color: white;
    min-height: 50px;    
    font-size: .65em;
}

.modal-footer a {
    color: white !important;
    text-decoration: none !important;
}

.modal-footer a:hover {
    color: #97a123 !important;
}

.modal-footer img {
    padding: 5px;
}

.modal-body-content a {
    color: #1b4164 !important;
    text-decoration: none !important;
}

.header {
    position: absolute;
    padding-top: 35px;
    min-height: 125px;
    width: 100%;
    z-index: 998;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header a {
    color: white;
    text-decoration: none !important;
}

.header-white {
    width: unset;
    background-color: white;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.header-mobile {
    display: none;
}

.header .logo {
    height: 60px;
    float: left;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.header .logo img {
    max-width: 100%;
    display: block;
    height: auto;
}

.header-white .logo {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.header .menu .navigation .top .white-social {
    display: inline;
}

.header-white .menu .navigation .top .white-social {
    display: none;
}

.header .menu .navigation .top .dark-social {
    display: none;
}

.header-white .menu .navigation .top .dark-social {
    display: inline;
}

.header .menu {
    height: 60px;
    display: flex;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.header .menu a {
    color: #cec1bd;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 10px;
}

.header .menu .navigation .top .phone {
    padding-left: 10px;
    padding-right: 10px;
    display: none;
}

.header .menu .navigation .top .email {
    padding-left: 10px;
    padding-right: 10px;
    display: none;
}

.header-white .menu .navigation .top a {
    color: #414042;
    text-transform: none;
}

.header-white .menu .navigation .top a:hover {
    color: #97a123 !important;
}

.header-white .menu .navigation .top .phone {
    display: inline;
}

.header-white .menu .navigation .top .email {
    display: inline;
}

.header-white .menu .navigation .bottom a {
    color: #414042;
}

.header .menu .navigation .bottom a:hover {
    color: #97a123 !important;
    background: url("../images/nav-arrow.png") center bottom no-repeat;
}

.header .menu img {
    padding: 5px;
}

.header .menu .navigation .bottom {
    padding-top: 15px;
    text-align: right;
}

.header .menu .navigation .top {
    display: inline;
}

.button {
    color: white;
    text-decoration: none;
    border-style: solid;
    border-width: 1.5px;
    padding: 10px 20px;
    margin-top: 20px;
    display: inline-block;
}

.button a {
    color: white !important;
    text-decoration: none !important;
}

.button:hover {
    background-color: #1b4164;
    border-color: #54697e;
    border-style: solid;
    color: white !important;
    text-decoration: none !important;
}

.modal-button {
    color: #1b4164;
    text-decoration: none;
    border-style: solid;
    border-width: 3px;
    border-color: #1b4164;
    padding: 5px 20px;
    margin-bottom: 50px;
    font-size: 0.55em;
    font-weight: bold;
}

.modal-button a {
    color: white !important;
    text-decoration: none !important;
}

.big-button {
    color: #1b4164;
    text-decoration: none;
    border-style: solid;
    border-width: 3px;
    border-color: #1b4164;
    padding: 5px 20px;
    font-size: 2em;
    font-weight: bold;
}

.big-button a {    
    color: #1b4164;
    text-decoration: none !important;
}

.big-button a:hover {
    color: #97a123 !important;
    text-decoration: none !important;
}

.green {
    background-color: #97a123;
}

.blue {
    background-color: #1b4164;
}

.green-text {
    color: #97a123;
}

.blue-text {
    color: #1b4164;
}

.highlight-row {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    color: white;
}

.footer-row {
    padding-top: 75px;
    padding-bottom: 75px;
    text-align: center;
    color: white;
}

.footer-row p {
    font-weight: 300;
    font-size: 2em;
}

.box {
    font-size: 2em;
    color: white;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.055em;
}

.box p {
    margin: 0px !important;
}

.highlight-text {
    text-align: center;
    color: white;
}

.highlight {
    color: white;
}

.highlight h1 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 3em;
}

.highlight h4 {
    font-weight: 200;
    font-size: 2.5em;
}

.page-section {
    color: #1b4164;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 450px !important;
}

.top-section {
    padding-left: 0px !important;
    padding-top: 30vh;
    color: white;
}

.top-section a {
    color: white;
    text-transform: none;
}

.top-section .address a:hover {
    color: #97a123 !important;
    text-transform: none;
}

.top-section .tagline {
    font-size: 3.5em;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}

.top-section .address {
    font-size: 1.25em;
    padding-bottom: 5px;
}

.top-section .bottom {
    padding-bottom: 20px;
}

.top-section hr {
    border: 0.5px solid;
}

h1 {
    text-transform: uppercase;
    font-size: 2.5em;
    font-weight: 800;
}

h2 {
    text-transform: uppercase;
    font-size: 2.5em;
    font-weight: 800;
}

h3 {
    text-transform: uppercase;
    font-size: 1.375em;
    font-weight: 800;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: 700;
}

.opening {
    font-size: 1.125em;
    font-weight: 800;
}

.second {
    font-size: 1.125em;
}

.pharmacy-icon {
    background: url("../images/pharmacy_icon.png") center bottom no-repeat;
    padding-left: 125px;
    transform: rotate(12deg);
    height: 82px;
    width: 82px;
    display: inline-block;
}

.pharmacy-icon:hover {
    background: url("../images/pharmacy_icon_blue.png") center bottom no-repeat;
}

.facebook {
    background: url("../images/Facebook-dark.png") center bottom no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
}

.facebook:hover {
    background: url("../images/Facebook.png");
}

.instagram {
    background: url("../images/Instagram-dark.png") center bottom no-repeat;
    width: 25px;
    height: 25px;
    margin-left: 20px !important;
    display: inline-block;
}

.instagram:hover {
    background: url("../images/Instagram.png");
}

.pharmacy {
    background: url("../images/pharmacy-dark.png") center bottom no-repeat;
    width: 24px;
    height: 24px;
    margin-left: 20px !important;
    display: inline-block;
}

.pharmacy:hover {
    background: url("../images/pharmacy.png");
}

.header-white .facebook {
    background: url("../images/Facebook-black.png") center bottom no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
}

.header-white .facebook:hover {
    background: url("../images/Facebook-green.png") center bottom no-repeat;
}

.header-white .instagram {
    background: url("../images/Instagram-black.png") center bottom no-repeat;
    width: 25px;
    height: 25px;
    margin-left: 20px !important;
    display: inline-block;
}

.header-white .instagram:hover {
    background: url("../images/Instagram-green.png") center bottom no-repeat;
}

.header-white .pharmacy {
    background: url("../images/pharmacy-black.png") center bottom no-repeat;
    width: 25px;
    height: 25px;
    margin-left: 20px !important;
    display: inline-block;
}

.header-white .pharmacy:hover {
    background: url("../images/pharmacy-green.png") center bottom no-repeat;
}

#preload-01 {
    background: url("../images/TopBackground01.jpg") no-repeat -9999px -9999px;
}

#preload-02 {
    background: url("../images/TopBackground02.jpg") no-repeat -9999px -9999px;
}

#preload-03 {
    background: url("../images/TopBackground03.jpg") no-repeat -9999px -9999px;
}

#preload-04 {
    background: url("../images/TopBackground04.jpg") no-repeat -9999px -9999px;
}

.click-me {
    display: none;
}

.doc-click-me {
    display: none;
}

/** Services **/
.image-div {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.services-list ul {
    list-style-type: none !important;
    margin-left: 0;
    padding-left: 0;
}

.services-list li {
    padding-left: 1em;
    text-indent: -1em;
}

.services-list li:before {
    content: ">";
    padding-right: 5px;
}

.doc-box {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 15px;
    opacity: 0;
    min-height: 600px;
    color: white;
    display: flex;
    align-items: center;
    font-size: 1.25em;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.doc-box:hover {
    opacity: 1;
}

.doc-box:hover+.doc-name {
    opacity: 0;
}

.doc-name {
    background-color: rgba(27, 65, 100, 0.65);
    margin-top: -85px;
    padding-top: 10px;
    padding-bottom: 0.25px;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

select {
    background: transparent;
    border-top: transparent !important;
    border-left: transparent !important;
    border-right: transparent !important;
    border-bottom: 1px solid #d7d7d7 !important;
    padding-left: 0;
    box-shadow: none !important;
    width: 100%;
    padding-top: 30px;
}

input {
    background: transparent;
    border-top: transparent !important;
    border-left: transparent !important;
    border-right: transparent !important;
    border-bottom: 1px solid #d7d7d7 !important;
    padding-left: 0;
    box-shadow: none !important;
    width: 100%;
    padding-top: 30px;
}

input[type="submit"] {
    width: 30% !important;
    text-align: center;
    padding: 10px !important;
    color: white;
}

input:focus {
    box-shadow: none !important;
}

textarea {
    background: transparent;
    border-top: transparent !important;
    border-left: transparent !important;
    border-right: transparent !important;
    border-bottom: 1px solid #d7d7d7 !important;
    padding-left: 0;
    box-shadow: none !important;
    width: 100%;
    padding-top: 15px;
}

textare:focus {
    box-shadow: none !important;
}

.input-label {
    color: grey;
    opacity: 1;
    /* Firefox */
}

::placeholder {
    color: grey;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: grey;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: grey;
}

.contact-name {
    border-bottom: 1px solid #d7d7d7 !important;
    padding-bottom: 15px;
}

.contact-bold {
    font-weight: 700;
}

.contact-bold:hover {
    color: #97a123 !important;
}

.faq-answer {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 15px;
    min-height: 400px;
    color: white;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 1.05em;
}

.faq-answer a {
    color: white;
    text-decoration: underline !important;
}

.faq-answer a:hover {
    color: #97a123;
}

.faq-question {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 15px;
    min-height: 400px;
    align-items: center;
    justify-content: center;
    color: white;
    display: flex;
    font-size: 2em;
    font-weight: 600;
}

.green-fade {
    background-color: rgba(151, 161, 35, 0.65);
}

.blue-fade {
    background-color: rgba(27, 65, 100, 0.65);
}

.faq:hover div.faq-answer {
    display: flex;
    flex-direction: row;
}

.faq:hover div.faq-question {
    display: none;
}

.praise-box {
    padding-left: 25px !important;
    padding-right: 25px !important;
    font-style: italic;
    padding-top: 20px;
    padding-bottom: 20px;
}

.praise-box:before {
    content: "";
    position: absolute;
    left: 25px;
    bottom: 0;
    height: 1px;
    width: calc(100% - 50px);
    border-bottom: 1px solid #d7d7d7;
}

.praise-box p.name {
    padding-top: 13px;
    font-style: normal;
    font-weight: 700;
}

.praise-box-noborder {
    padding-left: 25px !important;
    padding-right: 25px !important;
    font-style: italic;
    padding-top: 20px;
    padding-bottom: 20px;
}

.praise-box-noborder p.name {
    padding-top: 13px;
    font-style: normal;
    font-weight: 700;
}

.praise-slider {
    background-image: url("../images/PraiseSilderBack.jpg");
    min-height: 425px;
    padding: 100px 20%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.book-sent {
    color: white;
    padding: 150px;
}

.contact-container {
    display: flex;
    width: 100%;
}

.contact-sent {
    color: white;
    padding-top: 75px;
    padding-bottom: 75px;
    width: 100%;
}

.reviews-icon a:hover {
    opacity: 0.75;
}

.loader {
    border: 4px solid #f3f3f3;
    /* Light grey */
    border-top: 4px solid #1b4164;
    /* Blue */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
}

.map-pin-label {
    color: grey;
    font-size: 1.25em;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.selected {
    color: #97a123 !important;
    background: url("..../images/nav-arrow.png") center bottom no-repeat;
}

@media only screen and (max-width: 1190px) {
    html {
        font-size: 13px;
    }

    .doc-background {
        background-position: center;
    }

    .footer {
        padding-top: 50px unset;
    }
}

@media only screen and (max-width: 1023px) {
    .top-section {
        padding-left: 15px !important;
    }

    #moveLeft {
        display: none;
    }

    #moveRight {
        display: none;
    }

    .header {
        display: none !important;
    }

    .header-white {
        display: none !important;
    }

    .header-mobile {
        display: block;
        position: absolute;
        margin-top: 30px;
        margin-bottom: -100px;
        z-index: 999;
        background: url("../images/WhiteHeaderLogo.png") left center no-repeat;
        background-origin: content-box;
        background-size: 300px;
    }

    .header-mobile-notindex {
        display: block;
        position: absolute;
        margin-top: 30px;
        margin-bottom: -100px;
        z-index: 999;
        background: url("../images/WhiteHeaderLogo.png") left center no-repeat;
        background-origin: content-box;
        background-size: 300px;
    }

    .hamburger {
        background: none;
        position: absolute;
        top: 0;
        right: 0;
        line-height: 38px;
        padding: 5px 25px 0px 15px;
        color: #999;
        border: 0;
        font-size: 1.85rem;
        font-weight: bold;
        cursor: pointer;
        outline: none;
        z-index: 10000000000000;
    }

    .cross {
        background: none;
        position: absolute;
        top: 0px;
        right: 0;
        padding: 7px 25px 0px 15px;
        color: #999;
        border: 0;
        font-size: 5em;
        line-height: 52px;
        font-weight: bold;
        cursor: pointer;
        outline: none;
        z-index: 10000000000000;
        display: none;
    }

    .header-mobile img {
        width: 65vw;
    }

    .mobile-menu {
        z-index: 1000000;
        font-weight: bold;
        font-size: 1rem;
        width: 100%;
        position: absolute;
        text-align: center;
        background: #1b4164;
        float: right;
        margin-top: 115px;
        z-index: 10000000000000;
    }

    .mobile-menu ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        list-style-image: none;
    }

    .mobile-menu li {
        display: block;
        padding: 15px 0 15px 0;
        border-bottom: #757575 1px solid;
    }

    .mobile-menu ul li a {
        text-decoration: none;
        margin: 0px;
        border: none;
        color: white;
    }

    .mobile-menu a {
        text-decoration: none;
        color: white;
        border: none;
    }

    .mobile-menu a:hover {
        text-decoration: none;
        color: white;
        border: none;
    }

    .doc-background {
        background-position: center;
    }

    .click-me {
        display: unset;
        width: 25px;
        opacity: 0.75;
        top: 5px;
        left: 25px;
        position: absolute;
    }

    .doc-click-me {
        display: unset;
        position: absolute;
        top: 0;
        left: 0;
        width: 12%;
        padding-left: 20px;
        padding-top: 4px;
        opacity: 0.75;
    }

    .doc-box {
        font-size: 1.05rem;
    }

    .faq-answer {
        font-size: 1rem;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .top-section .tagline {
        font-size: 2rem;
    }

    .top-section .address {
        font-size: 1rem;
    }

    .top-section .bottom {
        padding-bottom: 5px;
    }

    .top-section {
        padding-left: 15px !important;
    }

    .doc-background {
        background-position: center;
    }

    .click-me {
        display: unset;
        width: 25px;
        opacity: 0.75;
        top: 5px;
        left: 25px;
        position: absolute;
    }

    .doc-click-me {
        display: unset;
        position: absolute;
        top: 0;
        left: 0;
        width: 12%;
        padding-left: 20px;
        padding-top: 4px;
        opacity: 0.75;
    }

    .bgimg-1 {
        min-height: 80vh;
        background-attachment: unset;
        background-position: center;
    }

    .bgimg-2 {
        min-height: 60vh;
        background-attachment: unset;
        background-position: center;
    }

    .doc-box {
        font-size: 1.05rem;
    }

    .faq-answer {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 768px) {
    .box {
        font-size: 1.5rem !important;
    }

    .top-section .tagline {
        font-size: 2.5rem;
    }

    .highlight-row h1 {
        font-size: 1.5rem;
    }

    .highlight h1 {
        font-size: 2.5rem;
    }

    .highlight h4 {
        font-size: 1.5rem;
    }

    .bgimg-1 {
        min-height: 40vh;
        background-attachment: unset;
        background-position: center;
    }

    .bgimg-2 {
        min-height: 40vh;
        background-attachment: unset;
        background-position: center;
    }

    .page-section {
        min-height: 250px !important;
    }

    .doc-background {
        background-position: center;
    }

    .bgimg-praise {
        padding: 50px 10px;
        min-height: unset;
    }

    .footer-row p {
        font-weight: 300;
        font-size: 1.3em;
    }

    .app-store-logos {
        width: 150px;
    }

    .click-me {
        display: unset;
        width: 25px;
        opacity: 0.75;
        top: 5px;
        left: 25px;
        position: absolute;
    }
}

@media only screen and (min-device-width: 319px) and (max-device-width: 360px) {
    .box {
        font-size: 1rem !important;
    }

    .top-section .tagline {
        font-size: 1.5rem;
    }

    .highlight-row h1 {
        font-size: 1rem;
    }

    .highlight h1 {
        font-size: 1.5rem;
    }

    .highlight h4 {
        font-size: 1rem;
    }

    .header-mobile {
        background-size: 250px;
    }

    .header-mobile-notindex {
        background-size: 250px;
    }

    .click-me {
        display: unset;
        width: 25px;
        opacity: 0.75;
        top: 5px;
        left: 25px;
        position: absolute;
    }

    .button {
        border-width: 1.5px;
        padding: 5px 10px;
        font-size: 0.75rem;
    }

    .hamburger {
        font-size: 1.5rem;
    }
}

@media only screen and (min-device-width: 568px) and (max-device-width: 767px) and (orientation: landscape) {
    .top-section .tagline {
        font-size: 1.5rem;
        padding-top: 10px;
    }

    .top-section .address {
        font-size: 0.75rem;
    }

    .top-section .bottom {
        padding-bottom: 5px;
    }

    .button {
        border-width: 1.5px;
        padding: 5px 10px;
        font-size: 0.75rem;
    }

    .pharmacy-icon {
        display: none;
    }

    .hamburger {
        font-size: 1.5rem;
    }
}