@charset "UTF-8";

html, body {
  overflow-x:hidden;
  width:100%;
}
.nopadding{
	padding:0px;
}

.top_image{
	width:100%;
	min-height:175px;
}


.module-sm2 .flexslider{
	height:335px;
	min-height: 335px;
}

.tcimage{
	width:275px;
	padding-right:20px;
}

.page_text h1{
	color:#FFFFFF;
	font-size:25px;
	padding-bottom:10px;
}

.app-buttons{
	margin:auto;
}

.app-buttons img{
	float:left;
}

.icons-main{
	background:rgba(0,0,0,.8);
}

.ets_tables{border:solid 1px #fff;}
.ets_tables td{padding:8px;word-break:break-word;}
.ets_tables tr{background-color:#eeeeee !important;}
.ets_tables tr:nth-child(even){background-color:#eee!important;}
.ets_tables tr:nth-child(odd){background-color:#fff !important;}

.ets_tables{
	margin-bottom:25px;
    word-wrap: break-word;
	color: #07080d;
}

#baguetteBox-overlay .full-image figcaption{
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
}

.maintextbold{
	font-weight:bold;
}

.maintext ul {
	margin-left:30px;
}


ol {
    display: block;
    list-style-type: decimal;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}

ol ol {
    list-style-type: lower-alpha;
    margin-top:0px;
}

ol ol ol {
    list-style-type: upper-roman;
}

ul{
	list-style: disc;
}


ul ul {
	list-style: circle
}

.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}

.divTableCell1{
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	display: table-cell;
	padding: 10px 25px;
}

.divTableCell2{
	border-bottom: 1px solid #ddd;
	display: table-cell;
	padding: 10px 25px;
}

.divTableCell3{
	border-right: 1px solid #ddd;
	display: table-cell;
	padding: 10px 25px;
}

.divTableCell4{
	display: table-cell;
	padding: 10px 25px;
}

.divTableBody {
	display: table-row-group;
}


.divTable img{
	display:block;
	margin:auto;
}

/* PROPERTY PLUS OFFER PAGE */

.offer-box{
	border:1px solid #ccc;
	padding:10px;
}

.offer-box .fa{
	position:absolute;
	bottom:0px;
	right:0px;
	color:#999;
	font-size:18px;
}

.offer-box h1{
	text-align: left;
	font-size:21px;
	color:#b89d5c;
	text-transform: uppercase;
	margin:10px 0px 5px 0px;
}

.offer-box h2{
	font-size:15px;
	font-style:normal;
	color:#000;
	text-align: left;
}

.offer-box hr{
	color:#CCCCCC;
	margin:0;
	margin-bottom:10px;
}

.offer-box img {
	margin:auto;
	height:200px;
	object-fit:contain;
	object-position:center;
	width:100%;
}

.offer-box p{
	margin:0px 5px 16px 0px;
	text-align: left;

}

.offer-box a{
		white-space:normal;
	word-wrap:break-word;
}

.offer-box2 p{
	margin:0px;
}

.pdf-embed{
	height:975px;
}

.home-linkbox{
	padding:4px;
	background:#fff;
	color:#444 !important;
	border-radius:10px;
	border:1px solid #b89d5c;
	text-align: center;
	margin:5px 0px;
	display:block;
	text-transform: uppercase;
	width:96%;
	bottom:10px;
	position:absolute;
}

.home-linkbox:hover{
	background:#eee;
	text-decoration: none !important;
}


.main-logo{
	top:5%;
}


.rewards-page{
	padding-bottom:60px;
}

.linkbox-deals{
	margin: 7px;
background: #b89d5c;
padding: 7px 19px;
text-transform: uppercase;
font-size: 12px;
display: inline-block;
color: #FFFFFF !important;
border-radius: 4px;
text-decoration: none;
}

.linkbox-deals:hover{
	background: #0091c9;
	color: #FFFFFF !important;
	text-decoration:none !important;
}

.deals-section h1{
	color:#b89d5c;
	padding-top: 35px;
	font-size: 27px;
	text-transform: uppercase;
	letter-spacing: .1rem;
	font-weight: 400;
}

@media (min-width: 992px){


	.row-team .col-md-4{
		overflow-y:auto;
	}

	.offer-box2{
		overflow-y:hidden;
		min-height:408px;
		border-radius:5px;
		padding:0px;
	}

	.offer-box2 p, .offer-box2 h1{
		padding:5px;
		text-align:left;
	}

	.margin-extra{
		margin-right:0px;
		margin-left:0px;
	}
}

@media (max-width: 991px){

	.module-sm2 .flexslider{
		height:240px;
		min-height:240px;
	}
	.offer-box h1, .offer-box h2{
		text-align: center;
	}

	.home-linkbox{
		position:relative;
		width: auto;
		bottom:0px;
	}

	.offer-box .fa{
		display:none;
	}
	.offer-box{
	text-align:center;
	margin-bottom:10px;
	}

	.offer-box img{
		margin:auto;
		height:auto
	}
}

/* END Property Plus Deals Page */



.tz-gallery{
	padding:10px;
}
.tz-gallery img, .highlight img{
	border-radius: 4px;
}

.tz-gallery .lightbox img, .highlight .highlight-link img{
	width:100%;
	height:200px;
	overflow:hidden;
	object-fit:cover;
	object-position:center;
	margin-bottom:30px;
	transition:0.2s ease-in-out;
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}

.tz-gallery .lightbox img:hover, .highlight .highlight-link img:hover{
	transform:scale(1.05);
	box-shadow:0 8px 15px rgba(0,0,0,0.3);
}


.link3{
	padding:15px 37px !important;
	border:1px solid #b89d5c;
	margin-top:21px;
	text-decoration:none !important;
	font-size:20px;
	font-weight:bold;
}

.btnwrap{
	text-align:center;
	margin:0 auto;
	display:block;
	width:50%;
}

.copyright_wrapper{
	position: fixed;
}


.link3:hover{
		background-color:#b89d5c;
	color:#fff !important;
		-webkit-transition: background-color .2s ease;
  -moz-transition: background-color .2s ease;
  -ms-transition: background-color .2s ease;
  -o-transition: background-color .2s ease;
  transition: background-color .2s ease;
}

.link3:focus{
	color:#b89d5c;
}

.quicklinks h1{
	color:#fff;
	font-weight:300;
	font-size:25px;
	text-transform: capitalize;
	border-bottom:1px solid #eee;
	padding-bottom:15px;
}

.quicklinks_trigger {
	text-decoration:none;
	color:#021E78;
    cursor:pointer;
    top:0px;
}

.quicklinks_wrapper{
	float:left;
	margin-right:16px;
}

.quicklinks_trigger:hover{

}

.link2{
	display:block;
	font-size:16px;
	padding:10px;
	color:#fff;
}

.quicklinks_menu .link {
	text-align:left;
	display:block;
	float:none;
	border-top:none;
}
.quicklinks_menu .link:hover {
	background:#fff;
	color:#67c0ca;
	border:none;
}

.quicklinks_menu{
	background-color: #fff;
	border:1px solid #67c0ca;
    min-width: 187px;
    position: relative;
    top: 8px;
    z-index: 9999;
    display:none;
}

.quicklinks_menu a{
	text-decoration:none;
}

.quicklinks_menu span{
color:#fff;
padding:10px;
text-align:center;
text-decoration: none;
}


.page_title h1{
	color:#121A2B;
	font-size:33px;
	font-weight:300;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	left:0;
	right:0;
}

.page_title h2{
		font-weight:300;
	font-size:25px;
	color:#0039E7;
}
.icon-fill{
	fill:#999;
}

.footer-main{
	position:relative;
	border-top:1px solid #B1ADAD;
}

.home-header{
			font-weight:300;
	font-size:20px;
	color:#b89d5c;
	text-align: center;
}

.nomargin2{
	margin:0 !important;
}

.ets_tables td{
	padding:5px;
}

.ets_tables tr{
	border:1px solid #ddd;
}

.quicklinks_title{
		padding:10px 20px 0px 25px;
	font-weight:300;
	background:#fff;
	position:relative;
	float:left;
	z-index:9;
}

.quicklinks{
	padding:20px;
	border-bottom:none;
	background: #333333;
	margin-top:-66px;
	position: relative;
	z-index:99;
}

.quicklinks .link{
	color:#fff;
}

.quicklinks .link.current_page, .quicklinks .link:hover{
	font-weight:600;
  color:#b89d5c;
}


.main-logo img{
	width:200px;
}

.main .overlay-text{
	top:130px;
}

.main .overlay-text h1{
	font-size:43px;
	letter-spacing:1px;
	float:left;
	margin-top:54px;
}

.main-hub{
	margin:0 auto;
	left:0;
	right:0;
	position: absolute;
	text-align: center;
	width:125px;
}

.border-bottom{
	border-bottom:1px solid #B1ADAD;
}
.page_text{
	min-height:500px;
	color:#FFFFFF;
	position:relative;
	z-index:9;
	padding-top:20px;
	padding-bottom:100px;
}

.clear{
	clear:both;
}

.page_text a {
	color:#b89d5c;
}
.page_text .search_color.maintextbold {
	color:#b89d5c !important;
}
.page_text a:hover{
	color:#b89d5c;
	text-decoration: underline;
}

	.main-footer{
	position:relative !important;
}

.dhs-logo{
	padding:15px;
	border:1px solid #eee;
	margin-bottom:20px;
}

.dhs-logo a{
	text-decoration: none;
	color:#333;
	cursor:pointer;
}

.dhs-logo a:hover{
	font-color:#333 !important;
	text-decoration: none !important;
}

.dhs-logo p{
	margin-top:15px;
}

.dhs-logo2{
	background:#eee;
	border-radius:5px;
	margin-bottom:25px;
}

.mobile-section{
	display: none;
}


.margin-img{
	margin-right:10px;
}
@media (max-width: 1330px){
	.main .overlay-text{
		top:112px;
	}
	.main-hub{
		width:103px;
	}
	}
@media (max-width: 1150px){
.main .overlay-text h1{
	font-size:30px;
	margin-top:35px;
}
.main-hub{
	width:82px;
}
.main .overlay-text{
	top:105px;
}
}

@media (max-width: 991px) {

	.page_text{
		min-height:300px;
	}

	.page_text h1{
		text-align: center;
	}

	.header2 .col-lg-10{
	display:none;
}

.main .overlay-text{
	top:87px;
}
.desktop-section, .quicklinks-title-desktop{
	display: none;
}

.main .wrapper-footer{
	position: relative;
}

.main-hub{
	width:64px;
}

.main .overlay-text h1{
	font-size:24px;
	margin-top:27px;
}

.border-bottom{
	border-bottom:none;
}
.mobile-section {
	display: block;
}

.quicklinks_title{
	float:none;
	text-align: center;
}

.quicklinks .link{
	display:inline;
	border-right:1px solid #eee;
	padding:0px 14px;
	text-align: center;
	line-height:24px;
}

	.dhs-logo2 img{
		margin: auto;
		float:none;
	}

	.margin-img{
		margin-bottom:15px !important;
	}

	.img-phone{
		display:none;
	}

	.main-logo img{
max-width:155px;
}
		.overlay-text{
		top:22%;
	}
	.quicklinks{
		padding:10px 10px;
		margin-top:0px;

	}
	.quicklinks h1{

	}

	.page_title h1{
		text-align:center;
	}

  .right-logos ul{
    text-align: center;
  }

	.icons-main{
	display:none;
	}

	.btnwrap{
		width:100%;
	}
	.ets_tables, #map_canvas, #map_results_UI_results_wrapper{
		width:100% !important;
	}

	ol {
    padding-left: 20px;
}
.table>tbody>tr>td{
	vertical-align: middle;
	font-size:14px;
	padding:2px;
	text-align:left;
}

	#map_results_UI_search, #map_results_UI_search_text{
		width:auto !important;
	}

	.map_results_UI_results_address{
		display:none;
	}


	#form1{
		display:grid;
		margin:0px;
	}
	#submit{
		position:relative;
		margin-top:15px;
	}

			.page_title h1{
		font-size:25px;
		white-space:normal;
	}
	.page_title h2{
		font-size:20px;
	}

}


@media (max-width: 767px) {

	.icons-nav.pull-left{
		float:none;
	}
		.main-logo img{
max-width:150px;
margin: auto;
}



	.pdf-embed{
		display:none;
	}
	.divTableCell1, .divTableCell2, .divTableCell3{
		padding:10px;
	}
	}
