@charset "utf-8";
/* CSS Document */
@import url("https://use.typekit.net/omo6fyo.css");
html, body {
	height: auto;
  overflow: visible;
}
#spinner-container {
    text-align: center;
    z-index: 999;
    width: 100%;
    padding-top: 110px;
    min-height: 500px;
}
#spinnerratetext {
    margin-top: 10px;
}

body {
    font-size: 16px;
    font-family: "arial", sans-serif;
    font-weight: 400;
    font-style: normal;
}
a {
	text-decoration:none;
}

.section_heading h3 {
	color:#000000;
	width:100%;
	padding:20px 0px 30px 0px;
	text-align:center;
	font-size:1.3rem;
}

/* Start Toottip Styles */
/* Tooltip container */
.modaltooltip {
    position: relative;
    display: inline-block;
	color:#000000;
	font-size:1.3rem;
}
/* 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;
}
.modaltooltiptext.landing_tooltip {
    width: 300px;
    margin-left: -150px;
}
/* Tooltip arrow */
.modaltooltip .modaltooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
.modaltooltiptext.landing_tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
/* Show the tooltip text when you mouse over the tooltip container */
.modaltooltip:hover .modaltooltiptext {
    visibility: visible;
    opacity: 1;
}

/* End Toottip Styles */

/* Start NavBar */
.navbar {
    background-color: #ffffff;
    position: fixed;
    width: 100%;
    z-index: 9998;
    border-bottom: 1px solid transparent;
}
/* Center the logo and prevent overlap */
.navbar-brand {
    position: relative;
    z-index: 1;
	margin: 0px 10px;
}
/* Create space for the logo in the middle */
.navbar-left, .navbar-right {
    flex: 1;
}
/* Ensure proper alignment */
.navbar-left {
    display: flex;
    justify-content: flex-end;
    /* margin-right: 20px; - Space between the menu and logo */
    background-color: #ffffff;
}
.navbar-right {
    display: flex;
    justify-content: flex-start;
    /* margin-left: 20px; - Space between the logo and menu */
    background-color: #ffffff;
}
.nav-item, .nav-item:active {
    margin: 4px 10px;
}
.nav-link:hover {
    color: #FF9100;
}
.navquote:hover, .nav-link_quote:hover {
    color: #ffffff;
	background-color:#ff4e00;
}
.option_selector_link {
  text-decoration: none;
  display: block;
  color: inherit;
}
.nav-link:focus-visible, .navbar-toggler:focus-visible, .btn-close:focus-visible, .standard_cta_button:focus-visible, a:focus-visible, input[type='text']:focus-visible, select:focus-visible, .form-select:focus-visible, input[type='radio']:focus-visible, input[type='number']:focus-visible, input[type='email']:focus-visible, input[type='checkbox']:focus-visible, input[type="range"].form-range:focus-visible::-webkit-slider-thumb, .form-control:focus-visible, .tierSelect1:focus-visible, .tierSelect2:focus-visible, .tierSelect3:focus-visible, input[type='checkbox']#paymentCheckbox:focus-visible {
    outline: 6px solid #ff2400;
    padding: 6px;
    border: 2px solid #ffffff;
}
.navquote {
    background-color: #ff6f00;
    font-weight: 500;
    margin: 4px 10px;
    padding: 0px 6px;
    border-radius: 2px;
    box-sizing: border-box;
}
.nav-link:focus-visible + .navquote, .nav-link:focus-visible + .navquote {
    outline: 3px solid #ff2400;
    padding: 6px;
    border: 2px solid #ffffff;
    color: #ffffff;
}
.navquote-text {
    color: #ffffff;
}
.navbar-toggler {
    padding: 0px;
    border: 0px;
}
.navbar-toggler:focus-visible {
    box-shadow: 0px 0px 0px #ff2400;
}
.navbar-toggler-icon {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f0c9';
}
.offcanvas {
    z-index: 9999;
}
/* End NavBar */
/*
/
/
/
/
/
/
*/
/* Start Hero Section */
#hero_section {
    padding-top: 200px;
	/* background-image: url(../images/dog_cat_background_left.png), url(../images/dog_cat_background_right.png);
background-size: auto, auto;
background-repeat: no-repeat, no-repeat;
background-position: bottom left, bottom right; */
	height:100%;
	position:relative;
	z-index:1;
}
.hero_section_inner {
	position:relative;
	z-index:2;
}
#hero_section h1 {
    font-family: "gelica", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.6rem;
    text-align: center;
	margin:0px 12vw;
	height:100%;
}
.hero_heading_outer {
    margin: 0px;
    position: relative;
    width: 100%;
	padding-bottom:200px;
	height:100%;

	
}
.hero_heading_inner {
   /* position: absolute;
    margin: 0px;
    top: -50px;
    transform: translateY(50%);
    width: 100%;
	height:100%; */
}


/* Start Animation Styling */

#hero_section {
    position: relative;  /* Ensures child absolute positioning works */
    /* height: 100vh; Set height of the hero section, adjust if needed */
}
#animation_container2 {
    position: absolute;
    bottom: 0; /* Align to bottom */
    right: 0;
    height: auto; /* Adjust height dynamically */
    z-index: 0; /* Puts animation behind hero_section_inner */
	display:block;

}
#animation_container1 {
    position: absolute;
    bottom: 0; /* Align to bottom */
    left: 0;
    width: 100%; /* Stretch to fill width */
    height: auto; /* Adjust height dynamically */
    z-index: 1; /* Puts animation behind hero_section_inner */
	display:block;

}

#animation_container2_mob {
    position: absolute;
    bottom: 0; /* Align to bottom */
    right: 0;
    height: auto; /* Adjust height dynamically */
    z-index: 0; /* Puts animation behind hero_section_inner */
	display:none;

}
#animation_container1_mob {
    position: absolute;
    bottom: 0; /* Align to bottom */
    left: 0;
    width: 100%; /* Stretch to fill width */
    height: auto; /* Adjust height dynamically */
    z-index: 1; /* Puts animation behind hero_section_inner */
	display:none;

}

.hero_section_inner {
    position: relative; /* Ensure it remains above animation */
    z-index: 2; /* Places content above animation */
}

object#EdgeID, object#EdgeID2 {
    margin-bottom: -28px;
}


/* End Animation Styling */



