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

@import url(/css/middle.css) (max-width: 760px) and (min-width: 600px);

/* =================================================================*/
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: #5bae60;
}
.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;
}
i.icon-reorder {
  font-style: normal;
  font-size: 16rem;
  color: #5bae60;
  text-transform: uppercase;
}
#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;
  zoom: 1;
  *display: inline;
  position: relative;
  z-index: 500;
}
/* top level links */
#main-nav li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 0px 0 8px 20px;
  color: #666866;
  text-decoration: none;
}
#main-nav li a:hover {
  color: #5bae60;
}
/* 1st dropdown container */
#main-nav .dropdown_1 {
  display: none;
  position: absolute;
  left: 0;
  margin: 0 0 0 -1px;
  padding: 0;
  list-style: none;
  width: 200px;
  background: #f5f2eb;
  border: 1px solid #CFCFCF;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}
.edge {
  right: 0;
  left: auto!important;
}
#main-nav .dropdown_1 li {
  width: 100%;
  height: 25px;
}
#main-nav .dropdown_1 li a {
  display: block;
  margin: 0;
  padding: 0 15px;
  height: 25px;
}
#main-nav .dropdown_1 li:hover {
  border-radius: 0;
}
/* 2nd level dropdowns */
#main-nav .dropdown_2 {
  display: none;
  position: absolute;
  left: 200px;
  width: 200px;
  top: -1px;
  background: #f5f6f7;
  border: 1px solid #CFCFCF;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}
.dropdown_1 .edge {
  right: 200px!important;
  left: auto!important;
}
/* adds arrow for 2nd level dropdowns */
#main-nav ul .parent {
  background: url('/images/nav-arrow.png') right no-repeat;
}
/* ----------------------------- */
/*       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: #5bae60;
  z-index: 10000;
  border-right: 1px solid #818181;
  margin-top: 0;
}
/* top level items */
#alt-nav-wrap ul li {
  position: relative;
  font-size: 16rem;
}
#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: 20rem;
  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;
}
.learnmore a:link,
.learnmore a:visited {
  color: #5bae60;
  text-decoration: none;
  padding: 0px 10px;
  display: inline-block;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border: 1px solid #5bae60;
  font-size: 14rem;
  text-transform: uppercase;
}
.learnmore a:hover {
  background: #5bae60;
  color: white;
}
.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;
}
p.tutor-external {
  font-size: 20rem;
  margin: 50px 0;
}

p.tutor-image {
  float: right;
  width: 20%;
  height: 100%;
}

