body {
}

.subfooter-section {
	background-image: url(/images/Static-Contact-Images/TreesShoreline.jpg);
}

dl dt strong {
	color: #AF1316;
}

dl dt {
	padding-bottom: .2em;
	border-bottom: 1px solid #000000;
}

/* Flyout Menu */
nav.top-nav div.iflylist {
	border: none;
	text-align: left;
	min-width: 225px;
	background-color: transparent;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-animation: flyout .5s ease;
	-moz-animation: flyout .5s ease;
	-o-animation: flyout .5s ease;
	animation: flyout .5s ease;
	margin-top: .5em;
	left: -.5em !important;
	top: 1.75em !important;
}

@-webkit-keyframes flyout {
	0% { opacity: 0; -webkit-transform: rotateX(-90deg); }
	100% { opacity: 1; -webkit-transform: rotateX(0); }
}

@-moz-keyframes flyout {
	0% { opacity: 0; -moz-transform: rotateX(-90deg); }
	100% { opacity: 1; -moz-transform: rotateX(0); }
}

@-o-keyframes flyout {
	0% { opacity: 0; -o-transform: rotateX(-90deg); }
	100% { opacity: 1; -o-transform: rotateX(0); }
}

@keyframes flyout {
	0% { opacity: 0; transform: rotateX(-90deg); }
	100% { opacity: 1; transform: rotateX(0); }
}

nav.top-nav .iflyOver div.iflylist {
	-webkit-animation: flyout .5s ease;
	-moz-animation: flyout .5s ease;
	-o-animation: flyout .5s ease;
	animation: flyout .5s ease;
}

nav.top-nav div.iflylist div.iflylist {
	display: none !important;
}

nav.top-nav div.ifly {
	border: none;
	background-color: #e7e8e8;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: relative;
}

nav.top-nav div.ifly a {
	padding: .7em 1em;
	color: #000;
	min-width: 150px;
	border-bottom: none;
	margin-bottom: 0px;
	display: block;
	font-weight: normal;
	border-top: #FFF 1px solid;
	white-space: normal;
}

nav.top-nav div.ifly a:hover {
	text-decoration: none;
}

nav.top-nav div.iflyOver {
	background-color: #006A94; /* $primary */
}

nav.top-nav div.ifly a.iflyOver {
	color: #FFFFFF;
}

nav.top-nav div.iflyRight {
	background-image: none;
	position: relative;
}

nav.top-nav div.iflyRight:after {
	content: '\e0ea';
	position: absolute;
	font-family: icomoon-ult;
	right: 0;
	top: 10px;
	color: #FFFFFF;
	display: none;
}

div.iflylist div.ui-more-items {
	background-color: #006A94; /* $primary */
	border-top: solid 1px #ddd;
	position: relative;
}

div.iflylist div.ui-more-items:before {
	content: '\e0e9';
	font-family: 'icomoon-ult';
	color: #ffffff;
	position: absolute;
	left: 5px;
	top: 0;
	width: 70px;
	height: 100%;
	background-color: rgba(255,255,255,.2);
	text-align: center;
}

div.iflylist div.ui-more-items:after {
	content: '\e0eb';
	font-family: icomoon-ult;
	color: #ffffff;
	position: absolute;
	top: 0;
	right: 5px;
	width: 70px;
	height: 100%;
	background-color: rgba(255,255,255,.2);
	text-align: center;
}

div.iflylist div.ui-more-items img.more-up {
	position: absolute;
	left: 0px;
	top: 0px;
	background: none;
	cursor: pointer;
	z-index: 1;
}

div.iflylist div.ui-more-items img.more-down {
	position: absolute;
	top: 0px;
	right: 0px;
	background: none;
	cursor: pointer;
	z-index: 1;
}
/* End Flyout Menu */

/* Universal Slide Fix */
.animation .info {
	width: 60%;
	padding-top: 9%;
	margin-right: 5%;
	text-align: center !important;
}

.animation .info.wide {
	float: right;
	width: 80%;
	padding-top: 9%;
}

.animation .info .navthumbdiv {
	position: relative;
	width: 20%;
	vertical-align: middle;
}

.animation .slide img.slide-bg {
	background-position: 20% 50%;
}

.animation .slide3 img.slide-bg {
	background-position: 35% 50%;
}

.animation .info, .animation .info.wide {
	width: 65%;
}

@media (max-width: 1400px) {
}

@media (max-width: 1200px) {
	.animation .info, .animation .info.wide {
		width: 55%;
	}

	.animation .slide img.slide-bg, .animation .slide3 img.slide-bg {
		background-position: 15% 50%;
	}
}

@media (max-width: 1100px) {
	.animation .info .navthumbdiv {
		display: none;
	}

	.animation .info {
		margin-right: 0;
	}

	.animation .info, .animation .info.wide {
		float: right;
		width: 50%;
	}
}

@media (max-width: 900px) {
	.animation .info, .animation .info.wide {
		float: none;
		width: 100%;
	}

	.animation .info .infodiv {
		padding: 1.25em.5em;
		background: rgba(255,
					255,
					255,
					.5);
	}

	.animation .slide img.slide-bg {
		background-position: 100% 50%;
	}
}
/* End Universal Slide Fix */
