@charset "utf-8";
/* CSS Document */
@import url("https://use.typekit.net/ucd0ned.css");
html {
    scroll-behavior: smooth;
    font-size: 1rem;
}
body {
    font-family: century-gothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #ffffff;
}
h1, h2, h3, h4, h5 {
    font-family: century-gothic, sans-serif;
    font-weight: 400;
    font-style: normal;
}
a {
    color: #A35B89;
    text-decoration: none;
	font-weight:700;
}
a:hover {
    color: #533247;
    text-decoration: none;
}
/* ----- Start Head Section Styles ----- */
.scrolly {
    transition: .5s;
    transition-timing-function: ease-out;
}
#stick {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    z-index: 999;
}
#header {
    width: 100%;
    padding: 12px 0px 12px 0px;
    height: 84px;
    z-index: 999;
    position: absolute;
    background-color: #ffffff;
}
#header, .scrolly {
    height: 78px;
}
.logobox {
    padding: 0px 0px 0px 0px;
}
.stripe {
    height: 30px;
    background-color: #f3f2f2;
}
/* ----- Start Page Navigation CSS ----- */
.navbar {
    display: block;
}
nav a {
    text-transform: uppercase;
    color: #000000;
}
.nav-link:hover {
    color: #F01600 !important;
}
.navbar-toggler {
    border: 0px;
    color: #ffffff;
}
.burgertray {
    text-align: right;
}
.scrolly * .topnav {
    padding-bottom: 30px;
}
.fa, .fas {
    font-size: 1.7rem;
    right: 40px;
    position: absolute;
    padding-top: 8px;
}
.dropdown-item:active, .dropdown-item:hover {
    background-color: #C3003C;
    border-radius: 3px;
}
.dropdown-item:active, .dropdown-item:hover a {
    color: #ffffff;
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
    padding: 20px 10px;
    border-radius: 4px;
}
.navbar-toggler {
    border-color: #ffffff;
}
/* ----- End Page Navigation CSS ----- */
/* ----- End Head Section Styles ----- */
/*
/
/
/
/
/
/
*/
/* ----- Start Page Masthead Section ----- */
#masthead-wrapper {
    max-height: 70vh;
    min-height: 660px;
    background-image: url("../images/S.jpg");
    background-repeat: no-repeat;
    background-position: top -100px center;
    background-size: cover;
}
.masthead {
    position: relative;
    z-index: 997;
}
#masthead-wrapper {

    background-image: url("../images/One World Travel Insurance.jpg");
    background-repeat: no-repeat;
    background-position: top -100px center;
    background-size: cover;
}
#masthead-wrapper-subpage {
    max-height: 60vh;
    min-height: 460px;
    background-image: url("../images/One World Travel Insurance.jpg");
    background-repeat: no-repeat;
    background-position: top -100px center;
    background-size: cover;
}
.masthead-subpage {
    position: relative;
    z-index: 997;
	height:100%
}
.hero-strap, .hero-strap-subpage {
    color: #930024;
	position:absolute;
}
.hero-strap p {
    font-size: 3.2rem;
    line-height: 1;
}
.hero-strap h1 {
    font-size: 7.4rem;
    line-height: 0.9;
}
.hero-strap h2 {
    font-size: 1.4rem;
    width: 100%;
}
.hero-strap-subpage p {
    font-size: 2.2rem;
    line-height: 1;
}
.hero-strap-subpage h1 {
    font-size: 3.8rem;
    line-height: 0.9;
}
.hero-strap-subpage h2 {
    font-size: 1.8rem;
    width: 100%;
    padding-top: 10px;
}
.hero-box {
    position: relative;
}
.hero-strap {
    position: absolute;
    margin: 0;
    top: -50%;
    transform: translateY(50%);
    padding-right: 30px;
}
.hero-strap-subpage {
    position: absolute;
    margin: 0;
    top: -50%;
    transform: translateY(50%);
    padding-right: 30px;
    padding-top: 30px;
}
.masthead-row {
    margin: 0px;

}
#substrap-ribbon {
    background-color: #c10239;
}
.masthead-overlay-bottom {
    background-image: url(../images/swirl-colour-right-top.png);
    background-repeat: no-repeat;
    background-position: 100% 50px;
    background-size: auto;
    position: relative;
    z-index: 996;
    height: 275px;
}
.masthead-overlay-bottom-product {
    background-image: url(../images/swirl-colour-right-top.png);
    background-repeat: no-repeat;
    background-position: 100% 50px;
    background-size: auto;
    position: relative;
    z-index: 996;
    height: 275px;
}
.masthead-overlay-top, .masthead-overlay-top-product {
    background-color: rgba(255, 255, 255, 0.0);
}
/* ----- End Page Masthead Section ------ */
/*
/
/
/
/
/
/
*/
/* ----- Start Page Quickquote Form CSS ----- */
.decoration {
    position: relative;
    background-color: #c10239;
}
.decoration-top {
    position: absolute;
    padding-top: 0px;
    padding-bottom: 0px;
    bottom: 0px;
}
.quickquote-ribbon {
    position: relative;
    z-index: 997;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
}
.quickquote-ribbon-subpage {
    position: relative;
    z-index: 997;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
}
.quickquote {
    border-radius: 6px;
    border: 0.5px solid #FF1E5D;
    background-color: rgba(255, 255, 255, 1);
    padding: 10px;
    position: relative;
}
.formfield {
    display: inline-block;
}
.formlabel {
    padding-bottom: 4px;
}
input {
    width: 100%;
    padding: 6px 6px 6px 6px;
    border: 0px;
    height: 51px;
    border-radius: 4px;
    background-color: #ECEBEB;
}
input, #age, #industry {
    min-width: 270px;
}
select {
    width: 100%;
    padding: 6px 6px 6px 6px;
    border: 0px;
    height: 50px;
    border-radius: 4px;
    background-color: #ECEBEB;
}
/* ----- End Page Quickquote Form CSS ----- */
/*
/
/
/
/
/
/
*/
/* ----- Start Homepage Top Section Styles ----- */
#mainbody-top {
    background: url("../images/swirl-colour-right-bottom.png") right bottom no-repeat, url("../images/swirl-colour-left-top.png") left top no-repeat;
    background-size: auto;
    padding-top: 90px;
    padding-bottom: 70px;
}
.contentbox-left {
    border-right: 0.5px solid #C10239;
}
.contentbox-heading {
    text-align: center;
}
.contentbox-body {
    text-align: center;
    padding: 40px 90px 30px 90px;
}
.button-tray {
    text-align: center;
}
/* ----- End Homepage Top Section Styles ----- */
/*
/
/
/
/
/
/
*/
/* ----- Start Button Styles ----- */
.quickquote_button {
    padding: 6px 10px 6px 10px;
    background-color: #ff890c;
    width: 100%;
    border: 0.5px;
    border-radius: 4px;
    border-color: #ff890c;
    color: #ffffff;
    height: 51px;
    margin-top: 28px;
}
.quickquote_button:hover {
    background-color: #e05b02;
    box-shadow: 0px 0px 0px 4px rgba(251, 175, 206, 0.2);
}
.nav_getaquote {
    padding: 0px;
    background-color: #ff890c;
    border-radius: 4px;
    position: relative;
    margin-left: 10px;
    color: #ffffff;
}
.nav_getaquote .nav-link {
    color: #ffffff !important;
}
.nav_getaquote:hover {
    background-color: #e05b02;
    box-shadow: 0px 0px 0px 4px rgba(251, 175, 206, 0.2);
}
.quickquote_content_button {
    max-width: 220px;
}
.quickquote_content_button {
    padding: 6px 10px 6px 10px;
    background-color: #ff890c;
    width: 100%;
    border: 0.5px;
    border-radius: 4px;
    border-color: #ff890c;
    color: #ffffff;
    height: 51px;
    margin-top: 28px;
}
.quickquote_content_button:hover {
    background-color: #e05b02;
    box-shadow: 0px 0px 0px 4px rgba(251, 175, 206, 0.2);
}
/* ----- End Button Styles ----- */
/*
/
/
/
/
/
/
*/
/* ----- Start Standard One Column Section Styles ----- */
.standard_one {
    padding: 110px 0px 110px 0px;
}
.standard_shaded {
    background-color: #F4F4F4;;
}
.standard_red {
    background-color: #C10239;
}
.standard_heading {
    text-align: center;
}
.standard_one_column_heading h2 {
    text-transform: uppercase;
    font-size: 1.6rem;
    margin-bottom: 40px;
    color: #ffffff;
}
.col-lg-12 {
    margin-bottom: 10px;
}
.standard_one_column_card {
    height: 100%;
}
.one_column_card_outer {
    position: relative;
    height: 100%;
}
.one_column_card_inner {
    padding: 30px;
}
.one_column_card_heading {
    height: 100%;
    text-align: center;
}
.one_column_card_heading h1 {
    font-size: 2.2rem;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #000000;
}
.one_column_card_heading h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #000000;
}
.one_column_card_heading h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #ffffff;
}
.one_column_card_content1, .one_column_card_content2, .one_column_card_content3 {
    text-align: center;
    color: #ffffff;
    margin: 0px 220px;
}
.one_column_white h3, .one_column_white {
    color: #000000;
}
.standard_column_card_white {
    border: 0.5px solid #CE0048;
    border-radius: 3px;
}
.feature_image_control_outer {
    margin-bottom: 20px;
}
.featureimagecontrol {
    position: relative;
    margin-bottom: -200px;
    width: 100%;
}
.feature-card-image-frame {
    position: relative;
    z-index: 700;
    background-image: url("../images/bog-card-curve.png");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    height: 200px;
    width: 100%;
    text-align: center;
    bottom: 0px;
}
.feature-card-image {
    position: relative;
    z-index: 699;
    top: -200px;
    width: 100%;
}
.featurebox_mobilepush {
    height: 20px;
}