/* End Hero Section */
/*
/
/
/
/
/
/
*/
/* ----- Start Page Quickquote Form CSS ----- */
#substrap-ribbon {
    border-top: 0.5px solid #000000;
    margin-top: 1px;

    overflow: visible;
}
/* .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 {
  margin-top: -50px;
  z-index: 9990; /* to sit above previous section if needed */
  box-shadow: 0px 8px 4px #e3e3e3;
  border-radius: 8px;
  border: 0.5px solid #010c0e;
  background: #ffffff;
  padding: 20px 10px;
	position:relative;
}
.formfield {
    display: inline-block;
}
.formlabel {
    padding-bottom: 4px;
    color: #ffffff;
}
.form-label {
	padding-top:6px;
    padding-bottom: 4px;
	
}

input, .form-control {
    width: 100%;
    padding: 6px 6px 6px 6px;
    height: 42px;
    border-radius: 2px;
    border:1px solid #8C8C8C;
    background-color: #F5F5F5;
	/* border: 1px solid #FF6F00; */
}
input, #countryInput, #duration1, #tripdate1 {
    /* min-width: 270px; */
    background-color: #C9D7CE;
}
select, .form-select, .form-control {
    width: 100%;
    padding: 6px 6px 6px 6px;
    height: 42px;
    border-radius: 2px;
	border:1px solid #8C8C8C;
    background-color: #F5F5F5;
	border:1px solid #FF6F00;
	/* border: 1px solid #FF6F00; */
}
.formlabel {
    padding-bottom: 10px;
}
.autocomplete-items {
    position: absolute;
    top: 103%; /* directly below the input */
    left: 0;
    right: 0;
    z-index: 9950; /* very high to ensure visibility */
    border: 0.5px solid #000000;
    border-top: 0px;
}
.autocomplete-item {
    padding: 10px;
    cursor: pointer;
    top: 6px;
    min-height: 40px;
    color: #000000;
    border-radius: 3px;
    background-color: #ffffff;
}
.autocomplete-item:hover {
    background-color: #F8FF00;
    color: #000000;
}
.autocomplete-wrapper {
    position: relative;
    overflow: visible; /* ✅ This ensures the dropdown can overflow */
}
.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;
	border:1px solid #FF6F00;
}
/* ----- End Page Quickquote Form CSS ----- */
/*
/
/
/
/
/
/
*/
/* Start Divider Section */
#divider {
    /* border-top: 1px solid #b4b4b4;
    padding-bottom: 40px; */
}
/* End Divider Section */
/*
/
/
/
/
/
/
*/
/* Start Basic Section  */
.basic_section {
    padding: 110px 0px;
    width: 100%;
}
.form_section {
	padding-top:0px;
	/* margin-top:18px !important; */
}
.basic_section_inner {
	margin:0px 2vw;
}
.basic_section_header {
    text-align: center;
}
.basic_section_header h1, .basic_section_header h2 {
    font-size: 2.8rem;
    text-align: center;
    font-family: "gelica", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.basic_section_header p {
    text-align: center;
    margin: 0px 10vw;
	padding-top:22px;
}
.basic_section_shaded {
    background-color: #EBEBEB;
    padding-top: 110px;
}
.extra_vertical_padding {
    padding-top: 140px;
}
.cat_tail {
	background-image:url("../images/cat_tail.png");
	background-position:bottom left 90px;
	background-repeat:no-repeat;
}
.dog_tail {
	background-image:url("../images/dog_tail.png");
	background-position:bottom left 90px;
	background-repeat:no-repeat;
}
/* End Basic Section  */
/*
/
/
/
/
/
/
*/
/* start Pattern Style */

.pattern_section {
	background-image:url("../images/background.png");
	border-top: 1px solid #FF6F00;
	
}

.pattern_section_orange {
	background-image:url("../images/background_orange.png");
	border-top: 1px solid #FF6F00;
	
}

/* End Pattern Style */
/* Start Content Box */
.content_box_outer {
    height: 100%;
    margin-top: 45px;
}
.content_box_inner {
    height: 100%;
}
.content_box_header {
    padding: 10 30px;
}
.content_box_header h3 {
    font-size: 1.8rem;
    color: #000000;
    font-family: "gelica", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}
.content_box_content {
	text-align:center;
}
.option_style_outer {
	padding:30px;
}
.option_style_inner {
	border:1px solid #000000;
	border-radius:3px;
	padding-top:40px;
	outline:8px solid #DDDDDD;
}
.description_para {
	text-align:center;
}
/* End Content Box */
/*
/
/
/
/
/
/
*/
/* Start Subtitle Padding Section */



/* End Subtitle Section */
/*
/
/
/
/
/
/
*/
/* Start Caveat Section */

.caveat {
	padding-top:20px;
	width:100%;
	text-align:center;
}

/* End Caveat Section */
/*
/
/
/
/
/
/
*/
/* Start Subpage Padding Section */

.subpage_padding {
   padding-top:160px;
}

/* End Subpage Section */
/*
/
/
/
/
/
/
*/
/* Start Footer Section */
#footer {
    min-height: 240px;
    background-color: #0b0803;
    padding: 70px 0px;
    border-top: 8px solid #ff6f00;
}
.footer_logo {
    margin-bottom: 22px;
}
.footer_regtext {
    color: #ffffff;
    font-size: 0.8rem;
}
.footer_submenu_header {
    font-size: 1.1rem;
    color: #ffffff;
    margin-bottom: 22px;
    font-family: "gelica", sans-serif;
    font-weight: 400;
    font-style: normal;
}
a.footer_links {
    text-decoration: none;
    color: #ffffff;
}
a.footer_links:hover {
    color: #FF9100;
}
a.footer_links:focus-visible {
    outline: 6px solid #ff2400;
    border: 2px solid #ffffff;
    padding: 6px;
}
/* End Footer Section */
/*
/
/
/
/
/
/
*/
/* Start Standard Text Box Element */


.standard_text_box_outer {
	padding-top:50px;
}

.standard_text_box_inner {
	
}


/* End Standard Text Box Element */
/*
/
/
/
/
/
/
*/
/* Start Standard Image Box Element */


.standard_image_box_outer {
	padding-top:50px;
	width:100%;
}

.standard_image_box_inner {
	width:100%;
	text-align:center;
}

/* End Standard Image Box Element */
/*
/
/
/
/
/
/
*/
/* Start Standard CTA Button */

.standard_cta_button_box {
	width:100%;
	text-align:center;
}

.standard_cta_button_box_padding {
	padding-top:40px;
}

.standard_cta_button {
	min-width:160px;
	border:0px;
	padding:12px;
	color:#ffffff;
	border-radius:3px;
	background-color:#ff6f00;
	box-shadow: 0px 4px 12px #ffc88c;
}

.standard_cta_button:hover, .standard_cta_button:active {
	color:#ffffff;
	background-color:#ff4e00;
	transition:ease-in-out;
}
.standard_cta_button:focus-visible {
    outline: 6px solid #ff2400;
    border: 2px solid #ffffff;
    padding: 6px;
}

