/* Marketing Message 
----------------------------------------- */
.marketing { position: relative; }
.marketing h1 { font-size: 50px; font-size: 3.125rem; font-weight: 700; }
.flexslider { overflow: hidden; }
.slides li { display: none; padding: 150px 0; }
.slides li .text { padding: 2em 0 4em; background: rgb(0,0,0); background: rgba(0,0,0,.65); background-blend-mode: multiply; }
.slides li h2 { color: #FFF; font-size: 40px; margin: 1em 0 10px; }
.slides li p { color: #FFF; color: rgba(255,255,255,.85); font-size: 18px; }
.slides li .container { position: relative; }

.mk-text { background: rgba(0,75,141,.75); padding: 6em 2em 2em; max-width: 550px; }
.mk-title:after { content: ""; display: block; background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); margin: .5em 0; height: 10px; }

.flex-control-nav { list-style: none; margin: 0; padding: 0 3em 0; position: absolute; z-index: 20; top: 240px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); width: 100%; max-width: 1400px; height: 20px; }
.flex-control-nav li { display: inline-block; margin: 0 5px; }
.flex-control-nav li a { display: block; width: 13px; height: 13px; background: #012e40; text-indent: -9999em; cursor: pointer; border: 2px solid #fff; }
.flex-control-nav li a.active { opacity: 1; background: #fff; }
.flex-control-nav a.flex-active { background: #fff; }

.flex-direction-nav { list-style: none; margin: 0; padding: 0; }
.flex-direction-nav a { position: absolute; top: 20px; width: 17px; height: 59px; cursor: pointer; z-index: 2; text-indent: -9999em; -webkit-transition: 250ms; transition: 250ms; }
.flex-direction-nav a.flex-prev { background: url("/images/flex-arrow-left.png") no-repeat; left: 2%; }
.flex-direction-nav a.flex-prev:hover { left: 1.5%; }
.flex-direction-nav a.flex-next { background: url("/images/flex-arrow-right.png") no-repeat; right: 2%; }
.flex-direction-nav a.flex-next:hover { right: 1.5%; }

.flex-pauseplay { list-style: none; margin: 0; padding: 1em 3em; position: absolute; z-index: 10; top: 175px; left: 50%; transform: translateX(-50%); width: 100%; max-width: 1400px; }
.flex-pauseplay a { text-decoration: none; color: #aeaeae; font-weight: bold; text-transform: uppercase; z-index: 25; cursor: pointer; background-color: rgba(0,0,0,.25); margin: 0; padding: 5px 1.25em; border-radius: 50em; font-size: 13px; font-size: .813rem; letter-spacing: .5px; display: block; text-align: center; width: 75px; }

.loading { display:block; margin:auto; }

@media screen and (min-width:769px) {
.slides li { min-height: 850px;}
.flex-direction-nav a { top: 50%; bottom: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%);transform: translateY(-50%); }
}

@media screen and (min-width: 1024px) {
.slides li { background-attachment: fixed!important; }
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
.slides li { background-attachment: scroll!important;
}
}
