﻿:root {
}

@font-face {
    font-family: "Open Sans";
    src: url('../fonts/open-sans-v17-latin-300.eot'); /* IE9 Compat Modes */
    src: url('../fonts/open-sans-v17-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v17-latin-300.woff2') format('woff2'), url('../fonts/open-sans-v17-latin-300.woff') format('woff');
    font-weight: 300;
}

@font-face {
    font-family: "Open Sans";
    src: url('../fonts/open-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/open-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v17-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v17-latin-regular.woff') format('woff');
    font-weight: normal;
}

@font-face {
    font-family: "Open Sans";
    src: url('../fonts/open-sans-v17-latin-600.eot'); /* IE9 Compat Modes */
    src: url('../fonts/open-sans-v17-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v17-latin-600.woff2') format('woff2'), url('../fonts/open-sans-v17-latin-600.woff') format('woff');
    font-weight: 600;
}

@font-face {
    font-family: "Open Sans";
    src: url('../fonts/open-sans-v17-latin-700.eot'); /* IE9 Compat Modes */
    src: url('../fonts/open-sans-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v17-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v17-latin-700.woff') format('woff');
    font-weight: 700;
}

body {
    font-family: 'Open Sans', sans-serif;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, abbr, acronym, img, ol, ul, li, table, tr, th, td, canvas, embed, video {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

a {
    color: #1C6CBA !important;
    transition: all .15s ease-out !important;
}

    a:hover {
        color: #5598EA !important;
    }

    a:active {
        color: #093F75 !important;
    }

    a:focus, button:focus {
        outline: 2px auto #007bff !important;
        box-shadow: none !important;
    }

input:focus {
    box-shadow: 0 0 0 1px #1C6CBA !important;
}


h1 {
    color: #ffffff;
    font-size: 3.75rem;
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: -.125rem;
    margin-bottom: 2rem;
}

.light-blue-bg h1 {
    color: #093F75;
}

h2 {
    color: #093F75;
    font-size: 52px;
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: -1px;
    margin-bottom: 32px;
    margin-top: -12px;
}

.h2-thin {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}

h3, .h3 {
    color: #093F75;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -1px;
    margin-bottom: 32px;
}

h4, .h4 {
    color: #093F75;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.125;
    letter-spacing: -1px;
    margin-bottom: 32px;
}

h5, .h5 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 37px;
    color: #093F75;
}

h6, .h6 {
    color: #1C6CBA;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 32px;
}

    h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
        margin-bottom: 0;
    }

p {
    color: #093F75;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    margin-bottom: 36px;
}

    p:last-child {
        margin-bottom: 0;
    }

img, svg {
    height: auto;
    width: auto;
}

.mt-n2 {
    margin-top: -.5rem;
}

