body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}

.dmg_body_home {
	background-color: #000000;
}

.clearBoth {
	clear: both;
	display: block;
}

#eighty-one-red-bar {
	display: none;
}

#dmg_layout_wrapper {
	width: 100%;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

/*========== Top Section Styles ==========*/

#dmg_layout_topSection {
	height: 400px;
}

#dmg_layout_topSection:before {
	content: "";
	width: 100%;
	height: 150px;
	background: rgba(0,0,0,.8);
	background: -webkit-linear-gradient(rgba(0,0,0,.8), transparent);
	background: -o-linear-gradient(rgba(0,0,0,.8), transparent);
	background: -moz-linear-gradient(rgba(0,0,0,.8), transparent);
	background: linear-gradient(rgba(0,0,0,.8), transparent);
	position: absolute;
	z-index: 0;
}

#dmg_layout_topSection.area_homepage {
	height: 100vh;
	width: 100%;
	background: url('/shared/images/templates/34101534/homepageBg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

#dmg_layout_headerSection {
	position: relative;
	z-index: 10;
}

/*========== Header Styles ==========*/

#dmg_layout_headerSection {
	padding: 20px 12px 0 12px;
}

#dmg_layout_logo a {
	float: left;
	color: #ffffff;
	font-size: 28px;
	line-height: 28px;
	text-transform: uppercase;
	white-space: nowrap;
	text-decoration: none;
}

#dmg_layout_logo span {
	font-weight: 400;
}

#dmg_navigation_bg {
	float: right;
}

#dmg_navigation_phone {
	float: right;
	color: #ffffff;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	position: relative;
	margin: 0 0 0 4px;
	padding: 0 0 0 10px;
	box-sizing: border-box;
}

#dmg_navigation_phone:before {
	content: "";
	height: 16px;
	width: 1px;
	position: absolute;
	background-color: #ffffff;
	top: 7px;
	left: 0;
}

/* == Homepage Slogan Area
============================================================================ */

#dmg_layout_homepageTextAreaContainer {
	display: table;
	width: 100%;
	height: calc(100vh - 50px);
}

#dmg_layout_homepageTextArea {
	width: 100%;
	max-width: 1280px;
	margin: auto;
	padding: 12px;
	text-align: center;
	color: #ffffff;
	position: relative;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
}

#dmg_layout_homepageSlogan {
	font-size: 40px;
	text-transform: uppercase;
	margin-bottom: 35px;
}

#dmg_layout_homepageSlogan span {
	display: block;
	color: rgba(234,227,212,.9);
	font-family: 'Roboto Slab', serif;
	text-shadow: 0px 0px 5px rgba(0,0,0,.5);
	font-size: 90px;
	line-height: 85px;
}

#dmg_layout_homepageTextArea ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

#dmg_layout_homepageTextArea li {
	display: inline-block;
	width: calc(33.3% - 10px);
	max-width: 315px;
	padding: 5px;
	box-sizing: border-box;
}

#dmg_layout_homepageTextArea a {
	display: block;
	background-color: rgba(85,36,72,.8);
	color: #ffffff;
	font-size: 18px;
	text-decoration: none;
	padding: 10px 10px;
	box-sizing: border-box;
	width: 100%;
	text-transform: uppercase;
	border: 2px solid #ffffff;
}

#dmg_layout_homepageTextArea a:hover {
	background-color: rgba(255,255,255,.8);
	border: 2px solid #670038;
	color: #670038;
	font-weight: 400;
	transition: background-color .5s, border .5s, color .5s;
}

/* == Homepage Content Area
============================================================================ */

#dmg_layout_homepageBody {
	max-width: 1280px;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	margin: auto;
	position: relative;
}

#dmg_layout_threeStats {
	color: #f5f1e9;
	border-bottom: 1px solid #666666;
	padding: 60px 0;
	margin: 0;
	list-style-type: none;
	clear: both;
}

#dmg_layout_threeStats li {
	width: 33.3%;
	float: left;
	text-align: center;
	display: block;
}

#dmg_layout_threeStats div {
	display: block;
	height: 330px;
	width: 330px;
	border-radius: 50%;
	margin: auto;
	font-size: 18px;
	padding: 33px;
	box-sizing: border-box;
}

#dmg_layout_threeStats div strong {
	font-size: 120px;
	font-weight: 200;
	display: block;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
	line-height: 100px;
}

#dmg_layout_threeStats div strong:before {
	content: "#";
	font-size: 48px;
	vertical-align: super;
}

#dmg_layout_threeStats li:nth-child(1) div {
	border: 5px solid #670038;
}

