:root {
    --main-blue: #003c71;
    --accent-yellow: #b89d18;
    --white: white;
    --sub-blue: #5b7f95;
    --light-bg-blue: #e5ebf1;
    --black: black;
    --white-2: white;
    --black-2: black;
}

h2 {
    color: var(--main-blue);
    margin-top: 0;
    margin-bottom: 20px;
    font-family: bookmania, sans-serif;
    font-size: 3em;
    font-weight: 400;
    line-height: 1.2em;
}

h3 {
    color: var(--accent-yellow);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.2em;
}

h4 {
    color: var(--main-blue);
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

h5 {
    color: var(--main-blue);
    margin-top: 0;
    margin-bottom: 10px;
    font-family: bookmania, sans-serif;
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.2em;
}

h6 {
    color: var(--main-blue);
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.8em;
    font-weight: 700;
    line-height: 1.2em;
}

p {
    margin-bottom: 20px;
}

.body {
    padding-bottom: 0;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
}

.navbar {
    z-index: 3000;
    flex-direction: column;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
}

.nav-top-div {
    background-color: var(--white);
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
    display: flex;
}

.image {
    height: 75px;
}

.brand {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
}

.top-nav-buttons-right {
    align-items: center;
    display: flex;
}

.dropdown {
    margin-left: 0;
    margin-right: 0;
}

.dropdown-list {
    background-color: #a1a69c;
}

.dropdown-list.w--open {
    background-color: var(--main-blue);
}

.dropdown-list.last.w--open {
    right: -20%;
}

.drop-down-link-holder {
    flex-direction: column;
    display: flex;
}

.dropdown-link {
    color: #fff;
    margin-left: 0;
    margin-right: 0;
    line-height: 1.2em;
}

.dropdown-link:hover {
    background-color: var(--sub-blue);
    color: #1a1e26;
}

.dropdown-list-side-by-side {
    background-color: #a1a69c;
}

.dropdown-list-side-by-side.w--open {
    background-color: var(--main-blue);
    display: flex;
}

.dropdown-list-side-by-side.abs.w--open {
    background-color: var(--main-blue);
    top: 0%;
    bottom: auto;
    left: 100%;
    right: auto;
}

.dropdown-list-side-by-side.locations.w--open {
    left: -75%;
}

.icon {
    margin-right: 10px;
}

.nav-menu {
    background-color: var(--main-blue);
    justify-content: space-around;
    width: 100%;
    min-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
}

.dropdown-toggle {
    color: #fff;
    text-transform: uppercase;
    padding: 15px 30px 15px 15px;
    line-height: 1.2em;
}

.dropdown-toggle:hover {
    color: var(--accent-yellow);
}

.nav-link-1 {
    color: var(--sub-blue);
    align-items: center;
    padding: 12px 20px;
    font-weight: 700;
    line-height: 1em;
    text-decoration: none;
    display: flex;
}

.nav-link-1:hover {
    background-color: var(--light-bg-blue);
}

.image-2 {
    width: 30px;
    margin-right: 10px;
}

.nav-link-2 {
    background-color: var(--main-blue);
    color: var(--white);
    align-items: center;
    margin-left: 0;
    padding: 12px 20px;
    line-height: 1em;
    text-decoration: none;
    display: flex;
}

.nav-link-2:hover {
    background-color: var(--sub-blue);
}

.image-3 {
    width: 30px;
    margin-right: 10px;
}

.inner-dd {
    display: block;
}

.inner-dd-toggle {
    color: var(--white);
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.2em;
    display: block;
}

.inner-dd-toggle:hover {
    background-color: var(--sub-blue);
    color: var(--black);
}

.hero {
    z-index: 2000;
    /*background-image: url('../images/GA-Retina_team-edit.jpg');*/
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
}

.hero-content-div {
    z-index: 1;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, 0) 63%, rgba(0, 0, 0, 0));
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 100vh;
    padding-top: 5%;
    padding-bottom: 10%;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.hero-titles {
    aspect-ratio: auto;
    border: 2px solid var(--sub-blue);
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 95%;
    padding: 65px 50px 55px;
    display: flex;
    position: relative;
}

