* {
	padding:0;
	margin:0;
}
body, html{
	overflow-x:hidden;
/* 	background-color: #F7F7F9; */
}
::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}
body {
	padding-top:0px;
}
::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}
header#masthead {
	display: block !important;
}
#masthead {
	position: fixed;
	left: 0;
/* 	top: 0; */
	width: 100%;
	background-color: #ffffff;
	display: block;
	z-index: 999;
}
.header-wrapper .elementor-section .elementor-container {
	justify-content: space-between;
	align-items: center;
}
.header-wrapper .logo-box {
	width: auto !important;
	float: left;
}
.header-wrapper .menu-box {
	width: auto !important;
	float: right;
}
.notfound-content {
	text-align: center;
	padding: 7vw 0;
	width: 100%;
	float: left;
}
.error404 .notfound-content h1 {
	color: #000000;
}
.error404 .notfound-content h3 {
	margin: 20px 0;
}
body .gform_wrapper,
.gform_confirmation_wrapper {
	width: 100%;
	float: left;
}
body .gform_wrapper {
	margin: 0px 0;
	background-color: #fff;
	padding: 40px;
	box-shadow: 4px 8px 20px 0px rgba(23, 44, 70, 0.15);
 
}
body .gform_wrapper form {
	width: 100%;
	float: left;
}
body .gform_wrapper form .gform_body {
	float: left;
	width: calc(100% + 30px) !important;
	margin: 0 -15px !important;
}
body .gform_wrapper .gf_progressbar_wrapper {
	display: none;
}
body .gform_wrapper form .gform_body ul {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
}
body .gform_wrapper form .gform_body ul li.gfield {
	padding: 0px;
	width: 50%;
	float: left;
	padding: 0 10px !important;
	margin: 0 0px 30px;
	background-color: transparent;
	border: none;
	clear: inherit;
}
body .gform_wrapper form .gform_body ul li.gfield label {
	width: 100%;
	float: left;
	color: #000;
	font-family: "Futura", Sans-serif;
	font-size: 14px;
	font-weight: 700;
	margin-top: 0px !important;
	padding: 0 20px 10px;
	line-height: 120%;

}
body .gform_wrapper form .gform_body ul li.gfield label span.gfield_required {
	font-size: 18px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	display: inline-block;
	vertical-align: top;
	margin-left: 0px;
	margin-top: 0px;
}
.gform_legacy_markup_wrapper .gfield_required {
    color: #0D1A2A !important;
}
.gform-field-label--type-inline{
	font-weight:400 !important;
}
.link-policy{
	 color: #0D1A2A;
}
body .gform_wrapper form .gform_body ul li.gfield.full-box {
	width: 100%;

}
body .gform_wrapper form .gform_body ul li.gfield textarea {
	width: 100% !important;
	height: 120px !important;
	border-radius: 0px !important;
	background-color: #F7F7F9 !important;
}
body .gform_wrapper form .gform_body ul li.description textarea {
	width: 100% !important;
}
body .gform_wrapper .validation_message {
	color: #790000;
	padding-top: 5px;
	padding-right: 0px !important;
	width: 100%;
	float: left;
	line-height: 120%;
	font-weight: 500;
	letter-spacing: 0.5px;
	font-size: 14px;
}
body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
body .gform_wrapper li.gfield_error ul.gfield_checkbox,
body .gform_wrapper li.gfield_error ul.gfield_radio,
body .gform_wrapper .field_description_below .gfield_description {
	color: #790000;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 0px !important;
	width: 100%;
	float: left;
	line-height: 120%;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.5px;
}
body .gform_confirmation_message {
	width: 100%;
	float: left;
	text-align: center;
	font-weight: normal;
	font-family: "Futura", Sans-serif !important;
	background-color: #029300;
	line-height: 125%;
	border: 1px solid #E8E8E8;
	border-radius: 5px;
	padding: 16px 20px;
	color: #ffffff;
	font-size: 16px;
}
body .gform_wrapper div.validation_error {
	margin-bottom: 20px;
	border: none;
	background-color: #790000;
	color: #ffffff;
	padding: 18px 15px;
	line-height: 120%;
	font-size: 16px;
	display: flex;
	font-family: "Futura", Sans-serif;
}
body .gform_wrapper .top_label div.ginput_container {
	margin-top: 0px !important;
	width: 100%;
	float: left;
}
body .gform_body input[type=text],
body .gform_body input[type=email],
body .gform_body input[type=tel],
body .gform_body input[type=number],
body select,
body textarea {
	width: 100% !important;
	border: 1px solid #F7F7F9 !important;
	border-radius: 00px !important;
	padding: 15px 20px !important;
	color: #000000 !important;
	box-shadow: none;
	font-family: "Futura", Sans-serif !important;
	height: auto !important;
	font-weight: 300;
	line-height: 125% !important;
	letter-spacing: 0.5px;
	font-size: 16px !important;
	margin: 0 !important;
	background-color: #F7F7F9 !important;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: none;
}
body select {
	background-image: url(../images/select-arrow.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
	padding-right: 40px !important;
}
body .gform_wrapper textarea.small {
	height: 80px;
}
body .gform_wrapper .gform_page_footer {
	padding: 0 15px;
	margin-bottom: 0px;
	text-align: left;
	width: 100%;
	float: right;
	margin-top: 10px;
	border: none;
}
.gform_legacy_markup_wrapper .gform_validation_errors>h2 {
	color: #ffffff !important;
	font-weight: 400 !important;
	padding: 0 !important;
	margin: 0px !important;
	line-height: 120%;
	text-transform:capitalize;
}
body .gform_wrapper .gfield-choice-input{
	margin-top:0px;
}
body .gform_wrapper .w-400{
	font-weight: 400 !important;
	margin-bottom: 20px !important;
}
.gform_wrapper .w-400 p{
	font-size: 16px !important;
	line-height: 130%;
}
body .gform_wrapper .gchoice {
	display:flex;
	align-items: flex-start;
}
body .gform_wrapper .gform_button{
	width:100% !important;
	cursor:pointer;
}
body .gform_wrapper .gform_button:hover {
	background-color:rgba(196, 186, 158, 1);
	border:2px solid rgba(196, 186, 158, 1); 
}
.gfield-choice-input{
	margin-top: 0px !important;
	width: 20px !important;
	height: 20px !important;
}
.gform_footer {
	margin:0px !important;
	padding:0px !important;
}
.gfield  .gfield--type-checkbox{
	margin: 0 0px 0px !important;

}
.gfield_checkbox{
	margin:0px !important;
}
.gform_legacy_markup_wrapper .gfield_checkbox li label{
	max-width:100% !important;
}
/* Header */
.nav-bar ul li{
	position:relative;
}
.nav-bar ul li.current-menu-item .elementor-item::after {
    position: absolute;
    content: '';
    width: 100%;
    height: auto;
    color: #000 !important;
    top: 51px;
    left: auto;
    right: 0;
    border-bottom: 12px solid #C4BA9E;
}
.nav-bar .sub-menu {
	padding:8px 0px 8px 0px !important;
}
.nav-bar ul.elementor-nav-menu--dropdown a{
	border-inline-start:0px !important;
}


/* FAQ */
.acco .elementor-accordion-item{
	padding: 24px 32px;
	background: #fff;
}
.acco .elementor-accordion {
    gap: 12px;
    display: grid;
}
.state_description h4{
	text-align: center;
	text-transform: uppercase;
	font-size: 24px !important;
	font-weight: 700 !important;
	width: 90% !important;
    justify-self: center !important;
	padding-bottom: 24px;
}
.state_description p{
	padding-top: 24px;
	color: #000;
}
.last_bold li:last-child span{
	font-weight: 700 !important;
}

.state_description h2 {
    text-align: center;
}

/* States */
.states_grid .elementor-grid-item:hover h4 a{
	color: #fff !important;
}
.gform_title{
	display:none;
}
.tp_content p {
    padding-top: 15px;
}
.tp_content u {
    font-weight: 500;
    font-style: italic;
}
.tp_content a {
    color: #0D1A2A;
    text-decoration: underline !important;
    font-style: italic;
}
.tp_content li {
    padding-top: 10px;
    margin-left: 60px;
}
.tp_content h3{
    padding-top: 15px;
}
.gfield_select option{
	font-size: 16px !important;
	background-color:#F7F7F9 !important;
	color: #0D1A2A;
}
.margin_0{
	margin-bottom: 20px !important;
}
/* form dropdown */
.ginput_container_select {
  position: relative;
  font-family: Arial;
}
 .ginput_container_select select {
  display: none; /*hide original SELECT element:*/
}
/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/2025/06/basil_caret-down-outline.png);
    top: 14px;
    right: 10px;
    width: 20px;
    height: 20px;
   transition: transform 0.3s ease;
}
.select-selected:hover::after,
.select-arrow-active::after {
  transform: rotate(180deg); /* flipped arrow */
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
 
}
/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
	color: #0D1A2A;
	padding: 15px 20px;
	border: 1px solid transparent;
	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
	cursor: pointer;
	user-select: none;
	font-size: 16px;
	font-family: 'Futura';
}
/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
	height: 300px;
	overflow: scroll;
	overflow-x: hidden;
	border: 1px solid rgba(23, 44, 70, 0.30);
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: #EFEEEB;
}
.select-selected{
	background:#F7F7F9;
	border:1px solid #F7F7F9;
	font-size:16px;
	font-weight:400;
	color:#0D1A2A;
	font-family: 'Futura';
}
.e-font-icon-svg.fa-svg-chevron-down {
	transition: transform 0.3s ease;
}
.has-submenu:hover .e-font-icon-svg.fa-svg-chevron-down {
	transform: rotate(180deg);	
}
.header_btn{
	display:none !important;
}
.social a:hover {
	transition: all 0.3s ease;
	transform: scale(1.05);
}
.states_grid  a{
	padding: 30px 0;
	width: 100%;
	height: 100%;
}
.states_grid .elementor-post__title{
	display: flex;
}
.states_grid  .elementor-post__text{
	padding: 0 !important;
}
.acco .elementor-tab-content a:hover{
	color:#c4ba9e !important;
	transition: all 0.3s ease;
}
.terms .elementor-icon-list-item > a{
	text-decoration-color: #959FB3 !important;
}
.link-policy{
	text-decoration: underline !important;
}
.link-policy:hover{
	color: #C4BA9E !important;
	text-decoration: underline;
}

