@font-face {
    font-family: Warugaki;
    src: url("fonts/warugakiregular.otf");
}

/* line 12, sass/vendor/_icomoon.scss */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 26, sass/vendor/_icomoon.scss */
.icon-arrange-it:before {
  content: "\e600";
}

/* line 30, sass/vendor/_icomoon.scss */
.icon-highlight-it:before {
  content: "\e601";
}

/* line 34, sass/vendor/_icomoon.scss */
.icon-match-it:before {
  content: "\e602";
}

/* line 38, sass/vendor/_icomoon.scss */
.icon-organize-it:before {
  content: "\e603";
}

/* line 42, sass/vendor/_icomoon.scss */
.icon-review-it:before {
  content: "\e604";
}

/* line 46, sass/vendor/_icomoon.scss */
.icon-visualize-it:before {
  content: "\e605";
}

/* line 50, sass/vendor/_icomoon.scss */
.icon-write-it:before {
  content: "\e606";
}

/* line 54, sass/vendor/_icomoon.scss */
.icon-arrow-down:before {
  content: "\e607";
}

/* line 58, sass/vendor/_icomoon.scss */
.icon-arrow-left:before {
  content: "\e608";
}

/* line 62, sass/vendor/_icomoon.scss */
.icon-arrow-right:before {
  content: "\e609";
}

/* line 66, sass/vendor/_icomoon.scss */
.icon-bulb:before {
  content: "\e60a";
}

/* line 70, sass/vendor/_icomoon.scss */
.icon-notice-1:before {
  content: "\e60b";
}

/* line 74, sass/vendor/_icomoon.scss */
.icon-notice-2:before {
  content: "\e60c";
}

/* line 78, sass/vendor/_icomoon.scss */
.icon-notice-3:before {
  content: "\e60d";
}

/* line 82, sass/vendor/_icomoon.scss */
.icon-notice-4:before {
  content: "\e60e";
}

* {
    box-sizing: border-box;
}

body {
    background: #fff;
    min-height: 100%;
}

/*CONTAINERS*/

.header-container {
    position: relative;
}

.header-inner-container {
    margin: 0 auto;
    max-width: 100%;
    min-width: 250px;
}

header.content {
    position: relative;
    background: white;
    padding: 1px 20px;
    height: 125px;
    padding-left: 215px;
    background-image: url("http://www-tc.pbskids.org/designsquad/i/_global/logo-pedsglobal.png");
    background-repeat: no-repeat;
    width: 100%;
}

header.content.admin.cms {
    background-image: none;
    height: 0px;
    width: 100%;
}

header.content.admin.cms h1 {
    display: none;
}

.container {
	padding-top: 20px;
	max-width: 100%;
	min-width: 250px;
	}
	
.content.content_body {
    min-height: auto;
}

.front.admin .container {
    padding-top: 20px;
}

nav.project {
    height: 2.5em;
    padding: 0em;
}

header.admin nav {
    color: #333;
}

header.admin nav .user {
    color: #333;
}

header.admin nav a.logout {
    margin-left: 0em;
}

.primary-border {
    border: 0px solid #fff;
}

.zen-full {
	width: 95%;
	margin-left: 5%;
}

div.footer {
 	padding: 0px;
    margin: 0px;
    margin-top: 1em;
    position: absolute;
    width: 100%;
    background-color: #424242;
    left: 0px;
    height: 50%;
    max-height: 150px;
    min-height: 50px;
}

div.myfooter {
 	padding: 0px;
    margin: 0px;
    margin-top: 1em;
    position: absolute;
    width: 100%;
    background-color: #424242;
    left: 0px;
    height: 20%;
}

