body {
    background-color: #edeff2;
    font-family: 'Open Sans', sans-serif;
    color: #6a859c;
    font-size: 16px;
    line-height: 20px;
}

h1 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 44px;
    font-weight: 700;
}

h2 {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #676770;
    font-size: 32px;
    line-height: 36px;
    font-weight: 300;
    text-align: center;
}

h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #676770;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: 7px;
    text-transform: uppercase;
}

h4 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

h5 {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #676770;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
}

h6 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
}

p {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #26627e;
    font-size: 14px;
    line-height: 25px;
    font-weight: 300;
}

.divider {
    width: 100%;
    height: 2px;
    background-color: #26627e;
    border: none;
    margin: 20px 0;
}

.button {
    display: inline-block;
    width: 191px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 12px 30px;
    border: 1px solid #4c99ab;
    border-radius: 4px;
    background-color: #4c99ab;
    box-shadow: 1px 1px 3px 0 #000;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
}

    .button:hover {
        border-color: #26627e;
        background-color: #26627e;
    }

    .button.w--current {
        background-color: #2e80b6;
    }

    .button.full-width {
        display: block;
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }

    .button.tab {
        margin-right: 8px;
        margin-left: 8px;
        border-color: #92a0ad;
        background-color: #92a0ad;
    }

        .button.tab:hover {
            background-color: #4c99ab;
        }

        .button.tab.w--current {
            background-color: #4c99ab;
            -webkit-transition: background-color 300ms ease;
            transition: background-color 300ms ease;
        }

            .button.tab.w--current:hover {
                border-color: #4c99ab;
            }

            .button.tab.w--current:active {
                border-color: #4c99ab;
            }

.navigation-link {
    position: static;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: visible;
    height: 60px;
    margin: 0px;
    padding: 0px;
    float: none;
    clear: none;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    color: #676770;
}

    .navigation-link:hover {
        color: #2e9dff;
    }

    .navigation-link.w--current:hover {
        color: #26627e;
    }

    .navigation-link.w--current:active {
        color: #26617e;
        font-weight: 400;
    }

.navigation-bar {
    position: relative;
    display: block;
    overflow: visible;
    background-color: #fff;
}

