.section-contact .inner-container .col1, .section-contact .inner-container .col2 {
	margin: 0 20px;
}
@media (min-width: 1240px) {
.section-contact .inner-container .col1 {
	width: 46%;
}
}
 @media (min-width: 1480px) {
.section-contact .inner-container .col2 {
	width: 46%;
	/*margin-left: 8%;*/
}
}
#gform_submit_button_6 {
	display: block;
	width: inherit;
	max-width: inherit;
	padding: 16px 41px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	border: none;
	background-color: #E52E8C !important;
	font-family: 'Encode Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 125%;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 5px;
	border: 1px solid #E52E8C;
	border-radius: 8px;
}
#gform_submit_button_6:hover {
	background-color: #333 !important;
}
.section-contact .contact_locations {
	display: flex;
	flex-wrap: wrap;
	gap: 20px; /* Adjust spacing between items */
}
.section-contact .contact_locations .contact_loc {
	flex: 1 1 calc(50% - 20px); /* Each item takes up 50% of the width minus the gap */
	box-sizing: border-box; /* Ensure padding doesn't affect width calculations */
}
 @media (max-width: 768px) {
.section-contact .contact_locations .contact_loc {
	flex: 1 1 100%; /* Make each item take full width on smaller screens */
}
}
#gform_wrapper_6 select {
	min-height: 50px;
}
#gform_wrapper_6 .gfield_required:not(.gfield_required_asterisk) {
	padding-left: 10px;
}
#gform_wrapper_6 input[type="text"], #gform_wrapper_6 input[type="email"], #gform_wrapper_6 input[type="tel"], #gform_wrapper_6 select, #gform_wrapper_6 textarea {
	border: 1px solid #333;
	margin-bottom: 5px;
	padding: 18px;
	height: 50px;
	border-radius: 8px;
}
#field_6_7 legend {
	padding-left: 0 !important;
}
#gform_wrapper_6 legend {
	font-family: 'Encode Sans Condensed';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 23px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #112337;
}
.contact_locations_heading {
	font-family: 'Encode Sans Condensed';
	font-style: normal;
	font-weight: 600;
	font-size: 28px;
	line-height: 39px;
	color: #0071A8;
	margin-bottom: 58px;
}
.section-contact .contact_locations h3 {
	font-family: 'Encode Sans Condensed';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 25px;
}
.section-contact .contact_locations h3:after {
	content: "";
	display: block;
	width: 70px;
	height: 2px;
	background-color: #BDBDBD;
	margin-top: 15px;
	margin-bottom: 15px;
}
.section-contact .inner-container .col2 .contact_loc a {
	font-family: 'Encode Sans Condensed';
	font-style: normal;
	font-weight: 400;
	font-size: 17.6px;
	line-height: 22px;
	color: #696969;
}
.section-contact .inner-container .col2 .contact_loc a.email_link {
	margin-top: 20px;
}
.section-contact .inner-container .col2 .contact_loc a.email_link:before {
	padding-top: 4px;
	padding-left: 6px;
}
#gform_wrapper_6 p.gform_description {
	font-family: 'Encode Sans Condensed';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
	color: #000000;
}
#gform_wrapper_6 label {
	font-family: 'Encode Sans Condensed';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 23px;
	color: #112337;
}
#gform_wrapper_6 #field_6_7 label, #gform_wrapper_6 #field_6_8 label {
	font-weight: 500;
}
@media (min-width: 1480px) {
    .section-contact .inner-container .col2 .contact_loc {
        padding-bottom: 112px;
    }
}

header.site-header #main-nav-desktop .gd_menu_items>#menu-main-navigation-desktop >li.menu-item-has-children>a:after, header.site-header #main-nav-desktop .gd_menu_items>#menu-product-navigation>li.menu-item-has-children>a:after, header.site-header #main-nav-desktop .gd_menu_items>#menu-megamenu>li.menu-item-has-children>a:after {
    display: block;
    position: absolute;
    top: 23px;
    right: 0;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    content: '';
}
/*.gd_inner_head a.button {
transition: all 0.5s ease;
}
.gd_inner_head a.button:hover {
	background: linear-gradient(135deg, #9682fa, #ff3e94);
}*/

/*  === Padding to add the space b/w dropdown arrow icon */
#main-nav-desktop .gd_menu_items  ul li a{
	padding: 12px 16px !important;
}

/* ====== Contact Button Transition ====== */
#gd_headd .gd_inner_head .button, #contact_modal_toggle {
  background-color: #08BABF !important;
  color: #FFFFFF; /* Default button color */
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transition: 0.2s transform ease-in-out;
  will-change: transform;
  z-index: 0;
}

#gd_headd .gd_inner_head .button::after, #contact_modal_toggle::after {
  background-color: rgba(0, 0, 0, 0.7); /* Slightly transparent black for hover background */
  border-radius: 100%; /* Circular shape */
  content: '';
  display: block;
  position: absolute;
  width: 0; /* Initially set width to 0 */
  height: 0; /* Initially set height to 0 */
  right: -16px; /* Adjust to place the circle in the bottom-right */
  bottom: -10px; /* Adjust to place the circle in the bottom-right */
  transition: width 0.3s ease-in, height 0.3s ease-in; /* Slower transition when hovering out */
  z-index: -1;
}

#gd_headd .gd_inner_head .button:hover::after, #contact_modal_toggle:hover::after {
  width: 130%; /* Expand the circle on hover */
  height: 160%; /* Expand the circle on hover */
  transition: width 0.2s ease-out, height 0.2s ease-out; /* Animate width and height */
}

#gd_headd .gd_inner_head .button:hover, #contact_modal_toggle:hover {
  color: #FFFFFF; /* White text on hover */
  will-change: transform;
}


@media    (max-width: 1199px) and (min-width: 1025px) {
	header.site-header .site-branding .site-title a {
		width: 184px;
		height:auto;
	}
	#search_form_container {
		width: 200px !important;
	}
	header.site-header #main-nav-desktop ul li {
		font-size: 14px;
	}
}


@media (min-width: 768px) and (max-width: 1024px) {
    .section-newsletter-cta .section-wysiwyg {
        padding: 50px 30px;
    }
}

@media (max-width: 1024px) {
    #main-nav-desktop #gd_headd {
        display: none !important;
    }
	
	#main-nav-desktop .gd_menu_items {
        display: none !important;
    }
}

@media (min-width: 1024px) {
	section.contact_intro .section-contact { 
		max-width: 1680px;
		padding: 50px 0 !important;
	}
	
	.page-template-template-contact #site_breadcrumbs {
		max-width: 1680px;
		padding: 20px 0;
	}
}