.hero-large-line {
    color: var(--white);
    font-family: bookmania, sans-serif;
    font-size: 3.5em;
    font-weight: 600;
    line-height: 1em;
}

.top-hero-subline {
    background-color: var(--sub-blue);
    color: var(--white);
    letter-spacing: 2px;
    text-transform: uppercase;
    align-items: center;
    height: 40px;
    padding: 10px 10px 10px 20px;
    line-height: 1em;
    display: flex;
    position: absolute;
    top: -20px;
    bottom: auto;
    left: 50px;
    right: auto;
}

.bottom-hero-subline {
    background-color: var(--sub-blue);
    color: var(--white);
    letter-spacing: 2px;
    text-transform: uppercase;
    align-items: center;
    height: 40px;
    padding: 10px 10px 10px 20px;
    line-height: 1em;
    display: flex;
    position: absolute;
    top: auto;
    bottom: -20px;
    left: auto;
    right: 50px;
}

.bucket-titles {
    z-index: 1;
    justify-content: space-between;
    height: 55px;
    padding-left: 2%;
    padding-right: 2%;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.bucket-link {
    border-top: 2px solid var(--sub-blue);
    border-right: 2px solid var(--sub-blue);
    border-left: 2px solid var(--sub-blue);
    color: var(--white);
    letter-spacing: 2px;
    text-transform: uppercase;
    align-items: center;
    width: 32%;
    padding: 10px 20px;
    text-decoration: none;
    display: flex;
}

.bucket-link:hover {
    background-color: var(--sub-blue);
}

.image-4 {
    width: auto;
    height: 30px;
    margin-right: 15px;
}

.buckets-info-section {
    z-index: 2000;
    background-color: var(--white);
    justify-content: space-between;
    padding-bottom: 5%;
    padding-left: 2%;
    padding-right: 2%;
    display: flex;
    position: relative;
}

.bucket-content-div {
    border-right: 2px none var(--sub-blue);
    border-bottom: 2px solid var(--sub-blue);
    border-left: 2px none var(--sub-blue);
    flex-direction: column;
    justify-content: space-between;
    width: 32%;
    padding: 20px 20px 25px;
    display: flex;
    position: relative;
}

.button {
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #003c71;
    padding: 17px 30px 15px;
    line-height: 1.2em;
}

.button:hover {
    background-color: var(--black);
}

.button.marg-bottom {
    margin-bottom: 20px;
}

.bucket-vert-left {
    background-color: var(--sub-blue);
    width: 2px;
    height: 20px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
}

.bucket-vert-right {
    background-color: var(--sub-blue);
    width: 2px;
    height: 20px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
}

.feat-serv-list {
    flex-direction: column;
    display: flex;
}

.feat-fancy-list {
    color: var(--black);
    align-items: center;
    margin-bottom: 10px;
    padding-left: 20px;
    line-height: 1em;
    text-decoration: none;
    display: flex;
}

.feat-fancy-list:hover {
    color: var(--sub-blue);
}

.image-5 {
    width: 20px;
    margin-right: 10px;
}

.patient-doctor-cta-section {
    z-index: 2000;
    background-color: var(--white);
    padding-bottom: 5%;
    position: relative;
}

.doc-patient-cta-wrapper {
    justify-content: space-between;
    width: 75%;
    min-height: 30vh;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2%;
    padding-right: 2%;
    display: flex;
    position: relative;
}

.doc-patient-div {
    z-index: 1;
    background-color: var(--white);
    width: 48%;
    padding: 40px 20px 20px;
    display: flex;
    position: relative;
    box-shadow: 0 6px 11px 4px rgba(0, 0, 0, .08);
}

.inner-patient-doc-div {
    border: 2px solid var(--sub-blue);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: 35px 25px 25px;
    display: flex;
    position: relative;
}

.top-cta-subline {
    background-color: var(--sub-blue);
    color: var(--white);
    letter-spacing: 2px;
    text-transform: uppercase;
    align-items: center;
    height: 40px;
    padding: 10px 10px 10px 20px;
    line-height: 1em;
    display: flex;
    position: absolute;
    top: -20px;
    bottom: auto;
    left: 20px;
    right: auto;
}

.list-item {
    margin-bottom: 10px;
    line-height: 1.2em;
}

.list {
    margin-bottom: 0;
}

.list-link {
    color: var(--black);
    text-decoration: none;
}

.list-link:hover {
    color: var(--sub-blue);
}

.cta-blue-line {
    background-color: var(--main-blue);
    position: absolute;
    top: 20%;
    bottom: 20%;
    left: 0%;
    right: 0%;
}

.parallax-1 {
    min-height: 55vh;
}

.parallax-1.visible {
    background-image: url('../images/retina-surgery.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.welcome-section {
    padding-bottom: 3%;
}

.welcome-wrapper-div {
    justify-content: space-between;
    width: 95%;
    min-height: 50vh;
    margin-top: -8%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.welcome-left {
    background-color: var(--white);
    background-image: linear-gradient(to bottom, var(--light-bg-blue), var(--light-bg-blue));
    width: 50%;
    position: relative;
}

.welcome-text-white {
    background-color: var(--white);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 40px;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 25px;
    left: 25px;
    right: auto;
    box-shadow: 0 2px 9px 6px rgba(0, 0, 0, .2);
}

.text-holder {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
}

.welcome-value-right {
    background-color: var(--white);
    background-image: linear-gradient(to bottom, var(--light-bg-blue), var(--light-bg-blue));
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    margin-top: 5%;
    padding: 25px 25px 5px 50px;
    display: flex;
}

.conditions-section {
    justify-content: space-between;
    align-items: center;
    min-height: 70vh;
    padding-top: 5%;
    padding-bottom: 5%;
    display: flex;
    position: relative;
}

.conditions-section.visible {
    background-image: url('../images/man-at-appointment.jpg');
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.conditions-wrapper-div {
    background-color: var(--white);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 60%;
    min-width: 0;
    padding: 0;
    display: flex;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
}

.service-section {
    padding-top: 6%;
    padding-bottom: 5%;
}

.service-section.mid {
    padding-top: 0%;
    padding-bottom: 0%;
}

.service-wrapper-div {
    justify-content: space-between;
    align-items: stretch;
    width: 90%;
    max-width: none;
    min-height: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
}

.service-outlined-right {
    border: 3px solid var(--sub-blue);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 49%;
    padding: 40px;
    display: flex;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
}

.top-service-subline {
    background-color: var(--sub-blue);
    color: var(--white);
    letter-spacing: 2px;
    text-transform: uppercase;
    align-items: center;
    height: 40px;
    padding: 10px 10px 10px 20px;
    line-height: 1em;
    display: flex;
    position: absolute;
    top: -20px;
    bottom: auto;
    left: 40px;
    right: auto;
}

.doctor-section {
    background-color: var(--main-blue);
    padding-top: 5%;
    padding-bottom: 5%;
}

.icon-4 {
    margin-left: -10px;
    margin-right: 10px;
}

.slide-nav-2 {
    display: none;
}

.specialty_label {
    color: #fff;
    text-transform: uppercase;
    margin-top: 6px;
    font-family: Open Sans, sans-serif;
    font-size: .75em;
    font-weight: 400;
}

.mask-2 {
    width: 95%;
}

.doc_img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin-bottom: 25px;
}

.icon-5 {
    margin-left: 40px;
    margin-right: 10px;
}

.new-doc-slider-jm {
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    width: auto;
    height: auto;
    display: flex;
}

.doc_button {
    border: 1px solid var(--accent-yellow);
    color: var(--white);
    text-align: center;
    text-transform: none;
    flex-flow: column;
    align-items: center;
    width: 100%;
    padding: 20px;
    font-family: bookmania, sans-serif;
    font-size: 1em;
    font-weight: 600;
    line-height: 1.2em;
    text-decoration: none;
    transition: box-shadow .4s, background-color .4s;
    display: flex;
    position: relative;
}

.doc_button:hover {
    border-color: var(--sub-blue);
    background-color: var(--sub-blue);
    color: var(--white);
}

.doc-slide-jm {
    background-color: rgba(0, 0, 0, 0);
    width: 25%;
    padding: 1%;
}

.new-doc-wrap-jm {
    width: 90%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.h2-center-white {
    color: var(--white);
    text-align: center;
}

.testimonial-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 60vh;
    padding-top: 5%;
    padding-bottom: 5%;
    display: flex;
}

.testimonial-section.visible {
    background-image: url('../images/surgeons.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.slider-2 {
    z-index: 10;
    background-color: rgba(0, 0, 0, 0);
    height: 225px;
}

.h2-center {
    text-align: center;
}

.left-arrow-3 {
    display: none;
}

.p-center {
    text-align: center;
}

.testimonial-slide-div {
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.h3-center {
    text-align: center;
}

.right-arrow-3 {
    display: none;
}

.slide-nav-3 {
    display: block;
}

.testimonial-holder-v2 {
    background-color: rgba(255, 255, 255, .93);
    width: 65%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
}

.testimonial-slider-div {
    padding: 0;
    position: relative;
}

.footer {
    padding-top: 5%;
    padding-bottom: 5%;
}

.other-footer-info-div {
    flex-direction: column;
    align-items: flex-start;
    width: 30%;
    margin-top: 0;
    display: flex;
}

.text-field {
    border: 1px solid var(--main-blue);
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    min-height: 0;
    margin-bottom: 10px;
}

.text-field:focus {
    color: #fff;
}

.search {
    width: 100%;
}

.form-left-48 {
    width: 48%;
}

.form-left-48._65 {
    width: 65%;
}

.quick-link-holder {
    margin-top: 30px;
}

.footer-top-div {
    justify-content: space-between;
    margin-bottom: 20px;
    display: flex;
}

.locations-holder {
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 40px;
    display: flex;
}

.locations-holder.bottom {
    justify-content: flex-start;
}

.footer-headline-div {
    flex-direction: column;
    margin-bottom: 50px;
    display: flex;
}

.social-link-holder {
    margin-bottom: 20px;
}

.quick-links {
    border-top: 3px solid var(--accent-yellow);
    align-items: center;
    margin-bottom: 30px;
    padding-top: 25px;
    display: flex;
}

.link {
    color: var(--sub-blue);
    text-decoration: none;
}

.link:hover {
    color: var(--accent-yellow);
}

.quick-link {
    color: var(--black);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-right: 20px;
    text-decoration: none;
}

.quick-link:hover {
    color: var(--sub-blue);
    text-decoration: underline;
}

.footer-wrapper-div {
    flex-direction: column;
    width: 90%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.textarea {
    border: 1px solid var(--main-blue);
    background-color: rgba(0, 0, 0, 0);
    min-height: 75px;
    margin-bottom: 10px;
}

.textarea:focus {
    color: #fff;
}

.social-link {
    width: 35px;
    height: 35px;
    margin-bottom: 0;
    margin-right: 10px;
}

.social-link:hover {
    opacity: .38;
}

.form-field-div {
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0%;
    display: flex;
}

.brand-2 {
    width: 300px;
    margin-bottom: 20px;
}

.location-div-2 {
    flex-direction: column;
    align-items: flex-start;
    width: 24%;
    display: flex;
}

.location-div-2.marg {
    margin-right: 1.2%;
}

.cap-blue {
    color: var(--sub-blue);
    text-transform: uppercase;
    font-weight: 600;
}

.location-link {
    color: var(--sub-blue);
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
}

.location-link:hover {
    text-decoration: underline;
}

.small-footer-text {
    margin-bottom: 20px;
    font-size: .8em;
    line-height: 1.5em;
}

.static-ctas {
    z-index: 1000;
    justify-content: space-between;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.cta-strip-link {
    color: #a1a69c;
    justify-content: center;
    align-items: center;
    width: 25%;
    padding: 10px 15px;
    text-decoration: none;
    display: flex;
}

.cta-strip-link:hover {
    background-color: #343a40;
}

.cta-strip-link._2 {
    background-color: var(--main-blue);
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    justify-content: center;
    width: 25%;
    padding: 5px 10px;
}

.cta-strip-link._2:hover {
    background-color: var(--sub-blue);
}

.cta-strip-link._1 {
    background-color: var(--sub-blue);
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    justify-content: center;
    width: 25%;
    padding: 5px 10px;
}

.cta-strip-link._1:hover {
    background-color: var(--main-blue);
}

.image-10 {
    width: 25px;
    margin-right: 10px;
}

.ip-header {
    background-color: rgba(91, 127, 149, .1);
    justify-content: space-between;
    align-items: stretch;
    padding: 12% 5% 2.5%;
    display: flex;
}

.ip-header-left {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 70%;
    display: flex;
}

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

.bc-link {
    color: var(--main-blue);
    margin-right: 15px;
    font-weight: 600;
    text-decoration: none;
}

.bc-link:hover {
    color: var(--accent-yellow);
}

.bc-link.current {
    color: #7c690d;
}

.bc-arrows {
    color: var(--accent-yellow);
    margin-right: 15px;
    font-weight: 600;
}

.related-pages-div {
    background-color: rgba(0, 60, 113, .1);
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 28%;
    padding: 10px;
    display: flex;
}

.related-page-link {
    color: var(--main-blue);
    padding: 5px 10px 8px;
    line-height: 1em;
    text-decoration: none;
}

.related-page-link:hover {
    background-color: var(--main-blue);
    color: var(--white);
}

.ip-section {
    padding-top: 5%;
    padding-bottom: 5%;
}

.ip-wrapper {
    width: 90%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

._50-50-div {
    background-color: rgba(91, 127, 149, .1);
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px;
    display: flex;
}

._50-50-div._2 {
    background-color: rgba(91, 127, 149, 0);
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

._48 {
    width: 48%;
}

._48.wet {
    flex-flow: column;
    justify-content: space-between;
    display: flex;
}

.amd-img {
    float: right;
    max-width: 300px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.wet-amd {
    object-fit: cover;
    max-height: 350px;
    overflow: hidden;
}

.image-16 {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.fancy-list {
    align-items: center;
    margin-bottom: 10px;
    display: flex;
}

.image-17 {
    width: 30px;
    margin-right: 10px;
}

.bottle-img {
    float: right;
    max-width: 300px;
    margin-bottom: 10px;
    margin-left: 15px;
}

.ip-list-100 {
    background-color: rgba(91, 127, 149, .1);
    width: 100%;
    margin-bottom: 30px;
    padding: 21px;
}

.list-div-48 {
    width: 48%;
}

.cta-section {
    background-color: rgba(91, 127, 149, .1);
    justify-content: space-between;
    align-items: center;
    padding: 2% 5% 1%;
    display: flex;
}

.text-div-70 {
    width: 60%;
}

.doc-img-div {
    object-fit: cover;
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
    overflow: hidden;
}

.bucket-link-mobile {
    border-top: 2px solid var(--sub-blue);
    border-right: 2px solid var(--sub-blue);
    border-left: 2px solid var(--sub-blue);
    color: var(--white);
    letter-spacing: 2px;
    text-transform: uppercase;
    align-items: center;
    width: 32%;
    padding: 10px 20px;
    text-decoration: none;
    display: none;
}

.bucket-link-mobile:hover {
    background-color: var(--sub-blue);
}

.hero-mobile-img {
    display: none;
}

.divider-2 {
    background-color: var(--light-bg-blue);
    width: 100%;
    height: 3px;
    margin: 0 auto 10px 0;
}

.tabs-2 {
    display: flex;
}

.tab {
    background-color: var(--light-bg-blue);
    color: #333;
    text-align: left;
    letter-spacing: 0;
    text-transform: uppercase;
    border-bottom: .5px solid rgba(0, 60, 113, .25);
    justify-content: flex-start;
    align-items: center;
    height: 12.5%;
    min-height: 0;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2em;
    display: flex;
}

.tab:hover, .tab.w--current {
    background-color: var(--main-blue);
    color: #fff;
}

.tabs-content-2 {
    background-color: var(--white);
    width: 65%;
}

.tabs-menu-2 {
    flex-direction: column;
    width: 35%;
    display: flex;
}

.header-tab {
    background-color: var(--accent-yellow);
    color: #fff;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    height: 12.5%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    line-height: 1em;
    display: flex;
}

.header-tab.w--current {
    background-color: var(--accent-yellow);
    text-align: left;
    justify-content: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1em;
}

.symp-text-wrapper {
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: 30px;
    display: flex;
}

.background-video {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.video_gl {
	width:640px;
}

@media screen and (max-width: 991px) {
    h2 {
        font-size: 2em;
    }

    .navbar {
        background-color: var(--main-blue);
        display: block;
    }

    .nav-top-div {
        padding-right: 10px;
    }

    .dropdown {
        display: block;
    }

    .nav-menu {
        padding-left: 10px;
        padding-right: 0;
    }

    .dropdown-toggle {
        display: block;
    }

    .nav-link-1 {
        background-color: rgba(91, 127, 149, .1);
        margin-right: 10px;
        padding: 10px;
    }

    .image-2 {
        width: 25px;
        margin-right: 0;
    }

    .nav-link-2 {
        padding: 10px;
    }

    .image-3 {
        width: 25px;
        margin-right: 0;
    }

    .hero, .hero-content-div {
        height: 700px;
    }

    .hero-titles {
        padding: 40px 30px 30px;
    }

    .hero-large-line {
        font-size: 3em;
    }

    .bucket-titles {
        display: none;
    }

    .bucket-link {
        font-size: .9em;
        line-height: 1.2em;
    }

    .buckets-info-section {
        flex-flow: column;
        padding-left: 5%;
        padding-right: 5%;
    }

    .bucket-content-div {
        border-bottom-style: none;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
        padding: 10px;
    }

    .button {
        padding-left: 15px;
        padding-right: 15px;
        font-size: .9em;
    }

    .bucket-vert-left, .bucket-vert-right {
        display: none;
    }

    .doc-patient-cta-wrapper {
        width: 90%;
    }

    .doc-patient-div {
        padding: 35px 25px 25px;
    }

    .inner-patient-doc-div {
        padding: 15px;
    }

    .parallax-1 {
        background-position: 50%;
        background-attachment: scroll;
        min-height: 35vh;
    }

    .welcome-wrapper-div {
        flex-flow: column;
        align-items: flex-start;
    }

    .welcome-left {
        width: 100%;
    }

    .welcome-text-white {
        box-shadow: none;
        padding: 25px;
        position: static;
    }

    .welcome-value-right {
        width: 100%;
        margin-top: 0%;
        padding-left: 25px;
    }

    .conditions-section {
        min-height: 60vh;
    }

    .conditions-wrapper-div {
        min-width: 90%;
        padding: 25px;
        top: 8%;
        bottom: 8%;
    }

    .service-wrapper-div {
        flex-flow: column;
        min-height: 0;
    }

    .service-outlined-right {
        justify-content: flex-start;
        width: 100%;
        margin-bottom: 30px;
        padding: 30px 20px 20px;
        top: 10%;
        bottom: 10%;
    }

    .top-service-subline {
        left: 20px;
    }

    .mask-2 {
        width: 85%;
    }

    .doc_button {
        width: 100%;
        font-size: .9em;
    }

    .doc-slide-jm {
        width: 50%;
    }

    .testimonial-section {
        background-attachment: scroll;
        min-height: 0;
    }

    .testimonial-holder-v2 {
        width: 90%;
        max-width: none;
    }

    .footer {
        padding-bottom: 10%;
    }

    .locations-holder {
        flex-flow: wrap;
    }

    .quick-links {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .location-div-2 {
        justify-content: space-between;
        width: 23%;
    }

    .static-ctas {
        border-bottom: 1px #000;
        padding-bottom: 0;
        top: auto;
        bottom: 0%;
        left: 0%;
        right: 0%;
    }

    .cta-strip-link._2 {
        letter-spacing: 0;
        border-bottom: 1px #000;
    }

    .image-10 {
        display: none;
    }

    .ip-header {
        padding-top: 20%;
        padding-bottom: 3%;
    }

    .cta-section {
        flex-flow: column;
        align-items: flex-start;
        padding-bottom: 2%;
    }

    .text-div-70 {
        width: 100%;
    }

    .menu-button {
        margin-right: 10px;
        padding: 10px;
        display: block;
    }

    .menu-button.w--open {
        background-color: var(--main-blue);
    }

    .nav-button-text {
        display: none;
    }

    .icon-6 {
        color: var(--accent-yellow);
    }

    .bucket-link-mobile {
        background-color: var(--sub-blue);
        width: 100%;
        margin-bottom: 10px;
        font-size: .9em;
        line-height: 1.2em;
        display: flex;
    }

    .tab {
        font-size: 15px;
    }

    .header-tab, .header-tab.w--current {
        font-size: 18px;
    }

    .symp-text-wrapper {
        background-color: rgba(0, 0, 0, 0);
    }

    .background-video {
        /*display: none;*/
    }
}

@media screen and (max-width: 767px) {
    .image {
        height: 50px;
    }

    .hero, .hero-content-div {
        height: 500px;
    }

    .hero-titles {
        padding-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero-large-line {
        font-size: 2.5em;
    }

    .top-hero-subline {
        height: 35px;
        padding-top: 8px;
        padding-bottom: 0;
        left: 20px;
    }

    .buckets-info-section {
        padding-left: 3%;
        padding-right: 3%;
    }

    .doc-patient-cta-wrapper {
        min-height: 28vh;
        padding-left: 3%;
        padding-right: 3%;
    }

    .doc-patient-div {
        width: 49%;
        padding: 25px 10px 10px;
    }

    .inner-patient-doc-div {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .top-cta-subline {
        height: 35px;
        padding: 8px 10px;
    }

    .parallax-1 {
        min-height: 25vh;
    }

    .welcome-text-white {
        padding: 15px;
    }

    .conditions-section {
        background-color: var(--main-blue);
        background-image: none;
        background-repeat: repeat;
        background-size: auto;
        min-height: 45vh;
    }

    .conditions-wrapper-div {
        min-width: 95%;
        top: 5%;
        bottom: 5%;
    }

    .service-outlined-right {
        z-index: 5;
        background-color: var(--white);
        width: 95%;
        padding: 25px 20px 20px;
        position: relative;
        top: 35%;
        bottom: 0%;
        left: 0%;
    }

    .top-service-subline {
        left: 20px;
    }

    .mask-2 {
        width: 100%;
    }

    .doc-slide-jm {
        width: 50%;
    }

    .slider-2 {
        height: 300px;
    }

    .other-footer-info-div, .form-left-48._65 {
        width: 100%;
    }

    .footer-top-div {
        flex-flow: column;
    }

    .footer-headline-div {
        margin-bottom: 0;
    }

    .location-div-2 {
        width: 45%;
        margin-bottom: 10px;
    }

    .location-div-2.marg {
        margin-right: 10%;
    }

    .cta-strip-link._2, .cta-strip-link._1 {
        letter-spacing: 0;
        padding: 10px 5px;
        font-size: .8em;
        line-height: 1.2em;
    }

    .ip-header {
        padding-top: 21%;
    }

    .ip-header-left {
        width: 65%;
    }

    .breadcrumbs {
        flex-flow: wrap;
    }

    .related-pages-div {
        width: 32%;
    }

    ._50-50-div {
        flex-flow: column;
    }

    ._48 {
        width: 100%;
    }

    .bottle-img {
        max-width: 150px;
    }

    .list-div-48 {
        width: 100%;
    }

    .tab {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: .7em;
    }

    .tab.w--current {
        font-size: .7em;
    }

    .header-tab {
        font-size: .9em;
    }

    .symp-text-wrapper {
        order: -1;
        width: 100%;
        padding-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 479px) {

.video_gl {
	width:100%;
    margin:0 auto;
}
    h2 {
        margin-bottom: 15px;
        font-size: 1.8em;
    }

    .nav-link-1, .nav-link-2 {
        padding: 5px;
    }

    .hero {
        background-color: var(--main-blue);
        background-image: none;
        background-repeat: repeat;
        background-size: auto;
        height: auto;
        padding-top: 15%;
    }

    .hero-content-div {
        justify-content: center;
        height: auto;
        min-height: 250px;
        padding-top: 0%;
        padding-bottom: 0%;
        position: static;
    }

    .hero-titles {
        padding-bottom: 25px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .hero-large-line {
        font-size: 2em;
    }

    .top-hero-subline {
        letter-spacing: 0;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 10px;
        font-size: .9em;
        left: 10px;
    }

    .bottom-hero-subline {
        letter-spacing: 0;
        height: 35px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 10px;
        font-size: .9em;
        top: auto;
        bottom: -20px;
        left: auto;
        right: 10px;
    }

    .doc-patient-cta-wrapper {
        flex-flow: column;
        padding-left: 5%;
        padding-right: 5%;
    }

    .doc-patient-div {
        width: 100%;
        margin-bottom: 10px;
    }

    .inner-patient-doc-div {
        padding-top: 15px;
    }

    .parallax-1 {
        min-height: 20vh;
    }

    .welcome-value-right {
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .conditions-section {
        min-height: 40vh;
    }

    .conditions-wrapper-div {
        position: static;
    }

    .service-section {
        padding-top: 8%;
        padding-bottom: 0%;
    }

    .service-wrapper-div {
        min-height: 600px;
    }

    .service-outlined-right {
        width: 100%;
        padding: 25px 10px 10px;
        top: 40%;
        left: 0%;
    }

    .top-service-subline {
        letter-spacing: 1px;
        height: 30px;
        padding-left: 10px;
        font-size: .9em;
        top: -15px;
        left: 10px;
    }

    .slide-nav-2 {
        display: block;
    }

    .mask-2 {
        width: 100%;
    }

    .right-arrow-2 {
        display: none;
    }

    .new-doc-slider-jm {
        min-height: 350px;
        margin-bottom: 5%;
    }

    .doc_button {
        padding: 10px;
    }

    .doc-slide-jm {
        width: 100%;
    }

    .new-doc-wrap-jm {
        margin-top: 0;
    }

    .left-arrow-2 {
        display: none;
    }

    .slider-2 {
        height: 325px;
        min-height: 0;
    }

    .testimonial-holder-v2 {
        padding: 25px;
    }

    .testimonial-slider-div {
        padding-top: 0;
        padding-left: 0;
    }

    .footer {
        padding-bottom: 15%;
    }

    .other-footer-info-div, .form-left-48._65 {
        width: 100%;
    }

    .footer-top-div {
        flex-direction: column;
    }

    .locations-holder.bottom {
        justify-content: space-between;
    }

    .quick-links {
        justify-content: flex-start;
    }

    .location-div-2 {
        width: 48%;
    }

    .location-div-2.marg {
        margin-right: 0%;
    }

    .location-link {
        letter-spacing: 0;
    }

    .cta-strip-link._2 {
        justify-content: center;
        display: none;
    }

    .cta-strip-link._1 {
        justify-content: center;
        width: 100%;
    }

    .ip-header {
        flex-flow: column;
        padding-top: 38%;
        padding-bottom: 5%;
    }

    .ip-header-left {
        width: 100%;
        margin-bottom: 10px;
    }

    .bc-link {
        font-size: .9em;
    }

    .bc-arrows {
        margin-right: 8px;
    }

    .related-pages-div {
        width: 100%;
    }

    .bottle-img {
        max-width: 100px;
    }

    .list-div-48 {
        width: 100%;
    }

    .cta-section {
        padding-top: 5%;
        padding-bottom: 5%;
    }

    .hero-mobile-img {
        object-fit: cover;
        width: 100%;
        max-height: 190px;
        display: block;
        overflow: hidden;
    }

    .image-18 {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .tabs-2 {
        flex-direction: column;
    }

    .tabs-content-2, .tabs-menu-2 {
        width: 100%;
    }

    .symp-text-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}