#dmg_layout_threeStats li:nth-child(1) strong {
	border-bottom: 3px solid #670038;
}

#dmg_layout_threeStats li:nth-child(2) div {
	border: 5px solid #95be00;
}

#dmg_layout_threeStats li:nth-child(2) strong {
	border-bottom: 3px solid #95be00;
}

#dmg_layout_threeStats li:nth-child(3) div {
	border: 5px solid #da8900;
}

#dmg_layout_threeStats li:nth-child(3) strong {
	border-bottom: 3px solid #da8900;
}

/* == Video Section Styles
============================================================================ */

#dmg_layout_vidSection1 {
	border-bottom: 1px solid #666666;
	display: grid;
	grid-template-columns: repeat(2, minmax(0,1fr));
	gap: 60px;
	padding: 45px 0 30px;
}

#dmg_layout_vidSection2 {
	border-bottom: 1px solid #666666;
	display: grid;
	grid-template-columns: repeat(2, minmax(0,1fr));
	gap: 60px;
	padding: 45px 0 30px;
}

.videoWrapperOuter {
	max-width: 600px;
	margin: auto;
}

.videoWrapperOuterThreeAccross {
	width: 32%;
	display: inline-block;
}

.videoWrapper {
    position: relative;
    padding-bottom: 50.0%;
    padding-top: 25px;
    height: 0;
    margin: 0 auto 20px auto;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#dmg_layout_homepageVideo1 {
	/* width: 48%;
	float: left; */
}

#dmg_layout_homepageVideo2 {
	/* width: 48%;
	float: right; */
	order: 2;
}

#dmg_layout_homepageText1 {
	/* width: 48%;
	float: right; */
}

#dmg_layout_homepageText2 {
	/* JVK-28367-972 */
	/* width: 48%; */
	/* float: left; */
	/* width: 80%;
    margin: auto; */
	order: 1;
}

#dmg_layout_homepageText1 h1, #dmg_layout_homepageText2 h2 {
	color: #eae3d4;
	font-size: 30px;
	line-height: 36px;
	font-family: 'Roboto Slab', serif;
	font-weight: 200;
	margin: 0;
	padding: 0;
}

#dmg_layout_homepageText1 p, #dmg_layout_homepageText2 p {
	color: #ffffff;
	font-size: 18px;
	line-height: 30px;
	margin: 10px 0;
	padding: 0;
}

#dmg_layout_welcome {
	margin-top: 30px;
}

#dmg_layout_welcome h2 {
	color: #eae3d4;
	font-size: 30px;
	line-height: 36px;
	font-family: 'Roboto Slab', serif;
	font-weight: 200;
	margin: 20px 0;
	padding: 0;
}

#dmg_layout_welcome ul {
	margin-bottom: 20px;
}

#dmg_layout_welcome p,
#dmg_layout_welcome li {
	color: #ffffff;
	font-size: 18px;
	line-height: 30px;
	margin: 10px 0;
	padding: 0;
}

/* == Agent Testimonial Styles
============================================================================ */

#dmg_layout_homepageTestimonials {
	border-top: 1px solid #666666;
	background: #670038; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#670038, #181818); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#670038, #181818); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#670038, #181818); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#670038, #181818); /* Standard syntax */
}

#dmg_layout_homepageTestimonialsContainer {
	max-width: 1280px;
	width: 100%;
	padding: 60px 20px;
	box-sizing: border-box;
	margin: auto;
	position: relative;
}

#dmg_layout_homepageTestimonials h3, #dmg_layout_homepageTestimonials h4 {
	color: #eae3d4;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	text-align: center;
}

#dmg_layout_homepageTestimonials h3 {
	font-size: 42px;
	line-height: 42px;
	position: relative;
}

#dmg_layout_homepageTestimonialsContainer h4:before {
	content: "";
	height: 0px;
	width: 200px;
	border-top: 4px solid #783666;
	display: block;
	margin: 20px auto;
}

#dmg_layout_homepageTestimonials h4 {
	font-size: 30px;
	line-height: 30px;
	margin-top: 20px;
}

#dmg_layout_homepageTestimonialsContainer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#dmg_layout_homepageTestimonialsContainer li {
	width: 33.3%;
	float: left;
	text-align: center;
	padding: 20px 30px;
	box-sizing: border-box;
}

#dmg_layout_homepageTestimonialsContainer h5 {
	color: #eae3d4;
	font-size: 21px;
	padding: 0;
	margin: 0;
	font-weight: 300;
}