/* ----- End Standard One Column Section Styles ----- */
/*
/
/
/
/
/
/
*/
/* ----- Start Standard Three Column Section Styles ----- */
.standard_three {
    padding: 110px 0px 110px 0px;
}
.standard_shaded {
    background-color: #e3e3e3;
}
.standard_heading {
    text-align: center;
}
.standard_three_column_heading h2 {
    text-transform: uppercase;
    font-size: 1.6rem;
    margin-bottom: 40px;
}
.standard_three_column_heading_white h2 {
    text-transform: uppercase;
    font-size: 1.6rem;
    margin-bottom: 40px;
    color: #ffffff;
}
.col-lg-12 {
    margin-bottom: 10px;
}
.standard_three_column_card {
    height: 100%;
}
.three_column_card_outer {
    position: relative;
    height: 100%;
	background-color: #ffffff;
}
.three_column_card_inner {
    padding: 30px;
    background-color: #ffffff;
	
}
.three_column_card_heading {
    height: 100%;
    background-color: #ffffff;
    text-align: center;
	color:#C63156;
}
.three_column_card_heading h3 {
    font-size: 1.4rem;
    margin-bottom: 20px;
}
.three_column_card_content1, .three_column_card_content2, .three_column_card_content3 {
    text-align: center;
}
/* ----- End Standard Three Column Section Styles ----- */
/*
/
/
/
/
/
/
*/
/* ----- Start Standard Four Column Section Styles ----- */
.standard_four {
    padding: 110px 0px 110px 0px;
}
.standard_red_gradient {
    background-color: #C10239;
    background: url(../images/swirl_white_large_bottom.png) no-repeat center center, linear-gradient(140deg, rgba(192, 1, 56, 1), rgba(126, 13, 66, 1));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: auto;
}
.standard_heading {
    text-align: center;
}
.standard_four_column_heading h2 {
    text-transform: uppercase;
    font-size: 1.6rem;
    margin-bottom: 40px;
    color: #ffffff;
}
.col-lg-12 {
    margin-bottom: 10px;
}
.standard_four_column_card {
    height: 100%;
    background-color: #ffffff;
    border-radius: 3px;
}
.four_column_card_outer {
    position: relative;
    height: 100%;
	background-color: #ffffff;
}
.four_column_card_inner {
    padding: 30px;
	background-color: #ffffff;
}
.four_column_card_heading {
    height: 100%;
    background-color: #ffffff;
    text-align: center;
}
.four_column_card_heading h3 {
    font-size: 1.4rem;
    margin-bottom: 20px;
}
.four_column_card_content1, .four_column_card_content2, .four_column_card_content3 {
    text-align: center;
}
/* ----- End Standard Four Column Section Styles ----- */
/*
/
/
/
/
/
/
*/
/* ----- Start Product Subpage Top Section Styles ----- */
#mainbody-top-subpage-product {
    background: url("../images/swirl-colour-right-bottom.png") right bottom no-repeat, url("../images/swirl-colour-left-top.png") left top no-repeat;
    background-size: auto;
    padding-top: 20px;
    padding-bottom: 0px;
}
.product {
    padding-top: 40px;
}
.masthead-overlay-bottom-product {
    background-image: url(../images/swirl-colour-right-top.png);
    background-repeat: no-repeat;
    background-position: 100% 50px;
    background-size: auto;
    position: relative;
    z-index: 996;
    height: 275px;
}
.masthead-overlay-top-product {
    background-color: rgba(255, 255, 255, 0.0);
}
/* ----- End Product Subpage Top Section Styles ----- */
/*
/
/
/
/
/
/
*/
/* ----- Start Subpage Top Section Styles ----- */
#mainbody-top-subpage {
    background: url("../images/swirl-colour-right-bottom.png") right bottom no-repeat, url("../images/swirl-colour-left-top.png") left top no-repeat;
    background-size: auto;
    padding-top: 40px;
    padding-bottom: 0px;
}
/* ----- End Subpage Top Section Styles ----- */
/*
/
/
/
/
/
/
*/
/* ----- Start Cover Explainer Styles ----- */
.cover_explainer {
    text-align: center;
}
.cover_explainer_top {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2rem;
    text-decoration: underline;
    margin: 20px 0px;
}
.cover_explainer_bottom {
    text-align: center;
    margin-bottom: 10px;
}
/* ----- End Cover Explainer Styles ----- */
/*
/
/
/
/
/
/
*/
/* ----- Start Image Placeholder Styles ----- */
.image_placeholder {
    min-height: 150px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 30px;
}
.img_icon {
	background-color:#ffffff;
	min-height: 110px;
}
/* ----- End Image Placeholder Styles ----- */
/*
/
/
/
/
/
/
*/
/* ----- Start Page FAQ Section Styles ----- */
#faqs {
    padding-top: 120px;
    padding-bottom: 80px;
    z-index: 3;
    background-image: url(../images/swirl-circle-colour.png), url(../images/swirl-colour-bottom-right.png);
    background-position: left -60px top 90px, right bottom;
    background-repeat: no-repeat;
    background-size: auto;
}
.faq-heading {
    width: 100%;
    text-align: center;
}
.faq-heading h2 {
    font-size: 1.6rem;
}
#faqs a {
    color: #9C0345;
}
#faqs h3 {
    font-size: 1rem;
    margin-bottom: 0px;
}
.accordion {
    padding: 30px 90px 30px 90px;
}
.accordion-item {
    margin: 10px 0px 10px 0px;
    border: 0.1px solid #ff0066 !important;
    border-radius: 2px;
}
.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;
}
/* ----- End Page FAQ Section CSS ----- */
/*
/
/
/
/
/
/
*/
/* Start Standard Document Button */
.standard_document_section {
    padding-top: 20px
}
.standard_document_button_box {
    width: 100%;
    text-align: center;
}
.standard_document_button_box_padding {
    padding-bottom: 20px;
}
.standard_document_button {
    width: 100%;
    border: 0px;
    padding: 12px;
    color: #ffffff;
    border-radius: 3px;
    background-color: #8D0129;
}
.standard_document_button:hover {
    color: #ffffff;
    background-color: #ff4e00;
    transition: ease-in-out;
}
.standard_document_button:focus-visible {
    outline: 6px solid #ff2400;
    border: 2px solid #ffffff;
    padding: 6px;
}
/* End Standard Document Button */
/*
/
/
/
/
/
/
*/
/* Start Dummy Login Box Styles */
.dummy_login_box_outer {
    margin-bottom: 40px;
}
.dummy_login_box_inner {
    border: 1px solid #b4b4b4;
    border-radius: 3px;
    padding: 30px;
}
input[type=text] {
    width: 100%;
    padding: 12px 6px;
    outline: 0px;
}
.date-wrapper {
  width: 100%;
  display: flex;
}

