body {
	overflow-x: hidden;
	background: #242424 !important;
}

html {
	overflow-x: hidden;
}

.redBoxMT {
	margin-top: 50px;
}

@font-face {
	font-family: 'Conv_HelveticaLTStd-Blk';
	src: url('../fonts/HelveticaLTStd-Blk.eot');
	src: local('☺'), url('../fonts/HelveticaLTStd-Blk.woff') format('woff'), url('../fonts/HelveticaLTStd-Blk.ttf') format('truetype'), url('../fonts/HelveticaLTStd-Blk.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_HelveticaLTStd-Bold';
	src: url('../fonts/HelveticaLTStd-Bold.eot');
	src: local('☺'), url('../fonts/HelveticaLTStd-Bold.woff') format('woff'), url('../fonts/HelveticaLTStd-Bold.ttf') format('truetype'), url('../fonts/HelveticaLTStd-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_HelveticaLTStd-Obl';
	src: url('../fonts/HelveticaLTStd-Obl.eot');
	src: local('☺'), url('../fonts/HelveticaLTStd-Obl.woff') format('woff'), url('../fonts/HelveticaLTStd-Obl.ttf') format('truetype'), url('../fonts/HelveticaLTStd-Obl.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_HelveticaLTStd-Roman';
	src: url('../fonts/HelveticaLTStd-Roman.eot');
	src: local('☺'), url('../fonts/HelveticaLTStd-Roman.woff') format('woff'), url('../fonts/HelveticaLTStd-Roman.ttf') format('truetype'), url('../fonts/HelveticaLTStd-Roman.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.header {
	position: absolute;
	padding: 40px 0 20px 0;
	width: 100%;
	background: url(../img/headerBg.png);
}

.header .container {
	max-width: 1250px !important;
	width: 100%;
	position: relative;
	text-align: center;
}

.header{
	display: inline-block;
	width: 100%;
	position: relative;
	top: 0px;
}

.contain-navigation {
	display: inline-block;
	vertical-align: bottom;
}
.header .contactCont a {
	color: #FFF;
	font-size: 18px;
	text-decoration: none;
}
.contactCont {
	display: inline-block;
	visibility: middle;
}
.header .dropdown-menu {
	top: 75px;
	background-color: #000;
	opacity: 0.9;
	padding: 0;
	border: 0;
	border-radius: 0;
}

.header .dropdown-menu a.dropdown-item {
	color: #fff;
	text-transform: uppercase;
}

.header .dropdown-menu .dropdown-item.active,
.dropdown-item:active {
	color: #000;
}

.header .dropdown-menu .dropdown-item:focus,
.dropdown-item:hover {
	color: #000 !important;
	background-color: #f8f9fa;
}

.navbar-dark .navbar-brand {
	position: absolute;
	top: 5px;
	right: 0;
	z-index: 1;
	
}
.navbar-brand {
	margin: 0 30px 15px 0;
}
.navbar-dark  {
	width: auto;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	margin-right: 50px;
}
.navbar-brand img.logo {
	width: 230px;
	height: auto;
}
.nav-link {
	font-family: 'Conv_HelveticaLTStd-Roman', Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	color: #d2d2d2 !important;
	padding-right: 0.7rem !important;
	padding-left: 0.7rem !important;
}

.nav-link:hover {
	color: #ffffff !important
}

.img-fluid {
	width: 100%;
}

.redBoxRow {
	margin-top: -62px;
	max-width: 1250px !important;
	width: 100%;
}

.redBoxRow a.box1 {
	text-decoration: none;
	background: url(../img/red-bg1.png);
	background-size: cover;
	padding: 80px 0;
	width: 90%;
	color: #fff;
	transition: .3s ease;
	margin: auto;
	display: block;
}

.redBoxRow a.box1 h2 {
	font-family: 'Conv_HelveticaLTStd-Bold', Arial, Helvetica, sans-serif;
	font-size: 42px;
	text-align: center;
	line-height: 37px;
	letter-spacing: 2px;
	margin: 0;
	transition: all 200ms linear;
}

.redBoxRow a.box1 h2 span {
	font-size: 31px;
}

.redBoxRow a.box1:hover h2 {
	color: #F3DA30;
}

.redBoxRow a.box2 {
	text-decoration: none;
	background: url(../img/red-bg2.png);
	background-size: cover;
	padding: 80px 0;
	width: 90%;
	color: #fff;
	transition: .3s ease;
	margin: auto;
	display: block;
}

.redBoxRow a.box2 h2 {
	font-family: 'Conv_HelveticaLTStd-Bold', Arial, Helvetica, sans-serif;
	font-size: 42px;
	text-align: center;
	line-height: 37px;
	letter-spacing: 2px;
	margin: 0;
	transition: all 200ms linear;
}

.redBoxRow a.box2 h2 span {
	font-size: 31px;
}

.redBoxRow a.box2:hover h2 {
	color: #F3DA30;
}

.redBoxRow a.box3 {
	text-decoration: none;
	background: url(../img/red-bg3.png);
	background-size: cover;
	padding: 80px 0;
	width: 90%;
	color: #fff;
	transition: .3s ease;
	margin: auto;
	display: block;
}

.redBoxRow a.box3 h2 {
	font-family: 'Conv_HelveticaLTStd-Bold', Arial, Helvetica, sans-serif;
	font-size: 42px;
	text-align: center;
	line-height: 37px;
	letter-spacing: 2px;
	margin: 0;
	transition: all 200ms linear;
}

.redBoxRow a.box3 h2 span {
	font-size: 31px;
}

.redBoxRow a.box3:hover h2 {
	color: #F3DA30;
}

.redBoxRow a.box3 {
	text-decoration: none;
	background: url(../img/red-bg3.png);
	background-size: cover;
	padding: 80px 0;
	width: 90%;
	color: #fff;
	transition: .3s ease;
	margin: auto;
	display: block;
}

.redBoxRow a.box3 h2 {
	font-family: 'Conv_HelveticaLTStd-Bold', Arial, Helvetica, sans-serif;
	font-size: 42px;
	text-align: center;
	line-height: 37px;
	letter-spacing: 2px;
	margin: 0;
	transition: all 200ms linear;
}

.redBoxRow a.box3 h2 span {
	font-size: 31px;
}

.redBoxRow a.box3:hover h2 {
	color: #F3DA30;
}

.redBoxRow a.box4 {
	text-decoration: none;
	background: url(../img/red-bg4.png);
	background-size: cover;
	padding: 80px 0;
	width: 90%;
	color: #fff;
	transition: .3s ease;
	margin: auto;
	display: block;
}

.redBoxRow a.box4 h2 {
	font-family: 'Conv_HelveticaLTStd-Bold', Arial, Helvetica, sans-serif;
	font-size: 38px;
	text-align: center;
	line-height: 30px;
	letter-spacing: 2px;
	margin: 0;
	transition: all 200ms linear;
}

.redBoxRow a.box4 h2 span {
	font-size: 31px;
}

.redBoxRow a.box4:hover h2 {
	color: #F3DA30;
}

.redBoxRow a.box5 {
	text-decoration: none;
	background: url(../img/red-bg5.png);
	background-size: cover;
	padding: 80px 0;
	width: 90%;
	color: #fff;
	transition: .3s ease;
	margin: auto;
	display: block;
}

.redBoxRow a.box5 h2 {
	font-family: 'Conv_HelveticaLTStd-Bold', Arial, Helvetica, sans-serif;
	font-size: 38px;
	text-align: center;
	line-height: 30px;
	letter-spacing: 2px;
	margin: 0;
	transition: all 200ms linear;
}

.redBoxRow a.box5 h2 span {
	font-size: 31px;
}

.redBoxRow a.box5:hover h2 {
	color: #F3DA30;
}

.redBoxRow a.box6 {
	text-decoration: none;
	background: url("/img/red-bg5.jpg");
	background-size: cover;
	padding: 80px 0;
	width: 90%;
	color: #fff;
	transition: .3s ease;
	margin: auto;
	display: block;
}

.redBoxRow a.box6 h2 {
	font-family: 'Conv_HelveticaLTStd-Bold', Arial, Helvetica, sans-serif;
	font-size: 38px;
	text-align: center;
	line-height: 30px;
	letter-spacing: 2px;
	margin: 0;
	transition: all 200ms linear;
}

.redBoxRow a.box6 h2 span {
	font-size: 31px;
}

.redBoxRow a.box6:hover h2 {
	color: #F3DA30;
}

.celebratingRow {
	padding: 70px 0;
}

.celebratingRow h2 {
	color: #fff;
	font-family: 'Conv_HelveticaLTStd-Blk', Arial, Helvetica, sans-serif;
	font-size: 45px;
	margin-bottom: 40px;
	letter-spacing: 5px;
}

.celebratingRow p {
	font-family: 'Conv_HelveticaLTStd-Roman', Arial, Helvetica, sans-serif;
	color: #d2d2d2;
	font-size: 18px;
	line-height: 30px;
}

.celebratingRow a {
	color: #fff;
}

.celebratingRow a:hover {
	text-decoration: underline;
}

.contactRow {
	background: url(../img/bg.gif);
}

.contactRow .container {
	max-width: 1250px !important;
	width: 100%;
}

.contactRow .bannerSlider img {
	width: 100%;
}

.contactRow .slick-dots li button:before {
	font-size: 64px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.contactRow .slick-dots li.slick-active button:before {
	opacity: .75;
	color: #fff;
}

.contactRow .slick-dotted.slick-slider {
	margin-bottom: 0;
}

.contactRow .slick-dots {
	bottom: 30px;
}

.contactRow h2 {
	color: #fff;
	font-family: 'Conv_HelveticaLTStd-Blk', Arial, Helvetica, sans-serif;
	font-size: 25px;
	letter-spacing: 2px;
	margin-bottom: 12px;
}

.contactRow p {
	font-family: 'Conv_HelveticaLTStd-Bold', Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 25px;
	letter-spacing: 2px;
	margin-bottom: 7px;
}

.contactRow p span {
	font-family: 'Conv_HelveticaLTStd-Obl', Arial, Helvetica, sans-serif;
}

.contactRow a {
	color: #fff;
	transition: all 200ms linear;
}

.contactRow a:hover {
	color: #000;
	text-decoration: none;
}

.redBand {
	background: url(../img/redBand.gif);
	height: 15px;
}

.footer p {
	font-family: 'Conv_HelveticaLTStd-Roman', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #d2d2d2;
	margin: 0;
}

/*---------------------*/
/* LANDING PAGE CODE */
/*---------------------*/
.mainContentRow {
	padding: 0 0 70px 0;
	margin-top: 50px;
}

.mainContentRow h2 {
	color: #fff;
	font-size: 36px;
	margin-bottom: 20px;
	/*letter-spacing: 5px;*/
	text-align: left;
}

.mainContentRow p {
	font-family: 'Conv_HelveticaLTStd-Roman', Arial, Helvetica, sans-serif;
	color: #d2d2d2;
	font-size: 18px;
	line-height: 30px;
}

.mainContentRow h3,
.mainContentRow h4,
.mainContentRow strong,
.mainContentRow a {
	color: #fff !important;
}

.mainContentRow .aboutText img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.mainContentRow.whiteBg {
	padding: 70px 0;
	margin-top: 116px;
	background-color: #fff;
}

.mainContentRow.whiteBg h2,
.mainContentRow.whiteBg h3,
.mainContentRow.whiteBg strong,
.mainContentRow.whiteBg a {
	color: #000 !important;
}

.mainContentRow.whiteBg a.widget-details,
.hosted-content .listings-detail-wrapper .make-an-offer a.btn {
	color: #fff !important;
}

/*---------------------*/
/* SANDHILL CODE */
/*---------------------*/
.footer img.footer-logo {
	width: 180px;
	height: auto;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
}

a.footerlink:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
}

.smallfootertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
}

.divfooter {
	width: 100%;
	max-width: 450px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

/*---------------------*/
/* CUSTOM CODE */
/*---------------------*/
.lead-button {
	font-weight: 700;
	max-width: 300px;
	text-transform: uppercase;
	border-width: 1px;
	border-style: solid;
	border-color: #b51111;
	border-radius: 0;
	-webkit-border-radius: 0;
	background-color: #b51111;
	color: #fff;
	text-align: center;
	font-size: 18px;
	padding: 10px 30px;
	display: block;
	margin: 10px auto;
	transition: all 200ms linear;
}

.lead-button:hover {
	background-color: #f3da30;
	color: #000;
	text-decoration: none;
}

label.feedbackMedium,
.CaptchaMessagePanel,
.CaptchaWhatsThisPanel a {
	color: #fff !important;
}

.attachment-search .search-checkboxes label .row {
	margin-left: 0;
	margin-right: 0;
}

.attachment-search .checkbox {
	margin-top: 0 !important;
}

.attachment-search .search-checkboxes {
	margin: 0 !important;
}

.hosted-content .attachment-search .search-subheader {
	margin-bottom: 5px !important;
}

.aboutCont img {
	width: 250px;
	height: auto;
}
/*---------------------*/
/* MEDIA QUERY */
/*---------------------*/
@media screen and (max-width: 1199px) {
	.nav-link {
		font-size: 12px;
		display: block;
		padding: .5rem .7rem !important;
	}

	.redBoxRow a.box1 h2,
	.redBoxRow a.box2 h2,
	.redBoxRow a.box3 h2,
	.redBoxRow a.box4 h2,
	.redBoxRow a.box5 h2,
	.redBoxRow a.box6 h2 {
		font-family: 'Conv_HelveticaLTStd-Bold';
		font-size: 30px;
		text-align: center;
		line-height: 33px;
	}

	.redBoxRow a.box1 h2 span,
	.redBoxRow a.box2 h2 span,
	.redBoxRow a.box3 h2 span,
	.redBoxRow a.box4 h2 span,
	.redBoxRow a.box5 h2 span,
	.redBoxRow a.box6 h2 span {
		font-size: 21px;
	}
}

@media screen and (max-width: 992px) {
	.header {
		position: relative;
		width: 100%;
		background: url(../img/headerBg2.png);
		padding: 20px 0;
	}

	.header .contactCont {
		text-align: center;
		width: 100%;
		top: 0;
		right: 0;
		margin-top: 25px;
	}
	
	.brand-bar {
		padding-bottom: 20px;
	}

	.nav-link {
		border-top: 1px solid #7f7f7f;
		text-align: center;
	}

	.header .dropdown-menu a.dropdown-item {
		text-align: center;
		font-size: 13px;
	}

	.navbar-dark .navbar-brand {
		position: relative;
		margin: 0 auto;
		top: 28px;
	}

	.navbar-dark .navbar-brand img.logo {
		width: 150px;
		height: auto;
	}

	.redBoxRow a.box1 {
		background: url(../img/red-bg1.png);
		background-size: cover;
		padding: 80px 0;
		width: 100%;
		color: #fff;
		transition: .3s ease;
		margin: auto;
	}

	.redBoxRow a.box2 {
		background: url(../img/red-bg2.png);
		background-size: cover;
		padding: 80px 0;
		width: 100%;
		color: #fff;
		transition: .3s ease;
		margin: auto;
	}

	.redBoxRow a.box3 {
		background: url(../img/red-bg3.png);
		background-size: cover;
		padding: 80px 0;
		width: 100%;
		color: #fff;
		transition: .3s ease;
		margin: auto;
	}

	.redBoxRow a.box4 {
		background: url(../img/red-bg4.png);
		background-size: cover;
		padding: 80px 0;
		width: 100%;
		color: #fff;
		transition: .3s ease;
		margin: auto;
	}

	.redBoxRow a.box5 {
		background: url(../img/red-bg5.png);
		background-size: cover;
		padding: 80px 0;
		width: 100%;
		color: #fff;
		transition: .3s ease;
		margin: auto;
	}
	
	.redBoxRow a.box6 {
		background: url("../img/red-bg5.jpg");
		background-size: cover;
		padding: 80px 0;
		width: 100%;
		color: #fff;
		transition: .3s ease;
		margin: auto;
	}
	

	.redBoxRow a.box1 h2,
	.redBoxRow a.box2 h2,
	.redBoxRow a.box3 h2,
	.redBoxRow a.box4 h2,
	.redBoxRow a.box5 h2,
	.redBoxRow a.box6 h2 {
		font-family: 'Conv_HelveticaLTStd-Bold';
		font-size: 30px;
		text-align: center;
		line-height: 33px;
	}

	.redBoxRow a.box1 h2 span,
	.redBoxRow a.box2 h2 span,
	.redBoxRow a.box3 h2 span,
	.redBoxRow a.box4 h2 span,
	.redBoxRow a.box5 h2 span,
	.redBoxRow a.box6 h2 span {
		font-size: 21px;
	}

	.contactRow h2 {
		text-align: center;
		margin-top: 30px;
	}

	.contactRow p {
		font-family: 'Conv_HelveticaLTStd-Bold';
		color: #fff;
		font-size: 25px;
		letter-spacing: 2px;
		margin-bottom: 7px;
		text-align: center;
	}

	.mainContentRow {
		padding: 0;
		margin: 20px 0 0 0;
	}

	.mainContentRow h2 {
		font-size: 32px;
	}

	.mainContentRow h3 {
		font-size: 24px;
	}

	.navbar-dark .navbar-toggler {
		
		right: 0;
		top: 0;
	}
	
	.navbar-dark{
		display: block;
		padding-bottom: 10px;
		margin-right: 0px;
	}
	
	.contain-navigation {
		width: 100%;
	}
	
	
}

@media screen and (max-width: 835px) {

	.redBoxRow a.box1 h2,
	.redBoxRow a.box2 h2,
	.redBoxRow a.box3 h2,
	.redBoxRow a.box4 h2,
	.redBoxRow a.box5 h2,
	.redBoxRow a.box6 h2 {
		font-family: 'Conv_HelveticaLTStd-Bold';
		font-size: 28px;
		text-align: center;
		line-height: 30px;
	}

	.redBoxRow a.box1 h2 span,
	.redBoxRow a.box2 h2 span,
	.redBoxRow a.box3 h2 span,
	.redBoxRow a.box4 h2 span,
	.redBoxRow a.box5 h2 span,
	.redBoxRow a.box6 h2 span {
		font-size: 18px;
	}

	.redBoxRow {
		margin-top: 0;
		max-width: 1250px !important;
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.redBoxMT {
		margin-top: 0;
	}

	.redBoxRow a.box1,
	.redBoxRow a.box2,
	.redBoxRow a.box3,
	.redBoxRow a.box4,
	.redBoxRow a.box5,
	.redBoxRow a.box6 {
		padding: 17px 0;
	}

	.redBoxRow a.box1 h2,
	.redBoxRow a.box2 h2,
	.redBoxRow a.box3 h2,
	.redBoxRow a.box4 h2,
	.redBoxRow a.box5 h2,
	.redBoxRow a.box6 h2 {
		font-size: 21px;
	}

	.redBoxRow a.box1,
	.redBoxRow a.box2,
	.redBoxRow a.box3,
	.redBoxRow a.box4,
	.redBoxRow a.box5,
	.redBoxRow a.box6 {
		margin: auto auto 12px auto;
		-webkit-box-shadow: inset -1px 3px 16px 14px rgba(0, 0, 0, 0.13);
		-moz-box-shadow: inset -1px 3px 16px 14px rgba(0, 0, 0, 0.13);
		box-shadow: inset -1px 3px 16px 14px rgba(0, 0, 0, 0.13);
	}

	.nav-link {
		font-size: 14px;
	}

	.box3 br {
		display: none;
	}
}

@media screen and (max-width: 460px) {
	.logo {
		width: 269px;
		display: block;
		margin: auto;
	}

	.navbar-dark .navbar-brand img.logo {
		width: 190px;
		height: auto;
	}

	.header .navbar-toggler {
		padding: 0;
		font-size: 1.25rem;
		line-height: 1;
		background-color: transparent;
		border: 0px solid transparent;
		border-radius: .25rem;
	}

	.header .navbar-toggler:focus {
		outline: 0;
		border: 0;
	}

	.redBoxRow a.box1 h2,
	.redBoxRow a.box2 h2,
	.redBoxRow a.box3 h2,
	.redBoxRow a.box4 h2,
	.redBoxRow a.box5 h2,
	.redBoxRow a.box6 h2 {
		font-size: 16px;
		letter-spacing: 1px;
	}

	.redBoxRow a.box1 h2 span,
	.redBoxRow a.box2 h2 span,
	.redBoxRow a.box3 h2 span,
	.redBoxRow a.box4 h2 span,
	.redBoxRow a.box5 h2 span,
	.redBoxRow a.box6 h2 span {
		font-size: 16px;
	}

	.redBoxRow a.box1,
	.redBoxRow a.box2,
	.redBoxRow a.box3,
	.redBoxRow a.box4,
	.redBoxRow a.box5,
	.redBoxRow a.box6 {
		padding: 9px 0;
	}

	.celebratingRow h2 {
		color: #fff;
		font-family: 'Conv_HelveticaLTStd-Blk';
		font-size: 26px;
		margin-bottom: 40px;
		letter-spacing: 2px;
		margin-bottom: 14px;
	}

	.celebratingRow h2 br {
		display: none;
	}

	.celebratingRow p {
		font-family: 'Conv_HelveticaLTStd-Roman';
		color: #d2d2d2;
		font-size: 15px;
		line-height: 24px;
	}

	.celebratingRow {
		padding: 30px 14px;
		text-align: center;
	}

	.contactRow h2 {
		font-size: 20px;
		margin-bottom: 12px;
		margin-top: 25px;
		text-align: center;
	}

	.contactRow p {
		text-align: center;
		font-size: 17px;
	}

	.contactRow .slick-dots {
		bottom: 10px;
	}

	.contactRow .slick-dots li button:before {
		font-size: 35px;
	}

	.contactRow .slick-dots li {
		margin: 0;
	}

	.footer .col-md-4 {
		text-align: center;
	}
}

@media screen and (max-width: 359px) {
	.logo {
		width: 223px;
		display: block;
		margin: auto;
	}
}