p.featuredtestimonial {
  font-size: 20rem;
  padding: 20px 0 0 25px;
  background: #fff;
  position: relative;
  overflow: auto;
  display: none;
}
p.active {
  display: block;
}
p.featuredtestimonial img,
p.featuredtestimonialactive img {
  float: right;
  margin: -35px 0 0 75px;
}
p.thumbnail {
  cursor: pointer;
  width: 14%;
  display: block;
  float: left;
  padding-right: 3.2%;
  text-align: center;
  color: #5bae60;
  font-size:80%;
}
p.thumbnail a {
  text-align: center;
  text-decoration: none;
}
p.thumbnail img {
  width: 100%;
}
p.last {
  padding-right: 0;
  float:right;
}
#main-content p.mod-heading {
  margin: 35px 0 0;
  padding: 0 0 0;
  color: #5bae60;
  cursor: pointer;
  position: relative;
}
.mod-heading.active:after {
  content: "click to hide";
  display: inline-block;
  height: 20px;
  width: 40%;
  font-size: 16rem;
  margin-left: 35px;
  padding-left: 25px;
  color: #3b3b3b;
  background: url('/images/youth/button-expandhide.png') 2px 11px no-repeat;
}
.mod-heading:after {
  content: "";
  display: inline-block;
  width: 75px;
  height: 20px;
  margin-left: 35px;
  padding-left: 25px;
  color: #3b3b3b;
  background: url('/images/youth/button-expandhide.png') 2px -19px no-repeat;
}
.mod-heading1:after {
  content: "click to expand";
  width: 40%;
  font-size: 16rem;
}
.mod-heading:hover:after {
  content: "click to expand";
  width: 40%;
  font-size: 16rem;
}
.mod-heading.active:hover:after {
  content: "click to hide";
  width: 40%;
  font-size: 16rem;
}
#main-content #modulelist {
  margin: 25px 0;
}
#main-content ol li {
  font-size: 22rem;
}
#main-content ul li {
  list-style-type: none;
  background: url('/images/bullet-green.png') 0 10px no-repeat;
  padding-left: 30px;
  display: block;
  margin: 5px 0 0 40px;
  color: #3b3b3b;
}
#main-content .mod-content ul li,
#page-content #main-content .mod-content ol li {
  background: none;
  color: #3b3b3b;
  padding-left: 50px;
  margin: 10px 0 0;
  font-size: 20rem;
}
#main-content .mod-content ol li,
#main-content .mod-contentload ol li {
  list-style-type: lower-alpha;
  list-style-position: inside;
}
#main-content .mod-content ol li ul,
#main-content .mod-content ol li ul li {
  list-style-type: none;
}
#main-content .mod-content ol li ul li {
  list-style-type: none;
  background: url('/images/bullet-green.png') 0 10px no-repeat;
  padding-left: 30px;
  display: block;
  margin-left: 40px;
  color: #3b3b3b;
}
.togglesymbol {
  text-decoration: none;
  color: #5bae60;
  margin-left: 50px;
  font-weight: 800;
  margin-left: 25px;
  vertical-align: middle;
}
.toggleexplanation {
  color: #3b3b3b;
  font-weight: 100;
  font-size: 14rem;
  vertical-align: middle;
  margin-left: 15px;
  line-height: inherit;
  font-style: italic;
  display: none;
}
.mod-heading:hover .toggleexplanation {
  display: inline;
}
/* ----------------------------- */
/* 			Homepage   			 */
/* ----------------------------- */
#featured-area {
  background: url('/images/youth/bg-featured.png') center center no-repeat;
  background-size: cover;
  width: 110%;
  height: auto;
  min-height: 225px;
  clear: both;
  overflow: visible;
  margin-left: -5%;
  z-index: 0;
}
#home-main {
  margin-top: 50px;
}
#home-main .learnmore {
  margin: 40px 0 20px;
}

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

#main-content .readmore #link-About {display:none;}
#main-content form input,
#main-content form textarea {
  width: 100%;
  clear: both;
  max-width: 1140px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #c4bcbc;
  background: #fff;
  padding: 10px 15px;
  color: #606060;
  margin: 10px auto 25px;
  font-size: 20rem;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "proxima-nova", sans-serif;
}
#main-content form label {
  font-size: 20rem;
  width: 100%;
  float: left;
  clear: both;
}
#main-content form input[type="submit"] {
  color: #f3efe6;
  background: #5bae60;
}
#main-content form input[type="textarea"] {
  font-family: "proxima-nova", sans-serif;
}
#main-content form input:focus,
#main-content form input:active,
#main-content textarea:focus,
#main-content textarea:active,
#site-footer-content form input:focus {
  border: 1px solid #5bae60;
  outline: none;
  color: #5bae60;
}
/* ----------------------------- */
/* 			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/youth/bg-sidebar-interested.svg') center center no-repeat;
  background-size: 100% 100% !important;
}
#quote-youth,
sidebar-two {
  background: url('/images/youth/bg-sidebar-quote.svg') no-repeat;
  background-size: 100% 100% !important;
}
.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: 125px 0 125px 0;
}
.home-quote.sidebar-man {
  margin-top: 75px;
}
#dates {
  background: url('/images/youth/bg-sidebar-date.svg') no-repeat;
  background-size: 100% 100% !important;
}
/* ----------------------------- */
/* 			Footer 				 */
/* ----------------------------- */
footer {
  background: url('/images/bg-youth-topper.png') center top repeat-x #5bae60;
  padding: 0 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#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/youth/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/youth/btn-rememberme.png') left 0 no-repeat;
  cursor: pointer;
}
input[type="checkbox"]:checked + label span {
  background: url('/images/youth/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: #5bae60;
  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;
}

footer .videoWrapper {
position: relative;
padding-bottom: 56.25%;
padding-top: 25px;
height: 0;
margin: 0 20px 0 0;
max-width: 760px;
clear: both;
}

footer .videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