#dmg_layout_homepageTestimonialsContainer h6 {
	color: #eae3d4;
	font-size: 18px;
	padding: 0;
	margin: 0;
	font-weight: 300;
}

#dmg_layout_homepageTestimonialsContainer p {
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
}

.dmg_layout_testimonialPhoto {
	overflow: hidden;
	border-radius: 50%;
	border: 3px solid #ffffff;
	width: 220px;
	height: 220px;
	margin: auto;
}

.dmg_layout_testimonialPhoto img {
	width: 100%;
	
}

/* == Footer Styles
============================================================================ */

#dmg_layout_footer {
	background-color: #ffffff;
	border-top: 1px solid #e5e5e5;
}

#dmg_layout_footerContainer {
	width: 100%;
	max-width: 1280px;
	padding: 0 20px;
	margin: auto;
	box-sizing: border-box;
}

#dmg_layout_topFooter {
	padding: 20px 0;
	border-bottom: 1px solid #e5e5e5;
}

.dmg_layout_footerLogo {
	float: left;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #e5e5e5;
}

#dmg_layout_topFooter span {
	float: left;
	font-family: 'Roboto Slab', serif;
	color: #670038;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 30px;
}

#dmg_layout_topFooter span strong {
	display: block;
}

#dmg_layout_social {
	float: right;
}

#dmg_layout_associations {
    width: 70px;
    height: 29px;
    margin-right: 10px;
    margin-bottom: 14px;
    float: left;
}

#dmg_layout_associations a {
    width: 30px;
    height: 29px;
    display: block;
    float: left;
}

#dmg_layout_disclaimerText {
	font-size: 14px;
	lin-height: 18px;
	float: left;
	width: calc(100% - 90px);
}

#dmg_layout_disclaimerFooter {
	padding: 20px 0;
}

#dmg_layout_disclaimerFooter .dmg_shared_copyright {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	lin-height: 18px;
}

/* == Interior Page Styles
============================================================================ */

#dmg_layout_topSection.area_customContent, #dmg_layout_topSection.area_weblog, #dmg_layout_topSection.area_careersmap {
	height: 400px;
	background-image: url('/shared/images/templates/34101534/homepageBg.png');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-color: #000000;
}

#dmg_layout_topSection.pageID_1335467 {
	background-image: url('https://static1.bigstockphoto.com/6/1/1/large1500/116629670.jpg');
	background-position: center center;
}

#dmg_layout_topSection.pageID_1335467:before {
	content: "";
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
}

#dmg_layout_interiorBody {
	max-width: 1280px;
	width: 100%;
	padding: 20px 20px;
	box-sizing: border-box;
	margin: auto;
	position: relative;
	min-height: 500px;
}

#dmg_layout_interiorBody:after {
	content: "";
	display: block;
	clear: both;
}

#dmg_layout_interiorBody h1 {
	position: absolute;
    top: -230px;
    text-align: center;
    width: calc(100% - 40px);
    font-size: 48px;
    line-height: 48px;
    color: rgba(234,227,212,.95) !important;
    text-shadow: 0px 0px 5px rgba(0,0,0,.5);
	font-family: 'Roboto Slab', serif;
    font-weight: 400;
    text-transform: uppercase;
    pointer-events: none;
}

 #dmg_layout_interiorBody #ds_blog h1.ds_blog_article_title a {
 	color: rgba(234,227,212,.95) !important;
 	font-family: 'Roboto Slab', serif;
 	 font-size: 48px;
    line-height: 48px;
 }

#dmg_content_contentColumn {
	float: left;
	width: calc(100% - 350px);
}

#dmg_content_sidebarColumn {
	float: right;
	width: 310px;
	margin-left: 40px;
}

#dmg_content_contentColumn .dmg_careers_contentPhoto,
.dmg_column_content .dmg_careers_contentPhoto {
	float: right;
	border: 1px solid #efefef;
	margin: 0 0 20px 20px;
	padding: 4px;
	box-sizing: border-box;
	max-width: 50%;
	height: auto;
}

#dmg_content_contentColumn p, #dmg_content_contentColumn li, #dmg_content_contentColumn p span {
	color: #000000 !important;
	margin: 0 0 20px 0;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
}

#dmg_content_contentColumn h2, #dmg_layout_interiorBody h2 {
	font-family: 'Roboto Slab', serif;
	color: #670038;
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
}

#dmg_content_contentColumn h3 {
	color: #303030;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
}

.floatRightImg {
	float: right;
	padding: 0 0 20px 20px;
}

#dmg_layout_interiorBody a {
	color: #670038;
}

#dmg_layout_interiorBody a:hover {
	color: #000000;
}

