@charset "UTF-8";
/* CSS Document */

body{wdith:100%; margin:0 auto; padding:0; font-family: "futura-pt", arial;}
.hide{display:none;}
.content {
    width: 98%;
    max-width: 1200px;
    padding: 0 2%;
    margin: 0 auto;
    position: relative;
}
.clear{clear:both;}
h1 {font-family: "myriad-pro-semi-condensed", arial; font-style:italic; color:#FFFFFF; font-size:32px; line-height:42px; margin:0; padding:0;}
h2 {
    color: #424242;
    font-size: 25px;
    margin: 0 auto;
    text-align: center;
    font-family: "myriad-pro-semiextended",sans-serif;
    font-style: normal;
    font-weight: 100;
    padding-bottom: 15px;
}
h3{font-size: 40px; line-height: 50px; color:#214c70; font-family: "myriad-pro-semi-condensed",arial; font-style:italic; margin:10px 0 20px;}
h4{font-size:40px; margin:0 auto; text-align:center; padding-bottom:15px; border-bottom:1px solid #6194c9; font-weight:bold; font-style:italic; font-family: "myriad-pro-semi-condensed", arial;}

#header{width:100%; background:#f2f2f2; padding:25px 0; margin:0 auto; box-shadow: 0px 0px 10px #888888;}
.logo {
    position: absolute;
    bottom: -10px;
    right: 22%;
}
.radioLogo{float:left;}

#main{width:100%; background:url(../i/bg.jpg) no-repeat #0a659d; background-size:cover; padding:60px 0;}
.mainLeft{float:left; width:60%; font-size:20px; line-height:30px;}
.mainRight{position:absolute; bottom:-60px; right:5%; width:35%;}
.mainRight img{max-width:100%; height:auto;}

#cta{width:100%; background:#4577ab; padding:20px 0;}
.guide{margin-top:-70px; max-width:100%; height:auto;}
.ctaLeft{width:55%; float:left; color:#FFF; text-align:center;}
.form {
    background: #e8e8e8;
    width: 100%;
    border-radius: 10px;
    padding: 30px 0;
    text-align: left;
       font-family: "myriad-pro-semi-condensed", arial;
    font-size: 15px;
    color: #7d7d7d;
}
.form form{width:90%; margin:0 auto;}
.form input {
    width: 100%;
    display: block;
    margin: 5px 0 10px;
    height: 40px;
    border: none;
    border-radius: 3px;
    font-style: normal;
    font-size: 18px;
    -webkit-appearance: none;
    color: #a2a2a2;
    padding-left: 10px;
}
.form input[type=submit]{background:#f38905; color:#FFF; height: auto; font-size:24px; font-family: "myriad-pro-semi-condensed", arial; padding:10px 0; font-style:italic;}
.form input[type=submit]:hover{background:#b16506;}
.ctaRight{width:30%; float:right; background:#4e82b9; color:#FFF; border:1px solid #6194c9; padding:40px 5%; margin-top:50px; font-size:20px; line-height:60px;}
.check{margin-right:15px;}

.commentField{
	width: 100%;
	margin-bottom:10px;
}

#banner{width:100%; background:#214c70; color:#FFF; font-family: "myriad-pro-semi-condensed", arial; font-weight:bold; font-style:italic; font-size:24px; text-align:center;}
#banner .content{padding:15px 0; background:url(../i/mic.jpg) no-repeat center left;}

#bio{width:100%; background:#FFF; padding:60px 0 0;}
.bioLeft {
    float: left;
    width: 60%;
    font-size: 18px;
    line-height: 28px;
}
.bioRight {
    width: 37%;
    float: right;
}
.bioRight img{max-width:100%; height:auto;}

#footer{width:100%; background:#214c70; color:#FFF; font-size:18px; line-height:24px; padding:30px 0;}

#disclosure{width:100%; background: #2a2a2a; color:#FFF; font-size:18px; line-height:24px; padding:30px 0;}

.formDisc{background:#4577AB; margin:0 auto; text-align:center; color:#FFF; font-size:18px; line-height:28px; padding:0 0 20px;}

#radioButton {
    padding: 10px;
    background-color: #1489d9;
    color: #FFF;
    border-radius: 6px;
    text-align: center;
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Footer */
#footerElement
{
	width:20%;
	padding:0px 2% 10px 2%;
	float:left;
	font-size:14px;
	line-height:32px;
	font-weight:300;
	
}

/* Container for the play button. Provides positioning*/
.playButtonContainer {
    position: relative;
    width: 100%;
    height: 50px;
    top:-30%;
    text-align: center;
    margin: 0 auto;
    font-size: 3em;
    transistion: all .5s ease;
}

/* Shape */
#playTriangle {
       margin: 3px 11px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 15px solid white;
    border-bottom: 8px solid transparent;
}
/* Shape */
#playCircle{
    margin:-28px auto 0 auto;
 background-color: rgba(0, 0, 0, 0);
 border: 2px solid #FFF;
 height: 30px;
 width: 30px;
 -moz-border-radius:75px;
 -webkit-border-radius: 75px;
}
/* Play button shape */
.playButton {
    margin: 4px auto 0px auto;
    width: 30px;
    float: right;
    padding-right: 45%;
    transistion: all .5s ease;
}

#playCircle:hover {
    border: 2px dotted #FFF;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

.animated { 
    -webkit-animation-duration: 1s; 
    animation-duration: 1s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    animation-iteration-count:infinite; 
    -webkit-animation-iteration-count:infinite; 
} 

@-webkit-keyframes pulse { 
    0% { -webkit-transform: scale(1); } 
    50% { -webkit-transform: scale(1.1); } 
    100% { -webkit-transform: scale(1); } 
} 
@keyframes pulse { 
    0% { transform: scale(1); } 
    50% { transform: scale(1.1); } 
    100% { transform: scale(1); } 
} 

.pulse { 
    -webkit-animation-name: pulse; 
    animation-name: pulse; 
}

@media screen and (max-width: 1000px){
	.radioLogo {
    float: none;
    text-align: center;
}

.logo {
	position: inherit;
    margin: 0 auto;
    text-align: center;
	bottom: 0;
    right: 0;
}
	
	.bioLeft {
    float: none;
    width: 95%;
}
.bioRight {
    width: 95%;
    float: none;
	    padding-bottom: 20px;
}

.commentField{
	width: 90%;
}

.mainRight {
    display:none;
}

.content {
    padding: 0;
}

.mainLeft {
    float: none;
    text-align: center;
    width: 98%;
    font-size: 20px;
    line-height: 30px;
}
}

@media screen and (max-width: 845px) {
	#bio{padding:40px 0;}
	h3{margin:10px 0;}
}

@media screen and (max-width: 750px) {
	.radioLogo{display:none;}
	.logo img{max-width:100%; height:auto;}
	#header {
    padding-top: 30px;
}
}

@media screen and (max-width: 700px) {
	.mainRight{display:none;}
	.mainLeft{width:100%;}
	
	.ctaRight{display:none;}
	.ctaLeft{width:90%; float:none;margin:0 auto;}
}

@media screen and (max-width:660px) {
	.imageScale {
	width: 100%;
    height: auto;
}
}

@media screen and (max-width: 450px) {
	h1{font-size:24px; line-height:34px;}
	h3{font-size:32px; line-height:42px;}
}
