/* Marketing Message 
----------------------------------------- */
.marketing { position: relative; padding-top: 12em; padding-bottom: 3em; background-repeat: no-repeat; background-color: #353c50; background-position: top left; background-size: contain; }
.flexslider { overflow: hidden; margin-bottom: 3em; }
.slides li { display: none; text-transform: uppercase; }
.mk-title { color: #fff; font-size: 40px; font-size: 2.5rem; margin-top: 0; margin-bottom: .15em; font-weight: 300; }
.mk-content { color: #a6ece9; font-size: 24px; font-size: 1.5rem; font-weight: bold; line-height: normal; }


@media screen and (min-width: 600px){
	.marketing { background-position: top center; background-size: cover; }
}

@media screen and (min-width: 769px) {
    .marketing { padding-top: 2em; padding-bottom: 2em; }
    .marketing .flexslider { margin-bottom: 0; }
    .mk-title { margin-top: 0; margin-bottom: .15em; font-size: 60px; font-size: 2.75rem;}
    .mk-content { font-size: 36px; font-size: 2.25rem; font-weight: bold; line-height: normal; }
}