div.footer .zen-left.zen-half {
    height: 100%;
    width: 100%;
    background-position: 0%;
    margin-left: 0%;
    background-image: url("http://lsintspl3.wgbh.org/media/filer_public_thumbnails/filer_public/e5/6c/e56c3e37-526b-4a73-a9f5-a735744ce7d2/creditbig.png__1947x246_q85_crop_subsampling-2_upscale.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 100%;
}

img.footer-image {
    width: 80%;
    position: absolute;
    top: 5%;
    left: 10%;
    z-index: 5000;
}

/*NAVIGATION*/

	/*Navigation Bar*/

div.header-container .header-inner-container nav.next-previous {
    position: relative;
    width: 100%;
    height: 55px;
    background-color: #a7ce38;
    z-index: 2000px;
}

div.header-container .header-inner-container nav.next-previous div.next-previous-container {
    padding-top: 5px;
    position: relative;
    text-align: center;
    width: 40%;
    margin-left: 38%;
    min-width: 0px;
}

div.header-container .header-inner-container div#pagination {
    padding: 0em;
    float: none;
    position: absolute;
    width: 18%;
    margin: auto;
    text-align: center;
    z-index: 1000;
    font-family: Arial, Verdana, Geneva, sans-serif;
    color: #fff;
    font-size: 20px;
    left: 40%;
    bottom: 16px;
}

div.header-container .header-inner-container nav.next-previous div.next-previous-container a.lesson_next, div.header-container .header-inner-container nav.next-previous div.next-previous-container a.lesson_previous {
    right: auto;
    height: 45px;
    width: 45px;
    margin-top: 0;
    text-align: center;
    padding: 0px;
    -moz-border-radius-topleft: 50%;
    -webkit-border-top-left-radius: 50%;
    border-top-left-radius: 50%;
    -moz-border-radius-bottomleft: 50%;
    -webkit-border-bottom-left-radius: 50%;
    border-bottom-left-radius: 50%;
    -moz-border-radius-bottomright: 50%;
    -webkit-border-bottom-right-radius: 50%;
    border-bottom-right-radius: 50%;
    -moz-border-radius-topright: 50%;
    -webkit-border-top-right-radius: 50%;
    border-top-right-radius: 50%;
    position: relative;
    display: inline-block;
    position: absolute;
    background-color: #5a5a5a;
    line-height: 1em;
}

div.header-container .header-inner-container div#pagination:before {
    content: "Page ";
}

#pagination .current {
    font-size: 20px;
    font-weight: normal;
}
	
	/*Previous Button*/
div.header-container .header-inner-container nav.next-previous div.next-previous-container a.lesson_previous div.next-previous-previous.icon-prev {
    background-image: url("/static/img/icon_nav-arrow-prev_off.png");
    background-position: 10px 8px;
    background-size: 20px 30px;
    height: 45px;
	width: 45px;
}

	/*Next Button*/
div.header-container .header-inner-container nav.next-previous div.next-previous-container a.lesson_next div.next-previous-next.icon-next {
    background-image: url("/static/img/icon_nav-arrow-next_off.png");
    background-position: 15px 8px;
    background-size: 20px 30px;
    height: 45px;
	width: 45px;
}

	/*Main Menu*/
div.header-container .header-inner-container nav.main_nav_menu.lesson a.menuthingy {
    position: absolute;
    right: 52px;
    top: -87px;
    width: 110px;
    height: auto;
    padding: 10px 0.5em;
    background-position: 14px center;
    background-color: #a7ce38;
    -moz-border-radius: 0px / 0px;
    border-radius: 0px / 0px;
    -webkit-border-radius: 0px 0px;
    text-indent: 0em;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: Arial, Verdana, Geneva, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    text-align: right;
}

nav.main_nav_menu.lesson .overlay {
    z-index: 100;
    display: none;
    position: absolute;
    overflow-y: auto;
    max-height: 40em;
    right: 52px;
    top: -37px;
    font-family: Arial;
    background-color: #a7ce38;
}

nav.main_nav_menu.lesson ol {
    padding-left: 2.5em;
    padding-right: 2em;
    margin-top: 3em;
    border-top: 1px solid #fff;
}