.carousel-module .carousel-indicators {
    bottom: 1.5rem;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .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-auto {
    padding-right: .5rem;
    padding-left: .5rem;
}

.row {
    margin-right: -.5rem;
    margin-left: -.5rem;
}

.form-control {
    width: 100%;
    max-width: 208px;
    height: 60px;
    margin: 0;
    font-size: 20px;
    border: 2px solid #1C6CBA !important;
}

.btn:active {
    outline: none !important;
    box-shadow: none !important;
}

.main {
    width: 100%;
}

.container-fluid {
    max-width: 83rem;
    padding-right: 2.25rem;
    padding-left: 2.25rem;
}

.container-fluid-thin {
    max-width: 65.25rem;
}

.container-fluid-xthin {
    max-width: 49.5rem;
}

.full-width-wrapper {
    width: 100%;
}

.primary-nav {
    height: 4rem;
    background-color: #ffffff;
    align-items: center;
    display: flex;
    position: relative;
    z-index: 10;
}

.secondary-nav {
    background: #EEF5FD;
    height: 40px;
    transition: all .2s ease-out;
}

.navbar {
    display: block;
    padding: 0;
    box-shadow: 0 0 24px 0 #00000040;
}

    .navbar p {
        color: #000;
        font-size: 1rem;
        font-weight: 400;
        line-height: var(--sizingTokens-500, 20px);
        letter-spacing: 0;
        margin-bottom: .5rem;
    }

    .navbar .eyebrow {
        color: #344055;
        font-size: .75rem;
        text-transform: uppercase;
        line-height: 1.5;
        letter-spacing: 2px;
        margin-bottom: 16px;
        text-wrap-mode: nowrap;
    }

    .navbar .dropdown:hover .dropdown-menu {
        pointer-events: auto;
        opacity: 1;
        max-height: 390px;
    }

    .navbar .dropdown .dropdown-menu:focus-within {
        opacity: 1;
        max-height: 390px;
    }

    .navbar .dropdown .dropdown-menu {
        padding: 0;
        left: 50%;
        transform: translateX(-50%);
        background: none;
        border: none;
        display: block;
        opacity: 0;
        pointer-events: none;
        max-height: 0px;
        transition: all .15s ease-out;
        overflow: hidden;
        border-radius: 1rem;
        margin: 0;
    }

    .navbar .dropdown-item + .eyebrow {
        margin-top: 18px;
    }

.nav-signin-wrapper .dropdown .dropdown-menu {
    left: inherit;
    transform: none;
    right: 0;
}

.navbar .dropdown-menu-inner {
    padding: 36px;
    margin-top: 16px;
    gap: 52px;
    background: #ffffff;
    border: none;
    border-radius: 1rem;
    display: flex;
}

.navbar .dropdown .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.main-nav .container-fluid .nav-link {
    text-align: center;
    font-family: "Open Sans";
    font-size: .875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5rem;
    letter-spacing: 0;
    padding: 1.25rem .875rem;
    position: relative;
    white-space: nowrap;
}

.nav-link:before {
    content: "";
    display: block;
    height: .25rem;
    width: 0rem;
    opacity: 0;
    border-radius: .125rem .125rem 0rem 0rem;
    background-color: #1C6CBA;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .15s ease-out;
}

.nav-link:after {
    content: none;
}

.nav-item .nav-link.show:before, .nav-item:hover .nav-link:before, .tertiary-nav .nav-link.current-page:before {
    width: 3.75rem;
    opacity: 1;
}



.navbar-nav {
    display: flex;
    padding-left: 0;
    margin: auto;
    margin-bottom: 0;
    list-style: none;
}

.navbar-brand {
    margin-right: .875rem;
    max-width: 218px;
    width: 100%;
    display: flex;
}

.nav-signin-wrapper {
    max-width: 218px;
    width: 100%;
    display: flex;
    justify-content: end;
}

.eyebrow {
    color: #1C6CBA;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .25rem;
    text-transform: uppercase;
    margin-bottom: 24px;
}

    .eyebrow + h1 {
        margin-top: -12px;
    }

.navbar .dropdown-item {
    color: #1C6CBA;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0;
    padding: 0;
    line-height: inherit;
    margin: 15px 0;
    background: none !important;
}

    .navbar .dropdown-item:first-child {
        margin-top: 0;
    }

    .navbar .dropdown-item:last-child {
        margin-bottom: 0;
    }

.nav-photo {
    width: 16rem;
    border-radius: .5rem;
    margin-bottom: 1rem;
}

.btn.btn-secondary {
    background: none !important;
    border: none;
    position: relative;
    color: #1C6CBA;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
    line-height: inherit;
}

    .btn.btn-secondary:after {
        margin-left: .625rem;
        vertical-align: 0em;
        border: none;
        content: "";
        background-size: contain;
        background-image: url(../images/btn-caret.svg);
        background-repeat: no-repeat;
        width: .5rem;
        height: 0.875rem;
        position: relative;
        display: inline-flex;
        bottom: -.125rem;
    }

.btn.btn-secondary-lg:after {
    margin-left: .75rem;
    width: .75rem;
    height: 1.25rem;
}

.btn.btn-secondary:hover:after {
    background-image: url(../images/btn-caret-hover.svg);
}

.btn.btn-secondary:active:after {
    background-image: url(../images/btn-caret-active.svg);
}

.btn.btn-secondary-lg {
    font-size: 24px;
}

.btn.btn-secondary-caps {
    font-size: 16px;
    font-weight: 700;
    line-height: inherit;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.nav-callout {
    border-left: 1px solid #9DB2C8;
    padding-left: 3.25rem;
}

.hero-imgs {
    width: 50vw;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.hero-imgs-left {
    transform: translateX(-100%);
    margin-left: 100%;
    width: auto;
    overflow: visible;
    display: inline-block;
    height: 100%;
}

.hero-img {
    transform: translateX(-9.157509158%);
    min-width: 55vw;
    min-height: 536px;
    position: relative;
    display: inline-block;
    height: 100%;
}

.hero-img-cropped {
    clip-path: url(#hero-img-right);
}

.hero-img-short {
    min-height: 440px;
    height: 27vw;
}

.hero-imgs-left .hero-img {
    transform: translateX(9.157509158%);
}

.carousel-module .hero-imgs-left .hero-img {
    height: 470px;
}

.hero-imgs-left .hero-img-cropped {
    clip-path: url(#hero-img-left);
}

.hero-img-alpha {
    min-width: 50vw;
    height: 100%;
    position: absolute;
    display: inline-block;
}

.img-match-ratio {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
}

.hero-imgs-left .img-match-ratio {
    object-position: left;
}

.img-ratio {
    height: 100%;
    min-width: 100%;
}

.hero {
    padding-top: 104px;
    overflow: hidden;
}

.carousel-indicators {
    width: 100%;
    bottom: 27%;
    position: absolute;
    margin: 0 0 0 -.25rem;
    justify-content: end;
    display: flex;
}

.review-carousel {
    overflow: hidden;
    border-radius: 32px;
    overflow: hidden;
}

    .review-carousel .carousel-inner {
        width: calc(100% + 16px);
    }

    .review-carousel .row {
        margin-right: 8px;
    }

    .review-carousel .carousel-indicators {
        position: relative;
        bottom: inherit;
        margin-top: -8px;
    }

.carousel-indicators [data-bs-target] {
    height: .5rem;
    width: .5rem;
    overflow: hidden;
    border: none;
    transition: all .15s ease-out;
    margin: 0;
    padding: .25rem;
    background: none;
    opacity: 1;
}

.carousel-indicators .active {
    width: 3rem;
}

.carousel-indicators [data-bs-target].active div {
    background: #5598EA;
}

.blue-bg.active:not(.carousel-item-end):not(.carousel-item-start) ~ .carousel-indicators [data-bs-target].active div {
    background: #07325E;
}

.dark-blue-bg.active:not(.carousel-item-end):not(.carousel-item-start) ~ .carousel-indicators [data-bs-target].active div {
    background: #5598EA;
}

.light-blue-bg.active:not(.carousel-item-end):not(.carousel-item-start) ~ .carousel-indicators [data-bs-target].active div {
    background: #07325E;
}

.blue-bg.carousel-item-next ~ .carousel-indicators [data-bs-target].active div {
    background: #07325E;
}

.dark-blue-bg.carousel-item-next ~ .carousel-indicators [data-bs-target].active div {
    background: #5598EA;
}

.light-blue-bg.carousel-item-next ~ .carousel-indicators [data-bs-target].active div {
    background: #07325E;
}

.blue-bg.carousel-item-prev ~ .carousel-indicators [data-bs-target].active div {
    background: #07325E;
}

.dark-blue-bg.carousel-item-prev ~ .carousel-indicators [data-bs-target].active div {
    background: #5598EA;
}

.light-blue-bg.carousel-item-prev ~ .carousel-indicators [data-bs-target].active div {
    background: #07325E;
}

.light-blue-bg.active:not(.carousel-item-end):not(.carousel-item-start) ~ .carousel-indicators [data-bs-target] div {
    background: #1C6CBA;
}

.light-blue-bg.carousel-item-prev ~ .carousel-indicators [data-bs-target] div {
    background: #1C6CBA;
}

.light-blue-bg.carousel-item-next ~ .carousel-indicators [data-bs-target] div {
    background: #1C6CBA;
}

.review-carousel .carousel-indicators [data-bs-target].active div {
    background: #07325E;
}

.carousel-indicators [data-bs-target] div {
    background: #ffffff;
    width: 100%;
    height: 100%;
    border-radius: .25rem;
    transition: all .15s ease-out;
}

.review-carousel .carousel-indicators [data-bs-target] div {
    background: #1C6CBA;
}

.carousel-control-next, .carousel-control-prev {
    min-width: 2rem;
    width: 6%;
}

.carousel-item {
    overflow: hidden;
}

.hero-get-a-quote {
    bottom: 0;
    width: 100%;
    margin-top: -108px;
    z-index: 2;
    position: relative;
}

.hero-get-a-quote-inner {
    background: #ffffff;
    border-radius: .5rem;
    margin-bottom: .75rem;
    display: flex;
    height: 5.75rem;
    position: relative;
}

.hero-get-a-quote .form-control {
    width: 148px;
    height: 60px;
    margin: auto 16px;
}

.input-wrapper {
    display: flex;
    position: relative;
}

.hero-get-a-quote .input-wrapper:after {
    content: "";
    border-right: 1px solid #9DB2C8;
    height: calc(100% - 40px);
    position: absolute;
    top: 20px;
    right: -1px;
}

.hero-get-a-quote .dropdown-menu {
    display: flex;
    width: 100%;
    position: relative;
    background: none;
    border: none;
    z-index: inherit;
    padding: 0;
}

.hero-get-a-quote .btn.dropdown-toggle {
    display: none;
}

.btn.btn-primary {
    color: #1C6CBA;
    padding: 0 28px;
    border-radius: 3rem;
    background-color: #ffffff;
    border: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 54px;
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0;
    margin-right: auto;
}

    .btn.btn-primary:hover {
        color: #5598EA;
        background-color: #ffffff;
    }

    .btn.btn-primary:active {
        color: #093F75;
        background-color: #ffffff !important;
    }

.btn.btn-blue {
    color: #ffffff !important;
    background-color: #1C6CBA;
}

    .btn.btn-blue:hover {
        color: #ffffff !important;
        background-color: #5598EA;
    }

    .btn.btn-blue:active {
        color: #ffffff !important;
        background-color: #093F75 !important;
    }

.btn.btn-primary-sm {
    padding: 0 .875rem;
    height: 2rem;
    font-size: 12px;
    letter-spacing: -0.12px;
}

.btn.btn-primary-lg {
    padding: 0 40px;
    font-size: 24px;
    letter-spacing: 0;
    height: 72px;
}

.btn-icon {
    margin-left: -16px;
    margin-right: 16px;
}

.insurance-dropdown {
    width: 100%;
    display: flex;
}

.insurance-dropdown-wrapper {
    flex-grow: 1;
    display: flex;
    position: relative;
}

.hero-get-a-quote .btn.btn-primary-sm {
    position: absolute;
    left: 12.5%;
    transform: translateX(-50%);
    bottom: 1rem;
}

.btn.btn-caret:after {
    vertical-align: 0em;
    border: none;
    content: "";
    background-size: contain;
    background-image: url(../images/btn-caret.svg);
    background-repeat: no-repeat;
    width: 10px;
    height: 20px;
    position: relative;
    display: inline-flex;
    bottom: -.125rem;
    margin-left: .75rem;
}

.btn.btn-primary-sm.btn-caret:after {
    margin-left: .4rem;
    width: 5px;
    height: 8px;
    bottom: -1px;
    background-image: url(../images/btn-caret-sm.svg) !important;
}

.btn.btn-caret:hover:after {
    background-image: url(../images/btn-caret-hover.svg);
}

.btn.btn-caret:active:after {
    background-image: url(../images/btn-caret-active.svg);
}

.options-4.selected-1 ~ .btn.btn-primary-sm {
    left: 12.5%;
}

.options-4.selected-2 ~ .btn.btn-primary-sm {
    left: 37.5%;
}

.options-4.selected-3 ~ .btn.btn-primary-sm {
    left: 62.5%;
}


.options-4.selected-4 ~ .btn.btn-primary-sm {
    left: 87.5%;
}

.options-3.selected-1 ~ .btn.btn-primary-sm {
    left: 16.666%;
}

.options-3.selected-2 ~ .btn.btn-primary-sm {
    left: 50%;
}

.options-3.selected-3 ~ .btn.btn-primary-sm {
    left: 83.333%;
}

.hero-get-a-quote .insurance-icon {
    margin: 16px auto 0;
    width: 48px;
}

.selected img.insurance-icon {
    filter: contrast(300%);
}


.insurance-dropdown .dropdown-item {
    display: flex;
    flex-direction: column;
    position: relative;
}

.insurance-dropdown .dropdown-item {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 14px;
    text-transform: uppercase;
    padding: 0;
    background: none !important;
}

.hero-get-a-quote .insurance-dropdown .dropdown-item:after {
    content: "";
    border-right: 1px solid #9DB2C8;
    height: calc(100% - 40px);
    position: absolute;
    top: 20px;
    right: -1px;
}

.hero-get-a-quote .insurance-dropdown .dropdown-item:last-child:after {
    content: none;
}

.hero-get-a-quote .dropdown-item.selected:after {
    content: none;
}

.dropdown-item.selected {
    margin-top: -28px;
    background: #1C6CBA !important;
    border-radius: 8px 8px 0 0;
    color: #ffffff !important;
}

.form-control {
    border-radius: 4px;
    border: 3px solid #1C6CBA !important;
    background: #ffffff;
    box-shadow: none !important;
    color: #3a6591 !important;
    font-weight: 700;
}

    .form-control::placeholder {
        color: #3a6591 !important;
    }

.h2-icon {
    margin-top: -10px;
    margin-right: 16px;
    width: 64px;
}

.h3-icon {
    margin-top: -10px;
    margin-right: 8px;
    width: 64px;
}

.h2-icon-sm {
    margin-top: -10px;
    margin-right: 16px;
    width: 36px;
}

.margin-vertical {
    margin-top: 144px;
    margin-bottom: 144px;
}

.blue-bg {
    background: #1C6CBA !important;
}

.dark-blue-bg {
    background: #093F75;
}

.light-blue-bg {
    background: #EEF5FD;
}

.white-bg {
    background: #ffffff;
}

.navy-blue-bg {
    background: #052646;
}

.carousel-module {
    border-radius: 32px;
    overflow: hidden;
}

.blue-bg h1, .blue-bg h2, .dark-blue-bg h1, .dark-blue-bg h2, .navy-blue-bg h1, .navy-blue-bg h2 {
    color: #ffffff;
}

.dark-blue-bg h3, .navy-blue-bg h3, .navy-blue-bg h4 {
    color: #77ADEE;
}

.blue-bg p {
    color: #E9F1F8;
}

.dark-blue-bg p, .navy-blue-bg p {
    color: #BBD6F7;
}

.blue-bg .eyebrow {
    color: #EEF5FD;
}

.dark-blue-bg .eyebrow {
    color: #BBD6F7;
}

.module-simple {
    border-radius: 32px;
    overflow: hidden;
    height: 100%;
}

.module {
    border-radius: 32px;
    padding: 56px;
    height: 100%;
    overflow: hidden;
}

.module-md {
    border-radius: 32px;
    padding: 56px;
    height: 100%;
}

.module-sm {
    border-radius: 32px;
    padding: 32px;
    height: 100%;
}

.module-headline-w-img {
    padding: 56px 56px 0 56px;
    margin-top: -6px;
}

.combo-headline {
    color: #093F75;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
    margin-bottom: 36px;
    margin-top: -12px;
}

.number-headline {
    font-size: 80px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -3.2px;
    display: block;
}

.rounded-img {
    border-radius: 32px;
}

.rounded-img-sm {
    border-radius: 16px;
}

.full-img {
    width: 100%;
}

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

.state-links {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: column;
}

.underline {
    border-bottom: 1px solid #9DB2C8;
    padding-bottom: 2px;
    margin-bottom: 20px;
}

.white {
    color: #ffffff !important;
}

.blue {
    color: #1C6CBA !important;
}

.dark-blue {
    color: #093F75 !important;
}

.find-your-state {
    margin-bottom: -20px;
}

.article-thumb {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.article-card {
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

    .article-card:hover h3 {
        color: #5598EA !important;
    }

    .article-card:active h3 {
        color: #093F75 !important;
    }

.article-description {
    padding: 16px 16px 32px 16px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

    .article-description .eyebrow {
        color: #093F75;
        font-size: 12px;
        line-height: 1;
        letter-spacing: 2px;
        margin-bottom: 16px;
    }

    .article-description h3 {
        color: #1C6CBA;
        font-size: 24px;
        font-weight: 600;
        line-height: 1.2;
        letter-spacing: 0;
        margin-bottom: 16px;
        transition: all .15s ease-out !important;
    }

.read-time {
    margin-top: auto;
}

.btn.btn-outline {
    border: solid .125rem #1C6CBA !important;
    background: none !important;
}

    .btn.btn-outline:hover {
        border: solid .125rem #5598EA !important;
    }

    .btn.btn-outline:active {
        border: solid .125rem #093F75 !important;
        background: none !important;
    }

.trustpilot-logo {
    width: 234px;
    margin-bottom: 32px;
}

.rating-text {
    font-size: 44px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 32px;
}

.star {
    width: 68px;
    position: relative;
    z-index: 1;
}

.rating-star {
    padding: 16px;
    background: #c6daf0;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.rating-star-sm {
    padding: 8px;
    background: #c6daf0;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    display: flex
}

    .rating-star-sm .star {
        width: 100%;
        max-width: 28px;
    }

.rating-star-bg {
    position: absolute;
    background: #1C6CBA;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.quote-mark {
    width: 64px;
    margin-bottom: 40px;
}

.accordion-item {
    border: none;
    border-bottom: 1px solid #9DB2C8;
    border-radius: 0 !important;
}

.accordion-button {
    color: #093F75;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
    padding: 16px 0;
    border: none;
    border-radius: 0 !important;
}

    .accordion-button:not(.collapsed) {
        background-color: inherit !important;
        box-shadow: none !important;
    }

    .accordion-button:focus {
        box-shadow: none;
    }

.accordion-body {
    padding: 12px 0 32px 0;
}

.app-img {
    width: 100%;
    max-width: 400px;
    margin: auto auto 0 auto;
    display: block;
    padding: 0 16px;
}

.app-btn {
    width: 162px;
}

.footer-get-a-quote {
    border-radius: 16px;
    padding: 32px;
    background: #ffffff;
}

.p-icon {
    width: 24px;
    margin-right: 8px;
    margin-top: -4px;
}

.btn.dropdown-toggle {
    width: 100%;
    border: 1px solid #808080;
    border-radius: 4px;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #3a6591;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    height: 60px;
}

.insurance-icon {
    margin: 0 8px 0 0;
    width: 36px;
}

.footer-get-a-quote .insurance-dropdown .dropdown-item {
    flex-direction: row;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #3a6591 !important;
    padding: 8px 16px;
    height: 58px;
}

    .footer-get-a-quote .insurance-dropdown .dropdown-item:hover {
        background: #EEF5FD !important;
    }

    .footer-get-a-quote .insurance-dropdown .dropdown-item span {
        display: flex;
        align-items: center;
    }

.footer-get-a-quote .dropdown-menu {
    width: 100%;
    padding: 8px 0;
    border: 1px solid #808080;
}

.dropdown-toggle:after {
    margin-left: auto;
}

.footer h3, .footer h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 12px;
}

.footer ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.footer li {
    margin-bottom: 10px;
    line-height: 1;
}

.footer-link {
    color: #BBD6F7 !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    text-decoration: none;
}

.contact-us h3 {
    color: var(--color-Type-H4, #BBD6F7);
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 40px;
}

.contact-us p {
    color: #BBD6F7 !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    text-decoration: none;
}

.footer-legal {
    color: #BBD6F7;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.footer .assuranceamerica-logo {
    width: 432px;
    margin-bottom: 48px;
}

.legal-link {
    color: #BBD6F7 !important;
    ;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0;
    margin-bottom: .5rem;
    font-weight: 400;
    text-decoration: none;
}

.contact-us {
    width: 20%;
}

.secondary-nav-link {
    margin: auto;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}

    .secondary-nav-link img {
        margin-right: 8px;
    }

.photo-tag {
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 4px 8px;
    border-radius: 2px;
    background: #CA243A;
    position: absolute;
    left: 12px;
    top: 12px;
}

.read-time {
    margin-top: auto;
    display: flex;
    color: #344055;
    gap: 6px;
}

.quick-links {
    display: flex;
    justify-content: center;
    gap: 3%;
}

    .quick-links .btn.btn-primary-lg {
        margin: inherit;
    }

.collapsed-nav {
    margin-top: -40px;
}

.footer-get-a-quote .btn.dropdown-toggle {
    border: 1px solid #808080 !important;
    color: #3a6591 !important;
}

.carousel-inner {
    display: flex
}

.hero-content {
    min-height: 550px;
    position: relative;
    display: flex;
    align-items: center;
}

.hero-full-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    top: 0px;
}

.hero-content-inner {
    z-index: 1;
    position: relative;
    height: 100%;
    flex-grow: 1;
    text-align: center;
}

.tertiary-nav-wrapper {
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: 24px;
}

.tertiary-nav {
    background: #ffffff;
    border-radius: 8px;
    display: inline-flex;
    width: 100%;
    height: 96px;
    max-width: 564px;
}

    .tertiary-nav .navbar-nav {
        flex-direction: row;
        position: relative;
        margin: 0;
        flex-grow: 1;
        padding: 0 8px;
    }

    .tertiary-nav .nav-item {
        position: relative;
        flex-grow: 1;
    }

    .tertiary-nav .nav-link {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

        .tertiary-nav .nav-link.current-page {
            color: #093F75 !important;
        }

.divider-arrow {
    height: 100%;
}

.divider-arrow-stacked {
    width: 100vw;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

.half-bright-blue-bg:after {
    content: "";
    background: #5598EA;
    width: 50vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.flex-1 {
    flex: 1;
}

.h4-icon {
    width: 64px;
    margin-bottom: 8px;
}

hr {
    margin: 84px 0;
    border-top: 1px solid #9DB2C8;
    opacity: 1;
}

    hr.hr-white {
        border-top: 2px solid #ffffff;
    }

.h2-logo {
    max-width: 600px;
}

.h3-logo {
    max-width: 472px;
}

.our-history-img {
    max-width: 1104px;
    width: 100%;
}

.preview-card {
    position: relative;
}

.preview-content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-flow: column;
    padding: 17%;
    z-index: 1;
}

.preview-arrow {
    margin-left: auto;
    margin-top: auto;
    transition: all .15s ease-out !important;
}

.eyebrow-sm {
    margin-top: auto;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.preview-title {
    color: #ffffff;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: -1px;
}

.bg-tint {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: #CA243A;
    opacity: .8;
    transition: all .15s ease-out !important;
}

.bg-tint-red {
    background: #CA243A;
}

.bg-tint-blue {
    background: #1C6CBA;
}

.bg-tint-dark-blue {
    background: #093F75;
}

.preview-card:hover .bg-tint {
    opacity: 1;
}

.preview-card:hover .preview-arrow {
    transform: translateX(10%);
}

.director {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
}

.leadership-photo {
    max-width: 408px;
}

.p-32 {
    padding: 32px;
}

.leadership-bio.collapse:not(.show) {
    height: 240px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.leadership-bio.collapsing {
    min-height: 240px !important;
}

.leadership-bio ~ .btn.collapsed .read-more {
    display: inline-block;
}

.leadership-bio ~ .btn.collapsed .show-less {
    display: none;
}

.leadership-bio ~ .btn.collapsed:after {
    transform: rotate(90deg);
}

.leadership-bio ~ .btn .read-more {
    display: none;
}

.leadership-bio ~ .btn .show-less {
    display: inline-block;
}

.leadership-bio ~ .btn:after {
    transform: rotate(-90deg);
}

sup {
    top: -.5em;
    font-size: .55em;
    font-weight: 500;
}

.img-module-full {
    flex-grow: 1;
    object-fit: cover;
}

.hero-carousel-margin {
    margin-top: 98px;
    margin-bottom: 98px;
}

.social-icon:hover {
    filter: brightness(50%) sepia(100%) hue-rotate(178deg) saturate(300%) !important;
}

.social-icon:active {
    filter: brightness(19%) sepia(100%) hue-rotate(178deg) saturate(500%) !important;
}

button:focus:not(:focus-visible) {
    outline: 0 !important;
}

.logo-assurance-group {
    width: 100%;
    max-width: 1200px;
    margin-bottom: 48px;
}

.more-directors {
    column-count: 2;
}

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

td {
    color: #093F75 !important;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0;
    padding: 28px 16px 28px 0px !important;
}

    td .btn-secondary-lg {
        font-size: 24px;
        display: block;
        text-align: left;
    }

th {
    color: #093F75 !important;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0;
    padding: 28px 16px 28px 0px !important;
}

.table-mobile-header {
    display: none;
}

.bulleted-list {
    color: #093F75;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
    column-count: 2;
    column-gap: 48px;
    list-style-type: none;
    margin-bottom: 40px;
}

    .bulleted-list li {
        margin-bottom: 12px;
        position: relative;
    }

        .bulleted-list li:before {
            content: '';
            display: inline-block;
            width: 6px;
            height: 6px;
            border-radius: 3px;
            background-color: #093F75;
            position: absolute;
            left: -20px;
            top: .5em;
        }

.btn-wrapper {
    display: contents;
}

.play-btn {
    position: relative;
    border: none;
    background: none;
    padding: 0;
}

    .play-btn:after {
        content: "";
        background-size: 23px 26px;
        background-image: url(../images/icon-play.svg);
        background-repeat: no-repeat;
        background-position: 23px center;
        background-color: #1C6CBA;
        width: 64px;
        height: 64px;
        border-radius: 32px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        transition: all .15s ease-out;
    }

    .play-btn:hover:after {
        background-color: #5598EA;
    }

    .play-btn:active:after {
        background-color: #093F75;
    }

.modal-inner {
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.modal-content {
    max-width: 500px;
    width: calc(100vw - 32px);
    max-height: 300px;
    height: calc(100vh - 32px);
}

/*Medium desktop (desktops, less than 1440px)*/
@media (max-width: 1439.98px) {
}

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
}

/*Large devices (desktops, less than 1080px)*/
@media (max-width: 1079.98px) {
    #homepageCarousel p {
        font-size: 18px;
    }
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    .collapsed-nav {
        margin-top: 0px;
    }

    .navbar-collapse {
        position: absolute;
        left: 0;
        top: 64px;
        background: #EEF5FD;
        width: 320px;
        height: calc(100vh - 64px) !important;
        display: inline-block;
        transition: all .15s ease-out !important;
        transform: translateX(-100%);
        overflow: auto;
    }

        .navbar-collapse.show {
            transform: translateX(0%);
        }

    .main-nav .container-fluid .nav-link {
        font-size: 16px;
        text-align: left;
        padding: .75rem 1.5rem;
    }

    .navbar .dropdown .dropdown-toggle:active {
        pointer-events: auto;
    }

    .navbar .dropdown:hover .dropdown-menu {
        opacity: 0;
        max-height: 0px;
    }

    .navbar .dropdown .dropdown-menu.show {
        opacity: 1;
        max-height: 560px;
    }

    .navbar .dropdown .dropdown-menu:focus-within {
        opacity: 1;
        max-height: 560px;
    }

    .nav-signin-wrapper .dropdown .dropdown-menu {
        right: -6px;
        text-align: right;
    }

    .primary-nav .navbar-nav {
        padding: .75rem 0;
    }

    .nav-icon {
        transform: rotateZ(90deg);
        position: relative;
        height: 0.125rem;
        width: 1.5rem;
        z-index: 20;
        transition: all 0.16s ease-out;
        transition: all 0.16s ease-out;
    }

        .nav-icon:before {
            position: absolute;
            content: "";
            height: 0.125rem;
            background-color: #111111;
            transition: all 0.16s ease-out;
            transition: all 0.16s ease-out;
            transform: rotateZ(45deg);
            bottom: 0rem;
            left: .0625rem;
            width: 1.375rem;
            border-radius: .125rem;
        }

        .nav-icon:after {
            position: absolute;
            content: "";
            height: 0.125rem;
            background-color: #111111;
            transition: all 0.16s ease-out;
            transition: all 0.16s ease-out;
            transform: rotateZ(-45deg);
            top: 0rem;
            left: .0625rem;
            width: 1.375rem;
            border-radius: .125rem;
        }

    .nav-line {
        position: absolute;
        height: 0.125rem;
        width: 1.375rem;
        border-radius: .125rem;
        background-color: #111111;
        transition: all 0.16s ease-out;
        transition: all 0.16s ease-out;
        opacity: 0;
    }

    .collapsed .nav-icon {
        transform: rotateZ(0deg);
    }

        .collapsed .nav-icon:before {
            bottom: 0.5rem;
            left: 0rem;
            transform: rotateZ(0deg);
            background-color: #111111;
        }

        .collapsed .nav-icon:after {
            top: 0.5rem;
            left: 0rem;
            transform: rotateZ(0deg);
            background-color: #111111;
        }

    .collapsed .nav-line {
        opacity: 1;
    }

    .navbar-light .navbar-toggler {
        color: inherit;
        border: none;
        outline: none;
        padding: 0;
        height: 1.5rem;
        z-index: 1031;
        width: 1.5rem;
        margin-right: 1.625rem;
        box-shadow: none;
    }

    .primary-nav .navbar-nav .nav-link:before {
        height: 0;
        width: .25rem;
        border-radius: 0rem .125rem .125rem 0rem;
        top: 50%;
        left: 0px;
        transform: translateY(-50%);
    }

    .primary-nav .navbar-nav .nav-item .nav-link.show:before, .primary-nav .navbar-nav .nav-item:hover .nav-link:before {
        height: 2rem;
        width: .25rem;
        opacity: 1;
    }

    .primary-nav .navbar-nav .nav-item.dropdown .nav-link:after {
        margin-left: .625rem;
        vertical-align: 0em;
        border: none;
        content: "";
        background-size: contain;
        background-image: url(../images/btn-caret.svg);
        background-repeat: no-repeat;
        width: .5rem;
        height: 0.875rem;
        position: relative;
        display: inline-flex;
        bottom: -.125rem;
        transform: rotate(90deg);
        transition: all .15s ease-out !important;
    }

    .primary-nav .navbar-nav .nav-item.dropdown .nav-link.show:after {
        transform: rotate(-90deg);
    }

    .navbar .dropdown .dropdown-menu {
        transform: inherit;
    }

    .navbar .dropdown-menu-inner {
        padding: 28px 24px;
        margin: 0 24px 16px 24px;
        flex-direction: column;
        gap: 22px;
    }

    .navbar .dropdown-item {
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        margin: 8px 0;
        text-wrap-mode: wrap;
    }

    .navbar .nav-signin-wrapper .dropdown-item {
        text-wrap-mode: nowrap;
    }

    .navbar .eyebrow {
        margin-bottom: 10px;
        text-wrap-mode: wrap;
    }

    .nav-signin-wrapper {
        width: auto;
    }

    .main-nav .container-fluid .nav-signin-wrapper .nav-link {
        font-size: 14px;
        padding: 1.25rem 0 1.25rem 0;
        margin-left: 1.625rem;
    }

    .navbar .nav-signin-wrapper .dropdown-menu-inner {
        margin: 16px 0 0 0;
    }

    .container-fluid {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }

    .navbar-brand {
        margin: auto;
    }

    h1 {
        font-size: 36px;
        margin-bottom: 1rem;
    }

    p {
        font-size: 18px;
        margin-bottom: 24px;
    }

    h2 {
        font-size: 32px;
        margin-bottom: 18px;
        margin-top: -6px;
    }

    .hero {
        padding-top: 64px;
    }

    .margin-vertical {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .h2-icon {
        display: block;
        margin: -10px auto 4px auto;
        width: 44px;
    }

    .h3-icon {
        width: 44px;
        margin-right: 2px;
    }

    .eyebrow {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .hero-img {
        height: 440px;
        min-height: inherit;
    }

    .hero-img-short {
        height: 340px;
    }

    .btn.btn-primary {
        font-size: 16px;
        height: 40px;
        padding: 0 20px;
    }

    .number-headline {
        font-size: 64px;
    }

    .combo-headline {
        font-size: 16px;
        margin-bottom: 18px;
    }

    .module {
        padding: 28px;
    }

    .module-headline-w-img {
        padding: 28px 28px 0 28px;
    }

    .btn.btn-secondary-lg {
        font-size: 16px;
    }

        .btn.btn-secondary-lg:after {
            margin-left: 8px;
            width: 8px;
            height: 14px;
        }

    .btn.btn-caret:after {
        margin-left: 9px;
        width: 8px;
        height: 16px;
    }

    .btn-icon {
        margin-left: -6px;
        margin-right: 8px;
        width: 24px;
    }

    .btn.btn-primary-lg {
        font-size: 16px;
        height: 44px;
        padding: 0 24px;
    }

    .btn.btn-primary-sm {
        padding: 0 .875rem;
        height: 2rem;
        font-size: 12px;
        letter-spacing: -0.12px;
    }

    h3, .h3 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    h4, .h4 {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .btn.btn-secondary-caps {
        font-size: 12px;
    }

    .article-description h3 {
        font-size: 18px;
    }

    .article-description {
        padding: 16px 16px 16px 16px;
    }

    .read-time {
        font-size: 12px;
    }

    .rating-text {
        font-size: 28px;
        margin-bottom: 22px;
    }

    .star {
        width: 26px;
    }

    .rating-star {
        padding: 8px;
        border-radius: 8px;
    }

    .trustpilot-logo {
        width: 200px;
        margin-bottom: 20px;
    }

    .module-md {
        padding: 24px 24px 32px 24px;
    }

    .module-sm {
        padding: 24px;
    }

    .quote-mark {
        width: 44px;
        margin-bottom: 24px;
    }

    .accordion-button {
        font-size: 18px;
    }

    .app-btn {
        width: 132px;
    }

    .form-control {
        font-size: 16px;
        height: 48px;
        padding: 12px 16px;
        width: 150px;
    }

    .btn.dropdown-toggle {
        font-size: 12px;
        letter-spacing: 2px;
        height: 48px;
    }

    .dropdown-toggle:after {
        font-size: 20px;
        margin-left: auto;
    }

    .footer-get-a-quote .insurance-dropdown .dropdown-item {
        font-size: 12px;
        letter-spacing: 2px;
        height: 44px;
    }

    .contact-us {
        width: 100%;
    }

    .footer .assuranceamerica-logo {
        max-width: 218px;
        width: 62%;
    }

    .contact-us h3 {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .footer h3, .footer h4 {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .footer-link {
        font-size: 14px;
    }

    .contact-us p {
        font-size: 14px;
    }

    .footer li {
        margin-bottom: 4px;
    }

    .footer-get-a-quote {
        border-radius: 16px;
        padding: 24px;
    }

    .navbar-nav .app-btn {
        width: 120px;
    }

    .mobile-nav-bg {
        width: 100vw;
        height: 100vh;
        position: fixed;
        background: #000;
        top: 0;
        left: 0;
        opacity: 0;
        z-index: 9;
        transition: opacity .16s ease-out;
    }

    .collapsed .mobile-nav-bg {
        opacity: 0;
        transition: none;
        visibility: hidden;
    }

    .nav-div-below:after {
        content: "";
        width: 100%;
        border-bottom: 1px solid #9db2c85e;
        position: relative;
        display: block;
        margin: 12px 0;
    }

    .tertiary-nav .nav-link {
        font-size: 10px;
    }

    .tertiary-nav {
        height: 76px;
    }

    .logo-assurance-group {
        width: calc(100% - 32px);
    }

    .hero-content {
        min-height: 360px;
    }

    .h4-icon {
        width: 48px;
        margin-bottom: 6px;
    }

    h5, .h5 {
        font-size: 26px;
        font-weight: 600;
        line-height: 1.2;
        letter-spacing: 0;
        margin-bottom: 20px;
    }

    hr {
        margin: 46px 0
    }

    .h3-logo {
        max-width: 300px;
    }

    .eyebrow-sm {
        font-size: 10px;
        margin-bottom: 8px;
    }

    .preview-title {
        font-size: 32px;
    }

    .preview-arrow {
        width: 60px;
    }

    h6, .h6 {
        font-size: 18px;
        margin-bottom: 24px;
    }

    .director {
        font-size: 18px;
    }

    .leadership-bio.collapse:not(.show) {
        height: 138px !important;
    }

    .carousel-indicators {
        bottom: 29%;
    }


    .h2-icon-sm {
        margin-top: -8px;
        margin-right: 10px;
        width: 24px;
    }

    td {
        font-size: 18px;
    }

    th {
        font-size: 18px;
    }

    .bulleted-list {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    .hero-get-a-quote .btn.dropdown-toggle {
        display: flex;
        border: 1px solid #808080 !important;
        color: #3a6591 !important;
    }

    .hero-get-a-quote {
        margin-top: -48px;
    }

    .hero-get-a-quote-inner {
        padding: 24px;
        background: #ffffff;
        height: inherit;
        box-shadow: 0 0 24px 0 #00000040;
        flex-wrap: wrap;
    }

    .hero-get-a-quote .insurance-icon {
        margin: 0 8px 0 0;
        width: 36px;
        filter: brightness(50%) sepia(100%) hue-rotate(178deg) saturate(300%) !important;
    }

    .hero-get-a-quote .btn.btn-primary-sm {
        position: relative;
        left: 50% !important;
        transform: translateX(-50%);
        bottom: 0;
        font-size: 14px;
        height: 38px;
        padding: 0 20px;
        color: #ffffff;
        margin-top: 16px;
        margin-left: -79px;
    }

    .hero-get-a-quote .form-control {
        font-size: 16px;
        height: 48px;
        padding: 12px 16px;
        width: 150px;
        margin: 0 8px 0 0;
        border: 2px solid #1C6CBA !important;
    }

    .hero-get-a-quote .dropdown-menu.show {
        width: 100%;
        padding: 8px 0;
        border: 1px solid #808080;
        display: block;
        background: #ffffff;
        z-index: 1;
    }

    .hero-get-a-quote .dropdown-menu {
        display: none;
    }

    .insurance-dropdown-wrapper {
        flex-direction: column;
    }

    .hero-get-a-quote .input-wrapper:after {
        content: none;
    }

    .hero-get-a-quote .btn.btn-primary-sm:after {
        content: none;
    }

    .hero-imgs {
        width: 100vw;
        left: 50%;
        position: relative;
        transform: translateX(-50%);
        margin-left: 0;
    }

    .carousel-module .hero-imgs-left {
        width: 100%;
    }

    .hero-img-alpha {
        width: 100%;
        height: auto;
    }

    .hero-img {
        height: auto !important;
        width: 100%;
        transform: translateX(0);
    }

    .hero-img-cropped {
        clip-path: url(#hero-img-right-mobile);
    }

    .hero-imgs-left .hero-img {
        transform: translateX(0);
    }

    .hero-imgs-left .hero-img-cropped {
        clip-path: url(#hero-img-left-mobile);
    }

    .img-ratio {
        height: auto;
        width: 100%;
    }

    .carousel-indicators {
        bottom: 66px;
    }

    .img-match-ratio {
        object-position: left;
    }

    .hero-imgs-left .img-match-ratio {
        object-position: right;
    }

    .hero-get-a-quote .insurance-dropdown .dropdown-item {
        height: 44px;
        flex-direction: row;
        text-align: left;
        font-weight: 700;
        line-height: 24px;
        text-transform: uppercase;
        color: #3a6591 !important;
        padding: 8px 16px;
        margin-top: 0;
        border-radius: 0 !important;
        background: #ffffff !important;
    }

        .hero-get-a-quote .insurance-dropdown .dropdown-item:hover {
            background: #EEF5FD !important;
        }

    .selected img.insurance-icon {
        filter: none;
    }

    .quick-links {
        gap: 9px;
        flex-direction: column;
    }

        .quick-links .btn.btn-primary-lg {
            margin: auto;
        }

    .btn.btn-blue-sm {
        color: #ffffff !important;
        background-color: #1C6CBA;
    }

        .btn.btn-blue-sm:hover {
            color: #ffffff !important;
            background-color: #5598EA;
        }

        .btn.btn-blue-sm:active {
            color: #ffffff !important;
            background-color: #093F75 !important;
        }

    .hero-content {
        min-height: 300px;
    }

    .half-bright-blue-bg:after {
        width: 100vw;
        right: 50%;
        transform: translateX(50%);
    }

    .margin-bottom-div-sm {
        margin-bottom: 0px;
    }

    .margin-top-div-sm {
        margin-top: 32px;
    }

    .preview-title {
        font-size: 18px;
    }

    .preview-content {
        padding: 12%;
    }

    .preview-arrow {
        width: 36px;
    }

    .hero-carousel-margin {
        margin-top: 0px;
        margin-bottom: auto;
    }

    .bulleted-list {
        column-count: 1;
    }
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

    .article-thumb {
        height: 140px;
    }

    .insurance-dropdown-wrapper {
        max-width: 240px;
        margin: auto;
        width: 100%;
    }

    .footer-get-a-quote .form-control {
        width: 100%;
        max-width: inherit;
    }

    .hero-get-a-quote-inner {
        flex-direction: column;
        display: inline-flex;
    }

    .hero-get-a-quote .form-control {
        max-width: 240px;
        width: 100%;
        margin: 0 auto 8px auto;
    }

    .hero-get-a-quote .btn.btn-primary-sm {
        margin-left: 0;
    }

    .footer-get-a-quote {
        display: inline-block;
    }

    .more-directors {
        column-count: 1;
    }

    tr {
        display: flex;
        flex-direction: column;
        padding: 24px 0 0 0;
        border-bottom: 1px solid #9DB2C8;
    }

        tr:first-child {
            padding: 0;
        }

        tr:last-child {
            border-bottom: none;
        }

            tr:last-child td:last-child {
                padding: 0 !important;
            }

    thead {
        display: none;
    }

    td {
        padding: 0 0 24px 0 !important;
        border: none;
        display: flex;
    }

    table .btn.btn-secondary-lg {
        font-size: 18px;
    }

    .table-mobile-header {
        width: 100px;
        font-weight: 600;
        display: inline;
    }
}

/*iPhone 5 (older portrait phones, less than 375px)*/
@media (max-width: 374.98px) {
    .number-headline {
        font-size: 56px;
    }
}