.contentDivSection, .contentDivSection2 {
	width: 100%;
	display: block;
	border-top: 1px solid #efefef;
}

.contentDivSection:after, .contentDivSection2:after {
	content: "";
	display: block;
	clear: both;
}

.contentDivSection img {
	padding-top: 20px;
}

.contentDivSection2 {
	padding: 20px 0;
}

.contentDivSection2 img {
	margin-right: 20px;
}

#successStories div h5 {
	font-weight: 300;
	font-size: 24px;
	color: #670038;
}

#successStories div h6 {
	font-weight: 300;
	font-size: 18px;
}

#successStories div p {
	border-radius: 50%;
	overflow: hidden;
	width: 200px;
	height: 200px;
	float: left;
	margin: 0 20px 0 0;
}

#successStories div p img {
	margin: 0 !important;
	border-width: none !important;
}

#successStories div {
	margin: 20px 0;
}

#successStories blockquote {
	margin: 20px 0 0 0;
}

/* == Interior Page Form
============================================================================ */

#dmg_full_contact_form {
	background-color: #ececec;
	padding: 30px;
	box-sizing: border-box;
}

#dmg_full_contact_form h2 {
    font-family: 'Roboto Slab', serif;
    color: #670038;
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 24px;
    line-height: 30px;
}

#dmg_full_contact_form fieldset {
	margin: 0;
	padding: 0;
	border: none;
}	

#dmg_full_contact_form label {
	display: block;
}

#dmg_full_contact_form fieldset legend {
	display: none;
}

#dmg_full_contact_form ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#dmg_full_contact_form li {
	padding-bottom: 10px;
}

#dmg_full_contact_form button {
	color: #ffffff;
	background-color: #670038;
	margin-top: 10px;
	border: 0;
	font-family: 'Roboto Slab', serif;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	font-size: 18px;
	text-transform: uppercase;
}

#dmg_full_contact_form button:hover {
	background-color: #33132b;
}

#dmg_full_contact_form input[type=text] {
	width: 100%;
	height: 35px;
	box-sizing: border-box;
}

#dmg_full_contact_form textarea {
	width: 100%;
	height: 80px;
}


/* == Responsive Styles
============================================================================ */

@media screen and (max-width: 1220px) {
	
	#dmg_layout_logo a {
		font-size: 21px;
	}
	
}

@media screen and (max-width: 1130px) {
	
	
	#dmg_layout_logo a {
		font-size: 21px;
		line-height: 40px;
	}
	
	#dmg_navigation_phone {
		float: none;
		display: block;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		text-align: right;
		background-color: rgba(0,0,0,.7);
		margin: 0;
		padding: 0 10px;
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}
	
	#dmg_navigation_phone:before {
		display: none;
	}
	
	#dmg_layout_headerSection {
		padding: 35px 12px 0 12px;
	}
	
	#dmg_layout_homepageTextAreaContainer {
		height: calc(100vh - 75px);
	}
		
}

@media screen and (max-width: 1060px) {

	#dmg_layout_threeStats div {
		height: 280px;
		width: 280px;
		font-size: 18px;
	}
	
	#dmg_layout_threeStats div strong {
		font-size: 80px;
		line-height: 60px;
	}
	
	#dmg_layout_threeStats div strong:before {
		font-size: 36px;
	}

}

@media screen and (max-width: 920px) {
	
	#dmg_layout_threeStats div {
		height: 250px;
		width: 250px;
		font-size: 16px;
		padding: 20px;
	}
	
	#dmg_layout_threeStats div strong {
		font-size: 60px;
		line-height: 48px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	
	#dmg_layout_threeStats div strong:before {
		font-size: 30px;
	}
	
	.contentDivSection img {
		float: none;
		display: block;
		margin: auto;
	}
	
	.videoWrapperOuterThreeAccross {
		width: 100%;
		display: block;
		max-width: 600px;
		margin: auto;
	}
	
	
}

@media screen and (max-width: 860px) {
	#dmg_layout_topFooter {
	    text-align: center;
	}

	.dmg_layout_footerLogo {
		float: none;
		padding-right: 0;
		padding-bottom: 20px;
		margin: 0 auto 20px auto;
		border-right: 0;
		border-bottom: 1px solid #e5e5e5;
	}
	
	#dmg_layout_topFooter span {
		float: none;
		display: block;
		text-align: center;
	}
	
	#dmg_layout_social {
		float: none;
		display: block;
		margin-top: 20px;
	}
	
	#dmg_layout_associations {
		float: none;
		display: block;
		margin: 0 auto 10px auto;
	}
	
	#dmg_layout_disclaimerText {
		float: none;
		width: 100%;
		text-align: center;
	}
}

