:root {
	--greenP:#367a3d;
	--greenPHover:#255B06;
	--claret:#75013f;
	--claretHover:#52012C;
	--warmGray:#f5f2ef;
	--warmGrayWg:#eae5df;
	--grayBorder:#cdc4ba;
	--linkColor:#0d5996;
	--linkHover:#19446A;
	--fushia:#fe3082;
    --fushiaLight:#ffeaf3;
	--lightGray:#f3f3f3;
	--beigeLight:#f9f7f5;
	--darkTextColor:#1a1a1a;
  }


  @font-face {
    font-family: trust sans;
    src: url(../fonts/trust/sans/regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: trust sans;
    src: url(../fonts/trust/sans/italic.woff2) format("woff2");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: trust sans;
    src: url(../fonts/trust/sans/regular.woff2) format("woff2");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: trust sans;
    src: url(../fonts/trust/sans/bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: trust serif;
    src: url(../fonts/trust/serif/regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: trust serif;
    src: url(../fonts/trust/serif/italic.woff2) format("woff2");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: trust serif;
    src: url(../fonts/trust/serif/bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal
}

*, ::after, ::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family:trust sans, Arial, san serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    color: var(--darkTextColor);
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 10px
}

p {
    margin-top: 0;
    margin-bottom: 10px
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 500
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: 700
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: var(--linkColor);
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: var(--linkHover);
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code, kbd, pre, samp {
    font-family: "lucida console";
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: 0;
    padding-bottom: 0;
    color: #484848;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: 20px
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

select {
    word-wrap: normal
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

@media (max-width: 1200px) {
    legend {
        font-size: calc(1.275rem + .3vw)
    }
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

sup {
    font-family: arial
}

.hidden {
    display: none !important
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.facebook-widget-wrapper {
    margin: 20px 0;
    text-align: right
}

@-webkit-keyframes cqb-fade {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.header-xlarge {
    color: #3a5a78;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px
}

.header-xlarge-center {
    color: #3a5a78;
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px
}

.header-xlarge-secondary {
    color: #3a5a78;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px
}

.header-xlarge-secondary-center {
    color: #3a5a78;
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px
}

@media (min-width: 992px) {
    .header-xlarge, .header-xlarge-center, .header-xlarge-secondary, .header-xlarge-secondary-center {
        font-size: 28px
    }
}

.header-large {
    color: #3a5a78;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px
}

.header-large-center {
    color: #3a5a78;
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px
}

.header-large-secondary {
    color: #3a5a78;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px
}

.header-large-secondary-center {
    color: #3a5a78;
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px
}

.header-medium {
    color: #3a5a78;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px
}

.header-medium-center {
    color: #3a5a78;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px
}

.header-medium-secondary {
    color: #3a5a78;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px
}

.header-medium-secondary-center {
    color: #3a5a78;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px
}

.header-small {
    color: #3a5a78;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 10px
}

.header-small-center {
    color: #3a5a78;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px
}

.header-small-secondary {
    color: #3a5a78;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px
}

.header-small-secondary-center {
    color: #3a5a78;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px
}

[class^=header-large] a, [class^=header-medium] a, [class^=header-small] a {
    color: #3a5a78
}

[class^=header-large] a:hover, [class^=header-medium] a:hover, [class^=header-small] a:hover {
    color: #3a5a78
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

@font-face {
    font-family: 'HCo Gotham';
    src: url(https://s0.hfdstatic.com/sites/the_hartford/fonts/F2A3A0806ACF4443C.woff2) format("woff2"), url(https://s0.hfdstatic.com/sites/the_hartford/fonts/F2A3A0806ACF4443C.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'HCo Gotham';
    src: url(https://s0.hfdstatic.com/sites/the_hartford/fonts/44A2E3DACA40601DC.woff2) format("woff2"), url(https://s0.hfdstatic.com/sites/the_hartford/fonts/44A2E3DACA40601DC.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'HCo Gotham';
    src: url(https://s0.hfdstatic.com/sites/the_hartford/fonts/3B378E5863CC7B3F9.woff2) format("woff2"), url(https://s0.hfdstatic.com/sites/the_hartford/fonts/3B378E5863CC7B3F9.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'HCo Gotham';
    src: url(https://s0.hfdstatic.com/sites/the_hartford/fonts/443E40AF8E40D5DFB.woff2) format("woff2"), url(https://s0.hfdstatic.com/sites/the_hartford/fonts/443E40AF8E40D5DFB.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.flex-row {
    margin-left: -15px;
    margin-right: -15px
}

@media (min-width: 768px) {
    .flex-row {
        display: flex
    }
}

.flex-row > .flex-col-sm {
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .flex-row > .flex-col-sm {
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 0
    }

    .flex-row > .flex-col-sm > article {
        height: calc(100% - 20px)
    }

    .flex-row > .flex-col-sm:nth-last-child(1):first-child > article {
        height: auto
    }
}

@media (min-width: 768px) {
    .flex-row.row-layout-33-66 > .flex-col-sm:first-child {
        width: 33.33%;
        flex-basis: auto;
        margin-left: 15px;
        padding-left: 0;
        padding-right: 0
    }

    .flex-row.row-layout-33-66 > .flex-col-sm:last-child {
        width: 66.66%;
        flex-basis: auto;
        padding-left: 30px;
        padding-right: 0;
        margin-right: 15px
    }

    .flex-row.row-layout-66-33 > .flex-col-sm:last-child {
        width: 33.33%;
        flex-basis: auto;
        margin-right: 15px;
        padding-right: 0;
        padding-left: 0;
        order: 1
    }

    .flex-row.row-layout-66-33 > .flex-col-sm:first-child {
        width: 66.66%;
        flex-basis: auto;
        padding-right: 30px;
        padding-left: 0;
        margin-left: 15px
    }
}

@media (max-width: 768px) {
    .flex-row.row-layout-66-33 {
        display: flex;
        flex-direction: column
    }

    .flex-row.row-layout-66-33 > .flex-col-sm:first-child {
        order: 2
    }
}

@media (min-width: 768px) {
    .flex-row.row-layout-3-col-wrap {
        flex-wrap: wrap
    }

    .flex-row.row-layout-3-col-wrap > .flex-col-sm {
        width: 33.33%;
        flex: 0 0 auto
    }

    .flex-row.row-layout-4-col-wrap {
        flex-wrap: wrap
    }

    .flex-row.row-layout-4-col-wrap > .flex-col-sm {
        width: 25%;
        flex: 0 0 auto
    }

    .flex-row.row-layout-2-col-wrap {
        flex-wrap: wrap
    }

    .flex-row.row-layout-2-col-wrap > .flex-col-sm {
        width: 50%;
        flex: 0 0 auto
    }
}

@media (min-width: 576px) {
    .flex-row.row-layout-5-max-wrap {
        flex-wrap: wrap;
        display: flex
    }

    .flex-row.row-layout-5-max-wrap > .flex-col-sm {
        width: 50%;
        flex: 1 1 auto
    }

    .flex-row.row-layout-5-max-wrap > .flex-col-sm > article {
        height: calc(100% - 20px)
    }

    .flex-row.row-layout-5-max-wrap > .flex-col-sm:nth-last-child(1):first-child > article {
        height: auto
    }
}

@media (min-width: 768px) {
    .flex-row.row-layout-5-max-wrap {
        flex-wrap: wrap
    }

    .flex-row.row-layout-5-max-wrap > .flex-col-sm {
        width: 33.33%;
        flex: 0 0 auto
    }
}

@media (min-width: 992px) {
    .flex-row.row-layout-5-max-wrap {
        flex-wrap: wrap
    }

    .flex-row.row-layout-5-max-wrap > .flex-col-sm {
        width: 25%;
        flex: 0 0 auto
    }
}

@media (min-width: 1200px) {
    .flex-row.row-layout-5-max-wrap {
        flex-wrap: wrap
    }

    .flex-row.row-layout-5-max-wrap > .flex-col-sm {
        width: 20%;
        flex: 0 0 auto
    }
}

@media (min-width: 768px) {
    .flex-row.row-layout-4-max-wrap {
        flex-wrap: wrap
    }

    .flex-row.row-layout-4-max-wrap > .flex-col-sm {
        width: 50%;
        flex: 0 0 auto
    }
}

@media (min-width: 992px) {
    .flex-row.row-layout-4-max-wrap {
        flex-wrap: wrap
    }

    .flex-row.row-layout-4-max-wrap > .flex-col-sm {
        width: 33.33%;
        flex: 0 0 auto
    }
}

@media (min-width: 1200px) {
    .flex-row.row-layout-4-max-wrap {
        flex-wrap: wrap
    }

    .flex-row.row-layout-4-max-wrap > .flex-col-sm {
        width: 25%;
        flex: 0 0 auto
    }
}

@media (min-width: 768px) {
    .flex-row.row-layout-3-max-wrap {
        flex-wrap: wrap
    }

    .flex-row.row-layout-3-max-wrap > .flex-col-sm {
        width: 50%;
        flex: 0 0 auto
    }
}

@media (min-width: 1200px) {
    .flex-row.row-layout-3-max-wrap {
        flex-wrap: wrap
    }

    .flex-row.row-layout-3-max-wrap > .flex-col-sm {
        width: 33.33%;
        flex: 0 0 auto
    }
}

.expanded-row-primary {
    background-color: #fff;
    margin-bottom: 2em;
    padding: 3em 0 2em
}

.expanded-row-primary-border-top {
    background-color: #fff;
    margin: 3em 0 2em;
    padding: 0 0 2em
}

.expanded-row-primary-border-top .container:before {
    content: " ";
    display: block;
    width: 100%;
    height: 1px;
    border-top: 8px solid #e4eff6;
    padding-top: 3em
}

.expanded-row-secondary {
    background-color: #f2f2f2;
    margin-bottom: 2em;
    padding: 3em 0 2em
}

.expanded-row-tertiary {
    background-color: #e4eff6;
    border-top: 1px solid #3a5a78;
    margin-bottom: 2em;
    padding: 3em 0 2em
}

.expanded-row-tertiary-noborder {
    background-color: #e4eff6;
    margin-bottom: 2em;
    padding: 3em 0 2em
}

[class$="-width-row"] > [class^=header-] {
    margin-bottom: 20px
}

.expanded-row-primary + .expanded-row-primary, .expanded-row-primary-border-top + .expanded-row-primary-border-top, .expanded-row-secondary + .expanded-row-secondary, .expanded-row-tertiary + .expanded-row-tertiary, .expanded-row-tertiary + .expanded-row-tertiary-noborder, .expanded-row-tertiary-noborder + .expanded-row-tertiary, .expanded-row-tertiary-noborder + .expanded-row-tertiary-noborder {
    margin-top: -2em
}

.header-content .expanded-row-primary, .header-content .expanded-row-primary-border-top, .header-content .expanded-row-secondary, .header-content .expanded-row-tertiary, .header-content .expanded-row-tertiary-noborder {
    margin-bottom: 0;
    border-top: 1px solid #ccc;
    padding: 20px 0
}

.header-content .expanded-row-inverse, .header-content .expanded-row-urgent, .header-content .expanded-row-warning {
    margin-bottom: 0
}

.row-action {
    clear: both;
    text-align: center
}

.row-action .btn {
    display: inline-block;
    width: auto;
    padding-left: 60px;
    padding-right: 60px
}

[class^=expanded-row] {
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 768px) {
    .xlarge-width-row {
        width: 90%;
        max-width: 1080px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 768px) {
    .large-width-row {
        width: 70%;
        max-width: 1080px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 768px) {
    .medium-width-row {
        width: 60%;
        max-width: 1080px;
        margin-left: auto;
        margin-right: auto
    }
}

.page-header {
    padding-top: 10px
}

.page-header .flex-row {
    margin-left: 0;
    margin-right: 0
}

.site-logo {
    text-align: center
}

.site-logo h1 {
    margin: 0
}

.site-logo-desktop {
    max-width: 340px
}

.header-utility {
    text-align: center
}

.header-phone {
    margin: 4px
}

.header-phone-number-link {
    color: #484848;
    text-decoration: none;
    cursor: default
}

.header-phone-number-link:hover {
    color: #484848;
    text-decoration: none;
    cursor: default
}

.header-phone-desktop {
    font-weight: 700;
    font-size: 1.375rem;
    white-space: nowrap;
    text-decoration: underline;
    display: block
}

@media (max-width: 768px) {
    .header-utility {
        margin-top: 2px;
        margin-right: -15px;
        margin-left: -15px;
        padding: 2px 15px;
        border-top: 1px solid #ccc
    }
}

@media (min-width: 768px) {
    .page-header .flex-row {
        display: flex;
        justify-content: space-between
    }

    .site-logo {
        text-align: left;
        width: 340px
    }

    .header-utility {
        text-align: right;
        max-width: 500px
    }

    .header-phone {
        margin-top: 15px
    }

    .header-phone-desktop {
        display: inline;
        text-decoration: none
    }
}

.quote-space {
    margin-top: 4px;
    margin-bottom: 40px
}

.quote-area {
    background-color: #e4eff6;
    padding-top: 20px;
    padding-bottom: 20px
}

.page-heading, .quote-area {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px
}

.page-heading {
    background-color: #e4eff6;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #3a5a78
}

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

#retrieve-quote {
    width: 100%
}

#retrieve-quote button {
    width: auto;
    min-width: 50%;
    margin: 0 auto
}

.qb-description, .qb-heading {
    text-align: center
}

.qs-image-right-overlapped {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #ccc
}

.qs-image-right-overlapped .qs-image {
    order: 1
}

.qs-image-right-overlapped .qs-text {
    position: relative;
    order: 2;
    margin-top: calc(10px - 35vw)
}

.qs-image-right-overlapped .quote-area {
    width: auto;
    margin-right: 15px;
    margin-left: 15px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 10px 0 rgba(100, 100, 100, .4)
}

.qs-image-right-overlapped .hero-img {
    width: 100%
}

.qs-image-right-overlapped .qb-description, .qs-image-right-overlapped .qb-heading {
    display: none
}

.qs-image-full {
    display: flex;
    flex-direction: column;
    margin-top: 0
}

.qs-image-full .qs-image {
    order: 1
}

.qs-image-full .qs-text {
    position: relative;
    order: 2
}

.qs-image-full .quote-area {
    background-color: #fff;
    box-shadow: 2px 2px 16px 0 rgba(60, 60, 100, .8)
}

@media (min-width: 768px) {
    .qs-image-full .quote-area {
        width: 570px
    }
}

.qs-image-full .hero-img {
    width: 100%
}

@media (max-width: 768px) {
    .qs-image-full .qs-image, .qs-image-right-overlapped .qs-image {
        background-image: none !important
    }
}

@media (min-width: 768px) {
    .quote-space {
        display: flex;
        margin-top: 20px;
        margin-bottom: 60px
    }

    .qs-image, .qs-text {
        width: 50%
    }

    .qs-text {
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .quote-area {
        width: 360px;
        padding-right: 30px;
        padding-left: 30px
    }

    .page-heading {
        padding-right: 30px;
        padding-left: 30px
    }

    .hero-image {
        padding: 0;
        margin: 0
    }

    .qs-image-right .quote-area {
        margin-right: 0;
        display: flex;
        height: 100%;
        align-items: center
    }

    .qs-image-right .hero-image {
        margin-left: 0
    }

    .qs-image-left .quote-area {
        margin-left: 0;
        display: flex;
        height: 100%;
        align-items: center
    }

    .qs-image-left .hero-image {
        margin-right: 0;
        text-align: right
    }

    .qs-image-left .qs-text {
        order: 2
    }

    .qs-image-right-overlapped {
        flex-direction: row
    }

    .qs-image-right-overlapped .qs-text {
        display: block;
        width: 50%;
        position: relative;
        z-index: 9;
        margin-top: 40px;
        margin-bottom: 40px;
        order: 1
    }

    .qs-image-right-overlapped .qs-image {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 100% 50%;
        max-width: 650px
    }

    .qs-image-right-overlapped .qs-image > div {
        display: none
    }

    .qs-image-right-overlapped .quote-area {
        margin-right: -100px;
        margin-left: auto;
        width: 460px;
        box-shadow: 10px 10px 15px 0 rgba(100, 100, 100, .4);
        position: relative
    }

    .qs-image-right-overlapped .qb-description, .qs-image-right-overlapped .qb-heading {
        display: block
    }

    .qs-image-full {
        flex-direction: column
    }

    .qs-image-full .qs-image, .qs-image-full .qs-text {
        width: auto
    }

    .qs-image-full .qs-image {
        order: 1
    }

    .qs-image-full .qs-text {
        order: 2;
        margin-top: -30px
    }

    .qs-image-full + .photo-caption {
        margin-top: -60px
    }
}

@media (min-width: 992px) {
    .quote-area {
        width: 470px
    }

    .qs-image-right-overlapped .quote-area {
        width: 564px
    }

    .qs-image-full .qs-text {
        margin-top: -100px
    }
}

@media (min-width: 1200px) {
    .quote-area {
        width: 570px
    }

    .qs-image-right-overlapped .quote-area {
        width: 670px
    }

    .qs-image-full {
        display: grid;
        grid-template-columns:50%
    }

    .qs-image-full .qs-text {
        grid-row: 1;
        grid-column: 1;
        margin-top: 0;
        margin-left: 20px
    }

    .qs-image-full .qs-image {
        grid-row: 1;
        grid-column: 1/3
    }
}

.photo-caption {
    display: none
}

@media (min-width: 768px) {
    .photo-caption {
        display: block;
        background-color: #3a5a78;
        color: #fff;
        padding: 10px 0;
        text-align: right
    }

    .photo-caption a {
        color: #fff !important
    }
}

.qb-heading {
    font-weight: 700;
    font-size: 1.875rem;
    font-family:trust serif;
    line-height: 1.1;
    margin-bottom: 20px
}

.qb-description {
    font-size: 1rem;
    margin-bottom: 24px
}

#get-quote {
    animation-name: cqb-fade;
    animation-duration: .75s;
    animation-iteration-count: 1;
    animation-timing-function: linear
}

#retrieve-quote {
    animation-name: cqb-fade;
    animation-duration: .75s;
    animation-iteration-count: 1;
    animation-timing-function: linear
}

#retrieve-quote .extra-links {
    text-align: center
}

.savings-message {
    font-family:trust serif;
    font-size: 20px;
    color: #fff;
    background-color: var(--fushia);
    padding: 10px 10px 10px 25px;
    margin-bottom: 30px;
    margin-left: -15px
}

.savings-message span:first-child {
    font-size: 28px
}

.savings-message .savings-amount {
    font-weight: 700;
    font-size: 28px
}

.qs-image-full .qb-heading {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 12px
}

form .btn{
    font-family:trust serif;
}

.qs-image-full .qb-description {
    font-size: .9rem
}

.qs-image-full .additional-copy, .qs-image-full .extra-links, .qs-image-full .pwr-ratings {
    margin: 15px 0
}

.qs-image-full .savings-message {
    display: inline-block;
    padding-right: 40px
}

@media (min-width: 768px) {
    .qs-image-full .savings-message {
        padding-right: 60px
    }
}

@media (min-width: 768px) {
    .savings-message {
        margin-left: -30px;
        width: 80%;
        position: relative
    }

    .savings-message::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
    }

    .savings-message::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
    }
}

@media (min-width: 992px) {
    .qb-heading {
        xfont-size: 2.5rem
    }

    #retrieve-quote .qb-heading {
        xfont-size: 1.875rem
    }

    .qb-description {
        xfont-size: 1.375rem
    }
}

.form-group {
    margin-bottom: 8px
}

.additional-copy, .extra-links, .pwr-ratings {
    margin: 20px 0
}

.form-side-by-side {
    max-width: 400px;
    margin: 10px auto;
    padding: 0 30px
}

@media (min-width: 768px) {
    .form-side-by-side {
        max-width: 480px
    }
}

.form-side-by-side .zip-input {
    height: 42px
}

@media (min-width: 1200px) {
    .form-side-by-side {
        display: flex;
        align-items: flex-start
    }

    .form-side-by-side .form-group {
        flex-basis: 40%;
        margin-right: 10px
    }

    .form-side-by-side button.btn {
        flex: 1 0 60%
    }
}

@media (min-width: 1680px) {
    .form-side-by-side {
        display: block
    }

    .form-side-by-side .form-group {
        margin-right: 0
    }
}

.pwr-ratings div {
    display: inline-block;
    vertical-align: bottom
}

.hig-aggregate-stars {
    padding-bottom: 3px;
    vertical-align: top
}

.additional-copy, .extra-links, .hig-review-snippet {
    text-align: center
}

@media (min-width: 768px) and (max-width: 992px) {
    .retrieveaquote .form-side-by-side {
        display: block;
        align-items: flex-start;
        margin: 10px 0
    }

    .retrieveaquote .form-side-by-side > * {
        width: 100% !important;
        margin-bottom: 10px
    }

    .retrieveaquote .form-side-by-side > :first-child {
        margin-right: 0
    }

    .retrieveaquote .form-side-by-side > :last-child {
        margin-left: 0
    }
}

label {
    display: inline-block;
    margin-bottom: 5px
}

.form-group input:placeholder-shown {
    color: #767676
}

.form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857;
    color: #484848;
    background-color: #fff;
    background-image: none;
    border: 1px solid #3a5a78;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-controlinput {
    height: 2.5rem
}

.has-error .form-control {
    border-color: #dc3942;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error label {
    color: #dc3942
}

.help-block.with-errors {
    color: #dc3942
}

.help-block.with-errors .list-unstyled {
    margin-bottom: 0
}

.help-block.with-errors li {
    position: relative;
    padding: 4px 0 4px 22px
}

.help-block.with-errors li::before {
    content: "!";
    position: absolute;
    left: 0;
    top: 6px;
    height: 14px;
    width: 14px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 50%;
    color: #fff;
    background-color: #dc3942;
    text-align: center
}

.btn, a.btn {
    border: none;
    border-radius: 0;
    color: #fff;
    font-style: normal;
    padding: .75em 1em;
    text-align: center;
    vertical-align: middle;
    white-space: normal
}

.btn.active, .btn:active, a.btn.active, a.btn:active {
    -moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .5);
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .5);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .5)
}

.btn-default, a.btn-default {
    background-color: #f7f7f7;
    border: 1px solid #dadada;
    color: #484848;
    font-style: normal
}

.btn-default:hover, a.btn-default:hover {
    background-color: #ededed
}

.btn-primary, a.btn-primary {
    background-color: var(--claret);
    color: #fff
}

.btn-primary:hover, .btn-primary:hover:focus, a.btn-primary:hover, a.btn-primary:hover:focus {
    background-color: var(--claretHover);
    color: #fff
}

.btn-primary:focus, a.btn-primary:focus {
    background-color: #118654;
    color: #fff
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary:active.focus, .btn-primary:active:focus, a.btn-primary.active.focus, a.btn-primary.active:focus, a.btn-primary:active.focus, a.btn-primary:active:focus {
    background-color: #13a060;
    border-color: #13a060;
    color: #fff
}

.btn-primary fieldset[disabled], .btn-primary.disabled, .btn-primary[disabled], a.btn-primary fieldset[disabled], a.btn-primary.disabled, a.btn-primary[disabled] {
    background-color: #ededed;
    color: #888
}

.btn-primary fieldset[disabled]:focus, .btn-primary fieldset[disabled]:hover, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, a.btn-primary fieldset[disabled]:focus, a.btn-primary fieldset[disabled]:hover, a.btn-primary.disabled:focus, a.btn-primary.disabled:hover, a.btn-primary[disabled]:focus, a.btn-primary[disabled]:hover {
    background-color: #ededed;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #888
}

.btn-secondary, a.btn-secondary {
    background-color: #3a5a78;
    color: #fff
}

.btn-secondary:hover, .btn-secondary:hover:focus, a.btn-secondary:hover, a.btn-secondary:hover:focus {
    background-color: #4d7495;
    color: #fff
}

.btn-secondary:focus, a.btn-secondary:focus {
    background-color: #3a5a78;
    color: #fff
}

.btn-secondary.active.focus, .btn-secondary.active:focus, .btn-secondary:active.focus, .btn-secondary:active:focus, a.btn-secondary.active.focus, a.btn-secondary.active:focus, a.btn-secondary:active.focus, a.btn-secondary:active:focus {
    background-color: #4d7495;
    border-color: #4d7495;
    color: #fff
}

.btn-secondary fieldset[disabled], .btn-secondary.disabled, .btn-secondary[disabled], a.btn-secondary fieldset[disabled], a.btn-secondary.disabled, a.btn-secondary[disabled] {
    background-color: #ededed;
    color: #888
}

.btn-secondary fieldset[disabled]:focus, .btn-secondary fieldset[disabled]:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled]:hover, a.btn-secondary fieldset[disabled]:focus, a.btn-secondary fieldset[disabled]:hover, a.btn-secondary.disabled:focus, a.btn-secondary.disabled:hover, a.btn-secondary[disabled]:focus, a.btn-secondary[disabled]:hover {
    background-color: #ededed;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #888
}

.btn-secondary-paired, a.btn-secondary-paired {
    border: 1px solid #dadada;
    font-weight: 500;
    background-color: #fff;
    color: #216bab
}

.btn-secondary-paired fieldset[disabled], .btn-secondary-paired.disabled, .btn-secondary-paired[disabled], a.btn-secondary-paired fieldset[disabled], a.btn-secondary-paired.disabled, a.btn-secondary-paired[disabled] {
    border: 1px solid #ededed
}

.btn-secondary-paired:hover, .btn-secondary-paired:hover:focus, a.btn-secondary-paired:hover, a.btn-secondary-paired:hover:focus {
    background-color: #4d7495;
    color: #fff
}

.btn-secondary-paired:focus, a.btn-secondary-paired:focus {
    background-color: #fff;
    color: #216bab
}

.btn-secondary-paired.active.focus, .btn-secondary-paired.active:focus, .btn-secondary-paired:active.focus, .btn-secondary-paired:active:focus, a.btn-secondary-paired.active.focus, a.btn-secondary-paired.active:focus, a.btn-secondary-paired:active.focus, a.btn-secondary-paired:active:focus {
    background-color: #4d7495;
    border-color: #4d7495;
    color: #fff
}

.btn-secondary-paired fieldset[disabled], .btn-secondary-paired.disabled, .btn-secondary-paired[disabled], a.btn-secondary-paired fieldset[disabled], a.btn-secondary-paired.disabled, a.btn-secondary-paired[disabled] {
    background-color: #fff;
    color: #888
}

.btn-secondary-paired fieldset[disabled]:focus, .btn-secondary-paired fieldset[disabled]:hover, .btn-secondary-paired.disabled:focus, .btn-secondary-paired.disabled:hover, .btn-secondary-paired[disabled]:focus, .btn-secondary-paired[disabled]:hover, a.btn-secondary-paired fieldset[disabled]:focus, a.btn-secondary-paired fieldset[disabled]:hover, a.btn-secondary-paired.disabled:focus, a.btn-secondary-paired.disabled:hover, a.btn-secondary-paired[disabled]:focus, a.btn-secondary-paired[disabled]:hover {
    background-color: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #888
}

.btn-link, a.btn-link {
    color: #216bab;
    font-weight: 500
}

.btn-block {
    display: block;
    width: 100%
}

.page-footer {
    margin-top: 80px
}

.legal {
    margin-top: 40px;
    text-align: right
}

.legal ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 10px
}

.legal ul li {
    display: inline-block;
    padding-left: 20px
}

.legal .copyright {
    border-top: 1px solid #888;
    padding-top: 10px
}

.disclaimer {
    margin: 40px 0;
    color: #888
}

a[href*=data-privacy-opt-out-form] {
    position: relative;
    padding-right: 50px;
    display: inline-block
}

a[href*=data-privacy-opt-out-form]::after {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(https://s0.hfdstatic.com/sites/the_hartford/images/privacyoptions.svg);
    height: 20px;
    width: 42px
}

article {
    margin-bottom: 20px;
    position: relative
}

article a {
    font-weight: 500
}

article .content-title, article [class^=header-], article h1, article h2, article h3, article h4, article h5, article h6 {
    margin-bottom: 10px;
    color: #3a5a78;
    font-weight: 700;
    line-height: 1.4
}

article h1 {
    font-size: 28px;
    margin-top: 0
}

article h2 {
    font-size: 24px;
    margin-top: 0
}

article h3 {
    font-size: 20px;
    margin-top: 0
}

article h4 {
    font-size: 16px;
    margin-top: 0
}

article h1 > a, article h1 > strong, article h2 > a, article h2 > strong, article h3 > a, article h3 > strong, article h4 > a, article h4 > strong {
    font-weight: 700
}

article .content-section {
    margin-bottom: 20px
}

article img {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto 20px;
    width: auto
}

.cw-body {
    font-size: 20px;
    line-height: 1.5
}

.cw-body img {
    max-width: 100%;
    width: auto;
    margin-bottom: 20px
}

.cw-body ul {
    margin-bottom: 25px
}

.cw-body li {
    padding-bottom: 6px
}

.cw-body .img-align-right {
    padding: 4px 0 10px 10px;
    max-width: 100%;
    float: right
}

.cw-body .img-align-left {
    padding: 4px 10px 10px 0;
    max-width: 100%;
    float: left
}

.cw-body .img-align-top {
    padding: 0 10px 10px 10px;
    max-width: 100%
}

.cw-body .img-align-bottom {
    padding: 10px 10px 0 10px;
    max-width: 100%
}

.cw-body .img-align-middle {
    padding: 10px;
    max-width: 100%
}

.cpra-icon a {
    position: relative;
    padding-right: 48px
}

.cpra-icon a::after {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../images/privacyoptions.svg);
    height: 20px;
    width: 42px
}

.qs-image-bottom-corner{
display:flex;
flex-direction:column;
margin-bottom:0;
}
.qs-image-bottom-corner .qs-text{
order:2;
}
.qs-image-bottom-corner .qs-image{
order:1;
}
.qs-image-bottom-corner .hero-image{
text-align:center;
}
.qs-image-bottom-corner .quote-area{
padding-top:0;
background-color:transparent;
}
.qs-image-bottom-corner .savings-message{
margin-right:-15px;
color:var(--fushia);
text-align:center;
background-color:transparent;
padding:10px;
}
.qs-image-bottom-corner .savings-message::before,
.qs-image-bottom-corner .savings-message::after{
content:none;
}
.qs-image-bottom-corner .savings-message span:first-child,
.qs-image-bottom-corner .savings-amount{
font-size:inherit;
}
.qs-image-bottom-corner .savings-message span:first-child::before{
content: "$";
display: inline-block;
height: 25px;
width: 25px;
text-align: center;
border-radius: 50%;
line-height: 25px;
color: #fff;
background-color: var(--fushia);
font-weight: 400;
font-size: 16px;
position: relative;
top: -2px;
margin-right: 6px;
}

@media (min-width: 768px) {
    .qs-image-bottom-corner,
    .qs-image-bottom-corner .quote-area{
    background-color:transparent;
    }
    .qs-image-bottom-corner{
    display:block;
    }
    .qs-image-bottom-corner .qs-image{
    max-width:1200px;
    margin:0 auto;
    width:auto;
    }
    .qs-image-bottom-corner .hero-image{
    width: auto;
    max-width: 35%;
    margin-right: 0;
    margin-left: auto;
    margin-top: -80px;
    }
    .qs-image-bottom-corner .qs-text{
    display:block;
    width:auto;
    }
    .qs-image-bottom-corner .quote-area{
    width:600px;
    margin:0 auto;
    }
    .qs-image-bottom-corner .savings-message{
    width:100%;
    margin:40px 0 0;
    background-color:transparent;
    }
    .qs-image-bottom-corner .form-side-by-side{
    display:block !important;
    }
    .qs-image-bottom-corner .form-side-by-side .form-group,
    .qs-image-bottom-corner .form-side-by-side .btn{
    width:48%;
    display:inline-block;
    margin-right:0 !important;
    }
    .qs-image-bottom-corner .form-side-by-side .btn{
    margin-left:2%;
    margin-top: -4px;
    height: 42px;
    }
}

.marquee-4-quote {
    background-color: var(--warmGray);
    padding: 40px 30px;
    color: var(--darkTextColor);
}
.marquee-4-quote .marquee-widget {
    margin: 0 auto;
    max-width: 800px;
}
.marquee-4-quote .marquee-widget .cqb2-content,
.marquee-4-quote .marquee-widget .cqb2-nav,
.marquee-4-quote .marquee-widget .cqb2-action{
    margin: 0 auto;
    max-width: 400px;
}
.no-image .marquee-4-quote .marquee-widget .cqb2-content{
    max-width: 800px;
}
.marquee-4-quote .cqb2-content {
    font-size: 20px;
}
.cqb2-content .cqb2-tab, .cqb2-action .cqb2-tab {
    display: none;
}
.cqb2-content .cqb2-tab.active, .cqb2-action .cqb2-tab.active {
    display: block;
}
.cqb2-nav ul {
    display: flex;
    justify-content: center;
    margin: 20px 0;
    padding: 0;
}
.cqb2-nav li {
    display: inline-block;
    width: 130px;
    height: 130px;
    background-color: #fff;
    border-radius: 7px;
    margin-right: 10px;
    color: var(--darkTextColor);
    align-content: stretch;
	position:relative;
	padding-bottom:2px;
	cursor:pointer;
}
.cqb2-nav li:last-child {
	margin-right:0;
}
.cqb2-nav li.active {
    outline: 2px solid var(--claret);
    position: relative;
}
.cqb2-nav .cqb2-header {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: center;
    line-height: 1;
}
.cqb2-nav .cqb2-header .sticker {
    position: absolute;
    top: 0px;
    color: #949494;
    font-size: 12px;
    font-weight: 700;
    background-color: var(--warmGrayWg);
    padding: 8px 4px;
    border-radius: 7px 7px 0 0;
    height: auto;
    width: 100%;    
}
.cqb2-nav .active .cqb2-header .sticker {
	color: var(--claret);
    background-color: #ffd6e6;
}
.cqb2-nav li.active::before {
    content: " ";
    position: absolute;
    bottom: -10px;
    left: calc(50% - 8px);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--claret);
    text-align: center;
    padding-top: 3px;
}
.cqb2-nav li.active::after {
    content: " ";
    position: absolute;
    bottom: -1px;
    left: calc(50% - 3px);
    width: 10px;
    height: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}
.cqb2-nav li .wrapper-icon img{
	display:none;
	margin:14px auto 0;
	max-width:48px;
}
.cqb2-nav li .wrapper-icon img:last-child{
	display:inline-block;
}
.cqb2-nav li.active .wrapper-icon img:first-child{
	display:inline-block;
}
.cqb2-nav li.active .wrapper-icon img:last-child{
	display:none;
}
.cqb2-nav .cqb2-header .wrapper-icon {
    margin-bottom: 0;
	margin-top:18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cqb2-nav .cqb2-header .wrapper-icon .icon {
    font-size: 36px;
    margin-top: 22px;
}
.cqb2-nav .cqb2-header > * {
    height: 50%;
}
.cqb2-nav .cqb2-header a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--darkTextColor);
    padding-left: 6px;
    padding-right: 6px;
}
.wrapper-icon {
    display: block;
    margin-bottom: 20px;
    line-height: 1;
}

.cqb2-action {
    margin: 30px 0 0;
}
.cqb2-content .cqb2-tab.active, .cqb2-action .cqb2-tab.active {
    display: block;
}
.marquee-4-content {
    margin-top: 20px;
}
.marquee-4-image {
    width: 100%;
}
.marquee-4-quote .qb-heading{
	text-align:left;
}
.no-image .marquee-4-quote .qb-heading{
	text-align:center;
}
.stat-text{
	margin:10px 0;
}
.extra-links a:hover{
	cursor:pointer;
}
.btn-primary:focus, a.btn-primary:focus,
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary:active.focus, .btn-primary:active:focus, a.btn-primary.active.focus, a.btn-primary.active:focus, a.btn-primary:active.focus, a.btn-primary:active:focus { 
    background-color: var(--claret);
}
@media (min-width: 500px) {
    .cqb2-nav .cqb2-header .sticker {
        top: 8px;
        background-color: #f5f2ef;
        padding: 3px 6px;
        border-radius: 3px;
        margin-left: 10px;
        width: calc(100% - 20px);
    } 
}
@media (min-width: 992px) {
    .marquee-type-4 {
        display: flex;
    }
	.marquee-type-4.no-image{
		display:block;
	}
    .marquee-4-quote {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }	
	.marquee-4-content {
		margin-top: 0;
		display: flex;
		flex-direction: column;
    }
    .marquee-4-image {
        object-fit: cover;
        height: 100%;
    } 

}
@media (min-width: 1200px) {
    .marquee-4-quote {
        padding: 40px 60px;
        width: 45%;
    }
	.marquee-type-4.no-image .marquee-4-quote{
		width:100%;
	}
	.marquee-4-quote .getaquote {
        display: flex;
    }
    .marquee-4-quote .getaquote .form-group,
	.marquee-4-quote .getaquote .btn	{
        width: 50%;
    }	
	.marquee-4-quote .getaquote .form-group input,
	.marquee-4-quote .getaquote button	{
        height: 47px !important;
    }
}