.standard_cta_button_back {
	min-width:160px;
	border:0px;
	padding:12px;
	color:#ffffff;
	border-radius:3px;
	background-color:#3B3B3B;
	box-shadow: 0px 4px 12px #ffc88c;
}

.standard_cta_button_back:hover, .standard_cta_button_back:active {
	color:#ffffff;
	background-color:#070707;
	transition:ease-in-out;
}
.standard_cta_button_back:focus-visible {
    outline: 6px solid #ff2400;
    border: 2px solid #ffffff;
    padding: 6px;
}
/* End Standard CTA Button */
/*
/
/
/
/
/
/
*/
/* Start Standard Document Button */

.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:#ff6f00;
	box-shadow: 0px 4px 12px #ffc88c;
}

.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 Holding Object Section */

.holding_object {
	min-height:700px;
	background-image:url("../images/dogandcatv4.gif");
	background-repeat:no-repeat;
	background-position:bottom center;
}

/* End Holding Object Section */
/*
/
/
/
/
/
/
*/
/* start Paw Print Motif Section */

.pawprint_outer {
	width:100%;
	position:relative;
}

.pawprint_inner {
	width:100%;
	text-align:center;
	position:absolute;
	top:-13px;
	left:0px;
}

/* End Paw Print Motif Section */
/*
/
/
/
/
/
/
*/
/* 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 */
/*
/
/
/
/
/
/
*/
/* 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;
	border:1px solid #8C8C8C;
	border:1px solid #FF6F00;
	outline:0px;
}
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 Accordion Block Styles */

.accordion_block {
	padding:30px 0px;
}

.accordion-button:not(.collapsed) {
	background-color:#FFC572;
}
.accordion-button:focus {
	box-shadow:unset;
}
.accordion-button:focus-visible {
	outline: 6px solid #ff2400;
    border: 2px solid #ffffff;
    padding: 6px;
	min-height:50px;
}

/* End Accordion Block Styles */
/*
/
/
/
/
/
/
*/
/* Start Character Header Styles */

.character_header {
	color:#000000;
	text-align:center;
	padding-top:90px;
	padding-bottom:10px;
}
.character_portrait {
	padding-bottom:10px;
}
.character_header_progress {
	padding-bottom:20px;
}
.character_header_title1 {
	padding-bottom:8px;
}
.character_header_title1 h1 {
	font-size:1.4rem;
}
.character_header_title2 {
	
}
.character_header_title2 h2 {
	font-size:1.2rem;
}
.character_header_dialogue {
	font-style:italic;
	padding-bottom:15px;
}
/* End Character Header Styles */
/*
/
/
/
/
/
/
*/
/* Start Clarificaton Accordion Styles */

.accordion_clarify_item {
	margin: 10px 0px;

}

.accordion_clarify_button {
		border-top:0.5px solid #B5B5B5;
	border-bottom:0.5px solid #B5B5B5;
	font-size:0.9rem;
	color:#D35B00;
	padding:6px 10px;
	border-radius:8px;
}
.accordion_clarify_button::after {
	color:#FF6F00;
		border-radius:8px;
}

.accordion_clarify_body {
	background-color:#FFF9F3;
	border-radius:3px;
	font-size:0.9rem;
}
.accordion_clarify_button:not(.collapsed) {
    background-image:linear-gradient(45deg, rgba(255, 111, 0, 1), rgba(225, 150, 0, 1));
	color:#ffffff;
	border-radius:8px;
	border:0px;
}

/* End Clarfication Accordion Styles */



/* Start Cover Detail Accordion Styles */

.accordion_cover_detail_header {
	text-align:center;
}
.accordion_cover_detail {
	margin: 10px 0px 40px 0px;
}

.accordion_cover_detail_button {
  border-top:0.5px solid #B5B5B5;
	border-bottom:0.5px solid #B5B5B5;
	font-size:1rem;
	padding:12px 10px;
	border-radius:8px;
	font-weight:700;
}

.accordion_cover_detail_button::after {
	color:#FF6F00;
		border-radius:8px;
}
.accordion_cover_detail_body {
	border-radius:3px;
	font-size:0.9rem;
	padding:30px;
	background-color:#F4F4F4;
	
}
.accordion_cover_detail_button:not(.collapsed) {
	border-radius:8px;
	border:0px;
	 border-top:0.5px solid #B5B5B5;
	border-bottom:0.5px solid #B5B5B5;
	
}

/* End Clarfication Accordion Styles */


/* Start Policy Detail Accordion Styles */

.accordion_policy_detail_header {
	text-align:center;
}
.accordion_policy_detail_button {
	background-color:none;
}
.accordion_policy_detail {
	margin: 10px 0px 0px 0px;
}

.accordion_policy_detail_button {
  border-top:0.5px solid #171717;
	border-bottom:0.5px solid #171717;
	font-size:1rem;
	padding:16px 10px;
	border-radius:8px;
	background-color:#FFE6CE;
}

.accordion_policy_detail_button::after {
	color:#FF6F00;
		border-radius:8px;
}
.accordion_policy_detail_body {
	border-radius:3px;
	font-size:0.9rem;
	background-color:#FFE6CE;
}
.accordion_policy_detail_button:not(.collapsed) {
	border-radius:8px;
	border:0px;
	 border-top:0.5px solid #B5B5B5;
	border-bottom:0.5px solid #B5B5B5;
	
}

/* End Clarfication Accordion Styles */



/*  @keyframes rotateAndShake {
      0% {
        transform: rotate(0deg);
      }
      60% {
        transform: rotate(11deg);
      }
      70% {
        transform: rotate(9deg);
      }
      80% {
        transform: rotate(11.5deg);
      }
      90% {
        transform: rotate(10.5deg);
      }
      100% {
        transform: rotate(11deg);
      }
    }
 */

.quickquote_button {
    padding: 6px 10px 6px 10px;
    background-color: #FF6F00;
    width: 100%;
    border: 0.5px;
    border-radius: 4px;
    border-color: #ff890c;
    color: #ffffff;
    height: 51px;
    margin-top: 34px;
    text-transform: uppercase;

}
.quickquote_button:hover {
    background-color: #CB2E03;
}
.formlabel {
	color:#000000;
}







/* form */

/* #breedExtras,
    #purchaseAmountWrapper,
    #donationAlert {
      display: none;
    }


button[aria-disabled="true"] {
  opacity: 0.5;
  pointer-events: none;
}*/

.error-message {
	color:red;
	padding-bottom:6px;
} 