@media screen and (max-width: 820px) {
	
	#dmg_layout_topSection.area_homepage {
		height: 650px;
	}
	
	#dmg_layout_homepageSlogan {
		font-size: 30px;
	}
	
	#dmg_layout_homepageSlogan span {
		font-size: 60px;
		line-height: 60px;
	}
	
	#dmg_layout_homepageTextArea li {
		display: inline-block;
		width: 100%;
	}
	
	#dmg_layout_homepageTextAreaContainer {
		height: 575px;
	}
	
	#dmg_layout_threeStats li {
		width: 100%;
		margin: 10px 0;
	}
	
	#dmg_layout_threeStats div {
		height: 330px;
		width: 330px;
		font-size: 18px;
		padding: 30px;
	}
	
	#dmg_layout_threeStats div strong {
		font-size: 120px;
		padding-bottom: 20px;
		margin-bottom: 20px;
		line-height: 100px;
	}
	
	#dmg_layout_threeStats div strong:before {
		font-size: 48px;
	}
	
	#dmg_layout_homepageTestimonialsContainer li {
		width: 100%;
		float: none;
		padding: 20px 0;
	}
	
	#dmg_layout_homepageTestimonials h3 {
	    font-size: 30px;
	    line-height: 36px;
	    margin-bottom: 10px;
	}
	
	#dmg_layout_homepageTestimonials h4 {
		font-size: 24px;
		line-height: 28px;
		margin-top: 10px;
	}	
		
	
}

@media screen and (max-width: 768px) {

	#dmg_layout_vidSection1,
	#dmg_layout_vidSection2 {
		grid-template-columns: 100%;
	}

	#dmg_layout_homepageVideo2 {
		order: 1;
	}
	
	#dmg_layout_homepageText2 {
		order: 2;
	}

	.videoWrapper {
		margin: 0 auto;
	}
	
	/* #dmg_layout_homepageVideo1, 
	#dmg_layout_homepageVideo2,
	#dmg_layout_homepageText1,
	#dmg_layout_homepageText2 {
		width: 100%;
		float: none;
	}
	
	#dmg_layout_homepageVideo1, 
	#dmg_layout_homepageVideo2 {
		padding-bottom: 20px;
	} */
	
	#dmg_content_contentColumn {
		float: none;
		width: 100%;
	}
	
	#dmg_content_sidebarColumn {
		float: none;
		width: 310px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.floatLeftIntImage, .floatRightImg {
		display: block;
		float: none !important;
		margin: auto;
		padding: 0;
	}
	
	#dmg_layout_interiorBody h1 {
	    font-size: 36px;
	    line-height: 42px;
	    top: -280px;
	}
	
	#dmg_content_contentColumn .dmg_careers_contentPhoto {
		float: none !important;
		max-width: 50%;
		display: block;
		margin: auto;
	}
	
	.contentDivSection2 {
		text-align: center;
	}
	
	.contentDivSection2 img {
		margin: auto;
	}
	
	
	

}

@media screen and (max-width: 620px) {

#dmg_content_contentColumn .dmg_careers_contentPhoto,
.dmg_column_content .dmg_careers_contentPhoto {
		float: none !important;
		margin: 0;
		max-width: 100%;
	}
	
}

@media screen and (max-width: 480px) {
	
	#dmg_layout_topSection.area_homepage {
		height: 500px;
	}
	
	#dmg_layout_homepageSlogan {
		font-size: 24px;
		line-height: 28px;
	}
	
	#dmg_layout_homepageSlogan {
		margin-bottom: 10px;
	}
	
	#dmg_layout_homepageSlogan span {
		font-size: 36px;
		line-height: 36px;
	}
	
	#dmg_layout_homepageTextAreaContainer {
		height: 425px;
	}
	
	#successStories div p {
		float: none;
		margin: 0 auto 20px auto;
		display: block;
	}
	
	#successStories div {
		text-align: center;
	}
	
}

@media screen and (max-width: 365px) {
	
	#dmg_layout_logo a {
		font-size: 18px;
		line-height: 40px;
	}
	
	#dmg_layout_threeStats {
	    padding: 40px 0;
	}
	
	#dmg_layout_threeStats div {
		height: 280px;
		width: 280px;
		font-size: 16px;
	}
	
	#dmg_layout_threeStats div strong {
		font-size: 80px;
		line-height: 60px;
	}
	
	#dmg_layout_threeStats div strong:before {
		font-size: 36px;
	}
	
	#dmg_layout_topFooter span {
		font-size: 21px;
		line-height: 24px;
	}
	
	#dmg_content_sidebarColumn {
    		width: 290px;
	}
	
	#dmg_full_contact_form {
		padding: 20px;
	}
	
	
}