input[type="date"] {
  flex: 1;
  font-size: 16px; /* avoids iOS zoom */
  padding: 0.5em;
  box-sizing: border-box;
  appearance: auto;
  -webkit-appearance: auto;
}
input[type=text]:focus-visible {
    outline: 6px solid #ff2400;
    border: 2px solid #ffffff;
    /* padding: 6px;
    margin-top: 6px; */
}
.dummy_login_submit_button {
    width: 100%;
    border: 0px;
    height: 50px;
    padding: 6px 12px;
    color: #ffffff;
    border-radius: 3px;
    background-color: #ff6f00;
    box-shadow: 0px 4px 12px #ffc88c;
}
.dummy_login_submit_button:hover {
    color: #ffffff;
    background-color: #ff4e00;
    transition: ease-in-out;
}
.dummy_login_submit_button:focus-visible {
    outline: 6px solid #ff2400;
    border: 2px solid #ffffff;
    padding: 6px;
    margin-top: 6px;
    height: 40px;
}
/* End Dummy Login Box Styles */
/*
/
/
/
/
/
/
*/
/* Start Customer Zone Styles */
.customer_zone_outer {
    height: 100%;
    margin-bottom: 10px;
}
.customer_zone_inner {
    background-color: #D1D1D1;
    height: 100%;
    padding: 30px;
}
.customer_zone_header h2 {
    font-size: 1.2rem;
    font-weight: 700;
}
.customer_zone_content {
    padding-top: 20px;
}
.customer_zone_box_footer {
    min-height: 70px;
    background-image: url("../images/background.png");
}
/* End Customer Zone Styles */
/*
/
/
/
/
/
/
*/
.feature_outer {
	background-color:unset;
}
/* ----- Start Footer Section Styles ----- */
#footer {
    padding-top: 90px;
    padding-bottom: 70px;
    background-image: url(../images/swirl-colour-right-footer.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: auto;
}
.regtext {
    font-size: 0.8rem;
}
.regtext img {
    padding-bottom: 20px;
}
.submenu {
    padding-top: 70px;
    text-transform: uppercase;
}
.submenu a {
    color: #B80050;
}
.submenu a:hover {
    color: #FF3F00;
}
.social {
    color: #C32400;
    font-size: 2.4rem;
    text-align: right;
}
.social .fa-facebook, .fa-tiktok {
    padding-right: 10px;
}
/* ----- End Footer Section Styles ----- */
/*
/
/
/
/
/
/
*/
/* ----- Start Focus Styles ----- */
a:focus-visible, .accordion-button:focus-visible {
    outline: 6px solid #ff2400;
}
.quickquote_button:focus-visible {
    outline: 0px;
} 
.quickquote_content_button:focus-visible {
    outline: 0px;
} 
input[type=text]:focus-visible, input[type=date]:focus-visible, select:focus-visible {
    outline: 6px solid #ff2400;
}
.navbar-toggler:focus-visible {
    outline: 6px solid #ff2400;
}
/* ----- End Focus Styles ----- */
/*
/
/
/
/
/
/
*/
/* #subpagebanner {
    height: 520px;
    background-color: #A70039;
    background-image:url("../images/Placeholder Image.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    z-index: 500;
} */
#subpagebanner {
    height: 520px;
    background-color: #A70039;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    background-attachment: fixed;
    z-index: 500;
}
.singletrip {
	background-image:url("../images/single_trip_travel_insurance_banner.png");
}
.annualmultitrip {
	background-image:url("../images/annual_multitrip_travel_insurance_banner.png");
}
.worldwide {
	background-image:url("../images/worldwide_travel_insurance_banner.png");
}
.europe {
	background-image:url("../images/europe_travel_insurance_banner.png");
}
.uk {
	background-image:url("../images/uk_travel_insurance_banner.png");
}
.longstay {
	background-image:url("../images/long_stay_travel_insurance_banner.png");
}
.cruise {
	background-image:url("../images/cruise_travel_insurance_banner.png");
}
.wintersports {
	background-image:url("../images/winter_sports_travel_insurance_banner.png");
}
.medical {
	background-image:url("../images/medical_travel_insurance_banner.png");
}
.over50s {
	background-image:url("../images/over_50s_travel_insurance_banner.png");
}
.coronavirus {
	background-image:url("../images/coronavirus_travel_insurance_banner.png");
}
.subpagebanner-overlay {
	height:520px;
	background-image:url("../images/Subpage-Banner-Overlay.png");
	background-repeat:no-repeat;
	position:relative;
	z-index:501;
	background-position: bottom right;
	background-size:auto;
}
.banner {
	position:relative;
	z-index:502;
}
.bannerrow {
	height:520px;
}
#subpage-top {
    padding-top: 90px;
    padding-bottom: 30px;
}
#blog {
    padding-top: 140px;
    padding-bottom: 140px;
	background-image:url("../images/swirl-colour-left-top.png"), url("../images/swirl-colour-bottom-right.png");
	background-repeat:no-repeat;
	background-size:auto;
	background-position:top 60px left 0px, bottom right;
}
.subpage-heading {
	color:#ffffff;
	height:100%;
	position:relative;
}
.subpage-titlebox {
	position:absolute;
    margin: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	padding-top:70px;
	color:#ffffff;
	padding-right:90px;
}
.subpage-titlebox h1 {
	font-size:3.6rem
}
.caveat_pun {
	font-size:0.7rem;
	padding-top:30px;
}
#covertypes {
		background-color:#F1F1F1;
	background-image:url("../images/swirl-circle-colour.png"), url("../images/swirl-circle-colour.png");
	background-repeat:no-repeat;
	background-position:top -90px left -90px, bottom -90px right -120px;
	background-size:auto;
}
/* .formfield label {
	display:none;
} */


