.businessProtection {
}


p, li, address {
	font-size: 16px!important;
	line-height: 20px!important;
}



.businessProtection__sidebar {
    position: absolute;
    top: 156px;
    right: 48px;
    z-index: 90;
    display: flex;
    flex-direction: column;
    min-width: 400px;
    max-width: 400px;
	background-color: white; border-radius: 18px; padding: 27px; order: 999;
	max-height: 1200px;
	padding-bottom: 20px;
	padding-top: 20px;
}


@media (max-width: 1000px) {
	
.businessProtection__sidebar {
    position: initial;
	z-index: 90;
    display: flex;
    flex-direction: column;
    min-width: 100%;
    max-width: 100%;
	background-color: white; border-radius: 18px; padding: 27px; order: 999;
	max-height: 1000px;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-bottom: 40px;
	margin-top: 60px;
}	
}


    .businessProtection__sidebar.fade-in-up {
        opacity: 0;
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .businessProtection__sidebar .page__tile-wrapper {
        flex-direction: column;
    }

    .businessProtection__sidebar .tile:first-of-type {
        margin-top: 0;
    }



.businessProtection-form h3 {font-size: 24px;}
.businessProtection-form h4 {font-size: 18px;}
.footer__legal-text p {font-size: 12px!important;}



.bpformtwo {
	border: 3px solid #9F7D23;
	border-radius: 18px;
	padding: 6px 24px;
}


.businessProtection-form {display: flex; grid: 2;}
.myFormcolumn {
  flex: 1;
  padding: 10px;
}




.page__primary-container.secondary-container.homeHero.bpTrustPilot {padding: 48px!important; margin-top: 20px!important; margin-bottom: 20px!important;}

.page__primary-container.secondary-container.homeHero.bpForm {margin-top: 100px!important;}

.bpTrustPilotContainer {padding-bottom: 40px; padding-top: 40px; border-bottom: 1px solid #6666; border-top: 1px solid #6666;}










/* sections */
#lifeinsurance, #incomeprotection, #healthinsurance, #over50s {padding-top: 0px!important;}


.businessProtectioncol {
	flex-grow: 1;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
.businessProtectionrow {display: flex; margin: 30px -15px 0px; flex-wrap: wrap; }
.businessProtectionrowButton {display: flex; margin: 5px -15px 0px; flex-wrap: wrap; }

.businessProtection-form input {
    font-family: 'Activ-Grotesk-Regular';
    display: flex;
    width: 100%;
    max-width: 100%;
    padding: 24px;
    min-height: 40px;
    border-radius: 8px;
    border: solid 1px #9F7D23;
    background-color: transparent;
    font-size: 14px;
}

.businessProtection-form select {
    font-family: 'Activ-Grotesk-Regular';
    display: flex;
    width: 100%;
    max-width: 100%;
    padding: 24px;
    min-height: 40px;
	background: #ffffff;
    border-radius: 8px;
    border: solid 1px #9F7D23;
    background-color: transparent;
    font-size: 14px;
	-webkit-appearance: none;
	color: #767676;
	background-image: url(https://cdn.mooso.co.uk/amedia/media/1425/arrow-down-gold.svg);
	background-position: 90% center;
	background-repeat: no-repeat;
	background-size: 14px;
}

.businessProtection-form input:focus, .businessProtection-form select:focus {
        border: solid 2px #9F7D23;
        outline: solid 2px black;
        outline-offset: 2px;
    }





.businessProtection-form label {
    font-size: 16px;
	margin-bottom: 8px;
	display: block;
}

.businessProtection-form .businessProtection-error {
    border: solid 1px #ff5c39;
  	background-color: rgba(255,92,57,.2);
}

.has-error .form-input,
.has-error input,
.has-error select {
  background-color: rgba(255,92,57,.2);
  border-color: #ff5c39 !important;
}


.businessProtection-form h4 {
    margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 30px;
}

.businessProtection-form .row {
    margin-top: 30px;
}

.businessProtection-form__button-container {
    display: flex;
    justify-content: flex-end;
    margin: 30px 0;
}

.businessProtection-form__button {
    background-color: #9F7D23;
    color: white;
    padding: 15px 30px;
    border: none;
    cursor: pointer;
}

.businessProtection-form__secondary-button {
    background-color: whitesmoke;
    color: #212121;
    padding: 15px 30px;
    border: none;
    cursor: pointer;
    margin-right: 7.5px;
}



#overlay {display: none;}





	 .formLabel {}
	 .formLabelRight {text-align: right; margin-top: 0px;}
	 .formLabelLeft {text-align: left; margin-top: 12px;}
	 .formLabelLeftMargin { display: flex; margin-top: 0px; margin-bottom: 0px;}
	 
	

hr {margin-top: 40px;}

.radiocallnow img {width: 80px; margin-top: -20px; margin-left: -10px;}
.formspacer {min-width: 25%;}

input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 15px;
  height: 15px;
	min-height: 15px;
  border: 1px solid #ccc2a0;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  margin-top: 8px;
	padding: 15px 15px 15px 15px;
  --form-control-color: #244C5A; /* Default color for checked state */
}

input[type="radio"]::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  background-color: var(--form-control-color); 
}

input[type="radio"]:checked::before {
  transform: scale(1);
}

.displayDesktop {display: inherit;}
.displayMobile {display: none;}





.custom-checkbox input[type="checkbox"] {
  display: none;
}

.custom-checkbox .checkmark {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #998542;
  border-radius: 4px; 
  background-color: #fff;
  position: relative;
  vertical-align: middle;
  margin-right: 10px;
  transition: all 0.2s;
}

.custom-checkbox input[type="checkbox"]:checked + .checkmark::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 12px;
  border: solid #998542; 
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}


.custom-checkbox input[type="checkbox"]:checked + .checkmark {
  background-color: #ece7d5;
  border-color: #998542;
}






#submitbut { width: 100%; margin-top: 20px;}


@media(max-width: 900px) {
	
	
	.displayMobile {display: inherit;}
	.displayDesktop {display: none;}
	
	.formspacer {display: none;}
	
	.radiocallnow {padding-bottom: 0px!important;}
	.radiocallnow img {padding-bottom: -20px}
	
	.formLabelLeftMargin{margin-bottom: 0px;}

	
	.polFormTitle {text-align: center;}
	
	.businessProtectionrow {display: block; margin: 10px 0px 0px; flex-wrap: nowrap; }
	.businessProtectionrowButton {display: block; margin: 10px 0px 0px; flex-wrap: nowrap; }
	
	.formsectionmobile {margin-bottom: 40px;}

    .businessProtection-form .col {
        min-width: 100%;
    }
	
	.businessProtectionhr {display: none;}
	
    .businessProtection-form label {
        margin-top: 15px;
    }

    .businessProtection-form__button-container {
        justify-content: flex-start;
    }

    .businessProtection-form .row {
        margin-top: 0;
    }

    .businessProtection-form h4 {
        margin-bottom: 30px; text-align: left;
    }
	div.page__primary-container.secondary-container.zeroPaddingBottom {padding: 24px 0px!important;}
}




#scroll-bar {
  position: fixed;
  bottom: 0; 
  left: 0;
  width: 100%;
  background: #244C5A;
  color: white;
  text-align: center;
  padding: 12px;
  box-shadow: 0 -2px 4px rgba(0,0,0,0.1); 
  display: none;
  z-index: 99999;
}
#scroll-bar a {
  color: white;
	text-decoration: none;
}

