:root {
    --black: #231f20;
    --white: white;
    --black-2: #8fd0b8;
    --indian-red: #ed1c24;
}

.w-layout-grid {
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
}

body {
    color: var(--black);
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    line-height: 1.75em;
}

h2 {
    font-family: presicav, sans-serif;
    font-size: 2.2em;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.2em;
    margin-bottom: 25px;
    margin-top: 0;
    text-transform: uppercase;
}

p {
    margin-bottom: 25px;
}

a {
    text-decoration: underline;
}

ul {
    margin-bottom: 10px;
    margin-top: 0;
    padding-left: 40px;
    text-align: left;
}

li {
    line-height: 1.5em;
    margin-bottom: 10px;
}

.hero-section {
    align-items: flex-start;
    /*background-image: url('../images/portland-at-night.jpg');*/
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    min-height: 100vh;
    padding: 5% 5% 8%;
}

.welcome-section {
    background-color: #000;
    padding: 5%;
}

.welcome-wrapper-div {
    align-items: center;
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    padding: 50px;
    text-align: center;
    width: 100%;
}

.h2 {
    color: var(--black);
    font-family: Open Sans, sans-serif;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 55px;
    margin-bottom: 30px;
    margin-top: 0;
    text-align: center;
    text-transform: uppercase;
}

.small-h3 {
    color: var(--indian-red);
    font-family: Open Sans, sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 10px;
    line-height: 25px;
    margin-bottom: 5px;
    margin-top: 0;
    text-align: center;
}

.par {
    color: var(--black-2);
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
    max-width: 1400px;
    text-align: center;
}

.par.white {
    color: var(--white);
}

.location-photo-50-50 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 20px;
    max-width: 1400px;
    min-height: 400px;
    width: 100%;
}

.location-text-block {
    align-items: center;
    background-color: #ed1c24e6;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 30px;
    width: 100%;
}

.h3-location-name {
    color: var(--white);
    font-family: Open Sans, sans-serif;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: center;
    text-transform: uppercase;
}

.phone-link {
    align-items: center;
    color: var(--white);
    cursor: pointer;
    display: flex;
    font-weight: 400;
    margin-bottom: 20px;
    text-decoration: none;
}

.phone-link:hover {
    color: var(--black-2);
}

.address-text {
    color: var(--white);
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
    max-width: 1400px;
    text-align: center;
}

.services-section {
    display: none;
    padding: 100px;
}

.services-wrapper-div {
    margin-left: auto;
    margin-right: auto;
    max-width: 1800px;
    width: 100%;
}

.services-holder {
    display: flex;
    justify-content: space-around;
    min-height: 400px;
}

.services-holder.bottom {
    margin-top: 20px;
}

.black-overlay {
    background-color: #000;
    height: auto;
    min-height: 400px;
    min-width: 0;
    width: auto;
}

