* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
}
header, section, footer, aside, nav, main, article, figure {
    display: block;
}
h1, h2 {
	width:0;
	height:0;
	margin:0;
	padding:0;
	visibility:hidden;
}
h5 {
	font-family:Impact, Verdana, Arial, sans-serif;
	font-size:34px;
	line-height:normal;
	text-transform:uppercase;
}
#gcHeader {
	position:fixed;
	width:100%;
	top:0;
	z-index:30;
}
#gcMain {
	background: url(/images/global/background/bgNoTransparency-modified-v1.jpg) fixed #000;
	margin-top:123px;
	/*margin-bottom:310px;*/
}
#gcFooter {
	/*position: fixed;
	z-index: -1;
	bottom: 0;
	height: 310px; This needs to be the same as the bottom margin of the main section*/
	width: 100%;
	background:#363636;
}
#headerParent {
	position:absolute;
	top:9px;
	width:100%;
	-webkit-animation: slideInFeature 2s ease; /* Safari 4.0 - 8.0 */
	-webkit-animation-delay: 0s; /* Safari 4.0 - 8.0 */
	animation: slideInFeature 2s ease;
	animation-delay: 0s;
}
#logo {
	float:left;
	width:264px;
	height:146px;
	margin:0 0 0 0;
	background: url(/images/global/logo/logo-gc105-ds.png);
}
#logo a {
	display:block;
	width:264px;
	height:146px;
}
#headerChild {
	max-width:1300px;
	margin:0 auto;
	padding:0 0 0 15px;
}
#programming {
	height:86px;
	white-space: nowrap;
	text-align:center;
}
#onAirNow {
	display:inline-block;
	height:86px;
	margin:0 19px 0 0;
	text-align:left;
	overflow:hidden;
}
#onAirNow img {
	float:left;
	height:86px;
	margin:0 15px 0 0;
	padding:0 5px 0 5px;
}
#onAirNow p {
	float:left;
	max-width:184px;
	margin:18px 0 0 0;
	overflow:hidden;
}
#nowPlaying {
	display:inline-block;
	height:86px;
	margin:0 19px 0 0;
	text-align:left;
	overflow:hidden;
}
#nowPlaying img {
	float:left;
	width:86px;
	margin:0 15px 0 20px;
}
#nowPlaying p {
	float:left;
	max-width:186px;
	height:62px;
	margin:18px 0 0 0;
	font-size:11px;
	line-height:13px;
	color:#fff;
	text-transform:uppercase;
}
#nowPlaying p a {
	font-size:14px;
	line-height:14px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
}
#headerSocial {
	float:left;
	width:94px;/*social icons image width plus 8px margin times number of margins 312 + (8*7) */
	margin:23px 0 0 0;
	list-style: none;
}
#headerSocial li {
	cursor:pointer;
	height: 39px;
	float: left;
	margin-right: 8px;
}
#headerSocial li a {
	height: 39px;
	display: block;
	background:url(/images/controls/social/social-icons-v4.png) repeat;
}
#headerSocial li a:hover {
	background:url(/images/controls/social/social-icons-v4.png) repeat;
}
#headerSocial #firstSocial a {
	background-position: 0 0;
	width: 39px;
}
#headerSocial #firstSocial a:hover {
	background-position: 0 -39px;
}
#headerSocial #secondSocial a {
	background-position: -39px 0;
	width: 39px;
}
#headerSocial #secondSocial a:hover {
	background-position: -39px -39px;
}
#headerSocial #thirdSocial a {
	background-position: -195px 0;
	width: 39px;
}
#headerSocial #thirdSocial a:hover {
	background-position: -195px -39px;
}
#buttons {
	position:absolute;
	height: 73px;
	width:150px;
	top:9px;
	right:0;
	padding:10px 0 3px 10px;
	background:#000;
	border-radius: 8px;
	z-index:40;
}
#stripe1 {
	width:100%;
	height:9px;
	background:#d40003;
}
#stripe2 {
	width:100%;
	height:86px;
	background:#000;
}
#stripe3 {
	width:100%;
	height:27px;
	background:#ffd900;
	text-align:center;
	box-shadow: 0 10px 20px #000;
}
#stripe4 {
	height:27px;
	background: rgba(212,0,3,0.95);
	border-bottom:1px solid #666;
	box-shadow: 0 -10px 20px #000;
	text-align:center;
}
#required {
	max-width:1300px;
	margin:0 auto;
}
#soCalText {
	display:inline-block;
	vertical-align:middle;
	width: calc(100% - 290px);
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	letter-spacing:10px;
	text-transform:uppercase;
	color:#fff;
}
#keywordForm {
	float:left;
	margin-top:23px;
}
#keywordForm input {
	outline: none;
}
#keywordForm input[type=search] {
	background: #ededed url(/images/global/keyword/magnify.png) left center no-repeat;
	padding: 9px 10px 9px 20px;
	width: 9px;
	height:21px;
	
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	color: transparent;
	cursor: pointer;
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
#keywordForm input[type=search]:hover {
	background-color: #fff;
}
#keywordForm input[type=search]:focus {
	width: 130px;
	padding-left: 42px;
	color: #000;
	background-color: #fff;
	cursor: auto;
	border-color: #66CC75;
	
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}
#keywordForm input:-moz-placeholder {
	color: transparent;
}
#keywordForm input::-webkit-input-placeholder {
	color: transparent;
}
#keywordForm input::-webkit-search-decoration,
#keywordForm input::-webkit-search-cancel-button {
	display: none; 
}
.keywordFormHidden {
	display:none;
}
.button {
	display: inline-block;
	border-radius: 4px;
	background-color: #d40003;
	border: none;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding: 5px;
	width: 140px;
	transition: all 0.5s;
	cursor: pointer;
	margin: 0 0 7px 0;
	text-transform:uppercase;
	vertical-align:middle;
}
.button span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}
.button span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}
.button:hover span {
	padding-right: 25px;
}
.button:hover span:after {
	opacity: 1;
	right: 0;
}
#contestRules {
	display:inline-block;
	width:290px;
}
#contestRules a {
	text-align:center;
}
#contestRules img {
	display:inline-block;
	margin:0;
	vertical-align:middle;
}
.contestRules {
	padding:4px 19px 0 19px;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	text-align:center;
	color:#000;
	background:#fff;
	text-transform:uppercase;
	text-decoration:none;
	height:23px;
	display:inline-block;
	vertical-align:middle;
}
.contestRules:hover {
	color:#fff;
	background:#000;
}
#followUs {
	width:100%;
	background:#ffd900;
	border-top:1px solid #000;
	box-shadow: 0 10px 20px #000;
}
#followUsContain {
	margin:0 auto;
	padding:0;
	max-width: 1380px;
	text-align:center;
}
#followUsText {
	padding:20px 0;
	font-family: 'Open Sans', sans-serif;
	font-weight:300i;
	font-style:italic;
	font-size:36px;
}
#followUsSocial {
	max-width:590px;/*social icons image width plus 8px margin times number of margins 520 + (10*7) */
	margin:0 0 0 10px;
	list-style: none;
	display:inline-block;
	vertical-align:middle;
	text-align:center;
}
#followUsSocial li {
	cursor:pointer;
	height: 65px;
	display:inline-block;
	margin: 0 10px 10px 0;
}
#followUsSocial li a {
	height: 65px;
	display: block;
	background:url(/images/controls/social/social-icons-v5.png) repeat;
    -webkit-transition: background 1s ease;
    transition: background 1s ease;
}
#followUsSocial li a:hover {
	background:url(/images/controls/social/social-icons-v5.png) repeat;
}
#followUsSocial #first a {
	background-position: 0 0;
	width: 65px;
}
#followUsSocial #first a:hover {
	background-position: 0 -65px;
}
#followUsSocial #second a {
	background-position: -65px 0;
	width: 65px;
}
#followUsSocial #second a:hover {
	background-position: -65px -65px;
}
#followUsSocial #third a {
	background-position: -130px 0;
	width: 65px;
}
#followUsSocial #third a:hover {
	background-position: -130px -65px;
}
#followUsSocial #fourth a {
	background-position: -195px 0;
	width: 65px;
}
#followUsSocial #fourth a:hover {
	background-position: -195px -65px;
}
#followUsSocial #fifth a {
	background-position: -260px 0;
	width: 65px;
}
#followUsSocial #fifth a:hover {
	background-position: -260px -65px;
}
#followUsSocial #sixth a {
	background-position: -325px 0;
	width: 65px;
}
#followUsSocial #sixth a:hover {
	background-position: -325px -65px;
}
#followUsSocial #seventh a {
	background-position: -390px 0;
	width: 65px;
}
#followUsSocial #seventh a:hover {
	background-position: -390px -65px;
}
#followUsSocial #eighth {
	margin-right: 0;
}
#followUsSocial #eighth a {
	background-position: -455px 0;
	width: 65px;
}
#followUsSocial #eighth a:hover {
	background-position: -455px -65px;
}
#followUsYouTube {
	width: 100%;
	max-width:440px;
	height: 279px;
	box-sizing:border-box;
	margin:10px 0 20px 0;
	padding:20px 20px 25px 20px;
	display:inline-block;
	vertical-align:top;
	text-align: center;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	background:#ffe44c;
}
#followUsInsta {
	width: 100%;
	max-width:440px;
	min-height: 279px;
	box-sizing:border-box;
	margin:10px 0 20px 0;
	padding:20px 0 23px 20px;
	display:inline-block;
	vertical-align:top;
	text-align: center;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	background:#ffe44c;
}
#followUsInsta img {
	width:108px;
	margin:0 25px 3px 0;
	border:1px solid #333;
}
#followUsInsta img:hover {
	border:1px solid #ffd900;
}
#followUsInsta a {
	border:0 !important;
	padding:0 0 !important;
}
#followUsTwitter {
	width: 100%;
	max-width:440px;
	height: 279px;
	box-sizing:border-box;
	margin:10px 0 20px 0;
	padding:20px 20px 13px 20px;
	display:inline-block;
	vertical-align:top;
	text-align: center;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	background:#ffe44c;
}
#footerContent {
	max-width: 1400px;
	margin: 0 auto;
	font-size:14px;
	line-height:27px;
	padding:30px 10px;
}
#footerContent a {
	color:#ffd900;
	text-decoration:none;
}
#footerContent .copyright {
	line-height:18px;
	color:#fff;
	overflow:hidden;
}
#footerContent .footerMenu {
	padding:10px 0 0 0;
	color:#fff;
	line-height:normal;
}
#footerContent .footerMenu a {
	color:#fff;
	text-decoration: none;
}
#footerContent .footerMenu a:hover {
	border-bottom:1px solid;
}
#footerLeft {
	width:50%;
	float:left;
	text-align:right;
}
#footerRight {
	width:40%;
	float:left;
	text-align:left;
	margin-left:5%;
}
#footerTextDisclaimer {
	margin:0;
	padding:15px;
	font-size:12px;
	color:#fff;
	background:#000;
	border-top:1px solid #666;
	text-align:center;
}
.clear {
	clear: both;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
.imgLeft {
	float:left;
	margin:5px 10px 5px 0;
}
.imgRight {
	float:right;
	margin:5px 0 5px 10px;
}
.imgBorder {
	border:1px solid #666;
}
.noDec {
	border:0 !important;
	padding:0 0 !important;
	background:none !important;
}
.hidden {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
.hiddenText {
	display:none;
}
@media only screen and (max-width:999px) {
	
#logo {
	margin:0 0 0 52px;
}

  #headerSocial {display:none;}
  #keywordForm {display:none;}
#soCalText {display:none;}
}
@media screen and (max-width: 479px) {
#logo {
	float:left;
	width:165px;
	height:91px;
	margin:0 0 0 52px;
	background: url(/images/global/logo/logo-gc105-ds-165px.png);
}
#logo a {
	display:block;
	width:165px;
	height:91px;
}
#footerLeft {
	width:100%;
	float:none;
	text-align:left;
}
#footerRight {
	width:100%;
	float:none;
	text-align:left;
	margin:25px 0 0 0;
}
}
@media screen and (min-width: 0px) and (max-width: 374px) {
#logo {
	float:left;
	width:165px;
	height:91px;
	margin:0 0 0 52px;
	background: url(/images/global/logo/logo-gc105-ds-165px.png);
}
#logo a {
	display:block;
	width:165px;
	height:91px;
}
#buttons {
	height: 73px;
	width:90px;
	top:9px;
	right:0;
	padding:10px 3px 3px 7px;
	background:#000;
	border-radius: 8px;
	z-index:40;
}
.button {
	display: inline-block;
	border-radius: 4px;
	background-color: #d40003;
	border: none;
	color: #fff;
	text-align: center;
	font-size: 12px;
	padding: 5px;
	width: 90px;
	transition: all 0.5s;
	cursor: pointer;
	margin: 0 0 7px 0;
	text-transform:uppercase;
	vertical-align:middle;
}
.button:hover span {
	padding-right: 15px;
}
#footerLeft {
	width:100%;
	float:none;
	text-align:left;
}
#footerRight {
	width:100%;
	float:none;
	text-align:left;
	margin:25px 0 0 0;
}
}