#scroll-bar span {
  margin-left: 10px;
	position: relative;
	top: 6px;
}

@media (max-width: 1000px) {
  #scroll-bar {
    display: block;
  }
}


.bpimage img {float: right; max-height: 400px; margin-left: 20px;}
.bpimageM img {display: none;}


.bpTrustPilot {margin-top: 100px; }

html { scroll-padding-top: 500px; scroll-behavior: smooth; }

.bpageContentPadding {padding-top: 120px!important;}
@media only screen and (max-width:1000px) {
.bpageContentPadding {padding-top: 40px!important;}
}

.calculatorBtn {min-width: 170px;}



@media only screen and (max-width:1400px) {
	.bpimage img {max-height: 300px;}
}

@media only screen and (max-width:1200px) {
	.bpimage img {max-height: 250px; margin-right: -50px}
}

@media only screen and (max-width:1100px) {
	.bpimage img {max-height: 220px; margin-right: -50px}
}
@media only screen and (max-width:1000px) {
	.bpimage img {display: none;}
	.bpimageM img {float: right; display: block; max-height: 200px; margin-right: -35px; margin-top: 15px; margin-left: 20px; margin-bottom: 20px;}
}

@media only screen and (max-width:600px) {
	.bpimageM img {max-height: 150px; margin-right: -40px;}
}

