.md-sidebar-menu.second {
	margin-top: 25px;
}


.md-inner-blog-description {
    border: 1px solid #cccccc;
    padding: 30px;
    margin-bottom: 40px;
}
.md-inner-blog-description-text {
    margin-bottom: 0 !important;
}
.md-faq-wrapper.md-inner-faq-wrapper .panel-title {
    margin-top: 0px;
    margin-bottom: 0px;
    max-width: max-content;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
}
.md-faq-wrapper.md-inner-faq-wrapper .panel-heading {
    padding: 20px 0;
	
}
.md-faq-wrapper.md-inner-faq-wrapper .panel.panel-default{
	border-bottom: 1px solid #E5E5E5;
}
.md-faq-wrapper.md-inner-faq-wrapper .md-faq-icon {
     margin-top: 2px;
    margin-bottom: 0px; 
    margin-right: 0px; 
    margin-left: 5px;
}
.md-faq-wrapper.md-inner-faq-wrapper .panel.panel-default:after{
	content:none;
}




/*** EMPLOYEE ***/
.md--employee-f-notice{
	display:none;
	float: left;
	width: 100%;
	position:fixed;
	left:0;
	right:0;
	bottom:0;
	z-index:999999;
	background: green;
	color: #fff;
	padding: 12px;
	padding-right: 0;
	font-weight: 500;
	border-left: 8px solid #043d04;
}
.md--employee-f-notice p{
	margin:0;
}
.md--logout{
	position: fixed;
	right: 15px;
	bottom: 15px;
	background: #0a457f;
	color: #fff;
	padding: 8px 12px;
	font-weight: bold;
}
.md--logout:hover{
	color:#fff;
	background:#043362;
}
.md--employee-files{
	float: left;
	width: 100%;
	padding: 45px 0 80px;
}
.md--employee-files h2{
	margin-bottom: 24px;
}
.md--employee-files h2:last-of-type{
	margin-top:45px;
}
.md--employee-files a{
	color:#0a457f;
	font-weight:bold;
	font-size:15px;
}
.md--employee-files a:hover{
	color:#6c7681;
}
.md--employee-area{
	float: left;
	width: 100%;
}
#md--login-employee-interface{
	display: flex;
	width: 100%;
	max-width: 650px;
	margin: 45px auto 65px;
	flex-direction: column;
}
#md--login-employee-interface h2{
	margin-bottom:25px;
}
#md--login-employee-interface p.login-submit input{
	background: #023466;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	border: 0;
	height: 54px;
	padding: 0;
}
#md--login-employee-interface p.login-submit input:hover{
	background:#043362;
}
#md--login-employee-interface input{
	border: 2px solid #023466;
	border-radius: 0;
	background: #f5f7f9;
	font-size: 15px;
	font-weight: 500;
	padding-left: 15px;
	color: #023466;
	margin-bottom: 10px;
}
#md--login-employee-interface input:active, #md--login-employee-interface input:focus{
	border-radius:0;
	border:2px solid #023466;
}
#md--login-employee-interface p.login-password input{
	margin-bottom:0;
}

.md--upload-form-hold-t, .md--upload-form-hold-f{
	display:none;
	float: left;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6);
	z-index: 9999;
	justify-content: center;
	align-items: center;
}
.md--upload-form-container form{
	width: 450px;
	background: #fff;
	padding: 30px;
	position:relative;
}
.md--upload-form-container .md--close-upload{
	position:absolute;
	right: 5px;
	top: 0;
	font-size: 18px;
	color: #d60b0b;
	cursor: pointer;
}
.md--upload-form-container form input{
	border-radius: 0;
	padding-top: 12px;
	font-size: 14px;
}
.md--remove-doc{
	opacity:0;
	visibility:hidden;
	transition:all 0.2s ease-in-out;
	cursor:pointer;
	font-size: 13px;
	margin-left: 10px;
	color: #cc1919;
	font-weight: 500;
}
p:hover > .md--remove-doc.md--admin-docs{
	opacity:1;
	visibility:visible;
}
#md--remove-question{
	display:none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	justify-content: center;
	align-items: center;
	background: rgba(0,0,0,0.4);
	flex-direction: column;
	z-index:9999999;
}
.md--remove-q-hold{
	font-weight: 600;
	font-size: 17px;
	margin-bottom:15px;
}
p.ui-sortable-handle i {
	float: right;
	vertical-align: middle;
	padding-top: 4px;
}
p.ui-sortable-handle{
	padding: 8px;
	border: 1px solid #ccc;
	margin-bottom: 5px;
	cursor:grab;
}
.md--remove-q-yes, .md--remove-q-no{
	cursor:pointer;
	font-size:15px;
}
.md--remove-q-yes{
	padding: 5px 15px;
	background: green;
	color: #fff;
	margin-right: 10px;
}
.md--remove-q-no{
	padding: 5px 15px;
	background: #b61515;
	color: #fff;
}
.md--remove-overhead{
	justify-content: center;
	align-items: center;
	flex-direction: column;
	display:flex;
	background:#fff;
	max-width:550px;
	padding:30px;
}
#md--upload-activate-f, #md--upload-activate-t{
	height: 30px;
	font-size: 15px;
	background: #0a457f;
	border: 0;
	color: #fff;
	padding: 0 16px;
	vertical-align: middle;
	margin-left: 15px;
}
.md--upload-form-container form input[name="md--upload-name-f"], .md--upload-form-container form input[name="md--upload-name-t"]{
	padding: 0;
	padding-left: 15px;
	border: 1px solid #000;
	height: 40px;
}


@media screen and (min-width:769px){
	#md--login-employee-interface p.login-submit input{
		width:50%;
	}
}




/*** INNER HERO ***/
.md-inner-img-hero{
	float: left;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 120px;
	position: relative;
}
.single-overlay {
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: #000;
	position: absolute;
	opacity: 0.4;
}
.md-inner-img-hero a.covid-btn {
	font-size: 15px;
	letter-spacing: 0px;
	color: #ffffff;
	font-weight: 600;
	background: #0a457f;
	padding: 12px 20px;
	position: absolute;
	top: 0;
}
.md-inner-img-hero a.covid-btn:hover{
	background: #043362;
}
.hero-title-holder-all {
	text-align: center;
	float: left;
	width: 100%;
	position: relative;
}
.md-breadcrumbs-pages {
	text-transform: uppercase;
}
.md-breadcrumbs-pages a {
	font-size: 15px;
	letter-spacing: 0px;
	color: #9ebb2b;
	font-weight: 600;
}
.md-breadcrumbs-pages a:hover{
	color: #fff;
}
.md-breadcrumbs-pages p {
	font-size: 15px;
	letter-spacing: 0px;
	color: #fff;
	font-weight: 600;
}
.md-inner-img-hero h1{
	font-size: 45px;
	letter-spacing: 0px;
	color: #ffffff;
	font-weight: 500;
	margin: 0px;
	position: relative;
}
.subtitle-hero-inner p {
	font-size: 19px;
	letter-spacing: 0px;
	line-height: 33px;
	color: #ffffff;
	font-weight: 400;
	margin-left: 15%;
	margin-right: 15%;
	margin-bottom: 0px;
	margin-top: 20px;
}

