/* Layout */

/* Responsive Stage Indicator*/

.responsive-stage-indicator {
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	background-color: #aaa;
	padding: 0.2em 0.5em;
	color: #fff;
	opacity: 0.5;
}
.responsive-stage-indicator.global {
	display: block;
}	

body {
	font-family: AvenirLT-Medium,Helvetica,sans-serrif;
	color: #333;
	font-size: 16px;
}

h1 {
	font-family: AvenirLTStd-Black,Helvetica,sans-serrif;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	float: left;
	width: 100%;
	font-size: 1.5em;
}

h2 {
	font-family: AvenirLTStd-Black,Helvetica,sans-serrif;
	font-weight: normal;
  font-size: 1.2em;
}

h3 {
	font-weight: normal;
	text-decoration: none;
	font-size: 18px;
}

a {
	color: #10a8e7;
}

h3 a {
	text-decoration: none;
}

strong {
	font-family: AvenirLTStd-Black, Helvetica,sans-serrif;
	font-weight: normal;
}

img {
	max-width: 100%;
	height: auto;
}

article h2 {
	text-transform: uppercase;
	font-family: AvenirLTStd-Black, Helvetica,sans-serrif;
	font-weight: normal;
	font-size: 30px;		
}

a.button, 
input.button {
	background-color: #10a8e7;
	border-radius: 3px;
	color: #fff;
	text-transform: uppercase;
	padding: 15px 20px 12px 20px;
	text-decoration: none;
	font-size: 12px;
	font-family: AvenirLTStd-Black, Helvetica,sans-serr
}

.full-wrap {
	width: 100%;		
}
.full-inner {
	width: 96%;
	max-width: 1000px;
	margin: 0 auto;
}
header {	
	max-width: 1400px;
	margin: 0 auto;
}
.full-inner .full-inner {
	width: 100%;
}
.col-onethird,
.col-twothird,
.col-half,
.col-2tenth,
.col-7tenth {
	width: 100%;	
	float: left;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


/* Specific site wide element styles */

/* @todo: this is just to hide font preview */
#mfPreviewBar {
	display: none;
}

.messages {
	width: calc(100% - 2px);
  max-width: 1000px;
  margin: 0 auto;
  border-left: 1px solid;
  box-shadow: none;
  margin-top: 20px;
}

.messages--status {
	border-color: #c9e1bd #c9e1bd #c9e1bd #c9e1bd;
}

/* Header */

.logo.logo-header {
	color: #3b23a2;
}
.logo {
	font-family: AvenirLTStd-Light,Helvetica,sans-serrif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.05; 
  margin-top: 7px;
  text-align: center;
}
.logo .pt2 {
	font-family: AvenirLTStd-Black,Helvetica,sans-serrif;	
}
.home.block .logo {
	float: left;
	text-align: left;
}

.header-outer{
	border-bottom: 1px solid #d3d3d3;
}
header {
	width: calc(96%);
  padding: 10px 0;
  margin: 0 auto;	
}
header a {
	color: #333;
	text-decoration: none;
}

/* General menu styles */


.menu a {	
	text-decoration: none;
	text-transform: uppercase;
	font-size: 24px;
	color: #333;
	padding: 8px 0;
	line-height: 54px;
}

/* Main menu styles */

/* Main Menu expanded/contracted mobile styles */

.header-outer.expanded {
	background-color: rgba(44,29,107,0.9);
}

.header-outer.expanded .logo-header,
.header-outer.expanded .menu a {
	color: #fff;
}

.sandwich {
	background-image: url("/themes/apfcurr/images/menu-sandwich.png");
	background-repeat: no-repeat;
	width: 55px;
	height: 40px;
	display: block;
	cursor: pointer;
	float: left;
	position: absolute;
  top: 0;
  left: 0;
  background-position: 100% 50%;
  width: 73px;
  margin: 18px 10px 18px 0;
}

.header-outer.expanded .sandwich {
	background-image: url("/themes/apfcurr/images/menu-x.png");
	background-position: 100% 0;
}

.header-outer.expanded .menu .active a {
	color: #2fc1fe;	
}
.header-outer.expanded .menu li.active {
	background-image: url("/themes/apfcurr/images/menu-mobile-active-arrow.png");
	background-repeat: no-repeat;
	background-position: 40px calc(50% - 3px);
}

.mainMenu {
	font-family: AvenirLTStd-Black,Helvetica,sans-serrif;	
}
.mainMenu ul {
	float: left;
	margin: 30px 0 80px 0;	
	clear: both;	
}

.mainMenu li a:hover {
	color: #3b23a2;
}

.main-menu-outer .togglable-menu {
	display: none;
}

.mainMenu li {	
	line-height: 2em;
	text-align: left;
	padding-left: 80px;
}

.mainMenu li.search a {
	background-image: url("/themes/apfcurr/images/search-icon-white.png");
	background-repeat: no-repeat;
  padding-left: 50px;
  background-position: 0 50%;
}
.mainMenu li.search.active a {
	background-image: url("/themes/apfcurr/images/search-icon-blue.png");
}