/* == Mobile Responsive Menu
============================================================================ */
#dmg_advanced_nav {height: 2000px; font-size: 16px;}
#dmg_advanced_nav label { padding:0 0.25em; font:3.125em/1.375em Arial }
#dmg_advanced_nav .sub-nav .toggle { font:2em/2em Arial; top:0;}
#dmg_advanced_nav label:hover { color:#ccc }
#main-nav-check, #dmg_advanced_nav .sub-nav-check { position:absolute; top:-9999px; left:-9999px }
.toggle.fa.fa-bars {margin: 0; position:relative; cursor:pointer; font-size: 40px; color:#FFFFFF; float: right; clear: right;}
#dmg_advanced_nav > .toggle {height: 65px;}
#dmg_advanced_nav .toggle {margin: 0; position:absolute; top: 55px; right:20px; cursor:pointer; color:#fff; font-size: 66px; float: none;}
#dmg_advanced_nav .toggle {position:absolute; top: 0; right:0; cursor:pointer; color:#fff; font-size: 66px; line-height: 1em; height: 40px;}
#dmg_advanced_nav, #dmg_advanced_nav .sub-nav { position:absolute; top:0; bottom:0; width:13.75em; background: #222; z-index:9999; right:-13.75em; -webkit-transform:translate(0,0); -ms-transform:translate(0,0); transform:translate(0,0); transition:transform .25s ease;}
#dmg_advanced_nav ul { background:#222; line-height:2.75em; text-decoration:none; padding:0; list-style:none; margin-top:4.0625em; border-top: 1px solid #444; text-align: right;}
#dmg_advanced_nav li { border-bottom:1px solid #444 }
#dmg_advanced_nav li a { display:block; font-size:0.875em; padding-left: 1.5em; padding-right: 45px; color:#fff; text-decoration:none; text-align: left;}
#dmg_advanced_nav li a:hover, #dmg_advanced_nav .toggle-sub:hover { background:#333 }
#dmg_advanced_nav ul ul ul li a {text-align: left;}
#dmg_advanced_nav .sub-nav { margin-top:-1px }
#dmg_advanced_nav .sub-heading {margin-top:4.0625em; color:#999; border-top: 1px solid #444444; text-align: center; }
#dmg_advanced_nav .sub-heading span {width: 160px; padding: 8px 10px; line-height: 1.125em; display: table-cell; text-align: left;}
#dmg_advanced_nav .sub-nav .sub-heading .toggle {display: table-cell; vertical-align: middle; position: relative; line-height: 1em; background-color: transparent; border: none;}
#dmg_advanced_nav .toggle-sub span {width: 0; height: 0; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-left: 8px solid #FFFFFF; display: inline-block;}
#dmg_advanced_nav .toggle-sub { font:bold 1em/2.75em Arial; color:#fff; background:#222; margin-top:-2.75em; width:2.25em; border-left:1px solid #444; cursor:pointer; text-align:center;}
#main-nav-check:checked + #dmg_advanced_nav,
#dmg_advanced_nav .sub-nav-check:checked + [id$="_sub"] /* matches all elements with id ending "-sub" */ { 
	-webkit-transform:translate(-13.75em,0); -ms-transform:translate(-13.75em,0); transform:translate(-13.75em,0);
}
#dmg_advanced_nav li {width: 100%; display: table; border-collapse: collapse;}
#dmg_advanced_nav li a {width: 82%; padding: 0 10px; display: table-cell; line-height: 1.25em; height: 40px; vertical-align: middle; box-sizing: border-box;}
#dmg_advanced_nav label {display: table-cell; vertical-align: middle; margin-top: 0;}
#dmg_advanced_nav .toggle-sub {margin-top: 0; font-size: 0; width: 36px;}

	

