/* =================================================================*/
@import url(/css/narrow.css) (max-width: 600px);

@import url(/css/middle.css) (max-width: 760px) and (min-width: 600px);
@charset "utf-8";
.standard-font {
  font-family: "proxima-nova", sans-serif;
}
.border-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* =================================================================*/
html {
  font-size: 1px;
}
body {
  background: #f5f2eb;
  font-family: "proxima-nova", sans-serif;
  font-size: 24rem;
}
p {
  margin: 15px 0;
  line-height: 1.4em;
  color: #3b3b3b;
  font-size: 22rem;
}
a {
  color: #5f6389;
}
.content {
  color: #3b3b3b;
}
.text {
  padding: 30px 0 0;
}
/* ----------------------------- */
/*        Main Navigation        */
/* ----------------------------- */
nav {
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 16rem;
}
#main-nav-wrap {
  color: #919191;
  height: 30px;
  padding: 10px 0 10px 30px;
  position: relative;
  float: right;
}
#main-nav {
  padding: 0;
  list-style: none;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
/* top level list items */
#main-nav li {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  position: relative;
  padding: 0;
  z-index: 500;
}
/* top level links */
#main-nav li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  padding: 1px 14px;
  *display: inline;
  color: #666866;
  text-decoration: none;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  line-height: 30rem;
}
#site-footer-content a.learningbutton {
	border-radius: 20px;
	display:block;
	padding:40px 15px;
	text-align: center;
	font-weight: bold;
	background:#43466d;
	border:4px solid #8084a5;
	color:#fff;
	transition:all 0.2s ease-in-out;
	cursor: pointer;
}
#site-footer-content a.learningbutton:hover {
	background:#babed8;
	color:#43466d;
}

#main-nav li a:hover {
  color: #5f6389;
}
/* ----------------------------- */
/*       Mobile Navigation       */
/* ----------------------------- */
.nav-header {
  height: 50px;
  position: relative;
  display: none;
  background: none;
}
/*main container */
#alt-nav-wrap {
  width: 249px;
  height: 100%;
  position: absolute;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  background: #5f6389;
  border-right: 1px solid #818181;
}
/* top level items */
#alt-nav-wrap ul li {
  position: relative;
}
#alt-nav-wrap ul li:first-of-type {
  border-top: none;
}
#alt-nav-wrap ul li:last-of-type {
  border-bottom: none;
}
#alt-nav-wrap ul a:link,
#alt-nav-wrap ul a:visited {
  color: #fff;
  text-decoration: none;
  font-size: 26rem;
  display: block;
  padding: 15px 10px;
}
/* 1st level dropdown */
#alt-nav-wrap .dropdown_1 {
  width: 100%;
}
#alt-nav-wrap .dropdown_1 li {
  padding-left: 15px;
}
/* 2nd level dropdown */
#alt-nav-wrap .dropdown_2 {
  background: #141414;
  border-top: 0;
  width: 100%;
}
#alt-nav-wrap .dropdown_2 li {
  border-bottom: 0;
  border-top: 1px solid #222222;
}
#alt-nav-wrap .dropdown_2 a:link,
#alt-nav-wrap .dropdown_2 a:visited {
  color: #e6e6e6;
  font-size: 1.2em;
  text-shadow: 0px -1px 0px #2e2e2e;
  line-height: 1.3em;
}
/* an overlay over the website when menu is open */
.overlay-close {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  left: 250px;
}
/* open menu button */
.open {
  color: #20b67a;
  text-decoration: none;
  font-size: 28px;
  line-height: 52px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  height: 50px;
  width: 50px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}
