/* General CSS Tools */
p a {
	text-decoration: none;
	color: #000;
}
.dark {
	background-color: #000;
	color: #fff;
	padding: 20px;
	margin: 0px;
	box-sizing: border-box; 
	}
.right {
	text-align: right;
}
.middle {
	text-align: center;
}
.caption {
	font-size: .8em;
	padding: 4px 8px;
	margin-top: -5px;
	margin-bottom: 20px;
	background-color: #eee;
	text-transform: uppercase;
}
.heading {
	font-weight: bold;
	font-size: 1.2em;
	 font-family: 'Josefin Sans', sans-serif; /* 1 */
}
.subheading {font-weight: bold;
	display: block;
}
.title {
text-align: left;
font-size: 3em;
line-height: 1em;
}
.firstletter {
font-size: 3em;
line-height: 1em;
}
.firstgraf {
font-size: 1.3em;
}

.bigfont {
font-size: 3em;
}
.quote {
position: relative;
}

blockquote {
font-size:2em;
font-style: italic;
margin: 0.25em 0;
padding: 0.25em 40px;
position: relative;
line-height: 1.15;
color: #383838;
}
blockquote:before {
display: block;
content: "\201C";
font-size: 4em;
position: absolute;
left: -20px;
top: -20px;
color: #7a7a7a;
}

hr {
    padding: 0;
    border: none;
    border-top: medium double #333;
    color: #eaff00;
    text-align: center;
}
hr:after {
    content: "§";
    display: inline-block;
    position: relative; 
    top: -.8em;  
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
	color: #666;
}

/* Module Specific */
.topcredit {
font-weight: bold;}
.topcredit .creditcat {font-weight: normal;}
.credits {
	position: relative;
	font-size: .8em;
	text-transform: uppercase;
	margin-bottom: 10px;
	box-sizing: border-box; 
}
.credits h4 {margin-bottom: 5px;}
.credits li {
	list-style-type: none;
	margin-bottom: 4px;
}
.credits .spotlightlogo {
	margin-bottom: 10px;
}

/* video wrapper */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 25px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#navigation {display: block; text-align: center; font-size: .8em; color: #fff; text-transform: uppercase; background-color: #f9f9f9; border-bottom: 1px solid #eee; padding: 8px; width: 100%;}
#navigation  a{text-decoration: none; color: #222;}
#navigation .logo {position: relative; top: 4px;}
#navigation.fixed {
		  position:fixed !important;
		  top:0;
		  z-index: 1;		 }

#companyfooter {display: block; background-color: #000; text-align: center; border: 1px solid #eee;}
#companyfooter ul{margin: auto; text-align: center;}
#companyfooter li {display: inline-block; list-style-type: none; font-size: .8em; color: #fff; text-transform: uppercase; margin: 5px 25px 5px 0;}
#companyfooter li  a {color: #fff; text-decoration: none;}
