/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html, button, input, select, textarea {
	color: #222;
}
html {
	font-size: 1em;
	line-height: 1.4;
}

::-moz-selection {
 background: #b3d4fc;
 text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
audio, canvas, img, video {
	vertical-align: middle;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea {
	resize: vertical;
}
.browsehappy {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
	font-family: 'Raleway', sans-serif;
	background-color: black;
}
#wrapper {
	max-width: 1024px;
	min-height: 768px;
	/*background-color: #e1e1e1;*/
	margin: 0 auto;
}
header {
	position: relative;
	max-width: 1024px;
	height: 51px;
	background-image: url(../img/headerx2.jpg);
	background-size:contain;
}
header .home{
	position: absolute;
	width: 200px;
	height: 51px;
}
header .home a{
	display:block;
	width: 100%;
	height: 51px;
}
header ul {
	position: absolute;
	left: 204px;
	top: 7px;
}
header li {
	float: left;
	list-style: none;
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
	margin-right: 33px;
	text-transform: uppercase;
	cursor: pointer;
}
header li {
	color: #888;
	-webkit-transition-property: color, text;
	-webkit-transition-duration: .5s, .5s;
	-webkit-transition-timing-function: linear, ease-in;
	-moz-transition-property: color, text;
	-moz-transition-duration: 1s;
	-moz-transition-timing-function: linear, ease-in;
	-o-transition-property: color, text;
	-o-transition-duration: .5s;
	-o-transition-timing-function: linear, ease-in;
}
header li:hover {
	color: #000;
}
section.section{
 position: relative;
 width: 100%;
 min-height: 100px;
 padding-bottom: 5px;
 background-color: #e1e1e1;
}
#article-content, #video-content, #radio-content, #boostcast-content {
	margin: 0 auto;
	width: 515px;
	min-height: 665px;
}
#article-content .hero, #video-content .hero, #radio-content .hero {
	width: 100%;
}
#article-content .hero img, #video-content .hero img, #radio-content .hero img {
	width: 100%;
}
#article-content article h3 {
	font-size: 18.85px;
	color: #033d77;
	text-transform: uppercase;
}
#video-content article .headline {
	display: block;
	font-size: 18.85px;
	font-weight: 700;
	color: #033d77;
	text-transform: uppercase;
	height: 90px;
	line-height: 90px;
}
#article-content article p, #video-content article p {
	font-size: 12px;
	color: black;
}
/* Video Page */
#video-content article .video {
	width: 515px;
	height: 300px;
}
#video-content article .disclaimer {
	margin-top: 20px;
	font-size: 10px;
	color: 231f20;
}
/* Radio Page */
#radio-content article .hero {
	width: 100%;
}
#radio-content article .hero img {
	width: 100%;
}
#radio-content article section {
	background-color: white;
}
/* boostcast Page */
#boostcast-content article .headline {
	background-image: url(../img/boostcast-header.png);
	width: 515px;
	height: 90px;
}
#boostcast-content article h3 {
	font-size: 18.85px;
	color: #033d77;
	text-transform: uppercase;
}
/* Footer for all pages*/
footer {
	position: relative;
	width: 1024px;
	height: 51px;
	background-image: url(../img/footer.jpg);
}
footer ul {
	position: absolute;
	left: 818px;
	top: 2px;
}
footer li {
	float: left;
	list-style: none;
	font-size: 9px;
	font-weight: 400;
	color: #868686;
	margin-right: 33px;
	cursor: pointer;
}
/* Flip CSS */
.flip-section {
	height: 100%;
}
.flip-container {
	float: left;
	perspective: 1000;
}
.flip-container-hero {
	width: 512px;
	height: 512px;
	float: left;
	perspective: 1000;

}
/* flip the pane when hovered */
.flip-container.hover .flipper, .flip-container-hero.hover .flipper-hero {
	transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}
