@import "app.min.css";

@font-face {
  font-family: dimboRegular;
  src: url(../fonts/dimbo-regular.ttf);
}

@font-face {
  font-family: dimboItalic;
  src: url(../fonts/dimbo-italic.ttf);
}

html {
	overflow: scroll;
}

body {
	background: #bcbcbc;
	background: #fff;
	color: #fff;
	font-family: arial, sans-serif;
	font-size: 25px;
	letter-spacing: 0.05em;
	margin: 0;
}

.ag-hidden {
	display: none;
	height: 0;
}

h1, h2, h3, h4 {
	font-weight: 600;
}

/*------------- MAIN SECTION --------------- */

section.main, section.lessons {
	background: #0095b6;
	min-height: 600px;
	margin: 0 auto;
	max-width: 1124px;
	overflow-y: scroll;
	padding: 0px 78px 60px;
	width: 100%;
}

section.lessons {
	background: #0095b6;
	color: #fff;
}

/*------------- FOOTER --------------- */

footer {
	background: #1f2327;
	color: #fff;
	font-family: arial, sans-serif;
	font-size: 21px;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
	padding: 20px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 1240px;
	width: 100%;
	z-index: 20;
}

footer ul {
	margin: 0;
	padding: 0;
}

footer ul li {
	display: inline;
	list-style-type: none;
}

footer a {
	color: #fff;
	text-decoration: none;
}

footer a:hover {
	color: #ffb800;
}

footer #ag_footer_icons {
	line-height: 60px;
	margin: 20px 0 20px 3%;
	position: absolute;
	top: 0;
	left: 0;
	width: 28%;
}

footer #ag_footer_icons img {
	margin-right: 16px;
}

footer #ag_footer_progress {
	line-height: 60px;
	margin: 20px 0;
	position: absolute;
	top: 0;
	left:19%;
	text-align: center;
	width: 60%;
}

footer #ag_footer_progress #ag_progress_meter_holder {
	display: inline-block;
	height: 46px;
	top: 18px;
	width: 370px;
}

footer #ag_footer_progress #ag_progress_meter {
	background: url('../images/_aaa_ita/Menu-icons-slider-active-1px.png') repeat-x;
	display: inline;
	height: 19px;
	position: absolute;
	left: 29%;
	top: 22px;
	width: 0;
}

footer #ag_footer_progress #ag_progress_count {
	display: inline;
	font-family: dimboRegular, sans-serif;
	position: absolute;
	left: 66.5%;
	top: 2.5%;
}

footer #ag_footer_logo {
	margin: 20px 0;
	position: absolute;
	top: 0;
	right: 40px;
	text-align: right;
	width: 20%;
}

/* ------------- STRUCTURE -------------- */

.main .title.entry {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.main .description {
	margin: 0 0;
	padding: 0 0;
}

/* ------------- ENTRY PAGE ELEMENTS -------------- */

a {
	color: #fff;
	text-decoration: none;
}

a:hover, a.hover, h3.hover {
	color: #ffb800;
}

.main .title.entry h1 {
	color: #fff;
	font-family: dimboRegular, arial, sans-serif;
	font-size: 60px;
	font-weight: 400;
	margin: 0.4em 0;
	text-shadow: 5px 4px 6px rgba(0,0,0,0.4);
	text-transform: uppercase;
}

.main .title.entry .student-worksheet-icon {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 80px;
}

.main .description h2 {
	color: #fff;
	font-family: arial, sans-serif;
	font-size: 32px;
	font-weight: 400;
	letter-spacing: 0.02em;
	margin: 0;
}

ul.main-menu-tiles {
	display: inline-block;
	margin-left: 40px;
	padding: 0;
}

ul.main-menu-tiles li, ul.lesson-entry-tiles li {
	display: inline-block;
	list-style-type: none;
	padding: 40px 5% 0 0;
	text-align: center;
	vertical-align: top;
	width:  20%;
} 

ul.main-menu-tiles li:last-child {
	padding-right: 0;
}

ul.lesson-entry-tiles > li:first-child {
	padding-left: 5%;
	text-align: left;
	width:  50%;
}

ul.lesson-entry-tiles li:last-child {
	width:  30%;
}

#ag_footer_icons.main-entry-resources {
	width: 80%;
}

/* --------- LESSON ELEMENTS ----------------*/

.main.lessons .title.entry h1 {
	color: #1F2327;
	color: #fff;
	font-size: 54px;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.4);
}

.main.lessons h3 {
	font-size: 30px;
	font-weight: 400;
}

.main.lessons p {
	color: #fff;
	margin: 0.6em 0;
}