/* close menu button */
.close {
  color: white;
  text-decoration: none;
  display: inline-block;
  text-align: right;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 14px;
  text-transform: uppercase;
  padding: 12px 15px;
  width: 220px;
}
.close i {
  font-size: 19px;
  margin-left: 10px;
  padding-top: 10px;
  color: white;
}
/* icons showing dropdown status */
.indicator {
  height: 55px;
  background: url('/images/alt-nav-arrow.png') center center no-repeat;
  width: 50px;
  float: right;
}
.indicator-up {
  background: url('/images/alt-nav-arrow-up.png') center center no-repeat;
}
/* ----------------------------- */
/*           General             */
/* ----------------------------- */
.top {
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 15px;
}
header {
  margin-top: -65px;
  float: left;
  margin: 0 0;
  width: 20%;
}
a {
  text-decoration: none;
}
.text {
  clear: both;
}
.text-content {
  padding: 0 15px;
  max-width: 1140px;
  margin: 0 auto;
}
.aboutlinks {
  line-height: 2em;
  margin: 50px 0;
}
#main-content h1 {
  font-size: 26rem;
  text-transform: uppercase;
}
/* ----------------------------- */
/* 			Homepage   			 */
/* ----------------------------- */
#featured-area {
  background: url('/images/bg-featured.png') center center no-repeat;
  background-size: cover;
  width: 110%;
  height: auto;
  min-height: 225px;
  clear: both;
  overflow: visible;
  margin-left: -5%;
}
#home-main {
  margin-top: 50px;
}
#home-main .learnmore {
  margin: 40px 0;
}
.home-quote {
  background-size: cover;
  width: 100%;
  color: white;
  margin: 75px 0;
  padding: 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.home-quote p {
  color: white;
  font-size: 16rem;
}
.home-quote .readmore {
  text-align: right;
  margin: 10px 0 10px;
  font-size: 15rem;
}
.home-quote .readmore a {
  color: white;
  text-decoration: underline;
}
aside.home-quote {width:45%;}
.home aside {
    float: right;
    width: 45%;
    margin-bottom:125px;
  }
#main-content .readmore a {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border: 1px solid #5f6389;
  padding: 6px 10px 4px;
  color: #5f6389;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: 10px;
  font-size: 14rem;
}
#site-footer-content form input:focus {
  border: 1px solid #5f6389;
  outline: none;
  color: #5f6389;
}
#youth-holder {
  width: 48%;
  float: left;
}
#youth-holder .learnmore a:link,
#youth-holder .learnmore a:visited {
  color: #5bae60;
  border-color: #5bae60;
}
#youth-holder .learnmore a:hover {
  background: #5bae60;
  color: white;
}
#children-holder  {
  width: 48%;
  float: right;
}
#children-holder .learnmore a:link,
#children-holder .learnmore a:visited {
  color: #d54828;
  border-color: #d54828;
}
#children-holder .learnmore a:hover {
  background: #d24420;
  color: white;
}
.intro-content {
  width: 50%;
  float: left;
}
.intro-content p {
  font-size: 18rem;
}
.intro-content img {
  margin-top: 40px;
  width: 65%;
}
.home-quote {
  width: 45%;
  float: right;
}
.home-quote p {
  margin: 0;
  padding: 0;
}
.home-quote p.readmore {
  margin: 0 0 25px;
}
.learnmore a:link,
.learnmore a:visited {
  text-decoration: none;
  padding: 0px 10px;
  display: inline-block;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border: 1px solid;
  font-size: 14rem;
  text-transform: uppercase;
}

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

