@charset "utf-8";
/* CSS Document */
html {
    scroll-behavior: smooth;
    font-size: 1rem;
}
body {
    font-family: brother-1816, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}
h1, h2, h3, h4, h5 {
    font-family: brother-1816, sans-serif !important;
    font-weight: 400;
}
ul {
    padding-bottom: 10px;
}
::-moz-selection { /* Code for Firefox */
    color: #FFFFFF;
    background-color: #C6003D;
}
::selection {
    color: #FFFFFF;
    background-color: #C6003D;
}
.mobiledivider {
    color: #CF004D;
    min-height: 3px;
    background-color: #CF004D;
    border: none;
    margin: 10px 0px 10px 0px;
}
.mobile-video {
    width: 100%;
    height: auto;
}
.breadcrumb {
    padding: 30px 0px 20px 0px;
}
.breadcrumblink a {
    text-decoration: underline;
    color: #6C001E;
}
.breadcrumblink {
    color: #6C001E;
}
.breadcrumblink-black a {
    text-decoration: underline;
    color: #ffffff;
}
.breadcrumblink-black {
    color: #ffffff;
}
.hideformlabel {
    display: none;
}
/* ----- Start Page Header CSS ----- */
.scrolly {
    transition: .5s;
    transition-timing-function: ease-out;
    background-color: #cf004d;
}
#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 ----- */
.topnav {
    overflow: hidden;
    padding: 35px 0px 0px 30px;
    float: left;
}
.scrolly * .topnav {
    padding-bottom: 30px;
}
.topnav a {
    display: inline;
    text-align: right;
    padding: 12px 10px 6px 10px;
    text-decoration: none;
    font-size: 17px;
    line-height: 2.1;
    font-family: brother-1816, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
}
.topnav a:hover {
    padding-bottom: 31px;
    color: #FF92A6;
}
.topnav .icon {
    display: none;
}
.fa, .fas {
    font-size: 1.7rem;
    right: 40px;
    position: absolute;
    padding-top: 8px;
}
.nav_cta  {
	background-color:#E4C600;
	padding:6px 4px;
	margin-left:10px;
	font-weight:500;
	border-radius:2px;
}
.nav_cta a {
	color:#370014;
	font-weight:700;
}
.nav_cta a:hover {
	color:#370014;
}

.nav_cta:hover {
	background-color: #fcfa2c;
    box-shadow: 0px 0px 8px 2px #fcfa2c;
}
/* ----- End Page Navigation CSS ----- */
/* ----- Start Page Masthead CSS ----- */
.hero-overlay {
    width: auto;
    background-color: rgba(0, 0, 0, 0);
}
#masthead {
    position: relative;
    height: auto;
    min-height: 990px;
}
#masthead_ppc {
    position: relative;
    height: auto;
    min-height: 850px;
}
.tick {
    color: green; /* Sets the color of the tick to green */
    font-size: 20px; /* Adjust the font size as needed */
    margin-right: 10px; /* Adjust the margin to separate the tick from the button */
}
#hero {
    top: 0px;
    height: auto;
    width: 100%;
    z-index: 999;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
.herobanner {
    position: relative;
}
.hero-strap {
    position: relative;
    height: 100vh;
}
.strapline {
    position: relative;
    margin: 0px;
    color: #ffffff;
    padding-top: 19vh; /* Was 24vh */
    padding-bottom: 40px;
}
.strapline_ppc {
    position: relative;
    margin: 0px;
    color: #ffffff;
    padding-top: 20vh;
    padding-bottom: 40px;
}
.desktop-accolades {
	display:block;
	padding-bottom:30px;
}
.mobile-accolades {
	display:none;
}
.strapline h1 {
    font-size: 4.2rem; /* was 4.4 */
    font-weight: 700;
    line-height: 0.9;
    padding-right: 20px;
}

.transferCover:checked[type=checkbox] {
    background: url("data:image/svg+xml,%3Csvg%20fill='black'%20viewBox='0%200%2016%2016'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M6.173%2013.247L.762%207.837l1.414-1.414%204.002%204.002%208.002-8.002%201.414%201.414z'/%3E%3C/svg%3E") 
            no-repeat center center;
    background-size: 80%;
}

.transferCoverLabel {
    padding-left: 10px;
    padding-top: 6px;
}

/*start new fields oct 2025*/
.mortgage24:checked[type=checkbox] {
    background: url("data:image/svg+xml,%3Csvg%20fill='black'%20viewBox='0%200%2016%2016'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M6.173%2013.247L.762%207.837l1.414-1.414%204.002%204.002%208.002-8.002%201.414%201.414z'/%3E%3C/svg%3E") 
            no-repeat center center;
    background-size: 80%;
}

.mortgage24Label {
    padding-left: 10px;
    padding-top: 6px;
}
/*end new fields oct 2025*/

.strapline_ppc h1 {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1;
    padding-right: 20px;
}
.strapline h2 {
    font-size: 1.4rem;
    font-weight: 500;
    padding: 20px 20px 0px 0px;
}
ul.headerbullets {
    list-style: none;
    padding-left: 0px;
    margin-top: 20px;
    font-size: 1.3rem;  /* was 1.4 */
}
.headerbullet i {
    font-size: 1.3rem; /* was 1.4 */
    padding: 6px 12px 0px 0px;
}
.scroll_button_outer {
    position: relative;
    margin: 0px;
    width: 100%;
}
.scroll_button_inner {
    position: absolute;
    top: -180px;
    width: 100%;
    text-align: center;
    color: #ffffff;
}
/* ----- End Page Masthead CSS ----- */
/* ----- Start Page AdRibbon ------ */
#adribbon {
position:relative;
	top:85px;
	min-height:130px;
	background-image:url("../images/adribbonbg1.png");
	background-repeat:no-repeat;
	background-size:cover;
	
}

.adribbon-container {
	
}
.adribbon-row {
	
}
.finalistaward_top {
	text-transform:uppercase;
	text-align:center;
	font-size:2.1rem;
	font-weight:700;
	color:#ffffff;
	padding-top:35px;

}
.finalistaward_bottom {
	text-transform:uppercase;
	text-align:center;
	font-size:0.8rem;
	font-weight:700;
	color:#ffffff;
position:relative;
	top:-10px;
	padding-bottom:10px;
}
.finalistcategories {
	text-transform:uppercase;
	text-align:center;
	font-size:.8rem;
	font-weight:700;
	color:#ffffff;
	padding-top:25px;
	padding-bottom:10px;
}
.finalistbadges {
    text-align: center;
    padding-top: 35px;
}

/* ----- End Page AdRibbon ------ */
/* ----- Start Page Quickquote Form CSS ----- */
label, .formlabel, #sliderValue {
    color: #ffffff;
    padding-bottom: 6px;
}
.slider {
    -webkit-appearance: none;
}
.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 40px;
    height: 40px;
    border: 4px solid #E4C600;
    border-radius: 50%;
    background: #131313;
    cursor: pointer;
}
.slider::-moz-range-thumb {
    width: 40px;
    height: 40px;
    border: 4px solid #E4C600;
    border-radius: 50%;
    background: #131313;
    cursor: pointer;
}