.mainMenu li .short-title {
	display: none;
}

.initiative {
	float: right;
	height: 60px;
	display: none;
}

.initiative-of {
	opacity: 0.6;
	font-size: 12px;
	line-height: 60px;
	display: inline-block;
	float: left;
}
.main-menu-outer .footerMenu {
	float: left;
}
.main-menu-outer .footerMenu li {
	clear: both;
	margin-left: 80px;	
}

.main-menu-outer .footerMenu li a {
	font-size: 18px;
}

.main-menu-outer .footerMenu li.social{
  background-image: url('/themes/apfcurr/images/social-icons-mobile-menu.png');
  height: 60px;
  width: 60px;  
  margin-top: 15px;
}

.main-menu-outer .footerMenu li.twitter {
  background-position: -99px center;
  clear: none;
  margin-left: 40px;  
}

.main-menu-outer .copyright {
	float: left;
	clear: both;
	color: #fff;
	margin: 35px 0 0 80px;
}

.main-menu-outer .initiative {
	display: block;
  float: left;
  margin: 80px 0 80px 80px;
  color: #fff;
  height: auto;  
}

.main-menu-outer .initiative-of {
	opacity: 1;
  clear: both;
  float: none;
  display: block;
  line-height: initial;
  font-size: 16px;
}



/* Module sub nav */

.module-nav-outer {
	background-color: #f7f7f7;
	padding: 20px 0;
}
.module-nav-outer.hidden {
	display: none;
}

.module-nav h1 {
	color: #a9a9a9;
	margin-top: 0;
	margin-bottom: 10px;
}

/* Main */

main.full-inner {
	padding-top: 15px;
}

/* Article */

article {
	float: left;
}

/* Footer */ 

.footer-outer {
	background-color: #e6e7e9;
	padding: 20px 0;
	margin-top: 60px;
	display: none;
}
footer {
	/*color: #a9a9a9; */
	color: #404042;
	font-size: 12px;
	line-height: 30px;
}

