@charset "UTF-8";

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

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

.leasing-img{
	margin-bottom: 10px;
}

.mt-15{
	margin-top:20px;
	margin-bottom:20px;
}

.container-leasing h4{
	padding:5px 0px;
	margin:0px;
	
}

.container-leasing p{
	margin:0px;
}
.page_title{
	padding:15px 20px 0px 0px;
	font-weight:300;
	line-height:15px;
	background:#fff;
	margin-bottom:15px;
	position:relative;
	margin-left:25px;
}


.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;
}

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

.maintextbold{
	font-weight:bold;
}

.maintext ul {
	list-style-type:circle;
	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;
}

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

.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{
	font-size:21px;
	color:#1362A4;
	text-transform: uppercase;
	margin:10px 0px 5px 0px;
}

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

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

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

.offer-box p{
	margin:0px 10px 16px 0px;
}

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

.pdf-embed{
	height:975px;
}

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

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


@media (min-width: 992px){
	.col-md-4{
		width:31.33%;
		margin:7px;
		max-height:320px;
		overflow-y:scroll;
	}

	.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:-22px;
		margin-left:-22px;
	}
}

@media (max-width: 991px){

	.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
	}
}

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

.tz-gallery .lightbox img, .highlight .highlight-link img{
	width:100%;
	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 #1362A4;
	margin-top:21px;
	text-decoration:none !important;
	font-size:20px;
	font-weight:bold;
	display:inline-block;
}

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


.link3:hover{
		background-color:#1362A4;
	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;
}

.quicklinks_title h1{
	color:#fff;
	font-weight:300;
	font-size:25px;
}

.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;
}

.quicklinks-box{
	padding:10px 0px;
	background:#54585A;
	margin-top:-90px;
}

.page_title h1{
	color:#1362A4;
	font-size:22px;
	font-weight:300;
}

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

.home-header{
			font-weight:300;
	font-size:20px;
	color:#1362A4;
	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;
	line-height:15px;
	position:relative;
}

.quicklinks_title hr{
	background:#fff;
	border-top:none;
	height:2px;
	width:100%;
}

.quicklinks{
	padding:5px 25px 20px 25px;
	border-bottom:none;
}

.quicklinks .link{
	color:#fff;
}

.quicklinks .link.current_page, .quicklinks .link:hover{
	color:#fff;
	font-weight:bold;
			-webkit-transition: font-weight .4s ease;
  -moz-transition: font-weight .4s ease;
  -ms-transition: font-weight .4s ease;
  -o-transition: font-weight .4s ease;
  transition: font-weight .4s ease;
}

.page_text{
	min-height:400px;
	margin-left:25px;
	color:#484848;
	position:relative;
	z-index:9;
}
	.panel{
		margin-bottom:0px;
	}

.page_text a {
	color:#1362A4;
	font-weight:bold;
}

.page_text .search_color.maintextbold {
	color:#1362A4 !important;
}
.page_text a:hover{
	color:#54565A;
}

	.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;
}

.margin-img{
	margin-right:10px;
}

@media (max-width: 1200px){
		.main-logo img{
max-width:220px;
}

.overlay-text{
	top:43%;
}

	.page_text{
	margin-left:0px;
}
	.quicklinks_title{
		text-align:center;
	}


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

@media (max-width: 991px) {

	.quicklinks-box{
		padding:0px;
	}

	.main-page .col-lg-9{
		padding:0px;
	}

	.quicklinks_title h1{
		font-size:20px;
		margin:0px;
	}

	.quicklinks_title hr{
		height:1px;
		margin-bottom:0px;
	}

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

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

	.img-phone{
		display:none;
	}

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

	.page_title{
		border-bottom:1px solid #1362A4;
	}

	.page_title h1{
		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) {

	.overlay-text{
		top:16%;
	}

		.main-logo img{
max-width:170px;
margin: auto;
}

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