/* 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;
}
#amountpermonth input[type=range] {
    padding: 0px;
    margin-bottom: 27px;
    height: 6px;
}
/*--- Start Benefit Box Styles ---*/
.benefitbox {
	height:100%;
}
.benefittiles {
    padding-top: 70px;
}
.benefittile-outer {
    height: 100%;
    margin-bottom: 10px;
}
.benefittile-inner {
    height: 100%;
    background-color: #131313;
}
.benefittile-top {
    padding: 30px 30px 0px 30px;
    text-align: center;
    background-color: #131313;
    font-size: 1.6rem;
    color: #ffffff;
}
.benefittile-body {
    padding: 20px 30px 30px 30px;
    text-align: center;
    background-color: #131313;
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 1.3rem;
}
.benefitnumber {
    width: 100%;
    margin-bottom: 10px;
}
.benefitcircle {
    height: 70px;
    width: 70px;
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    padding-top: 17px;
    font-weight: 700;
    font-size: 1.2rem;
    color: #CF004D;
}
.benefitcircle i {
    font-size: 2.4rem;
}
/*--- End Benefit Box Styles ---*/
input[type=date] {
    width: 100%;
}
.range_container_outer {
    height: 100%;
    width: 100%;
}
#range-container {
    color: #ffffff;
    padding-top: 20px;
}
#range-input {
    color: #ffffff;
}
.amount_caveat {
    font-size: 0.8rem;
    color: #ffffff;
}
input[type=text], input[type=email], input[type=tel], input[type=date], input[type=number], input[type=search] {
    width: 100%;
    padding: 10px 10px 10px 10px;
    border: 0px;
    height: 61px;
    border-radius: 4px;
}
.select2-container--default .select2-selection--single {
    width: 100%;
    padding: 16px 10px 10px 10px;
    border: 0px;
    height: 61px;
    border-radius: 4px;
}
.select2-container--default .select2-selection--single:focus {
    box-shadow: 0 0 1px #ff0356;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #ff0356;
    color: #ffffff;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent;
    margin-top: 20px;
}
input[type=range] {
    width: 100%;
}
select {
    width: 100%;
    padding: 10px 10px 10px 10px;
    border: 0px;
    height: 60px !important;
    border-radius: 4px;
}
.email_consent {
    font-size: 0.7rem;
}
.highlight-arrow {
    width: 100%;
    text-align: left;
    display: inline;
}
.transferCover:checked[type=checkbox] {
    background: url("data:image/svg+xml,%3Csvg%20fill='black'%20viewBox='0%200%2016%2016'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M6.173%2013.247L.762%207.837l1.414-1.414%204.002%204.002%208.002-8.002%201.414%201.414z'/%3E%3C/svg%3E") 
            no-repeat center center;
    background-size: 80%;
}

.transferCoverLabel {
    padding-left: 10px;
    padding-top: 6px;
}
/*start new fields oct 2025*/
.mortgage24:checked[type=checkbox] {
    background: url("data:image/svg+xml,%3Csvg%20fill='black'%20viewBox='0%200%2016%2016'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M6.173%2013.247L.762%207.837l1.414-1.414%204.002%204.002%208.002-8.002%201.414%201.414z'/%3E%3C/svg%3E") 
            no-repeat center center;
    background-size: 80%;
}

