.grecaptcha-badge { 
	width: 70px !important;
	overflow: hidden !important;
	transition: all 0.3s ease !important;
	left: -2px !important;
	bottom: 20px !important;
}
.grecaptcha-badge:hover {
	width: 256px !important;
}
.gform_required_legend {
	display: none;
}

/* Header */
li#menu-item-2592  .sub-menu {
	top: 45px!important;
	left: 100%;
}
li#menu-item-2590  .menu-item-has-children .sub-menu {
	top: 15px;
	left: 100%;
}
.site-header {
	position: relative;
	z-index: 9999;
	padding-left: 60px;
	padding-right: 60px;
	float: left;
	width: 100%;
}
.header-content {
	float: left;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 110px;
}
#site-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 30px 0 auto;
	background-color: var(--main-head-bg);
	border: unset;
}
#md-collapse-menu {
	padding: 0;
}
#primary-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}
#primary-menu > li:not(:first-child){
	margin-left: 27px;
}
#primary-menu .menu-item a {
	color: #767166;
	font-size: 16px;
	font-weight: 300;
	padding: 20px 0;
}
#primary-menu > .menu-item:last-of-type a {
	color: var(--cta);
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	transition: .5s ease;
}
#primary-menu > .menu-item:last-of-type a:hover {
	color: var(--cta-hover);
	transition: .5s ease;
}
#primary-menu li.menu-item-has-children a {
	margin-right: 18px;
}
#primary-menu li.menu-item-has-children a {
	position: relative;
}
#primary-menu .menu-item-has-children > a:before {
	content: "\25BC";
	position: absolute;
	right: -20px;
	top: 24.5px;
	transform: rotateZ(0deg);
	color: #767166;
	font-size: 10px;
}
#primary-menu .menu-item-has-children .menu-item-has-children > a:before {
	right: -11px;
	top: 1.5px;
}
#primary-menu .menu-item a:hover {
	color: var(--main-head-color-hover);
}
#primary-menu li.menu-item-has-children:hover > .sub-menu  {
	visibility: visible;
	opacity: 1;
}
.menu-item-has-children .sub-menu {
	position: absolute;
	top: 70px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background-color: #fff;
	border: none;
	list-style: unset;
	padding: 20px 0;
	z-index: 999;
	margin-left: 0;
}
#primary-menu .menu-item-has-children .sub-menu a {
	display: block;
	padding: 0 20px;
	margin-bottom: 10px;
}
#primary-menu .menu-item-has-children .sub-menu li:last-of-type a {
	margin-bottom: 0;
}
.md-header-phone {
	font-size: 16px;
	line-height: 24px;
	height: 57px;
	width: 310px;
}
.md-header-phone span {
	margin-right: 5px;
}