.service {
    background-image: url('../images/contactlenses_photo.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 10px;
    margin-right: 10px;
    min-height: 400px;
    min-width: 0;
    position: relative;
    width: 33%;
}

.service.retina {
    background-image: url('../images/retina_photo.jpg');
}

.service.dry-eye {
    background-image: url('../images/dryeye_photo.jpg');
}

.service.myopia {
    background-image: url('../images/myopia_photo.jpg');
}

.service.emergency {
    background-image: url('../images/emergency_photo.jpg');
}

.service-name {
    align-items: center;
    display: flex;
    inset: auto 0% 0%;
    justify-content: center;
    min-height: 75px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    z-index: 5000;
}

.service-text {
    border-bottom: 1px solid #ae1527;
    color: var(--white);
    font-family: Open Sans, sans-serif;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 5px;
    line-height: 35px;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 2px;
    text-align: center;
    text-transform: uppercase;
}

.frames-section {
    align-items: center;
    background-position: 0 20%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 25px;
    margin-left: 25px;
    margin-right: 25px;
    min-height: 600px;
    padding: 5%;
}

.frames-section.visible {
    background-image: url('../images/woman-trying-on-glasses.jpg');
}

.frames-wrapper-div {
    max-width: 50%;
}

.frames-wrapper-div.left {
    color: var(--black);
    max-width: 48%;
    text-align: left;
}

.button {
    background-color: var(--black);
    background-image: url('../images/dots.png');
    background-position: 10px;
    background-repeat: no-repeat;
    background-size: 20px;
    border: 1px solid var(--black);
    color: var(--white);
    font-family: presicav, sans-serif;
    font-size: .9em;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1em;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 15px 20px 15px 40px;
    text-transform: uppercase;
}

.button:hover,
.button:focus {
    background-color: var(--white);
    border-color: var(--black);
    color: var(--black);
}

.button.rev {
    background-color: var(--white);
    border-color: var(--white);
    color: var(--black);
}

.button.rev:hover,
.button.rev:focus {
    background-color: var(--black);
    border-color: var(--black);
    color: var(--white);
}

.button.rev.l-marg {
    margin-left: 0;
    margin-top: 0;
}

.button.top {
    margin-bottom: 0;
    margin-right: 0;
}

.h2-main {
    color: #000;
    font-family: Droid Sans, sans-serif;
    font-size: 45px;
    letter-spacing: 2px;
    line-height: 50px;
    margin-bottom: 30px;
    margin-top: 0;
    text-align: center;
    text-transform: uppercase;
}

.h2-main.white {
    color: #fff;
}

.footer {
    align-items: stretch;
    background-color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 0;
    padding: 5% 100px;
}

.left-locations-div {
    align-items: center;
    color: var(--white);
    display: flex;
    flex-direction: column;
    padding-right: 0;
    width: auto;
}

.field-label {
    color: var(--white);
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.name-email-div {
    padding-right: 5px;
    width: 50%;
}

.multiple-fields-holder {
    display: flex;
}

.last-name-phone-div {
    padding-left: 5px;
    padding-right: 0;
    width: 50%;
}

.text-field, .text-field-2, .text-field-3, .text-field-4 {
    border-radius: 0;
}

.select-field {
    border-radius: 0;
    color: var(--black);
    font-family: Open Sans, sans-serif;
}

.select-field:focus, .select-field:focus-visible, .select-field[data-wf-focus-visible] {
    color: var(--black);
}

.form {
    margin-right: 0;
    padding: 0;
}

.textarea {
    border-radius: 0;
    color: var(--black);
    min-height: 100px;
    opacity: 1;
}

.textarea:focus {
    color: var(--black);
}

.textarea::placeholder {
    color: var(--black);
    font-family: Open Sans, sans-serif;
    text-transform: uppercase;
}

.quick-link {
    color: var(--indian-red);
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 15px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}

.quick-link:hover {
    color: var(--black-2);
}

.facebook-link-block {
    align-items: center;
    color: var(--indian-red);
    display: flex;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 15px 15px 15px 0;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}

.facebook-link-block:hover {
    color: var(--white);
}

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

.footer-text {
    color: var(--white);
    font-family: Open Sans, sans-serif;
    font-size: 1em;
    line-height: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    text-align: left;
}

.locations-section {
    background-attachment: scroll, fixed;
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    min-height: 600px;
    padding: 5%;
}

.locations-section.visible {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Locationsbg_photo.jpg');
}

.cta-section {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 500px;
    padding: 50px 200px 50px 50px;
}

.cta-section.visible {
    background-image: url('../images/Ctasection_photo.jpg');
}

.cta-wrapper-div {
    border: 1px solid var(--indian-red);
    height: auto;
    max-width: 50%;
    padding: 50px;
}

.newsletter-form-field-holders {
    display: flex;
    margin-bottom: 20px;
    width: 100%;
}

.text-field-5 {
    font-family: Open Sans, sans-serif;
    margin-bottom: 0;
    margin-right: 10px;
    width: 33%;
}

.text-field-5::placeholder {
    color: var(--black-2);
}

.text-field-6 {
    margin-bottom: 0;
    margin-right: 10px;
    width: 33%;
}

.text-field-6::placeholder {
    color: var(--black-2);
    font-family: Open Sans, sans-serif;
}

.form-2 {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.form-block {
    margin-bottom: 0;
}

.navbar {
    background-color: var(--white);
    box-shadow: 0 2px 9px #0003;
    inset: 0% 0% auto;
    position: fixed;
}

.image-14 {
    height: 65px;
}

.nav-menu {
    align-items: center;
    display: flex;
    height: 65px;
    padding-right: 15px;
}

.dropdown-toggle {
    border-bottom: 3px solid var(--white);
    font-family: presicav, sans-serif;
    font-size: .9em;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1em;
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: uppercase;
}

.dropdown-toggle:hover {
    color: var(--black-2);
}

.icon-4 {
    color: var(--indian-red);
}

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

.dropdown-list.w--open {
    background-color: var(--black-2);
}

.dropdown-link {
    line-height: 1em;
}

.dropdown-link:hover {
    background-color: var(--indian-red);
    color: var(--white);
}

.top-headline-hero {
    color: var(--white);
    font-family: presicav, sans-serif;
    font-size: 2.6em;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 1.2em;
    margin-bottom: 20px;
    text-align: left;
    text-transform: uppercase;
}

.hero-sub {
    color: var(--white);
    font-size: 1.2em;
    line-height: 1.5em;
    margin-bottom: 30px;
    text-align: left;
}

.hero-content-div {
    background-color: #000000ba;
    padding: 25px 25px 15px;
    width: 52%;
}

.hero-btns {
    align-items: flex-start;
    display: flex;
    flex-flow: column;
}

.teal {
    color: var(--black-2);
}

.dots {
    margin-bottom: 0;
    width: 50px;
}

.dots.btm-marg {
    margin-bottom: 30px;
}

.help-div {
    align-items: center;
    background-color: #8fd0b81a;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    padding: 25px;
    width: 90%;
}

.help-title-div {
    font-family: presicav, sans-serif;
    font-size: 2em;
    letter-spacing: 1px;
    line-height: 1.2em;
    margin-bottom: 20px;
    text-align: left;
    text-transform: uppercase;
    width: auto;
}

.list-65 {
    margin-bottom: 0;
    padding-left: 20px;
    width: auto;
}

.who-help-text {
    text-align: left;
    width: 35%;
}

.why-choose {
    padding-bottom: 5%;
    padding-top: 5%;
}

.why-choose-wrap {
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

.why-choose-50 {
    align-items: flex-start;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding-bottom: 50px;
    padding-top: 50px;
    width: 50%;
}

.why-choose-text {
    background-color: #8fd0b81a;
    border-left: 10px solid var(--indian-red);
    padding: 50px;
    width: 100%;
}

.why-photo-div {
    object-fit: cover;
    overflow: hidden;
    position: relative;
    width: 50%;
    z-index: 5;
}

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

.text-link {
    color: var(--indian-red);
    text-decoration: none;
}

.text-link:hover {
    color: var(--black-2);
}

.grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr .75fr;
    grid-template-rows: auto;
}

.footer-div {
    text-align: left;
}

.form-block-2 {
    margin-bottom: 0;
}

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

.image-17 {
    height: 75px;
}

.utility-page-wrap {
    align-items: center;
    display: flex;
    height: 100vh;
    justify-content: center;
    max-height: 100%;
    max-width: 100%;
    width: 100vw;
}

.utility-page-content {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 260px;
}

.utility-page-form {
    align-items: stretch;
    display: flex;
    flex-direction: column;
}

.search {
    display: flex;
    margin-top: 15px;
}

.search-input {
    height: 40px;
    margin-bottom: 0;
}

.search-button {
    background-color: var(--indian-red);
    background-image: url('../images/icons8-search.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 25px;
    height: 40px;
    width: 40px;
}

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

.button-holder {
    align-items: center;
    display: flex;
    flex-flow: wrap;
}

.ip-header {
    align-items: center;
    background-color: #0000001a;
    display: flex;
    flex-flow: column;
    font-family: presicav, sans-serif;
    font-size: 3em;
    font-weight: 400;
    line-height: 1em;
    padding: 8% 5% 5%;
    text-align: center;
    text-transform: uppercase;
}

.ip-dots {
    margin-bottom: 20px;
    max-width: 50px;
}

.bc-section {
    align-items: center;
    background-color: var(--black);
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
    padding-top: 10px;
}

.bc-link {
    color: var(--white);
    line-height: 1em;
    margin-left: 5px;
    margin-right: 5px;
    text-decoration: none;
    text-transform: uppercase;
}

.bc-link:hover, .bc-link.current {
    color: var(--black-2);
}

.bc-link.arrow {
    color: var(--white);
}

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

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

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

.wrapper.flex {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.wrapper.flex.top-marg {
    margin-top: 30px;
}

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

.wrapper.center.white {
    color: var(--white);
}

.lg-title-div {
    align-items: flex-start;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding-bottom: 50px;
    padding-top: 50px;
    width: 38%;
}

.div-60 {
    width: 60%;
}

.section-flex {
    display: flex;
    justify-content: space-between;
}

.photo-50 {
    object-fit: cover;
    overflow: hidden;
    width: 50%;
}

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

.text-50 {
    align-items: flex-start;
    background-color: #8fd0b81a;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 50px;
    width: 50%;
}

.img-float-right {
    float: right;
    margin-bottom: 10px;
    margin-left: 20px;
    max-width: 40%;
}

.img-float-left {
    float: left;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 20px;
    max-width: 40%;
}

.links-div {
    display: flex;
    flex-flow: column;
    width: 32%;
}

.related-links {
    border-bottom: 3px solid var(--indian-red);
    color: var(--white);
    font-family: presicav, sans-serif;
    font-size: 1.2em;
    line-height: 1em;
    margin-bottom: 1%;
    padding: 15px;
    text-align: center;
    text-decoration: none;
}

.related-links:hover {
    background-color: var(--indian-red);
}

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

    body {
        font-size: 16px;
    }

    h2 {
        font-size: 1.8em;
    }

    .hero-section {
        background-position: 50% 0;
        background-size: contain;
        margin-top: 50px;
        min-height: 750px;
        padding: 0 0 0%;
        position: relative;
    }

    .welcome-section {
        padding: 0;
    }

    .welcome-wrapper-div {
        padding: 50px;
    }

    .location-photo-50-50 {
        align-items: center;
        flex-direction: column;
    }

    .brighton-left {
        align-items: stretch;
        margin-bottom: 20px;
        margin-right: 0;
        padding: 20px;
        width: 90%;
    }

    .middle-right {
        align-items: stretch;
        display: flex;
        flex-flow: row;
        justify-content: center;
        width: 90%;
    }

    .location-text-block {
        height: auto;
        min-height: 0;
        padding-bottom: 10px;
    }

    .services-section {
        padding: 50px;
    }

    .services-holder {
        align-items: center;
        flex-direction: column;
    }

    .services-holder.bottom {
        margin-top: 0;
    }

    .black-overlay {
        display: none;
    }

    .service {
        margin-bottom: 20px;
        width: 90%;
    }

    .frames-section {
        align-items: center;
        background-image: url('../images/woman-trying-on-glasses.jpg'), linear-gradient(to bottom, var(--black), var(--black));
        background-position: 60%, 0 0;
        background-repeat: no-repeat, repeat;
        background-size: cover, auto;
        padding: 3%;
    }

    .frames-section.visible {
        background-image: url('../images/woman-trying-on-glasses.jpg'), linear-gradient(to bottom, var(--black), var(--black));
    }

    .frames-wrapper-div.left {
        color: var(--black);
        max-width: none;
        width: 52%;
    }

    .button.rev {
        line-height: 1.2em;
    }

    .button.top {
        align-items: center;
        display: flex;
        justify-content: flex-start;
        width: 100%;
    }

    .footer {
        padding-bottom: 20px;
        padding-left: 50px;
        padding-right: 50px;
    }

    .left-locations-div {
        align-items: center;
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
        text-align: center;
        width: 90%;
    }

    .quick-link {
        text-align: left;
    }

    .locations-section {
        align-items: center;
        background-attachment: scroll, scroll;
        background-image: linear-gradient(to bottom, null, null), url('../images/Locationsbg_photo.jpg');
        display: flex;
        flex-flow: column;
    }

    .cta-section {
        background-position: 80%;
        padding: 20px;
    }

    .cta-wrapper-div {
        padding: 20px;
    }

    .newsletter-form-field-holders {
        flex-direction: column;
    }

    .text-field-5, .text-field-6 {
        margin-bottom: 10px;
        margin-right: 0;
        width: 100%;
    }

    .nav-menu {
        align-items: flex-start;
        background-color: var(--white);
        display: flex;
        flex-flow: column;
        height: auto;
        padding-right: 0;
    }

    .dropdown, .dropdown-toggle {
        display: block;
    }

    .top-headline-hero {
        font-size: 2em;
    }

    .hero-content-div {
        background-color: #000;
        width: 100%;
    }

    .dots {
        margin-top: 20px;
    }

    .help-div {
        align-items: flex-start;
        flex-flow: column;
        width: 100%;
    }

    .help-title-div {
        font-size: 1.8em;
    }

    .list-65 {
        margin-top: 20px;
        width: 100%;
    }

    .who-help-text {
        width: 100%;
    }

    .why-choose-text {
        padding: 30px;
    }

    .grid {
        display: flex;
        flex-flow: column;
    }

    .menu-button.w--open {
        background-color: var(--black-2);
    }

    .ip-header {
        font-size: 2.5em;
        padding-top: 12%;
    }

    .wrapper.flex {
        flex-flow: column;
    }

    .lg-title-div {
        padding-bottom: 20px;
        padding-top: 0;
        width: 100%;
    }

    .div-60 {
        width: 100%;
    }

    .section-flex {
        flex-flow: column;
    }

    .photo-50 {
        width: 100%;
    }

    .text-50 {
        padding: 30px;
        width: 100%;
    }

    .links-div {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .hero-section {
        margin-top: 0;
        min-height: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 300px;
    }

    .welcome-section {
        padding: 0;
    }

    .welcome-wrapper-div {
        padding: 5% 20px 20px;
    }

    .h2 {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 20px;
    }

    .location-photo-50-50 {
        margin-top: 0;
        max-width: none;
    }

    .brighton-left, .middle-right {
        min-height: 300px;
        width: 100%;
    }

    .services-section {
        padding: 20px;
    }

    .frames-section {
        align-items: flex-end;
        background-image: url('../images/woman-trying-on-glasses.jpg'), linear-gradient(#0000, #0000);
        background-position: 50% 0, 0 0;
        background-size: contain, auto;
        min-height: 0;
        padding: 60% 20px 0;

    }

    .frames-section.visible {
        background-image: url('../images/woman-trying-on-glasses.jpg'), linear-gradient(#0000, #0000);
    }

    .frames-wrapper-div.left {
        width: 100%;
    }

    .button {
        font-size: .8em;
        letter-spacing: 0;
    }

    .h2-main {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 20px;
    }

    .footer {
        padding: 30px 20px;
    }

    .facebook-link-block {
        justify-content: center;
    }

    .locations-section {
        padding-left: 0%;
        padding-right: 0%;
    }

    .cta-section {
        min-height: 350px;
    }

    .cta-wrapper-div {
        max-width: 60%;
        padding: 10px;
    }

    .newsletter-form-field-holders {
        margin-bottom: 10px;
    }

    .hero-content-div {
        padding: 20px 20px 10px;
    }

    .why-choose-wrap {
        flex-flow: column;
    }

    .why-choose-50 {
        padding-bottom: 25px;
        padding-top: 0;
        width: 100%;
    }

    .why-photo-div {
        width: 100%;
    }

    .ip-header {
        font-size: 2em;
        padding-top: 18%;
    }
}

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

    .hero-section {
        /*background-image: url('../images/portland-at-night.jpg');*/
        background-position: 50% 0;
        background-repeat: no-repeat;
        background-size: contain;
        min-height: 545px;
        padding: 0;
    }

    .welcome-section {
        padding: 0;
    }

    .welcome-wrapper-div {
        padding: 5% 10px;
    }

    .h2 {
        font-size: 35px;
        line-height: 40px;
    }

    .brighton-left, .middle-right {
        padding: 0;
    }

    .services-section {
        padding: 10px;
    }

    .service {
        min-height: 300px;
        width: 100%;
    }

    .frames-section {
        align-items: flex-end;
        padding: 60% 0 0;
    }

    .frames-wrapper-div.left {
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .h2-main {
        font-size: 30px;
        line-height: 35px;
    }

    .footer {
        padding: 20px 10px 10px;
    }

    .facebook-link-block {
        justify-content: flex-start;
    }

    .cta-section {
        background-image: linear-gradient(#00000080, #00000080), url('../images/Ctasection_photo.jpg');
        background-position: 0 0, 80%;
        background-repeat: repeat, no-repeat;
        background-size: auto, cover;
        min-height: 0;
    }

    .cta-wrapper-div {
        max-width: 100%;
    }

    .image-14 {
        height: 50px;
    }

    .top-headline-hero {
        font-size: 1.8em;
    }

    .hero-sub {
        font-size: 1em;
        margin-bottom: 20px;
    }

    .hero-content-div {
        padding: 10px 10px 0;
    }

    .dots {
        width: 30px;
    }

    .help-div, .why-choose-text {
        padding: 15px;
    }

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

    .brand-3 {
        margin-top: 5px;
        padding-left: 0;
    }

    .ip-header {
        font-size: 1.8em;
        padding-top: 25%;
    }

    .bc-section {
        flex-flow: wrap;
        padding-left: 10px;
        padding-right: 10px;
    }

    .bc-link {
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .img-float-right {
        margin-left: 0;
        max-width: 100%;
    }

    .img-float-left {
        margin-right: 0;
        max-width: 100%;
    }
}