/*** INNER HERO FORM ***/
.md-hero-inner-wrap .md-form-input {
	width: 25%!important;
	margin-bottom: 0px!important;
	padding-left: 0!important;
	padding-right: 15px!important;
}
.md-hero-inner-wrap .second-step-form-holder .md-form-input {
	width: 20%!important;
	margin-bottom: 0px!important;
	padding-left: 0!important;
	padding-right: 15px!important;
}
.md-hero-inner-wrap input.wpcf7-form-control.has-spinner.wpcf7-submit {
	font-size: 22px;
	letter-spacing: 0px;
	color: #ffffff;
	font-weight: 600;
	margin: 0px;
	width: 99%!important;
	margin-top: 10px;
	padding: 9px 0px;
	border-radius: 0px;
	background: #9ebb2b;
	border: 0px;
	font-family: 'Montserrat', sans-serif;
}
.md-hero-inner-wrap button.cf7mls_next.cf7mls_btn.action-button  {
	font-size: 22px;
	letter-spacing: 0px;
	color: #ffffff;
	font-weight: 600;
	margin: 0px;
	width: 25%!important;
	padding: 9px 0px;
	border-radius: 0px;
	background: #9ebb2b;
	border: 0px;
	font-family: 'Montserrat', sans-serif;
}
.md-hero-inner-wrap button.cf7mls_next.cf7mls_btn.action-button:hover, .md-hero-inner-wrap input.wpcf7-form-control.wpcf7-submit:hover {
	background: #8aaa0d;
	transition:all 0.5s ease-in-out;
	opacity: 1;
}
.md-hero-inner-wrap {
	float: left;
	width: 100%;
	margin-bottom: 0px;
	position: relative;
	top: -71px;
	background: #fff;
	filter: drop-shadow(17.854px 34.527px 17.5px rgba(204,204,204,0.32));
	border: 1px solid #b9c1c9;
}
.hero-form-wrap {
	background: #fff;
	text-align: center;
	padding: 20px 0px;
	border-bottom: 1px solid #b9c1c9;
}

.md-hero-inner-wrap .second-step-form-holder .md-form-input-textarea {
	width: 100%!important;
	padding-right: 15px;
}
.md-form-input-textarea textarea {
	float: left;
	width: 100%;
	padding: 10px 0 10px 10px!important;
	border-radius: 0;
	border: 1px solid #bcc6d0;
	background: #eef1f5;
	font-size: 16px;
	height: 50px;
	font-family: 'Montserrat', sans-serif;
	margin-top: 10px;
}

/* GRAVITY FORM */
.form-holder-hero-md.inner-gravity-form {
	padding: 10px 0;
}
.inner-gravity-form #gform_page_3_1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.inner-gravity-form .gform_page_fields {
	width: 100%;
}
.inner-gravity-form .gform_wrapper.gravity-theme .gform_fields {
	display: flex;
}
.inner-gravity-form .gform_wrapper.gravity-theme .gfield.gfield--width-full,
.inner-gravity-form .gform_wrapper.gravity-theme .gfield {
	width: 32%;
}
.inner-gravity-form .gform_wrapper.gravity-theme .gform_page_footer {
	width: 25%;
	margin: 0;
}
.inner-gravity-form .gform_page_fields {
	width: 73%;
}
.form-holder-hero-md.inner-gravity-form .gform_wrapper.gravity-theme .gform_page_footer input {
	height: 50px;
	padding: 9px 0;
}
.form-holder-hero-md.inner-gravity-form div#gform_page_3_2 {
	padding-top: 15px;
}
.form-holder-hero-md.inner-gravity-form div#gform_page_3_2 .gform_page_fields {
	width: 100%;
}
.form-holder-hero-md.inner-gravity-form div#gform_page_3_2 .gform_page_fields div#gform_fields_3_2 {
	flex-wrap: wrap;
	justify-content: space-between;
}
.form-holder-hero-md.inner-gravity-form div#gform_page_3_2 .gfield {
	width: 18%;
}
.form-holder-hero-md.inner-gravity-form .gform_wrapper.gravity-theme .gform_page_footer input + input {
	margin-bottom: 15px !important;
}
.form-holder-hero-md.inner-gravity-form div#gform_page_3_2 div#field_3_28,
.form-holder-hero-md.inner-gravity-form div#gform_page_3_2 .gform_page_footer {
	width: 100%;
}

/*** INNER PAGE ***/
.all-page-wrap {
	float: left;
	width: 100%;
	padding-bottom: 100px;
}
.beltway-video, .all-page-wrap section.testimonials-section {
	float: left;
	width: 100%;
	padding-top: 80px;
	margin-top: 80px;
	border-top: 1px solid #cccccc;
}
.all-page-wrap section.testimonials-section {
	padding-bottom: 0px;
}
.beltway-video iframe {
	width: 950px;
	height: 415px;
}
.entry-page h2 {
	font-size: 32px;
	letter-spacing: 0px;
	line-height: 45px;
	color: #0a457f;
	font-weight: 500;
	margin-top: 50px;
	margin-bottom: 20px;
}
.entry-page h3 {
	font-size: 28px;
	letter-spacing: 0px;
	line-height: 40px;
	color: #0a457f;
	font-weight: 500;
	margin-top: 45px;
	margin-bottom: 20px;
}
.entry-page a {
	color: #517bc7;
}
.entry-page a:hover {
	color: #0a457f;
}
.entry-page p {
	font-size: 17px;
	letter-spacing: 0px;
	line-height: 30px;
	color: #313233;
	font-weight: 400;
}
.entry-page ul, .entry-page ol {
	padding: 50px 70px;
	background: #f5f5f6;
	margin: 30px 0;
}
.entry-page li {
	font-size: 17px;
	letter-spacing: 0px;
	line-height: 30px;
	color: #313233;
	font-weight: 400;
	margin-bottom: 7px;
}
.page-content, .entry-content, .entry-summary {
	margin: 0;
}

/*** PAGINATION ***/
.md-pagination-holder {
	float: left;
	width: 100%;
	padding: 30px 0;
}
a.page-numbers {
	background: #fff;
	padding: 10px 14px;
	color: #0a457f;
	font-size: 16px;
	border: 1px solid #0a457f;
	margin-bottom: 10px;
	display: inline-flex;
	line-height: 20px;
}
a.page-numbers:hover {
	color: #fff;
	background: #0a457f;
}
span.page-numbers.current {
	background: #0a457f;
	padding: 10px 14px;
	color: #fff;
	font-size: 16px;
	border: 1px solid #0a457f;
}

/*** INNER PAGE SIDEBAR ***/
.md-sidebar-inner h3 {
	font-size: 20px;
	letter-spacing: 0px;
	color: #ffffff;
	font-weight: 400;
	background: #0a457f;
	padding: 10px 0px 10px 15px;
	margin-top: 0px;
	margin-bottom: 25px;
}
.md-sidebar-inner a {
	font-size: 15px;
	letter-spacing: 1px;
	color: #6c7681;
	font-weight: 400;
}
.md-sidebar-menu a {
	text-transform: uppercase;
}
.md-sidebar-inner a:hover {
	color: #0a457f;
}
.md-sidebar-inner ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.sidebar-review, .md-blog-side-categories {
	margin-top: 30px;
}
.under-hero-icons {
	float: left;
	width: 100%;
	display: flex;
	margin-top: 30px;
}
.under-hero-icons img.under-hero-badge.under-hero-badge1 {
	width: 175px;
}
a.jobs-btn {
	font-size: 15px;
	letter-spacing: 0px;
	color: #ffffff;
	font-weight: 600;
	background: #0a457f;
	padding: 12px 20px;
}
a.jobs-btn:hover {
	background: #517bc7;
	color: #fff;
}
.recent-post-md li, .archive-sidebar-md li, .categories-sidebar-md li, .md-sidebar-inner li{
	position: relative;
	margin-left: 15px;
	text-transform: uppercase;
	margin-bottom: 7px;
}
.recent-post-md li:before, .archive-sidebar-md li:before, .categories-sidebar-md li:before, .md-sidebar-inner li:before{
	content: '\f111';
	font-family: FontAwesome;
	color: #0a457f;
	position: absolute;
	left: -15px;
	margin-top: 5px;
	top: 0;
	font-size: 8px;
}