.mortgage24Label {
    padding-left: 10px;
    padding-top: 6px;
}
/*end new fields oct 2025*/
/* ----- End Page Quickquote Form CSS ----- */
/* ----- Start Page Button CSS ------ */
.quickquote_button {
    padding: 10px 20px 10px 20px;
    background-color: #d6024d;
    border: 0.5px;
    border-radius: 4px;
    border-color: #FF6092;
    color: #ffffff;
    height: 61px;
    margin-top: 33px;
    text-align: center;
    font-size: 1.3rem;
}
.quickquote_button_atf {
    padding: 15px 30px 15px 30px;
    background-color: #E4C600;
    border: 0.5px;
    border-radius: 4px;
    border-color: #FF6092;
    color: #980839;
    height: 61px;
    text-align: center;
    font-size: 1.3rem;
    margin: 10px 0px 10px 0px;
}
.quote_button {
    padding: 20px 40px 20px 40px;
    background-color: #E4C600;
    border: 0.5px;
    border-radius: 4px;
    border-color: #FF6092;
    color: #980839;
    height: 61px;
    text-align: center;
    font-size: 1.3rem;
    margin: 10px 0px 10px 0px;
    min-width: 190px;
}
.quote_button_back {
    padding: 20px 40px 20px 40px;
    background-color: #ffffff;
    border: 0.5px;
    border-radius: 4px;
    border-color: #CF004D;
    color: #565555;
    height: 61px;
    text-align: center;
    font-size: 1.3rem;
    margin: 10px 0px 10px 0px;
    min-width: 190px;
}
.sub_button {
    padding: 10px 20px 10px 20px;
    background-color: #d6024d;
    border: 0.5px;
    border-radius: 4px;
    border-color: #FF6092;
    color: #ffffff;
    min-height: 61px;
    text-align: center;
    font-size: 1.3rem;
    margin: 20px 0px 40px 0px;
}
.nextstep_button {
    padding: 10px 20px 10px 20px;
    background-color: #E4C600;
    /* min-width: 170px; */
    border: 0.5px;
    border-radius: 4px;
    border-color: #E4C600;
    color: #980839;
    height: 61px;
    text-align: center;
    font-size: 1.3rem;
    position: absolute;
    bottom: 0px;
    margin-bottom: 0px;
}
.quickquote_button:hover {
    background-color: #fc1552;
    box-shadow: 0px 0px 8px 2px #ff0144;
}
.quickquote_button_atf:hover {
    background-color: #fcfa2c;
    box-shadow: 0px 0px 8px 2px #fcfa2c;
}
.quote_button:hover {
    background-color: #fcfa2c;
    box-shadow: 0px 0px 8px 2px #fcfa2c;
}
.quote_button_back:hover {
    background-color: #5e0112;
    color: #ffffff;
}
.sub_button:hover {
    background-color: #fc1552;
    box-shadow: 0px 0px 8px 2px #ff0144;
}
.nextstep_button:hover {
    background-color: #fcfa2c;
    box-shadow: 0px 0px 8px 2px #fcfa2c;
}
.sub_button_mainbody_left {
    padding: 10px 20px 10px 20px;
    background-color: #d6024d;
    min-width: 170px;
    border: 0px;
    border-radius: 4px;
    color: #ffffff;
    height: 61px;
}
.sub_button_mainbody_left:hover {
    background-color: #fc1552;
    box-shadow: 0px 0px 8px 2px #ff0144;
}
.sub_button_mainbody_right {
    padding: 10px 20px 10px 20px;
    background-color: #d6024d;
    min-width: 170px;
    border: 0px;
    border-radius: 4px;
    color: #ffffff;
    height: 61px;
    margin-right: 90px;
}
.sub_button_mainbody_right:hover {
    background-color: #fc1552;
    box-shadow: 0px 0px 8px 2px #ff0144;
}
.quickquote_button_mainbody_left {
    padding: 10px 20px 10px 20px;
    background-color: #d6024d;
    min-width: 170px;
    border: 0px;
    border-radius: 4px;
    color: #ffffff;
    height: 61px;
}
.quickquote_button_mainbody_left:hover {
    background-color: #fc1552;
    box-shadow: 0px 0px 8px 2px #ff0144;
}
.quickquote_button_mainbody {
    padding: 10px 20px 10px 20px;
    background-color: #d6024d;
    min-width: 170px;
    border: 0px;
    border-radius: 4px;
    color: #ffffff;
    min-height: 61px;
}
.quickquote_button_mainbody:hover {
    background-color: #fc1552;
    box-shadow: 0px 0px 8px 2px #ff0144;
}
.quickquote_button_mainbody_right {
    padding: 10px 20px 10px 20px;
    background-color: #d6024d;
    min-width: 170px;
    border: 0px;
    border-radius: 4px;
    color: #ffffff;
    height: 61px;
}
.quickquote_button_mainbody_right:hover {
    background-color: #fc1552;
    box-shadow: 0px 0px 8px 2px #ff0144;
}
/* ----- End Page Buttons CSS ----- */
/* ----- 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 Content Sections ----- */
#contentsection0 {
    padding-top: 120px;
    padding-bottom: 80px;
}
#introsection {
    padding-top: 150px;
    padding-bottom: 40px;
}
.liferingtray {
    background-image: url("../images/lifering_old.png");
    background-repeat: no-repeat;
    background-position: top 0px left 0px;
    background-size: contain;
}
#benefitsection {
    padding-top: 60px;
    padding-bottom: 80px;
}
.whoarewe {
    padding-top: 80px;
    padding-bottom: 80px;
    display: block;
}
.whoarewe_mob {
    padding-top: 40px; /* Was 80px */
    padding-bottom: 80px;
    display: none;
}
/* ----- End Page Content Sections ----- */
/*-----  Start Features Section -----*/
#features {
    background-color: #161616;
    padding: 90px 0px 70px 0px;
    display: block;
}
#features_mob {
    background-color: #161616;
    padding: 90px 0px 70px 0px;
    display: none;
}
#features .contentblockleft h1, #features .contentblockleft h2 {
    color: #ffffff;
}
#features_mob .contentblockleft h1, #features_mob .contentblockleft h2 {
    color: #ffffff;
}
#features .contentblockleft p {
    color: #ffffff;
    font-size: 1.3rem;
}
#features_mob .contentblockleft p {
    color: #ffffff;
    font-size: 1.2rem;
}
.feature-row {
    padding-top: 50px;
}
.featurelist-inner-left {
    padding: 60px;
    background-color: #000000;
    border-bottom: 6px solid #CF004D;
    height: 100%;
}
.featurelist-inner-right {
    padding: 60px;
    background-color: #000000;
    border-bottom: 6px solid #CF004D;
    height: 100%;
}
ul.featurelist {
    padding-left: 0px;
    list-style: none;
}
.featurelist-item {
    font-size: 1.3rem;
    color: #ffffff;
}
.featurelist-item i {
    padding-right: 12px;
    color: #CF004D;
}
/*----- End Features Section -----*/
/* ----- Start Additional Products Section CSS ----- */
#additionalproducts {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #AA0034;
    height: 100%;
    background-image: url("../images/Additional Products - Income Protection.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-blend-mode: multiply;
}
.productblock {
    margin-bottom: 10px;
}
#additionalproducts h3 {
    font-size: 1.6rem;
    font-weight: 700;
    padding-bottom: 20px;
}
.productblock-left {
    border-top: 1px solid #131313;
    border-right: 1px solid #131313;
    border-bottom: 1px solid #131313;
    border-left: 3.5px solid #CF004D;
    border-radius: 4px;
    height: 100%;
    background-color: #131313;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 1.3rem;
}
.productblock-right {
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-left: 3.5px solid #CF004D;
    border-radius: 4px;
    height: 100%;
    background-color: #ffffff;
    margin-bottom: 10px;
    font-size: 1.3rem;
}
.additionalproduct-header {
    padding: 40px 30px 30px 30px;
    height: 100%;
}
/* ----- End Additional Products Section CSS ----- */
/* ----- Start ForRenters Page CSS ----- */
#forrenters {
    padding-top: 80px;
    padding-bottom: 80px;
}
.landlord {
    background-color: #232323;
    border-left: 3px solid #CF004D;
    color: #ffffff;
    height: 100%;
}
.tenant {
    background-color: #F5F5F5;
    border-left: 3px solid #CF004D;
    height: 100%;
}
.col-sm-12 {
    margin-bottom: 10px;
}
.forrentersblock-heading {
    padding: 40px 30px 30px 30px;
}
.forrentersblock-heading h2 {
    font-size: 1.5rem;
    font-weight: 700;
}
.sources {
    text-align: center;
    padding: 30px 0px 30px 0px;
    font-size: 0.6rem;
}
/* ----- End ForRenters Page CSS ----- */
/* ----- Start ForSMEs Page CSS ----- */
.dark {
    background-color: #161616;
}
.dark_illus .contentblockleft h1, .dark_illus .contentblockleft h2, .dark_illus .contentblockleft p {
    color: #ffffff;
}
.dark_illus {
    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 Content Section 1 (SubPage) CSS ----- */
#introsection.subpage {
    padding-top: 10px;
    padding-bottom: 10px;
}
/* ----- End Page Content Section 1 (SubPage) CSS ----- */
/* ----- Start Page Content Section 1 (CommunityPage) CSS ----- */
#introsection.communitypage {
    padding-top: 10px;
    padding-bottom: 10px;
}
/* ----- End Page Content Section 1 (CommunityPage) CSS ----- */
/* ----- Start Blog-Ribbon Section CSS ----- */
#blog-ribbon {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #F3F3F3;
}
.owl-carousel {
    padding-top: 40px;
}
.blog-item-top {
    position: relative;
    background-color: #ffffff;
    /* min-height:160px; */
    overflow-y: visible;
}
.blog-item-top h3 {
    font-size: 1.3rem;
}
.blog-item-title {
    position: absolute;
    color: #ffffff;
    padding: 30px;
    bottom: 0;
    overflow-y: visible;
    font-size: 1rem;
    background: linear-gradient(45deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    min-height: 100%;
    width: 100%;
}
.blog-item-pos {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 20px;
}
.blog-item-bottom {
    background-color: #ffffff;
    min-height: 220px;
    padding: 20px 20px 30px 20px;
    position: relative;
    margin-bottom: 20px;
}
.blog-item-body p {
    font-size: 1.2rem;
}
.blog-continue {
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin: 20px;
    padding-bottom: 6px;
    border-bottom: 3px solid #CF004D;
    font-size: 1.2rem;
}
.blog-continue a {
    color: #000000;
    text-decoration: none;
}
.blog-continue a:hover {
    color: #CF004D;
}
.blog {
    padding-bottom: 70px;
}
#subpage_bodycontent {
    padding: 00px 0px 90px 0px;
    font-size: 1.1rem;
}
#subpage_bodycontent .blog-item-bottom {
    border: 0.2px solid #D9D9D9;
}
#subpage_bodycontent_quote .blog-item-bottom {
    border: 0.2px solid #D9D9D9;
}
#subpage_bodycontent_standard .blog-item-bottom {
    border: 0.2px solid #D9D9D9;
}
.blog-body {
    padding: 0px 30px 70px 30px;
}
.blog-body img {
    padding-bottom: 40px;
}
.blogpost-intro-padding {
    padding: 40px 0px 40px 0px;
}
/* ----- End Blog-Ribbon Section CSS ----- */
/* ----- Start About Us Page CSS ----- */
.ratingtray {
    padding-left: 90px;
}
.a-rating {
    text-align: center;
}
.ratingdescr {
    padding-left: 0px;
}
/* ----- End About Us Page 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 0px 30px 0px;
}
.accordion p {
    font-size: 1.2rem;
}
.accordion-item {
    margin: 10px 0px 10px 0px;
    border: 0.5px solid #626161 !important;
    border-radius: 4px;
}
.accordion-button:not(.collapsed) {
    background-color: #EBE9E9;
    color: #000000;
}
.accordion-button:focus {
    border-color: #B1002C !important;
    box-shadow: 0 0 0 0.25rem rgb(255 0 40 / 25%) !important;
}
.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;
    margin-left: -10px;
}
.contentblockleft_quote {
    border-left-color: #d6024d;
    border-left-style: solid;
    border-left-width: 0.5;
}
.contentblockleft h1 {
    font-size: 2.8rem;
    padding-bottom: 20px;
    color: #000000;
    padding-left: 90px;
    font-weight: 700;
}
.subpage-sfc .contentblockleft h1 {
    font-size: 2.8rem;
    padding-bottom: 20px;
    color: #000000;
    padding-left: 40px;
    font-weight: 700;
}
.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;
    padding-right: 90px;
}
.contentblockright h1 {
    font-size: 2.8rem;
    padding-bottom: 30px;
    color: #000000;
    font-weight: 700;
}
.contentblockright h2 {
    font-size: 2.8rem;
    padding-bottom: 30px;
    color: #000000;
    font-weight: 700;
}
.contentblockright p {
    padding-bottom: 10px;
    color: #000000;
    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 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;
}
.documenttray {
    margin-bottom: 10px;
}
.documenttray h3 {
    font-size: 1.4rem;
    font-weight: 700;
}
.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: #0B0B0B;
    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: #FB80AA;
    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;
    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;
}
#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 h1, #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;
}
sup i {
    color: #CF004D;
}
/* ----- 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 Homepage Video Background CSS ----- */
.contain-header {
    position: relative;
    overflow: hidden;
}
#videotest_ppc {
    background-image: url("../images/Cover2Me Pattern.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
.video-container {
    min-height: 100vh;
    display: block;
    color: #ffffff;
}
.video-container_ppc {
    display: block;
    color: #ffffff;
}
#mobvid {
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    background-image: url("../images/Income Protection Video Placeholder.jpg") no-repeat;
    background-size: cover;
    object-fit: cover;
    padding: 30px 10px 0px 10px;
}
#expvid {
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    background-image: url("../images/ExplainerVideoPlaceholder.jpg") no-repeat;
    background-size: cover;
    object-fit: cover;
    padding: 0px;
}
#bgvid {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-image: url("../images/Income Protection Video Placeholder.jpg") no-repeat;
    background-size: cover;
    object-fit: cover;
}
video {
    display: block;
}
#control-button {
    position: absolute;
    bottom: 80px;
    right: 60px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 10px;
    border-radius: 5px;
    min-width: 120px;
    height: auto;
    text-align: center;
    z-index: 1;
}
/* ----- End Homepage Video Background 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: #ffffff;
    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: #ffffff;
}
.claimpage {
    background-color: #ffffff;
}
/* ----- End Pricing Page CSS ----- */
/* ----- 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;
}
/* ----- 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;
}
.CoverholderHeading {
    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;
    margin-top: 30px;
}
.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: #161616;
    ;
    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;
    border-left: 4px solid #CF004D;
    border-right: 4px solid #CF004D;
}
.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.1rem;
    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;
}
.modaltooltip .modaltooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #000 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';
}
.choice_tip {
    color: #FF4881;
}
/*----- End Toottip CSS -----*/
/*----- Start FAQ Page Styles -----*/
#cover {
    padding: 120px 30px 80px 30px;
    background-color: #131313;
    background-image: url("../images/Income Protection - Cover2Me - CoverBackground.png");
    background-repeat: no-repeat;
    background-position: bottom 0px right 0px;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
}
#cover li {
    font-size: 1.3rem;
}
.coverblockleft-content {
    padding: 80px 60px 60px 60px;
    background-color: #ffffff;
    color: #131313;
    height: 100%;
}
.coverblockright-content {
    padding: 80px 60px 60px 60px;
    background-color: rgba(15, 15, 15, 0.9);
    color: #fff;
    height: 100%;
}
/* ----- End FAQ Page Styles ----- */
.termstables tr td {
    border: 1px solid #000000;
    padding: 10px;
}
.excessdescr {
    font-size: 0.8rem;
}
.quotearrow {
    position: relative;
    top: 24px;
    left: 20px;
}
/* ----- 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;
}
.discount-padding {
    display: none;
    width: 100%;
    height: 60px;
}
.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 Awards Banner CSS */
.awards-ribbon-outer {
	padding:0px;
}