nav.main_nav_menu.lesson.active a.menuthingy {
    background-image: url("/static/img/icon_menu_off.png");
}

nav.main_nav_menu.lesson .credits {
    display: none;
}

nav.main_nav_menu.lesson ol li:hover, nav.main_nav_menu.lesson li.credits:hover {
    background-color: #a7ce38;
    text-decoration: underline;
}

nav.main_nav_menu.lesson .auth a.button {
    padding-bottom: 3px;
    text-transform: uppercase;
    color: white;
    font-size: 24px;
}

nav.main_nav_menu.lesson .auth {
    position: absolute;
    top: -22px;
    left: 12px;
}

	/*My Work*/
a.my_work_btn.button {
   /* padding: 10px 9px 10px 11px;
    background-color: #a7ce38;
    font-family: Arial;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: Arial, Verdana, Geneva, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;*/
    display: none;
}

.action a.button:hover {
    background-color: #a7ce38;
}

div.header-container header.content.primary-border nav.action {
    position: absolute;
    top: 38px;
    right: 5px;
    text-transform: uppercase;
}

/*TEXT STYLES*/

header.content h1 {
    font-size: 45px;
    padding-top:3%;
    color: #5c58a0;
}

h1 {
    font-size: 2em;
    line-height: 1.0em;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    font-family: Warugaki;
    color: #f16724;
}

h1.page-title {
    line-height: 50px;
    background-color: #f16724;
    padding-left: 10px;
    color: white;
    margin-bottom: 20px;
}

h1.part1-title {
    background-color: #f16724;
    color: white;
    line-height: 50px;
    padding-left: 10px;
    margin-bottom: 0px;
}

h1.part2-title {
    background-color: #5c58a0;
    color: white;
    line-height: 50px;
    padding-left: 10px;
    margin-bottom: 0px;
}

h2 {
    font-family: Warugaki, Verdana, Geneva, sans-serif;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 0px;
    color: #5c58a0;
}

h2.part1-title {
    border: 1px solid #f16724;
    line-height: 50px;
    padding-left: 10px;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #f16724;
}

h2.part2-title {
    border: 1px solid #5c58a0;
    line-height: 50px;
    padding-left: 10px;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #5c58a0;
}

h3 {
    font-family: Warugaki, Verdana, Geneva, sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #333;
    margin-bottom: 0px;
}	

.marker {
    font-size: 20px;
}

.callout {
	border: 0px solid #fff;
    border-top: 0px solid #fff;
    padding: 0em 1em 1em 1em;
    margin: 0em 0 0 0;
}

.callout .text {
	min-width: 350px;
	overflow: auto;
}

p {
	font-size: 20px;
	color: #333;
}

.td {
	color: #333;
}

#textplus_96239 {
min-height: 20px;
}

#textplus_96236 {
    min-height: 321px;
}

.end_panel ul li {
    display: inline;
}

.end_panel ul li p {
    text-align: left;
    font-family: arial;
    font-size: 20px;
}

.plugin_full_screen.primary-border.zen-full.active {
    width: 70%;
    position: absolute;
    border: 3px solid #5c58a0;
    padding: 10px;
}

.callout p, .callout ul, .callout li, .callout h5 {
    color: #333;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 400;
}

.primary-background {
    background-color: #fff;
}

.marker {
    color: #5c58a0;
    font-size: 20px;
    font-weight: bolder;
}

.note-plugin {
    background-color: #fff;
    border: 3px solid #5c58a0;
}

.reviewit_trigger {
    background-image: none;
}

.inline_plugin_btn {
    width: 120px;
    height: 55px;
    padding-top: 5px !important;
}

.quiz_main_contain {
    letter-spacing: 0em;
}

.plugin-indented {
    margin-left: 17px;
}

.leftimage {
	float: left;
}

.rightimage {
	float: right;
}

	/*Lists*/

dl, menu, ol, ul {
    margin: 0em 0;
}

.callout *:first-child {
    margin-top: 5px;
}