.main.lessons p.ag-indented {
	padding-left: 24px;
}

.main.lessons a {
	color: #ffb800;
}

.main.lessons .ready {
	color: #1F2327;
	cursor: pointer;
	padding-top: 20px;
}

.main.lessons .ready div {
	padding: 0 20px;
}

.main.lessons .show-answer .ready a {
	color: #fff;
}

.main.lessons a:hover {
	text-decoration: underline;
}

.main.lessons .ready a:hover {
	text-decoration: none;
}

.main.lessons li {
	margin-bottom: 0.6em;
}

#pages_icon_holder {
	position: relative;
}

#pages_icon {
	cursor: pointer;
}

#ag_slide_sorter {
	display: none;
	position: absolute;
	bottom: -13px;
	left: 0;
	z-index: 30;
}

#ag_slide_sorter_top {
	background: url('../images/_aaa_ita/nav-slide-sorter-top.png') no-repeat;
	height: 20px;
	width: 109px;
}

#ag_slide_sorter_middle {
	background: url('../images/_aaa_ita/nav-slide-sorter-middle.png') repeat-y;
	height: 360px;
	overflow-y: scroll;
	width: 109px;
}

#ag_slide_sorter_bottom {
	background: url('../images/_aaa_ita/nav-slide-sorter-bottom.png') no-repeat;
	cursor: pointer;
	height: 73px;
	width: 109px;
}

#ag_slide_sorter_contents li {
	cursor: pointer;
	display: inherit;
	font-size: 0.8em;
	line-height: 1.4em;
	margin-bottom: 6px;
	padding-left: 16px;
}

#ag_slide_sorter_contents li:hover {
	color: #ffb800;
}

/* ------------- MAIN NAVIGATION ------------- */

.main .navigation ul.lesson-entry-contents {
	list-style-type: disc;
	margin: 20px 0;
	padding: 0 0 0 12px;
}

.main .navigation ul.lesson-entry-contents li {
	display: list-item;
	list-style-type: disc;
	margin-left: 16px;
	padding: 16px 0 0 0;
	text-align: left;
	width: 100%;
	list-style: disc outside none;
}

.main .navigation li img {
	cursor: pointer;
	width: 100%;
}

.main .navigation li h3, .main .navigation li h4 {
	font-family: dimboRegular, sans-serif;
	letter-spacing: 0.02em;
	line-height: 1.3;
	padding: 0 12px;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.4);
}

.main .navigation li h3 {
	font-size: 50px;
	font-weight: 400;
	margin: 20px 0 0;
}

.main .navigation li h4 {
	font-family: arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	margin: 12px 0;
}

.main .navigation ul.lesson-entry-contents li {
	font-family: arial, sans-serif;
	font-size: 26px;
	font-weight: 400;
}

.main .navigation, .main .navigation a {
	color: #fff;
	text-decoration: none;
}

/* ----------- KEYWORDS SLIDE ------------------- */

.main.lessons ul.ag-keywords, ul.ag-definitions {
	list-style-type: none;
	width: 90%;
}

.main.lessons ul.ag-keywords li, .main.lessons ul.ag-definitions li {
	background: #fff;
	border: 1px solid #454545;
	border-radius: 6px;
	color: #454545;
	cursor: not-allowed;
	font-size: 0.85em;
	margin-bottom: 16px;
	padding: 8px;
}

.main.lessons ul.ag-definitions li {
	background: #cc0000;
	border: 1px solid #fff;
	color: #fff;
	cursor: grab;
}

.main.lessons ul.ag-definitions li.ag-correct {
	background: #009344;
	border: 1px solid #fff;
	color: #fff;
} 

.main.lessons ul.ag-definitions li.ag-incorrect {
	background: #cc0000;
	border: 1px solid #fff;
	color: #fff;
}

/* ---------- PICTURE MATCH ------------------*/

.main.lessons ul#ag_picture_match_targets {
	list-style-type: none;
	width: 90%;
}

.main.lessons ul#ag_picture_match_targets li {
	background: #fff;
	border: 1px solid #454545;
	border-radius: 6px;
	color: #454545;
	font-size: 0.9em;
	margin-bottom: 16px;
	padding: 12px;
	text-align: center;
	z-index: 1;
}

.main.lessons ul#ag_picture_match_targets li div {
	height: 15vh;
	z-index: 5;
}

.main.lessons ul#ag_picture_match_targets li.larger div {
	height: 25vh;
	margin-bottom: 24px;
	z-index: 5;
}

.main.lessons .draggable {
	cursor: grab;
	z-index: 10;
}