.checkbox-btn input[type="checkbox"] {
            display: none;
        }

        .checkbox-btn label {
            display: inline-block;
            background-color: #f8f9fa;
            border: 1px solid #ccc;
            padding: 10px 20px;
            cursor: pointer;
            border-radius: 5px;
        }

        .checkbox-btn input[type="checkbox"]:checked + label {
            background-color: #007bff;
            color: white;
        }

  .fieldset {
            display: none;
        }

        .fieldset.active {
            display: block;
        } 










.wnaw-radio-inner {
    border: 0.5px solid #FF6F00;
    padding: 8px 10px;
    position: relative;
    border-radius: 1px;
    width: 100%;
    min-height: 40px;
    cursor: pointer;
}
.wnaw-radio-inner-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0px;
}
.wnaw-radio-inner:hover {
    border: 0.5px solid #3A3A3A;
}

.wnaw-input-item-left {
    text-align: left;
    align-items: center;
    font-size: 1rem;
}
.wnaw-input-item-right {
    text-align: right;
    align-items: center;
    font-size: 1rem;
    font-size: 1.4rem;
}
.wnaw-input-item-left img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 14px;
}
.wnaw-input-item-right {
    text-align: right;
    font-size: 1rem;
    margin-bottom: 5px;
}
.wnaw-radio {
    width: auto;
}


.bigbutton-radio-inner, .bigbutton-checkbox-inner {
    padding: 12px 10px;
    position: relative;
    width: 100%;
    min-height: 60px;
    cursor: pointer;
	background-color:#DCDCDC
}
.bigbutton-radio-inner-text, .bigbutton-checkbox-inner-text {
    /* position: absolute;
    top: 50%;
    transform: translateY(-50%); */
	position:relative;
    margin: 0px;
	color:#232323;
	font-size:0.9rem;
	padding:10px 20px;
}
.bigbutton-radio-inner:hover, .bigbutton-checkbox-inner:hover {
}

.bigbutton-input-item-left {
    text-align: left;
    align-items: center;
    font-size: 1rem;
}
.bigbutton-input-item-right {
    text-align: right;
    align-items: center;
    font-size: 1rem;
    font-size: 1.4rem;
}
.bigbutton-input-item-left img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 14px;
}
.bigbutton-input-item-right {
    text-align: right;
    font-size: 1rem;
    margin-bottom: 5px;
}
.bigbutton-radio, .bigbutton-checkbox {
    width: auto;
}





input[type="radio"]:checked, .slds-radio .slds-radio_faux:checked {
    background-color: #ffffff !important;
    /* border-color: #000000; */
    border: 0.5px solid #333333;
}

input[type="checkbox"]:checked:focus-visible::after, .slds-checkbox .slds-checkbox_faux:checked {
    content: '-';
    position: absolute;
    top: 50%; /* Move to the vertical middle */
    left: 50%; /* Move to the horizontal middle */
    transform: translate(-50%, -50%); /* Center both vertically and horizontally */
    text-align: center; /* Ensure text alignment */
    font-size: 2.8rem;
}
input[type=radio], .slds-radio .slds-radio_faux {
    width: 30px;
    height: 30px;
}
input[type=radio].bigbutton-radio, input[type=checkbox].bigbutton-checkbox {
    width: 40px;
    height: 40px;
	border-width:0px;
}




input[type="radio"], .slds-radio .slds-radio_faux {
    background-color: #ffffff;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 10px;
	border:0.5px solid #363636;
}

input[type="checkbox"].bigbutton-checkbox {
    background-color: #ffffff;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 10px;
}

input[type="radio"]::after {
    font-size: 2rem;
    top: 50%;
    left: 50%;
}

  .wnaw-radio {
    appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    border: 2px solid #999;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: relative;
  }

  .wnaw-radio:checked {
    background-color: #480287; /* your checked color */
    border-color: #480287;
  }

  .wnaw-radio:checked::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 18px;
    height: 18px;
    background: #FF6F00;
    border-radius: 50%;
}




  .bigbutton-radio, .bigbutton-checkbox {
    appearance: none;
    -webkit-appearance: none;
    border: 2px solid #999;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: relative;
  }


  .bigbutton-radio:checked::after, .bigbutton-checkbox:checked::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 18px;
    height: 18px;
    background: #FF6F00;
    border-radius: 50%;
}




.dob_cluster {
	padding:0px 10px;
}

.button_tray {
	width:100%;
	padding-top:30px;
	text-align:right;
}
.policy_startdate_title {
	font-weight:700;
}
.policy_startdate, .toc {
	padding:30px 0px 10px 0px;
}
.exclusion_caveat1, .medical_caveat1 {
	color:#000000;
	font-size:0.9rem;
	padding:20px;
	border:1px solid #FF6F00;
	background-color:#FFF0DC;
}
.medical_caveat1 {
	margin-top:30px;
	color:#000000;
	font-size:0.9rem;
	padding:20px;
	border:1px solid #FF6F00;
	background-color:#FFF0DC;
}
.email_caveat {
	font-size:0.8rem;
	font-weight:700;
	padding-top:40px;
}



input[type="radio"].bigbutton-radio:checked::after, input[type="checkbox"].bigbutton-checkbox:checked::after {
    /* content: '-'; Change symbol to "-"
    font-size: 2.8rem; Adjust symbol size if needed
	top:45%;
	color:#000000; */
    content: '';
    display: block;
    position: absolute;
    top: 50%; 
  left: 50%;
    transform: translate(-50%, -50%); /* Center the checkmark */
    width: 40px;
    height: 40px;
    background-color: #000000;
	border-width: 0px;
    color: #000000;
    clip-path: polygon(20% 60%, 40% 80%, 75% 30%, 65% 20%, 40% 60%, 30% 50%);
}




.priceblock_inner {
	border-top:0.5px solid #474747;
}
.paymenttype_outer {
	text-align:right;
	padding:10px 20px;
}
.multipet_outer {
	padding:10px 20px;
	
}
.congrats {
	font-weight:700;
	color:#FF6F00;
}

.price_top {
	text-align:center;
	margin-bottom:10px;
}
.price {
	padding:4px;
	font-size:1.6rem;
	font-weight:700;
	color:#FF6F00;
}
.price_dialogue1 {
	margin-top:-10px;
	font-size:0.9rem;
}
.price_dialogue2 {
	text-decoration: line-through;
}

.tierlevel_header1 {
	background-color:#b1d5c8;
	text-align:center;
	padding:4px 0px;
	font-weight:700;
	font-size:1.1rem;
}
.tierlevel_header2 {
	background-color:#ffbb00;
	text-align:center;
	padding:4px 0px;
	font-weight:700;
	font-size:1.1rem;
}
.tierlevel_header3 {
	background-color:#e6e6e6;
	text-align:center;
	padding:4px 0px;
	font-weight:700;
	font-size:1.1rem;
}