/* == Desktop Responsive Menu Overrides
============================================================================ */
@media (min-width: 1131px) {
#dmg_layout_nav {height: 0;}
.toggle.fa.fa-bars {display: none;}
#dmg_advanced_nav li {width: auto; display: block; border-collapse: collapse;}
#dmg_advanced_nav li a {width: auto; display: block; box-sizing: border-box; height: 30px;}

#dmg_advanced_nav {width: auto; margin: 0; clear: both; position: relative; float: left;} 
#dmg_advanced_nav, #dmg_advanced_nav .sub-nav { -webkit-transform:translate(0,0) !important; -ms-transform:translate(0,0) !important; transform:translate(0,0) !important }
#dmg_advanced_nav, #dmg_advanced_nav .sub-nav { position:absolute; top:0; bottom:0; width:13.75em;z-index:9999; right: auto }
#dmg_advanced_nav .sub-nav .sub-nav {border-left: 1px solid #282828;}
#dmg_advanced_nav label, #dmg_advanced_nav .sub-nav, #dmg_advanced_nav .sub-heading{ display:none }
#dmg_advanced_nav li a {font-size: 16px;}
#dmg_advanced_nav #dmg_nav_top ul li a {background: #272727;}
#dmg_advanced_nav #dmg_nav_top ul li a:hover, #dmg_advanced_nav #dmg_nav_top ul li:hover > a, #dmg_advanced_nav .toggle-sub:hover {background: #670038; color: #ffffff;}
#dmg_advanced_nav #dmg_nav_top > li > a {line-height: 30px; padding: 0 8px; font-size: 16px; color: #FFFFFF; font-weight: 300; text-align: center; box-sizing: border-box; text-transform: uppercase; vertical-align: middle;}
#dmg_advanced_nav #dmg_nav_top > li > a:hover, #dmg_advanced_nav #dmg_nav_top > li:hover > a {background: rgba(255,255,255,0.2); color: #ffffff;}
#dmg_advanced_nav #dmg_nav_top > li > .toggle-sub {float: right; display: none;}
#dmg_advanced_nav {left:auto; bottom: auto; height: 0; width: auto;}
#dmg_advanced_nav .toggle-sub { display:inline-block; margin-top:-3.25em; margin-right:0.25em; border: 0; border-left:0; float: none; background:transparent}
#dmg_advanced_nav ul ul .toggle-sub {background: #282828; height: 100%; margin-top:0; margin-right:0; padding: 0 1em; display: table-cell; height: 100%; vertical-align: middle; padding-right: 5px}
#dmg_advanced_nav ul li:hover > label { color:#ccc }
#dmg_advanced_nav .dmg_nav_wrapper > ul {background: none; border: 0; position:relative; z-index:1; margin-top: 43px; top: 0; right:0; margin-bottom: 0; line-height: 1em; display:inline-table; border-right:0; font-size: 14px; float: right;}
#dmg_advanced_nav .dmg_nav_wrapper > ul > li {border-bottom: 0; text-align: center;}
#dmg_advanced_nav li {border: 0;}
#dmg_advanced_nav .dmg_nav_wrapper > ul > li > .toggle-sub {font: bold 1em/1em Arial; margin-top: -22px; width: 1.125em; margin-right: .5em;}
#dmg_advanced_nav ul:after { content:""; clear:both; display:block }
#dmg_advanced_nav ul li { float:left; position:relative; text-align:left; display: table; height: 100%;}
#dmg_advanced_nav ul li a {padding:0.5em 3.75em 0.5em 1.5em; width: 100%}
#dmg_advanced_nav ul li a:only-child { padding-right:1.5em }
#dmg_advanced_nav ul li:hover > a { background:#333; transition:background-color .25s ease }
#dmg_advanced_nav ul li:hover > label {background: #000000; transition:background-color .25s ease }
#dmg_advanced_nav ul li:hover > ul { display:block }
#dmg_advanced_nav ul ul {position:absolute; left:0; margin-left:-1px; border-top: 0;}
#dmg_advanced_nav ul ul li { float:inherit; width:13.75em; }
#dmg_advanced_nav ul ul li a { padding: 7px 5px; display: table-cell; vertical-align: middle; line-height: 1.5em;}
#dmg_advanced_nav ul ul li a:after { right:0.375em; margin-top:-1.6875em; -webkit-transform:none; -ms-transform:none; transform:none }
#dmg_advanced_nav ul .sub-nav {top:auto; bottom:auto; left:auto; width:auto; margin-top:0; -webkit-transform:none !important; -ms-transform:none !important; transform:none !important; box-shadow: 3px 3px 8px #333333;}	
#dmg_advanced_nav ul ul .sub-nav { float:left; top:0; left: 192px; margin-left:0; margin-top:-1px }
#dmg_advanced_nav ul .fly-left ul { left:-13.75em; margin-left:-2px }
#dmg_advanced_nav ul .fly-left ul li { float:none }
#dmg_advanced_nav ul .fly-left .toggle-sub { right:auto; left:0.5em; left:0.375em; padding-bottom:1px; border-right:1px solid #444; -webkit-transform:rotate(-180deg); -ms-transform:rotate(-180deg); transform:rotate(-180deg) }
#dmg_nav_top > li > .toggle-sub span {width: 0; height: 0; margin: 4px 0 0; border-top: 8px solid #FFFFFF; border-left: 4px solid transparent; border-right: 4px solid transparent; border-bottom: 0; display: inline-block;}

	#dmg_nav_top ul li:first-child {border-bottom: 1px solid #0d0d0d;}
#dmg_nav_top ul li + li {border-top: 1px solid #404040; border-bottom: 1px solid #0d0d0d;}
#dmg_nav_top ul .sub-heading + li {border-top: 0;}
#dmg_nav_top ul li:last-child {border-bottom: 0;}
	
#dmg_advanced_nav {
	position: relative;
	display: table;
	height: 0;
	right: 0px;
	background: none;
}

