.intro-video-container {
	position: absolute;
	z-index: 150;
	overflow: hidden;
	width: 100% !important;
	background-color: #F5F5F5;
}
.intro-video-container .intro-video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 151;
}
.intro-video-container .intro-video video {
	display: block;
	opacity: 0;
}

.home-slider {
	margin: 0;
	/*display: none;*/
}
.home-slider-container {
	margin: 0;
	background-color: #F5F5F5;
	overflow: hidden;
	height: 100vh;
	position: relative;
}
.home-slider .home-slide {
	padding: 0;
	color: #FFFFFF;
}
.home-slider .home-slide .desktop-slide,
.home-slider .home-slide .mobile-slide {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 1080px;
}
.home-slider .home-slide a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 101;
}
.home-slider .home-slide .slide-text {
	position: absolute;
	top: 50%;
	left: 50%;
}
.home-slider.content-slider .slider-previous-button {
	background-color: transparent;
	width: 39px;
	height: 68px;
	padding: 0;
	right: auto;
	left: 40px;
}
.home-slider.content-slider .slider-next-button {
	background-color: transparent;
	width: 39px;
	height: 68px;
	padding: 0;
	left: auto;
	right: 40px;
}

@media screen and ( max-width: 767px ) {
	.home-slider.content-slider .slider-previous-button {
		left: 20px;
	}
	.home-slider.content-slider .slider-next-button {
		right: 20px;
	}
}

@media screen and ( max-width: 479px ) {
	.home-slider-container {
		margin: 0;
	}
}


section.quick-panel {
	background-image: url(../images/subpage-bg.jpg);
	background-position: top center;
}

.quick-panel-slider {
	margin: 0;
}
.quick-panel-slider-container {
	padding: 0 80px;
}
.quick-panel-slider .quick-panel-slide {
}
.quick-panel-slider.content-slider .slider-previous-button {
	background-color: transparent;
	width: 39px;
	height: 68px;
	padding: 0;
	margin-right: 20px;
}
.quick-panel-slider.content-slider .slider-next-button {
	background-color: transparent;
	width: 39px;
	height: 68px;
	padding: 0;
	margin-left: 20px;
}

