@charset "UTF-8";

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

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


.page_title{
	padding:10px 20px 10px 0px;
	font-weight:300;
	line-height:15px;
	background:#fff;
	position:relative;

}

.ritual-btn{
	border:1px solid #888;
	border-radius: none;
	color:#02bec9;
}

.ritual-map{
	box-shadow: 0 10px 13px 0 rgba(0,0,0,0.2),0 6px 15px 0 rgba(0,0,0,0.19) !important;
	margin-bottom:25px;
}

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

.header-icon{
	position:absolute;
	top:40%;
	left:0;
	right:0;
	margin:auto;
	z-index:10;
	text-align:center;
}

.top-icon{
	width:55px;
	display:inline-block;
	margin-top:-22px;
}

.header-icon h1{
	display:inline-block;
	margin-left:20px;
	font-size:45px;
}

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

.classpass-btn{
	background-color:#05f;
	color:#fff !important;
	padding:10px 20px;
	font-size:20px;
	text-align: center;
	width:42%;
	display: block;
	margin: auto;
	font-weight:600;
}

.classpass-btn:hover{
	text-decoration: none !important;
	background-color:#034ce0;
}

.classpass-header{
	color:#444;
	text-align: left;
	font-size:23px;
	font-weight:300;
	text-decoration: underline;
	text-align:center;
}

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

    .google-maps {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

/* 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:#C08E40;
	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:#fff;
	color:#444 !important;
	border-radius:10px;
	border:1px solid #C08E40;
	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{
  margin: auto;
  display: flex;
  align-items: center;
  height: 100%;
  position: absolute;
}


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

.welcome-image {
    width: 100%;
    height: 300px;
    overflow: hidden;
    object-fit: cover;
    object-position: bottom;
    margin-bottom: 15px;
}

.left-text-image {
  width: 25%;
  height: 240px;
  overflow: hidden;
  object-fit: cover;
  object-position: bottom;
  margin-bottom: 15px;
  float: left;
  margin: 0 20px 0px 0;
}

.right-text-image {
  width: 35%;
  height: 240px;
  overflow: hidden;
  object-fit: cover;
  object-position: bottom;
  margin-bottom: 15px;
  float: right;
  margin: 0 0px 0px 20px;
}

.timeline-image {
  width: 95%;
  text-align: center;
  margin: 0 auto;
}

/* building brochure page */
.brochure-boxes{
  display: flex;
  flex-wrap: wrap;
}

.brochure-box{
  padding: 15px;
  border:1px solid #ccc;
  margin:20px 40px 20px 0;
  width:28%;
}

.brochure-box img{
  width: 100%;
  height: 275px;
  overflow: hidden;
  object-fit: cover;
  object-position: top;
}

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

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

	.classpass-btn{
		width:100%;
	}
	.list-table ul > li {
		margin:0 0 14px;
		line-height: 17px;
		word-break:inherit;
	}

	.tcimage, .tctext{
		width:100% !important;
	}

	.list-table td{
		max-width:50%;
	}
	.list-table ul{
		margin-left:auto;
	}
	.link3{
		display:block;
	}

	.footer_img_main{
		display:none;
	}

	.page_title{
		padding:10px 0px;
	}


	.header-icon h1{
		margin-left:8px;
		font-size:30px;
	}

	.header-icon{
		top:45%;
	}

	.top-icon{
		margin-top:-11px;
		width:40px;
	}

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

  .brochure-box{
    width:44%;
  }

  .left-text-image {
      width: 100%;
      height: 350px;
      overflow: hidden;
      object-fit: cover;
      object-position: center;
      float: none;
      margin: 0 0 15px 0;
  }
}

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

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

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


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


.page_title h1{
	color:#333333;
	font-size:33px;
	font-weight:300;
	text-transform: uppercase;
}

.page_title h2{
	font-size:33px;
	color:#C08E40;
	text-transform: uppercase;
}

.page_title h3{
	font-size:22px;
	color:#C08E40;
  font-weight: 600;
  padding: 0 0 0 25px;
}

.icon-fill{
	fill:#999;
}

.home-icon{
	float:left;
	width:29px;
	margin-right:20px;
}

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

.nomargin2{
	margin:0 !important;
}

.ets_tables td{
	padding:5px;
}

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

.title-content{
  display: flex;
  align-items: flex-end;
  margin-top:30px;
}

.quicklinks_title{
		padding:10px 20px 0px 25px;
	font-weight:300;
	line-height:15px;
	background:#fff;
	position:relative;
}

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

.quicklinks .link{
	color:#333;
}

.quicklinks .link.current_page, .quicklinks .link:hover{
	color:#C08E40;
}

.page_text{
	min-height:400px;
	color:#444444;
	position:relative;
	z-index:9;
	margin-bottom:100px;

}

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

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

.page_text a.classpass{
	color:#05f;
}

	.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: 1199px) {

	.overlay-text{
		width:95%;
	}
	.page_text{
	min-height:300px;
	margin-left:0px;
	}

  .chapter-name-desktop{
    visibility: hidden;
  }
	}

@media (max-width: 991px) {

.tcimage, .tctext{
	float:left !important;
}
.tcimage img, .tcimage2{
	text-align: center;
	padding-left:0 !important;
	margin: 0 auto;
}

.tcimage img{
	width:200px;
}
	.home-icon{
		display:none;
	}

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

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

	.img-phone{
		display:none;
	}
	.main-logo{
		top:5% !important;
	}

		.overlay-text{
		top:18%;
		z-index:auto;
	}
	.quicklinks{
		padding:10px 0px 75px 0px;
	}

	.quicklinks h1{
		font-size:21px;
		color:#C08E40;
		text-transform: uppercase;
	}

	.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:25px;
	}

  .page_title h3{
    font-size:18px;
  }

}


@media (max-width: 767px) {


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

  @media (max-width: 696px){
    .brochure-box{
      margin:12px 12px 12px 0;
    }
  }