/*** Careers FORM ***/
.abmd-imput-text span.wpcf7-form-control-wrap {
	width: 100%;
}
.abmd-imput-text input, .abmd-imput-text select, .abmd-imput-text textarea {
	float: left;
	width: 100%;
	padding: 10px 0 10px 10px!important;
	margin-bottom: 15px;
	border-radius: 0;
	border: 1px solid #bcc6d0;
	background: #eef1f5;
	font-size: 16px;
	height: 50px;
	font-family: 'Montserrat', sans-serif;
} 
.careers-form-all-holder {
	float: left;
	width: 100%;
}
.careers-form-all-holder label {
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}
.careers-form-all-holder h4 {
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
}
.careers-form-all-holder input.wpcf7-text::placeholder, .careers-form-all-holder textarea.wpcf7-textarea::placeholder, .careers-form-all-holder select.wpcf7-form-control.wpcf7-select::placeholder{
	font-size: 16px;
	letter-spacing: 0px;
	color: #595f6a;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}
.entry-page .careers-form-all-holder h3 {
	font-size: 25px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0px;
	line-height: 36px;
	color: #0a457f;
	font-weight: 500;
	margin-top: 25px;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}
.careers-in-form input.wpcf7-submit {
	font-size: 22px;
	letter-spacing: 0px;
	color: #ffffff;
	font-weight: 600;
	margin: 0px;
	width: 100%;
	padding: 9px 0px;
	border-radius: 0px;
	background: #9ebb2b;
	border: 0px;
	height: 50px;
}
a.rights-careers {
	font-size: 15px;
	letter-spacing: 0px;
	line-height: 32px;
	color: #ffffff;
	font-weight: 600;
	background: #0a457f;
	padding: 10px 20px;
}
.careers-btn-holder {
	float: left;
	width: 100%;
	margin: 40px 0px;
}
.entry-page .careers-btn-holder a:hover {
	background: #517bc7;
	color: #fff;
}
/* span.wpcf7-form-control-wrap.file-306 {
display: inline-block;
position: relative;
width: 120px;
height: 40px;
border-radius: 5px;
border: solid 1px #0a457f;
background: #0a457f;        
color: #FFF;
overflow:hidden;
margin-bottom: 40px;
} */
/* Made input big and move it left and top inside wrapper to hide actual control but leave input clickable */
/* input.wpcf7-form-control.wpcf7-file {
position: absolute;
width: 1500px;
height: 1000px;
right: 0;
bottom: 0;        
outline: none !important;
} */
/* Add button text */
/* .wpcf7-file:before {
content: "Upload File";
display: block;
width: 120px;
height: 40px;
line-height: 40px;
text-align: center;
position: absolute;
right: 0;
bottom: 0;
color: #FFF;
font-size: 16px;
} */

/* Gravity Career Form */
.careers-in-form p.gform_required_legend, 
.careers-in-form .gform_wrapper.gravity-theme .gfield_label {
	display: none;
}
.careers-in-form .gform_wrapper.gravity-theme .gfield input.large,
.careers-in-form  .gform_wrapper.gravity-theme .gfield textarea.small {
	    width: 100%;
    padding: 10px 0 10px 10px;
    border: 1px solid #bcc6d0;
    background: #eef1f5;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}
.entry-page .careers-in-form h3 {
	margin-bottom: 0;
}
.careers-in-form .gform_wrapper.gravity-theme .radio-wrapper .gfield_label {
    font-weight: 400;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	color: #313233;
}
.careers-in-form .gfield_radio .gchoice {
    display: flex;
    margin-bottom: 8px;
}
.careers-in-form .gform_wrapper.gravity-theme .gfield-choice-input {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
.careers-in-form .gform_wrapper.gravity-theme .gfield-choice-input+label {
	line-height: 25px;
}
.careers-in-form .gform_wrapper.gravity-theme .top_label .gsection_description {
    font-family: 'Montserrat', sans-serif;
    color: #313233;
}
.careers-in-form h4 {
	margin-bottom: 0;
	color: #0a457f;
}
.careers-in-form a.rights-careers:hover {
	    background: #517bc7;
    color: #fff;
}
.careers-in-form .gform_wrapper.gravity-theme #field_6_53,
.careers-in-form .gform_wrapper.gravity-theme #field_6_54 {
    grid-column: span 12;
    display: flex;
    align-items: center;
}
.careers-in-form .gform_wrapper.gravity-theme .ginput_container.ginput_container_fileupload input.large {
    padding: 0;
    border: none;
    background: transparent;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
} 
.careers-in-form .gform_wrapper.gravity-theme .gform_footer input {
	    font-size: 22px;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: 600;
    margin: 0px;
    width: 100%;
    padding: 9px 0px;
    border-radius: 0px;
    background: #9ebb2b;
    border: 0px;
    height: 50px;
	line-height: unset !important;
}
.careers-in-form .gform_wrapper.gravity-theme .gform_footer input:hover {
	    opacity: 0.8;
}





/* SITEMAP / THANK YOU */
.page-id-248 .entry-page ul, .page-id-248 .entry-page ol {
	padding: 0px;
	background: unset;
	margin: 0px;
}
.inner-content-thank-you {
	float: left;
	width: 100%;
	text-align: center;
	padding: 60px 0px;
}
.page-template-page-thank-you .entry-page p {
	font-size: 20px;
	letter-spacing: 0px;
	line-height: 30px;
	color: #313233;
	font-weight: 400;
	margin-bottom: 0px;
}

/*** 404 ***/
section.error-404.not-found {
	float: left;
	width: 100%;
}
.widget.widget_recent_entries ul, .widget.widget_categories ul{
	margin: 0;
	padding: 0px 20px;
}
.widget.widget_recent_entries li, .widget.widget_categories li {
	margin-bottom: 10px;
}
.widget.widget_recent_entries a, .widget.widget_categories a {
	font-size: 18px;
	color: #797979;
	font-weight: 600;
}
.widget.widget_recent_entries a:hover, .widget.widget_categories a:hover {
	color: #00403e;
}
.content-md-404 {
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
	background-color: #eaeaea;
}
.holder-404 {
	float: left;
	width: 100%;
	padding-top: 30px;
}
.content-md-404 h1 {
	font-size: 38px;
	color: #0a457f;
}
h2.widgettitle {
	font-size: 40px;
	color: #0a457f;
}
.content-md-404 p {
	font-size: 18px;
}
.md-btn-org a {
	padding: 15px 35px;
	background: #0a457f;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}
.md-btn-org a:hover {
	background-color: #517bc7;
	color: #fff;
}
.md-btn-org {
	float: left;
	width: 100%;
	margin: 30px 0px;
}
.back-button404 p {
	font-size: 18px;
}
.md--reviews-pagination {
	float: left;
	width: 100%;
	margin: 40px 0px;
}

/*** CONTACT PAGE ***/
.page-id-112 .all-page-wrap {
	float: left;
	width: 100%;
	padding-bottom: 0px;
	padding-top: 80px;
}
.contact-page-wrap h4 {
	font-size: 22px;
	letter-spacing: 0px;
	line-height: 37px;
	color: #131313;
	font-weight: 600;
	margin-top: 0px;
}
.contact-page-wrap h5 {
	font-size: 17px;
	letter-spacing: 0px;
	line-height: 30px;
	color: #131313;
	font-weight: 600;
}
.contact-page-wrap {
	float: left;
	width: 100%;
}
.contact-details a.footer-btn-email {
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 24px;
	color: #131313;
	font-weight: 400;
}
.contact-details a.footer-btn-email:hover {
	color: #0a457f;
}
.contact-details p {
	font-size: 15px;
	letter-spacing: 0px;
	line-height: 27px;
	color: #131313;
	font-weight: 400;
	margin-bottom: 0px;
}
.contact-details .email-holder {
	margin-top: 25px;
	margin-bottom: 25px;
}
p.sunday-contatc {
	font-weight: 600;
}
.contact-form-holder-page .form-inner-holder-page .inputs-md-cf .wpcf7-text, .contact-form-holder-page .form-inner-holder-page .inputs-md-cf .wpcf7-textarea {
	background: #eef1f5;
	border: 1px solid #ccc;
}
.contact-form-holder-page .form-inner-holder-page input.wpcf7-text::placeholder, .contact-form-holder-page .form-inner-holder-page .wpcf7-textarea::placeholder {
	font-size: 16px;
	letter-spacing: 0px;
	color: #595f6a;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}
.contact-form-holder-page .form-inner-holder-page input.wpcf7-form-control.wpcf7-submit {
	float: left;
}

/*** CONTACT PAGE ***/
.md-blog-posts-side .blog-post-container {
	margin-bottom: 40px;
}
.all-categoriesholder {
	float: left;
	width: 100%;
}
.page-template-blog-php .md-blog-posts-side .blog-post-container {
	height: 550px;
}

/*** SERVICES PAGE ***/
.md-inner-content .md-box1, .md-inner-content .md-box2 {
	margin-bottom: 60px;
}
.md-inner-content .md-services .md-box p {
	margin-left: 15%;
	margin-right: 15%;
}
.md-inner-content section.md-services {
	margin-bottom: 50px;
}


.page-id-182 img.alignnone {
	object-fit: cover;
	width: 352px;
	height: 352px;
}
.belt-about-video {
	margin-top: 20px;
}

/* Gravity Inner Contact Form */
.contact-form-inner-holder p.gform_required_legend,
.contact-form-inner-holder .gform_wrapper.gravity-theme .gfield_label {
	display: none;
}
.contact-form-inner-holder .gform_wrapper.gravity-theme .gfield input.large, 
.contact-form-inner-holder .gform_wrapper.gravity-theme .gfield textarea.small {
	width: 100%;
	color: #2d2d2d;
	background: #eef1f5;
	border: 1px solid #ccc;
	padding: 15px;
	font-size: 16px;
	border-radius: 0;
}
.contact-form-inner-holder .gform_wrapper.gravity-theme .gform_footer input {
	margin-bottom: 8px;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	background: #a9c343;
	padding: 15px 35px;
	border: 2px solid #a9c343;
	border-radius: 0;
	width: 165px;
	height: 58px;
	font-family: 'Montserrat', sans-serif;
	line-height: unset !important;
}
.contact-form-inner-holder .gform_wrapper.gravity-theme .gform_footer input:hover {
	    background: #8aaa0d;
    transition: all 0.5s ease-in-out;
    opacity: 1;
}

/* TEAM */
.md-team-box {
    background: #F4F4F4;
    text-align: center;
	padding-bottom:10px;
	height: 100%;
	max-width: 370px;
	margin: 0 auto;
}

.md-team-holder {
    margin-bottom: 30px;
}
h3.md-team-name {
    font-family: Inter,sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: center;
    color: #020202;
}
p.md-team-position {
    font-family: Inter,sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #0A457F;
	padding: 0 10px;
}
h2.md-team-title {
    font-family: Inter,sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
    color: #020202;
}
.md-team-all-holder {
    float: left;
    width: 100%;
    margin-top: 60px;
	display: flex;
    flex-wrap: wrap;
}






@media screen and (max-width:1450px){
	.md-inner-img-hero h1 {
		font-size: 42px;
	}
	.subtitle-hero-inner p {
		font-size: 18px;
		line-height: 31px; 
	}
}

@media screen and (max-width:1300px){
	.md-inner-img-hero h1 {
		font-size: 40px; 
	}
	.md-inner-img-hero {
		padding-top: 80px;
		padding-bottom: 100px;
	}
	.md-hero-inner-wrap .fieldset-cf7mls-wrapper {
		position: relative;
		padding: 0;
		overflow: hidden;
		margin: 0;
	}
}

@media screen and (max-width:1200px){
	a.rights-careers {
		width: 100%;
		float: left;
		text-align: center;
	}
	.subtitle-hero-inner p {
		font-size: 16px;
		line-height: 27px;
		margin-left: 10%;
		margin-right: 10%;
	}
	.md-inner-img-hero h1 {
		font-size: 38px; 
	}
	.md-sidebar-inner .under-hero-icons img {
		width: 100px;
	}
	.entry-page h2 {
		font-size: 30px; 
	}
	section.md-services {
		padding: 80px 0px 100px;
	}
}

@media screen and (max-width:991px){
	.subtitle-hero-inner p {
		margin-left: 5%;
		margin-right: 5%;
	}
	.md-inner-img-hero h1 {
		font-size: 36px; 
	}
	.md-inner-img-hero a.covid-btn {
		padding: 10px 15px;
	}
	.md-hero-inner-wrap {
		margin-bottom: -15px;
	}
	.all-page-wrap .testimonial-box {
		padding: 0px!important;
		margin-bottom: 20px;
	}
	.all-page-wrap .testimonial-box p {
		margin-bottom: 12px;
	}
	.md-sidebar-inner, .md-inner-content {
		padding: 0px!important;
	}
	.md-sidebar-inner {
		margin-top: 50px;
	}
	.entry-page h2 {
		font-size: 28px; 
	}
	.entry-page h3 {
		font-size: 26px; 
	}
	.entry-page p {
		font-size: 16px;
		line-height: 27px;
	}
	.page-id-112 .all-page-wrap {
		padding-top: 60px;
	}
	.contact-page-wrap h4 {
		font-size: 20px;
		line-height: 30px; 
	}
	.contact-page-wrap h5 {
		font-size: 16px;
	}
	.contact-details {
		padding: 0px!important;
		margin-bottom: 50px;
	}
	.contact-form-holder-page {
		padding: 0px!important;
	}
	.abmd-imput-text {
		padding: 0px!important;
	}
	.entry-page ul, .entry-page ol {
		padding: 40px 60px; 
	}
	.entry-page li {
		font-size: 16px;
		line-height: 28px; 
		margin-bottom: 10px;
	}
	.md-inner-content .md-services .md-box p {
		margin-left: 20%;
		margin-right: 20%;
	}
	.page-id-182 img.alignnone {
		object-fit: cover;
		width: 330px;
		height: 270px;
	}
	.page-template-blog-php .md-blog-posts-side .blog-post-container {
		height: 530px;
	}
}

@media screen and (max-width:769px){
	.entry-page h3 {
		margin-top: 40px;
		margin-bottom: 15px;
		line-height: 33px;
	}
	.entry-page h2 {
		margin-top: 45px;
		margin-bottom: 15px;
		line-height: 33px;
	}
	.all-page-wrap {
		padding-bottom: 80px;
	}
}

@media screen and (max-width:767px){
	.blog-post-container {
		padding: 0px!important;
		margin-bottom: 50px;
	}
	.page-template-blog-php .md-blog-posts-side .blog-post-container {
		height: unset;
	}
	.inner-gravity-form #gform_page_3_1 {
		flex-direction: column;
	}
	.inner-gravity-form .gform_page_fields {
		width: 100%;
	}
	.inner-gravity-form .gform_wrapper.gravity-theme .gform_fields {
		flex-direction: column;
	}
	.inner-gravity-form .gform_wrapper.gravity-theme .gfield.gfield--width-full, .inner-gravity-form .gform_wrapper.gravity-theme .gfield,
	.form-holder-hero-md.inner-gravity-form div#gform_page_3_2 .gfield {
		width: 100%;
	}
	.inner-gravity-form .gform_wrapper.gravity-theme .gform_page_footer {
		width: 100%;
		margin-bottom: 10px;
	}
	.form-holder-hero-md.inner-gravity-form .gform_wrapper.gravity-theme .gform_page_footer input + input {
		margin-bottom: 30px !important;
	}
	.md-hero-inner-wrap .form-holder-hero-md {
		padding: 30px 0px 0;
	}.form-holder-hero-md.inner-gravity-form div#gform_page_3_2 {
		padding-top: 0px;
	}
}
@media screen and (max-width:700px){
	.md-hero-inner-wrap .md-form-input, .md-hero-inner-wrap .second-step-form-holder .md-form-input {
		width: 100%!important;
		padding-right: 0px!important;
	}
	.md-hero-inner-wrap .second-step-form-holder .md-form-input-textarea {
		padding-right: 0px;
	}
	.md-form-input-textarea textarea {
		margin-top: 0px;
		margin-bottom: 10px;
	}
	.md-hero-inner-wrap button.cf7mls_next.cf7mls_btn.action-button, .md-hero-inner-wrap input.wpcf7-form-control.has-spinner.wpcf7-submit {
		width: 100%!important;
	}
	.md-hero-inner-wrap input.wpcf7-form-control.has-spinner.wpcf7-submit {
		margin-top: 0px;
	}
	.md-hero-inner-wrap .md-form-input input, .md-hero-inner-wrap .md-form-input select{
		margin-bottom: 15px;
	}
	.md-inner-img-hero {
		padding-top: 65px;
	}
	.md-inner-img-hero h1 {
		font-size: 34px;
	}
	.subtitle-hero-inner p {
		margin-left: 0%;
		margin-right: 0%;
	}
	.md-breadcrumbs-pages p {
		margin-bottom: 0px;
	}
	.md-inner-content .md-services .md-box p {
		margin-left: 15%;
		margin-right: 15%;
	}
	.page-id-182 img.alignnone {
		object-fit: cover;
		width: 330px;
		height: 270px;
	}
	.page-id-182 img.alignnone {
		object-fit: contain;
		width: 400px;
		height: unset;
	}
	h4.md-blogtitle {
		font-size: 16px;
		line-height: 26px;
	}
}

@media screen and (max-width:650px){
	.md-inner-img-hero a.covid-btn {
		display: inline-flex;
		line-height: 21px;
	}
}

@media screen and (max-width:420px){
	.md-inner-img-hero h1 {
		font-size: 32px;
	}
	.entry-page h2 {
		font-size: 27px;
		margin-top: 40px;
		margin-bottom: 10px;
	}
	.entry-page h3 {
		margin-top: 35px;
		margin-bottom: 10px;
		font-size: 25px;
	}
	.md-sidebar-inner {
		margin-top: 40px;
	}
	.beltway-video, .all-page-wrap section.testimonials-section {
		padding-top: 50px;
		margin-top: 50px;
	}
	.all-page-wrap {
		padding-bottom: 50px;
	}
	.md-sidebar-inner a {
		font-size: 16px;
	}
	.entry-page ul, .entry-page ol {
		padding: 35px 40px;
		margin: 30px 0;
	}
	.md-inner-content .md-services .md-box p {
		margin-left: 8%;
		margin-right: 8%;
	}
	.page-id-182 img.alignnone {
		width: 300px;
	}
}

@media screen and (max-width:330px){
	.md-inner-content .md-services .md-box p {
		margin-left: 2%;
		margin-right: 2%;
	}
}
.page-id-112 .form-inner-holder-page .inputs-md-cf input, .page-id-112 .form-inner-holder-page .inputs-md-cf textarea {
	color: #2d2d2d;
}

/* NEW CSS - Banner */
.md-concierge-banner {
	background-color:#f4f4f4;
	margin: 40px 0;
}
.md-concierge-banner-holder {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 70px 40px;
	text-align: center;
	border-top: 4px solid #013567;
}
img.md-concierge-image {
	max-width: 255px;
}
p.md-concierge-text {
	color: #0f437c;
	font-size: 24px;
	font-weight: 600;
	padding: 30px 0;
	line-height: 40px;
	margin:0!important;
}
a.md-concierge-link {
	width: 170px;
	height: 55px;
	background: #9ebb2b;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-weight: 600;
	font-size: 17px;
}
a.md-concierge-link:hover {
	background:#a5c232;
	color:#FFF;
}
.md-concierge-image.napo-logo {
	max-width: 90px;
}
.md-concierge-image.nasm-logo {
	max-width: 155px;
}
p.md-certified {
	margin-bottom:0;
	color:#000;
}
.md-logo-holder {
	display: grid;
	gap: 20px;
	white-space: nowrap;
	justify-items: center;
	align-items: center;
	grid-template-columns: repeat(4,1fr);
}
@media all and (max-width:1199px) and (min-width:992px) {
	p.md-certified,
	.md-concierge-image.potomac-logo{
		grid-column:span 4;
	}
	.md-concierge-image.napo-logo,
	.md-concierge-image.nasm-logo {
		grid-column:span 2;
	}
}
@media all and (max-width:991px) {
	.md-logo-holder {
		gap:15px;
	}
}
@media all and (max-width:768px) {
	p.md-certified,
	.md-concierge-image.potomac-logo{
		grid-column:span 4;
	}
	.md-concierge-image.napo-logo,
	.md-concierge-image.nasm-logo {
		grid-column:span 2;
		margin-left: -30px;
	}
}
@media all and (max-width:600px) {
	.md-concierge-banner-holder {
		padding: 70px 20px;
	}
	p.md-concierge-text {
		font-size:20px;
		line-height:32px;
	}
}
.section-container-categories {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.section-container-categories nav.navigation.posts-navigation {
    float: left;
    width: 100%;
}
nav.navigation.posts-navigation a {
    font-size: 16px;
    letter-spacing: 0;
    color: #023466;
    font-weight: 600;
    padding: 10px 30px;
}

/* FILE CLAIM FORM */
.form-holder {
    background: #fff;
	width: 400px;
    float: right;
	    z-index: 2;
    position: relative;
}
.form-holder h3 {
	font-weight: 400;
	font-size: 24px;
	line-height: 40px;
	padding: 17px 0;
	letter-spacing: -1%;
    margin: 0;
}
.form-holder h3 span {
	font-weight: 700;
	color: #0A457F;
}
.gform_required_legend {
    display: none;
}
.md-form .gform_wrapper.gravity-theme .gfield_required {
	color: #0a457f;
}
.form-holder .gform-body.gform_body {
	position: relative;
	padding: 35px 35px 0;
	border-top:1px solid #ccc;
}
.form-holder .gform-body.gform_body::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #0a457f;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
}
.md-form .gform_wrapper.gravity-theme .gfield_label {
	font-weight: 700;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #0a457f;
	font-family: 'Montserrat', sans-serif;
	text-transform: capitalize;

}
.form-holder .gform_wrapper.gravity-theme .gform_footer button, 
.form-holder .gform_wrapper.gravity-theme .gform_footer input, 
.form-holder .gform_wrapper.gravity-theme .gform_page_footer button, 
.form-holder .gform_wrapper.gravity-theme .gform_page_footer input {
	color: #fff;
	background: #0a457f;
	moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;	
	border: 1px solid #0a457f;	
	text-transform: uppercase;
	margin: 0 0 43px;
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
	height: 57px;
	letter-spacing: 0.01em;
	font-family: Montserrat, sans-serif;
}
.form-holder .gform_wrapper.gravity-theme .gform_footer button:hover, 
.form-holder .gform_wrapper.gravity-theme .gform_footer input:hover, 
.form-holder .gform_wrapper.gravity-theme .gform_page_footer button:hover, 
.form-holder .gform_wrapper.gravity-theme .gform_page_footer input:hover {
	background: #0a457f;
	border: 1px solid #0a457f;	
	color: #fff;
}
.md-form .gform_wrapper.gravity-theme .gfield input, 
.md-form .gform_wrapper.gravity-theme .gfield select,
.md-form .gform_wrapper.gravity-theme .gfield textarea {
	background-color: #fafafa;
	border: 1px solid #E6E6E6;
	width: 100%;
	height: 49px;
	padding-left: 20px;
	font-family: 'Montserrat', sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.md-form .gform_wrapper.gravity-theme .gfield.gfield--type-fileupload input {
	padding: 10px;
}
#field_9_32 .gfield_label.gform-field-label,
#field_9_33 .gfield_label.gform-field-label{
  max-width: 25ch;
}
.form-holder .gform_wrapper.gravity-theme .gform_previous_button.button {
	display: none;
}
.form-holder .gform_wrapper.gravity-theme .gfield_description {
    float: left;
}
.form-holder .gform_description {
	margin: 0;
}
.form-holder .gform_wrapper.gravity-theme .gform_validation_errors {
	padding: 10px;
	margin: 0px auto 8px;
	text-align: center;
	width: 94%;
}
.form-holder .gform_wrapper.gravity-theme .gfield_validation_message, 
.form-holder .gform_wrapper.gravity-theme .validation_message {
	background: #fff;
	border: none;
	margin-top: 5px;
	padding: 0;
}
.claim-file-form-holder.md-form .gform_wrapper.gravity-theme .gfield_label {
	letter-spacing: 0;
}
.claim-file-form-holder .gform_wrapper.gravity-theme .gsection {
	padding:0;
	border:unset;
}
.claim-file-form-holder .gsection_title {
  border-top: 1px solid #ccc;
  margin: 24px 0 0 !important;
  padding: 27px 0 0;
}
.claim-file-form-holder .gform_wrapper.gravity-theme .gform_footer input {
	text-transform: uppercase;
	height: 53px;
	text-align: center;
	width: 205px;
	transition: all 0.5s ease;
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 32px;
	color: #f5f7f9;
	font-weight: 600;
	border: 2px solid #023466;
	background-color: #023466;
}
.claim-file-form-holder .gform_wrapper.gravity-theme .gform_footer input:hover {
	color: #fff;
    background: #0a457f;
}

/* NEW CSS */
/* FIX */
.md-hero-content-form.md-inner-sidebar-form-decoration *>:first-child {
  margin-top: 0!important;
}
.single-post .beltway-video {
	padding-bottom:80px;
}
/* Banner */
.md-your-move-banner {
  background: #0A457F;
  padding: 40px 30px 40px;
  margin: 60px 0 40px;
}
h3.md-your-move-h3 {
  font-size: 25.9px;
  font-weight: 500;
  line-height: 46px;
  text-align: left;
  padding: 0;
  margin: 0;
}
.md-your-move-p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #B8CBDE;
  margin: 10px 0 40px;
}
a.md-your-move-a {
  background: #9EBB2B;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 47px;
  color: #FFF;
  font-weight: 600;
  font-size: 17px;
	max-width:243px;
	transition:0.3s;
}
a.md-your-move-a:hover,
a.md-aproved-cta:hover{
	background:#8aaa0d;
	color: #FFF;
}
a.md-aproved-cta {
  background: #9EBB2B;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 255px;
  height: 60px;
  margin: 40px 0;
  color: #FFF;
  font-weight: 600;
  font-size: 17px;
  transition: 0.3s;
  padding: 0 10px;
}
/* SERVICE */
.md-inner-services-shortcode-holder {
  margin: 40px 0;
}
.md-inner-services-shortcode-holder .md-box-card {
	justify-content:unset;
}
h3.md-service-inner-card-h3 {
  font-size: 26.4px;
  font-weight: 500;
  line-height: 27.5px;
  text-align: left;
  margin: 20px 0 10px;
	text-align:center;
}
p.md-service-inner-card-p {
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  margin-bottom: 25px;
}
a.services-link {
  border: 2px solid #0A457F;
  width: 170px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16.9px;
  font-weight: 600;
  color: #0A457F;
	transition:0.3s;
}
a.services-link:hover {
	background:#0A457F;
	color:#FFF;
}
/* Move now banner */
.md-move-now-holder {
  background: #0A457F;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
	margin-bottom:40px;
}
p.md-move-now-p {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  color: #FFF;
  max-width: 33ch;
}
a.md-nove-now-a {
  background: #517BC7;
  border: 2px solid #FFF;
  min-width: 150px;
  height: 47px;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16.9px;
  font-weight: 600;
	transition:0.3s;
}
a.md-nove-now-a:hover {
	color:#517BC7;
	background:#FFF;
}
/* Why choose us  */
.wcu-list-p::before {
  content: url(/wp-content/uploads/2024/09/image.png);
  position: absolute;
	left:0;
}
.md-why-us-holder {
  background: #0A457F;
  padding: 50px 40px 50px 60px;
  margin: 40px 0;
}
h3.wcu-inner-h3 {
  font-size: 33.6px;
  font-weight: 500;
  line-height: 45px;
  color: #FFF;
  margin: 0 0 30px;
}
p.wcu-list-p {
  font-size: 19px;
  font-weight: 500;
  line-height: 25.71px;
  text-align: left;
  color: #B8CBDE;
  margin-bottom: 20px;
  padding-left: 40px;
	position:relative;
}
/* testimonial code */
.md-testimonial-shortcode-holder {
  background: #F5F5F6;
  display: flex;
  flex-direction: column;
  padding: 30px 15px 0;
  flex-wrap: wrap;
	margin: 40px 0;
}
h2.md-review-shortcode-h2 {
  font-size: 37.1px;
  font-weight: 500;
  line-height: 58px;
  margin: 0 0 25px;
}
p.md-review-shortcode-p {
  font-size: 23.2px;
  font-weight: 500;
  line-height: 32px;
  color: #0A457F;
  max-width: 27ch;
  text-align: center;
  margin: 0 auto 50px;
}
.md-testimonial-shortcode-holder .testimonial-box p {
	height: 181px;
	overflow-y: auto;
	padding-right: 10px;
}
.md-testimonial-shortcode-holder .testimonial-box p::scrollbar {
	width: 4px;
	border-radius: 10px;
	background-color: #FFF;
}