/** Footer **/
.footer-wrap {
	display: flex;
	flex-wrap: wrap;
	padding-left: 15px;
	padding-right: 15px;
}
.footer-inner-wrap {
	border-radius: 30px;
	display: flex;
	height: 100%;
	padding: 60px;
}
.footer-left {
	border: 1px solid #CBCED4;
	flex-direction: column;
	padding-bottom: 20px;
}
.footer-right {
	background: var(--main);
	flex-wrap: wrap;
}
.footer-title {
	font-size: 38px;
	font-weight: 500;
	line-height: 49px;
	margin: 0 0 40px;
	width: 100%;
}
.footer-inner-title {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-transform: uppercase;
}
a.footer-inner-title {
	color: var(--txt);
	display: flex;
	margin-bottom: 10px;
}
.footer-left-inner {
	display: flex;
	flex-wrap: wrap;
}
.footer-div {
	margin-bottom: 40px;
}
.hours-wrap,
.follow-wrap {
	width: 40%;
}
.address-wrap,
.partners-wrap {
	width: 60%;
}
.footer-text {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin: 0 0 8px;
}
a.footer-text {
	display: block;
	color: var(--txt);
}
.md-partners-img-holder {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
.md-partners-img-holder a {
	max-width: 148px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.md-partners-img-holder img {
    border-radius: 10px;
}
.md-mcc.md-alexp {
  border-radius: 0;
}
.social-wrap {
	display: flex;
}
.social-wrap a {
	width: 61px;
	height: 61px;
	border: 1px solid var(--txt);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	transition: .5s ease;
}
.social-wrap a:hover {
	border: 1px solid var(--main);
	background: var(--main);
}
.area-left,
.area-right {
	width: 50%;
}
.area-right {
	    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.areas-title {
	font-size: 32px;
	line-height: 42px;
	margin: 0 0 25px;
	width: 100%;
}
.location-box:not(:last-of-type) {
	margin-bottom: 25px;
}
.location-box ul {
	list-style: none;
}
.maryland-list {
	column-count: 2;
}
.location-box ul li,
.location-box ul li a {
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 10px;
	color: var(--txt);
}
.footer-bottom {
	padding: 30px 0 20px;
	text-align: center;
}
.footer-bottom > * {
	display: contents;
}
.footer-bottom a {
	color: var(--txt);
	text-decoration: underline;
}
.footer-wrap a:hover {
	color: #4F99BD;
	transition: .5s ease;
}

/* Media */
@media all and (max-width: 1700px) {
	.footer-inner-wrap {
		padding-top: 35px;
		padding-left: 45px;
		padding-right: 45px;
	}
	.hours-wrap {
		width: 37%;
	}
	.address-wrap {
		width: 63%;
	}
	.follow-wrap,
	.partners-wrap {
		width: 50%;
	}
	.social-wrap a {
		width: 55px;
		height: 55px;
	}
	.md-partners-img-holder a {
		max-width: 140px;
	}
}
@media all and (max-width: 1500px) {
	.md-partners-img-holder a {
		max-width: 111px;
	}
	.site-header {
		padding-left: 30px;
		padding-right: 30px;
	}
	.custom-logo {
		max-width: 190px;
	}
	.header-content {
		height: 100px;
	}
	.md-header-phone {
		width: 295px;
	}
	#site-navigation {
		margin-right: 25px;
	}
	#primary-menu > .menu-item:last-of-type a {
		font-size: 17px;
		line-height: 23px;
	}
	.footer-title {
		font-size: 33px;
		line-height: 44px;
		margin-bottom: 35px;
	}
	.areas-title {
		font-size: 29px;
		line-height: 36px;
		margin-bottom: 20px;
	}
}
@media only screen  and (max-width:1249px ) {
	.md-partners-img-holder a {
		max-width: 105px;
	}
	#primary-menu .menu-item-has-children > a:before {
		display: none;
	}
	#primary-menu li.menu-item-has-children a {
		margin-right: 3px;
	}
	.hours-wrap,
	.address-wrap {
		width: 50%;
	}
	span.menu-chevron {
		font-size: 10px;
		color: #767166;
	}
	#site-navigation {
		margin-right: 17px;
	}
}

@media only screen and (min-width: 1250px) {
	span.menu-chevron {
		display: none;
	}	
}

