@charset "utf-8";
/* CSS Document */
/* 170057 */
@import url("https://use.typekit.net/xgx7qve.css");
html {
    scroll-behavior: smooth;
    font-size: 1rem;
}
body {
    /* font-family: "arial", sans-serif;
    font-weight: 400; */
	font-family: "moniker", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #ffffff;
}
h1, h2, h3, h4, h5 {
    font-family: "area-normal", sans-serif;
    font-weight: 700;
    font-style: italic;
    overflow-wrap: normal;
}
ul {
    padding-bottom: 10px;
}
::-moz-selection { /* Code for Firefox */
    color: #FFFFFF;
    background-color: #eab000;
}
::selection {
    color: #FFFFFF;
    background-color: #eab000;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("../images/faq_subtract.png");
}
.accordion-button::after {
    width: 1.7rem;
    height: 1.7rem;
    background-size: 1.7rem;
    background-image: url("../images/faq_add.png");
}
.subpage_body {
    padding: 40px 0px 40px 0px;
    min-height: 768px;
}
.subpage_body p, .subpage_body li, .termstext li {
    font-size: 1.2rem;
}
.subpage_body h2, .termstext h2 {
    padding-top: 30px;
    font-size: 1.4rem;
    text-transform: capitalize;
    color: #008A96;
}
.subpage_body a, .termstext a {
    color: #008A96;
}
/* ----- Start Page Header CSS ----- */
.scrolly {
    transition: .5s;
    transition-timing-function: ease-out;
}
#stick {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0px;
    z-index: 99;
}
#header {
    position: fixed;
    z-index: 999;
    width: 100%;
    min-height: 87px;
}
.logobox {
    padding: 20px 0px 20px 0px;
}
/* ----- End Page Header CSS ----- */
/* ----- Start Page Navigation CSS ----- */
.navcontainer_subpage {
    background-color: #170057;
}
.nav_tray {
    background-color: #ffffff;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    position: relative;
}
.topnav {
    padding: 35px 0px 0px 30px;
    float: left;
}
.scrolly * .topnav {
    /* padding-bottom: 30px; */
}
.topnav a {
    display: inline;
    text-align: right;
    padding: 12px 10px;
    text-decoration: none;
    font-size: 1rem;
    line-height: 2.1;
    font-family: brother-1816, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #00330D;
}
.topnav a:hover {
    color: #008354;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    width: 530px;
    z-index: 1;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding-top: 18px;
}
.dropdown_menu_tray {
    padding: 0px 12px 12px 12px;
}
.dropdown-content a {
    padding: 0px 20px;
    text-decoration: none;
    display: block;
    color: #003B2D;
    text-align: left;
}
.dropdown-content a:hover {
    background-color: #005961;
    color: #ffffff;
    border-radius: 4px;
}
.dropdown-item {
    width: 200px;
    display: inline-block;
    text-align: right;
}
a.dropdown-item {
    color: #ffffff;
}
a.dropdown-item:hover {
    color: #000000;
}
.dropdown-menu {
    padding: 20px 10px 20px 10px;
    background-color: #180539;
}
.linkline.responsive_link {
    color: #ffffff;
}
/* Style for the dropdown when hovered */
.topnav .dd_menu:hover .dropdown-content {
    display: block;
}
.topnav .icon {
    display: none;
}
.fa, .fas {
    font-size: 1.7rem;
    right: 40px;
    position: absolute;
    padding-top: 8px;
}
.linkline.responsive_link {
    display: none;
}
.swiper_container {
    min-height: 150px;
}
.qq_container {
    min-height: 150px;
}
/* ----- End Page Navigation CSS ----- */
/* ----- Start Page Masthead CSS ----- */
label, .formlabel, #sliderValue {
    color: #0B0119;
    padding-bottom: 6px;
}
/* .header_section_inner {
	height:100%;
}
.hero_row, .hero_col, .hero_left {
	height:100%;
} */