footer a {
	color: #404042;
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

.footer-left {
	display: block;
	float: left;
}

.footer-right {
	display: block;
	float: right;
	margin-top: 35px;
}

.website-by {
	clear: both;
  float: right;
  margin-top: 10px;
}



footer .copyright {
	float: left;
}
.footerMenu{
	float: right;
	color: #3b23a2;
}
.footerMenu ul{
	float: left;
	margin: 0;
}
.footerMenu li {	
	font-family: AvenirLT-Medium,Helvetica,sans-serrif;
	text-transform: uppercase;
	float: left;
	margin-left: 15px;		
}
.footerMenu a {	
	text-decoration: none;
	color: #a9a9a9;
	color: #3b23a2;
}
.footerMenu li.social {
	/* background-image: url('/themes/apfcurr/images/social-icons-footer.png'); */
	background-image: url('/themes/apfcurr/images/Social-Media-Icons_Facebook.png');
	background-repeat: no-repeat;
	width: 31px;
	height: 31px;	
	margin-left: 14px;
}
.footerMenu li.twitter {
/*	background-position: -50px center; */
	background-image: url('/themes/apfcurr/images/Social-Media-Icons_Twitter.png');

}

.footerMenu li.social a {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.prov-bc-logo {
	background-image: url(/themes/apfcurr/images/BC_Gov_Logo_136px.png);
  background-repeat: no-repeat;
  width: 136px;
  height: 38px;
  margin: 4px 0;
}
	


/* Module Subnav */

.moduleSubNav {
	display: block;
	float: left;
	width: 100%;
}

.moduleSubNav .menu {
  margin: 0;
  position: relative; 
  width: calc(100% - 120px);
  float: left;
  text-align: center;
}
.moduleSubNav .menu li {
	font-family: AvenirLTStd-Black,Helvetica,sans-serrif;	
	margin-left: 0;
	border-radius: 3px;
}
.moduleSubNav .menu li.first {
	margin-left: 0;
}
.moduleSubNav .menu li a {
	padding: 6px 0px;
	margin: 0;	
	font-size: 20px;
	top: 16px;
	position: relative;
	line-height: initial;
}
.module-nav-outer.sticky {
	position: fixed;
	z-index: 100;
	top: 0;
	box-shadow: -2px 1px 8px 3px rgba(0, 0, 0, 0.1);
}

.moduleSubNav .menu li {
	display: none;
}

.moduleSubNav .menu li.active {
	display: block;
}

.module-nav .subnav-prev,
.module-nav .subnav-next {
	cursor: pointer;
	text-align: left;
	background-image: url('/themes/apfcurr/images/mobile-subnav-arrows.png');
	background-repeat: no-repeat;
	display: block;
	width: 60px;
	height: 60px;

}
.module-nav .subnav-prev {
	float: left;
}
.module-nav .subnav-next {
	text-align: right;
	float: right;
	background-position: -71px 0;
}

.subnav-next.hidden,
.subnav-prev.hidden {
 visibility: hidden;
}

/* Specific styles */

.path-frontpage h1.page-title {
	display: none;
}

.logo-intro {
	width: 100%;
	float: left;
}
.logo-intro h1 {
	color: #3b23a2;
	font-size: 52px;	
	margin-bottom: 40px;
	margin-top: 8%;
}
.logo-intro h1 .pt1 {
	font-family: AvenirLTStd-Light, Helvetica,sans-serrif;
}

.home.block .subtitle {
	font-family: AvenirLTStd-Black, Helvetica,sans-serrif;
	font-size: 18px;
}

.grid {
	width: 100%;
	overflow: hidden;
}
.masonry .textual {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: calc(100% - 40px);		
	margin: 20px;
	color: #fff;
}
.masonry .topic {
	text-transform: uppercase;
	font-size: 12px;
}
.masonry h2 {
	font-size: 28px;
	margin: 10px 0 0 0;
	line-height: 1.15em;
	text-shadow: 1px 1px #666666;
}

.masonry img {
	display: block;
}
.masonry .curtain {
	background-image: url('/themes/apfcurr/images/home-banner-gradient.png');
	background-position: 0 100%;
	background-repeat: repeat-x;
	position: absolute;
	width: 100%;
  height: 100%;
}

.masonry {
	background-color: #aaa;
	margin-bottom: 2%;
	position: relative;
	
}
.masonryA .inner {
	position: relative;
	padding-top: 150%;
	width: 100%;
}	
.masonryB .inner {
	position: relative;
	padding-top: 50%;
	width: 100%;
}	
.masonryC .inner {
	position: relative;
	padding-top: 76%;
	width: 100%;
}
.masonryD .inner {
	position: relative;
	padding-top: 93%;
	width: 100%;
}

.columnize2 .column > * {
	margin-left: 2%;
	margin-right: 2%;
}
.columnize2 .column.first > * {
	margin-left: 0;
}
.columnize2 .column.last > * {
	margin-right: 0;
}

/* Module page */

.marquee {
	width: 100%;
	position: relative;
	float: left;
}
.marquee img {	
	display: block;
}
.marquee .textual {
	position: absolute;
	top: 0;
	color: #fff;
	padding: 20px;
	font-size: 18px;
	line-height: 24px;
	font-family: AvenirLTStd-Roman, Helvetica,sans-serrif;
	text-shadow: 1px 1px #000;
	height: calc(100% - 40px);
}
.marquee .textual h2 {
	font-size: 1.5em;
	font-family: AvenirLTStd-Black, Helvetica,sans-serrif;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 1em;
	margin: 0 0 40px 0;
	width: 90%;
	text-shadow: 1px 1px #666666;	
}
.marquee .textual .blurb {
	width: 60%;
	margin-bottom: 40px;
}
.textual .credit {
	font-size: 12px;
	line-height: 14px;
}
.marquee .textual .credit {
	position: absolute;
	bottom: 20px;
}
.textual .credit-label {
	font-family: AvenirLTStd-Black, Helvetica,sans-serrif;
}
.textual .credit div {
	display: inline;
}
.marquee .curtain {
	background-image: url('/themes/apfcurr/images/home-banner-gradient.png');
	background-position: 0 100%;
	background-repeat: repeat-x;
	position: absolute;
	width: 100%;
  height: 100%;
  bottom: 0;
}

.pdf-download {
	float: right;
	margin: 30px 0 0 0;
}

.body {
	clear: both;
}	
.field--name-body > p {
	margin-top: 0;
}
h2.section-title {
	margin: 30px 0 24px 0;
}
h2.overview {
	float: left;	
}

.section {
	border-top: 1px solid #eeeeee;
	width: 100%;
	margin-top: 60px;
	clear: both;
	float: left;
}

.primary-link h3 {
	font-family: AvenirLTStd-Black, Helvetica,sans-serrif;
	margin-bottom: 4px;
}

.primary-link .body p:first-child {
	margin-top: 0;
}


/* Timeline */


.tl-slide-titleslide {

}

.tl-slide-titleslide.tl-slide .tl-slide-scrollable-container {
	display: block;
}
.tl-slide-titleslide.tl-slide .tl-slide-scrollable-container .tl-slide-content-container {
	display: block;
}

.tl-slidenav-previous .tl-slidenav-icon:before,
.tl-slidenav-next .tl-slidenav-icon:before {
	content: "";
	background-image: url('/themes/apfcurr/images/timeline-pager-arrows.png');
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	display: none;
}

#timeline .tl-slidenav-previous .tl-slidenav-icon,
#timeline .tl-slidenav-next .tl-slidenav-icon {
	content: "";
	background-image: url('/themes/apfcurr/images/timeline-pager-arrows.png');
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	display: block;	
}

#timeline .tl-slidenav-next .tl-slidenav-icon {
	background-position: -62px center;
  margin-left: 0px;
  float: right;
}

