/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.67em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Main CSS */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
	color: #191f34;
	font-family: 'Droid Serif', serif;
    font-size: 0.875em;
    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;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* Page Setup */


h1 {font-family: 'Pacifico', cursive; font-size: 38px !important; color: #1d233b !important;  margin: 0 !important;}
h2 {font-family: 'league_gothicregular'; font-size: 62px !important; color: #1b2037 !important; margin: 0 !important; line-height: 62px !important;}
h3 {font-family: 'league_gothicregular'; font-size: 30px !important; color: #1b2037 !important; line-height: 50px !important; margin: 0 !important;}
h4 {font-family: 'league_gothicregular'; font-size: 18px !important; color: #ffffff !important; font-weight: bold !important; text-align: center;}

a:link {color: #00939e; text-decoration:none;}
a:visited {color: #00939e; text-decoration:none;}
a:hover {color: #f15922; text-decoration:none;}
a:active {color: #00939e; text-decoration:none;}

footer a:link {color: #191f34; text-decoration:none;}
footer a:visited {color: #191f34; text-decoration:none;}
footer a:hover {color: #00939e; text-decoration:none;}
footer a:active {color: #191f34; text-decoration:none;}



em { font-style: normal !important;}

.center {
	margin: 0 auto;
	width: 978px;	
}

.margin-right {margin-right: 24px;}

header {
	left: 0;
	height: 432px;
	position: absolute;
	top: 0px;
	width: 100%;	
	z-index:1;	
}

.header-image {
	width: 100%;
	height: 432px;
	padding: 0 0 0 0;
	background: url(../img/hero-bg.jpg) no-repeat top center;
	text-indent: -99999px;
}

.header-image h1{
	display:block;
	left: 50%;
	top: 350px;
	text-indent: -485px!important;
	position:relative;
	width: 500px;
}

nav {
	background:url(../img/nav-bg.jpg) repeat-x;
	border-bottom: 1px solid #fff;
	font-family: 'league_gothicregular';
	font-size: 33px;
	height: 91px;
	margin-top: 432px;
	text-transform:uppercase;	
}

.bullet{
	color: #fff;
	display:inline;
	margin-left: 29px;
	margin-right: 29px;	
}

nav ul {
	margin-left: -40px;	
	padding-top: 23px;
	text-align:center;
}

nav li{
	display:inline;
	list-style: none;
}
.selected {
	color: #f15922 !important;
}


/* Home */

.home-about-bg {
	background:url(../img/white-bg.jpg) repeat ;

	overflow:hidden;
	width: 100%;	
}


.home-about {
	color: #00939e;
	font-size: 16px;
	padding: 50px 100px;
	text-align: center;	
	width: 740px;
}
.home-about em{
	color: #1d233b;
	font-family: 'league_gothicregular';
	font-size: 32px;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.home-about a{
	background: url(../img/find-out-more-button.png) no-repeat center bottom;
	display:block;
	height: 58px;
	margin-left: 189px;
	width: 359px;
}
.home-about a:hover{
	background: url(../img/find-out-more-button.png) no-repeat center top;
}

.home-audio-bg {
	background: url(../img/blue-bg.jpg) repeat;
	text-align:center;
	width: 100%;	
}
.home-audio {
	padding: 50px 0;	
}
.home-audio em{
	color: #fff;
	font-family: 'Pacifico', cursive;	
	font-size: 20px;
	font-weight: normal !important;
}
.home-audio-box {
	float: left;
	margin-top: 60px;
	width: 176px;	
}
.inner-audio-box {
	float: left;
	margin-top: 20px;
	width: 460px;	
}
audio {
	margin-bottom: 30px;
	width: 176px !important;
}
.audio-other {
	margin-bottom: 30px;
	width: 450px !important;
}
.home-radio {
	top: 30px;
	position:relative;
	z-index: 1000;	
}

.home-children-bg {
	background: url(../img/white-bg.jpg) repeat;
	overflow:hidden;
	position:relative;
	text-align:center;
	width: 100%;
	z-index:1;
}
.home-children {
	padding: 90px 0;	
}
.home-children-left, .home-children-right {
	float: left;
	line-height: 1.8em !important;
	text-align: left;
	width: 474px;	
}
.home-children-right {
	float: right !important;
}
.home-children-right img, .home-children-left img {
	float: left;
	margin-right: 30px;
	width: 184px;	
}
.home-children-right em, .home-children-left em {
	color: #191f34;
	font-family: 'league_gothicregular'; 
	font-size: 28px !important;
}
.home-children-right a, .home-children-left a {
	color: #f15922;
	display:block;
	font-family: 'Pacifico', cursive;
	font-size: 20px;
	font-weight: normal;
	padding-top: 10px;
}
.home-children-right a:hover, .home-children-left a:hover {
	color: #00939e;
}

.home-social-bg {
	background: url(../img/dark-blue-bg.jpg) repeat;
	overflow:hidden;
	text-align:center;
	width: 100%;
}
.home-social {
	padding: 90px 0;	
} 
.home-social h2{
	color: #f15922 !important;	
} 
.home-social em{
	color: #00939e;
	font-family: 'Pacifico', cursive;
	font-size: 20px;
	font-weight: normal !important;	
}
.home-facebook a{
	background: url(../img/facebook-icon.png) no-repeat bottom;
	display:block;
	float:left;
	height: 59px;
	margin: 30px 0 0 384px;
	width: 60px;	
}
.home-facebook-other a{
	background: url(../img/facebook-icon.png) no-repeat bottom;
	display:block;
	float:left;
	height: 59px;
	margin: 30px 0 0 0px;
	width: 60px;	
}
.home-twitter a{
	background: url(../img/twitter-icon.png) no-repeat bottom;
	display:block;
	float:left;
	height: 59px;
	margin: 30px 0 0 15px;
	width: 60px;	
}
.home-linkedin a{
	background: url(../img/linkedin-icon.png) no-repeat bottom;
	display:block;
	float:left;
	height: 59px;
	margin: 30px 0 0 15px;
	width: 60px;	
}
.home-twitter a:hover, .home-facebook a:hover, .home-linkedin a:hover, .home-facebook-other a:hover {
	background-position: top;	
}

/* Inner */

.bg {
	background:url(../img/white-bg.jpg) repeat;
	width: 100%;	
}
.inner-left, .inner-right {
	float: left;
	line-height: 1.8em;
	margin: 50px 0;
	width: 474px;		
}
.inner-left b, .inner-right b{
	font-size: 18px !important;	
	padding-top: 8px;
}
.inner-left {
	margin-right: 30px;	
}

.orange-script {
	color: #f15922;
	font-size: 40px;
	font-family: 'Pacifico', cursive;	
}

/* Testimonals */

.testimonals {
	padding: 50px 0;	
}
.testimonial-icons {
	left: 50%;
	top: 523px;
	position: absolute;	
}
.testimonials-center {
	height: 495px;	
}
.testimonials-center img{
	border-radius: 5px;
	box-shadow: 0px 0px 5px #ccc;
	-moz-box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	margin-top: 20px;	
}
.testimonials-center a {
	background: url(../img/listen-button.png) no-repeat bottom;
	display:block;
	float:right;
	height: 58px;
	margin-top: -58px;
	width: 359px;
}
.testimonials-center a:hover {
	background: url(../img/listen-button.png) no-repeat top;
}

/* Video */

.video-center {
	background: url(../img/camera.png) right top no-repeat;
	height: 170px;
	line-height: 1.8em;
	margin-top: 50px;	
}
.video-box {
	margin-bottom: 30px;
	width: 474px;	
}
.youtube-banner {
	margin: 40px auto;	
}

/* Children */

.child-box {
	float: left;
	width: 474px;	
}
.child-box-left {float: left; margin-bottom: 30px; width: 183px;}
.child-box-right {float: right; margin-bottom: 30px; padding-top: 20px; text-transform:uppercase; width: 250px;}
.child-box-center {float: left; line-height: 25px !important; width: 474px;}


/* Contact */ 

.contact-left {
	float: left;
	margin-right: 30px;
	padding-top: 20px;
	width: 489px;	
}
.contact-left em, .contact-right em{
	color: #1b2037;
	font-family: 'league_gothicregular'; 
	font-size: 62px;	
}
.contact-left b, .contact-right b, .inner-left b, .inner-right b{
	color: #ee561f;
	display:inline-block;
	font-family: 'Pacifico', cursive; 
	font-size: 20px;
	font-weight: normal !important;	
	padding-right: 20px;
}
.contact-right {
	float: left;
	height: 450px;
	padding-top: 20px;
	width: 250px;	
}
.contact-image {
	float:left;
	padding-top: 30px;
	width: 209px;
}

.equity {
	background: url(../img/equity.png) no-repeat;
	float: left;
	height: 193px;
	width: 978px;	
}
.equity-about {
	background: url(../img/equity.png) no-repeat;
	float: left;
	height: 173px;
	margin-top: 30px;
	width: 978px;	
}
.equity p, .equity-about p{
	padding: 78px 0 0 400px;
}


/* Footer */

footer {
	background: url(../img/orange-bg.jpg) repeat-x;
	color: #191f34;
	font-size: 12px;
	height: 35px;
	padding-top: 23px;
	width: 100%;	
}
.footer-left {
	float: left;
	width: 450px;	
}
.footer-right {
	float: right;
	text-align: right;
	width: 450px;	
}


/* Contact Form */

.input, .textarea {
	border-radius: 5px;
	width:454px; 
	margin-bottom:5px; 
	padding:10px; 
	color: #fff; 
	background-color: #f15922; 
	border: none; 
	font-family: 'Pacifico', cursive; 
	font-size: 20px;
}

.textarea {height: 50px;}
 
.button {
	border-radius: 15px;
	border: none;
	background-color: #f15922;
	color: #fff;
	float: right;
	font-family: 'Pacifico', cursive; 
	font-size: 15px;
	margin-right: 20px;
	padding: 8px 50px;
	text-align: center;
}

.button:hover {
	background-color: #00939e;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #fff;
}

.letter {font-family: 'Droid Serif', serif !important; letter-spacing: 1px !important; line-height: 40px !important;}

/* ==========================================================================
   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
   ========================================================================== */

.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; /* Black prints faster: h5bp.com/s */
        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) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .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; /* h5bp.com/t */
    }

    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;
    }
}

/* ==========================================================================
   Plugin Css
   ========================================================================== */