@media screen and (min-width: 992px) and (max-width: 1249px) {
	#primary-menu .menu-item a {
		font-size: 14px;
	}
	#primary-menu > .menu-item:last-of-type a {
		font-size: 14px;
        line-height: 22px;
	}
	.site-branding img {
		max-width: 145px;
	}
	#primary-menu > li:not(:first-child) {
		margin-left: 14px;
	}
	.md-header-phone span {
		display: none;
	}
	.md-header-phone {
		width: 150px;
        height: 52px;
        font-size: 14px;
	}
}
@media all and (max-width: 1199px){
	.footer-wrap > div:first-of-type {
		margin-bottom: 30px;
	}
	.md-partners-img-holder a {
		max-width: 148px;
	}
}
@media only screen and (max-width:991px) {
	.site-header {
		-webkit-box-shadow: 8px 12px 21px 0px rgba(0, 1, 1, 0.08);
		box-shadow: 8px 12px 21px 0px rgba(0, 1, 1, 0.08);
	}
	.header-content {
		height: unset;
		flex-wrap: wrap;
	}
	.site-header {
		padding-left: 0;
		padding-right: 0;
	}
	.site-branding {
		order: 1;
		padding: 12px 0 12px 30px;
	}
	.site-branding img {
		max-width: 155px;
	}
	.navbar-header {
		position: absolute;
		top: 20.5px;
		right: 20px;
	}
	#site-navigation .navbar-header button {
		background-color: unset;
		border: unset;
		border-radius: unset;
		margin: 0;
	}
	#site-navigation .navbar-header button:hover, #site-navigation .navbar-header button:focus, #site-navigation .navbar-header button:active {
		background-color: unset;
	}
	.navbar-header button .icon-bar{
		background-color: var(--cta) !important;/* i kno...*/
		width: 35px;
		border-radius: unset;
	}
	.navbar-header button .icon-bar:not(:first-child) {
		margin-top: 8px;
	}
	.navbar-header button.navbar-toggle .icon-bar:first-of-type {
    transform: rotate(45deg);
    top: 7px;
    position: relative;
    transition: .3s ease;
}
	.navbar-header button.navbar-toggle .icon-bar:nth-of-type(2) {
    display: none;
    transition: .3s ease;
}
	.navbar-header button.navbar-toggle .icon-bar:last-of-type {
    transform: rotate(-45deg);
    top: -3px;
    bottom: 0;
    position: relative;
    transition: .3s ease;
}
	.navbar-header button.navbar-toggle.collapsed .icon-bar {
    transform: none;
    top: unset;
    display: block;
    transition: .3s ease;
}
	.navbar-toggle {
		display: block;
	}
	.md-free-phone {
		margin-right: 95px;
		order: 2;
	}
	#md-collapse-menu {
		width: 100%;
		padding-left: 15px;
	}
	.md-navigation .collapse {
		display: none!important;
	}
	.md-navigation .collapse.in {
		display: block!important;
	}
	#site-navigation {
		position: static;
		margin: 0;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		min-height: unset;
		order: 3;
	}
	#primary-menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 11px 0 7px 1px;
	}
	#primary-menu > li.menu-item {
		margin: 0 0 11px 0;
	}
	#primary-menu .menu-item a {
		font-size: 16px;
		padding: 5px 0;
	}
	#primary-menu .menu-chevron {
		position: absolute;
		top: 0px;
		font-size: 16px;
		right: 10px;
		transform: rotate(0deg);
		height: 35px;
		width: 35px;
	}
	#primary-menu .menu-item-has-children {
		position: relative;
	}
	#primary-menu .menu-item-has-children a:before {
		content: unset;
	}
	#primary-menu .menu-item-has-children .sub-menu {
		display: none;
		visibility: visible;
		opacity: 1;
		-webkit-transition: unset;
		-o-transition: unset;
		transition: unset;
		position: static;
		border: unset;
		-webkit-box-shadow: unset;
		box-shadow: unset;
		background-color: #f8f5ee;
		margin: 10px 15px 0 0;
		border-radius: 15px;
	}
	#primary-menu .menu-item-has-children .sub-menu .sub-menu {
		margin: 0;
		padding: 0 0 10px 10px;
	}
}
@media only screen and (max-width:767px) {
	.md-free-phone {
		margin-right: 0;
		width: 100%;
		order: 1;
	}
	.md-header-phone {
		width: 100%;
		border-radius: 0;
	}
	.site-branding {
		padding: 10px 15px;
		order: 2;
	}
	.navbar-header {
		top: 77.5px;
		right: 8px;
	}
	.footer-inner-wrap {
		padding-top: 25px;
		padding-left: 25px;
		padding-right: 25px;
	}
	.footer-title {
		font-size: 29px;
		line-height: 39px;
		margin-bottom: 30px;
	}
	.footer-title br {
		display: none;
	}
	.hours-wrap,
	.address-wrap,
	.follow-wrap,
	.partners-wrap {
		width: 100%;
	}
	.footer-div {
		margin-bottom: 30px;
	}
	.footer-right {
		flex-direction: column;
	}
	.area-left, .area-right {
		width: 100%;
	}
	.location-box:last-of-type {
		margin-bottom: 25px;
	}
	.md-partners-img-holder {
    flex-wrap: wrap;
}
	.md-partners-img-holder a {
    width: 40%;
}
}

@media screen and (max-width: 400px) {
	.site-branding img {
		max-width: 145px;
	}
}

@media only screen and (min-width:1200px) and (max-width:1370px) {
	#primary-menu > li:not(:first-child) {
		margin-left: 18px;
	}
	.section-container .header-content #site-navigation {
		margin-left: 25px;
	}
	#primary-menu .menu-item a {
		font-size: 14px;
	}
}

/* optimization */
@media (max-width:1444px) and (min-width:1370px) {
	#primary-menu .menu-item a {
		font-size:16px!important;
	}
}
p.footer-inner-title:nth-child(6) {
    text-transform: capitalize;
}
/* payment */
@media (min-width:991px) {
	#primary-menu #menu-item-296.menu-item-has-children > a:before {
		top: 19.5px;
	}
}