#timeline .tl-slidenav-next .tl-slidenav-content-container .tl-slidenav-title,
#timeline .tl-slidenav-previous .tl-slidenav-content-container .tl-slidenav-title {
	color: #10a8e7;
  font-size: 12px;
  font-family: AvenirLTStd-Black,Helvetica,sans-serrif;
  text-transform: uppercase;
  width: 100%;
  margin-left: 0;
  float: right;
}	
#timeline .tl-slidenav-next {
	right: 0;
	margin-right: 0;
}
#timeline .tl-slidenav-previous {
	left: 0;
	margin-left: 0;
}
#timeline .tl-slidenav-next .tl-slidenav-content-container {
	right: 0;
}
#timeline .tl-slidenav-previous .tl-slidenav-title,
#timeline .tl-slidenav-next .tl-slidenav-title{
	opacity: 1;	
}
#timeline .tl-slidenav-previous .tl-slidenav-description,
#timeline .tl-slidenav-next .tl-slidenav-description {
	opacity: 1;
	text-transform: uppercase;
	float: right;
	font-family: AvenirLTStd-Roman, Helvetica,sans-serrif;
	color: #999;
	font-size: 12px;
	line-height: 13px;
}
#timeline .tl-slidenav-previous .tl-slidenav-description {
	float: left;
}
#timeline .tl-slidenav-previous:hover .tl-slidenav-icon {
	margin-left: 0;
}

#timeline .tl-slidenav-previous, 
#timeline .tl-slidenav-next {
	width: 18.4%;
}
#timeline .tl-slidenav-previous .tl-slidenav-content-container, 
#timeline .tl-slidenav-next .tl-slidenav-content-container {
	width: 100%;
}

#timeline .tl-storyslider .tl-slider-container-mask .tl-slider-container {
	text-align: right;
}

#timeline .tl-slide .tl-slide-content-container {
	float: left;
}

#timeline .tl-slide .tl-slide-content-container .tl-slide-content .tl-text {
	margin-top: 0;
	padding: 0 0 0 20px;
	vertical-align: top;
}
.tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text {
	/*clear: both;*/
}
#timeline .tl-timemarker .tl-timemarker-content-container {
  width: 150px;
  height: 58px!important;
}
#timeline .tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-media-container .tl-timemarker-media {
	max-width: 100%;
	display: block;
}
#timeline .tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-media-container {
	max-width: 100%;
	max-height: none;
}
#timeline .tl-timeline .tl-timemarker-content h2 {
	font-size: 10px;
	line-height: 10px;
	/*font-family: AvenirLTStd-Roman, Helvetica,sans-serrif;*/
	text-transform: none;
}

#timeline .tl-timeline h2
#timeline .tl-timeline .tl-slide-titleslide h2 {
	color: #fff;	
	font-size: 28px;
	line-height: 1.15em;
  text-transform: uppercase;
}
#timeline .tl-timeline .tl-slide-titleslide .tl-text-content,
#timeline .tl-timeline .tl-slide-titleslide .tl-text-content p,
#timeline .tl-timeline .tl-slide-titleslide h2 {
	color: #fff;	
	line-height: 1.2em;
}

#timeline .tl-timeline h2 {
	font-size: 18px;
	text-transform: none;
}

#timeline .tl-timeline .tl-slide-titleslide h2 {
	text-transform: uppercase;
	font-size: 24px;
}

#timeline .tl-skinny .tl-text h2.tl-headline-title, 
#timeline .tl-skinny .tl-text h2.tl-headline {
	line-height: 22px;	
}

#timeline .tl-skinny .tl-slide-titleslide .tl-text h2.tl-headline-title, 
#timeline .tl-skinny .tl-slide-titleslide .tl-text h2.tl-headline {
	line-height: 28px;
}

#timeline .tl-timeline h3.tl-headline-date {
	font-family: AvenirLTStd-Roman, Helvetica,sans-serrif;
	text-transform: uppercase;
	font-size: 12px;
	color: #999;
}
#timeline .tl-timeline .tl-slide-titleslide h3.tl-headline-date {	
	color: #fff;
}

#timeline .tl-slide .tl-slide-content-container .tl-slide-content {
	padding-left: 15.4%!important;
  padding-right: 15.4%!important;
  width: 69.2%!important;
}
#timeline .tl-slide-titleslide .tl-slide-content-container .tl-slide-content {
	padding-left: 0!important;
  margin-right: 20.4%!important;
  padding-right: 0!important;
  width: calc(100% - 45px)!important;
  float: left;
  position: relative; 
}
#timeline .tl-slide .tl-slide-content-container .tl-slide-content {
	display: block;
}
#timeline .tl-slide .tl-slide-content-container .tl-slide-content .tl-media {
	width: calc(50% - 10px);
	min-width: calc(50% - 10px);
	max-width: calc(50% - 10px)!important;
	float: left;
	border-top: none;
	padding-top: 0;
}
#timeline .tl-slide .tl-slide-content-container .tl-slide-content .tl-media .tl-credit {
	width: calc(100% - 20px)!important;
	display: none;
}
#timeline .tl-slide-titleslide .tl-slide-content-container .tl-slide-content .tl-media {
	width: 100%!important;	
	max-width: 100%!important;	
}
#timeline .tl-slide-titleslide .tl-slide-content-container .tl-slide-content .tl-media .tl-media-content-container {
	text-align: left;
}
.tl-slide-titleslide .tl-media .tl-media-content-container .tl-media-content img {
		max-height: 335px!important;
}
.tl-slide-titleslide .tl-media .tl-media-content-container .tl-media-content img.tl-media-shadow {
	box-shadow: 0 12px 10px -10px rgba(0,0,0,.6); /* saving this nice css effect in case it's useful elsewhere */
	box-shadow: none;
	float: left;
}