.pricedetail_top {
	padding:0px 20px 20px 20px;
}

.priceblock_outer {
  width: 100%;
  transition: all 0.3s ease;
  z-index: 999;
	border:0.5px solid #626262;
	border-radius:3px;
	margin-bottom:30px;
}

.priceblock_outer.fixed {
  position: fixed;
  top: 68px;
  left: 0;
  right: 0;
  background: white;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* .pricedetail_top {
  overflow: hidden;
  transition: max-height 0.1s ease, opacity 0.1s ease;
  max-height: 1000px; 
}

.pricedetail_top.collapsed {
	border-top:1px solid #000000;
  max-height: 0;
  padding: 0; 
	scroll-behavior: smooth;
	  transform: scaleY(0);
  opacity: 0;
	transition: opacity 0.1s ease, visibility 0s 0.1s;
}  */

#priceblock-anchor {
  position: sticky;
  top: 0;
  z-index: 10;
}

/* .pricedetail_top {
  overflow: hidden;
  max-height: 1000px; 
  opacity: 1;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  will-change: max-height, opacity;
  
}

.pricedetail_top.collapsed {
  border-top: 1px solid #000000;
  max-height: 0;
  padding: 0;
  opacity: 0;
  
  transition: max-height 0.3s ease, opacity 0.3s ease;
} */

/* .pricedetail_top {
	overflow: hidden;
  /* transition: transform 0.2s ease, opacity 0.2s ease; */
  /* transform-origin: top;
  opacity: 1;
  transform: translateY(0);

  max-height: 1000px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  /* will-change: transform, opacity; */

/* }

.pricedetail_top.collapsed {
  opacity: 0;
  transform: translateY(-100%);
  pointer-events: none; 

} */


.pricedetail_top {
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease, transform 0.3s ease, padding 0.3s ease;
  opacity: 1;
  transform: translateY(0);
  max-height: 1000px; /* must be greater than actual height */
  padding-top: 16px; /* your actual padding */
  padding-bottom: 16px;
}

.pricedetail_top.collapsed {
  opacity: 0;
  transform: translateY(-20px);
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}



.collapse {
  transition: height 10s ease;
scroll-behavior: smooth;
}



.priceblock_outer {
  transition: box-shadow 0.3s ease;
}

.priceblock_outer.fixed {
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
	max-width: 808px;
}






/* .pricedetail_top {
  overflow: hidden;
  transition: height 0.3s ease, opacity 0.3s ease;
  opacity: 1;
  height: auto;
}

.pricedetail_top.collapsed {
  opacity: 0;
  height: 0 !important;
  pointer-events: none;
} */







#range_input1, #range_input2, #range_input3 {
	margin-bottom:30px;
	margin-top:18px;
}

.cover_editor h2 {
	font-size:1.3rem;
	color:#C45500;
}
.cover_editor p {
	margin-bottom:30px;
}

.price_item_top {
	padding-bottom:6px;
	border-bottom:0.5px solid #000000;
}

.price_item {
	padding:6px 0px;
	border-bottom:0.5px solid #000000;
}

.price_lineitem {
	font-size:0.9rem;
}

.price_value {
	font-size:0.9rem;
	font-weight:700;
	text-align:right;
}

#post-priceblock-content.with-margin {
  margin-top: 360px; /* adjust to height of your fixed priceblock_outer */
}
.select_outer {
	text-align:center;
	padding:20px 0px 20px 0px;
}

.select_line {
	border-top:0.5px solid #666666;
	padding-top:20px;
}

.priceblock_inner_col_left {
	border-right:0.5px solid #585858;
}

.priceblock_inner_col_right {
	border-left:0.5px solid #585858;
}
.dividingline_outer {
	margin-bottom:30px;
	text-align:center;
	width:100%;
}
.dividingline_inner {
	position:relative;
	text-align:center;
	width:100%;
}
.dividingline_inner img {
	position:absolute;
	top:-32px;
	left:50%;
	transform:translateX(-50%);
}

.peril_title {
	background-color:#ffffff;
	font-weight:700;
	padding:6px;
	text-align:center;
}
.peril_value {
	padding:6px;
	text-align:center;
	background-color:#ffffff;
}



.row .cover_features_table > [class^="col"] {
	border: 1px solid #E0E0E0;}



/********** Range Input Styles **********/

.range-slider-container {
  position: relative;
  width: 100%;
  height: 60px; /* Needed for thumb overlap */
}

.range-slider-container input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  width: 100%;
  position: relative;
  z-index: 3; /* Above track and end circles */
  border: 0;
  margin-top: 0;
}
input[type="range"]:focus {
  outline: none;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: #FF6F00;
  height: 44px;
  width: 44px;
  border: 0.5px solid #454545;
  border-radius: 50%;
  animation: borderAnimation 2s infinite alternate;
  position: relative;
  z-index: 5;
}

input[type="range"]:focus-visible::-webkit-slider-thumb {
  border: 0.5px solid #454545;
}

/* Firefox */
input[type="range"]::-moz-range-thumb {
  background: #FF6F00;
  height: 44px;
  width: 44px;
  border: 0.5px solid #454545;
  border-radius: 50%;
  position: relative;
  z-index: 5;
}
input[type="range"]:focus-visible::-moz-range-thumb {
  border: 1px solid #40017E;
  outline: 3px solid #eb00bb;
  outline-offset: 0.125rem;
}





.range-slider-container {
  position: relative;
  height: 60px;
  width: 100%;
}

/* Custom background track */
.custom-track {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #525252;
  transform: translateY(-50%);
  z-index: 1;
  border-radius: 2px;
}

/* End circles */
.end-circle {
  position: absolute;
  top: 50%;
  width: 24px;
  height: 24px;
  background: white;
  border: 1px solid black;
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.end-circle.left {
  left: 0;
}
.end-circle.right {
  right: 0;
}

/* Range Input */
.range-slider-container input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  z-index: 3; /* On top of track and end circles */
  width: 100%;
  background: transparent;
}

/* Thumb */
.range-slider-container input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 44px;
  width: 44px;
  background: #FF6F00;
  border-radius: 50%;
  border: 1px solid #444;
  margin-top: -20px;
  position: relative;
  z-index: 3;
}

input[type="range"]:focus {
  outline: none;
}

/* Remove visible default track */
.range-slider-container input[type="range"]::-webkit-slider-runnable-track {
  background: transparent;
  height: 4px;
}

input[type="range"]::-moz-range-track {
  background: transparent;
}

