html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0;
	background:#fff;
	font-family: brandon-grotesque, sans-serif;
	font-size: 28px;
	font-weight: 500;
    line-height: 1.6;
    color: #4d4c50;
    -webkit-font-smoothing: antialiased;
    padding: 0;
}
em {
}
.light-italic {
	font-style:italic;
	font-weight:400;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 4px;
    overflow: visible;
	border:0;
	border-bottom: 1px solid #e6e5e2;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}
b,
strong {
    font-weight: bold;
}
.super-bold {
	font-weight:900;
}
.super-bold strong {
	font-weight:inherit;
}
img {
    border-style: none
}
button,
input,
optgroup,
select,
textarea {
    line-height: 1.15;
    margin: 0;
	font: 400 15px lato, sans-serif;
	font-size:15px;
	font-weight:400;
}
.select-container {
	font-weight:400;
}
button,
input {
    overflow: visible
}
button,
select {
    text-transform: none
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}
progress {
    vertical-align: baseline
}
textarea {
    overflow: auto
}
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

.mobileonly {
	display:none;
}
.container, .inner-container {
    width: 75%;
    margin: 0 auto;
	padding:0;
}
.container .container {
	width:100%;
}
.outer-container {
    width: 70%;
    margin: 0 auto;
}
.main {
	position:relative;
	overflow:hidden;
}
.main .container {
	padding-bottom:40px;
}
.main .left-img,.main .right-img {
	position:absolute;
	bottom:0;
}
.main .left-img img,.main .right-img img {
	display:block;
	margin-bottom:0;
}
.main .left-img {
    left: -20%;
    width: 45%;
}
.main .right-img {
	right:0;
	width:20%;
}
.container a {
	color:#ce3438;
	display:inline-block;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body.no-scroll {
    overflow: hidden
}
.highlight {
	font-family: fairwater-script, sans-serif;
	font-weight:700;
	text-transform:none;
	font-size:100%;
	color:inherit;
}
.highlight .variant {
	font-feature-settings: "ss02";
}
.highlight .variant-2 {
	font-feature-settings: "ss04";
}
.highlight .variant-3 {
	font-feature-settings: "ss01";
}
.highlight .variant-4 {
	font-feature-settings: "salt";
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:inherit;
	font-weight: 700;
	color: #79a197;
	margin: 0 0 20px 0;
	line-height:1;
	text-align: inherit;
}
h1, .h1 {
	font-size: 66px;
	text-transform:uppercase;
}
h2, .h2 {
	font-size: 46px;
}
h3, .h3 {
	font-size: 40px;
}

h4, .h4 {
    font-size: 28px;
}
h5, .h5 {
    font-size: 24px;
}
a,
a:visited {
    text-decoration: underline;
    color: #ce3438;
}

a:hover,
a:visited:hover {
	color:inherit;
}
a.fancypage {
	cursor:pointer;
}
body .fancybox-close {
	background-image:none;
	border-radius:50%;
	background:#ce3438;
	padding:0 10px;
	top:8px;
	right:8px;
	text-decoration:none;
	text-align:center;
}
.fancybox-close::after {
	content:"X";
	font-size:26px;
	font-weight:400;
	color:#fff;
	line-height:1;
	display: flex;
    align-items: center;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}
body .fancybox-skin {
	background:#ededed;
}
a.button, input.button, div.button, button, #mc-embedded-subscribe {
    display: inline-block;
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	background-color: #ce3438;
	text-align: center;
	cursor:pointer;
	padding:15px 25px;
	border:1px solid #ce3438;
	text-decoration:none;
	line-height:1.1;
	text-transform:uppercase;
}
.button a {
	color:inherit;
	text-decoration:none;
}
a.button:hover {
	background:#ab2b38;
	color:#fff;
}
.button.green {
	background-color:#79a197;
	border-color:#79a197;
}
.button.on {
	border:1px solid #4b4f55;
	background:#fff;
	color:#4b4f55;
}
.button.full {
	display:block;
}
.button .highlight {
	color:inherit;
}
input.button.full {
	width:100%;
}
p {
    margin-top: 0;
	margin-bottom:30px
}
p:last-child {
	margin-bottom:0;
}
img {
    max-width: 100%;
	height:auto;
}
body .fancybox-type-ajax.fancybox-wrap {
	max-width:90%;
}
body .fancybox-type-ajax .fancybox-skin {
}
body .fancybox-type-ajax .fancybox-inner {
	padding:20px;
	width:auto !important;
}
body .fancybox-type-image .fancybox-nav span {
  visibility:visible;
/*	background-color:rgba(0,0,0,.2);*/
	background-repeat:no-repeat;
}
body .fancybox-prev span {
	background-image:url('/images/icon-arrow-left.png');
	background-position:center center;
	background-size:contain;
	left:-18px;
}
body .fancybox-next span {
	background-image:url('/images/icon-arrow-right.png');
	background-position:center center;
	background-size:contain;
	right:-18px;
}
.main-header-image {
	position:relative;
	margin-bottom:80px;
}
.main-header-image:after {
	content:'';
	display:block;
	width:100%;
	padding-top:7.3%;
	position:absolute;
	left:0;
	bottom:-5vw;
	background-image:url('/apps/givebacklanding/torn-paper.png');
	background-size:100% auto;
	z-index:20;
}
.main-header-image .slide_viewer {
    overflow: hidden;
    position: relative
}

.main-header-image .slide_group {
    height: 100%;
    position: relative;
    width: 100%
}
.main-header-image .video-wrapper {
    position: relative;
        padding-top:43%;
		overflow:hidden;
}
.alert {
    color:#ffffff !important;
    font-weight:bold;
    background-color:#990000;
    padding:3px 5px;
    margin-bottom:5px;
}
.slideshow .slide a {
	position:absolute;
	top:0;left:0;right:0;bottom:0;
	width:100%;
	height:100%;
	z-index:5;
}
video {
	width:100%;
}
.slideshow .video-wrapper video,
.scrollable-slides video
 {
	position:absolute;
	width:100%;
	background-color:#000;
    top:0;
    bottom:0;
    left:0;
    right:0;
    height:100%;
    object-fit:cover;
    object-position: center center;
    font-family: 'object-fit: cover; object-position: center center;';
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.main-header-image .slide:not(:first-child) {
    display: none;
}
.interior .main-header-image .slide {
	padding-top:41.3%;
    height: 100%;
/*    position: absolute;*/
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.dynamic ul {
	list-style-position: inside;
}
.dynamic ul li {
	margin-bottom:10px;
}
.dynamic table {
	table-layout:fixed;
}
header:not(.main-header) {
/*	background-image:url('/images/bg-tile-seamless-red.png');*/
	background-image:none;
/*
	background-color:#e93842;
	background-color:#d03239;
	padding:20px 0;
*/
	text-align:center;
	color:#fff;
	font-weight:700;
	font-size:4.6vw;
	line-height:1;
	margin-top:120px;
}
.main-header .main-header-container .sub-container .sub-form-container form input.button {
    background-color: #4b4f55;
}
header .highlight {
	color:#fff;
}
.table-borders {
}
.table-borders > tbody > tr > td {
}
.table-borders > tbody > tr > td p {
	margin-bottom:20px;
}
.table-borders > tbody > tr > td:first-child {
	padding-left:20px;
	border-right:6px dotted #79a197;
}
.table-borders > tbody > tr > td:last-child {
	padding-left:20px;
}
.table-borders ul {
	margin-bottom:0;
}
li::marker {
	color:#79a197;
}
td[style*="text-align: center"] ul {
    display: inline-block;
    text-align: left;
}
.oskar {
	font-weight:600;
	line-height:.5;
}
.inline-font {
	font-weight:600;
	font-size:300%;
	line-height:1;
	display:inline-block;
}
.Oskar .inline-font  {
}
.Modesto .inline-font {
	font-weight: 400;
	font-size:220%;
}
.editableValue {
	position:relative;
	top:0;
	display:inline-block;
}
.editableValue .button {
	font-size: 10px;
    display: inline-block;
	top:0;
	right:0;
	white-space:nowrap;
	padding:5px;
}
.counter-wrapper {
	font-size:60px;
/*	display:none;*/
}
.editableValue .content {
	display:none;
}
.contentBlock span {
        display:inline-block;
}
.pragmatica .inline-font, header .inline-font {
	font-size:160%;
}
.Modesto header .inline-font {
	font-size:120%;
}
.pragmatica {
	font-size:250%;
	font-weight:700;
	line-height:1.4;
	color:#163962;
}
.pragmatica a {
	font-size:85%;
}
.blue-text {
	color:#163962;
}
.red-text {
	color:#ce3438;
}
.green-text {
	color:#79a197;
}
.model-list {
	display:flex;
	flex-wrap:wrap;
}
.model-list .item {
	width:30%;
	margin:0px 1.5% 20px 1.5%;
	border:1px solid #4d4c50;
	display:flex;
	flex-direction:column;
}
.model-list .photo {
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	position:relative;
}
.model-list .photo .ratio {
	width:100%;
	padding-top:65%;
}
.model-list .photo a {
	position:absolute;
	top:0;bottom:0;left:0;right:0;
	display:block;
	width:100%;height:100%;
}
.model-list .buildername {
	font-size:28px;
	font-weight:700;
	color:#ab2b38;
	text-transform:uppercase;
}
.model-list .buildername-detailed {
	font-size:28px;
	font-weight:400;
	letter-spacing:2.6px;
	text-transform:uppercase;
}
.model-list .fromthe, .model-list .sqft  {
	font-size:22px;
	font-style:italic;
	font-weight:bold;
}
.model-list .address  {
	font-size:22px;
	font-style:italic;
	font-weight:500;
}
.model-list .address a{
	text-decoration:none;
	color:inherit;
}
.model-list .data {
	flex-grow:1;
	padding:20px 10px;
}
.model-list .button {
    width: calc(100% - 20px);
    margin: 0px auto 10px auto;
}
.contentBlock {
	padding:60px 0px;
	margin-top:10px;
	text-align:inherit;
}
.contentBlock:nth-child(odd) {
	background-color:rgba(121,161, 151, .25);
}
.contentBlock .img {
	background-position:center;
	background-size:cover;
	position:relative;
}
.contentBlock.t2 .img-wrapper,
.contentBlock.t3 .img-wrapper {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.contentBlock.t2 .img {
	width:49%;
}
.contentBlock.t3 .img {
	display:inline-block;
	width:32%;
}
.contentBlock.t2 .img span {
	display:block;
	padding-top:67%;
	padding-top:43.75%;
}
.contentBlock.t3 .img span {
	display:block;
	padding-top:82%;
}
.contentBlock.t5 .img span, .contentBlock.t6 .img span, .contentBlock.t7 .img span {
	display:block;
	padding-top:112%;
}
.contentBlock.t2 
.contentBlock.t3 .wrapper > div {
	display:inline-block;
	vertical-align:top;
	width:50%;
}
.contentBlock.t5 .wrapper {
	display:inline-flex;
	width:auto;
}
.contentBlock.t6 .wrapper, .contentBlock.t7 .wrapper {
	display:flex;
}
.contentBlock.t4 .wrapper .content {
	display:inline-block;
	vertical-align:top;
}
.contentBlock.t4 .wrapper > .images.left {
	width:16%;
}
.contentBlock.t4 .wrapper > .content {
	width:33%;
}
.contentBlock.t4 .wrapper .content {
	padding:0px 20px;
}
.contentBlock.t4 .wrapper > .images.right {
	width:50%;
}
.contentBlock.t5 .wrapper .images, .contentBlock.t6 .wrapper .images {
	width:25%;
}
.contentBlock.t5 .wrapper .images {
	min-width:350px;
	max-width:100%;
}
.contentBlock.t5 .wrapper .content, .contentBlock.t6 .wrapper .content, .contentBlock.t7 .wrapper .content {
	width:65%;
	padding:0px 40px;
	text-align:left;
}
.contentBlock.t7 .wrapper .images, .contentBlock.t7 .wrapper .content {
	width:50%;
}
.contentBlock.t7 .wrapper .images {
	display:flex;
	flex-direction:column;
}
.contentBlock.t7 .wrapper .images .img {
	flex:1;
}
.contentBlock.t7 .wrapper .content {
	background:#eeedee;
	order:2;
	padding:0;
}
.contentBlock.t7 .wrapper .content .content-wrapper {
	padding:5vw;
}
.contentBlock.t5 .wrapper .content *, .contentBlock.t6 .wrapper .content *, .contentBlock.t7 .wrapper .content * {
	text-align:inherit;
}
.contentBlock.t4 .wrapper .images {
	display:inline-flex;
	flex-wrap:wrap;
}
.contentBlock.t4 .wrapper .images.left .img {
	width:100%;
}
.contentBlock.t4 .wrapper .images.right .img {
	width:33.33%;
}
.contentBlock.t8 {
	padding-top:0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.contentBlock.t8 .wrapper {
	padding:50px 0;
    width: 100%;
	background: #ce3438 url('/images/bg-tile-seamless-red.png') repeat;
}
.contentBlock.t8 .container {
	font-weight:500;
}
.contentBlock.t8 .container * {
    color: #fff;
}
.contentBlock.t14 {
	background-color:#eeeded;
	margin-top: 0;
    padding-top: 0;
}
.contentBlock.t14 .container {
	padding:50px 50px;
}
.builderWrapper .groupedWrapper .collapsible {
	margin-bottom:50px;
}
.builderWrapper .groupedWrapper.ungroup {
	display: flex;
    flex-wrap: wrap;
}
.builderWrapper .groupedWrapper.ungroup .handle {
	display:none;
}
.builderWrapper .groupedWrapper.ungroup .content .item {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
}
.builderWrapper .groupedWrapper.ungroup .content {
	display:inline-block;
}
.builderWrapper .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap:wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.builderWrapper .content .item {
	width:30%;
	border:1px solid #e5e2e2;
	margin:20px 1.5%;
	position:relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap:wrap;
	flex-direction:column;
}
.builderWrapper .photo {
	width:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	position:relative;
}
.builderWrapper .photo::after {
	content:"";
	display:block;
	padding-top:65.3%;
}
.builderWrapper .photo a {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
	cursor:pointer;
}
.builderWrapper .data {
	padding:20px;
	flex-grow:1;
}
.builderWrapper .data h2 {
	font-size:34px;
	font-size:28px;
	margin-bottom:16px;
	line-height:1;
	text-transform: uppercase;
}
/*
Builders Page - each model home is too long. Reduce font sizes. 
Builder Name to 28px, 
text below to 22px and 
if possible can the SQFT be on same line with price? "
View details" also 22. 
reduce margin under builder name to 16px 
*/
.builderWrapper .data .fromthe {
	display:inline-block;
	color: #4b4f55;
	font-size: 26px;
	font-size: 20px;
	font-weight: 400;
	text-align: center;	
	line-height:1.3;
}
.builderWrapper .data .sqft {
	display:inline-block;
	border-left: 1px solid #4b4f55;
	padding-left:5px;
	margin-left:2px;
	color: #4b4f55;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
}
.builderWrapper .item .builderlink {
	display:block;
	width:100%;
	color: #ffffff;
	font-size: 26px;
	font-size: 22px;
	font-weight: 400;
	background-color: #ce3438;
	text-align: center;	
	text-decoration:none;
}
.builderWrapper .data .address {
	margin-top:5px;
	font-size: 18px;
	font-weight: 400;
	color: #4d4c50;
	text-align: center;
}
.builderWrapper .data .address a {
	text-decoration:none;
	color:inherit;
}
.builderWrapper .data .address a:hover {
	text-decoration:underline;
}
body .builderincentives .item .buttonWrapper .button a {
	display:block;
	padding:5px 10px;
	line-height:1.2;
	font-size:20px;
}
.pop-form {
	width:600px;
	max-width:100%;
	text-align:center;
}
.pop-form input[type=text],.pop-form input[type=email] {
	width:100%;
}
.pop-form .g-recaptcha {
    margin: 0px auto 10px auto;
    display: inline-block;
}
.included.givebackcounter {
	display:inline-block;
	position:relative;
	min-width:200px;
	text-align:left;
}
.featuredSliderContainer {
	margin: 50px auto 50px auto;
	position: relative;
}
.featuredSlider .photo {
	padding-top:55.8%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	position:relative;
}
.featuredSlider .photo a {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
	display:block;
}
.featuredSlider {
	text-align:center;
}
.featuredSlider .slideContainer {
	padding:0px 20px;
}
.featuredSlider .address {
	margin-top:5px;
	font-size: 13px;
	font-weight: 500;
	color: #4d4c50;
	order:3;
}
.featuredSlider .buildername {
	font-size: 26px;
	line-height:1.2;
	font-weight: 700;
	color:#ce3438;
	margin-top:10px;
	text-transform:uppercase;
}
.featuredSlider .price {
	font-size: 20px;
	font-weight: 500;
	margin-top:10px;
	color: #4d4c50;
}
.featuredSlider .specs {
}
.featuredSlider .photo.seemorehomes a {
	background: rgba(206, 52, 56, 0.65);
	color: #ffffff;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.16;
	text-transform: lowercase;
	text-align: center;
	text-decoration:none;
}
.featuredSlider .photo.seemorehomes a::after {
	display:block;
	content:"See More Homes";
	font-size:14px;
	position:relative;
	top:50%;
	transform:translateY(-50%);
}
.featuredSlider a {
	text-decoration:none;
	display: flex;
    flex-direction: column;
}
.featuredSlider .button {
	font-size:14px;
}
.featuredSliderContainer .arrows {
	position:absolute;
	top:28%;
/*
	top:50%;
	transform:translateY(-50%);
	*/
	cursor:pointer;
	z-index:20;
}
.featuredSliderContainer .next-arrow {
	right:0px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 15px solid #ce3438;
}
.featuredSliderContainer .prev-arrow {
	left:0px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 15px solid #ce3438;
}
.featuredSlider .slick-next:before, .featuredSlider .slick-prev:before {
	display:none;
}

footer {
/*	background-image:url('/images/bg-tile-seamless-red.png');*/
	background-color:#d03239;
	padding:20px 5%;
	color:#fff;
	font-size:15px;
}
footer a, footer a:visited {
	color:inherit;
}
footer .wrapper {
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}
footer .top .wrapper {
    justify-content: space-around;
}
footer .disclaimer {
	font-size:15px;
}
footer .wrapper > div:not(:last-child) {
	margin-right:20px;
}
footer .wrapper > div:first-child {
	text-align:left;
}
footer .bottom {
	padding-top:10px;
}
footer .bottom .wrapper {
	align-items:center;
	margin-bottom:20px;
}
footer #content_givebacklanding_footertop {
	font-size:22px;
	white-space:nowrap;
}
footer .top .wrapper > div:last-child {
	text-align:right;
}
footer .bottom .wrapper > div:nth-child(2) {
	text-align:center;
	flex-grow:1;
}
footer .wrapper > div.eho-wrapper {
	width:80px;
	min-width:80px;
}
footer .wrapper > div.jdc-logo {
	width:100px;
	min-width:100px;
}
footer .wrapper > div.ccr-logo {
	min-width:200px;
}
iframe {
	max-width:100%;
}
@media (min-width: 1600px) {
	body {
	}
}
@media (min-width: 769px) {
	body {
	}
}
@media (max-width: 768px) {
	.nomobile {
		display:none !important;
	}
	.mobileonly {
		display:block !important;
	}
	span.mobileonly {
		display:inline-block !important;
	}
	body {
		font-size:20px;
	}
	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 16px;
	}
	.p_index h1 {
		font-size:24px;
		line-height:24px;
	}
	.p_index h1 .highlight {
		font-size:37px;
	}
	.section-main hr {
		margin-bottom:20px;
	}
	header {
		font-size:5vw;
	}
	.main-header-image {
		margin-bottom:50px;
	}
	.outer-container {
		width:90%;
	}
    body .main-header {
        height: 56px;
        padding: 0px 20px
    }
	body .main-header .top-wrapper {
		height:auto;
	}
    .main-header .main-header-container {
		padding:10px 0px;
        position: relative
    }
    .main-header .main-header-container .sub-container {
        display: none
    }
	.contentBlock {
		margin-top:0px;
	}
	.contentBlock.t5 .wrapper, .contentBlock.t6 .wrapper, .contentBlock.t7 .wrapper {
		flex-wrap:wrap;
	}
	.contentBlock.t5 .wrapper .images, .contentBlock.t6 .wrapper .images, .contentBlock.t7 .wrapper .images {
		width:100%;
	}
	.contentBlock.t5 .wrapper .content, .contentBlock.t6 .wrapper .content, .contentBlock.t7 .wrapper .content {
		width:100%;
		text-align:center;
		margin-top:10px;
	}
	input.button {
		-webkit-appearance:none;
		border-radius:0;
	}
	table.noCollapse {
                margin:0px auto;
        }
    body:not(.mce-content-body) table:not(.noCollapse) {
            display:block;
            max-width:100% !important;
            width:100% !important;
            height:auto !important;
                        text-align:center;
    }
    body:not(.mce-content-body) table:not(.noCollapse) > tbody > tr > td, 
	body:not(.mce-content-body) table:not(.noCollapse) > tbody > tr, 
	body:not(.mce-content-body) table:not(.noCollapse) > tbody {
            display:block;
            width:auto !important;
            height:auto !important;
            padding:0 !important;
    }
    body:not(.mce-content-body)  	table:not(.noCollapse) > tbody > tr > td {
		text-align:center !important;
	}
    body:not(.mce-content-body)  	table:not(.noCollapse) > tbody > tr > td:not(:last-child) {
                margin-bottom:20px;
        }
	.contactform .checkboxes .checkbox {
		width:100%;
	}
	.section-details .home-details .right .links a {
		width:100%;
	}
	.section-details .home-details .right .links {
		flex-wrap:wrap;
	}

	.g-recaptcha {
	        display:block;
	    transform:scale(0.65);
	    -webkit-transform:scale(0.65);
	    transform-origin:0% 0%;
	    -webkit-transform-origin:0% 0%;
	        width:200px;
	        height:55px;
	}
	.builderWrapper .handle {
		font-size:24px;
	}
	.builderWrapper .content .item {
		width:100%;
	}
	.section-details.builder-details .home-details .left,.section-details.builder-details .home-details .right {
		width:100%;
		margin-left:0;
		margin-top:5px;
	}
	p {
		margin-bottom:20px;
	}
	p:last-child {
		margin-bottom:0;
	}
	.container, .inner-container {
		width:80%;
	}
	.container .container {
		width:auto;
	}
	.model-list .item {
		width:100%;
		margin-right:0;
		margin-left:0;
		margin-bottom:40px;
	}
	.main .left-img {
		position:relative;
		left:auto;
		bottom:auto;
		width:100%;
	}
	.main .right-img {
		display:none;
	}
	footer .wrapper {
		flex-wrap:wrap;
		justify-content: center;
	}
	footer .wrapper > div {
		width:100%;
		text-align:center !important;
		margin-bottom:30px;
		padding-top:20px;
	}
	footer #content_givebacklanding_footertop {
		white-space:normal;
	}
	.table-borders ul {
		margin-top:0;
	}
	.highlight {
		display:inline-block;
		line-height:1.4;
	}
	.highlight .highlight {
		display:inline;
	}
	.contentBlock ul {
		text-align:left;
	}
	body:not(.mce-content-body) .table-borders > tbody > tr > td:first-child {
		border-right:0;
	    border-bottom: 6px dotted #79a197;
		padding-bottom:20px !important;
	    margin-bottom: 30px !important;
	}
	header:not(.main-header) {
		margin-top:56px;
	}
}