.navigation-menu {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.brand-text {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Open Sans', sans-serif;
    color: #69b9ff;
    font-size: 25px;
    line-height: 25px;
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.brand-link {
    position: relative;
    margin: -114px 0px 0px 35px;
    padding: 16px 0px;
}

    .brand-link.w--current {
        position: static;
        display: block;
        margin-top: -114px;
        margin-right: -103px;
        margin-left: 35px;
        padding-right: 0px;
        padding-left: 0px;
        float: left;
        clear: none;
    }

.section {
    position: relative;
    margin-bottom: 0px;
    padding: 30px 10px 50px;
    background-color: #fff;
    text-align: center;
}

    .section.accent {
        background-color: #192024;
    }

.white-box {
    padding: 15px;
    border: 1px solid #dcebf7;
    border-radius: 5px;
    background-color: #fff;
    text-align: center;
}

    .white-box.transparent {
        margin-top: -40px;
        padding-top: 15px;
        border-style: none;
        background-color: transparent;
    }

.hero-section {
    padding-top: 242px;
    padding-bottom: 242px;
}

    .hero-section.centered {
        margin-bottom: -4px;
        padding-top: 0px;
        padding-bottom: 0px;
        border-bottom: 4px solid #69b9ff;
        text-align: center;
    }

.hero-heading {
    position: static;
    display: block;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 162px;
    padding-bottom: 3px;
    clear: none;
    color: #f0f0f0;
    font-size: 60px;
    line-height: 60px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-shadow: 1px 1px 6px #000;
}

    .hero-heading.otherpageheading {
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

.hero-subheading {
    margin-bottom: 40px;
    color: #25627e;
    font-size: 25px;
    line-height: 25px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #ecf0f1;
}

.hollow-button {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    padding: 10px 30px;
    border: 1px solid #4c99ab;
    border-radius: 4px;
    background-color: rgba(255,255,255, .4);
    -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
    transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
    color: #4c99ab;
    line-height: 21px;
    font-weight: 300;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
}

    .hollow-button:hover {
        border-color: #2e9dff;
        color: #2e9dff;
    }

    .hollow-button.all-caps {
        display: inline-block;
        width: 191px;
        border-style: solid;
        border-width: 3px;
        box-shadow: 1px 1px 3px 0 #000;
        -webkit-transition-property: border, color, -webkit-filter;
        transition-property: border, color, -webkit-filter;
        transition-property: filter, border, color;
        transition-property: filter, border, color, -webkit-filter;
        -webkit-transition-duration: 300ms, 300ms, 300ms;
        transition-duration: 300ms, 300ms, 300ms;
        font-weight: 700;
        text-transform: uppercase;
    }

        .hollow-button.all-caps:hover {
            border-color: #26627e;
            color: #27607d;
            font-weight: 700;
        }

.section-heading {
    margin-top: 0px;
    margin-bottom: 16px;
}

    .section-heading.centered {
        color: #676770;
        font-size: 30px;
        font-weight: 300;
        text-align: center;
        letter-spacing: 5px;
        text-transform: uppercase;
    }

        .section-heading.centered.white {
            margin-bottom: 16px;
            color: #fff;
        }

.section-subheading.center {
    color: #8e8e9c;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
}
  
.off-white {
    color: #e8e8e8 !important;
}

.section-title-group {
    margin-top: 30px;
    margin-bottom: 30px;
}

.form-field {
    height: 45px;
    margin-bottom: 17px;
    border: 1px solid #245e7c;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(64, 64, 71, .3);
}

    .form-field.text-area {
        height: 110px;
    }

.input-med {
    width: 50% !important;
    margin: auto !important;
}

.footer {
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: #edeff2;
}

    .footer.center {
        border-top: 1px solid #dbdbdb;
        background-color: #383838;
        text-align: center;
        padding: 5px 0px;
    }

.footer-text {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #9e9e9e;
    font-size: 16px;
}

.grid-image {
    display: block;
    width: 35%;
    margin: 20px auto;
    padding: 20px;
    border: 10px solid #fff;
    border-radius: 50%;
    background-color: #4c99ab;
    box-shadow: 0 0 0 1px #4c99ab;
}

.info-icon {
    float: left;
    color: #69b9ff;
}

.footer-link {
    display: block;
    margin-bottom: 6px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d5d5e0;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    color: #26627e;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
}

    .footer-link:hover {
        color: #4c99ab;
    }

    .footer-link.with-icon {
        margin-left: 30px;
        -webkit-transition: color 200ms ease;
        transition: color 200ms ease;
        color: #28617e;
        font-weight: 300;
    }

        .footer-link.with-icon:hover {
            color: #4c99ab;
        }

.tab-menu {
    margin-bottom: 40px;
    text-align: center;
}

.tabs-wrapper {
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    text-align: center;
}

.fullwidth-image {
    width: 100%;
    margin-bottom: 20px;
}

.white-text {
    margin-bottom: 20px;
    color: #fff;
}

.form {
    margin-top: 40px;
}

.background-video {
    z-index: 1;
}

.background-video-2 {
    z-index: 20;
    padding-bottom: 0px;
}

.text-block {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 20px;
}

    .text-block:hover {
        color: #26627e;
    }

.brand {
    position: static;
    padding-right: 150px;
    background-image: url('../images/400dpiLogoCropped.jpg');
    background-position: 0px 0px;
    background-size: cover;
}

    .brand.w--current {
        display: block;
        margin: 6px;
        padding-right: 0px;
        background-image: none;
    }

.container {
    padding-bottom: 18px;
    background-color: #fff;
    opacity: 1;
}

.navbar {
    width: 100%;
    margin-right: 5px;
    margin-left: 5px;
    border: 1px none #000;
    background-color: #fff;
}

.nav-link {
    margin-top: 0px;
    margin-right: 15px;
    padding-top: 20px;
    padding-right: 0px;
    color: #26627e;
}

    .nav-link:hover {
        padding-top: 20px;
        padding-bottom: 0px;
        color: #4c99ab;
    }

.w-dropdown, .w-dropdown-toggle, .w-dropdown-link {
    color: #26627e;
}

.w-icon-dropdown-toggle {
    margin-right: 0;
}

.w-dropdown-link {
    padding: 15px 20px;
}

.w-dropdown-toggle {
    padding-right: 20px;
}

    .w-dropdown-toggle.w--open, .w-dropdown-toggle:hover {
        color: #4c99ab;
    }

.w-dropdown-link:hover {
    background-color: #4a98ac;
    color: #f0f0f0;
}

.links {
    color: inherit;
}

    .links:hover {
        color: #4c99ab;
    }

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
    color: #a71d2a !important;
}

@media (max-width:991px) {
    .w-icon-dropdown-toggle {
        display: none;
    }

    .w-dropdown-toggle, .w-dropdown-toggle.w--open {
        background-color: #285c79;
        color: #f0f0f0;
    }

        .w-dropdown-toggle:hover, w-dropdown:hover {
            background-color: #4a98ac;
            color: #f0f0f0;
        }
}

.nav-link.social-media-buttons:hover {
    padding-top: 20px;
    padding-bottom: 0px;
    border-style: none;
    border-color: transparent;
    -webkit-filter: brightness(78%);
    filter: brightness(78%);
}

.nav-link.hidden {
    display: none;
}

.dropdown-toggle {
    margin-top: 0px;
    color: #26627e;
}

    .dropdown-toggle:hover {
        color: #4c99ab;
    }

    .dropdown-toggle.hidden {
        display: none;
    }

.dropdown-list {
    background-image: -webkit-linear-gradient(270deg, #26617e, #26617e);
    background-image: linear-gradient(180deg, #26617e, #26617e);
    box-shadow: 1px 1px 3px 0 #000;
    color: #f0f0f0;
}

    .dropdown-list:hover {
        color: #4c99ab;
    }

.dropdown-link {
    color: #fff;
    text-decoration: none;
}

    .dropdown-link:hover {
        background-image: -webkit-linear-gradient(270deg, #4c99ab, #4c99ab);
        background-image: linear-gradient(180deg, #4c99ab, #4c99ab);
    }

    .dropdown-link.w--current {
        color: #ecf0f1;
    }

    .dropdown-link.current.w--current {
        color: #ecf0f1;
        font-weight: 600;
    }

.important-text {
    display: inline;
    color: #f0f0f0;
    font-weight: 700;
}

.important-text-2 {
    color: #f0f0f0;
}

.important-text-3 {
    color: #f0f0f0;
}

.important-text-4 {
    color: #f0f0f0;
}

.image {
    position: relative;
    display: inline-block;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

.tab-link.w--current {
    margin-right: 8px;
    margin-left: 8px;
    padding-top: 12px;
    padding-right: 30px;
    padding-bottom: 12px;
    border: 1px solid #4c99ab;
    border-radius: 4px;
    background-color: #4c99ab;
    box-shadow: 1px 1px 3px 0 #000;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    color: #fff;
    line-height: 21px;
    font-weight: 700;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
}

.tab-link-2 {
    margin-right: 20px;
}

.text-block-2 {
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
}

.submit-button {
    margin-top: 6px;
    border-radius: 4px;
    background-image: -webkit-linear-gradient(270deg, #4c99ab, #4c99ab);
    background-image: linear-gradient(180deg, #4c99ab, #4c99ab);
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    color: #f0f0f0;
}

    .submit-button:hover {
        background-image: -webkit-linear-gradient(270deg, #27617e, #27617e);
        background-image: linear-gradient(180deg, #27617e, #27617e);
    }

    .submit-button.dark {
        background-image: -webkit-linear-gradient(270deg, #26627e, #26627e) !important;
        background-image: linear-gradient(180deg, #26627e, #26627e) !important;
    }

        .submit-button.dark:hover {
            background-image: -webkit-linear-gradient(270deg, #4c99ab, #4c99ab) !important;
            background-image: linear-gradient(180deg, #4c99ab, #4c99ab) !important;
        }

.field-label {
    color: #edeff2;
}

.field-label-2 {
    clear: none;
    color: #f0f0f0;
}

.field-label-3 {
    color: #f0f0f0;
}

.textarea {
    padding-bottom: 29px;
}

.image-2 {
    margin-right: -34px;
    padding-right: 0px;
    padding-bottom: 15px;
}

.link-block {
    margin-right: 0px;
    margin-left: 13px;
    padding-right: 10px;
    padding-left: 180px;
}

.text-block-3 {
    margin: 0px 0px 0px 297px;
    padding: 0px;
    color: #4c99ab;
    line-height: 18px;
    font-weight: 600;
    text-align: left;
}

.image-3 {
    position: static;
    left: 0px;
    top: 0px;
    display: block;
    overflow: visible;
    min-width: 2000px;
    padding-top: 0px;
    padding-bottom: 0px;
    float: none;
    clear: none;
}

.container-2 {
    margin-top: 53px;
    margin-bottom: 53px;
    background-color: #fff;
}

.body {
    background-color: #fff;
}

.section-2 {
    margin-bottom: 0px;
    padding-top: 200px;
    padding-bottom: 300px;
    background-image: url('../images/forms.jpeg');
    background-position: 50% 50%;
    background-size: cover;
}

    .section-2.forms-image {
        padding-bottom: 200px;
    }

    .section-2.services-image {
        padding-bottom: 200px;
        background-image: url('../images/family-in-front-of-house.png');
    }

    .section-2.lenders-image {
        padding-bottom: 200px;
        background-image: url('../images/handshake.png');
        background-position: 50% 50%;
        background-size: cover;
    }

        .section-2.lenders-image:hover {
            padding-top: 200px;
            padding-bottom: 200px;
        }

    .section-2.get-a-quote-image {
        padding-bottom: 200px;
        background-color: rgba(25, 32, 36, .29);
        background-image: url('../images/calculator-and-glasses.png');
        background-position: 50% 50%;
        background-size: cover;
    }

    .section-2.aboutusimage {
        padding-top: 100px;
        padding-bottom: 100px;
        background-image: url('../images/AboutUs---Distance_bldg.jpg');
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .section-2.expertise-image {
        padding-bottom: 200px;
        background-image: url('../images/expertise.png');
        background-position: 0% 99%;
        background-size: cover;
    }

    .section-2.leadershipteamheaiding {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .section-2.blog-image {
        padding-bottom: 200px;
        background-image: url('../images/keyboard.jpeg');
    }

    .section-2.blog-1-image {
        padding-bottom: 200px;
        background-image: url('../images/Webp.net-resizeimage-3.jpg');
    }

    .section-2.blog-2-image {
        padding-bottom: 200px;
        background-image: url('../images/house.jpg');
    }

    .section-2.blog-3-image {
        padding-bottom: 200px;
        background-image: url('../images/5cf8b62b.jpg');
    }

.logoimage {
    display: block;
    margin: -10px auto 23px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.text-block-5 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 1em;
    line-height: 1.4em;
}

.container-3 {
    margin-top: -53px;
    margin-bottom: 53px;
}

.map-2 {
    width: 638px;
    height: 176px;
    margin-top: 55px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    float: right;
    border-radius: 4px;
    box-shadow: 1px 1px 3px 0 #000;
}

.text-block-6 {
    margin-top: 53px;
    line-height: 30px;
}

.image-5 {
    display: block;
}

.html-embed {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.image-6 {
    position: static;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    float: none;
    clear: none;
    box-shadow: 1px 1px 3px 0 #000;
}

.column {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
}

.column-2 {
    padding-right: 10px;
    padding-left: 10px;
}

.image-7 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    box-shadow: 1px 1px 3px 0 #000;
}

.image-8 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    box-shadow: 1px 1px 3px 0 #000;
}

.image-9 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    box-shadow: 1px 1px 3px 0 #000;
}

.column-3 {
    padding-right: 10px;
    padding-left: 10px;
}

.column-4 {
    padding-right: 10px;
    padding-left: 10px;
}

.image-10 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 1px 1px 3px 0 #000;
}

.image-11 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../images/example-bg.png');
    background-position: 0px 0px;
    background-size: 125px;
    box-shadow: 1px 1px 3px 0 #000;
}

.image-12 {
    display: block;
    margin: 0px auto;
    padding-bottom: 0px;
    box-shadow: 1px 1px 3px 0 #000;
}

.link-block-3 {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.lightbox-link {
    display: block;
    margin-right: auto;
    margin-left: auto;
    cursor: default;
}

.lightbox-link-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    cursor: default;
}

.lightbox-link-3 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    cursor: default;
}

.lightbox-link-4 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    cursor: default;
}

.text-block-7 {
    text-align: center;
}

.text-link {
    margin-top: 10px;
    color: #26627e;
    text-align: center;
    text-decoration: underline;
}

.link-block-4 {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.link-block-5 {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.column-5 {
    margin-top: 0px;
}

.row {
    margin-top: 0px;
}

.link-block-6 {
    padding-right: 0px;
}

.section-3 {
    float: right;
}

.text-block-8 {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    float: none;
}

.text-block-9 {
    margin-top: -40px;
    margin-right: 0px;
    margin-left: 250px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: left;
    opacity: 1;
    font-family: 'Open Sans', sans-serif;
    color: #4f95ac;
    font-weight: 700;
    text-transform: none;
}

    .text-block-9.scratch-text-block-9 {
        margin-top: -33px;
        margin-left: 262px;
        color: #5195ac;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
    }

.link-block-7 {
    padding-right: 10px;
}

.link-text {
    padding: 3px 10px;
    border: 1px solid #4a9aab;
    border-radius: 4px;
    background-image: -webkit-linear-gradient(270deg, #4a98ac, #4a98ac);
    background-image: linear-gradient(180deg, #4a98ac, #4a98ac);
    box-shadow: 1px 1px 3px 0 #000;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    color: #f0f0f0;
    text-decoration: none;
}

    .link-text:hover {
        border-color: #246178;
        background-image: -webkit-linear-gradient(270deg, #276179, #276179);
        background-image: linear-gradient(180deg, #276179, #276179);
        color: #f0f0f0;
    }

.link {
    color: #245f80;
    font-size: 1em;
    font-weight: 600;
    text-decoration: none;
}

    .link:hover {
        color: #8e8e9c;
        text-decoration: underline;
    }

.container-4 {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    margin-top: 0px;
    background-image: -webkit-linear-gradient(270deg, #f0f0f0, #f0f0f0);
    background-image: linear-gradient(180deg, #f0f0f0, #f0f0f0);
}

.nav-link-2 {
    color: #255d7d;
    font-weight: 700;
    text-align: center;
}

.nav-link-3 {
    font-weight: 700;
}

.navbar-2 {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.image-13 {
    margin-top: 0px;
    margin-left: 0px;
}

.brand-2 {
    margin-top: 5px;
    margin-left: 5px;
}

.nav-menu {
    position: absolute;
    right: 0px;
    bottom: 0px;
    float: right;
}

.heading {
    text-align: center;
    text-decoration: none;
}

    .heading.team-bio-heading {
        margin-top: 10px;
        font-weight: 400;
        text-decoration: none;
    }

.team-title-heading {
    margin-top: 5px;
    text-align: center;
}

.emphasized-text {
    margin-top: 0px;
}

.headercolumnone {
    position: static;
}

.navbar-3 {
    margin: 0px;
    padding: 5px 5px 10px;
    background-image: -webkit-linear-gradient(270deg, #fff, #fff);
    background-image: linear-gradient(180deg, #fff, #fff);
}

.brand-3.w--current {
    position: static;
    margin: 5px;
}

.croppedimage {
    overflow: hidden;
    width: auto;
    height: 150px;
    background-image: url('../images/keyboard.jpeg');
    background-position: 50% 50%;
    background-size: 1250px;
}

.linksdiv {
    display: inline-block;
    margin: 0px 25px;
    text-align: left;
}

.linklistitem {
    margin-top: 8px;
    margin-bottom: 8px;
    text-decoration: none;
}

.homepagediv {
    margin-bottom: -40px;
    padding-bottom: 0px;
}

.div-block {
    display: inline-block;
}

.aboutusdiv {
    margin-bottom: 30px;
}

.heading-3 {
    margin-bottom: 8px;
}

.unordered-list {
    margin-bottom: 15px;
}

.leadershipteamheading {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url('../images/AdobeStock_89621534_LeadershipTeam3.jpeg');
    background-position: 50% 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

.socialheading {
    padding-top: 15%;
    padding-bottom: 15%;
    background-image: url('../images/2022-social-banner.jpg');
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.resourcesheading {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url('../images/side_hands_on_computer.jpg');
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.contactusheading {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url('../images/hands_on_keyboard_above.jpg');
    background-position: 50% 50%, 50% 50%;
    background-size: 101%, cover;
    background-repeat: no-repeat, no-repeat;
}

.zoccamheading {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url('../images/Logo Zoccam Background.jpg');
    background-position: 50% 50%, 50% 50%;
    background-size: 30% auto;
    background-repeat: no-repeat, no-repeat;
}



html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
    opacity: 0;
    -webkit-transform: translate(0px, 50px);
    -ms-transform: translate(0px, 50px);
    transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
    opacity: 0;
    -webkit-transform: translate(-50px, 0px);
    -ms-transform: translate(-50px, 0px);
    transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
    opacity: 0;
    -webkit-transform: translate(50px, 0px);
    -ms-transform: translate(50px, 0px);
    transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
    opacity: 0;
    -webkit-transform: translate(0px, -50px);
    -ms-transform: translate(0px, -50px);
    transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
    opacity: 0;
    -webkit-transform: translate(0px, 50px);
    -ms-transform: translate(0px, 50px);
    transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
    opacity: 0;
    -webkit-transform: scale(0.6000000000000002, 0.6000000000000002);
    -ms-transform: scale(0.6000000000000002, 0.6000000000000002);
    transform: scale(0.6000000000000002, 0.6000000000000002);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
    opacity: 0;
    -webkit-transform: scale(0.01, 0.01);
    -ms-transform: scale(0.01, 0.01);
    transform: scale(0.01, 0.01);
}

.carousel {
    position: relative;
}

    .carousel.pointer-event {
        -ms-touch-action: pan-y;
        touch-action: pan-y;
    }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner::after {
        display: block;
        clear: both;
        content: "";
    }

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

    .carousel-item-next:not(.carousel-item-left),
    .active.carousel-item-right {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    .carousel-item-prev:not(.carousel-item-right),
    .active.carousel-item-left {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none;
}

    .carousel-fade .carousel-item.active,
    .carousel-fade .carousel-item-next.carousel-item-left,
    .carousel-fade .carousel-item-prev.carousel-item-right {
        z-index: 1;
        opacity: 1;
    }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
        transition: none;
    }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 45px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

    .carousel-indicators li {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #676770;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity 0.6s ease;
    }

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: relative;
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 15px;
    color: #26627e !important;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.carousel-caption-heading {
    padding-top: 20px;
    padding-bottom: 15px;
    color: #26627e !important;
    font-size: 35px;
    line-height: 36px;
    font-weight: 600;
    text-align: center;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.h-100 {
    height: 100% !important;
}

.w-100 {
    width: 100% !important;
}

.d-block {
    display: block !important;
}

.carousel img {
    width: 100% !important;
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.zoccam-img {
    content: url('../images/Zoccam Banner 1900x300.png');
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
}

.pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
}

.pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
}

.pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
}

.pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
}

.pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
}

.pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
    color: #a71d2a !important;
}

.help-block ul {
    padding: 0;
    list-style-type: none;
}

@media (min-width: 1200px) {
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (min-width: 992px){
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
}

@media (max-width: 991px) {
    .d-lg-block {
        display: block !important;
    }

    .navigation-link {
        color: hsla(0, 0%, 100%, .52);
    }

        .navigation-link.w--current {
            color: #fff;
        }

    .hamburger-button {
        margin-top: 32px;
        margin-right: auto;
        padding-right: 18px;
        border: 2px solid #266081;
        border-radius: 5px;
    }

        .hamburger-button:hover {
            border-style: solid;
            background-image: -webkit-linear-gradient(270deg, #266081, #266081);
            background-image: linear-gradient(180deg, #266081, #266081);
            color: #f0f0f0;
        }

        .hamburger-button.w--open {
            background-color: #285c79;
        }

    .navigation-menu {
        background-color: #3b99d9;
    }

    .brand-link {
        margin-top: -17px;
    }

        .brand-link.w--current {
            margin-top: -13px;
        }

    .hero-sectionHome.centered {
        padding-top: 1px;
        padding-bottom: 0px;
    }

    .grid-image {
        width: 50%;
        padding: 15px;
    }

    .nav-link {
        display: block;
        margin-right: auto;
        margin-left: auto;
        background-color: #285c79;
        color: #f0f0f0;
    }

        .nav-link:hover {
            padding-bottom: 20px;
            background-color: #4a98ac;
            color: #f0f0f0;
        }

        .nav-link.w--current {
            color: #fff;
        }

    .dropdown-toggle {
        background-color: #285c79;
        color: #f0f0f0;
    }

        .dropdown-toggle:hover {
            background-color: #5096a9;
            color: #f0f0f0;
        }

        .dropdown-toggle.hidden {
            display: none;
        }

    .image {
        margin-top: 5px;
        margin-left: 74px;
    }

    .text-block-3 {
        margin-top: 23px;
        margin-left: 385px;
    }

    .text-block-10 {
        margin-top: 22px;
        margin-left: 398px;
        color: #4a98ad;
        font-weight: 600;
    }

    .nav-menu {
        position: static;
        display: block;
        float: right;
        clear: right;
    }

    .hidden {
        display: none;
    }

    .zoccamheading {
        background-size: 50% auto;
    }

   .zoccam-img{
       content: url('../images/Zoccam Banner 975x300.png');
   }
}
@media (max-width: 767px) {
    .button {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

        .button.full-width {
            margin-right: auto;
            margin-left: auto;
        }

        .button.tab {
            font-size: 12px;
        }

    .hamburger-button {
        margin-top: 23px;
        margin-right: 16px;
    }

        .hamburger-button.w--open {
            background-color: #225f79;
            color: #fff;
        }

    .navigation-menu {
        background-color: #225f79;
        color: #f0f0f0;
    }

    .brand-link {
        margin-top: -8px;
    }

        .brand-link.w--current {
            margin: -8px 0px 0px 35px;
        }

    .white-box {
        margin-bottom: 30px;
    }

    .hero-section.centered {
        padding-top: 119px;
        padding-bottom: 119px;
        background-image: url('../images/family-beach.jpeg');
        background-position: 50% 50%;
        background-size: 1930px;
    }

    .hero-heading {
        margin-bottom: 15px;
        font-size: 50px;
    }

    .hero-subheading {
        font-size: 18px;
    }

    .hollow-button {
        display: block;
        width: 191px;
        margin-top: 21px;
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 10px;
        border-width: 3px;
        background-color: transparent;
        box-shadow: 1px 1px 3px 0 #000;
        -webkit-transition-property: border, color, -webkit-filter;
        transition-property: border, color, -webkit-filter;
        transition-property: filter, border, color;
        transition-property: filter, border, color, -webkit-filter;
        font-weight: 700;
    }

        .hollow-button:hover {
            border-color: #246381;
            color: #256082;
        }

    .form-field.text-area {
        display: block;
    }

    .grid-image {
        width: 20%;
        padding: 20px;
    }

    .spc {
        margin-bottom: 30px;
    }

    .nav-link {
        margin-right: 0px;
        -webkit-transition-property: background-color;
        transition-property: background-color;
        color: #f0f0f0;
    }

        .nav-link:hover {
            padding-bottom: 20px;
            background-image: -webkit-linear-gradient(270deg, #4e97ad, #4e97ad);
            background-image: linear-gradient(180deg, #4e97ad, #4e97ad);
            color: #f0f0f0;
        }

    .dropdown-toggle {
        -webkit-transition: background-color 200ms ease;
        transition: background-color 200ms ease;
        color: #f0f0f0;
    }

        .dropdown-toggle:hover {
            background-color: #4d98a6;
            color: #f0f0f0;
        }

    .dropdown-link {
        color: #fff;
    }

    .image {
        margin-top: 2px;
        margin-left: 0px;
    }

    .text-block-3 {
        margin-top: 26px;
        margin-left: 0px;
        font-size: 12px;
    }

    .text-block-4 {
        margin: 11px 0px 0px 282px;
        padding-left: 0px;
        color: #4b99a9;
        font-weight: 600;
    }

    .zoccam-img {
        content: url('../images/Zoccam Banner 750x300.png');
    }
}

@media (max-width: 479px) {
    .button {
        display: block;
        margin-right: auto;
        margin-bottom: 25px;
        margin-left: auto;
        float: none;
    }

    .navigation-bar {
        margin-top: 0px;
        padding-top: 0px;
        padding-bottom: 30px;
    }

    .hamburger-button {
        margin-top: 16px;
        margin-right: 12px;
        margin-bottom: 0px;
        padding: 10px;
    }

        .hamburger-button.w--open {
            background-color: #25627d;
            -webkit-transition: background-color 200ms ease;
            transition: background-color 200ms ease;
            color: #4c99ab;
        }

            .hamburger-button.w--open:hover {
                background-color: #26627e;
                color: #f0f0f0;
            }

            .hamburger-button.w--open:active {
                background-image: -webkit-linear-gradient(270deg, #26627e, #26627e);
                background-image: linear-gradient(180deg, #26627e, #26627e);
                color: #f0f0f0;
            }

            .hamburger-button.w--open:focus {
                background-image: -webkit-linear-gradient(270deg, #26627e, #26627e);
                background-image: linear-gradient(180deg, #26627e, #26627e);
                color: #f0f0f0;
            }

    .navigation-menu {
        background-color: #26627e;
    }

        .navigation-menu:hover {
            background-color: #4c98ae;
        }

    .brand-link {
        margin: 3px 99px -74px 8px;
        padding-right: 12px;
    }

        .brand-link.w--current {
            margin: 7px 99px -74px 8px;
            padding-right: 12px;
        }

    .hero-section.centered {
        margin-top: 1px;
        margin-bottom: -64px;
        padding-top: 60px;
        padding-bottom: 108px;
        background-image: url('../images/family-beach.jpeg');
        background-position: 50% 0px;
        background-size: cover;
    }

    .hero-heading {
        margin-top: -60px;
        padding-top: 45px;
    }

        .hero-heading.otherpageheading.meet-our-underwriters-heading {
            display: block;
            margin-right: auto;
            margin-left: auto;
        }

    .hero-subheading.hero-subheading-phone {
        color: #23607c;
        font-weight: 800;
    }

    .hollow-button {
        display: block;
        margin-right: auto;
        margin-left: auto;
        border-width: 3px;
        background-color: transparent;
        -webkit-transition-property: border, color, -webkit-filter;
        transition-property: border, color, -webkit-filter;
        transition-property: filter, border, color;
        transition-property: filter, border, color, -webkit-filter;
        font-weight: 700;
    }

        .hollow-button:hover {
            border-color: #256083;
            color: #25607f;
        }

    .section-subheading.center {
        line-height: 30px;
    }

    .grid-image {
        width: 35%;
    }

    .background-video-2 {
        margin-top: -59px;
    }

    .nav-link {
        margin-right: 0px;
        padding-right: 0px;
        background-image: -webkit-linear-gradient(270deg, #26627e, #26627e);
        background-image: linear-gradient(180deg, #26627e, #26627e);
        -webkit-transition-property: background-color;
        transition-property: background-color;
        color: #f0f0f0;
    }

        .nav-link:hover {
            background-image: -webkit-linear-gradient(270deg, #4c99ab, #4c99ab);
            background-image: linear-gradient(180deg, #4c99ab, #4c99ab);
            color: #f0f0f0;
        }

    .dropdown-toggle {
        background-image: -webkit-linear-gradient(270deg, #26627e, #26627e);
        background-image: linear-gradient(180deg, #26627e, #26627e);
        -webkit-transition: background-color 200ms ease;
        transition: background-color 200ms ease;
        color: #f0f0f0;
    }

        .dropdown-toggle:hover {
            background-image: -webkit-linear-gradient(270deg, #4c99ab, #4c99ab);
            background-image: linear-gradient(180deg, #4c99ab, #4c99ab);
            color: #f0f0f0;
        }

    .image {
        display: inline-block;
        margin: -22px 0px -39px 45px;
        padding: 0px;
    }

    .icon {
        color: #4c99ab;
    }

    .text-block-3 {
        margin-top: 2px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        font-size: 12px;
        line-height: 14px;
        text-align: center;
    }

    .body {
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .text-block-11 {
        color: #5097a7;
        text-align: center;
    }

    .brand-3 {
        width: 75%;
    }

    .image-14 {
        width: 75%;
    }

    .zoccam-img {
        content: url('../images/Zoccam Banner 400x300.png');
    }
}