.range_label_left {
	font-weight:700;
	padding-bottom:10px;
	font-size:1.3rem;
}
.range_label_right {
	font-weight:700;
	padding-bottom:10px;
	text-align:right;
	font-size:1.3rem;
}

.toggle {
	display:block;
}
.toggle-container {
    text-align: right;
    gap: 10px;
}
.toggle-button {
    padding: 6px 20px;
    border: 0px;
    background-color: #ffffff;
    color: #777777;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 4px;
    margin-bottom: 6px;
    min-width: 96px;
}
.toggle-button.active {
    background-color: #72D400;
    color: #000000;
}

/* Style the toggle switch container */
/* .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
	margin-left:6px;

} */
/* Hide default HTML checkbox */
/* .switch input { */
    /* opacity: 0;
    width: 0;
    height: 0; */
	
/*	position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
	*/
	/* position: absolute;
  left: 0;
  top: 0; */
/*}*/ 
/* The slider */
/* .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #3D3D3D;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
} */
input:checked + .slider {
    background-color: #FF6F00;
}
input:focus-visible + .slider {
    box-shadow: 0 0 1px #FF6F00;
} 
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
/* Rounded sliders */
/* .slider.round {
    border-radius: 20px;
}
.slider.round:before {
    border-radius: 50%;
} */
.toggle_left {
    padding-right: 10px;
    word-wrap: break-word;
}
.toggle_right {
    text-align: right;
}







.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
  margin-left: 6px;
	top:4px;
}

/* Visually hide checkbox but keep focusable */
.switch input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  cursor: pointer;
  z-index: 2; /* On top of the custom slider */
}

/* Custom toggle styling */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 24px;
  z-index: 1;
}

.slider.round {
  border-radius: 24px;
}

.slider::before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

/* Checked state */
.switch input:checked + .slider {
  background-color: #FF6F00;
}

.switch input:checked + .slider::before {
  transform: translateX(26px);
}

/* Focus-visible style */
.switch input:focus-visible + .slider {
  outline: 3px solid #ff2400;
  outline-offset: 2px;
}








#page2toggle1Decision, #page2toggle2Decision, #page2toggle3Decision, #page2toggle4Decision, #page4toggle1Decision, #page6toggle1Decision, #page6toggle2Decision {
    padding-top: 10px;
    display: inline-block;
}
body .slds-checkbox_toggle [type=checkbox] + .slds-checkbox_faux_container, .slds-checkbox_toggle [type=checkbox] + .slds-checkbox--faux_container, .slds-checkbox--toggle [type=checkbox] + .slds-checkbox_faux_container, .slds-checkbox--toggle [type=checkbox] + .slds-checkbox--faux_container {
    font-size: var(--lwc-fontSize1, 0.625rem);
    color: var(--lwc-colorTextLabel, #696969);
    position: absolute;
    display: inline;
    top: 5px;
    right: 0px;
}
body #quoteamend .slds-checkbox_toggle [type=checkbox] + .slds-checkbox_faux_container, .slds-checkbox_toggle [type=checkbox] + .slds-checkbox--faux_container, .slds-checkbox--toggle [type=checkbox] + .slds-checkbox_faux_container, .slds-checkbox--toggle [type=checkbox] + .slds-checkbox--faux_container {
    font-size: var(--lwc-fontSize1, 0.625rem);
    color: var(--lwc-colorTextLabel, #696969);
    display: inline;
    top: 5px;
    right: 0px;
}
body .slds-checkbox_toggle, .slds-checkbox--toggle {
    width: 100%;
    font-weight: bold;
    padding-bottom: 6px;
}
.pay_schedule {
    display: inline;
	font-weight:700;
	color:#FF6F00;
	padding-left:6px;
}

#select_tile1, #select_tile2, #select_tile3 {
	cursor:pointer;
}

#select_tile1:hover, #select_tile2:hover, #select_tile3:hover {
	outline:3px solid #FF6F00;
	outline-offset: -4px;
	z-index:9000;
}

.inclusive_box {
	margin-top:40px;
}

.inclusive_title {
	text-align:center;
	padding:20px 0px;
}

.inclusive_bar {
	border:0.5px solid #FF6F00;
	padding:20px;
	background-color:#FFF7F0;
	margin-bottom:10px;
}

.inclusive_icon {
	
}

.inclusive_heading {
	font-weight:700;
	color:#FF6F00;
}

.inclusive_text p {
	margin:0px;
}

.standard_perils_outer {
	border:none;
	padding:30px;
	background-color:#F1F1F1;
	border-radius:6px;
	margin:30px 0px;
}

.standard_perils_inner {
	
}


.standard_peril {
	margin-bottom:12px;
}
.standard_perils_title {
	width:100%;
	font-size:1.3rem;
	text-align:center;
	margin:10px 0px;
}
.standard_perils_heading {
	color:#FF6F00;font-weight:700;
}

.summary_table_outer {
	border:0.5px solid #646464;
	margin-bottom:30px;
}

.summary_table_top {
	background-color:#FF6F00;
	text-align:center;
	color:#ffffff;
	font-weight:700;
	padding:6px 0px;
}

.summary_table_inner {
	padding:30px;
}

.summary_lineitem {
	font-size:1.2rem;
}

.bold {
	font-weight:700;
}

.summary_value {
	text-align:right;
}

.summary_value_discounted {
	text-decoration: line-through;
	color:#636363;
	font-weight:700;
	font-size:1.2rem;
	display:inline;
	padding-right:10px;
}

.summary_value_amount {
	color:#000000;
	font-weight:700;
	font-size:1.2rem;
	display:inline;
}

.ipt_caveat {
	font-weight:700;
	padding-top:4px;
}

.brand_line {
	color:#FF6F00;
	border-width:4px;
}

.summary_subtitle {
	width:100%;
	text-align:center;
}

.summary_subtitle h2 {
	font-size:1.3rem;
	padding:10px 0px;
}


.pet_summary_outer {
  background-color: #FFE6CE;
  padding: 30px;
  border-radius: 6px;
	margin-bottom:20px;
}

.pet_icon {
  width: 80px;
  flex-shrink: 0;
}

.pet_icon img {
  width: 100%;
  height: auto;
  display: block;
}

.pet_id {
  flex-grow: 1;
}

.pet_summary_price_amount {
  display: inline;
  font-weight: 700;
  font-size: 1.2rem;
}

.summary_price_schedule {
  display: inline;
  padding-left: 6px;
}

.pet_summary_price {
  text-align: right;
}

.summary_pname {
  font-size: 1.3rem;
  font-weight: 700;
}

.summary_covertype_name {
  font-weight: 700;
}


.covered_peril {
	border-bottom:0.5px solid #3E3E3E;
}

.covered_peril_item {
	padding:6px 0px;
}