@keyframes bannerFade {
  0% { opacity: 0; }
  8.3% { opacity: 1; }
  25% { opacity: 1; }
  33.3% { opacity: 0; }
  100% { opacity: 0; }
}

        .banner {
            position: relative;
            width: 100%;
            height: 40px;
            overflow: hidden;
			text-align:center;
			min-height:30px;
			background-image:url('../images/starbg.gif');
			background-position: top 10px left -10px;
        }



.banner .banner-image {
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: bannerFade 12s infinite;
	color:#ffffff;
}

.banner .banner-image:nth-child(1) { animation-delay: 0s; }
.banner .banner-image:nth-child(2) { animation-delay: 3s; }
.banner .banner-image:nth-child(3) { animation-delay: 6s; }
.banner .banner-image:nth-child(4) { animation-delay: 9s; }

/* End Awards Banner CSS */
/*--- Start Quote Form CSS ---*/
legend {
    font-size: 1.1rem;
}
.checkbox-group {
    margin-top: 10px;
}
.form_checkbox_label {
    display: inline;
    color: #ffffff;
    padding-left: 20px;
    position: relative;
    top: -5px;
}
.btn-next, .btn-back {
    cursor: pointer;
    padding: 8px 16px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    margin-right: 10px;
}
.btn-back {
    background-color: #808080;
}
.quote_stage_stripe {
    margin-bottom: 6px;
    font-weight: 700;
    color: #950129;
    padding: 12px 30px 10px 30px;
    border-radius: 4px;
    background-color: #FFBE00;
    font-size: 1.3rem;
}
.quoteform_outer {
    background-color: #950129;
    min-height: 60px;
    border-radius: 4px;
    padding: 20px 20px 20px 20px;
}
.fieldset h2 {
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 700;
    padding-bottom: 10px;
}
.form_label {
    display: inline-block;
    padding-top: 6px;
}
.form_input {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.email_caveat {
    color: #ffffff;
    padding: 30px 0px 50px 0px;
}
.form_button_tray {
    width: 100%;
    text-align: right;
}
.form_spacer {
    min-height: 40px;
}
input[type=checkbox] {
    width: 25px;
    height: 25px;
}
.checkbox-group a, .checkbox-group a:hover, .checkbox-group a:visited {
    color: #ffffff;
}
.error-message {
    color: white;
    margin-top: 5px;
    padding: 6px 6px 6px 12px;
    background-color: #ff005c;
    border-radius: 4px;
}
.prod_choice_heading {
    color: #ffffff;
}
.prod_choice_heading_mobile {
    color: #ffffff;
    padding-top: 20px;
    text-align: left;
    display: none;
}
.benefit_amount {
    padding-left: 40px;
}
.prod_choice_benefit {
    color: #ffffff;
    font-weight: 700;
    font-size: 4.4rem;
    padding-top: 20px;
}
.prod_choice_benefit_mobile {
    color: #ffffff;
    font-weight: 700;
    font-size: 3.2rem;
    text-align: left;
    display: none;
}
.excess_choice_row {
    padding-top: 0px;
}
.excess_choice_box {
    border-right: 0.5px solid #ffffff;
    padding-right: 20px;
}
#excess_choice1, #excess_choice2, #excess_choice3 {
    background-color: #CF004D;
    border-radius: 4px;
    min-width: 80px;
    text-align: center;
    height: 100px;
    position: relative;
    border: 0px;
    width: 100%;
}
.excess_choice_inner {
    width: 100%;
    margin: 0;
    padding: 10px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
}
.excess_choice {
    margin-top: 20px;
}
.excess_choice_value {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1
}
.excess_choice_period {
    color: #ffffff;
}
.prod_result_tray_outer {
    border: 2px solid #dfdfdf;
    border-top: 6px solid #CF004D;
    border-radius: 4px;
    padding: 28px 30px 5px 30px;
    margin-top: 20px;
    box-shadow: 0px 4px 8px #bb8c98;
}
.prod_result_tray_inner {}
.prod_result_tray_label1 {
    font-size: 1rem;
}
.prod_result_tray_label {
    min-height: 50px;
    font-size: 1rem;
}
.prod_result_tray_value {
    font-weight: 700;
    font-size: 1rem;
	word-wrap: break-word;
}
.prod_result_tray_tier1 {
    margin-top: 10px;
    background-color: #aa5101;
    color: #ffffff;
    text-align: center;
    border-radius: 2px;
    width: 100%;
    font-size: 0.8rem;
    padding: 1px 0px 1px 0px;
}
.prod_result_tray_tier2 {
    margin-top: 10px;
    background-color: #6b8779;
    color: #ffffff;
    text-align: center;
    border-radius: 2px;
    width: 100%;
    font-size: 0.8rem;
    padding: 1px 0px 1px 0px;
}
.prod_result_tray_tier3 {
    margin-top: 10px;
    background-color: #cf9901;
    color: #ffffff;
    text-align: center;
    border-radius: 2px;
    width: 100%;
    font-size: 0.8rem;
    padding: 1px 0px 1px 0px;
}
.prod_results_tray_section1 {
    border-right: 0.5px solid #000000;
    padding-right: 30px;
}
.prod_results_tray_section2 {
    border-right: 0.5px solid #000000;
   /* padding-left: 30px; */
}
.prod_results_tray_section3 {
    border-right: 0.5px solid #000000;
    padding-left: 30px;
}
.prod_results_row {
    height: 100%;
}
.mon_payout_amm {
    font-size: 2.3rem; /* was 2.6 */
    color: #b68600;
}
.mon_cost {
    font-size: 2.3rem; /* was 2.6 */
}
.prod_button_tray_outer {
    position: relative;
    text-align: right;
}
.prod_button_tray_inner {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    right: 10px;
}
.prod_results_divider {
    margin-top: 20px;
    border-bottom: 0.5px solid #950129;
}
.prod_results_intro {
    padding-top: 30px;
}
.prod_results_type {
    margin-top: 20px;
    border-left: 3px solid #950129;
    padding-left: 30px;
    font-size: 1.4rem;
    font-weight: 700;
}
.quote_caveat {
    color: #950129;
    font-size: 0.9rem;
}
.prod_results_back {
    padding-top: 20px;
}
.prod_results_back_button_tray {
    text-align: right;
}
.outside {
    border: 2px solid #950129;
    padding-bottom: 45px;
    margin-right: 30px;
}
.title_tooltip {
    font-size: 1rem;
}
#excess_choice1:hover, #excess_choice2:hover, #excess_choice3:hover {
    background-color: #FC2C6C;
}
.excess_choice_selected {
    background-color: #ef0044 !important; /* Change this to the desired background color */
}
.excess_choice_unselected {
    background-color: #161616 !important;
    color: #5F5F5F;
}