.autocomplete-items {
      position: absolute;
  top: 103%; /* directly below the input */
  left: 0;
  right: 0;
  z-index: 9950; /* very high to ensure visibility */
    }

    .autocomplete-item {
      padding: 10px;
      cursor: pointer;
		top:6px;
		min-height:40px;

		border-radius:3px;
		background-color:#ffffff;
		
    }

    .autocomplete-item:hover {
      background-color: #FF890C;
		color:#000000;
    }

    .autocomplete-wrapper {
  position: relative;
  overflow: visible; /* ✅ This ensures the dropdown can overflow */
}


.border_stripe {
	height:90px;
	background-color:#CE0048;
}
#countryInput {
	width:100%;
}
/* ----- Start Media Queries ----- */
@media only screen and (min-width:1921px) {
    #subpagebanner {
        background-position: left 0px top 0px;
    }
}
@media only screen and (min-width:768px) {
    .mobiledivider {
        display: none;
    }
}
@media only screen and (min-width:1200px) {
    .subpage-titlebox h1 {
        padding-left: 60px;
    }
}

@media only screen and (max-width:1560px) {
		#subpagebanner {
    background-size: cover;
    background-position: bottom left -370px;
}
}
@media only screen and (max-width:1000px) {
    #cookiebox {
        display: none;
        width: 100%;
        height: auto;
        padding: 5px 60px 10px 60px;
        position: fixed;
        bottom: 0px;
        font-size: .8rem;
        z-index: 999;
        background: linear-gradient(45deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.9));
        color: #ffffff;
    }
    .closebutton {
        margin-top: 6px;
    }
}
@media only screen and (max-width:1399px) {
    .formfield {
        display: block;
    }
    .formlabel {
        margin-top: 10px;
        font-size: .9rem;
        padding-bottom: 6px;
    }
    .buttonspan {
        width: 100%;
        text-align: right;
    }
    input, #age, #industry {
        width: 100%;
        min-width: 100px;
    }
    select {
        width: 100%;
        min-width: 100px;
    }
    .quickquote {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 40px;
    }
    #masthead-wrapper, #masthead-wrapper-subpage {
        background-size: auto;
        background-position: left;
    }
    #featurecarousel .feature-card-title {
        min-height: 210px;
    }
    #featurecarousel .feature-button {
        top: -50px;
    }
	#subpagebanner {
        background-position: top 0px left -410px;
        /* background-position: unset; */
        background-size: auto;
    }

}