.covered_peril_limit {
	padding:6px 0px;
	text-align:right;
}

.select {padding-top:10px;}


.remove_button_tray {
	width:100%;
	padding-top:20px;
	text-align:right;
}

.remove {
	background-color:#000000;
}

.assumptions_li {
	list-style:none;
	text-indent: 0px;
}
.assumptions {
	padding-left:0px;
}
.assumptions_bullet {
	max-width:30px;
}
.assumptions_bullet:after {
content:'\f111';
color:#FF6F00;
font-family: 'Font Awesome 6 free';
	font-weight:900;
  font-style: normal;
	padding-right:20px;
	font-size:0.8rem;
	max-width:50px;
}


.assumptions_box {
	border:0.5px solid #FF6F00;
	padding:30px;
	background-color:#FFF7F0;
	margin-bottom:10px;
}

.assumptions_check_outer {
	margin-top:40px;
}

input[type="checkbox"].standard_wnaw_checkbox {
  appearance: none;
  -webkit-appearance: none;
  width: 30px;
	top:10px;
  height: 30px;
  border: 0.5px solid #000000;
  background-color: transparent;
  cursor: pointer;
  position: relative; /* Required for ::after positioning */
	margin-right:10px;
}

/* When checked: show black background */
input[type="checkbox"].standard_wnaw_checkbox:checked {
  background-color: #000000;
}

/* Create the white tick using ::after */
input[type="checkbox"].standard_wnaw_checkbox:checked::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 9px;
  width: 8px;
  height: 16px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.hp_form-label {
	font-weight:700;
}

.multipet_banner_outer {
	min-height:40px;
	border:4px solid #6e6e6e;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	/* box-shadow: 4px -18px 26px 4px rgba(255, 234, 0, 0.5) inset; */
	box-shadow: 4px -18px 26px 4px rgba(255, 255, 255, 0.8) inset;
	background-color:#FF9E00;
	margin-top:30px;
}
.quickquote-inner-left {
	padding: 30px 15px 0px 30px;
}

.quickquote-inner-right {
	padding: 30px 30px 0px 15px;
}
.multipet_banner_outer {
	text-align:center;
}
.quickquote_button_tray {
	padding:0px 30px;
}

.multipet_banner_heading {
	color:#FF6F00;
	font-weight:700;
	font-size:1.4rem;padding-top:10px;
}

.multipet_banner_text {
	color:#3e3e3e;
	font-weight:700;
	padding:10px 90px;

}
.quickquote_header {
	text-align:center;
	background-image:linear-gradient(45deg, rgba(255, 111, 0, 1), rgba(225, 150, 0, 1));
	padding:6px 20px 4px 20px;
	font-size:1.1rem;
	min-height:40px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	color:#ffffff;
}

.visually-hidden {
	display:none;
}



.nav-link:focus-visible, .navbar-toggler:focus-visible, .btn-close:focus-visible, .standard_cta_button:focus-visible, a:focus-visible, input[type='text']:focus-visible, select:focus-visible, .form-select:focus-visible, input[type='radio']:focus-visible, input[type='number']:focus-visible, input[type='email']:focus-visible, input[type='checkbox']:focus-visible, input[type="range"].form-range:focus-visible::-webkit-slider-thumb, .form-control:focus-visible, .tierSelect1:focus-visible, .tierSelect2:focus-visible, .tierSelect3:focus-visible, input[type='checkbox']#paymentCheckbox:focus-visible {
    outline: 6px solid #ff2400 !important;
    padding: 6px;
    border: 2px solid #ffffff;
}

/* Start Media Queries */
@media only screen and (max-width:1399px) {
	.priceblock_outer.fixed {
	max-width: 688px;
}
}

@media only screen and (max-width:1350px) {

#animation_container2 {
	display:none;

}
#animation_container1 {
	display:none;

}

#animation_container2_mob {
	display:block;

}
#animation_container1_mob {
	display:block;

}

.hero_section_inner {
    position: relative; /* Ensure it remains above animation */
    z-index: 2; /* Places content above animation */
}

object#EdgeID, object#EdgeID2 {
    margin-bottom: -28px;
}
}