#timeline .tl-slide .tl-slide-content-container .tl-slide-content .tl-text {
	width: calc(50% - 10px);
  display: block;
  float: right;
  height: 300px;
  overflow: auto;
}
#timeline .tl-skinny .tl-slide .tl-slide-content-container .tl-slide-content .tl-text .tl-text-content-container {
	padding-left: 0;
}
#timeline .tl-slide-titleslide .tl-slide-content-container .tl-slide-content .tl-text {
	position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px); 
  z-index: 10;
  padding: 20px;
}
#timeline .tl-slide-titleslide .tl-media-content-container .tl-credit {
	bottom: 0;
	position: absolute	
}
#timeline .tl-slide-titleslide .tl-media-content-container .credit {
	font-size: 12px;
	position: absolute;
	z-index: 1;
	left: 20px;
	bottom: 22px;
	color: #fff;
	
}
#timeline .tl-slide-titleslide .tl-media-content-container .credit-label {
  font-family: AvenirLTStd-Black, Helvetica,sans-serrif;
}

.tl-timeline p {
	font-family: AvenirLTStd-Roman, Helvetica,sans-serrif;
	font-size: 16px;
	line-height: 1.2em;
}

.tl-timeline.tl-skinny .tl-storyslider {
	top: 0!important;
}


/* Audio */

.audio-item {
	width: 100%;
	float: left;
	text-align: center;	
}
.audio-item audio {
	width: 100%;
}
.audio-item .image{
	margin-top: 18px;
}

/* Media Section */

.media-tabs {
	text-align: center;
	padding-left: 0;
	font-family: AvenirLTStd-Black, Helvetica,sans-serrif;
	text-transform: uppercase;
	font-size: 12px;
}
.media-tabs li {
	display: inline-block;
	list-style: none;
	margin-left: 20px;
	margin-right: 20px;
	color: #10a8e7;
	cursor: pointer;	
	font-size: 16px;
	padding-top: 5px;
}
.media-tabs li:first-child {
	/*margin-left: 0;*/
}

.media-tabs li:hover,
.media-tabs li.active {
	color: #5039b0;
}
.media-pages {
	float: left;
  width: 100%;
}
.media-page {
	display: none;
	text-align: center;
	margin-top: 20px;
}
.media-page.active {
	display: block;
}
.media-item {
	margin-top: 20px;
}
.media-item p {
	margin: 10px 0 0 0;
	color: #a9a9a9;
	font-size: 12px;
}
.media-item h3 {
	margin: 0;
}

.quiz-holder {
	text-align: center;
	position: relative;
}
.quiz-holder .background {
	opacity: 0.35;
}
.quiz-holder .textual {
  position: absolute;
  top: 0;
  width: 100%;
  max-height: calc(100% - 60px);
  margin: 0 0 100px 0;
}
.quiz-frames h2 {
	font-size: 20px;
}
h2.quiz-title {
	text-transform: none;
}
.quiz-body {
	font-family: AvenirLTStd-Roman, Helvetica,sans-serrif;
	max-width: 50%;
	margin: 0 auto 80px auto;
}
.quiz-holder .button {
	padding-left: 70px;
  padding-right: 70px;
}

.correct-answer, .incorrect-answer {
	color: #325e1c;	
	background-color: #f3faef;
	border: 1px solid #c9e1bd;
	border-radius: 3px;
	padding: 11px 19px 8px 19px;
}

.incorrect-answer {
	color: #a51b00;	
	background-color: #fcf4f2;
	border-color: #f9c9bf;
}


.multimedia-content {
	text-align: center;
}

/* Teacher Resources */

ul.teacher-resources-menu {
	list-style: none;
	width: calc(30.4% - 5px);
	margin-right: 0px;	
	margin-left: 0;
	padding-left: 0;
	float: left;
	margin-top: 0;
	margin-right: 5px;
}

ul.teacher-resources-menu li {
	 padding-right: 10px;
	}
	
ul.teacher-resources-menu li,
ul.teacher-resources-menu li a {
	font-family: AvenirLTStd-Black, Helvetica,sans-serrif;
  font-size: 12px;
  text-transform: uppercase;
  color: #10a8e7;
  text-align: right;
  padding-bottom: 5px; 
  margin-bottom: 20px;
}	

ul.teacher-resources-menu li.active,
ul.teacher-resources-menu li.active a {
	color: #5039b0;
	background-image: url("/themes/apfcurr/images/right-active-arrow.png");
	background-repeat: no-repeat;
	background-position: 100% 1px;
}

.teacher-resources-right {
	width: calc(69.6%);
  font-family: AvenirLTStd-Roman, Helvetica,sans-serrif;
  display: block;
  float: left;
}

.teacher-resources-right p:first-child {
	margin-top: 0;
}

