<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'mission_gothicblack_italic';
    src: url('mission_gothic_black_italic-webfont.eot');
    src: url('mission_gothic_black_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('mission_gothic_black_italic-webfont.woff2') format('woff2'),
         url('mission_gothic_black_italic-webfont.woff') format('woff'),
         url('mission_gothic_black_italic-webfont.ttf') format('truetype'),
         url('mission_gothic_black_italic-webfont.svg#mission_gothicblack_italic') format('svg');
    font-weight: bold;
    font-style: italic;
}

body,
html {
    height: 100%;
	font-family: 'mission_gothicblack_italic', Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    background-color: #FDE758;
    color: #000;
	font-family: 'mission_gothicblack_italic';
    padding: 6px;
	text-transform: uppercase;
}

.lead {
    background-color: #FEFCEA;
	font-family: 'Helvetica Neue', sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding: 6px;
}

.intro-header {
    padding-top: 80px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/header.png) no-repeat center center;
    background-size: cover;
    min-height:450px;
}

.intro-video {
	width:100%;
	min-height:338px;
}

.intro-message {
    position: relative;
}

.intro-message &gt; h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
}

.intro-divider {
    width: 400px;
}

.intro-message &gt; h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message &gt; h1 {
        font-size: 3em;
    }

	.intro-video {
	margin-top:-10px;
	margin-bottom:10px;
	width:100%;
	height:100%;
	}

    .intro-header {
    	min-height: 130px;
	    padding-top: 10px;
	    padding-bottom: 10px;
    }

    ul.intro-social-buttons &gt; li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons &gt; li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }

	.content-section-img {
	    float:left;
    	padding-right:25%;
    	padding-left:16%;
    	padding-bottom: 20px;
	}
	.content-section-img-n {
	    float:left;
	    margin-left:40px;
    	padding-right:25%;
    	padding-left:16%;
    	padding-bottom: 20px;
	}
	.img-responsive {
		padding-top:20px;
	}

}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 0;
}

.content-section-b {
    padding: 0;
}

.content-section-c {
    padding: 0;
    padding-bottom: 50px;
    min-height: 140px;
}

.content-section-d {
    padding: 20px 0 0 0;
    min-height: 280px;
}

.section-heading {
    margin-bottom: 10px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    background: transparent url('../img/footer.png') repeat-x center center;
    background-size: 1230px 60px;
    height: 60px;
}

@media (max-width: 767px) {

}

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

/**
 * Hacks van Lex
 */

body {
    background: url(../img/bg.png) repeat center bottom;
    background-attachment: fixed;
    background-size: 1px 180px;
}

.intro-header {
    padding-top: 0;
}

.intro-header img {
    height: auto;
    margin-bottom: 40px;
    max-width: 100%;
    width: 100%;
}

.intro-header .header-desktop {
    display: none;
}

.content-section {
    margin-bottom: 20px;
}

.section-heading {
    font-style: italic;
    font-weight: bold;
    margin-bottom: 0;
    padding: 8px 12px;
}

.lead {
    padding: 12px 12px 20px 12px;
}

.follow-buttons {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}

.follow-buttons li {
    float: left;
    margin-left: 12px;
}

.follow-buttons li:first-child {
    margin-left: 0;
}

.follow-buttons li a img {
    display: block;
    height: 80px;
    width: 80px;
}

@media (min-width: 768px) {
    .intro-header .header-mobile {
        display: none;
    }

    .intro-header .header-desktop {
        display: block;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 970px !important;
    }
}</pre></body></html>