.hero_right {
	background-image:url("../images/woman_with_steering_wheel.png");
	background-position:bottom left;
	background-size:contain;
	background-repeat:no-repeat;
	height:100%;
	min-height:820px;
}
#error-msg {
    color: red;
    padding-top: 10px;
    display: none;
}
#error-msg2 {
    color: red;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
}
#error-msg3 {
    color: red;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
}
#range-container {
    color: #ffffff;
    display: none;
}
#range-input {
    color: #ffffff;
}
#choice-container {
    color: #ffffff;
    padding-bottom: 10px;
}
#result-container {
    color: #ffffff;
    display: none;
    border-left: 1px solid #fb5391;
    padding-left: 30px;
}
#upper-limit-container {
    color: #ffffff;
    padding-top: 6px;
    font-size: 0.7rem;
}
#range-container {
    padding-left: 12px;
}
.carvalue, .duration, .covertype, .annualsalary, #amountpermonth, #result-container {
    padding-top: 6px;
}
.carvalue {
    padding-right: 20px;
}
/* ----- End Page Masthead CSS ----- */
/* ----- Start Page Quickquote Form CSS ----- */
.quickquote {
    background-color: rgba(255, 255, 255, 1);
    padding: 10px 20px 20px 20px;
    position: relative;
    z-index: 2;
    min-height: 213px;
    border-radius: 4px;
}
.formfield {
    display: inline-block;
}
.step1_spacing {
    margin-top: 32px;
}
.formfield {
    display: inline-block;
}
.step1_spacing {
    margin-top: 32px;
}
.formlabel {
    padding-bottom: 20px;
    font-size: 1.3rem;
    min-height: unset;
}
.getaquote_page .formlabel {
    padding-bottom: 20px;
    font-size: 1.3rem;
    min-height: unset;
}
.getaquote_page_question {
    margin-bottom: 40px;
}
.formlabel.regbox {
    min-height: 50px;
}
.quote_leadin {
    padding-top: 20px;
}
input {
    width: 100%;
    padding: 10px 10px 10px 10px;
    border: 1.4px solid #598700;
    height: 61px;
    border-radius: 4px;
}
select {
    width: 100%;
    padding: 10px 10px 10px 10px;
    border: 1.4px solid #406A00;
    height: 60px !important;
    border-radius: 4px;
}
.quickquote_button {
    padding: 6px 20px 6px 20px;
    background-color: #f4a12b;
    border: 0.5px;
    border-radius: 4px;
    border-color: #a1c300;
    color: #000000;
    height: 50px;
    margin-top: 33px;
    text-align: center;
    font-size: 1.3rem
}
.next_button_tray {
    width: 100%;
    padding: 10px 0px 20px 0px;
    background-image: linear-gradient(45deg, rgba(1, 124, 97, 1.0), rgba(0, 101, 170, 1.0));
    text-align: center;
}
.checkout_button {
    padding: 6px 20px 6px 20px;
    background-color: #f4a12b;
    border: 0.5px;
    border-radius: 4px;
    border-color: #f4a12b;
    color: #000000;
    height: 50px;
    text-align: center;
    font-size: 1.1rem;
    min-width: 120px;
    margin-top: 10px;
    margin-right: 5px;
    margin-left: 5px;
}
.back_button {
    padding: 6px 20px 6px 20px;
    background-color: #002c2f;
    border: 0.5px;
    border-radius: 4px;
    border-color: #002c2f;
    color: #ffffff;
    height: 50px;
    text-align: center;
    font-size: 1.1rem;
    min-width: 120px;
    margin-top: 10px;
    margin-right: 5px;
    margin-left: 5px;
}
.validate_button {
    padding: 10px 20px 10px 20px;
    background-color: #027d88;
    border: 0.5px;
    border-radius: 4px;
    border-color: #027d88;
    color: #ffffff;
    height: 60px;
    text-align: center;
    font-size: 1.3rem;
    display: inline-block;
}
.buy_button {
    padding: 6px 20px 6px 20px;
    background-color: #006160;
    border: 0.5px;
    border-radius: 4px;
    border-color: #006160;
    color: #000000;
    height: 50px;
    text-align: center;
    font-size: 1.3rem
}
.quickquote_button_previous {
    padding: 10px 20px 10px 20px;
    background-color: #242424;
    border: 0.5px;
    border-radius: 4px;
    border-color: #242424;
    color: #787879;
    height: 61px;
    margin-top: 33px;
    text-align: center;
    font-size: 1.3rem
}
.quickquote_button-hero {
    padding: 10px 20px 10px 20px;
    background-color: #161616;
    border: 0.5px;
    border-radius: 4px;
    border-color: #161616;
    color: #ffffff;
    height: 62px;
    margin-top: 94px;
    text-align: center;
}
.nextstep_button {
    padding: 10px 20px 10px 20px;
    background-color: #f4a12b;
    border: 0.5px;
    border-radius: 4px;
    border-color: #f4a12b;
    color: #000000;
    height: 61px;
    text-align: center;
    font-size: 1.3rem;
    position: absolute;
    bottom: 0px;
    margin-bottom: 0px;
}
.quickquote_button_previous1 {
    padding: 10px 20px 10px 20px;
    background-color: #242424;
    border: 0.5px;
    border-radius: 4px;
    border-color: #242424;
    color: #787879;
    height: 62px;
    text-align: center;
    font-size: 1.3rem;
    position: absolute;
    bottom: 0px;
    margin-bottom: 0px;
}
.quickquote_button_previous2 {
    padding: 10px 20px 10px 20px;
    background-color: #242424;
    border: 0.5px;
    border-radius: 4px;
    border-color: #242424;
    color: #787879;
    height: 62px;
    text-align: center;
    font-size: 1.3rem;
    position: absolute;
    bottom: 0px;
    margin-bottom: 40px;
}
.quickquote_button-hero1 {
    padding: 10px 20px 10px 20px;
    background-color: #16012b;
    /* min-width: 170px; */
    font-size: 1.3rem;
    border: 0.5px;
    border-radius: 4px;
    border-color: #161616;
    color: #ffffff;
    height: 62px;
    text-align: center;
    position: absolute;
    bottom: 0px;
}
.quickquote_button-hero2 {
    padding: 10px 20px 10px 20px;
    background-color: #f4a12b;
    font-size: 1.3rem;
    border: 0.5px;
    border-radius: 4px;
    border-color: #161616;
    color: #000000;
    height: 62px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    margin-bottom: 0px;
    cursor: pointer;
}
.nextstep_button:hover {
    background-color: #fcfa2c;
    color: #000000;
}
.quickquote_button_previous1:hover {
    background-color: #f4a12b;
    color: #000000;
}
.quickquote_button_previous2:hover {
    background-color: #f4a12b;
    color: #000000;
}
.quickquote_button-hero1:hover {
    background-color: #f4a12b;
    color: #000000;
}
.quickquote_button-hero2:hover {
    background-color: #027347;
    color: #000000;
}
/* ----- End Page Quickquote Form CSS ----- */
.quickquote_button:hover {
    background-color: #027347;
    color: #ffffff;
}
.checkout_button:hover {
    background-color: #006160;
    color: #ffffff;
}
.back_button:hover {
    background-color: #00231d;
    color: #ffffff;
}
.validate_button:hover {
    background-color: #003534;
    color: #ffffff;
}
.buy_button:hover {
    background-color: #003d32;
    color: #000000;
}
.quickquote_button_previous:hover {
    background-color: #f4a12b;
    color: #000000;
}
.quickquote_button-hero:hover {
    background-color: #f4a12b;
    color: #000000;
}
.backbutton {
    padding-bottom: 40px;
}
.desktop_hide {
    display: none;
}
.prod_results_para {
	padding-bottom:30px;
}
.summarybox_outer {
    border-radius: 4px;
    border: 1px solid #007271;
    background-color: #ffffff;
}
#resultsboxchoice1, #resultsboxchoice2, #resultsboxchoice3 {
    visibility: hidden;
}
.results_tray { /*  Added 01.12.23  */
    padding-left: 0px;
    padding-right: 0px;
}
#results {
    display: none;
	padding-bottom:70px;
}
.resultsbox_heading {
    font-size: 1.2rem;
    color: #5800D6;
    font-weight: 700;
    padding-bottom: 10px;
}
.add_on_row {
    margin-bottom: 30px;
}
.add_on {
    font-size: 2.1rem;
}
.desktop_hide.add_on {
    padding-top: 10px;
    font-size: 1.2rem;
}
results-box, .results_tray {
    height: 100%;
}
.resultsbox_outer {
    border-radius: 4px;
    margin-bottom: 10px;
}
.resultsbox_inner {
    height: 100%;
    border-radius: 8px;
    background-image: linear-gradient(45deg, rgba(11, 13, 60, 1), rgba(18, 17, 93, 1));
}
.summarybox_inner {
    border-radius: 4px;
    background-color: #ffffff;
    padding-left: 12px;
    padding-right: 12px;
}
.resultsbox_title, .resultsbox_title1 {
   font-size: 1.3rem;
    text-align: center;
    padding: 20px 30px 20px 30px;
    /* background-image: linear-gradient(45deg, rgba(80, 1, 143, 1), rgba(118, 0, 250, 1)); */
    color: #ffffff;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    font-weight: 700;
    background-image: linear-gradient(45deg, rgba(1, 124, 97, 1.0), rgba(0, 101, 170, 1.0));

}
.resultsbox_label, .resultsbox_label1, .resultsbox_label2, .resultsbox_label3 {
    font-size: 1rem;
    text-align: center;
    padding: 20px 30px 4px 30px;
    color: #ffffff;
}
.resultsbox_label1 sup i {
    color: #6117AB;
}
.resultsbox_data, .resultsbox_data1, .resultsbox_data2, .resultsbox_data3 {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    padding: 4px 30px 10px 30px;
    color: #ffffff;
    border-bottom: 0.5px solid #412d5f;
}
.resultsbox_tier1_top, .resultsbox_tier1_bottom {
    background-color: #6f4c29;
}
.resultsbox_tier2_top, .resultsbox_tier2_bottom {
    background-color: #55727e;
}
.resultsbox_tier3_top, .resultsbox_tier3_bottom {
    background-color: #876405;
}
#resultsbox_footer, #resultsbox_footer1, #resultsbox_footer2, #resultsbox_footer3 {
    background-image: linear-gradient(45deg, rgba(23, 23, 46, 1), rgba(23, 23, 46, 1));
    padding: 10px 30px 10px 30px;
    text-align: center;
}
.summarybox_footer {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
    padding: 10px 30px 30px 30px;
    text-align: center;
    min-height: 70px;
}
.summarybox_title {
        font-size: 1.1rem;
    text-align: center;
    padding: 20px 30px 20px 30px;
    /* background-image: linear-gradient(45deg, rgba(80, 1, 143, 1), rgba(118, 0, 250, 1)); */
    color: #ffffff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    /* background-image: linear-gradient(45deg, rgba(141, 181, 3, 1), rgba(1, 139, 140, 1)); */
    background-image: linear-gradient(45deg, rgba(1, 124, 97, 1.0), rgba(0, 101, 170, 1.0));

}
.summarybox_header .quote_ref {
    font-weight: 700;
    font-size: 1.4rem !important;
}
.summarybox_label {
    background-color: #ffffff;
    padding: 10px 20px 10px 20px;
    font-size: 1rem;
    font-weight: 700;
    color: #007271;
}
.summarybox_data {
    background-color: #ffffff;
    padding: 10px 20px 10px 20px;
    font-size: 1rem;
}
.summary_subheading {
    color: #ffffff;
    font-size: 1.2rem;
    padding: 10px 20px 10px 20px;
    text-align: center;
    background-image: linear-gradient(45deg, rgba(1, 124, 97, 1.0), rgba(0, 101, 170, 1.0));

}
.summarybox_footer {
    min-height: 62px;
    background-image: linear-gradient(45deg, rgba(105, 26, 180, 1), rgba(29, 0, 92, 1));
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.premium_label {
    padding-top: 20px;
    padding-bottom: 0px;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    color: #016159;
}
.premium_amount {
        font-size: 3.6rem;
    font-weight: 700;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #007271;
    text-align: center;

}
.sum_label {
    padding-top: 20px;
    padding-bottom: 0px;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    color: #6418AE;
}
.sum_amount {
    font-size: 3.6rem;
    font-weight: 700;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #a2c403;
    text-align: center;
}
.cost {
    font-size: 0.9rem;
}
.level_stripe_bronze {
    width: 100%;
    background-color: #7b4d20;
    height: 12px;
}
.level_stripe_silver {
    width: 100%;
    background-color: #a5b6bd;
    height: 12px;
}
.level_stripe_gold {
    width: 100%;
    background-color: #bf8f0d;
    height: 12px;
}
.productname {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.productcolumn-inner {
    background-color: #ffffff;
    border-radius: 12px;
}
.resultsboxchoice_outer {
    padding: 0px 20px 0px 20px;
}
.resultsboxchoice_inner {
        text-align: center;
    padding: 16px 0px 10px 0px;
    /* background-image: linear-gradient(12deg, rgba(65, 1, 120, 1), rgba(113, 0, 238, 1)); */
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-size: 1.2rem;
    font-weight: 500;
    color: #ffffff;
    /* background-image: linear-gradient(45deg, rgba(230, 165, 45, 1.0), rgba(132, 200, 80, 1.0), rgba(50, 201, 170, 1.0)); */
    background-image: linear-gradient(45deg, rgba(1, 124, 97, 1.0), rgba(0, 101, 170, 1.0));
}
.coverage_left, .coverage_right {
    text-align: center;
    position: relative;
}
.coverage_left:before, .coverage_right:before {
    content: '';
    width: 100%;
    border-bottom: solid rgba(211, 254, 16, 1.00);
    position: absolute;
    left: 0;
    top: 25%;
    z-index: 1;
    padding-top: 40px;
}
.coverage_text {
    z-index: 3;
    color: #ffffff;
    text-align: center;
    font-size: 1.4rem;
    padding-top: 40px;
}
.coverage_icon {
    text-align: center;
}
.coverage_item_box {
    padding-top: 30px;
}
.coverage_item_outer {
    padding: 5px;
    margin-bottom: 10px;
}
.coverage_item_inner {
    background-color: #43048c;
    min-height: 220px;
    padding: 20px 30px 0px 30px;
    height: 100%;
}
.coverage_item_content {
    border-bottom: 14px solid #8817ff;
    height: 100%;
}
.type_tray {
    padding-top: 40px;
}
.type_box_outer {
    padding: 5px;
    margin-bottom: 10px;
    height: 100%;
}
.type_box_inner {
    background-color: #2f0271;
    min-height: 120px;
    border-right: 12px solid #8817FF;
    padding: 30px;
    height: 100%;
    position: relative;
}
.type_title {
    color: #ffffff;
    font-size: 1.4rem;
    padding-bottom: 30px;
}
.type_body {
    color: #ffffff;
    margin-bottom: 78px;
}
.type_button {
    width: 100%;
    text-align: right;
    position: absolute;
    bottom: 0px;
    padding: 0px 50px 30px 0px;
}
.type_item_text {
    z-index: 3;
    color: #ffffff;
    text-align: center;
    font-size: 1.4rem;
    padding-top: 20px;
}
.illustration_upper_box {
    padding-top: 50px;
    padding-bottom: 30px;
}
.illustration_lower_box {
    border-top: 4px solid #658201;
    padding-top: 30px;
}
.illustration_subheading {
    font-size: 1.2rem;
    color: #6B00C7;
    padding-top: 20px;
}
.illustration_data {
    font-size: 3.2rem;
    color: #658201;
    font-weight: 700;
    line-height: 1;
}
.illustration_info {
    padding-top: 50px;
    text-align: right;
}
.illustration_info_top {
    font-size: 1.2rem;
    color: #6B00C7;
}
.illustration_info_bottom {
    font-size: 1.2rem;
    color: #658201;
}
.illustration_image {
    text-align: right;
}
.subpage_body {
    padding: 40px 0px 40px 0px;
    min-height: 768px;
}
.prodresults_spacing .subpage_body {
    padding-bottom: 10px;
    border-bottom: 12px solid #e6b300;
}
/* ----- Start Page Header_Sections ---- */
.header_section_bottom {
    position: relative;
    z-index: 46;
    background: url("../images/parallax.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    animation: scroll 20s linear infinite;
}
.header_section_top {
    /* padding: 140px 0px 50px 0px; */
    min-height: 820px;
    background: url("../images/roadway_bottom_left.png") no-repeat bottom left fixed, url("../images/roadway_right.png") no-repeat top right fixed;
    background-size: auto cover;
    position: relative;
    z-index: 45;
}
@keyframes scroll {
    0% {
        background-attachment: 0%;
    }
    100% {
        background-attachment: 100%;
    }
}
.product_header_section {
    /* padding: 140px 0px 50px 0px; */
    min-height: 100vh;
    background-image: url("../images/spotlights.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 30px;
}
.product_header {
    min-height: 105vh;
    margin-bottom: -40px;
}
.herotext {
    min-height: 55vh;
}
.herotext_container {
    position: relative;
    bottom: 0px;
    top: 22vh;
}
.herotext_container h1 {
    font-size: 4rem;
    line-height: 1;
    padding-bottom: 30px;
    color: #474747;
    font-family: "moniker", sans-serif;
    font-weight: 400;
}
h1.product {
    font-size: 6rem;
    line-height: .8;
}
.herotext_container h2 {
    font-size: 1.8rem;
    line-height: 1;
    padding: 0px 0px 20px 0px;
    color: #474747;
    font-family: "moniker", sans-serif;
    font-weight: 400;
}
.herotext_container ul {
    font-size: 1.4rem;
    list-style: none;
    padding-left: 0px;
}
.herotext_container i {
    color: #009A7F;
}
.herotext_container li {
    color: #474747;
}
.email_consent {
    padding-top: 10px;
}
.email_consent a {
    color: #39087D;
}
.button_tray {
    position: relative;
    bottom: 0px;
}
.button_row {
    height: 100%;
    padding-bottom: 1px;
}
/* End Page Header_Sections ---- */
.section_heading_1 h1 {
    color: #ffffff;
    background: linear-gradient(90deg, rgba(0, 138, 150, 1.0), rgba(0, 138, 150, 1.0)), none repeat;
    display: inline;
    font-weight: 300;
    padding: 14px 9px 4px 9px;
	line-height:1;
    text-transform: uppercase;
    font-style: italic;
    font-size: 1.7rem;
}
.section_heading_1 h2 {
    color: #ffffff;
    background: linear-gradient(90deg, rgba(0, 138, 150, 1.0), rgba(0, 138, 150, 1.0)), none repeat scroll 0 0;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    display: inline;
    font-weight: 300;
    padding: 14px 9px 4px 9px;
    text-transform: uppercase;
    font-style: italic;
    font-size: 1.7rem;
}
.section_heading_2 h2 {
    color: #ffffff;
    background: linear-gradient(90deg, rgba(172, 183, 45, 1.0), rgba(172, 183, 45, 1.0)), none repeat scroll 0 0;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    display: inline;
    font-weight: 300;
    padding: 14px 9px 4px 9px;
    text-transform: uppercase;
    font-style: italic;
    font-size: 1.7rem;
}
.section_heading_3 h2 {
    color: #003311;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1.0), rgba(255, 255, 255, 1.0)), none repeat scroll 0 0;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    display: inline;
    font-weight: 300;
    padding: 14px 9px 4px 9px;
    text-transform: uppercase;
    font-style: italic;
    font-size: 1.7rem;
}
.subpage_body_wrapper .section_heading_1_community h1 {
    color: #ffffff;
    background: linear-gradient(90deg, rgba(0, 138, 150, 1.0), rgba(0, 138, 150, 1.0)), none repeat scroll 0 0;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    display: inline;
    font-weight: 300;
    padding: 14px 12px 4px 9px;
    text-transform: uppercase;
    font-style: italic;
    font-size: 2.2rem;
}  






/* .subpage_body_wrapper .section_heading_1 h1 {
    color: #ffffff;
    background: linear-gradient(90deg, rgba(0, 138, 150, 1.0), rgba(0, 138, 150, 1.0)), none repeat scroll 0 0;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    display: inline;
    font-weight: 300;
    padding: 14px 12px 4px 9px;
    text-transform: uppercase;
    font-style: italic;
    font-size: 2.2rem;
} */





/* @media not all and (min-resolution:.001dpcm) {
    @media {
        .section_heading_1 h2, .section_heading_2 h2, .section_heading_3 h2, .section_heading_1 h1, .section_heading_1_community h1 {
            display: block;
            overflow: hidden;
        }
    }
} */
.community_heading_spacer {
    margin-top: 30px;
}
.intro {
    padding-top: 110px;
}
.dark h2 {
    color: #ffffff;
}
#choice_section {
    background-color: #F4F4F4;
    position: relative;
    z-index: 47;
}
.cover_choice_tray {
    position: relative;
    top: -30px;
}
.cover-choice-outer {}
.cover_choice_inner {
    background-color: #fafafa;
    height: 140px;
    padding: 20px 4px 20px 4px;
    border-radius: 3px;
    border-bottom: 8px solid #008a96;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 700;
    line-height: 1.1;
    font-size: 1rem;
    color: #008A96;
}
.cover_choice_inner:hover {
    background: linear-gradient(45deg, rgba(247, 163, 5, 1.00), rgba(65, 175, 163, 1.00));
    color: #ffffff;
    border-radius: 3px;
    border-bottom: 8px solid #008a96;
}
.quote_button_box {
    width: 1005;
    text-align: center;
    padding-top: 30px;
}
.qbb_bottom {
    padding-top: 0px;
}
/* ----- Start Page Header_Sections ---- */
.benefits_section {
    background: url("../images/tyre.png") bottom left no-repeat;
}
.instructions {
    display: inline-block;
    margin-top: 20px;
    font-size: 1.6rem;
    color: #B8FA22;
    line-height: 1;
}
.product_tile_button_inner {
    position: absolute;
    height: auto;
    bottom: 0px;
    padding: 15px 65px 45px 40px;
    width: 100%;
    text-align: right;
}
.product_tile_button:after {
    content: '';
    display: block;
    padding-top: 20px;
    margin: 0 auto;
    border-bottom: 6px solid #D000FF;
}
.sub_heading {
    font-size: 1.2rem;
    line-height: 1;
}
.feature_tray_outer {
    padding-top: 50px;
    padding-bottom: 120px;
    height: 100%;
}
.feature_tray_inner1 {
    background-color: #ffffff;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(249, 163, 3, 1.0), rgba(182, 178, 42, 1.0));
}
.feature_tray_inner2 {
    background-color: #ffffff;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(173, 180, 48, 1.0), rgba(89, 199, 91, 1.0));
}
.feature_tray_inner3 {
    background-color: #ffffff;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(70, 202, 108, 1.0), rgba(5, 216, 145, 1.0));
}
.feature_box_title1 {
    border-top: 12px solid #E7A70D;
    padding: 30px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    font-style: italic;
    color: #4D4B4B;
    line-height: 1.1;
    background-color: #ffffff;
}
.feature_box_title2 {
    border-top: 12px solid #82BD45;
    padding: 30px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    font-style: italic;
    color: #4D4B4B;
    line-height: 1.1;
    background-color: #ffffff;
}
.feature_box_title3 {
    border-top: 12px solid #28D07D;
    padding: 30px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    font-style: italic;
    color: #4D4B4B;
    line-height: 1.1;
    background-color: #ffffff;
}
.feature_box_body {
    padding: 0px 30px 30px 30px;
    text-align: center;
    background-color: #ffffff;
    min-height: 200px;
}
.feature_box_image1 {
    min-height: 150px;
    background-image: linear-gradient(90deg, rgba(249, 163, 3, 1.0), rgba(182, 178, 42, 1.0));
    text-align: center;
}
.feature_box_image2 {
    min-height: 150px;
    background-image: linear-gradient(90deg, rgba(173, 180, 48, 1.0), rgba(89, 199, 91, 1.0));
    text-align: center;
}
.feature_box_image3 {
    min-height: 150px;
    background-image: linear-gradient(90deg, rgba(70, 202, 108, 1.0), rgba(5, 216, 145, 1.0));
    text-align: center;
}
.feature_box_image1 img, .feature_box_image2 img, .feature_box_image3 img {
    position: relative;
    bottom: -40px;
    width: auto;
    height: auto;
}
/* End Page Header_Sections ---- */
/* ----- Start Page Body_Sections ---- */
.body_section {
    padding: 140px 0px 90px 0px;
}
.first_section {
    padding: 120px 0px 0px 0px;
    background-color: #F4F4F4;
}
.first_section_shading {
    background-color: #F4F4F4;
}
.first_section_img {
    background: url("../images/roadway_bottom_right.png") bottom right no-repeat;
}
.second_section_background {
    background-color: #ffffff;
}
.second_section {
    padding-top: 120px;
    background-color: #F0EFEF;
    background: url("../images/roadway_top_left.png") top left no-repeat, url("../images/man_scratching_head.png") bottom right 15vw no-repeat;
}
.button_only {
    padding: 50px 0px 70px 0px;
}
.getaquote_text {
    text-align: center;
    color: #ffffff;
    font-size: 1.4rem;
}
.benefit_tray {
    padding-top: 50px;
}
.benefit_icon_box {
    display: inline-block;
    font-size: 1.4rem;
    position: relative;
}
.benefit_box i {
    font-size: 1.6rem;
    position: relative;
    top: 4px;
    color: #025d3a;
    margin-right: 4px;
}
.benefit_box {
    background-color: #ffffff;
    padding: 16px 20px 20px 20px;
    margin-bottom: 10px;
    font-size: 1.08rem;
}
.benefit_box_item {
    background-color: #ffffff;
    margin-bottom: 20px;
    border-radius: 4px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.benefit_box_icon {
    text-align: center;
    position: relative;
	min-height:90px;
}
.benefit_box_icon i {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	font-size:1.8rem;
	color:#00A799;
}
.benefit_box_title {
    padding: 20px 40px 20px 0px;
    margin-top: auto;
    margin-bottom: auto;
    text-align: left;
}
.response_box {
    padding-left: 0px;
}
/* End Page Body_Sections ---- */
/* ----- Start Page TrustPilot Ribbon CSS ----- */
#trustpilot_ribbon {
    background-color: #151515;
    padding-top: 35px;
    padding-bottom: 35px;
    position: relative;
    z-index: 0;
}
.trustpilot_content_logo {
    text-align: center;
    color: #ffffff;
}
.trustpilot_content {
    text-align: center;
    color: #ffffff;
    padding-top: 10px;
}
/* ----- End Page TrustPilot CSS ----- */
/* ----- Start Page FAQ Section CSS ----- */
#faqs {
    padding-top: 40px;
    padding-bottom: 80px;
    z-index: 3;
}
#faqs a {
    color: #9C0345;
}
#faqs h3 {
    font-size: 1.2rem;
    margin-bottom: 0px;
    font-weight: 700;
}
.accordion {
    padding: 30px 40px 30px 0px;
}
.accordion p {
    font-size: 1rem;
}
.accordion-item {
    margin: 10px 0px 10px 0px;
    /* border: 0.5px solid #626161 !important; */
    background-color: unset;
}
.accordion-button {
    padding: 12px 30px 10px 30px;
    color: #000000;
    border-radius: 4px;
    border: 2px dotted #000000;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: .7;
}
.accordion-button h3 {
    font-size: 1.2rem;
}
.accordion-button:not(.collapsed) {
    background-color: #008A96;
    color: #ffffff;
}
.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgb(204 255 0 / 25%) !important;
}
.accordion-body {
    background-color: #EFEFEF;
    border: 0px;
}
.morefaqs {
    width: 100%;
    text-align: center;
}
/* ----- End Page FAQ Section CSS ----- */
/* ----- Start Section Content Block Left CSS ----- */
.contentblockleft {
    border-left-color: #d6024d;
    border-left-style: solid;
    border-left-width: 0.5;
}
.contentblockleft_quote {
    border-left-color: #d6024d;
    border-left-style: solid;
    border-left-width: 0.5;
}
.contentblockleft h2 {
    font-size: 2.8rem;
    padding-bottom: 20px;
    color: #000000;
    padding-left: 90px;
    font-weight: 700;
}
.contentblockleft p {
    padding-bottom: 10px;
    color: #000000;
    padding-left: 90px;
    line-height: 1.4;
    font-size: 1.3rem;
}
.contentblockleft ul {
    padding-bottom: 10px;
    color: #000000;
    padding-left: 90px;
    line-height: 1.4;
}
.contentblockleft_black h2 {
    font-size: 2.8rem;
    padding-bottom: 30px;
    color: #ffffff;
    font-weight: 700;
}
.contentblockleft_black p {
    padding-bottom: 10px;
    color: #ffffff;
    line-height: 1.4;
}
.contentblockleft_black li {
    color: #ffffff;
    line-height: 1.4;
}
.mainbody_images_left {
    padding-right: 60px;
}
p.firstpara {
    font-weight: 700;
    font-size: 1.6rem;
}
/* ----- End Section Content Block Left CSS ---- */
/* ----- Start Section Content Block Right CSS ---- */
.contentblockright {
    border-right-color: #d6024d;
    border-right-style: solid;
    border-right-width: 0.5;
    font-size: 1.3rem;
}
.contentblockright h2 {
    font-size: 2.8rem;
    padding-bottom: 30px;
    color: #000000;
    padding-right: 90px;
    font-weight: 700;
}
.contentblockright p {
    padding-bottom: 10px;
    color: #000000;
    padding-right: 90px;
    line-height: 1.4;
}
.contentblockright_buttontray {
    width: 100%;
    text-align: right;
    padding-top: 10px;
}
.contentblockleft_buttontray {
    width: 100%;
    text-align: left;
    padding-left: 90px;
}
.mainbody_images_right {
    padding-left: 60px;
}
p.firstpara {
    font-weight: 700;
    font-size: 1.6rem;
}
/* ----- End Section Content Block Right CSS ---- */
/* ----- Start ForSMEs Page CSS ----- */
.smes {
    background-color: #161616;
}
.forsmes .contentblockleft h2, .forsmes .contentblockleft p {
    color: #ffffff;
}
.forsmes {
    background-image: url("../images/income protection quote - corner.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: auto;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    padding-bottom: 120px !important;
    color: #ffffff !important;
    background-color: #161616;
}
.smesheader {
    margin-bottom: 30px;
}
/* ----- End ForSMEs Page CSS ----- */
/* ----- Start Page Policy Documents Ribbon CSS ----- */
#policydocuments {
    padding: 40px 0px 40px 0px;
    background-color: #0a0a0a;
}
.policy_documents {
    color: #ffffff;
    text-align: center;
}
.policy_documents h3 {
    font-size: 1.4rem;
    padding-bottom: 0px;
}
.document_tray {
    padding-bottom: 30px;
    border-bottom: 2px dashed #000000;
}
.documentbox_title i {
    color: #f7230d;
    padding-left: 10px;
    font-size: 1.2rem;
}
.docblock {
    padding: 15px 30px 15px 30px;
    background-color: #f1f1f1;
}
.downloadblock {
    padding: 15px 30px 15px 30px;
    background-color: #000000;
    text-align: center;
    color: #ffffff;
}
.downloadblock:hover {
    background-color: #CF004D;
}
.downloadblock-outer {
    background-color: #000000;
    padding: 0px;
}
.downloadblock-outer:hover {
    background-color: #CF004D;
}
.downloadblock-outer a {
    text-decoration: none;
}
.spacer-middle {
    height: 30px;
    width: 100%;
}
/* ----- End Page Policy Documents Ribbon CSS ----- */
/* ----- Start Footer Section CSS ----- */
#footercta {
    padding: 40px 0px 40px 0px;
    background-color: #2c2c2c;
    border-top: 6px solid #C9084B;
}
.footer_cta {
    color: #ffffff;
    text-align: center;
}
.footer_cta h3 {
    font-size: 1.4rem;
    padding-bottom: 0px;
}
#footer {
    background-color: #0D0D0D;
    padding: 90px 0px 90px 0px;
    color: #ffffff;
    font-size: 0.8rem;
    height: auto;
    width: 100%;
}
.footerlogo {
    padding-bottom: 20px;
    height: 67px;
}
.regwording {
    font-size: 0.7rem;
    color: #C0C0C0;
}
.socialicons {
    color: #ffffff;
    font-size: 2.4rem;
    text-align: right;
}
.socialicons .fa-facebook {
    padding-right: 10px;
}
.socialicons a {
    color: #ffffff;
}
.footerlinks a {
    color: #ffffff;
    text-decoration: none;
}
.digi2l a {
    color: #ffffff;
    text-decoration: none;
}
/* ----- End Footer Section CSS ----- */
/* ----- Start SubPage Specific CSS ----- */
#introsection.subpage h1 {
    font-size: 2.8rem !important;
    padding-bottom: 30px;
    color: #000000;
    padding-left: 90px;
    font-weight: 700;
}
#introsection.communitypage h1 {
    font-size: 2.8rem !important;
    padding-bottom: 30px;
    color: #000000;
    padding-left: 90px;
    font-weight: 700;
}
.contentblockleft_quote p {
    padding-bottom: 10px;
    color: #ffffff;
    padding-left: 90px;
    line-height: 1.4;
}
.subpageheader {
    background-color: #cf004d;
    z-index: 999;
}
#subpage_mainbody {
    padding-top: 90px;
    z-index: 999;
    height: 100%;
}
.bodycontent_box {
    padding-bottom: 50px;
}
.bodycontent_box p {
    /* padding-left: 92px; */
}
#subpage_highlight {
    padding: 120px 0px 70px 0px;
    background-color: #232323;
    color: #ffffff;
}
#subpage_highlight h2 {
    font-size: 2.0rem;
}
#subpage_highlight h3 {
    font-size: 1.4rem;
    padding-top: 0px;
}
tr, td {
    border: 0.5px solid #000000;
    padding: 5px;
}
table {
    width: 100%;
}
.termscontent h2 {
    font-size: 1.3rem;
    font-weight: 700;
    padding-left: 0px;
}
.termscontent p {
    padding-left: 0px;
}
.termscontent a {
    color: #970239;
}
.productname {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.productcolumn-inner {
    background-color: #ffffff;
    border-radius: 12px;
}
#productresultspage .contentblockleft h2 {
    color: #ffffff;
}
.formfield {
    position: relative;
}
#dropdownList {
    padding: 20px;
    background-color: #ffffff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-top: 0px;
    position: absolute;
    z-index: 1;
    color: #000000;
    width: calc(100% - 24px);
    top: 93px;
    left: 12px;
    border-bottom: 0.5px solid #000000;
    border-left: 0.5px solid #000000;
    border-right: 0.5px solid #000000;
    display: none;
}
.row-flex {
    display: flex;
    height: 100%;
    padding-bottom: 70px;
}
.productcolumn {
    height: 100%;
    padding: 10px;
    margin-bottom: 30px;
    color: #000000;
}
.chosenproduct {
    border: 6px solid #CF004D;
    border-radius: 8px;
    color: #000000;
}
.productcolumn-inner {
    height: 100%;
    border: 0.5px solid #000000;
    border-radius: 12px;
    padding-bottom: 30px;
}
.productname {
    min-height: 60px;
    padding: 10px 30px 10px 30px;
    text-align: center;
    border-bottom: 0.5px solid #989797;
}
.monthlyprem {
    min-height: 60px;
    padding: 20px 30px 20px 30px;
    text-align: center;
    border-bottom: 0.5px solid #989797;
}
.producttype {
    min-height: 60px;
    padding: 10px 30px 10px 30px;
    text-align: center;
    border-bottom: 0.5px solid #989797;
}
.productiep {
    min-height: 60px;
    padding: 10px 30px 10px 30px;
    text-align: center;
    border-bottom: 0.5px solid #989797;
}
.productexcess {
    min-height: 60px;
    padding: 10px 30px 10px 30px;
    text-align: center;
    border-bottom: 0.5px solid #989797;
}
.monbenamount {
    min-height: 60px;
    padding: 20px 30px 20px 30px;
    text-align: center;
    border-bottom: 0.5px solid #989797;
}
.prodname, .prodtype, .iep, .prodex, .premipt, .benam {
    font-weight: 700;
}
.prodname {
    font-size: 1.2rem;
}
.premipt, .benam {
    font-size: 1.8rem;
}
.monthlyprem {}
.ipt {
    font-size: 0.8rem;
}
sup i {
    color: #002c2f;
}
.tooltipc2m {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    min-width: 130px;
    min-height: 120px;
    background-color: white;
    padding: 20px;
    border: 1px solid #666666;
    border-radius: 4px;
    color: #000000;
    line-height: 1;
}
.flowbox_inner i {
    color: #002c2f;
    padding-left: 10px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.productbutton {
    text-align: center;
    padding-top: 18px;
}
#column1button, #column2button, #column3button, #column4button {
    border: 0px;
    border-radius: 4px;
    padding: 14px 10px 14px 10px;
    min-width: 140px;
    background-color: #CF004D;
    color: #ffffff;
    box-shadow: 0px 4px 5px #b95a5d;
}
#column1button:hover, #column2button:hover, #column3button:hover {
    margin-top: -4px;
    margin-bottom: 4px;
    background-color: #ED2A6D;
}
.productname {
    background-color: #CF004D;
    color: #ffffff;
}
.quickquotesummary {
    padding: 30px;
    background-color: #F4F4F4;
    border: 3px solid #CF004D;
    border-radius: 6px;
    margin-top: 10px;
}
.quickquotesummary h2 {
    font-size: 1.4rem;
}
.qqBox {
    padding: 10px 6px 10px 6px;
}
.qqBoxDivider {
    border-top: 0.5px solid #686868;
}
.return {
    padding-top: 16px;
    text-align: center;
}
#returnbutton {
    border: 0px;
    border-radius: 4px;
    padding: 14px 10px 14px 10px;
    min-width: 140px;
    background-color: #232323;
    color: #ffffff;
    box-shadow: 0px 4px 5px #6c6c6c;
}
.subpage_body_wrapper_back {
    min-height: 300px;
    ;
    background-image: linear-gradient(45deg, rgba(230, 165, 45, 1.0), rgba(132, 200, 80, 1.0), rgba(50, 201, 170, 1.0));
}
.subpage_body_wrapper_back_community {
    min-height: 240px;
    background-image: linear-gradient(45deg, rgba(230, 165, 45, 1.0), rgba(132, 200, 80, 1.0), rgba(50, 201, 170, 1.0));
}
.subpage_body_wrapper {
    position: relative;
    top: -180px;
    margin-bottom: -180px;
}
.subpage_body_wrapper_front {
    min-height: 500px;
    background-color: #ffffff;
    border-radius: 4px;
    margin-top: 50px;
    margin-bottom: 70px;
    box-shadow: 0px 12px 12px 1px #d4d5d2;
}
.subpage_body_wrapper_front.prodresults_spacing {
    min-height: unset;
}
.subpage_body_wrapper_front .subpage_body {
    min-height: unset;
}
.subpage_body.prod_table {
    padding-top: 10px;
}
.prod_table.subpage_body_wrapper {
    margin-bottom: -220px;
}
/* ----- End SubPage Specific CSS ----- */
/* ----- Start Content Fade CSS ----- */
.fadeAni {
    transition: opacity 0.3s ease-in;
}
.fadeOut0 {
    opacity: 0;
}
.fadeIn0 {
    opacity: 1;
}
/* ----- End Content Fade CSS ----- */
/* ----- Start Pricing Page CSS ----- */
.priceguide {
    padding-bottom: 70px;
}
.pricingbox-outer {
    padding: 10px;
    height: 100%;
}
.pricingbox-inner {
    border: 0.5px solid #8d1934;
    padding: 30px;
    position: relative;
    height: 100%;
}
.pricingheader {
    text-align: center;
    font-weight: 700;
    font-size: 1rem;
    padding: 10px 0px 10px 0px;
}
.pricingbody {
    font-size: .9rem;
    min-height: 260px;
    text-align: center;
}
.pricecirclebox {
    width: 100%;
    text-align: center;
}
.pricecircle {
    height: 50px;
    width: 50px;
    background-color: #CF004D;
    border-radius: 50%;
    display: inline-block;
    padding-top: 12px;
    font-weight: 700;
    font-size: 1.2rem;
    color: #ffffff;
}
#subpage_bodycontent_quote {
    background-color: #161616;
    background-image: url("images/incomeprotectionquote-corner-quote.png");
    background-position: bottom right;
    background-repeat: no-repeat;
}
#subpage_bodycontent_standard {
    background-color: #161616;
}
#subpage_bodycontent_claim {
    background-color: #ffffff;
}
.quotepage {
    background-color: #161616;
}
.claimpage {
    background-color: #ffffff;
}
/* ----- End Pricing Page CSS ----- */
/* ----- Start Cookie Box CSS ----- */
#cookiebox {
    display: none;
    height: auto;
    padding: 12px 60px 12px 60px;
    position: fixed;
    bottom: 0px;
    animation-name: appear;
    animation-duration: .8s;
    z-index: 999;
    width: 100%;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7));
    color: #ffffff;
}
#cookiebox a {
    color: #fff;
}
.cookietext a {
    text-decoration: underline;
}
.cookietext {
    padding-top: 10px;
    float: left;
}
.closetray {
    float: right;
}
.closebutton {
    Padding: 12px 30px 10px 30px;
    background: linear-gradient(45deg, #d6024d, #af1346);
    border-radius: 4px;
    margin-top: 4px;
    border: 0px;
    color: #ffffff;
}
/* ----- Start Contact Section ----- */
#contact {
    padding: 30px 0px 70px 0px;
}
.contactboxes p {
    padding: 0px;
}
.contactbox-inner {
    padding: 30px;
    background-color: #ECECEC;
    height: 100%;
}
.contactboxes h3 {
    font-size: 1.5rem !important;
    font-weight: 700;
}
.contactbox {
    padding: 30px 30px 30px 30px;
    min-height: 400px;
    color: #000000;
    border: 0.5px solid #006160;
	margin-bottom:10px;
}
.contactbox-label {
    padding-top: 10px;
}
.contactbox-detail {
    font-weight: 700;
}
/* ----- End contact Section ----- */
/*----- Start Quote Summary Box CSS -----*/
.SummaryofCoverHeading {
    font-weight: 700;
    background-color: #CF004D;
    padding: 20px 30px 10px 30px;
    color: #ffffff;
    font-size: 1.4rem;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom: .5px solid #161616;
}
.SummaryFieldHeading {
    background-color: #ffffff;
    padding: 15px 10px 10px 10px;
    color: #161616;
    border-bottom: .5px solid #161616;
}
.SummaryFieldHeading_Bottom {
    background-color: #ffffff;
    padding: 15px 10px 10px 10px;
    color: #161616;
}
.SummaryFieldValue {
    padding-bottom: 12px;
    background-color: #ffffff;
    padding: 15px 10px 10px 10px;
    color: #161616;
    font-size: 1rem;
    font-weight: 700;
    border-bottom: .5px solid #161616;
}
.SummaryFieldValue_APrem {
    padding-bottom: 12px;
    background-color: #ffffff;
    padding: 15px 10px 10px 10px;
    color: #161616;
    font-size: 1.4rem;
    font-weight: 700;
    border-bottom: .5px solid #161616;
}
.SummaryFieldValue_MPrem {
    padding-bottom: 12px;
    background-color: #ffffff;
    padding: 15px 10px 10px 0px;
    color: #161616;
    font-size: 1.4rem;
    font-weight: 700;
}
.SummaryFieldValue_Bottom {
    padding-bottom: 12px;
    background-color: #ffffff;
    padding: 15px 10px 10px 10px;
    color: #161616;
    font-size: 1rem;
    font-weight: 700;
}
.quoteedit {
    display: inline-block;
    max-width: 12px;
    padding-left: 0px;
}
.quoteedit i {
    color: #002c2f;
    ;
    padding-top: 15px;
}
.summarytablefooter {
    background-color: #CF004D;
    min-height: 60px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.summaryresults {
    padding: 0px 30px 0px 30px;
    background-color: #ffffff;
}
.monthlypremiumtitle {
    padding: 15px 0px 0px 0px;
}
.monthlypremiumvalue {
    padding: 0px 0px 10px 0px;
    font-size: 1.4rem;
    font-weight: 700;
}
.monthlybenefittitle {
    padding: 15px 0px 0px 0px;
}
.monthlybenefitvalue {
    padding: 0px 0px 10px 0px;
}
.monthlybenefitamount {
    font-size: 2.4rem;
    font-weight: 700;
    color: #CF004D;
    max-width: max-content;
    padding-right: 6px;
}
.ImportantDocsHeading {
    background-color: #ffffff;
    padding: 15px 10px 10px 10px;
    color: #161616;
}
.ImportantDocsHeading a {
    color: #161616;
}
.ImportantDocsHeading i {
    padding-right: 20px;
}
/*----- End Quote Summary Box CSS -----*/
/*----- Start Toottip CSS -----*/
/* Tooltip container */
.modaltooltip {
    position: relative;
    display: inline-block;
}
/* Tooltip text */
.modaltooltip .modaltooltiptext {
    visibility: hidden;
    width: 170px;
    background-color: #0d0d0d;
    color: #fff;
    text-align: center;
    padding: 16px;
    border-radius: 4px;
    font-size: 0.8rem;
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -85px;
    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}
/* Tooltip arrow */
.modaltooltip .modaltooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
/* Show the tooltip text when you mouse over the tooltip container */
.modaltooltip:hover .modaltooltiptext {
    visibility: visible;
    opacity: 1;
}
#ExcessPeriod::after, #prodex1::after, #prodex2::after, #prodex3::after {
    content: ' Days';
}
/*----- End Toottip CSS -----*/
/* ---- Start Privacy Page Style Overrides ---- */
.termstables tr td {
    border: 1px solid #000000;
    padding: 10px;
}
/* ---- End Privacy Page Style Overrides ---- */
/* ---- Start Get aQuote Styles ---- */
.long_quote {
    background-image: linear-gradient(45deg, rgba(0, 138, 150, 1), rgba(1, 186, 115, 1));
}
.quote_type_box_outer {
    padding: 5px;
    height: 100%;
    border-radius: 4px;
    border-left: 1px solid #008a96;
    border-bottom: 1px solid #008a96;
    border-top: 12px solid #008a96;
    border-right: 1px solid #008a96;
}
.quote_type_box_inner {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
    padding: 30px 30px 10px 30px;
    position: relative;
    cursor: pointer;
    height: 100%;
    margin: -5px;
}
.quote_type_selected {
    visibility: hidden;
    background-color: #d1c002;
    color: #142300;
    font-size: 1.2rem;
    text-align: center;
    border-radius: 2px;
    margin: -5px;
    margin-top: 4px;
    padding-top: 2px;
    position: relative;
    top: -20px;
}
.quote_type_title {
    color: #ffffff;
    font-size: 1.1rem;
    padding-bottom: 10px;
}
.quote_type_body {
    color: #ffffff;
}
.quote_type_title {
    color: #01555c;
    font-size: 1.1rem;
    padding-bottom: 10px;
    font-weight: 700;
}
.quote_type_body p {
    color: #01555c;
    font-size: 0.9rem;
}
.quote_type_box_outer:hover {
    border: 1px solid #d1c002;
    border-top: 12px solid #d1c002;
}
.duration_choice_outer:hover {
    border: 1px solid #d1c002;
}
.selected_value_slider {
    padding-top: 40px;
}
#selected-value {
    position: relative;
    right: 0; /* Adjust right positioning as needed */
    text-align: right; /* Align it to the right */
    color: #008a96;
    font-weight: 700;
    font-size: 3.8rem;
    margin-top: -4px;
}
.quote_duration_selected {
    visibility: hidden;
    background-color: #d1c002;
    color: #142300;
    font-size: 1.2rem;
    text-align: center;
    border-radius: 2px;
    margin-top: 4px;
    padding-top: 2px;
    position: relative;
}
.selected1 + .quote_type_selected {
    visibility: visible;
}
.selected2 .quote_duration_selected {
    visibility: visible;
}
.duration_choice_outer {
    text-align: center;
    border: 0.5px solid #008a96;
    border-radius: 4px;
    margin-bottom: 30px;
    cursor: pointer;
}
.duration_choice_inner {
    font-size: 1.5rem;
    padding: 25px 30px 10px 30px;
    font-weight: 700;
    color: #008a96;
}
.regrow {
    padding-top: 40px;
}
.selected1 {
    background-image: linear-gradient(45deg, rgba(2, 146, 131, 1), rgba(165, 151, 1, 1));
    margin: -5px;
}
.selected2 {
    background-image: linear-gradient(45deg, rgba(2, 146, 131, 1), rgba(165, 151, 1, 1));
}
.selected1 .quote_type_title, .selected1 .quote_type_body p, .selected2 .duration_choice_inner {
    color: #ffffff;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 0px 0px #23232329;
}
.caveat {
    color: #ffffff;
}
.onequote_spacer {
    padding-top: 40px;
}
#product_choice_tray {
    position: relative;
    z-index: 998;
    background-color: #F4F4F4;
}
.product_choice {
    margin-bottom: 20px;
}
.product_choice_stripe_1 {
    height: 20px;
    margin-bottom: 20px;
    background-image: linear-gradient(90deg, rgba(249, 163, 3, 1.0), rgba(182, 178, 42, 1.0));
    margin-top: -20px;
    margin-left: -30px;
    margin-right: -30px;
}
.product_choice_stripe_2 {
    height: 20px;
    margin-bottom: 20px;
    background-image: linear-gradient(90deg, rgba(173, 180, 48, 1.0), rgba(89, 199, 91, 1.0));
    margin-top: -20px;
    margin-left: -30px;
    margin-right: -30px;
}
.product_choice_stripe_3 {
    height: 20px;
    margin-bottom: 20px;
    background-image: linear-gradient(90deg, rgba(70, 202, 108, 1.0), rgba(5, 216, 145, 1.0));
    margin-top: -20px;
    margin-left: -30px;
    margin-right: -30px;
}
.product_choice_stripe_4 {
    height: 20px;
    margin-bottom: 20px;
    background-image: linear-gradient(90deg, rgba(3, 203, 182, 1.0), rgba(3, 135, 203, 1.0));
    margin-top: -20px;
    margin-left: -30px;
    margin-right: -30px;
}
.product_choice_box_inner {
    /* border:0.5px solid #000000; */
    border-radius: 4px;
    height: 100%;
    min-height: 120px;
    padding: 20px 30px 30px 30px;
    background-color: #ffffff;
    border-bottom: 2px dashed #000000;
}
.product_choice_box_top {
    font-size: 1.3rem;
    font-weight: 700;
    overflow-wrap: break-word;
    color: #252525;
    min-height: 60px;
}
.product_choice_box_bottom {
    margin-top: 10px;
    color: #00626B;
}
.product_button_tray {
    text-align: center;
    margin-top: -60px;
}
.excessdescr {
    font-size: 0.8rem;
    padding-top: 10px;
}
.quotearrow {
    position: relative;
    top: 24px;
    left: 20px;
}
/* ---- End Get aQuote Styles ---- */
/* Start Car Value Slider CSS */
#range-container {
    display: block;
    text-align: left;
    width: 100%;
    position: relative;
    top: -44px;
    margin-bottom: -66px;
    padding: 0px;
}
#slider-container {
    /* position: relative; /* Change to relative positioning */
    width: auto;
    margin: 0 auto;
    left: 0px;
    top: 50px;
}
#range-input {
    width: 100%;
    border: 0px;
}
#slider-values {
    display: flex;
    justify-content: space-between;
    color: #000000;
}
#slider-values span {
    flex: 1;
}
#right-value {
    text-align: right;
    color: #000000;
    font-size: 1.3rem;
}
#left-value {
    text-align: left;
    color: #000000;
    font-size: 1.3rem;
}
#selected-value-header {
    position: relative;
    /* top: -40px; /* Position it above the right-hand value */
    right: 0; /* Adjust right positioning as needed */
    text-align: right; /* Align it to the right */
    color: #000000;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1;
    padding-top: 10px;
}
/********** Range Input Styles **********/
/*Range Reset*/
input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    cursor: pointer;
    width: 15rem;
    padding: 0px 0px 0px 0px;
    margin-top: -10px;
}
/* Removes default focus */
input[type="range"]:focus {
    outline: none;
}
/***** Chrome, Safari, Opera and Edge Chromium styles *****/
/* slider track */
input[type="range"]::-webkit-slider-runnable-track {
    background-color: #525252;
    border-radius: 0.5rem;
    height: 0.5rem;
}
/* slider thumb */
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    margin-top: -12px; /* Centers thumb on the track */
    /*custom styles*/
    background: #008a96;
    height: 30px;
    width: 30px;
    border: 4px solid #d1c002;
    border-radius: 50%;
}
input[type="range"]:focus::-webkit-slider-thumb {
    border: 1px solid #ffde02;
    outline: 3px solid #ffde02;
    outline-offset: 0.125rem;
    border-radius: 50%;
}
/******** Firefox styles ********/
/* slider track */
input[type="range"]::-moz-range-track {
    background-color: #525252;
    border-radius: 0.5rem;
    border-radius: 50%;
    height: 0.5rem;
}
/* slider thumb */
input[type="range"]::-moz-range-thumb {
    border: none; /*Removes extra border that FF applies*/
    border-radius: 0; /*Removes default border-radius that FF applies*/
    /*custom styles*/
    background: #008a96;
    height: 30px;
    width: 30px;
    border: 4px solid #d1c002;
    border-radius: 50%;
}
input[type="range"]:focus::-moz-range-thumb {
    border: 1px solid #ffde02;
    outline: 3px solid #ffde02;
    outline-offset: 0.125rem;
    border-radius: 50%;
}
/* End Car Value Slider CSS */