.teacher-resource-tab-content {
	display: none;		
}

.teacher-resource-tab-content.active {
	display: block;	
}

.teacher-resources-menu li{
	cursor: pointer;
}


.related-item {
	width: calc(100% - 10px);
	float: left;
	position: relative;
	margin-top: 20px;
}
.related-item:first-child {
	margin-right: 20px;
}
.related-item .curtain {
  background-image: url('/themes/apfcurr/images/home-banner-gradient.png');
  background-position: 0 100%;
  background-repeat: repeat-x;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
}
.related-item .textual {
	position: absolute;
	width: calc(100% - 40px);
  margin: 20px;
	max-height:  calc(100% - 40px);
	bottom: 0;	
	color: #fff;
	text-shadow: 1px 1px #666666;
	font-family: AvenirLTStd-Black, Helvetica,sans-serrif;
	text-align: center;
}
.related-item img {
	display: block;
}
.related-item .textual h2 {	
	font-size: 20px;
	text-transform: none;	
	margin: 10px 0 0 0;
}
.related-item .textual .next-recommended {
	font-size: 12px;
	text-transform: uppercase;
}

.related-item .credit {
	text-align: left;
}

/* Multimedia */

.multimedia-contatiner {
	position: relative
}

.nav-container {
	list-style: none;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 20px auto 0 auto;
  padding: 0;
}

.nav-container li {	
	display: inline-block;
	margin: 0 10px;
	border: 1px solid #6f4ec6;
	position: relative;	
	  z-index: 10;
}
.nav-container li img {
	display: block;
}
.multimedia-content p {
	margin: 0;
}

.nav-container li .curtain {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.5;
}

.nav-container li.rslides_here .curtain {
	background-color: #6f4ec6;
}

.multimedia-contatiner .rslides .slide {
 	max-height: 376px;
  margin: 0 auto;
  display: block;
}

.multimedia-contatiner .rslides img {
  display: inline-block;
  height: auto;
  border: 0;
  max-height: 376px;
  width: auto;
  float: none;
}

/* Quiz */

.quiz-outer {
	position: relative;
}

.quiz-outer .background-image img{
	display: block;
}

.quiz-outer .curtain {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(256,256,256,0.85);
	top: 0;
}

.quiz-frames-outer {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;	
	overflow: auto;
}
.quiz-header-steps {
	margin: 0 10.2%;
	width: 79.6%;
	text-align: center;
	color: #a9a9a9;
}
.quiz-intro h2 {
	text-transform: none;
	margin: 3% 0 3% 0;	
}
.quiz-header-steps h2 {
	text-transform: none;
	margin: 30px 0;
}
.quiz-header-steps .current-step {
	color: #6f4ec6;
}
ul.quiz-frames {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	text-align: center;
	margin: 0;
}

.quiz-frames li {
	/* border: 1px solid #ccc; */
	margin: 0;
	padding: 0 0 100px 0;
	width: 100%;
	height: calc(100% - 40px);
	float: left;	
	display: none;
	overflow: auto;
}

.quiz-frames li.active {
	display: block;
}

.wrap-question-answer {
	margin: 0 3%;
}

.wrap-question-answer-image {
	float: left;
	width: 100%;	
}

.wrap-question-answer.with-image {
	float: left;
	width: 94%;
}

.wrap-question-answer .textual {
/*	font-family: AvenirLTStd-Black,Helvetica,sans-serrif;
	font-weight: normal;*/
}

.quiz-frames .textual p:first-child {
	margin-top: 0;
}
.quiz-frames .textual p:last-child {
	margin-bottom: 0;
}

.quiz-frames .question-image {	
	margin: 0 auto;
	width: 100%;
  float: left;
  margin-top: 20px;
}

.quiz-frames .question-image img {
	border: 1px solid #ddd;
}

.quiz-frames .submit-button {
  clear: both;
  text-align: center;
  display: inline-block;
  cursor: pointer; 
  margin-top: 30px;
}

.quiz-frames .result {
	margin: 0 10.2%;
	width: 79.6%;
}

.quiz-frames .next-button,
.quiz-frames .restart-button,
.quiz-frames .start-button {
	cursor: pointer; 
	margin-top: 10px;
	display: inline-block;
}

.quiz-frames .next-button,
.quiz-frames .restart-button,
.quiz-frames .submit-button,
.quiz-frames .start-button    {
	padding-left: 80px;
	padding-right: 80px;
	z-index: 1;
}

.answer-set {
	clear: both;
	display: block;
}

.answer-set input {
	margin-top: 20px;
}

.multiple-choice-answer {
	border: 1px solid #d1d1d1;
	border-radius: 3px;
	padding: 11px 20px 8px 20px;
	display: inline-block;
	cursor: pointer;
	margin: 20px 10px 0 10px;
	background-color: #fff;
}

.multiple-choice-answer:not(.selected):hover,
.multiple-choice-answer.selected {
  background-color: #10a8e7; 
  color: #fff;
  border-color: #10a8e7; 
}

.quiz-frames .result {
	display: none;
}