ul.buttonlist {
    padding: 0px;
}

	/*Buttons*/
.button {
    padding: 0.55em 1em;
    cursor: pointer;
    -webkit-border-radius: 0px 0px;
    -moz-border-radius: 0px / 0px;
    border-radius: 0px / 0px;
    background-color: #a7ce38;
    font-weight: bold;
    font-family: Warugaki;
    font-size: 20px;
}

.twelveweekbutton {
    padding: 0.55em 1em;
    cursor: pointer;
    -webkit-border-radius: 0px 0px;
    -moz-border-radius: 0px / 0px;
    border-radius: 0px / 0px;
    font-family: Warugaki;
    background-color: #f16724;
    /*max-width: 350px;*/
    text-align: center;
}	

.sixweekbutton {
    padding: 0.55em 1em;
    cursor: pointer;
    -webkit-border-radius: 0px 0px;
    -moz-border-radius: 0px / 0px;
    border-radius: 0px / 0px;
    font-family: Warugaki;
    background-color: #5c58a0;
    /*max-width: 350px;*/
    text-align: center;
}

li.twelveweekbutton {
    display: inline;
    float: left;
    margin-right: 5px;
    /*max-width: 46%;*/
}

li.sixweekbutton {
    display: inline;
    float: left;
    margin-top: 5px;
    /*max-width: 46%;*/
}

.button:hover {
    background-color: #a7ce38;
}

.twelveweekbutton:hover {
    background-color: #f16724;
    color: #fff;
}

.sixweekbutton:hover {
    background-color: #5c58a0;
    color: #fff;
}

.primary-hover:hover, a.primary-hover:hover, .primary-hover *:hover, .primary-hover.selected {
    background-color: #a7ce38;
}

.link {
	color:#fff;
}

.link:hover, .link:visited {
    color: #fff;
}

a.button.go_mywork, a.button.reset_quiz {
    background-color: #a7ce38;
    color: #fff;
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    padding: 10px 1em 10px 1em;
    border-radius: 0px;
    position: relative;
    left: 0px;
}

.quiz_main_contain .plugin_title .button.exit_btn {
    position: absolute;
    top: 0;
    background: #a7ce38;
    right: 0px;
}

.answers_ul li a {
    border-radius: 0px;
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}

.submit_answer_btn:link, .next_question_btn:link, .done_btn:link {
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    padding: .45em 1em .25em 1em;
    border-radius: 0px;

@media screen and (max-width : 822px) {
	.zen-left.zen-half {
    	width: 95%;
	}

	.zen-right.zen-half {
    	width: 95%;
    	margin-right: 0;
    	margin-left: 5%;
	}
  
	div.header-container .header-inner-container div#pagination {
		display: none;
	}
	
	/*header.content h1 {
    font-size: 30px;
    width: 125px;
    padding-top: 5%;
	}*/
	

	
	/*header.content {
	background-size: 130px;
    background-position: 10px -6px;
    padding-left: 145px;
    padding: 1px 5px;
    }*/
    
    nav.project {
    display: none;
	}
	
	header.admin nav .user {
    display: none;
	}
	
	header.admin nav {
    display: none;
	}
}

@media screen and (max-width : 922px) {
	div.header-container .header-inner-container nav.main_nav_menu.lesson a.menuthingy {
	font-size: 0px;
	width: 48px;
	position: absolute;
	top: -54px;
	}
	
	nav.main_nav_menu.lesson .overlay {
    top: -4px;
}
	
	div.header-container header.content.primary-border nav.action {
	position: absolute;
	top: 71px;
	}
}

@media screen and (max-width : 560px) {
	header.content h1 {
    font-size: 45px;
    width: 315px;
    padding-top: 2%;
	}
	
	header.content {
	background-size: 140px;
    background-position: 10px 15px;
    padding-left: 150px;
    }
}

/*@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .zen-left.zen-half {
    width: 95%;
  }
}*/