@media (max-width: 1000px) {
	.businessProtection-form {display: block;}
	.myFormcolumn {padding: 0px;
	}
	.businessProtectioncol{
	max-width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 15px;
	}
	.page__wrapper.sector__primary-wrapper.white-bg {padding-top: 20px!important;}
}




	.insightsLarge, span.insightsLarge {font-size: 55px; font-family: 'GT-Ultra-Median'; font-weight: 300; line-height: 55px;}
	.insightsLargeSup, sup.insightsLargeSup {font-family: 'GT-Ultra-Median'; font-weight: 300; position: relative; top: -1.4em; font-size: 18px;}
	.insightsLargeNumSup, sup.insightsLargeNumSup {font-family: 'GT-Ultra-Median'; font-weight: 300; position: relative; top: -2.4em;}
	.lh, span.lh, sup.lh {line-height: 55px;}
	.insightsLargeNoMarginTop, span.insightsLargeNoMarginTop {margin-top: 0px;}
	.insightsLargeNoMarginBottom, span.insightsLargeNoMarginBottom {margin-bottom: 0px;}
	.insightsLargeMarginTop, span.insightsLargeMarginTop {margin-top: 40px;}
	.insightsMediumMarginTop, span.insightsMediumMarginTop {margin-top: 20px;}
	.insightsHrMarginTop {margin-top: 15px!important;}
	.peopleRisks .section {justify-content:flex-start; vertical-align: top; padding: 20px 0px 0px 0px; }
	.peopleRisks h3 {padding: 10px 0px 0px 0px!important;}
	.peopleRisks img {max-width: 50%; margin: -30px 0 -10px 0; align-self: center;}
	.insightsPadding {padding: 0px 20px 0px 20px; }
	.insightsPaddingBottom {padding-bottom: 20px; }
	.marginTopZero {margin-top: 0px;}
	.insightsMarginTopZero {margin-top: 0px; }
	.insightsPaddingZero {padding: 0px; margin-top:4px; }
	.marineBlue {background-color: #244C5A!important; color: #ffffff!important;}
	.mint {background-color: #cefdc9!important; color: #244C5A!important;}
	.featuresDivider, hr.featuresDivider {margin-bottom: 25px; margin-top: 5px; width: 80%; border: none;
  border-top: 1px solid currentColor;  opacity: 0.5;}
	#sources {margin-top: 20px;}
	.insightsFooter {margin: 0px; width: 100%; padding: 10px 10px 20px 10px; border-bottom-left-radius: 18px; border-bottom-right-radius: 18px; margin-top: auto;}
	.footerDark{background-color: rgba(0,0,0,0.3)}
	.footerLight{background-color: rgba(36,76,90,0.1)}

#form-validation-error-box-element-398 {
  position: relative;
  z-index: 100;
  margin: 12px 0;
}

#form-validation-error-box-element-398 .form-messagebox-contents {
  background: #ff5c39;      
  color: #fff;           
  padding: 12px 16px;
  border-radius: 10px;
  font-weight: 600;
  line-height: 1.3;
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
}

@supports (position: sticky) {
  #form-validation-error-box-element-398 {
    position: sticky;
    top: 8px;   
  }
}