.final-result .score {
	font-family: AvenirLT-Medium,Helvetica,sans-serrif;
	font-size: 21px;	
}

.quiz-outer .pager-outer {		
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  margin-right: 20px;  
}

.quiz-outer .pager {		
	list-style: none;	
	display: inline-block;
	padding: 0 30px 20px 30px;
	margin-bottom: 0;
}

.quiz-outer .pager li {
	float: left;
  background-image: url('/themes/apfcurr/images/quiz-pager.png');
  background-repeat: no-repeat;
  background-position: -20px 0px;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  display: none;
}

.quiz-outer .pager li.active {
	background-position: 0px 0px;
}

.score-text,
.result .body.textual,
.quiz-intro p{
	max-width: 592px;
  margin: 0 auto;
}

/* Sign In */

.user-login-form #edit-name--description,
.user-login-form #edit-pass--description {
	display: none;
}

.user-login-form .form-required:after {
	background-image: none;
}

.user-login-form label,
.user-register-form label,
.user-form label {
	clear: both;
	display: block;
}

#edit-field-grades-teaching label,
#edit-field-verify-wrapper label {
	display: inline;
	clear: none;
}

#edit-field-verify-value--description {
	margin-left: 0;
}

.register.button {
	margin-left: 0;
}

.user-register-form .edit-mail--description,
.user-register-form  .edit-name--description,
.user-register-form  .field--name-user-picture,
.user-register-form #edit-mail--description,
.user-form .edit-mail--description,
.user-form  .edit-name--description,
.user-form  .field--name-user-picture,
.user-form #edit-mail--description  {
	display: none;
}

.user-register-form input[type=text],
.user-form input[type=text],
.user-pass input[type=text],
.user-login-form input[type=text],
.user-register-form input[type=email],
.user-form input[type=email],
.user-pass input[type=email],
.user-login-form input[type=password],
.user-register-form input[type=password],
.user-form input[type=password],
.user-pass input[type=password],
.user-login-form input[type=password] {
	margin-top: 4px;
	padding: 6px 8px 4px 8px;
	max-width: calc(100% - 18px);	
}
.user-form input[type=password],
.user-form input[type=password] {
	width: calc(100% - 20px);	
}
.user-register-form .form-item,
.user-form .form-item,
.user-pass .form-item,
.user-login-form .form-item{
	margin-bottom: 1em;
}

.user-form .password-strength__title,
.user-form .password-confirm {
	margin-top: 0.5em;
	display: block;
}

#edit-pass--description {
	display: none;
}

#edit-field-verify-value--description {
	margin-top: 10px;
}

.form-composite > legend {
	font-weight: normal;
}

.field--name-field-grades-teaching {
	margin-top: 20px;
}

.field--name-field-grades-teaching .form-composite {
	margin-top: 10px;
  margin-bottom: 0;
  display: block;
  float: left;
}

.field--name-field-grades-teaching .form-type-checkbox {
	float: left;
	margin-right: 40px;
}

/*
.path-user .user-form .form-item-mail,
.path-user .user-form .form-item-field-first-name-0-value,
.path-user .user-form .form-item-field-last-name-0-value,
.path-user .user-form .field--name-field-grades-teaching,
.path-user .user-form .field--name-field-courses,
.path-user .user-form .form-item-field-verify-value {
	display: none;
}
*/


.path-user nav.tabs,
.path-user .user-form .password-confirm,
.path-user .user-form .password-suggestions {
	display: none;
}

.path-user .user-form .password-suggestions {
	display: none!important;
}

.path-user .user-form input.password-confirm {
	display: inline-block;
}

.user-register-form .button,
.user-form .button,
.user-pass .button,
.user-pass-reset .button,
.user-login-form .button {
	border-width: 0px;
	clear: left;
	display: block;
}

.sign-in, .need-an-account {	
	width: 100%;
	float: left;	
}
	

.need-an-account {
	margin-bottom: 40px;
}
	
	
.need-an-account h2 {
	margin-bottom: 22px;
}	

.ajax-message-area {
	display: none;
}


/* Teachers Resources */

.page-node-type-teachers-resources article,
article.node--type-teachers-resources {
	width: 100%;
}

/* Bulletins */

.teacher-resources-right h2 {
	margin-top: -4px;
	font-size: 24px;
}

.bulletins {
	width: 100%;
	clear: both;
	float: left;
}

.bulletin-wrap {
	width: calc(100% - 2px);
	margin-right: 5%;
	float: left;
}

.detail-active.bulletin-wrap,
.replies .bulletin {
	width: calc(100% - 2px);
	margin-right: 0%;
}

.bulletin-wrap:nth-child(3n) {
	margin-right: 0%;
}

.bulletin-wrap:nth-child(3n + 1) {
	clear: both;
}

.bulletin-inner {
	padding: 20px;
	background-color: #eee;
	margin-bottom: 20px;
}

.bulletin h3 {
	margin-top: 0;
}

.bulletin-form {
	display: none;
}

.add-post,
.bulletins-outer .button.form-submit,
.teacher-resources-right input.button {
	margin-left: 0;
	float: left;
	clear: both;
	cursor: pointer;
	border-width: 0px;
}