.flip-container .front, .flip-container .back {
	width: 256px;
	height: 256px;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
	-ms-transform: perspective(1000px);
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
}
.flip-container-hero .front, .flip-container-hero .back {
	width: 512px;
	height: 512px;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
	-ms-transform: perspective(1000px);
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
}
/* flip speed goes here */
.flipper {
	-webkit-transition: 0.4s;
	-webkit-transform-style: preserve-3d;
	-ms-transition: 0.4s;
	-moz-transition: 0.4s;
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transition: 0.4s;
	transform-style: preserve-3d;
	position: relative;
}
.flipper-hero {
	-webkit-transition: 0.4s;
	-webkit-transform-style: preserve-3d;
	-ms-transition: 0.4s;
	-moz-transition: 0.4s;
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transition: 0.4s;
	transform-style: preserve-3d;
	position: relative;
}
/* hide back of pane during swap */
.flip-container .front, .flip-container .back, .flip-container-hero .front, .flip-container-hero .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
	-o-transition: 0.6s;
	-o-transform-style: preserve-3d;
	-ms-transition: 0.6s;
	-ms-transform-style: preserve-3d;
	transition: 0.6s;
	transform-style: preserve-3d;
	position: absolute;
	top: 0;
	left: 0;
}
/* front pane, placed above back */
.flip-container .front, flip-container-hero .front {
	z-index: 2;
	/*background: #9FC;*/
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
}
/* back, initially hidden pane */
.flip-container .back, .flip-container-hero .back {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
}
.blue-overlay {
	background-color: #FBA800;
	position: absolute;
	left: 0;
	top: 0;
	width: 256px;
	height: 256px;
	opacity: .7
}
.category-nameplate {
	position: absolute;
	top: 10px;
	left: 10px;
	padding-left: 5px;
	padding-right: 5px;
	max-width: 246px;
	background-color: white;
	font-size: 20px;
	font-weight: 700;
	color: #033d77;
	text-transform: uppercase;
	z-index: 2;
}
.hed-dek-nameplate {
	position: absolute;
	max-width: 236px;
	top: 160px;
	left: 15px;
	z-index: 2;
}
.hed-dek-nameplate .hed {
	position: relative;
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	color: white;
	text-transform: uppercase;
}
.hed-dek-nameplate .dek {
	position: relative;
	width: 100%;
	font-size: 13px;
	font-weight: 400;
	color: white;
}
.hed-dek-nameplate .learnmore {
	width: 85px;
	height: 15px;
	margin-top: 5px;
	padding: 3px;
	background-color: black;
	font-size: 15px;
	line-height: 15px;
	color: white;
	text-align: center;
}
.hed-dek-nameplate .learnmore a {
	color: white;
	text-decoration: none;
}

.hed-dek-nameplate-hero {
	position: absolute;
	max-width: 236px;
	top: 250px;
	left: 15px;
	z-index: 2;
}
.hed-dek-nameplate-hero .hed {
	position: relative;
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	color: white;
	text-transform: uppercase;
}
.hed-dek-nameplate-hero .dek {
	position: relative;
	width: 100%;
	font-size: 13px;
	font-weight: 400;
	color: white;
}
.hed-dek-nameplate-hero .learnmore {
	width: 85px;
	height: 15px;
	margin-top: 5px;
	padding: 3px;
	background-color: black;
	font-size: 15px;
	line-height: 15px;
	color: white;
	text-align: center;
}
.hed-dek-nameplate-hero .learnmore a {
	color: white;
	text-decoration: none;
}
.tags {
	position: absolute;
	bottom: 10px;
	left: 15px;
	max-width: 246px;
	font-size: 10px;
	font-weight: 100;
	color: #e1ffff;
	z-index: 2;
}
.tags-hero {
	position: absolute;
	bottom: 170px;
	left: 15px;
	max-width: 246px;
	font-size: 10px;
	font-weight: 100;
	color: #e1ffff;
	z-index: 2;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {
}
 @media print,  (-o-min-device-pixel-ratio: 5/4),  (-webkit-min-device-pixel-ratio: 1.25),  (min-resolution: 120dpi) {
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
body{
	background-color: black;
	margin: 0 auto;
}

.ir {
	/*background-color: transparent;*/
	border: 0;
	overflow: hidden;
 *text-indent: -9999px;
}
.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}
.hidden {
	display: none !important;
	visibility: hidden;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.invisible {
	visibility: hidden;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
* {
	background: transparent !important;
	color: #000 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
a,  a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
.ir a:after,  a[href^="javascript:"]:after,  a[href^="#"]:after {
	content: "";
}
pre,  blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
}
tr,  img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
 @page {
 margin: 0.5cm;
}
p,  h2,  h3 {
	orphans: 3;
	widows: 3;
}
h2,  h3 {
	page-break-after: avoid;
}
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width : 320px) 
and (max-width : 480px) {
/* Styles */
#wrapper {
	margin: 0 auto;
}
.flip-container .front, .flip-container .back {
	background-size:contain;
	min-width: 360px;
	min-height: 360px;
	max-width: 360px;
	max-height: 360px;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
	-ms-transform: perspective(1000px);
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
}
.flip-container-hero .front, .flip-container-hero .back {
	background-size:contain;
	min-width: 360px;
	min-height: 360px;
	max-width: 360px;
	max-height: 360px;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
	-ms-transform: perspective(1000px);
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
}
}
#ymd{
	font-family: 'Varela Round', sans-serif;
	font-size: 28px;
	float: left;
	text-align:center;
	margin-right: 10px;
	width: 90px;
}
#ymd:first-child{
	padding-left: 15px;
}
.dark-green {
color: #056233;
}
.orange {
color: #F37022;
}