#dmg_advanced_nav .dmg_nav_wrapper > ul {
	display: table;
	float: right;
	margin: 0;		
	}
	
}

/* 
--- .pageID_1395113 
--- 12-19-2018
--- http://www.homesalecareers.com/Accelerate 
--- http://cerberushd.deltagroup.com/index.php/profiles/ticket/TSZ-37158-815/conversation
*/

.pageID_1395113+div .dmg_link_blocks {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pageID_1395113+div a.dmg_link_block {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 220px;
	padding: 15px 0;
}

.pageID_1395113+div a.dmg_link_block:hover {
	background: #efefef;
}

.pageID_1395113+div a.dmg_link_block img {
	margin-top: 10px;
	border-radius: 50%;
}

@media screen and (max-width: 700px) {
	.pageID_1395113+div .dmg_link_blocks {
		display: block;
	}

	.pageID_1395113+div a.dmg_link_block {
		width: 100%;
		margin: 5px auto;
	}
}

.pageID_1395113+div p img {
	max-width: 100%;
	height: auto;
	max-height: 87px;
}

.pageID_1395113+div iframe {
	max-width: 100%;
}


/* 
--- .pageID_1448804 
--- 12-19-2018
--- http://www.homesalecareers.com/careerdevelopment
--- http://cerberushd.deltagroup.com/index.php/profiles/ticket/TSZ-37158-815/conversation
*/

.pageID_1448804+div p.dmg_link_blocks {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pageID_1448804+div a.dmg_link_block {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 220px;
	padding: 15px 0;
}

.pageID_1448804+div a .fontSizeChange {
	font-size: 18px;
}

.pageID_1448804+div a.dmg_link_block:hover {
	background: #efefef;
}

.pageID_1448804+div a.dmg_link_block img {
	margin-top: 10px;
	border-radius: 50%;
}

@media screen and (max-width: 1100px) {
	.pageID_1448804+div a .fontSizeChange {
		font-size: 15px;
	}
}

@media screen and (max-width: 900px) {
	.pageID_1448804+div a .fontSizeChange {
		font-size: 18px;
	}

	.pageID_1448804+div p.dmg_link_blocks {
		display: block;
	}

	.pageID_1448804+div a.dmg_link_block {
		width: 100%;
		margin: 5px auto;
	}
}

.form-builder legend {
	margin: 0 0 20px;
    font-size: 28px;
    line-height: 1.15em;
    text-align: center;
	font-family: 'Roboto Slab', serif;
    color: #670038;
	font-weight: normal;
}

.form-builder fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

#_p69drc44e,
#_dllfvsi98 {
	margin-bottom: 20px;
}

.form-builder label {
	display: block;
	font-weight: 400;
	margin: 0 0 5px;
}

.form-builder ul {
	display: flex;
	column-gap: 10px;
	row-gap: 5px;
	flex-wrap: wrap;
	margin: 0 0 20px;
	padding-left: 0;
}

.form-builder ul label {
	text-transform: capitalize;
}

.form-builder input[type="text"],
.form-builder input[type="tel"],
.form-builder input[type="email"] {
	width: 100%;
    height: 36px;
    padding: 0 0 0 5px;
    margin: 0 0 20px;
    border: 1px solid #b3b3b3;
    font-size: 16px;
    line-height: 34px;
    box-sizing: border-box;
}

.form-builder textarea {
    width: 100%;
    height: 80px;
    padding: 5px;
    font-size: 16px;
    box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
}

.form-builder-submit {
    width: 100%;
    padding: 0;
    background: #670038;
    color: #fff;
    border: 0;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 20px;
    padding: 10px 35px;
    font-family: 'Montserrat', sans-serif;
}

.form-builder-submit:hover {
	background-color: #333;
}

.hidden--visually, .visuallyhidden {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
}