/* ----------------------------- */
/* 			Sidebars   			 */
/* ----------------------------- */
.sidebar {
  color: #f3efe6;
  margin: 25px 0;
  padding: 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.36em;
}
.sidebar p {
  color: #f3efe6;
  font-size: 18rem;
}
.sidebar h2 {
  text-transform: uppercase;
}
.sidebar a {
  color: white;
  text-decoration: underline;
}
.sidebar .readmore {
  width: 100%;
  text-align: right;
  font-size: 14rem;
}
.sidebar ul {
  margin-left: 0;
  list-style-position: inside;
  padding: 0;
}
.sidebar ul li {
  list-style-type: none;
  margin-left: 0;
  font-size: 16rem;
  font-style: italic;
  line-height: 24rem;
}
#interested-youth,
.sidebar-one {
  background: url('/images/bg-sidebar-interested.svg') center center no-repeat;
  background-size: 100% 100% !important;
}
#quote-chn, #quote-children {
  background: url('/images/bg-sidebar-interested2.svg') no-repeat;
  background-size: 100% 100% !important;
}
#quote-youth {
  background: url('/images/bg-sidebar-quote.svg') no-repeat;
  background-size: 100% 100% !important;
}
#youth-holder p.learnmore {
  margin-top: 1.8em;
}
.sidebar-youth:after {
  content: '';
  background: url('/images/dec-man.png') right bottom no-repeat;
  height: 175px;
  margin-top: -175px;
  display: block;
  width: 100%;
  position: relative;
  top: 125px;
}
.sidebar-man {
  margin: 75px 0 125px 0;
}
.sidebar-children:after {
  content: '';
  background: url('/images/dec-lady.png') right bottom no-repeat;
  height: 175px;
  margin-top: -175px;
  display: block;
  width: 100%;
  position: relative;
  top: 125px;
}
.sidebar-lady {
  margin: 75px 0 125px 0;
}
/* ----------------------------- */
/* 			Footer 				 */
/* ----------------------------- */
footer {
  background: url('/images/bg-youth-topper.png') center top repeat-x #5f6389;
  padding: 0 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  margin-top:25px;
}
footer h3 {
  font-size: 24rem;
}
#site-footer-content a {
  color: white;
}
#site-copyright {
  font-size: 0.8em;
  margin: 10px auto;
}
#site-copyright p {
  line-height: 1.3em;
  font-size: 14rem;
  color: #f3efe6;
}
#site-footer-content h3 {
  margin: 20px 0;
  font-size: 24rem;
  text-transform: uppercase;
}
#site-footer-content ul {
  padding: 15px 0;
}
#site-footer-content ul li {
  display: inline-block;
  margin: 15px 15px 0 0;
  height: 75px;
}
#site-footer-content ul li a {
  text-indent: -999rem;
  display: block;
  background-size: cover;
}
#site-footer-content form {
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 15px 15px;
  overflow: auto;
  margin-bottom: 25px;
}
#site-footer-content form input {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #c4bcbc;
  background: #f5f2eb;
  padding: 10px;
  width: 70%;
  color: #606060;
  margin: 0 0 5px;
  font-size: 18rem;
  height: 20px;
}
#site-footer-content form label {
  color: #606060;
  font-size: 18rem;
  line-height: 18rem;
}
#site-footer-content form input[type="submit"] {
  width: 15%;
  padding: 0;
  color: #f3efe6;
  height: 42px;
  display: block;
  float: right;
  margin-top: 4px;
  text-indent: -200em;
  border: none;
  background-size: cover;
  background: url('/images/button-go.png') no-repeat;
  cursor: pointer;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label span {
  display: inline-block;
  width: 19px;
  height: 16px;
  margin: -7px 4px 0 0;
  vertical-align: middle;
  background: url('/images/btn-rememberme.png') left 0 no-repeat;
  cursor: pointer;
}
input[type="checkbox"]:checked + label span {
  background: url('/images/btn-rememberme.png') left -20px no-repeat;
}
#site-footer-content form #label-rememberme {
  font-size: 14rem;
  margin-right: 25px;
}
#site-footer-content form a {
  color: #5f6389;
  text-decoration: none;
  font-size: 14rem;
  font-style: italic;
}
#site-copyright {
  color: #f3efe6;
  width: 67%;
  display: block;
  margin: 165px 0 0;
}
.remembercheckbox {
  float: left;
  width: 50%;
}
.resetpassword {
  float: right;
  width: 45%;
  text-align: right;
  line-height: normal;
  margin-top: 10px;
}
/* ----------------------------- */
/*           Responsive          */
/* ----------------------------- */
@media screen and (max-width: 600px) {
  #main-nav-wrap {
    display: none;
  }
  .nav-header {
    display: block;
  }
  .slide-caption {
    opacity: 0;
  }
  #children-holder {
    clear: both;
  }
  
  .home aside {width:100%;}
  #youth-holder, #children-holder, .intro-content {width:100%;}
  #youth-holder .home-quote, #children-holder .home-quote {margin-top:25px;}
  .intro-content img {width:40%;}
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  #main-nav-wrap {
    display: none;
  }
  .nav-header {
    display: block;
  }
  .slide-caption {
    opacity: 0;
  }
}
@media screen and (min-width: 600px) {
  #home-main {
    float: left;
    width: 55%;
  }
  #sidebar {
    float: right;
    width: 35%;
  }
  #main-content {
    float: left;
    width: 60%;
  }
  #main-content.full-width {
    width: 100%;
  }
  footer {
    clear: both;
  }
  #site-footer-content section {
    float: left;
    color: #f3efe6;
  }
  #footer-affiliates {
    width: 35%;
  }
  #footer-connect {
    width: 30%;
  }
  #site-footer-content section#footer-login {
    width: 30%;
    float: right;
  }
}

.region_link { display: inline-block;}

.region_link a.region_children {     color: #d54828; border-color: #d54828}
.region_link a.region_children:hover {     color: #fff; background-color: #d54828}

.region_link a.region_youth {     color: #5bae60; border-color: #5bae60}
.region_link a.region_youth:hover {     color: #fff; background-color: #5bae60}

.region_link a.region_both {     color: #5f6389; border-color: #5f6389}
.region_link a.region_both:hover {     color: #fff; background-color: #5f6389}