.md-testimonial-shortcode-holder .testimonial-box p::-webkit-scrollbar {
	width: 4px;
	border-radius: 10px;
	background-color: #FFF;
}
/* Location banner */
.md-location-holder-inner-banner {
  background: #F5F5F6;
  padding: 45px 50px;
	margin:40px 0;
}
.location-main.md-location-inner-h2 {
  font-size: 33px;
  font-weight: 500;
  line-height: 32px;
  color: #0A457F;
}
.md-location-holder-inner-banner .location-main-holder {
  margin-bottom: 35px;
}
a.location-single {
	font-size: 15px;
	font-weight: 400;
	line-height: 21.43px;
	letter-spacing: 1px;
	color: #6C7681;
	padding-right: 30px;
}
a.md-inner-availability {
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 47px;
  max-width: 308px;
  margin: 30px 0 0;
  border: 2px solid #023466;
  font-size: 16.9px;
  font-weight: 600;
  line-height: 32px;
  color: #023466;
	transition:0.3s;
}
a.md-inner-availability:hover {
	color:#fff;
	background:#023466;
}
@media all and (max-width:992px) {
	.md-inner-services-shortcode-holder .md-box-card {
		width:100%;
	}
	a.md-your-move-a {
		padding: 0 10px;
	}
	.md-your-move-banner {
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
}
@media all and (max-width:768px) {
	.panel.panel-default::after {
		max-width: 97%;
	}
	.md-move-now-holder {
		flex-direction: column;
		text-align: center;
		padding: 35px 30px;
		gap: 15px;
	}
	.md-why-us-holder {
		background: #0A457F;
		padding: 30px 15px 30px 15px;
		margin: 40px 0;
	}
	.md-location-holder-inner-banner {
		background: #F5F5F6;
		padding: 45px 15px;
		margin: 40px 0;
	}
}
@media screen and (min-width:992px){
	div#gform_page_3_1 div#field_3_2, div#gform_page_3_1 div#field_3_3, div#gform_page_3_1 div#field_3_7 {
    grid-column: span 4!important;
    width: 100%!important;
}
}