.telno_spacer {
    margin-left: 6px;
    width: 100%;
}
#ctel {
    min-width: 100%;
}
.promoswitch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}
.promoswitch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.promoslider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.promoslider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .promoslider {
    background-color: #cf004d;
}
input:focus + .promoslider {
    box-shadow: 0 0 1px #e4c600;
}
input:checked + .promoslider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.promoslider.round {
    border-radius: 34px;
}
.promoslider.round:before {
    border-radius: 50%;
}
.toggle_left {
    padding-right: 10px;
    word-wrap: break-word;
}
.toggle_right {
    text-align: right;
}
select:focus, .form-control:focus {
    outline: 3px solid #fcd51d;
}
input[type=range]:focus {
    outline: none;
}
.greentickwrapper {
    position: relative;
    z-index: 999;
}
i#greentick {
    position: absolute;
    top: -65px;
    left: calc(100% - 60px);
}
#subpage_bodycontent span {
    font-size: 1rem;
    color: #1f1f1f;
    font-weight: 400;
}
.discount-amount {
    font-size: 1.1rem !important;
}
.promocode_row {
    padding-bottom: 20px;
}
.mobileprice-preview {
	color:#ffffff;
	display:none;
}
.mobileprice-preview-amount {
	font-weight:700;
	font-size:2.4rem;
	color:#E4C600;
}
.fbt_desktop {
	display:block;
}
.fbt_mobile {
	display:none;
}
.policydoc-daterange {
	font-weight:700;
	padding-bottom:10px;
}
.policydoc-datespacer {
	min-height:20px;
}
.masthead_quotebutton {
	display:block;
}
.masthead_quotebutton_mobile {
	display:none;
}
/*--- End Quote Form CSS ---*/
/* ----- Start SFC Styling ------ */
/* ----- Start SFC Styling ------ */
/* ----- Start SFC Styling ------ */
/* ----- Start SFC Styling ------ */
/* ----- Start SFC Styling ------ */
/* ----- Start SFC Styling ------ */
body .dd-selection .slds-form-element__label {
    word-break: auto-phrase;
}

body .navigationBar {
    border-top: none;
}
body .sfc-heading h1 {
    color: #000000;
    font-size: 4rem;
    font-weight: 700;
    padding: 0px 0px 0px 40px; /* was 0px 0px 30px 40px */
}
.sfc-heading p {
    color: #000000;
    font-size: 1rem;
    padding: 0px 0px 30px 40px;
}
#introsection.subpage-sfc {
    padding-top: 40px;
    padding-bottom: 0px;
}
#introsection.subpage-sfc h1 {
    font-size: 3.4rem !important;
    padding-bottom: 30px;
    /* color: #ffffff; */
    color: #000000;
    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, #subpage_bodycontent select, .select2-container--default .select2-selection--single {
    background-color: #f3f3f3;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-radius: 6px;
    margin-top: 6px;
}
#subpage_bodycontent select {
    margin-top: 6px;
}
#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-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;
}
#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 {
    padding: 10px; /* Added 23.01.24 */
}
#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 .navigationBar {
    border-top: 0px;
}
body .forceCommunityFlowCommunity {
    border: var(--lwc-borderWidthXThick, 4px) solid #cf004d;
    padding: 20px;
    border-radius: 10px;
}
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 .slds-button_brand {
   /* padding: 8px 12px 8px 12px;
    min-width: 90px; 
    border-radius: 2px; */
	padding: 20px 40px 20px 40px;
    background-color: #E4C600;
    border: 0.5px;
    border-radius: 4px;
    border-color: #FF6092;
    color: #980839;
    height: 61px;
    text-align: center;
    font-size: 1.3rem;
    margin: 10px 0px 10px 0px;
    min-width: 190px;
}
Body .slds-button_brand:hover {
	background-color: #fcfa2c;
    box-shadow: 0px 0px 8px 2px #fcfa2c;
	color: #980839;
}
/* -------------- Claims Status 2.0 -----------------  */
#paddingpush {
    margin-top: 10vh;
    margin-bottom: 10vh;
}
.body .toggle[c-caseFileUploaderInput_caseFileUploaderInput] {
    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;
}
.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-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, .video-container_ppc {
    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: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;
    }
	.mobile-accolades {
		display:block;
		padding-left:24px;
		padding-bottom:10px;
	}
	.desktop-accolades {
		display:none;
	}
}
.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: 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;
}
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;
}

button.slds-button.slds-button_neutral {
	padding: 20px 40px 20px 40px;
	margin: 10px 0px 10px 0px;
    min-width: 190px;
	font-size: 1.3rem;
    height: 61px;
}
button.slds-button.slds-button_neutral:hover {
	background-color: #980839;
    box-shadow: 0px 0px 8px 2px #fcfa2c;
	color: #ffffff;
}