.quick-panel-slider .quick-panel-link {
	float: left;
	display: inline-block;
	width: 31%;
	margin: 0 1%;
}
.quick-panel-slider .quick-panel-link img {
	width: 100%;
	max-width: 100%;
	vertical-align: bottom;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

@media screen and ( max-width: 1362px ) {
	.quick-panel-slider-container {
		padding: 0 80px;
	}
}

@media screen and ( max-width: 992px ) {
	section.quick-panel {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	section.quick-panel .z-container {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	section.quick-panel .z-column {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.quick-panel-slider-container {
		padding: 0;
	}
	.quick-panel-slider.content-slider .slider-previous-button {
		margin-right: 0;
		right: auto;
		left: 40px;
	}
	.quick-panel-slider.content-slider .slider-next-button {
		margin-left: 0;
		left: auto;
		right: 40px;
	}
	.quick-panel-slider .quick-panel-link {
		width: 33.3333%;
		margin: 0;
	}
}

@media screen and ( max-width: 767px ) {
	.quick-panel-mobile {
		float: left;
		width: 50%;
		display: inline-block;
	}
}

@media screen and ( max-width: 479px ) {
	.quick-panel-mobile {
		float: none;
		width: 100%;
	}
	.quick-panel-mobile img {
		width: 100% !important;
	}
}


section.florida {
	background-image: url(../images/locations-section-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	overflow: hidden;
	position: relative;
}
section.florida:after {
	content: '';
	position: absolute;
	top: 25%;
	right: -40%;
	z-index: 1;
	width: 900px;
	height: 900px;
	border-radius: 50%;
	transform: translate(-50%,-50%);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
	background: -moz-radial-gradient(center, ellipse closest-side, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse closest-side, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse closest-side at center, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
section.florida .z-column {
	position: relative;
	background-image: url(../images/locations-content-container.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 40px 0 80px 60px;
}
section.florida .florida-heading {
	position: relative;
	z-index: 3;
	color: #00466d;
	font-weight: bold;
	display: inline-block;
	padding-bottom: 0;
}
section.florida .florida-text {
	position: relative;
	z-index: 3;
	color: #000000;
	margin-left: 0;
	margin-right: 500px;
}

section.florida .florida-map {
	position: absolute;
	top: -180px;
	right: 60px;
	z-index: 2;
	max-width: 960px;
}

section.florida .florida-map .pin-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/*background-color: rgba( 0, 0, 0, 0.25 );*/
	/*overflow: hidden;*/
}
section.florida .florida-map .pin-container .pin {
	display: inline-block;
	position: absolute;
	visibility: hidden;
	white-space: nowrap;
	margin-left: -20px;
	margin-top: -20px;
}
section.florida .florida-map .pin-container .pin a {
	display: inline-block;
	position: relative;
	text-decoration: none;
	/*background-color: rgba( 0, 255, 0, 0.5 );*/
}
section.florida .florida-map .pin-container .pin .marker {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-image: url(../images/peach.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
}
section.florida .florida-map .pin-container .pin .name {
	position: absolute;
	top: 0.25em;
	left: 0;
	z-index: 20;
	color: #004b76;
	text-shadow: 0 1px 5px rgba(255, 255, 255, 1);
	/*background-color: rgba( 0, 0, 255, 0.5 );*/
	font-family: 'Amatic SC';
	font-size: 30px;
	font-weight: bold;
	line-height: 1em;
	padding: 0.1em 0.2em 0.35em 40px;
	overflow: hidden;
	transition: all 0.2s ease-in-out;
}
section.florida .florida-map .pin-container .pin .name.left {
	position: absolute;
	right: 0;
	left: auto;
	padding-left: 0.2em;
	padding-right: 34px;
	white-space: nowrap;
}
section.florida .florida-map .pin-container .pin a:hover .name {
	color: #FFFFFF;
	text-shadow: 0 1px 5px rgba(0, 0, 0, 1);
}


@media screen and (max-width: 1362px) {
	section.florida .z-column {
		padding: 30px 0 80px 60px;
		width: auto !important;
		margin-right: 280px !important;
	}
	section.florida .florida-heading {
		font-size: 48px;
	}
	section.florida .florida-text {
		margin-right: 340px;
		font-size: 16px;
		line-height: 22px;
	}
	section.florida .florida-map {
		right: -110px;
	}
}

@media screen and (max-width: 992px) {
	section.florida {
		padding: 0;
	}
	section.florida .z-column {
		background-image: none;
		text-align: center;
		padding: 40px;
		margin: -120px 0 -280px !important;
		min-height: auto;
	}
	section.florida .florida-heading {
		position: relative;
		z-index: 3;
		top: -280px;
		color: #004b76;
		background-color: rgba( 255, 255, 255, 0.9 );
		display: block;
	}
	section.florida .florida-text {
		margin: 0;
		position: relative;
		top: -280px;
		padding: 20px 40px;
		background-color: rgba( 255, 255, 255, 0.9 );
		display: block;
	}
	section.florida .florida-map {
		position: relative;
		top: auto;
		left: -240px;
		width: 100%;
		max-width: 100%;
		display: inline-block;
	}
	section.florida .florida-map img {
		width: 100%;
		max-width: 100%;
	}
	section.florida .florida-map .pin-container {
		/*overflow: visible;*/
	}
	section.florida .florida-map .pin-container .pin .name {
		/*font-size: 24px;*/
	}
}

@media screen and (max-width: 767px) {
	section.florida .z-column {
		padding: 0 0 40px;
		margin: -60px 0 -180px !important;
	}

	section.florida .florida-map {
		position: relative;
		top: auto;
		left: -200px;
	}

	section.florida .florida-map .pin-container .pin .marker {
		width: 32px;
		height: 32px;
	}
	section.florida .florida-map .pin-container .pin .name {
		font-size: 24px;
		/*top: 0;*/
		padding-left: 32px;
	}
	section.florida .florida-map .pin-container .pin .name.left {
		padding-right: 28px;
	}

	section.florida .florida-heading {
		margin-left: 20px;
		margin-right: 20px;
		top: -180px;
	}
	section.florida .florida-text {
		padding-top: 0;
		margin-left: 20px;
		margin-right: 20px;
		top: -180px;
	}
}

@media screen and (max-width: 479px) {
	section.florida .z-column {
		width: 100%;
		max-width: 100%;
		margin: 0 !important;
		padding-bottom: 4px;
	}
	section.florida .florida-map {
		top: 80px;
		left: -180px;
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
	}
	section.florida .florida-map .pin-container .pin .marker {
		width: 24px;
		height: 24px;
	}
	section.florida .florida-map .pin-container .pin .name {
		top: 0.5em;
		letter-spacing: -0.05em;
		font-size: 14px;
		padding-left: 24px;
	}
	section.florida .florida-map .pin-container .pin .name.left {
		padding-left: 0;
		padding-right: 20px;
	}

	section.florida .florida-heading {
		padding: 0;
		padding-top: 20px;
		font-size: 42px;
		margin: 0;
		top: 0;
	}
	section.florida .florida-text {
		padding: 20px;
		padding-top: 0;
		margin: 0;
		top: 0;
		font-size: 14px;
	}
}




section.blog {
	background-image: url(../images/subpage-bg.jpg);
	background-position: top center;
	padding: 80px 0;
}
section.blog .blog-heading {
	color: #005490;
}
section.blog .more-articles .z-button {
	background-color: #005490;
	color: #FFFFFF;
	font-family: 'Serengetti';
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 2em;
	padding: 0 80px;
}
section.blog .more-articles .z-button:hover {
	color: #FFFFFF;
	background-color: #FF7D42;
}

.blog-slider {
	margin: 0;
}
.blog-slider-container {
	padding: 0 80px;
}
.blog-slider .blog-slide {
}
.blog-slider.content-slider .slider-previous-button {
	background-color: transparent;
	width: 39px;
	height: 68px;
	padding: 0;
	margin-top: -30px;
	margin-right: 20px;
}
.blog-slider.content-slider .slider-next-button {
	background-color: transparent;
	width: 39px;
	height: 68px;
	padding: 0;
	margin-top: -30px;
	margin-left: 20px;
}

.blog-slider .blog-article {
	float: left;
	display: inline-block;
	width: 31%;
	margin: 0 1%;
}
.blog-article a {
	display: block;
}
.blog-article .thumbnail {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	border: 1px solid rgba( 0, 0, 0, 0.5 );
}
.blog-article .thumbnail img {
	max-width: 100%;
	width: 100%;
	vertical-align: bottom;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease
}
.blog-article a:hover .thumbnail img {
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
}
.blog-article a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.blog-article a:hover {
	color: #FF7D42;
}

@media screen and ( max-width: 1362px ) {
	.blog-slider-container {
		padding: 0 80px;
	}
}

@media screen and ( max-width: 992px ) {
	section.blog {
		width: 100%;
		margin: 0;
	}
	section.blog .z-container {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	section.blog .z-column {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	section.blog .blog-heading {
		text-align: center;
		margin-bottom: 40px;
	}

	.blog-slider-container {
		padding: 0;
	}
	.blog-slider.content-slider .slider-previous-button {
		top: -93px;
		margin-top: 0;
		margin-right: 0;
		right: auto;
		left: 40px;
	}
	.blog-slider.content-slider .slider-next-button {
		top: -93px;
		margin-top: 0;
		margin-left: 0;
		left: auto;
		right: 40px;
	}
	.blog-article {
		width: 33.3333%;
		margin: 0;
	}
}

@media screen and ( max-width: 767px ) {
	section.blog {
		padding-bottom: 40px;
	}

	.blog-mobile {
		float: left;
		width: 50%;
		display: inline-block;
	}
	.blog-mobile a {
		position: relative;
		display: inline-block;
		text-decoration: none;
	}
	.blog-mobile .thumbnail {
		margin-bottom: 0;
		border: 0;
		vertical-align: bottom;
	}
	.blog-mobile .article-title {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: rgba( 0, 0, 0, 0.5 );
		color: #FFFFFF;
		padding: 10px 20px;
	}
}

@media screen and ( max-width: 479px ) {
	section.blog .more-articles {
		display: block;
		width: 100%;
	}
	section.blog .more-articles a.z-button {
		background-color: #005490;
		color: #FFFFFF;
		font-family: 'Serengetti';
		font-weight: normal;
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: 1px;
		line-height: 2em;
		padding: 0;
		display: block;
		width: 100%;
	}

	.blog-mobile {
		float: none;
		width: 100%;
	}
	.blog-mobile img {
		width: 100% !important;
	}
	.blog-mobile .article-title {
		padding: 20px;
	}
}