/* start Discount Banner Styles */
.discount {
    display: none;
    background-image: url("images/discountbackground.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.discountbanner {
    width: 100%;
    padding: 20px 0px 20px 0px;
    text-align: center;
}
.discounttext {
    width: 100%;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 700;
}
.emphasis1 {
    padding-top: 6px;
    font-size: 1.9rem;
    font-weight: 700;
}
.emphasis2 {
    padding-top: 6px;
    font-size: 1.9rem;
    font-weight: 700;
    color: #FF0057;
}
/* End Discount Banner Styles */
/* ----- Start SFC Styling ------ */
/* ----- Start SFC Styling ------ */
/* ----- Start SFC Styling ------ */
/* ----- Start SFC Styling ------ */
/* ----- Start SFC Styling ------ */
/* ----- Start SFC Styling ------ */
body input[type=text]:active, body input[type=date]:active, body input[type=email]:active, body input[type=tel]:active, body input[type=number]:active, body input[type=search]:active  {
	border-color:#cea502 !important;
	box-shadow: 0px 0px 3px !important;
	}
body .sfc_stage_heading {
    font-size: 1.4rem;
    color: #006160;
    font-weight: 700;
    padding-top: 10px;
}

/* body input[type=text] {
    padding-top: 0;
    padding-right: var(--slds-c-input-spacing-horizontal-end, var(--sds-c-input-spacing-horizontal-end, var(--lwc-spacingMedium,1rem)));
    padding-bottom: 0;
    padding-left: var(--slds-c-input-spacing-horizontal-start, var(--sds-c-input-spacing-horizontal-start, var(--lwc-spacingSmall,0.75rem)));
    width: 100%;
    min-height: calc(var(--lwc-heightInput,1.875rem) + (var(--lwc-borderWidthThin,1px) * 2));
    line-height: var(--lwc-heightInput,1.875rem);
    border: var(--lwc-borderWidthThin,1px) solid var(--slds-c-input-color-border, var(--sds-c-input-color-border, var(--slds-g-color-border-base-4, var(--lwc-colorBorderInput,#D4D4D4))));
    border-radius: var(--slds-c-input-radius-border, var(--sds-c-input-radius-border, var(--lwc-borderRadiusMedium,0.25rem)));
    background-color: var(--slds-c-input-color-background, var(--sds-c-input-color-background, var(--slds-g-color-neutral-base-100, var(--lwc-colorBackgroundInput,rgb(255, 255, 255)))));
    color: var(--slds-c-input-text-color, var(--sds-c-input-text-color));
    box-shadow: var(--slds-c-input-shadow, var(--sds-c-input-shadow));
    transition: border var(--lwc-durationQuickly,0.1s) linear,background-color var(--lwc-durationQuickly,0.1s) linear;
    display: inline-block;
} */
input[type=tel], input[type=search] {
    background-color: #ffffff !important;
    border: 0.5px solid #D4D4D4 !important;
}
#subpage_bodycontent_standard input[type=text], input[type=tel], input[type=search] {
    background-color: #f3f3f3;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-radius: 4px;
    margin-top: 6px;
}
body .sfc-heading h1 {
    color: #ffffff;
    font-size: 4rem;
    font-weight: 700;
    padding: 0px 0px 30px 40px;
}
.sfc-heading p {
    color: #ffffff;
    font-size: 1rem;
    padding: 0px 0px 30px 40px;
}
.flowbox_inner {
    border-radius: 6px;
    padding-left: 10px;
    padding-right: 10px;
}
.flowbox_header {
    min-height: 62px;
    background-image: linear-gradient(45deg, rgba(1, 124, 97, 1.0), rgba(0, 101, 170, 1.0));
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #ffffff;
    font-size: 1.4rem;
    padding: 20px;
}
.policy_docs_inner {
    border: 2px solid #f4a12b;
}
.policy_docs_header {
    background-image: linear-gradient(45deg, rgba(244, 161, 43, 1), rgba(162, 213, 6, 1));
}
.flowbox_header .quote_ref {
    font-weight: 700;
    font-size: 1.4rem !important;
}
.flowbox_label {
    background-color: #ffffff;
    padding: 10px 20px 10px 20px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #006160;
    border-left: 1px solid #006160;
}
.flowbox_data {
    padding: 10px 20px 10px 20px;
    font-size: 1.2rem;
    border-right: 1px solid #006160;
}
.flowbox_subheading {
    min-height: 62px;
    background-image: linear-gradient(45deg, rgba(1, 124, 97, 1.0), rgba(0, 101, 170, 1.0));
    color: #ffffff;
    font-size: 1.2rem;
    padding: 20px;
    ;
}
.flowbox_footer {
    min-height: 62px;
    background-image: linear-gradient(45deg, rgba(1, 124, 97, 1.0), rgba(0, 101, 170, 1.0));
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.policy_docs_footer {
    background-image: linear-gradient(45deg, rgba(244, 161, 43, 1), rgba(162, 213, 6, 1));
}
.summary_chevrons {
    margin-top: 0px;
    margin-bottom: 10px;
}
.total_value {
    color: #006160;
    font-size: 4rem;
    font-weight: 700;
    padding-top: 0px;
}
.total_value.premium {
    color: #006160;
}
.flowbox_inner a {
    color: #000000;
}
body .forceCommunitySection .cb-section_column:last-child {
    padding: 16px 10px 16px 18px;
}
body .slds-button_brand {
    padding: 11px 12px 11px 12px;
    min-width: 120px;
    background-color: #f4a12b;
    border-color: #f4a12b;
    border-radius: 4px !important;
	font-size:1.3rem;
	color:#000000;
	font-weight:500;
}
Body .slds-button_brand:hover {
    background-color: #006160;
    border-color: #006160;
	color:#ffffff;
}
#introsection.subpage-sfc {
    padding-top: 40px;
    padding-bottom: 0px;
}
#introsection.subpage-sfc h1 {
    font-size: 3.4rem !important;
    padding-bottom: 30px;
    color: #ffffff;
    padding-left: 90px;
    font-weight: 700;
}
#subpage_bodycontent .container {
    padding: 0px;
}
#subpage_bodycontent .contentblockleft p {
    color: #ffffff;
}
#subpage_bodycontent tr, td {
    border-width: 0px;
}
#subpage_bodycontent table {
    width: inherit;
}
#subpage_bodycontent_quote .container {
    padding: 0px;
}
#subpage_bodycontent_quote tr, td {
    border-width: 0px;
}
#subpage_bodycontent_quote table {
    width: inherit;
}
#subpage_bodycontent_standard .container {
    padding: 0px;
}
#subpage_bodycontent_standard tr, td {
    border-width: 0px;
}
#subpage_bodycontent_standard table {
    width: inherit;
}
.slds-datepicker h2 {
    font-size: 1rem;
    padding-top: 8px;
}
abbr[title] {
    text-decoration: none;
}
fieldset {
    margin-bottom: 20px;
}
#subpage_bodycontent input {
    background-color: #f3f3f3;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-radius: 6px;
    margin-top: 6px;
}
#subpage_bodycontent span {
    font-size: 1rem;
    color: #1f1f1f;
    font-wight: 400;
}
#subpage_bodycontent .flowruntimeBody__lwc[flowruntime-lwcBody_lwcBody] {
    padding-left: var(--lwc-spacingXLarge, 1rem);
    padding-right: var(--lwc-spacingXLarge, 1rem);
    padding-top: var(--lwc-spacingXLarge, 1rem);
}
#subpage_bodycontent .navigationBar[flowruntime-flow_flow] {
    border-top: 1px solid var(--lwc-colorBorderWhite);
    padding-left: var(--lwc-spacingXLarge, 1rem);
    padding-right: var(--lwc-spacingXLarge, 1rem);
    padding-bottom: var(--lwc-spacingXLarge, 1rem);
}
#subpage_bodycontent .flowruntime-input-label[flowruntime-inputWrapper2_inputWrapper2] {
    font-weight: var(--lwc-fontWeightBold, 400);
}
#subpage_bodycontent .slds-card {
    /* box-shadow: -4px 8px 8px #b6b6b6; */
}
#subpage_bodycontent .slds-radio .slds-radio_faux, .slds-radio .slds-radio--faux {
    border: var(--lwc-borderWidthThin, 1px) solid var(--slds-c-radio-color-border, var(--sds-c-radio-color-border, var(--slds-g-color-border-base-4, var(--lwc-colorBorderInput, #D4D4D4))));
}
#subpage_bodycontent_quote input[type=text], input[type=tel], input[type=search] {
    background-color: #f3f3f3;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-radius: 4px;
    margin-top: 6px;
}
#subpage_bodycontent_quote span {
    font-size: 1rem;
    color: #1f1f1f;
    /* font-weight:400; */
}
#subpage_bodycontent_quote .flowruntimeBody__lwc[flowruntime-lwcBody_lwcBody] {
    padding-left: var(--lwc-spacingXLarge, 1rem);
    padding-right: var(--lwc-spacingXLarge, 1rem);
    padding-top: var(--lwc-spacingXLarge, 1rem);
}
#subpage_bodycontent_quote .navigationBar[flowruntime-flow_flow] {
    border-top: 1px solid var(--lwc-colorBorderWhite);
    padding-left: var(--lwc-spacingXLarge, 1rem);
    padding-right: var(--lwc-spacingXLarge, 1rem);
    padding-bottom: var(--lwc-spacingXLarge, 1rem);
}
#subpage_bodycontent_quote .flowruntime-input-label[flowruntime-inputWrapper2_inputWrapper2] {
    font-weight: var(--lwc-fontWeightBold, 400);
}
#subpage_bodycontent_quote .slds-form-element span, .slds-form-element label {
    font-weight: var(--lwc-fontWeightBold, 400);
    font-size: 1rem;
    color: #1f1f1f;
}
#subpage_bodycontent_quote .slds-card {
    /* box-shadow: -4px 8px 8px #b6b6b6; */
}
#subpage_bodycontent_quote .slds-radio .slds-radio_faux, .slds-radio .slds-radio--faux {
    border: var(--lwc-borderWidthThin, 1px) solid var(--slds-c-radio-color-border, var(--sds-c-radio-color-border, var(--slds-g-color-border-base-4, var(--lwc-colorBorderInput, #D4D4D4))));
}
#subpage_bodycontent_standard input[type=text], input[type=tel], input[type=search] {
    background-color: #f3f3f3;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-radius: 4px;
    margin-top: 6px;
}
#subpage_bodycontent_standard span {
    font-size: 1rem;
    color: #1f1f1f;
    /* font-weight:400; */
}
#subpage_bodycontent_standard .flowruntimeBody__lwc[flowruntime-lwcBody_lwcBody] {
    padding-left: var(--lwc-spacingXLarge, 1rem);
    padding-right: var(--lwc-spacingXLarge, 1rem);
    padding-top: var(--lwc-spacingXLarge, 1rem);
}
#subpage_bodycontent_standard .navigationBar[flowruntime-flow_flow] {
    border-top: 1px solid var(--lwc-colorBorderWhite);
    padding-left: var(--lwc-spacingXLarge, 1rem);
    padding-right: var(--lwc-spacingXLarge, 1rem);
    padding-bottom: var(--lwc-spacingXLarge, 1rem);
}
#subpage_bodycontent_standard .flowruntime-input-label[flowruntime-inputWrapper2_inputWrapper2] {
    font-weight: var(--lwc-fontWeightBold, 400);
}
#subpage_bodycontent_standard .slds-form-element span, .slds-form-element label {
    font-weight: var(--lwc-fontWeightBold, 400);
    font-size: 1rem;
    color: #1f1f1f;
}
#subpage_bodycontent_standard .slds-card {
    /* box-shadow: -4px 8px 8px #b6b6b6; */
}
#subpage_bodycontent_standard .slds-radio .slds-radio_faux, .slds-radio .slds-radio--faux {
    border: var(--lwc-borderWidthThin, 1px) solid var(--slds-c-radio-color-border, var(--sds-c-radio-color-border, var(--slds-g-color-border-base-4, var(--lwc-colorBorderInput, #D4D4D4))));
}
body .slds-button_neutral {
    padding: 8px 12px 8px 12px;
    min-width: 80px;
    /* min-height: 60px; */
    border-radius: 2px;
    /* padding: 30px; */
}
.submenu-button {
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    margin-bottom: 6px;
    padding: 10px 20px 10px 20px;
    text-align: center;
    background-color: #4b4b4b;
    max-width: 230px;
}
.submenu-button:hover {
    background-color: #6d6d6d;
}
a.submenulink {
    text-decoration: none;
}
a.submenulink:hover {
    text-decoration: none !important;
}
a.submenulink:focus {
    text-decoration: none !important;
}
Body .claimstages-container[digi2l-flowPath_flowPath] {
    width: 100%;
    margin: 10px 0px 0px 0px;
}
Body .claimstages[digi2l-flowPath_flowPath] {
    list-style: none;
    counter-reset: step;
    display: flex;
    padding: 0;
}
Body .digi2lEventInsuranceMaster .claimstages-item[digi2l-flowPath_flowPath] {
    display: flex;
    flex-direction: column;
    flex: 1;
    text-align: center;
    position: relative;
    font-weight: 500;
    color: #9c003a;
}
Body .claimstages-item[digi2l-flowPath_flowPath]:before {
    width: 3em;
    height: 3em;
    content: counter(step);
    counter-increment: step;
    align-self: center;
    background: #768383;
    color: #fff;
    border-radius: 100%;
    line-height: 2.9em;
    border: 2px solid #fff;
    margin-bottom: 0.5em;
    margin-right: -20px;
    /* margin-left:30px; */
    text-align: center;
    font-size: 13pt;
    font-weight: 700;
    font-family: Roboto, sans-serif;
    z-index: 1;
}
Body .claimstages-item[digi2l-flowPath_flowPath]:after {
    height: 2px;
    width: calc(100% - 1em);
    content: '';
    background: #abafaf;
    position: absolute;
    top: 1.6em;
    left: calc(50% + .5em);
}
Body .claimstages-item:last-child[digi2l-flowPath_flowPath]:after {
    content: none;
}
Body .claimstages-item[data-status=active][digi2l-flowPath_flowPath]:before {
    background: #fff;
    color: #4d021c;
    border: 2px solid #4d021c;
    font-family: Roboto, sans-serif;
}
Body .claimstages-item.complete[digi2l-flowPath_flowPath]:before {
    content: '✓';
}
Body .claimstages-item.complete:before, Body .claimstages-item.complete:after {
    background: linear-gradient(45deg, #f60f5b, #e30040);
    font-family: Roboto, sans-serif;
}
@media (max-width:1000px) {
    Body .claimstages-container[digi2l-flowPath_flowPath] {
        width: 100%;
        margin: 10px 0px 0px 0px;
    }
    Body .claimstages[digi2l-flowPath_flowPath] {
        list-style: none;
        counter-reset: step;
        display: flex;
        padding: 0;
    }
    Body .digi2lEventInsuranceMaster .claimstages-item[digi2l-flowPath_flowPath] {
        display: flex;
        flex-direction: column;
        flex: 1;
        text-align: center;
        position: relative;
        font-weight: 500;
        color: #9c003a;
    }
    Body .claimstages-item[digi2l-flowPath_flowPath]:before {
        width: 3em;
        height: 3em;
        content: counter(step);
        counter-increment: step;
        align-self: center;
        background: #768383;
        color: #fff;
        border-radius: 100%;
        line-height: 2.8em;
        border: 2px solid #fff;
        margin-bottom: 0.5em;
        margin-right: -18px;
        /* margin-left:30px; */
        text-align: center;
        font-size: 8pt;
        font-weight: 700;
        font-family: Roboto, sans-serif;
        z-index: 1;
    }
    Body .claimstages-item[digi2l-flowPath_flowPath]:after {
        height: 2px;
        width: calc(100% - .5em);
        content: '';
        background: #abafaf;
        position: absolute;
        top: 1em;
        left: calc(50% + 1.2em);
    }
    Body .claimstages-item:last-child[digi2l-flowPath_flowPath]:after {
        content: none;
    }
    Body .claimstages-item[data-status=active][digi2l-flowPath_flowPath]:before {
        background: #fff;
        color: #4d021c;
        border: 2px solid #4d021c;
        font-family: Roboto, sans-serif;
    }
    Body .claimstages-item.complete[digi2l-flowPath_flowPath]:before {
        content: '✓';
    }
    Body .claimstages-item.complete:before, Body .claimstages-item.complete:after {
        background: linear-gradient(45deg, #f60f5b, #e30040);
        font-family: Roboto, sans-serif;
    }
}
@media (max-width:768px) {
    Body .claimstages-container[digi2l-flowPath_flowPath] {
        width: 100%;
        margin: 10px 0px 0px 0px;
    }
    Body .claimstages[digi2l-flowPath_flowPath] {
        list-style: none;
        counter-reset: step;
        display: flex;
        padding: 0;
    }
    Body .digi2lEventInsuranceMaster .claimstages-item[digi2l-flowPath_flowPath] {
        display: flex;
        flex-direction: column;
        flex: 1;
        text-align: center;
        position: relative;
        font-weight: 500;
        color: #9c003a;
        padding-left: 0px;
    }
    Body .claimstages-item[digi2l-flowPath_flowPath]:before {
        width: 3em;
        height: 3em;
        content: counter(step);
        counter-increment: step;
        align-self: center;
        background: #768383;
        color: #fff;
        border-radius: 100%;
        line-height: 2.8em;
        border: 2px solid #fff;
        margin-bottom: 0.5em;
        margin-right: -20px;
        /* margin-left:30px; */
        text-align: center;
        font-size: 8pt;
        font-weight: 700;
        font-family: Roboto, sans-serif;
        z-index: 1;
    }
    Body .claimstages-item[digi2l-flowPath_flowPath]:after {
        height: 1px;
        width: calc(100% - 0em);
        content: '';
        background: #abafaf;
        position: absolute;
        top: 1em;
        left: calc(50% + .5em);
    }
    Body .claimstages-item:last-child[digi2l-flowPath_flowPath]:after {
        content: none;
    }
    Body .claimstages-item[data-status=active][digi2l-flowPath_flowPath]:before {
        background: #fff;
        color: #4d021c;
        border: 2px solid #4d021c;
        font-family: Roboto, sans-serif;
    }
    Body .claimstages-item.complete[digi2l-flowPath_flowPath]:before {
        content: '✓';
    }
    Body .claimstages-item[data-status=complete][c-flowPath_flowPath]:after, Body .claimstages-item[data-status=complete][c-flowPath_flowPath]:before {
        background: linear-gradient(45deg, #f60f5b, #e30040);
        font-family: Roboto, sans-serif;
    }
}
Body .claimstages-item[data-status=complete][digi2l-flowPath_flowPath]:after, Body .claimstages-item[data-status=complete][digi2l-flowPath_flowPath]:before {
    background: linear-gradient(45deg, #76011d, #e30040);
    font-family: Roboto, sans-serif;
}
Body .claimstages-item[digi2l-flowPath_flowPath] {
    display: flex;
    flex-direction: column;
    flex: 1;
    text-align: center;
    position: relative;
    font-weight: 500;
    color: #a06593;
}
Body ul {
    margin-bottom: 0px;
}
/* Body .slds-button_brand {
    padding: 11px 12px 11px 12px;
    min-width: 120px;
    background-color: #f4a12b;
    border-color: #f4a12b;
    border-radius: 4px;
} */
body c-casefileuploaderinput_casefileuploaderinput, button.slds-button.slds-button_neutral {
    padding: 11px 12px 11px 12px;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    border: 1px solid #006160;
    transition: border .15s linear;
    background-color: #006160;
    border-color: #006160;
    color: #ffffff;
    min-width: 120px;
    border-radius: 4px;
    font-size: 1.3rem;
}
/* -------------- Claims Status 2.0 -----------------  */
#paddingpush {
    margin-top: 10vh;
    margin-bottom: 10vh;
}
.body .toggle[c-caseFileUploaderInput_caseFileUploaderInput] {
    /* flex-basis: 100px; */
    margin: 0px;
}
.attention-stripe {
    border: 0.5px solid red;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    min-height: 40px;
    background: repeating-linear-gradient(45deg, #e02626, #e02626 20px, #fd3939 20px, #fd3939 40px);
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 400;
    padding-top: 6px;
    margin-top: 17px;
}
.status-green-stripe {
    border: 0.5px solid green;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    min-height: 40px;
    background: repeating-linear-gradient(45deg, #486501, #486501 20px, #325400 20px, #325400 40px);
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 400;
    padding-top: 6px;
    margin-top: -7px;
}
.status-grey-stripe {
    border: 0.5px solid green;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    min-height: 40px;
    background: repeating-linear-gradient(45deg, #575757, #575757 20px, #2d2d2d 20px, #2d2d2d 40px);
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 400;
    padding-top: 6px;
    margin-top: -7px;
}
.date-rationale {
    padding: 0px 15px 15px 15px;
    font-size: 0.8rem;
}
@media only screen and (max-width:768px) {
    .attention-stripe {
        font-size: 1rem;
    }
    .status-green-stripe {
        font-size: 1rem;
    }
    .status-grey-stripe {
        font-size: 1rem;
    }
    .status-claimref {
        font-size: 1.3rem;
    }
    .discountbanner {
        width: 100%;
        padding: 10px 0px 10px 0px;
        text-align: center;
    }
    .discounttext {
        width: 100%;
        color: #ffffff;
        font-size: 1rem;
        font-weight: 700;
    }
    .emphasis1 {
        padding-top: 6px;
        font-size: 1.1rem;
        font-weight: 700;
    }
    .emphasis2 {
        padding-top: 6px;
        font-size: 1.1rem;
        font-weight: 700;
        color: #FF0057;
    }
}
@media only screen and (max-width:332px) {
    .attention-stripe {
        padding-bottom: 6px;
    }
    .status-green-stripe {
        padding-bottom: 6px;
    }
    .status-grey-stripe {
        padding-bottom: 6px;
    }
}
.status-box {
    border-left: 0.5px solid red;
    border-bottom: 0.5px solid red;
    border-right: 0.5px solid red;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 10px;
}
/* .status-box, .row {
    margin-top: 0px !important;
} */
.status-green-box {
    border-left: 0.5px solid gray;
    border-bottom: 0.5px solid gray;
    border-right: 0.5px solid gray;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.status-grey-box {
    border-left: 0.5px solid gray;
    border-bottom: 0.5px solid gray;
    border-right: 0.5px solid gray;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.status-number-text {
    text-align: center;
    font-weight: 500;
    font-size: 1rem;
    color: #e02626;
    padding-top: 20px;
    max-height: 170px;
}
.green-status-number-text {
    text-align: center;
    font-weight: 500;
    font-size: 1rem;
    color: #486501;
    padding-top: 20px;
    max-height: 190px;
}
.green-status-number {
    text-align: center;
    font-weight: 500;
    font-size: 5rem;
    margin-top: 0px;
    color: #82BB01;
    position: relative;
    top: -20px;
}
.status-text {
    font-size: 1rem;
    padding-top: 20px;
    padding-left: 30px !important;
    padding-bottom: 20px;
}
.claim-stage-report {
    min-height: 200px;
    border: 0.5px solid black;
    border-radius: 4px;
    margin-bottom: 10px;
}
.stage-intro {
    padding: 30px;
    font-size: 1.2rem;
    font-weight: 500;
}
.stages {
    padding: 30px;
}
.stage-stripe-cleared {
    background-color: #2E2E2E;
    padding: 5px 10px 5px 10px;
    margin-bottom: 4px;
    text-align: left;
    font-weight: 500;
    font-size: 1rem;
    color: #ffffff;
}
.stage-stripe-waiting {
    background-color: #E4E4E4;
    padding: 5px 10px 5px 10px;
    margin-bottom: 4px;
    text-align: left;
    font-weight: 500;
    font-size: 1rem;
    color: #C0C0C0;
}
.stage-stripe-3 {
    background-color: lightgrey;
    padding: 5px 10px 5px 10px;
    margin-bottom: 4px;
    text-align: center;
    font-weight: 500;
    font-size: 1rem;
}
.stage-stripe-4 {
    background-color: lightgrey;
    padding: 5px 10px 5px 10px;
    margin-bottom: 4px;
    text-align: center;
    font-weight: 500;
    font-size: 1rem;
}
.stage-stripe-5 {
    background-color: lightgrey;
    padding: 5px 10px 5px 10px;
    margin-bottom: 4px;
    text-align: center;
    font-weight: 500;
    font-size: 1rem;
}
.status-claimref {
    padding-left: 0px !important;
    padding-bottom: 20px;
    font-size: 1.6rem;
    font-weight: 500;
}
.zref {
    color: #486501;
}
.est-completion-row {
    border: 0.5px solid black;
    min-height: 80px;
    background-color: #D4E95D;
    margin-top: -7px !important;
}
.est-completion-text {
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: 500;
}
.est-completion-date {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: right;
    font-size: 1.2rem;
    font-weight: 500;
}
.completion-date-desc {
    font-size: 0.8rem;
    font-weight: 300;
    line-height: 0.5;
}
.video-container {
    margin-bottom: 10px;
}
.video-intro-text {
    padding: 6px 30px 10px 30px;
    text-align: left;
    font-size: 1.2rem;
    font-weight: 500;
    color: #000000;
}
.video-box {
    background-color: #363636;
    width: auto;
    min-height: 280px;
    color: #ffffff;
    padding: 30px;
    font-size: 0.8rem;
}
.med-box {
    padding: 30px;
    border: 0.5px red solid;
    background: repeating-linear-gradient(45deg, #fef7f7, #fef7f7 20px, #fce9e9 20px, #fce9e9 40px);
    margin-bottom: 10px;
}
.med-message {
    text-align: center;
    font-size: 1rem;
    color: #000000;
    font-weight: 500;
}
@media only screen and (max-width:768px) {
    .container.claim-stage-report {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media only screen and (max-width:575px) {
    .status .stage-intro {
        padding: 30px 20px 10px 20px;
        text-align: center;
    }
    .stages {
        padding: 0px 20px 30px 20px;
        text-align: center;
    }
    .est-completion-text {
        padding: 30px 20px 10px 20px;
        text-align: center;
    }
    .est-completion-date {
        padding: 0px 20px 30px 20px;
        text-align: center;
    }
    .video-intro-text {
        font-size: .9rem;
    }
}
.response_heading {
    font-weight: 500;
    color: #c80437;
    font-size: 1.3rem;
}
.response_emphasis {
    font-weight: 500;
    color: #c80437;
    font-size: 1rem;
}
.success_response_date {
    padding-bottom: 10px;
}
.portal_nextsteps_text {
    border: 0.5px solid gray;
    border-radius: 4px;
    padding: 30px !important;
}
body .toggleLabel[c-caseFileUploaderInput_caseFileUploaderInput] {
    text-align: right;
}
body .toggle[c-caseFileUploaderCreator_caseFileUploaderCreator] {
    min-width: 100%;
}
body .title[c-caseFileUploaderInput_caseFileUploaderInput] {
    margin-bottom: 15px;
    margin-top: 10px;
}
body .status[c-caseFileUploaderInput_caseFileUploaderInput] {
    background: #666;
    color: #fff;
    flex-basis: 35px;
    width: 45px;
    line-height: 24px;
    text-align: center;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
    margin-right: 10px;
    padding: 0 5px 0 5px;
    border-radius: 4px;
    margin-bottom: 2px;
}
body .file-uploader[c-caseFileUploaderInput_caseFileUploaderInput] {
    margin: 4px auto 0;
    width: 100%;
}
body .slds-file-selector {
    width: 100%;
}
body .slds-file-selector__dropzone {
    width: 100%;
}
body label {
    margin-bottom: 0px;
}
body c-case-file-uploader-input[c-caseFileUploader_caseFileUploader] {
    margin-bottom: 3px;
    border-bottom: 1px solid #CF004D;
    display: block;
    padding: 10px 0 10px 0;
}
body .slds-m-bottom_large, .slds-m-bottom--large {
    margin-bottom: 0px;
    margin-top: 20px; /* Line added 30.03.2020 */
}
body .slds-radio .slds-radio_faux, .slds-radio .slds-radio--faux {
    border-color: #000000;
}
body .slds-radio .slds-form-element__label {
    font-size: 1rem;
}
body .spacer[c-caseFileUploaderCreator_caseFileUploaderCreator] {
    margin-bottom: 16px;
}
ody c-case-file-uploader c-case-file-uploader-input .file-uploader span.slds-form-element__label {
    display: none !important;
}
body [c-caseFileUploader_caseFileUploader] .slds-card__body {
    padding-top: 0px !important;
} /* body .slds-card__body [c-casefileuploader_casefileuploader] {
    padding: 0px !important;
} */
body .slds-card__body [c-casefileuploader_casefileuploader] {
    padding: 6px !important;
}
body .file[c-caseFileUploaderInput_caseFileUploaderInput] {
    padding-bottom: 10px;
    padding-top: 5px;
}
/* End Amnon's Care File Uploader Style Addition */
/* Start Brand Styled Document Upload Button Styles */
body c-casefileuploaderinput_casefileuploaderinput, button.slds-button.slds-button_neutral[disabled] {
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    border: 1px solid rgb(217, 219, 221);
    transition: border .15s linear;
    background-color: grey;
    border-color: grey;
    color: lightgrey;
}
/* body c-casefileuploaderinput_casefileuploaderinput, button.slds-button.slds-button_neutral {
    padding-left: .7rem;
    padding-right: .7rem;
    padding-top: .7rem;
    padding-bottom: .7rem;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    border: 1px solid rgb(65, 111, 5);
    transition: border .15s linear;
    background-color: #CF004D;
    border-color: #CF004D;
    color: #ffffff;
    min-width: 90px;
} */
/* body c-casefileuploaderinput_casefileuploaderinput, .slds-file-selector__button.slds-button.slds-button_neutral {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    border: 1px solid rgb(65, 111, 5);
    transition: border .15s linear;
    background-color: #CF004D;
    border-color: #CF004D;
    color: #ffffff;
    min-width: 90px;
    word-break: break-word;
} */
body .messages[c-caseFileUploaderInput_caseFileUploaderInput] {
    margin-bottom: 10px;
}
/* End Brand Styled Document Upload Button Styles */
@media (max-height:414px) and (orientation:landscape) {
    body .toggle[c-caseFileUploaderInput_caseFileUploaderInput] {
        min-width: 100%;
    }
}
@media (max-width:321px) and (orientation:portrait) {
    body .messages[c-caseFileUploaderInput_caseFileUploaderInput] {
        flex-basis: 70%;
        flex-grow: 1;
        padding-right: 10px;
        min-width: 0px;
    }
}
@media (max-width:415px) and (orientation:portrait) {
    body .toggle[c-caseFileUploaderInput_caseFileUploaderInput] {
        flex-basis: 100px;
        padding-left: 0px;
        padding-top: 10px;
        margin: 0px;
        min-width: 100%;
    }
}
/* End - CSS for Additional Doc Uploader */
/* Start - CSS for Additional Doc Uploader Status Label */
body .status[c-caseFileUploaderCreator_caseFileUploaderCreator] {
    background: #666;
    color: #fff;
    flex-basis: 35px;
    width: 45px;
    line-height: 24px;
    text-align: center;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
    margin-right: 10px;
    padding: 30px 5px 30px 5px;
}
/* End - CSS for Additional Doc Uploader Status Label */
/* Start - CSS for Document Upload Text Overflow Fix  */
body .criteria[c-caseFileUploaderInput_caseFileUploaderInput], .question[c-caseFileUploaderInput_caseFileUploaderInput] {
    padding-bottom: 5px;
    text-align: left !important;
    word-break: break-word !important;
}
/* End - CSS for Document Upload Text Overflow Fix  */
@media only screen and (max-width:1024) {
    body .toggle[c-caseFileUploaderInput_caseFileUploaderInput] {
        margin: 0px;
        word-break: normal;
    }
    body .toggle[c-caseFileUploaderCreator_caseFileUploaderCreator] {
        margin: 0px;
        word-break: normal;
    }
}
@media only screen and (max-width:768px) {
    body .slds-rich-text-editor__textarea h1, .slds-rich-text-editor__output h1 {
        font-size: 2rem;
    }
}
@media only screen and (max-width:414px) {
    body .slds-rich-text-editor__textarea h1, .slds-rich-text-editor__output h1 {
        font-size: 1.6rem;
    }
}
/* body .date-picker table, tr, td {
    border: 0px !important;
} */
body .date-picker table tr td {
    border: 0px !important;
}
lightning-formatted-rich-text.slds-rich-text-editor__output span {
    font-size: 1rem !important;
}
body .digi2lCover2MePortal .slds-button_brand {
    padding: .7rem !important;
}
body .flowruntimeBody__lwc[flowruntime-lwcBody_lwcBody] {
    padding-top: 20px !important;
}
.bank-account-inputs[c-bankAccountInput_bankAccountInput] div.actions[c-bankAccountInput_bankAccountInput] {
    padding-top: 36px !important;
}
.submenu-button {
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    margin-bottom: 6px;
    padding: 10px 20px 10px 20px;
    text-align: center;
    background-color: #4b4b4b;
    /* max-width: 230px; */
    display: inline-block;
    min-width: 230px;
    margin: 0px 6px 40px 0px;
}
.slds-form-element__label {
    color: #000000;
}
.docnotice {
    background-color: #393939 !important;
    color: #ffffff !important;
    border-radius: 0px;
    border-color: #D30753 !important;
}
#docnoticetray .accordion-button:after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
/* Start Doc Preference Dropdown Styles */
.question {
    border-radius: 1px;
    padding: 10px;
    margin: 0px;
}
.gone {
    position: absolute;
    left: -100vw;
}
.question i {
    position: absolute;
    font-size: 20px;
    padding-top: 16px;
}
.docnotice-content {
    display: none;
}
.docnoticeitem input:checked ~ .docnotice-content {
    display: block;
    padding-left: 0px;
    padding-right: 0px;
}
.docnoticeitem input:checked + .fas .fa-plus {
    display: none;
}
.docnoticeitem .col-sm-12 {
    margin-bottom: 0px;
    position: relative;
    background-color: #fffafd;
    padding: 0px;
}
.question-docnotice i {
    position: absolute;
    font-size: 20px;
    padding: 16px;
}
.docnoticeitem input:checked + label:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f077';
    float: right;
    display: block;
}
#docnoticeitem a.collapsed i::before {
    content: "\f2c7" !important;
}
.docnoticeitem label {
    padding: 10px 10px 10px 30px;
    width: 100%;
}
.docnoticeitem label:after {
    float: right;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f078';
    text-align: right;
    display: block;
    top: 10px;
    position: absolute;
    right: 25px;
}
.stretchcontent-docnotice {
    padding: 10px 30px 20px 30px;
    font-size: 1rem;
}
.text_emphasis {
padding-top:20px;
font-weight:700;
}
/* End Doc Preferences Dropdown Styles */
/* ------- End SFC Styling -------- */
/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */
/* ----- Start Media Queries ----- */
@media only screen and (min-width:768px) {
    .mobiledivider {
        display: none;
    }
}
/* @media only screen and (max-width:1480px) {
	.hero_column {
		position:relative;
		height:auto;
	}
	.hero_column img {
		text-align:right;
		position:absolute;
		bottom:0px;
		width:96%;
		height:auto;
	}
} */
@media only screen and (max-width:1240px) {
    .dropdown-content {
        display: none !important;
    }
	.premium_amount {
    font-size: 2.6rem;
}
}
@media only screen and (max-width: 1240px) and (max-width: 991px) {
    #selected-value-header {
        padding-top: 30px;
    }
    .validate_reg {
        padding-top: 10px;
        width: 100%;
    }
    .validate_button {
        width: 100%;
    }
}
@media only screen and (max-width:1000px) {
    #cookiebox {
        display: none;
        width: 100%;
        height: auto;
        padding: 5px 60px 10px 60px;
        position: fixed;
        bottom: 0px;
        font-size: .8rem;
        z-index: 999;
        background: linear-gradient(45deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.9));
        color: #ffffff;
    }
    .closebutton {
        margin-top: 6px;
    }
}
@media only screen and (min-width:1024px) {
    #summarybox {
        margin-left: 60px;
    }
}
@media only screen and (max-width:1399px) and (min-width:1199px) {
    #result-container {
        padding-left: 20px;
    }
    .minPrice {
        font-size: 3.6rem;
    }
}
@media only screen and (max-width:1399px) {
    .formfield {
        display: block;
    }
    .formlabel {
        margin-top: 10px;
        font-size: 1.1rem;
        min-height: 90px;
    }
    .quickquote_button-hero {
        margin-top: 68px;
    }
    .buttonspan {
        width: 100%;
        text-align: right;
    }
    #masthead {
        height: auto;
    }
    input, #age {
        width: 100%;
        /* min-width: 100px; */
    }
    select {
        width: 100%;
        /* min-width: 100px; */
    }
    .quickquote {
        margin-left: 10px;
        margin-right: 10px;
    }
    .quickquote_header {
        margin-left: 10px;
        margin-right: 10px;
    }
    .premium_amount {
        font-size: 2.6rem;
    }
    .total_value {
        font-size: 2.6rem;
    }
}
@media only screen and (min-width:992px) {
    .document_check {
        padding-right: 60px;
    }
}
@media only screen and (max-width: 1240px) {
    .col-sm-1 {
        margin-bottom: 10px;
    }
    .burgertray {
        min-height: 90px;
    }
    .topnav.responsive {
        position: absolute;
        right: 0px;
        width: 50%;
        height: auto;
        padding-top: 70px;
        padding-bottom: 40px;
        background-color: rgba(1, 40, 26, 0.8);
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
    }
    .topnav {
        top: 0px;
        padding: 0px;
    }
    .topnav a {
        padding: 9px 30px;
    }
    .topnav.responsive .icon {
        position: absolute;
        top: 9px;
        left: 0px;
        width: 100%;
        height: auto;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
        padding: 0px 30px;
        width: 70%;
        color: #ffffff;
    }
    .topnav.responsive a:hover {
        color: #00FF84;
    }
    .fa, .fas, #burger {
        font-size: 1.7rem;
        float: right;
        padding-top: 35px;
    }
    .topnav.responsive a .fa, .fas {
        padding-top: 14px;
        color: #00FF84;
    }
    .topnav a {
        display: none;
    }
    .topnav a.icon {
        float: right;
        display: block;
    }
    ul {
        padding-left: 90px;
    }
    .dd_menu {
        display: none;
    }
    .responsive.linkline.responsive_link {
        display: block;
    }
}
@media only screen and (max-width:1200px) {
    .pricingbody {
        min-height: 140px;
    }
}
@media only screen and (max-width:1199px) {
    .spacer-top {
        height: 30px;
        width: 100%;
    }
    ul.headerbullets {
        font-size: 1.1rem;
    }
    .formlabel {
        min-height: 0px;
    }
    .quickquote_button-hero {
        margin-top: 12px;
    }
    p.firstpara {
        font-size: 1.3rem;
    }
    .benefittile-top {
        font-size: 1.5rem;
    }
    .benefittile-body {
        font-size: 1.2rem;
    }
    .footer_cta h3 {
        font-size: 1.2rem;
    }
    .quickquote_button_previous {
        margin-top: 0px;
    }
    .qbb_bottom {
        padding-top: 40px;
    }
    .featured_product {
        background-size: 50%;
        background-position: -90px 100%;
    }
    .quickquote_button-hero1 {
        position: unset;
        margin-top: 10px;
    }
    .formlabel {
        min-height: 0px;
    }
    .step1_spacing {
        margin-top: 10px;
    }
    .total_value {
        font-size: 2.4rem;
    }
	.herotext_container {
    top: 14vh;
}
}
@media only screen and (max-width: 1024px) {
    .klaro .cookie-notice {
        z-index: 999;
    }
    .slidernav_box {
        margin-top: 40px;
    }
    .qq_box {
        margin-top: 0px;
        margin-bottom: 5px; /* Add margin for spacing between lines */
    }
}
@media only screen and (max-width:1023px) {
    #summarybox {
        padding: 0px 20px 0px 20px;
    }
}
@media only screen and (max-width:991px) {
    li {
        list-style-position: inside;
    }
    #features {
        display: none;
    }
    .feature-row {
        padding-top: 20px;
    }
    .featurelist-inner-left {
        padding: 30px;
    }
    .featurelist-item {
        font-size: 1rem;
    }
    #features_mob {
        display: block;
    }
    .socialicons {
        text-align: left;
    }
    #subpage_bodycontent {
        padding-left: 0px;
    }
    #subpage_bodycontent_quote {
        padding-left: 0px;
    }
    #subpage_bodycontent_standard {
        padding-left: 0px;
    }
    .quicklinkblock {
        padding-bottom: 30px;
    }
    .minPrice {
        font-size: 3rem;
    }
    .submenu-button {
        display: inline-block;
        margin-right: 6px;
    }
    #productresults {
        padding-top: 30px;
    }
    .highlightcolumm-middle {
        border: 0px;
    }
    .whatis_text {
        padding-top: 40px;
    }
    .illustration_upper_box {
        padding-bottom: 0px;
    }
    .illustration_data {
        padding-bottom: 10px;
    }
    .quickquote_button {
        font-size: 1rem;
    }
    .featured_product {
        background-size: 30%;
        background-position: -90px 100%;
    }
    .illustration_image {
        position: relative;
        top: -40px;
    }
    .illustration_image img {
        width: 70%;
        height: auto;
    }
    .header_section_top {
        background: url("../images/roadway_bottom_left_light.png") no-repeat bottom left fixed, url("../images/roadway_right_light.png") no-repeat top right fixed;
    }
    .feature_tray_outer {
        padding-bottom: 0px;
    }
    .second_section {
        background: url("../images/roadway_top_left.png") top left no-repeat, url("../images/man_scratching_head.png") bottom left -800px no-repeat;
    }
    .quickquote_button-hero2, .quickquote_button_previous1 {
        position: relative;
        margin-top: 10px;
    }
    .product_choice_box_outer {
        margin-top: 40px;
    margin-bottom: 110px;
    }
    .herotext_container {
        top: 22vh;
    }
    .quickquote {
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .mobile_hide {
        display: none;
    }
    .desktop_hide {
        display: block;
    }
    .summary_tray {
        border: none;
    }
    .resultsboxchoice_outer {
        margin-top: 20px;
    }
    .quote_type_selected {
        top: -20px;
    }
    #selected-value-header {
        padding-top: 30px;
    }
    .selected_value_slider {
        padding-top: 0px;
    }
    .onequote_spacer {
        padding-top: 0px;
    }
    #selected-value {
        font-size: 3.2rem;
    }
	.product_choice_tray {
		margin-bottom:-60px;
	}
	.first_section {
    padding: 60px 0px 60px 0px;
}

}
@media only screen and (max-width:768px) {
    .topnav.responsive {
        position: absolute;
        left: 0px;
        width: 100%;
        height: auto;
        padding-top: 70px;
    }
    .subpage {
        padding: 30px 30px 10px 30px;
    }
    .subpage-sfc {
        padding: 20px 30px 40px 0px;
    }
    #benefitsection {
        padding: 70px 30px 40px 30px;
    }
    #features {
        padding: 70px 30px 40px 30px;
    }
    #features_mob {
        padding: 70px 30px 40px 30px;
    }
    #additionalproducts {
        padding: 70px 30px 40px 30px;
    }
    #faqs {
        padding: 10px 30px 40px 30px;
    }
    ul {
        padding-left: 40px;
    }
    .accordion {
        padding: 30px 0px 30px 0px;
    }
    .bodycontent_box p {
        padding-left: 40px;
    }
    .termscontent p {
        padding-left: 0px;
    }
    .termscontent {
        padding-left: 30px;
        padding-right: 30px;
    }
    #result-container label {
        font-size: 1rem; /* changed from 0.8rem */
    }
    #range-container {
        padding-left: 0px;
        padding: 20px 0px 20px 0px;
    }
    #result-container {
        text-align: center;
        padding: 30px 0px 0px 0px;
        border-top: 0.5px solid #ffffff;
        border-left: 0px;
    }
    body .sfc-heading h1 {
        color: #ffffff;
        font-size: 2rem;
    }
    .herotext_container h1 {
        font-size: 2rem;
    }
    h1.product {
        font-size: 3.6rem;
    }
    .herotext_container h2 {
        font-size: 1.2rem;
    }
    .herotext_container li {
        font-size: 1.1rem;
    }
    .herotext_container {
        top: 15vh;
    }
    .slidernav_box {
        top: -300px;
    }
    .qq_box {
        top: -280px;
    }
    .header_section {
        height: 840px;
        max-height: 840px;
    }
    .product_header {
        min-height: 110vh;
    }
    .section_heading h2 {
        font-size: 2.2rem;
    }
    .body_section {
        padding: 90px 20px 90px 20px;
    }
    .button_only {
        padding: 50px 0px 70px 0px
    }
    .herotext_container {
        padding: 0px 20px 0px 20px;
		margin-bottom: 240px;
    }
    .product_tile_heading {
        font-size: 1.7rem;
    }
    .product_tile_body {
        font-size: 1rem;
    }
    .quickquote_button {
        font-size: 1rem;
    }
    .quickquote_header {
        font-size: 1.1rem;
    }
    .qq_box {
        top: -240px;
    }
    .illustration_info_top, .illustration_info_bottom, .illustration_subheading {
        font-size: 1.2rem;
    }
    .illustration_data {
        font-size: 1.8rem
    }
    .header_section_top {
        min-height: 450px;
    }
    .subpage_body_wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
    .subpage_body p, .termstext p {
        font-size: 1rem;
    }
    .subpage_body li, .termstext li {
        font-size: 1rem;
    }
    #range-container {
        padding-top: 60px;
    }
    .flowbox_header, .flowbox_subheading {
        font-size: 1.1rem;
    }
    .total_value {
        font-size: 2rem;
    }
    .flowbox_data, .flowbox_label {
        border-left: 1px solid #521299;
        border-right: 1px solid #521299;
    }
    .premium_amount {
        font-size: 2.6rem;
    }
    .section_header_left {
        min-height: 460px;
    }
    .quote_form_body {
        padding-left: 0px;
        padding-right: 0px;
    }
    .quickquote {
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .quickquote_header {
        margin-left: 0px;
        margin-right: 0px;
    }
	.subpage_body_wrapper .section_heading_1 h1, .section_heading_1 h1, .section_heading_1 h2, .section_heading_2 h2, .section_heading_3 h2, .section_heading_4 h2, .section_heading_5 h2, .section_heading_6 h2 {
		font-size:1.2rem;
	}
	.section_heading_1 h1, .section_heading_1 h1, .section_heading_1 h2, .section_heading_2 h2, .section_heading_3 h2, .section_heading_4 h2, .section_heading_5 h2, .section_heading_6 h2 {
		line-height:2;
		padding-top:9px;
	} 
}
@media only screen and (max-width:575px) {
    .logobox {
        padding-left: 20px;
    }
    .logobox img {
        width: 100px;
        height: auto;
        padding-top: 22px;
    }
    ul.headerbullets {
        padding-left: 12px;
    }
    .headerbullet li {
        font-size: 0.8rem;
    }
    .headerbullet i {
        font-size: 1rem;
    }
    .ratingtray {
        padding: 0px;
    }
    .a-rating img {
        padding-bottom: 20px;
    }
    .herotext_container h1 {
        font-size: 1.7rem;
    }
    h1.product {
        font-size: 3.6rem;
    }
    .header_section {
        min-height: 800px;
    }
    .product_header {
        min-height: 110vh;
    }
    .herotext_container {
        top: 15vh;
    }
    .herotext_container li {
        font-size: 1.1rem;
    }
    .slidernav_box {
        top: -310px;
    }
    .qq_box {
        top: -260px;
    }
}
@media only screen and (max-width:463px) {
    .herotext_container h1 {
        font-size: 1.4rem;
    }
    h1.product {
        font-size: 2.4rem;
    }
    .header_section {
        min-height: 800px;
    }
    .product_header {
        min-height: 110vh;
    }
    .herotext_container {
        top: 15vh;
    }
    .herotext_container li {
        font-size: 1rem;
    }
    .section_heading h2 {
        font-size: 1.4rem;
    }
    .highlightbox_heading h3 {
        font-size: 1.4rem;
    }
    .highlightbox_body p {
        font-size: 1.1rem;
    }
}
@media only screen and (max-width:440px) {
body .slds-card__body .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
}
@media only screen and (max-height:414px) {
    .herotext_container h1 {
        padding-top: 60px;
    }
}
@media only screen and (max-width:315px) {
    .slidernav_box {
        top: -250px;
    }
}
@media only screen and (max-width:295px) {
    .header_section {
        min-height: 1000px;
    }
    .product_header {
        min-height: 110vh;
    }
    .qq_box {
        top: -150px;
    }
}
@media only screen and (max-height:600px) {
    .header_section {
        min-height: 800px;
    }
    .slidernav_box {
        top: -270px;
    }
    .qq_box {
        top: -175px;
    }
    .herotext_container {
        top: 20vh;
    }
}
@media only screen and (max-height:900px) and (max-width: 768px) {}
@media only screen and (max-height:599px) and (max-width:574px) {
    .header_section {
        min-height: 800px;
    }
    .product_header {
        min-height: 110vh;
    }
    .slidernav_box {
        top: -350px;
    }
    .qq_box {
        top: -214px;
    }
    .herotext_container {
        top: 20vh;
    }
}
@media only screen and (max-height:500px) and (max-width:400px) {
    .header_section {
        min-height: 800px;
    }
    .product_header {
        min-height: 110vh;
    }
}
/* ----- End Media Queries ----- */
/*----- Start Klaro ----- */
.cookie-notice {
    background-color: rgba(5, 5, 5, 0.9) !important;
    padding: 20px;
}
.cookie-notice .cm-btn.cm-btn-success {
    background-color: #018425 !important;
}
.klaro .cookie-notice a {
    color: #ffffff !important;
    text-decoration: underline !important;
}
.cm-btn-accept {
    background-color: #018425 !important;
}
.cm-btn-accept-all {
    background-color: #018425 !important;
}
.cm-modal.cm-klaro {
    background-color: #161616 !important;
    padding: 20px;
    border-radius: 8px;
}
.slider.round.active::before {
    background-color: #018425 !important;
}
.klaro.cookie-modal .cm-modal .cm-header h1 {
    font-family: brother-1816, sans-serif;
    font-weight: 700;
    font-style: normal;
}
.cm-list-title {
	color:#ffffff;
}
/* ---- End Klaro Styles ---- */
/* ---- Start Stripe Checkout CSS ---- */
.p-FieldLabel {
    font-size: 1rem !important;
    font-weight: 700 !important;
    padding-bottom: 6px;
}
.p-Grid input[type=text] {
    background-color: #f3f3f3 !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 0px !important;
    border-radius: 4px !important;
    margin-top: 6px !important;
}
.status-number {
    text-align: center;
    font-weight: 500;
    font-size: 5rem;
    margin-top: 0px;
    color: #e02626;
    position: relative;
    top: -20px;
}
/* End Stripe Checkout CSS */
.carousel {
    overflow: hidden;
}
.dropdown-menu {
    display: relative;
    z-index: 1;
}
.subpage_body_wrapper {
    padding-left: 24px;
    padding-right: 24px;
}
/* Start Reg Validation CSS */
.registration-ui h1 {
    margin: 2em 0 0;
    font-size: 2em;
    font-family: helvetica, ariel, sans-serif;
    text-align: center;
}
.vehicle_detail_tray h2 {
    padding: 20px 0px 10px 0px;
    ;
    font-size: 1.4rem;
    color: #008A96;
    font-weight: 700;
}
#make, #model {
    font-weight: 700;
    font-size: 1.1rem;
}
.registration-ui {
    background: linear-gradient(to bottom, #efe702 0%, #cbef02 100%);
    /* padding: 0.6em 2.90em .0.6em 2.90em; */
    font-weight: bold;
    font-size: 2em;
    border-radius: 5px;
    border: 1px solid #000;
    box-shadow: 1px 1px 1px #ddd;
    position: relative;
    font-family: helvetica, ariel, sans-serif;
    display: inline-block; /* Added to maintain alignment */
    width: 100%; /* Total width of the box */
    vertical-align: middle;
    height: 60px;
}
.registration-ui:before {
    content: 'GB';
    display: block;
    width: 30px;
    height: 100%;
    background: #4a02ef;
    position: absolute;
    top: 0;
    left: 0; /* Align 'GB' to the left */
    border-radius: 5px 0 0 5px;
    color: #f8d038;
    font-size: 0.8rem;
    line-height: 85px;
    padding-left: 5px;
}
.registration-ui:after {
    content: url('../images/flag.gif');
    display: block;
    position: absolute;
    top: -10px;
    right: 50px; /* Adjust the right padding */
    left: 6px;
    width: 20px;
    height: 20px;
}
/* Style for the input element */
.registration-input {
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    padding-left: 45px;
    background: transparent;
    font-size: .9em;
    letter-spacing: 1px; /* Adjust letter-spacing to a smaller value */
    outline: none;
    width: 100%;
    right: 30px;
    vertical-align: middle; /* Added for alignment */
    width: calc(100% - 10px);
}
/* Media query for smaller screens */
@media screen and (max-width: 768px) {
    .registration-ui {
        font-size: 1.2rem; /* Adjust font size for smaller screens */
        /*  width: 150px; /* Adjust width for smaller screens */
    }
    .registration-ui:after {
        top: 6px;
    }
    .registration-ui:before {
        font-size: 0.8rem; /* Adjust font size for smaller screens */
    }
    .registration-input {
        font-size: 1.2rem; /* Adjust font size using vw units for smaller screens */
    }
}
.validate_reg {
    display: inline-block;
}
.vehicle_detail_tray {
    margin-top: 20px;
    border-top: 0.5px solid #511199;
    padding: 10px 0px 20px 0px;
    ;
}
.product_choice_box_outer {
    position: relative;
    margin-top: -60px;
}
/* End Reg Validation CSS */