.bulletins-outer {
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 30px;
}

.teacher-resources-right input[type="text"], 
.teacher-resources-right textarea {
	width: calc(100% - 6px);
	border: 1px solid #ccc;
}

.bulletins-outer #edit-post {
	border-color: #ccc;
}

.bulletin-item {
	cursor: pointer;
}

.bulletin-detail,
.bulletin-item .body {
	display: none;
}
.bulletin-detail.detail-active {
	display: block;
}

.bulletins-outer .back {
	cursor: pointer;
  display: inline-block;
  margin-bottom: 20px;
}

.replies .bulletin .title {
	display: none;
	font-family: AvenirLTStd-Black, Helvetica,sans-serrif
}

.replies .bulletin .detail-off a {
	display: none;
}

.bulletin .title {
	text-transform: uppercase;
	margin-bottom: 10px;	
}
.bulletin .body {
	margin: 0 0 12px 0;
}
.bulletin .meta-data {
	font-family: AvenirLTStd-Roman, Helvetica,sans-serrif;
	font-size: 12px;
	line-height: 1.5em;
}

.bulletins-outer .replies,
.ajax-bulletin-reply-form,
.reply-instruction {
	margin-left: 20px;
}

.edit-registration-info {
	display: inline-block;
	margin-left: 0;
	
	margin-top: 1em;
	
}

.button.view-all-posts {
	display: block;
  clear: both;
  float: left;
  margin-top: 20px;
  margin-left: 0;
}

.lesson-plan,
.teachers-guide {
	margin-bottom: 40px;
}
.lesson-plan:last-child,
.teachers-guide:last-child {
	margin-bottom: 0;
}

/* Explore page */

.explore-tiles{}

.learning-module-tile {	
  width: 100%;
  float: left;
  margin-bottom: 20px;  
}

.learning-module-tile:nth-child(3n+3) {
	margin-right: 0;
}

.learning-module-tile:nth-child(3n+1){
	margin-left: 0;
	clear: both;
}

.learning-module-tile .inner {
	height: 294px;
	background-color: #ccc;
}

.explore-blurb,
.page-node-type-page .node__content {	
	margin: 0 auto 50px auto;
	/* max-width: 592px; */
	max-width: 630px;
}	

.page-node-type-page article {
	width: 100%;
}

.explore-title {
	text-align: center;
}

.select-sort {	
  border-radius: 3px;
  border: 1px solid #10a8e7;
  color: #10a8e7;
  text-transform: uppercase;
  padding: 15px 30px 12px 30px;
  text-decoration: none;
  font-size: 12px;
  font-family: AvenirLTStd-Black, Helvetica,sans-serrif;
  display: inline-block;
  margin-bottom: 30px;
  text-align: center; 
  cursor: pointer;
  line-height: 20px;
}

.select-sort-outer {
	text-align: center;
}

.select-sort .choices {
	display: none;
}

.select-sort ul {
	list-style: none;	
	margin: 0;
	padding: 0;
	text-align: left;
}

.select-sort li a {
	text-decoration: none;
}

.select-sort .choice-outer {
	background-image: url('/themes/apfcurr/images/select-updown-arrows.png');
  background-repeat: no-repeat;
  background-position: 100% 0;
  cursor: pointer;
  display: block;
  padding-right: 30px;
}
  
.select-sort li:hover,
.select-sort .choice-outer:hover{
	text-decoration: underline;
}

.fitvid-outer-wrap {
	margin: 0 auto;
}

.title-wrap {
	display: none;
}

.page-node-type-page .title-wrap {
	display: block;
	text-align: center;
}

.path-search .title-wrap {
	display: block;
}

/* Search */

.path-search .block-local-tasks-block nav.tabs,
.search-advanced,
.search-help-link,
.search-page-form label {
 display: none;
}

.search-page-form .button {
	border: none;
}



ol.search-results {
	padding-left: 0;
}

ol.search-results li {
	margin-left: 0;
}

.search-results img {
	float: left;
	display: block;
}

.search-results .textual {
	width: 100%;
	float: left;
}

.search-results .textual.with-image {
	width: calc(100% - 120px);
	margin-left: 20px;
	float: left;
}

.search-results h3 {
	margin-top: 0;
}

.search-results li {
	margin-top: 60px;
	max-width: 750px;
	width: 100%;
	float: left;
	clear: both;
}

.search-results li:first-child {
	margin-top: 0;
}

.search-result__snippet-info p:first-child {
	margin-top: 0;
}

.search-page-form #edit-keys {
	font-size: 24px;
  padding: 5px 12px 3px 12px;
  top: 2px;
  position: relative;
}

.page-node-type-learning-module #overview-section .field--name-body,
.page-node-type-learning-module .overview-title-download {
	max-width: 700px;
	margin: 0 auto;
}

.page-node-type-learning-module .field--name-body img {
	margin: 0 auto;
  clear: both;
  display: block;
  margin-bottom: 0.5em;
}

.path-search .no-results {
	display: none;
}

.node-41 .title-wrap h1 {
	padding-top: 15px;
}