@media only screen and (max-width:1199px) {	
	.navbar-brand img {
		width:100px;
	}
		.priceblock_outer.fixed {
	max-width: 568px;
}
		.quickquote-inner-left {
		padding:30px 30px 0px 30px;
	}
		.quickquote-inner-right {
		padding:30px 30px 0px 30px;
	}
}
@media only screen and (max-width:1024px) {
	#hero_section {
		padding-top:150px;
		padding-bottom:100px;
	}
    #hero_section h1 {
        font-size: 2.8rem;
    }
	.basic_section_inner {
	margin:unset;
}
    .basic_section_header h2 {
        font-size: 1.9rem;
    }
    .content_box_header h3 {
        font-size: 1.5rem;
    }
    #hero_section, .basic_section, #footer {
        padding-left: 6px;
        padding-right: 6px;
    }
    .basic_section_header p {
        margin: unset;
    }
}
@media only screen and (max-width:991px) {
			.priceblock_outer.fixed {
	max-width: 648px;
}
	.multipet_outer {
		text-align:center;
		font-size:0.9rem;
	}
	.paymenttype_outer {
    text-align: center;
    border-top: 0.5px solid #000000;
		font-size:0.9rem;
		position:relative;
		top:50%;
		transform:translateY(-50%);
}
	
	.covered_peril_item {
		text-align:left;
		padding:0px;
	}
	.covered_peril_limit {
		text-align:left;
		padding:0px 0px 8px 0px;
		font-weight:700;
	}
		.covered_peril_item {
	padding-top:6px;	
	}

}
@media only screen and (max-width:768px) {
    #hero_section h1 {
        font-size: 2.2rem;
		margin:0px;
    }
    #hero_section {
        padding-bottom: 200px;
        padding-top: 100px;
    }
    .basic_section_header h2 {
        font-size: 1.6rem;
    }
    .extra_vertical_padding {
        padding-top: 50px;
    }
    .content_box_header h3 {
        font-size: 1.2rem;
    }
    .basic_section, #footer {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .basic_section_shaded {
        padding-top: 70px;
        padding-bottom: 70px;
    }
	.subpage_padding {
		padding-top:90px;
	}
	.option_selector {
		margin:40px 0px;
	}
	.option_style_outer {
    padding: 0px;
	}
	.standard_cta_button, .standard_cta_button_back {
	    min-width: 100px;
	}
	.form_section {
		padding-top:0px;
		margin-top:0px !important;
	}
	.character_header {
		padding-top:80px;
	}

	.character_header_progress img {
		width:100%;
		height:auto;
		padding:0px 10px;
	}
	.character_header_dialogue {
		font-size:0.9rem;
	}
	.character_header_title1 h1, .character_header_title2 h2 {
		font-size:1.3rem;
	}
	.form-label{
		font-size:0.9rem;
		font-weight:900;
	}
	p.form-label {
		font-weight:500;
	}
	label {
		padding-bottom:8px;
	}
	.priceblock_outer.fixed {
	max-width: 470px;
}
	.cover_editor p {
	font-size:0.9rem;
}
	.price {

    font-size: 1.2rem;
}
	.pricedetail_top {
		padding:0px 10px 10px 10px;
	}
	.price_value {
		text-align: left;
	}
	
	.summary_lineitem, .summary_value_discounted, .summary_value_amount {
		font-size:1rem;
	}
	.summary_value, .pet_summary_price {
		text-align:left;
		font-size:1rem;
	}
	.summary_subtitle h2 {
		font-size: 1rem;
	}
	.summary_pname {
		font-size:1.1rem;
	}
	.pet_summary_price, .summary_covertype_label, .pet_summary_price_amount {
		font-size:1rem;
	}
	.summary_price_schedule {
		padding-left:3px;
		font-size:0.9rem;
	}
	.accordion_policy_detail_button, .accordion_policy_detail_body {
		padding:16px 4px;
		font-size:0.9rem;
	}
	.accordion_cover_detail {
    margin: 10px 0px 20px 0px;
}
	.inclusive_text, .standard_perils_inner, .assumptions_li, p, .bigbutton-radio-inner-text, .accordion_cover_detail_button, .bigbutton-checkbox-inner-text {
   
		font-size:0.9rem;
	}
	.cover_editor {
		padding-top:30px;
	}
	.remove {
	width:100%;
}
	.cover_editor h2 {
    font-size: 1.1rem;
}
	.summary_table_inner, .pet_summary_outer, .standard_perils_outer, .assumptions_box {
    padding: 20px;
}
	.paymenttype_outer, .multipet_outer {
		padding:4px 20px;
	}
	.summary_value_discounted {
		color:#A8A8A8;
	}
	.select_line, .select_outer {
		padding:10px 0px;
	}
	.price_top {
		margin-bottom:4px;
	}
	.congrats {display:none;}
	.multipet_outer {
		background-image:linear-gradient(45deg, rgba(255, 111, 0, 1), rgba(225, 150, 0, 1));
		color:#ffffff;
		font-weight:700;
	}
	.multipet_banner_outer {
		border-width:0px;
	}
	.multipet_banner_text {
		font-size:0.9rem;
		padding:20px;
	}
	.quickquote {
		margin: -20px 10px 0px 10px;
	}
	.quickquote_header {
		font-size:1rem;
	}

}


@media screen and (min-width:551px) and (max-width:991px) {
	.hero_heading_outer {
    padding-bottom: 60px;
}
}
@media only screen and (max-width:550px) {
	#hero_section {
        padding-top: 100px;
		padding-bottom: 100px;
		background-size:60%, 60%;
    }
    #hero_section h1 {
        font-size: 1.8rem;
    }
    .basic_section_header h2 {
        font-size: 1.4rem;
    }
    .content_box_header h3 {
        font-size: 1.1rem;
    }
	.holding_object {
	min-height:550px;
	background-image:url("../images/dogandcatv5.gif");
	background-repeat:no-repeat;
	background-position:bottom center;
}
	.p-4 {
		padding:0rem !important;
	}
		.character_header {
		padding-top:110px;
	}
	
	.price_dialogue2 {display:none;}

	/* #multipet_success {display:none;} */
	
}


@media only screen and (min-width:589px) and (max-width:591px) {
		.priceblock_outer.fixed {
		margin:0px 60px;
}
}
@media only screen and (min-width:551px) and (max-width:588px) {
		.priceblock_outer.fixed {
			width: auto;
		margin:0px 18px;
			max-width: none;
}
}

@media only screen and (max-width:551px) {
		    .priceblock_outer.fixed {
        width: auto;
        /* margin: 0px 18px; */
        max-width: none;
        border: 0px;
        border-bottom: 0.5px solid #000000;
    }

		.price_lineitem {
		font-size:0.8rem;
	}

}

@media only screen and (max-width:390px) {
			.select {
		min-width:70px;
	}
	.pet_icon {
    display: none;
}
	.pet_id {
		margin-left:0px !important;
	}
}

@media only screen and (max-width:330px) {
	.character_portrait img {
		width:35%;
		height:35%;
	}


}

@media only screen and (max-height:460px) {
	.price_dialogue2 {display:none;}

	
	.tierlevel_header1, .tierlevel_header2, .tierlevel_header3  {padding: 0px 0px}

	#multipet_success {display:none;}
	
	.paymenttype_outer {border-top:0px;}
	
	.standard_cta_button .select {
		padding:8px;
	}
	.price {font-size:1.1rem;}
}
/* End Media Queries */



/* #canvas .canvas2 {
    width: 240px !important;
    height: auto !important;
    bottom: 20px !important;
} */

 #rotatingDiv {
      transform-origin: top left;
      animation: rotateAndShake 0.2s ease-out 0.5s forwards;
    }

    @keyframes rotateAndShake {
     0% {
        transform: rotate(0deg);
      }
      50% {
        transform: rotate(3deg);
      }
      65% {
        transform: rotate(2.2deg);
      }
      75% {
        transform: rotate(3.3deg);
      }
      85% {
        transform: rotate(2.7deg);
      }
      92% {
        transform: rotate(3.1deg);
      }
      100% {
        transform: rotate(3deg);
      }
    }

/* Default button style */
.standard_cta_button.select {
  background-color: #343434;
  color: #fff;
  /* transition: background-color 0.3s ease; */
}

/* When parent tile is selected */
.selected-tile .standard_cta_button.select {
  background-color: #FF6F00;
  color: #fff;
}

/* Optional: visual focus control */
.standard_cta_button.select:focus {
  outline: none;
  box-shadow: none;
}

/* Remove transition on tile */
.selected-tile {
  outline: 3px solid #FF6F00;
  outline-offset: -1px;
  z-index: 10; /* enough to lift it above siblings */
  position: relative; /* Ensure stacking context */
}

/* Optional — give non-selected tiles a lower z-index */
#select_tile1,
#select_tile2,
#select_tile3 {
  position: relative;
  z-index: 1;
}

/* Keep transition on buttons only */
.standard_cta_button.select {
  background-color: #343434;
  color: #fff;
  transition: background-color 0.1s ease;
}

.no-js .pricedetail_top {
  opacity: 1 !important;
  transform: translateY(0) !important;
}