@media only screen and (max-width: 1240px) {
    .col-sm-1 {
        margin-bottom: 10px;
    }
    .fa, .fas, #burger {
        font-size: 1.7rem;
        float: right;
        padding-top: 35px;
    }
    ul {
        padding-left: 90px;
    }
}
@media only screen and (max-width:1199px) {
    li {
        list-style-position: inside;
    }
    .burgertray {
        background-color: #ffffff;
        padding-left: 20px;
        padding-right: 20px;
    }
    .dropdown-menu.show {
        text-align: right;
        border: none;
    }
    .nav-item:active, .nav-item:hover {
        background-color: #C3003C;
        border-radius: 3px;
    }
    .dropdown-menu.show, .nav-item {
        padding-right: 20px;
    }
    .nav-item.dropdown, .nav-item.dropdown:hover {
        background-color: #ffffff;
        color: #000000;
    }
    a.burgerlink:hover {
        color: #ffffff !important;
    }
    #featurecarousel .feature-button {
        top: -85px;
    }
    .subpage-titlebox {
        padding-right: 0px;
    }
    .subpagebanner-overlay {
        background-size: 0%;
    }
    .nav_getaquote {
        padding: 0px;
        background-color: unset;
        border-radius: 0px;
        margin-left: 0px;
        color: rgba(0, 0, 0, .55);
		padding-right: 20px;
    }
    .nav_getaquote .nav-link {
        color: rgba(0, 0, 0, .55) !important;
    }
    .nav_getaquote:hover {
       /* background-color: unset; */
        box-shadow: 0px;
		color: #ffffff;
    }
    .one_column_card_content1, .one_column_card_content2, .one_column_card_content3 {
        margin: 0px 0px;
    }
}
@media only screen and (max-width:1024px) {
    #subpagebanner {
        background-size: cover;
        background-attachment: scroll;
        background-position: right 0px bottom 0px;
        height: 400px;
    }
    .bannerrow {
        height: 400px;
    }
    .subpage-titlebox h1 {
        font-size: 2.6rem
    }
    h2, h3, .one_column_card_heading h1, .one_column_card_heading h3, .three_column_card_heading h3, .four_column_card_heading h3, .standard_three_column_heading h2, .standard_four_column_heading h2, .one_column_card_heading h2, .standard_three_column_heading_white h2 {
        font-size: calc(1.3rem + .6vw);
    }
}
@media only screen and (max-width:991px) {
    .contentbox-right {
        padding-top: 50px;
    }
    .contentbox-left {
        border-right: 0px;
    }
    .contentbox-body {
        padding: 10px 90px 10px 90px;
    }
    .masthead-overlay-bottom, .masthead-overlay-bottom-product {
        position: relative;
        z-index: 996;
    }
    .masthead-overlay-top, .masthead-overlay-top-product {
        background-color: rgba(255, 255, 255, 0.5);
        height: 660px;
    }
    .social {
        text-align: left;
    }
    .keyfacts-box-top {
        padding-top: 20px;
    }
    #covertypes {
        background-position: top -160px left -90px, bottom -140px right -120px;
    }
    .featurepage {
        position: relative;
        top: -200px;
        background-color: #ffffff;
        z-index: 600;
        padding-top: 70px;
        padding-bottom: 90px;
        margin-bottom: -200px;
    }
    .featurepage h1 {
        font-size: 1.8rem;
    }
    .featurepage .contentbox-center-inner {
        padding: 0px 60px 0px 60px;
    }
    h2.feature-leadin {
        font-size: 0.9rem;
    }
    .featurepage .contentbox-center-inner h3 {
        font-size: 1rem;
    }
    #subpagebannerp {
        height: 400px;
        background-size: cover;
        background-attachment: scroll;
    }
    .subpagebanner-overlay {
        height: 400px;
    }
    .bannerrow {
        height: 400px;
    }
    .subpage-titlebox h1 {
        font-size: 2.6rem
    }
    #standard_three {
        padding: 40px 0px 20px 0px;
    }
}
@media only screen and (max-width:768px) {
    .accordion {
        padding: 30px 0px 30px 0px;
    }
    .dropdown-menu.show {
        text-align: left;
    }
    #masthead-wrapper {
        min-height: 500px;
        background-position: -220px -200px;
    }
    #masthead-wrapper-subpage {
        min-height: 500px;
        background-position: -220px -200px;
    }
    .masthead-overlay-top {
        background-color: rgba(255, 255, 255, 0.7);
        height: 500px;
    }
    .masthead-overlay-top-product {
        background-color: rgba(255, 255, 255, 0.7);
        height: 500px;
    }
    .hero-strap, .hero-strap-subpage {
        padding-top: 30px;
    }
    .hero-strap p, .hero-strap-subpage p {
        font-size: 2.2rem;
        line-height: 1;
    }
    .hero-strap h1, .hero-strap-subpage h1 {
        font-size: 4.3rem;
        line-height: 1;
    }
    .hero-strap h2, .hero-strap-subpage h2 {
        font-size: 1.2rem;
        width: 100%;
    }
    .covidicon {
        padding-right: 0px;
        tet-align: center;
    }
    .covidtext {
        text-align: center;
        padding-left: 30px;
        padding-right: 30px;
    }
    .covid-statement-line1 {
        padding-top: 0px;
        line-height: 1;
        font-size: 1.3rem;
    }
    .trustpiloturl {
        font-size: 0.8rem;
    }
    #faqs {
        background-position: left 70px top -170px, right bottom;
    }
    .submenu {
        padding-top: 0px;
    }
    .social {
        padding: 30px 10px 50px 10px;
    }
    #featurecarousel .feature-continue {
        padding-top: 60px;
    }
    #subpagebanner {
        height: 320px;
    }
    .subpagebanner-overlay {
        height: 320px;
    }
    .bannerrow {
        height: 320px;
    }
    .subpage-titlebox h1 {
        font-size: 2rem
    }
    .standard_three_column_card {
        flex-direction: column;
        align-items: center;
    }
    .three_column_card_outer {
        flex: 1 1 100%;
        min-width: 100%;
    }
    /*.feature_card_image, .feature-card-image-frame {
        width: 100%;
        height: auto;
    }*/
    .feature_image_fix {
        margin-top: 30px;
    }
}
@media only screen and (max-width:575px) {
    .logobox {
        padding-left: 20px;
        position: relative;
    }
    .dropdown-item {
        white-space: unset;
    }
    .contentbox-body {
        padding: 10px 30px 10px 30px;
    }
    #mainbody-top, #mainbody-top-subpage {
        padding-top: 70px;
        background-size: 0%;
    }
    #subpage-top {
        padding-top: 70px;
        background-size: 0%;
    }
    #subpagebanner {
        height: 280px;
        background-color: #A70039;
    }
    .subpagebanner-overlay {
        height: 280px;
    }
    .bannerrow {
        height: 280px;
    }
	.subpage-titlebox {
		width:100%;
		padding-right:30px;
	}
    .subpage-titlebox h1 {
        font-size: 1.6rem;
        text-align: right;
    }
    #keyfacts {
        margin-left: 30px;
        margin-right: 30px;
    }
    .featurepage {
        position: relative;
        top: -100px;
        background-color: #ffffff;
        z-index: 600;
        padding-top: 70px;
        padding-bottom: 90px;
        margin-bottom: -100px;
        background-size: 0%;
    }
    .featurepage h1 {
        font-size: 1.4rem;
    }
    .featurepage .contentbox-center-inner {
        padding: 0px 30px 0px 30px;
    }
    #feature {
        background-size: 0%;
    }
    #feature h1 {
        font-size: 1.4rem;
    }
    .standard_one {
        padding: 50px 0px 50px 0px;
    }
}
@media only screen and (max-width:400px) {
    #masthead-wrapper {
        min-height: 380px;
        background-position: -360px -280px;
    }
    #masthead-wrapper-subpage {
        min-height: 380px;
        background-position: -360px -280px;
    }
    .masthead-overlay-top, .masthead-overlay-top-product {
        background-color: rgba(255, 255, 255, 0.7);
        height: 380px;
    }
    .masthead-overlay-bottom, .masthead-overlay-bottom-product {
        background-size: 50%;
    }
    .hero-strap p, .hero-strap-subpage p {
        font-size: 1.4rem;
        line-height: 1;
    }
    .hero-strap h1, .hero-strap-subpage h1 {
        font-size: 2.4rem;
        line-height: 1;
    }
    .hero-strap h2, .hero-strap-subpage h2 {
        font-size: 1.2rem;
        width: 100%;
    }
    .decoration-top img {
        width: 54%;
        height: auto;
    }
	#mainbody-top-subpage-product {
		background-position:300px 100%, -200px 0px;
	}
}

@media only screen and (min-width:1399px) and (max-width:1560px) {
    #subpagebanner {
        background-size: auto;
        background-position: top 0px left -400px;
        width: auto;
        height: 100%;
    }
}
/* ----- End Media Queries ----- */