body .forceCommunitySection .cb-section_column:last-child {
    padding: 16px 0px 16px 8px;
}
/* End Doc Preferences Dropdown Styles */
/* ------- End SFC Styling -------- */
/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */
/* ------- End SFC Styling -------- */
/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */
input[type=text]:focus, input[type=number]:focus, input[type=select]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=date]:focus, input[type=search]:focus, input:focus, .select2-container--default .select2-selection--single:focus, .selectfield:focus {
    outline: 3px solid #fcd51d;
}

/* ----- Start Media Queries ----- */
@media only screen and (max-width:332px) {
    .attention-stripe {
        padding-bottom: 6px;
    }
    .status-green-stripe {
        padding-bottom: 6px;
    }
    .status-grey-stripe {
        padding-bottom: 6px;
    }
}
@media only screen and (min-width:768px) {
    .mobiledivider {
        display: none;
    }
}
@media only screen and (max-width:800px) {
	.banner {
    min-height: 50px;
		font-size:0.8rem;
}
}
@media only screen and (max-width:1000px) {
    .strapline h1 {
        font-size: 3rem;
    }
    .strapline_ppc h1 {
        font-size: 2.6rem;
    }
    .strapline h2 {
        font-size: 1.6rem;
    }
}
@media only screen and (min-width:551px) {
    .mobile-video {
        display: none;
    }
	
}
@media only screen and (min-width:1600px) {
    #hero {
        background-image: url("../images/Cover2Me Income Protection Insurance Familty.webp");
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom 0px left;
    }
}
@media only screen and (min-width:1024px) {
    #summarybox {
        margin-left: 60px;
    }
}
@media only screen and (max-width:1399px) {
    #masthead, #masthead_ppc {
        height: auto;
    }
    #hero {
        background-image: url("../images/Cover2Me Income Protection Insurance Familty.webp");
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-repeat: no-repeat;
        background-position: top 0px right;
    }
    input, #age, #industry {
        width: 100%;
    }
    select {
        width: 100%;
    }
    .prod_result_tray_outer {
        padding: 28px 15px 5px 15px; /* was padding: 15px 15px 5px 15px; */
    }
    .prod_results_tray_section1 {
        padding-right: 10px; /* was 20px */
      /*  padding-left: 20px; */
    }
    .prod_results_tray_section2 {
      /*  padding-left: 20px; */
    }
    .prod_results_tray_section3 {
        padding-left: 10px;  /* was 10 */
    }
    .mon_payout_amm {
        font-size: 2.3rem;
        color: #A08100;
    }
    .mon_cost {
        font-size: 2.3rem;
    }
}
@media only screen and (max-width:1240px) {
    #hero {
        background-image: url("../images/Cover2Me Income Protection Insurance Familty.webp");
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom 0px right;
    }
    .col-sm-1 {
        margin-bottom: 10px;
    }
    .topnav.responsive {
        position: absolute;
        right: 0px;
        width: 30%;
        height: 100vh;
        padding-top: 70px;
        padding-bottom: 40px;
        background-color: rgba(0, 0, 0, 0.8);
    }
    .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%;
    }
    .fa, .fas, #burger {
        font-size: 1.7rem;
        float: right;
        padding-top: 25px;
    }
    .topnav.responsive a .fa, .fas {
        padding-top: 14px;
    }
    .topnav a {
        display: none;
    }
    .topnav a.icon {
        float: right;
        display: block;
    }
    .contentblockright {
        border-left: 0px;
    }
    .contentblockright h1, .contentblockright h2 {}
    .contentblockright p {
        padding-bottom: 10px;
        color: #000000;
        line-height: 1.4;
    }
    .contentblockright_buttontray {
        width: 100%;
        text-align: left;
    }
    i#greentick {
        top: -70px;
    }
	.nav_cta, .nav_cta a, .nav-cta:hover {
		padding:0px;
		color:#ffffff;
		margin:0px;
	}
	.nav_cta a:hover {
		color:#FF92A6;
	}
}
@media only screen and (max-width:1199px) {
    .spacer-top {
        height: 30px;
        width: 100%;
    }
    /* Added 20.05.24 */
    .subpage-sfc .contentblockleft h1 {
        padding-left: 0px;
    }
    ul.headerbullets {
        font-size: 1rem;
    }
    p.firstpara {
        font-size: 1.3rem;
    }
    .contentblockleft {
        border-left: 0px;
    }
    .contentblockright {
        border-left: 0px;
    }
    .contentblockleft h1, .contentblockleft h2 {
        padding-left: 0px;
        font-size: 1.8rem;
    }
    .contentblockright h1, .contentblockright h2 {
        font-size: 1.8rem;
    }
    #introsection.subpage h1 {
        padding-left: 0px;
        font-size: 1.8rem;
    }
    .contentblockleft p {
        font-size: 1.1rem;
        padding-left: 0px;
    }
    .contentblockright p {
        font-size: 1.1rem;
    }
    .contentblockright li {
        font-size: 1rem;
    }
    .contentblockright ul {
        padding-left: 0px;
    }
    .benefittile-top {
        font-size: 1.5rem;
    }
    .benefittile-body {
        font-size: 1.2rem;
    }
    .footer_cta h3 {
        font-size: 1.2rem;
    }
    #cover li {
        font-size: 1.1rem;
    }
    .quickquote_button, .sub_button {
        margin-top: 0px;
    }
    .quickquote_button-hero1, .quickquote_button-hero2, .quickquote_button_previous1, .quickquote_button_previous2, .quickquote_button, .sub_button, .nextstep_button {
        position: relative;
    }
    .quickquote_button_previous2, .quickquote_button, .sub_button, .nextstep_button {
        margin-bottom: 0px;
    }
    #subpage_bodycontent {
        padding-bottom: 6px;
    }
    .accordion p {
        font-size: 1rem;
    }
    #introsection.subpage {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #benefitsection, #faqs {
        padding: 40px 30px 40px 30px;
    }
    .benefittiles {
        padding-top: 0px;
    }
    .productblock-left, .productblock-right {
        font-size: 1rem;
    }
    .quickquote_button_mainbody {
        min-width: 0px;
    }
    .contentblockleft_buttontray {
        padding-left: 0px;
    }
    .video-container, .video-container_ppc {
        height: auto;
        min-height: 0vh;
    }
    #masthead, #masthead_ppc {
        min-height: 0vh;
    }
    .prod_choice_benefit {
        color: #ffffff;
        font-weight: 700;
        font-size: 3.2rem;
        padding-top: 20px;
    }
    .prod_results_tray_section1 {
        padding-right: 15px;
    }
    .prod_results_tray_section2 {
        padding-left: 15px;
    }
    .prod_results_tray_section3 {
        padding-left: 15px;
    }
    .mon_payout_amm {
        font-size: 1.8rem;
        color: #A08100;
    }
    .mon_cost {
        font-size: 1.8rem;
    }
    .prod_button_tray_inner .quote_button {
        min-width: 0px;
    }
    .strapline {
        padding-top: 18vh;
    }
    .strapline_ppc {
        padding-top: 20vh;
    }
    .scroll_button_inner {
        top: -80px;
    }
	.finalistaward_top {
	text-transform:uppercase;
	text-align:center;
	font-size:2rem;
	font-weight:700;
	color:#ffffff;
	padding-top:16px;
}
.finalistaward_bottom {
	text-transform:uppercase;
	text-align:center;
	font-size:0.6rem;
	font-weight:700;
	color:#ffffff;
position:relative;
	top:-10px;
}
.finalistcategories {
	text-transform:uppercase;
	text-align:center;
	font-size:0.8rem;
	font-weight:700;
	color:#ffffff;
	padding-top:0px;
	padding-bottom:6px;
}
.finalistbadges {
	text-align:center;
	padding-top:6px;
	padding-bottom: 10px;
}
	.prod_result_tray_label {
		min-height: 100px;
	}
			.masthead_quotebutton_mobile {
	display:block;
}
		.masthead_quotebutton {
	display:none;
}
	#mobvid.ppc_lander {
    padding: 40px 0px 0px 0px;
}
}
@media only screen and (max-width:1024px) {
    .hero-overlay {
        background-color: rgba(255, 0, 80, 0.7);
    }
    .blog-item-top h3 {
        font-size: 1rem;
    }
    .blog-item-body p {
        font-size: 0.9rem;
    }
}
@media only screen and (max-width:1023px) {
    #summarybox {
        padding: 0px 20px 0px 20px;
    }
}
@media only screen and (max-width:991px) {
    .mainbody_images_left {
        padding: 0px 0px 40px 0px;
    }
    .mainbody_images_right {
        padding: 40px 0px 0px 0px;
    }
    li {
        list-style-position: inside;
    }
    .whoarewe {
        display: none;
    }
    .whoarewe_mob {
        display: block;
    }
    #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_quote {
        padding-left: 0px;
    }
    #subpage_bodycontent_standard {
        padding-left: 0px;
    }
    .coverblockleft-content {
        padding: 50px 30px 30px 30px;
    }
    .coverblockright-content {
        padding: 50px 30px 30px 30px;
    }
    .coverblockright-heading h3 {
        font-size: 1.4rem;
        padding-bottom: 20px;
        padding-right: 0px;
    }
    .coverblockleft-heading h3 {
        font-size: 1.4rem;
        padding-bottom: 20px;
        padding-right: 0px;
    }
    .quicklinkblock {
        padding-bottom: 30px;
    }
    .smesheader {
        padding-bottom: 240px;
    }
    .submenu-button {
        display: inline-block;
        margin-right: 6px;
    }
    #benefitsection {
        padding-top: 6px;
    }
    .choice_section {
        padding-bottom: 30px;
    }
    .choice_section_last {
        padding-bottom: 0px;
    }
    .excess_choice_box {
        border-right: 0px;
        padding-right: 0px;
    }
    .prod_choice_benefit_mobile, .prod_choice_heading_mobile {
        display: block;
    }
    .prod_result_tray_outer {
        padding: 20px 30px 5px 30px;
    }
    .prod_results_tray_section1 {
        border-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 10px;
        border-bottom: 0.5px solid #950129;
    }
    .prod_results_tray_section2 {
        border-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 0.5px solid #950129;
    }
    .prod_results_tray_section3 {
        border-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 0.5px solid #950129;
    }
    .prod_button_tray_outer {
        text-align: center;
        position: static;
    }
    .prod_button_tray_inner {
        text-align: center;
        position: static;
        top: 0%;
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        right: 50%;
    }
    .prod_result_tray_label, .prod_result_tray_label1 {
        min-height: 0px;
        text-align: center;
    }
    .prod_result_tray_value {
        text-align: center;
        padding-bottom: 6px;
    }
    .prod_result_tray_tier1, .prod_result_tray_tier1, .prod_result_tray_tier1 {
        margin-bottom: 10px;
    }
    .prod_results_tray_block1 {
        margin-bottom: 0px;
    }
    .mon_payout_amm {
        font-size: 2.1rem;
        color: #A08100;
    }
    .mon_cost {
        font-size: 2.1rem;
    }
    .outside {
        margin-right: 0px;
    }
    .prod_results_type {
        font-size: 1.3rem;
    }
    #subpage_mainbody {
        padding-top: 110px;
    }
    .scroll_button_inner {
        display: none;
    }
	.mobileprice-preview {
		display:block;
	}
	#amount_caveat {
		display:none;
	}
	.productident {
		text-align:center;
		padding-bottom: 20px;
	}
}
@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;
    }
    .container.claim-stage-report {
        padding-left: 15px;
        padding-right: 15px;
    }
    input[type=button] {
        font-size: 0.9rem;
    }
    .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;
    }
    .topnav.responsive {
        position: absolute;
        left: 0px;
        width: 100%;
        height: auto;
        padding-top: 70px;
    }
    #introsection {
        padding: 90px 30px 70px 30px;
    }
    #introsection, .subpage {
        padding: 30px 30px 10px 30px;
    }
    .subpage-sfc {
        padding: 0px 0px 0px 20px;
    }
    #introsection {
        padding: 30px 30px 40px 30px;
    }
    .whoarewe {
        padding: 70px 30px 40px 30px;
    }
    .whoarewe_mob {
        padding: 20px 30px 40px 30px;
    }
    #features {
        padding: 70px 30px 40px 30px;
    }
    #features_mob {
        padding: 70px 30px 40px 30px;
    }
    #additionalproducts {
        padding: 70px 30px 40px 30px;
    }
    #forrenters {
        padding: 70px 30px 40px 30px;
    }
    #forsmes {
        padding: 70px 30px 40px 30px;
    }
    #subpage_highlight {
        padding-left: 30px;
        padding-right: 30px;
    }
    #faqs {
        padding: 10px 30px 40px 30px;
    }
    #subpage_bodycontent {
        padding: 10px 30px 40px 30px;
    }
    .contentblockleft h1 {
        font-size: 2rem;
    }
    .contentblockleft h2 {
        font-size: 2rem;
    }
    #introsection.subpage h1 {
        font-size: 2rem !important;
    }
    #introsection.subpage-sfc h1 {
        font-size: 2rem !important;
    }
    .contentblockleft p {
        padding-bottom: 10px;
        line-height: 1.4;
    }
    .contentblockleft_black h2 {
        font-size: 2rem;
    }
    .contentblockleft_black p {
        padding-bottom: 10px;
        line-height: 1.4;
    }
    .liferingtray {
        background-size: 0%;
    }
    .contentblockright {
        border-left-color: #C9022D;
        border-left-style: solid;
        border-left-width: 0.5;
        border-right-width: 0px;
        padding-right: 0px;
    }
    .contentblockright h1, .contentblockright h2 {
        font-size: 1.8rem;
    }
    .contentblockright p {
        padding-bottom: 10px;
        color: #000000;
        padding-right: 0px;
        line-height: 1.4;
    }
    .contentblockright_buttontray {
        width: 100%;
    }
    .contentblockleft_buttontray, .contentblockright_buttontray {
        width: 100%;
        text-align: left;
    }
    .quickquote_button_mainbody_right {
        margin-right: 0px;
    }
    .sub_button_mainbody_right {
        margin-right: 0px;
    }
    .accordion {
        padding: 30px 0px 30px 0px;
    }
    .termscontent p {
        padding-left: 0px;
    }
    .termscontent {
        padding-left: 30px;
        padding-right: 30px;
    }
    #bgvid {
        visibility: hidden;
    }
    .hero-overlay {
        background-image: url("../images/Income Protection Video Placeholder.jpg");
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-repeat: no-repeat;
        background-position: top 0px right -100px;
        background-color: rgba(210, 30, 70, 0.9);
        background-blend-mode: overlay;
    }
    #range-container {
        padding-left: 0px;
        padding: 20px 0px 20px 0px;
    }
    .contentblockleft_buttontray {
        padding-left: 0px;
    }
    .contentblockleft ul {
        padding-left: 40px;
    }
    #blog-ribbon {
        padding: 90px 30px 40px 30px;
    }
    .ratingtray {
        padding-left: 40px;
        padding-right: 10px;
    }
    body .sfc-heading h1 {
        color: #ffffff;
        font-size: 2rem;
    }
    .breadcrumb {
        padding: 10px 0px 20px 30px;
    }
    #control-button {
        display: none;
    }
    .form_button_tray {
        text-align: center;
    }
    .email_caveat {
        font-size: 0.9rem;
    }
}
@media only screen and (max-width:575px) {
    .strapline h1 {
        font-size: 2.4rem;
        padding-left: 10px;
    }
    .strapline_ppc h1 {
        font-size: 1.9rem;
    }
    .strapline h2 {
        font-size: 1.4rem;
        padding-left: 10px;
    }
    #hero {
        background-image: url("../images/Cover2Me Income Protection Insurance Familty.webp");
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-repeat: no-repeat;
        /* background-size:contain; */
        background-position: bottom 0px right -140px;
    }
    .logobox {
        padding-left: 20px;
    }
    .logobox img {
        width: 100px;
        height: auto;
        padding-top: 22px;
		max-width:none;
    }
    ul.headerbullets {
        padding-left: 12px;
    }
    .headerbullet li {
        font-size: 0.8rem;
    }
    .headerbullet i {
        font-size: 1rem;
    }
    .submenu-button-tray {
        padding: 0px 20px 10px 20px;
    }
    .submenu-button {
        display: block;
        margin-right: 0px;
    }
    .ratingtray {
        padding: 0px;
    }
    .a-rating img {
        padding-bottom: 20px;
    }
    .benefit_box {
        /*  max-height: 600px; */
    }
}
@media only screen and (max-width:501px) {
	.fbt_desktop {
		display:none;
	}
	.fbt_mobile {
		display:block;
	}
			.banner {
    min-height: 70px;
}
@media only screen and (max-height:414px) {
    .strapline {
        padding-top: 30vh;
    }
    .strapline_ppc {
        padding-top: 30vh;
    }


}
@media only screen and (max-width:445px) {

#excess_choice1, #excess_choice2, #excess_choice3 {
    width: auto;
}
.excess_choice {
    padding-right: 2px;
    padding-left: 2px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
.choice_section {
        padding-bottom: 10px;
    }
	.strapline {
        padding-top: 12vh;
    }
		.finalistbadges img {
		padding:6px;
		width:20%;
	}
}
@media only screen and (min-width:576px) and (max-width:991px) {
#sfcwrapper .logobox img {
padding-top:22px;
}
@media only screen and (max-width:344px) {
	#excess_choice1, #excess_choice2, #excess_choice3 {
	min-width:70px;
	}
}
/* ----- End Media Queries ----- */
/*----- Start Klaro CSS Overrides ----- */
.cookie-notice {
    background-color: rgba(5, 5, 5, 0.9) !important;
    padding: 20px;
}
.cookie-notice .cm-btn.cm-btn-success {
    background-color: #C6003D !important;
}
.klaro .cookie-notice a {
    color: #ffffff !important;
    text-decoration: underline !important;
}
.cm-btn-accept {
    background-color: #077851 !important;
}
.cm-btn-accept-all {
    background-color: #C6003D !important;
}
.cm-modal.cm-klaro {
    background-color: #161616 !important;
    padding: 20px;
    border-radius: 8px;
}
.slider.round.active::before {
    background-color: #077851 !important;
}
.klaro.cookie-modal .cm-modal .cm-header h1 {
    font-family: brother-1816, sans-serif;
    font-weight: 700;
    font-style: normal;
}
}
@media only screen and (max-width:1024px) {
    .klaro .cookie-notice {
        z-index: 999;
    }
}
/*----- End Klaro CSS Overrides ----- */
@media only screen and (max-height:768px) {
    .discount-padding {
        height: 90px;
    }
}
/* ----- 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 ----- */
select:focus-visible, input:focus-visible, date:focus-visible {
    outline: none;
}
/* ----- Start PopUp CSS ----- */
.exit-intent-popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    background: rgba(000, 000, 000, 0.5);
    transform: translateY(60%) scale(0);
    transition: transform 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
}
.exit-intent-popup.visible {
    transform: translateY(0) scale(1);
}
.popup {
    position: absolute;
    max-width: 500px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 50px;
    border-radius: 8px;
    background-image: linear-gradient(45deg, #212121, #171717);
    background-position: top 0px left 0px, bottom 0px right 0px;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 12px 0px #A6004D;
    color: #ffffff;
}
.discount-code-header {
    text-align: center;
    font-size: 1.2rem;
    padding: 20px 20px 0px 20px;
}
.discount-intro {
    font-size: 1.6rem;
}
.discount-code-code {
    font-size: 1.2rem;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    width: 100%;
    padding: 20px 20px 0px 20px;
}
.discount-code-code a {
    color: #ffffff;
}
.code {
    font-weight: 700;
    color: #E60063;
    font-size: 1.6rem;
}
.discount-code-body {
    font-size: 1rem;
    color: #ffffff;
    padding: 20px;
    text-align: center;
}
.close {
    width: 100%;
    text-align: right;
    cursor: pointer;
}
/* ----- End PopUp CSS ----- */
#hiddenFields {
    height: 0;
    overflow: hidden;
    transition: height 0.3s;
    margin-top: 10px; /* Add margin to separate from the switch */
}
#promotoggleSwitch {
    cursor: pointer;
    background-color: #3498db;
    border-radius: 15px;
    position: relative;
}
#promo_box {
    display: none;
}
.promo_switch {
    width: 100%;
    text-align: right;
    padding-top: 20px;
    padding-right: 0px;
}
.promo_code_label {
    text-align: right;
    padding-top: 4px;
}
.promo_code_switch {
    text-align: right;
}
.toggle_left {
    padding-right: 10px;
    word-wrap: break-word;
}
.toggle_right {
    text-align: right;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin-right: 20px;
}
/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    /* position: absolute; */
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider {
    /* position: absolute; */
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    /* height: 26px;
    width: 26px; */
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
    background-color: #CF004D;
}
input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}
input:checked + .promoslider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}
#promotoggleDecision {
    padding-top: 10px;
    display: inline-block;
    min-width: 30px;
}
.promo_button_tray {
    width: 100%;
    text-align: right;
}
/*--- Start Declaration Scroll Box Style ---*/
.declaration_scroll_container {
    height: 300px;
    overflow-y: scroll;
    border: 1px solid #ccc; /* Add a border for better visualization */
    padding: 20px;
    resize: vertical;
    overflow: auto;
}
.declaration_scroll_container::-webkit-scrollbar {
    width: 15px;
}
.declaration_scroll_container::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.declaration_scroll_container::-webkit-scrollbar-thumb {
    background: #CF004D;
}
.declaration_scroll_container::-webkit-scrollbar-thumb:hover {
    background: #555;
}
/*--- End Declaration Scroll Box Style ---*/
iframe {
    min-height: 980px;
}
.promocode_row {
    padding-bottom: 20px;
}

#promocodeInput {
	width: calc(100% - 8px);
    position: relative;
    left: 4px
}
.accordiondetail {
	color:#000000 !important;
}
.c2mFlowTitle {
	font-size:2rem;
	font-weight:700;
}
.dd-selection {
	padding:0px;
margin-left: -10px;
    margin-right: -10px;
	    margin-top: -20px;
}

.content { display: none; }
        .visibleinfo { display: block; }
}
.chalkarrow {
	display:inline;
	position:relative;
	top:-30px;
	padding-left:20px;
}