/* Marketing Message ----- */
.marketing { position: relative; }
.flexslider { overflow: hidden; }
.slides li { display: none; background-position: center; background-repeat: no-repeat; background-size: cover; }
.slides li:before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,.3); }

	/* Marketing Content */
	.flex-container { min-height: 90vh; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
	.mk-content { padding-top: 5em; padding-bottom: 5em; }
    .mk-content > div { float: right; padding-bottom: 3em; position: relative; }
    .mk-content > div:before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,.6); z-index: -1; }
	.mk-title,
	.mk-lead { color: #fff; }
	.mk-title { margin-top: 0; margin-bottom: .25em; font-size: 32px; font-size: 2rem; }
	.mk-lead { font-size: 20px; font-size: 1.25rem; }



	/* Control Nav */
	.flex-control-nav { list-style: none; margin: 0; padding: 0; position: absolute; z-index: 10; width: 100%; top: 80%; left: 0; text-align: right; padding-left: 15px; padding-right: 15px; }
	.flex-control-nav li { display: inline-block; margin-left: .6em; }
	.flex-control-nav li a { text-align: left; display: block; width: 12px; height: 12px; background-color: #fff; border-radius: 50em; text-indent: -9999em; cursor: pointer; }
	.flex-control-nav li .flex-active { background-color: #959595; }


	/* Direction Nav */
	.flex-direction-nav { list-style: none; margin: 0; padding: 0; position: absolute; z-index: 10; width: 100%; bottom: 20px; text-align: center; }
	.flex-direction-nav li { display: inline-block; margin-right: 1em; margin-left: 1em; font-family: 'gineso', sans-serif; font-size: 20px; font-size: 1.25rem; font-weight: 300; }
	.flex-direction-nav a { display: block; width: 28px; height: 28px; color: #fff; text-decoration: none; text-indent: -9999em; }
	.flex-direction-nav a:hover { color: #959595; }
	.flex-direction-nav .flex-prev { background: url("/images/arrow-left.png") left center no-repeat; }
	.flex-direction-nav .flex-next { background: url("/images/arrow-right.png") right center no-repeat; }


@media screen and (min-width: 769px) {
	/* Marketing Content */
	.mk-content > div { border-bottom: 15px solid #959595; }
	.mk-title { font-size: 60px; font-size: 3.75rem; }
	.mk-lead { font-size: 24px; font-size: 1.5rem; }

	/* Flex Direction Nav */
	.flex-direction-nav { text-align: right; padding-right: 15px; }
	.flex-direction-nav li { margin-right: 0; margin-left: 2em; }
	.flex-direction-nav a { text-indent: 0; width: auto; height: auto; }
	.flex-direction-nav .flex-prev { padding-left: 45px; }
	.flex-direction-nav .flex-next { padding-right: 45px; }
}

@media screen and (min-width: 1400px) {
	.flex-control-nav,
	.flex-direction-nav { width: 100%; max-width: 1400px; left: 50%; -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%); padding-left: 0; padding-right: 0; }
}

@media screen and (min-height: 1000px) {
	.flex-container { min-height: 75vh; }
}

@media screen and (device-width: 320px) {
	/* iPhone 5 */
	.flex-container { min-height: 0; height: 600px; }
}