/* Home Staging and Design */
.hsd-hero {
	background-color: #F5F5F6;
}

.hsd-about {
	background-color: #F5F5F6;
	padding-top: 20px;
	padding-bottom: 60px;
}
.hsd-about-wrapper {
	display: flex;
	flex-direction: row;
	gap: 30px;
}
.hsd-about-1 {
	flex: 1 1 50%;
}
.hsd-about-1 h2 {
	color: #0A457F;
	font-weight: 500;
	font-size: 34px;
	line-height: 1.36;
	margin-top: -10px;
}
.hsd-about-1 p {
	color: #313233;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.66;
}
.hsd-about-1 .hsd-about-items {
	margin-top: 30px;
	margin-bottom: 50px;
}
.hsd-about-1 .hsd-about-item {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	margin-bottom: 8px;
}
.hsd-about-1 .hsd-about-item img {
	margin-top: 4px;
	margin-right: 10px;
}
.hsd-about-1 .hsd-about-item p {
	color: #313233;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.36;
	margin: 0;
}
.hsd-about-1 .hsd-about-logo {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
}
.hsd-about-1 .hsd-about-logo p {
	color: #0A457F;
	font-weight: 500;
	font-size: 20px;
	line-height: 1;
	margin: 0;
	margin-right: 18px;
}
.hsd-about-2 {
	flex: 1 1 50%;
}
.hsd-about-2 img {
	width: 100%;
	margin-bottom: 30px;
	height: 500px;
	object-fit: cover;
}
.hsd-about-2 .hsd-about-links {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 30px;
}
.hsd-about-2 .hsd-about-link {
	background-color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	height: 75px;
	width: 160px;
}
.hsd-about-2 .hsd-about-link p {
	color: #0A457F;
	font-weight: 500;
	font-size: 20px;
	line-height: 1;
	margin: 0;
}
@media screen and (max-width: 1450px) {
	.hsd-about h2 {
		font-size: 31px;
	}
}
@media screen and (max-width: 991px) {
	.hsd-about-wrapper {
		flex-direction: column;
	}
	.hsd-about h2 {
		font-size: 28px;
	}
	.hsd-about-1 p {
		font-size: 16px;
	}
	.hsd-stats .hsd-stats-item h3 {
		font-size: 75px;
	}
	.hsd-about-1 .hsd-about-item p {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.hsd-about h2 {
		font-size: 28px;
	}
}
@media screen and (max-width: 650px) {
	.hsd-about-2 .hsd-about-links {
		gap: 15px;
	}
	.hsd-about-2 .hsd-about-link a {
		font-size: 18px;
	}
}
@media screen and (max-width: 500px) {
	.hsd-about-2 .hsd-about-links {
		flex-wrap: wrap;
	}
	.hsd-about-2 .hsd-about-link {
		flex: 1 1 38%;
	}
	.hsd-about-2 .hsd-about-link:nth-of-type(3) {
		flex: 1 1 100%;
	}
}
.hsd-stats {
	padding-top: 90px;
	padding-bottom: 90px;
}
.hsd-stats h2 {
	color: #0A457F;
	font-weight: 500;
	font-size: 34px;
	line-height: 1.36;
	text-align: center;
	margin-top: 0;
	margin-bottom: 30px;
}
.hsd-stats .hsd-stats-items {
	display: flex;
	flex-direction: row;
	gap: 30px;
	justify-content: space-between;
}
.hsd-stats .hsd-stats-item {
	background-color: #0A457F;
	flex: 1 1 33%;
	text-align: center;
	padding: 40px 17px 38px;
}
.hsd-stats .hsd-stats-item h3 {
	color: #FFFFFF;
	font-weight: 400;
	font-size: 70px;
	line-height: 1;
	margin-top: 0;
}
.hsd-stats .hsd-stats-item p {
	color: #ffffff;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.36;
	margin: 0;
}
@media screen and (max-width: 1450px) {
	.hsd-stats h2 {
		font-size: 31px;
	}
}
@media screen and (max-width: 991px) {
	.hsd-stats {
		padding: 60px 0 60px;
	}
	.hsd-stats h2 {
		font-size: 28px;
	}
	.hsd-stats .hsd-stats-item p p {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.hsd-stats h2 {
		font-size: 28px;
	}
}
@media screen and (max-width: 650px) {
	.hsd-stats .hsd-stats-items {
		flex-direction: column;
	}
	.hsd-stats .hsd-stats-item h3 {
		font-size: 70px;
	}
}
@media screen and (max-width: 450px) {
	.hsd-stats {
		padding: 40px 0 40px;
	}
}
.hsd-video {
	background: linear-gradient(
		to bottom,
		#FFFFFF 0%,
		#FFFFFF 20%,
		#F5F5F6 20%,
		#F5F5F6 100%
	)
}
.hsd-faq .panel.panel-default:after {
	content: unset;
}
.hsd-faq p {
	color: #313233;
	font-weight: 400;
	line-height: 1.66;
}
@media screen and (max-width: 991px) {
	section.hsd-faq {
		padding: 60px 0 60px;
	}
}
@media screen and (max-width: 550px) {
	.hsd-faq h3.panel-title {
		font-size: 18px;
		line-height: 26px;
		font-weight: 600;
	}
}
@media screen and (max-width: 450px) {
	section.hsd-faq {
		padding: 40px 0 40px;
	}
}
/* Home Staging and Design */
/* Auctions */
.auction-a {
	background-color: #F5F5F6;
	padding-top: 20px;
	padding-bottom: 60px;
}
.auction-a-wrapper {
	display: flex;
	flex-direction: row;
	gap: 30px;
}
.auction-a-1 {
	flex: 1 1 55%;
}
.auction-a-1 h2 {
	color: #0A457F;
	font-weight: 500;
	font-size: 34px;
	line-height: 1.36;
	margin-top: -10px;
}
.auction-a-1 p {
	color: #313233;
	font-weight: 400;
	font-size: 18px;
}
.auction-a-2 {
	flex: 1 1 50%;
}
.auction-a-2 img {
	width: 100%;
}
@media screen and (max-width: 1450px) {
	.auction-a-1 h2 {
		font-size: 31px;
	}
}
@media screen and (max-width: 991px) {
	.auction-a {
		padding: 60px 0 60px;
	}
	.auction-a-wrapper {
		flex-direction: column;
	}
	.auction-a-1 h2 {
		font-size: 28px;
	}
	.auction-a-1 p {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.auction-a-1 h2 {
		font-size: 28px;
	}
}
@media screen and (max-width: 450px) {
	.auction-a {
		padding: 40px 0 40px;
	}
}
.auction-b {
	background-color: #FFFFFF;
	padding: 90px 0;
}
.auction-b-wrapper {
	display: flex;
	flex-direction: row;
	gap: 30px;
}
.auction-b-1 {
	flex: 1 1 55%;
}
.auction-b-1 h2 {
	color: #0A457F;
	font-weight: 500;
	font-size: 34px;
	line-height: 1.36;
	margin-top: -10px;
}
.auction-b-1 p {
	color: #313233;
	font-weight: 400;
	font-size: 18px;
}
.auction-b-1 a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	background-color: #FFFFFF;
	border: 2px solid #023466;
	color: #023466;
	font-weight: 600;
	font-size: 17px;
	line-height: 1;
	height: 47px;
	padding: 0 30px;
	margin-top: 45px;
	margin-bottom: 30px;
}
.auction-b-1 a:hover {
	background-color: #023466;
	color: #FFFFFF;
}
.auction-b-2 {
	flex: 1 1 50%;
}
.auction-b-2 .auction-b-items {
	margin-top: 0;
	margin-bottom: 50px;
}
.auction-b-2 .auction-b-item {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	margin-bottom: 8px;
}
.auction-b-2 .auction-b-item img {
	margin-top: 4px;
	margin-right: 10px;
}
.auction-b-2 .auction-b-item p {
	color: #313233;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.36;
	margin: 0;
}
@media screen and (max-width: 1450px) {
	.auction-b-1 h2 {
		font-size: 31px;
	}
}
@media screen and (max-width: 991px) {
	.auction-b {
		padding: 60px 0 60px;
	}
	.auction-b-wrapper {
		flex-direction: column;
		gap: 15px;
	}
	.auction-b-1 h2 {
		font-size: 28px;
	}
	.auction-b-1 p {
		font-size: 16px;
	}
	.auction-b-1 a {
		margin-top: 20px;
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 767px) {
	.auction-b-1 h2 {
		font-size: 28px;
	}
}
@media screen and (max-width: 450px) {
	.auction-b {
		padding: 40px 0 40px;
	}
}
.auction-c {
	background-color: #F5F5F6;
	padding: 90px 0;
}
.auction-c-wrapper {
	display: flex;
	flex-direction: row;
	gap: 30px;
}
.auction-c-1 {
	flex: 1 1 50%;
}
.auction-c-1 img {
	width: 100%;
}
.auction-c-2 {
	flex: 1 1 50%;
}
.auction-c-2 h2 {
	color: #0A457F;
	font-weight: 500;
	font-size: 34px;
	line-height: 1.36;
	margin-top: -10px;
}
.auction-c-2 p {
	color: #313233;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.66;
	margin: 0;
	margin-bottom: 10px;
}
@media screen and (max-width: 1450px) {
	.auction-c-2 h2 {
		font-size: 31px;
	}
}
@media screen and (max-width: 991px) {
	.auction-c {
		padding: 60px 0 60px;
	}
	.auction-c-wrapper {
		flex-direction: column;
	}
	.auction-c-2 h2 {
		font-size: 28px;
	}
	.auction-c-2 p {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.auction-c-2 h2 {
		font-size: 28px;
	}
}
@media screen and (max-width: 450px) {
	.auction-c {
		padding: 40px 0 40px;
	}
}
.auction-d {
	background-color: #FFFFFF;
	padding: 90px 0;
}
.auction-d-wrapper {
	display: flex;
	flex-direction: row;
	gap: 30px;
}
.auction-d-1 {
	flex: 1 1 50%;
}
.auction-d-1 h2 {
	color: #0A457F;
	font-weight: 500;
	font-size: 34px;
	line-height: 1.36;
	margin-top: -10px;
}
.auction-d-1 p {
	color: #313233;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.36;
	margin: 0;
}
.auction-d-2 {
	flex: 1 1 50%;
}
.auction-d-2 .auction-d-items {
	margin-top: 30px;
	margin-bottom: 50px;
}
.auction-d-2 .auction-d-item {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	margin-bottom: 8px;
}
.auction-d-2 .auction-d-item img {
	margin-top: 4px;
	margin-right: 10px;
}
.auction-d-2 .auction-d-item p {
	color: #313233;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.36;
	margin: 0;
}
@media screen and (max-width: 1450px) {
	.auction-d-1 h2 {
		font-size: 31px;
	}
}
@media screen and (max-width: 991px) {
	.auction-d {
		padding: 60px 0 60px;
	}
	.auction-d-wrapper {
		flex-direction: column;
	}
	.auction-d-1 h2 {
		font-size: 28px;
	}
	.auction-d-1 p {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.auction-d-1 h2 {
		font-size: 28px;
	}
}
@media screen and (max-width: 450px) {
	.auction-d {
		padding: 40px 0 40px;
	}
}
.auction-e {
	background-color: #F5F5F6;
	padding: 90px 0;
}
.auction-e-wrapper {
	display: flex;
	flex-direction: row;
	gap: 30px;
}
.auction-e-1 {
	flex: 1 1 50%;
}
.auction-e-1 h2 {
	color: #0A457F;
	font-weight: 500;
	font-size: 34px;
	line-height: 1.36;
	margin-top: -10px;
}
.auction-e-1 .auction-e-items {
	margin-top: 30px;
}
.auction-e-1 .auction-e-item {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	margin-bottom: 8px;
}
.auction-e-1 .auction-e-item img {
	margin-top: 4px;
	margin-right: 10px;
}
.auction-e-1 .auction-e-item p {
	color: #313233;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.36;
	margin: 0;
}
.auction-e-2 {
	flex: 1 1 50%;
}
.auction-e-2 img {
	width: 100%;
}
@media screen and (max-width: 1450px) {
	.auction-e-1 h2 {
		font-size: 31px;
	}
}
@media screen and (max-width: 991px) {
	.auction-e {
		padding: 60px 0 60px;
	}
	.auction-e-wrapper {
		flex-direction: column;
	}
	.auction-e-1 h2 {
		font-size: 28px;
	}
	.auction-e-1 p {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.auction-e-1 h2 {
		font-size: 28px;
	}
}
@media screen and (max-width: 450px) {
	.auction-e {
		padding: 40px 0 40px;
	}
}
.auction-gallery {
	background-color: #FFFFFF;
	padding: 90px 0;
}
.auction-gallery-wrapper {
	display: flex;
	flex-direction: row;
	gap: 30px;
}
.auction-gallery-1 {
	flex: 1 1 50%;
}
.auction-gallery-1 h2 {
	color: #0A457F;
	font-weight: 500;
	font-size: 34px;
	line-height: 1.36;
	margin-top: -10px;
	text-align: center;
}
.auction-gallery-1 p {
	color: #313233;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.36;
	margin: 0;
	text-align: center;
	margin-bottom: 45px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.auction-gallery-1 .auction-gallery-images {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 30px;
}
.auction-gallery-1 .auction-gallery-image {
	flex: 1 1 23%;
}
.auction-gallery-1 .auction-gallery-image img {
	width: 100%;
}
@media screen and (max-width: 1450px) {
	.auction-gallery-1 h2 {
		font-size: 31px;
	}
}
@media screen and (max-width: 991px) {
	.auction-gallery {
		padding: 60px 0 60px;
	}
	.auction-gallery-wrapper {
		flex-direction: column;
	}
	.auction-gallery-1 h2 {
		font-size: 28px;
	}
	.auction-gallery-1 p {
		font-size: 16px;
	}
	.auction-gallery-1 .auction-gallery-image {
		flex: 1 1 43%;
	}
}
@media screen and (max-width: 767px) {
	.auction-gallery-1 h2 {
		font-size: 28px;
	}
}
@media screen and (max-width: 450px) {
	.auction-gallery {
		padding: 40px 0 40px;
	}
}
.auction-f {
	background-color: #F5F5F6;
	padding: 90px 0;
}
.auction-f-wrapper {
	display: flex;
	flex-direction: row;
	gap: 30px;
}
.auction-f h2 {
	color: #0A457F;
	font-weight: 500;
	font-size: 48px;
	line-height: 1.16;
	margin-bottom: 8px;
}
.auction-f p {
	color: #313233;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.66;
	margin: 0;
}
.auction-f a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	height: 47px;
	padding: 0 30px;
	background-color: #9EBB2B;
	border: 2px solid #9EBB2B;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 17px;
	line-height: 1.35;
	margin-top: 40px;
}
.auction-f a:hover {
	background: #8aaa0d;
	border: 2px solid #8aaa0d;
}
@media screen and (max-width: 1450px) {
	.auction-f h2 {
		font-size: 42px;
	}
}
@media screen and (max-width: 991px) {
	.auction-f {
		padding: 60px 0 60px;
	}
}
@media screen and (max-width: 767px) {
	.auction-f h2 {
		font-size: 36px;
	}
}
@media screen and (max-width: 450px) {
	.auction-f {
		padding: 40px 0 40px;
	}
}
@media screen and (max-width: 350px) {
	.auction-f h2 {
		font-size: 32px;
	}
}
/* Auctions */