/* GENERAL */
html,
body {
	font-family: "Raleway", serif;
	margin:0;
	padding:0;
	height:100%;
}

h1, h2, h3, h4, h5, h6, h7, h8 {
	color: #2B2B2B;
}

.display-none {
	display: none !important;
}

#wrapper {
	display: grid;
    min-height: 100%;
    position: relative;
    grid-template-rows: auto 1fr auto;
}
#header {
	padding:0px;
}

#header-settings-icon {
	font-size:18px;
}

#header-dropdown-container {
	position: absolute;
    top: 74px;
    right: 0px;
    padding: 15px;
    background-color: #fff;
    color: #fff;
    border:2px solid #efefef;
    z-index: 9800;
}
.software-header-links {
	display: grid;
    grid-template-columns: auto auto auto;
    align-items: center;
    column-gap: 80px;
}
.software-header-link {
	font-size:16px;
	color:#fff;
	font-weight:500;
}
#signin-triangle {
	position:absolute;
	top:64px;
	right:20px;
	width:0%;
	height:0%;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #fff;
	z-index:9999;
}

.header-option {
	display:block;
	width:100%;
	font-size:16px;
	padding:15px 30px;
	color:#2b2b2b;
	border-radius:6px;
}

.header-option:hover {
	background-color: #f6f6f6;
}

#header-signout-btn {
	margin:20px 0px 0px 0px;
	width:100%;
}

#content {
	position: relative;
	padding-top: 0px;
	min-height: 700px;
	/*background: red;*/
}

.account-section-nav {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin: 22px auto 30px;
}

.account-section-nav a {
	padding: 11px 18px;
	border: 2px solid #2b2b2b;
	border-radius: 999px;
	background: #fff;
	color: #2b2b2b;
	font-weight: 800;
}

.account-section-nav a.is-active {
	background: #2b2b2b;
	color: #fff;
}

.subscription-panel {
	width: min(1060px, calc(100% - 36px));
	margin: 0 auto 48px;
	font-family: "Nunito", sans-serif;
}

.subscription-panel-heading {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	align-items: end;
	margin-bottom: 20px;
}

.subscription-panel-heading h2,
.subscription-card h3,
.subscription-extension-heading h4 {
	margin: 0;
	color: #202528;
}

.subscription-panel-heading h2 { font-size: clamp(30px, 4vw, 44px); }
.subscription-panel-heading p { max-width: 500px; margin: 0; color: #667278; line-height: 1.55; }
.subscription-kicker,
.subscription-program-copy > span,
.subscription-extension-heading > div > span {
	display: block;
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #008f76;
}

.subscription-flash,
.subscription-empty {
	display: flex;
	gap: 13px;
	align-items: center;
	margin-bottom: 18px;
	padding: 15px 18px;
	border: 2px solid #91d7c8;
	border-radius: 12px;
	background: #eafff9;
	color: #176857;
}

.subscription-empty { border-color: #d7dde0; background: #fff; color: #39454a; }
.subscription-empty div { display: grid; gap: 3px; }
.subscription-empty span { color: #68757a; }

.subscription-card {
	margin-bottom: 22px;
	border: 2px solid #dce2e5;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 16px 40px rgba(31, 40, 45, .09);
	overflow: hidden;
}

.subscription-card.is-expired { border-color: #ebc1b8; }
.subscription-card-summary {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) minmax(220px, auto);
	gap: 18px;
	align-items: center;
	padding: 24px;
}

.subscription-program-icon {
	display: grid;
	place-items: center;
	width: 50px;
	height: 50px;
	border-radius: 14px;
	background: #e5fbf6;
	color: #008f76;
	font-size: 20px;
}

.is-expired .subscription-program-icon { background: #fff0ed; color: #b04b38; }
.subscription-program-copy h3 { font-size: 24px; }
.subscription-program-copy p { margin: 5px 0 0; color: #69757a; }
.subscription-status { display: grid; justify-items: end; gap: 4px; text-align: right; }
.subscription-status > span { padding: 4px 10px; border-radius: 999px; background: #dff9f1; color: #087360; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.is-expired .subscription-status > span { background: #fff0ed; color: #a64130; }
.subscription-status strong { color: #273136; }
.subscription-status small { color: #738086; }

.subscription-extension-form {
	padding: 24px;
	border-top: 2px solid #e5eaec;
	background: #f8fafb;
}

.subscription-extension-heading { display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.subscription-extension-heading h4 { font-size: 21px; }
.subscription-price { display: grid; justify-items: end; }
.subscription-price strong { font-size: 29px; color: #1e292d; }
.subscription-price span { color: #6c787d; }
.subscription-extension-controls { display: grid; grid-template-columns: minmax(250px, .8fr) minmax(280px, 1.2fr); gap: 18px; margin-top: 20px; }
.subscription-extension-controls label,
.subscription-new-expiry { display: grid; gap: 7px; }
.subscription-extension-controls label > span,
.subscription-new-expiry > span { font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; color: #667278; }
.subscription-month-select { width: 100%; min-height: 48px; padding: 0 14px; border: 2px solid #bcc7cb; border-radius: 9px; background: #fff; color: #273136; font-weight: 800; }
.subscription-new-expiry { padding: 12px 15px; border: 2px solid #dce2e5; border-radius: 9px; background: #fff; }
.subscription-terms { display: flex; gap: 10px; align-items: flex-start; margin: 18px 0; color: #59666c; line-height: 1.4; }
.subscription-terms input { margin-top: 3px; }
.subscription-form-error { margin-bottom: 12px; color: #a93d2b; font-weight: 800; }
.subscription-checkout-button {
	display: inline-flex;
	gap: 9px;
	align-items: center;
	justify-content: center;
	min-height: 49px;
	padding: 0 20px;
	border: 0;
	border-radius: 999px;
	background: #00ca64;
	color: #17231c;
	font-weight: 900;
	cursor: pointer;
}
.subscription-checkout-button:disabled { opacity: .65; cursor: wait; }
.subscription-history { padding: 0 24px 20px; }
.subscription-history summary { color: #4f5d62; font-weight: 800; cursor: pointer; }
.subscription-history p { display: grid; grid-template-columns: 1fr auto; gap: 4px 18px; padding: 12px 0; margin: 0; border-bottom: 1px solid #e2e7e9; }
.subscription-history p small { grid-column: 1 / -1; color: #738086; }

.locked-access-page { position: relative; min-height: 820px; padding: 42px 0 70px; background: #eef2f3; overflow: hidden; }
.locked-app-preview { position: absolute; inset: 28px 4% auto; height: 620px; padding: 30px; filter: grayscale(1) blur(1px); opacity: .22; pointer-events: none; }
.locked-preview-heading { display: flex; justify-content: space-between; margin-bottom: 25px; }
.locked-preview-heading span,.locked-preview-heading strong,.locked-preview-grid div,.locked-preview-workspace aside,.locked-preview-workspace section { display: block; border-radius: 15px; background: #6f7b80; }
.locked-preview-heading span { width: 38%; height: 45px; }.locked-preview-heading strong { width: 18%; height: 45px; }
.locked-preview-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }.locked-preview-grid div { height: 130px; }
.locked-preview-workspace { display: grid; grid-template-columns: 250px 1fr; gap: 24px; margin-top: 25px; }.locked-preview-workspace aside,.locked-preview-workspace section { height: 330px; }
.locked-access-overlay { position: relative; z-index: 2; }
.locked-access-intro { display: flex; width: min(1060px, calc(100% - 36px)); gap: 20px; align-items: center; margin: 0 auto 26px; padding: 22px 26px; border: 3px solid #2b2b2b; border-radius: 18px; background: #2b2b2b; color: #fff; box-shadow: 8px 8px 0 rgba(0,202,100,.3); }
.locked-access-intro > i { display: grid; place-items: center; flex: 0 0 52px; height: 52px; border-radius: 50%; background: #00ca64; color: #203128; font-size: 20px; }
.locked-access-intro span { color: #8ff0bd; font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.locked-access-intro h1 { margin: 2px 0 4px; color: #fff; font-size: clamp(25px,3.5vw,38px); }.locked-access-intro p { margin: 0; color: #d5ddda; }
.header-option.is-access-locked { opacity: .45; pointer-events: none; }

@media (max-width: 720px) {
	.account-section-nav { flex-wrap: wrap; }
	.subscription-panel-heading,.subscription-extension-heading { align-items: flex-start; flex-direction: column; }
	.subscription-price { justify-items: start; }
	.subscription-card-summary { grid-template-columns: auto 1fr; }
	.subscription-status { grid-column: 1 / -1; justify-items: start; text-align: left; }
	.subscription-extension-controls { grid-template-columns: 1fr; }
	.locked-access-intro { align-items: flex-start; }
	.locked-preview-workspace { grid-template-columns: 1fr; }
}

#footer {
	clear: both;
	width:100%;
	bottom:0px;
	left:0;
}

.disabled-input {
	padding: 5px 15px;
    border: 2px solid #2b2b2b;
    border-radius: 6px;
    background-color: #e3e3e3;
    cursor: not-allowed;
}

.text-small {
	font-size: 14px;
}

.text-normal {
	font-size: 16px;
}

.text-medium {
	font-size: 18px;
}

.text-large {
	font-size: 20px;
}

.light-green {
	background-color: #BBFFCA !important;
}

.main-green {
	background-color: #00CA64 !important;
}

.dark-green {
	background-color: #027F48 !important;
}


.light-blue {
	background-color: #A5FEE8 !important;
}

.main-blue {
	background-color: #02FFD3 !important;
}

.dark-blue {
	background-color: #00D2B2 !important;
}

.black-background {
	background-color: #2b2b2b !important;
}

.white {
	background-color:#ffffff !important;
}

.dark-gray {
	background-color: #2b2b2b !important;
}

.light-gray {
	background-color: #f6f6f6 !important;
}

.main-gray {
	background-color: #efefef !important;
}

.light-green-text {
	color: #BBFFCA !important;
}

.main-green-text {
	color: #00CA64 !important;
}

.dark-green-text {
	color: #027F48 !important;
}


.light-blue-text {
	color: #A5FEE8 !important;
}

.main-blue-text {
	color: #02FFD3 !important;
}

.dark-blue-text {
	color: #00D2B2 !important;
}

.white-text {
	color:#ffffff !important;
}

.dark-gray-text {
	color: #2b2b2b !important;
}

.light-gray-text {
	color: #f6f6f6 !important;
}

.main-gray-text {
	color: #efefef !important;
}

.btn {
	display: grid;
	align-items: center;
	padding:10px 30px;
	font-weight: 600;
	justify-content: center;
}

.btn-with-left-icon {
	grid-template-columns: auto 1fr;
	column-gap:20px;
}

.btn-with-right-icon {
	grid-template-columns: 1fr auto;
	column-gap:20px;
}

.font-100 {
	font-weight: 100;
}

.font-200 {
	font-weight: 200;
}

.font-300 {
	font-weight: 300;
}

.font-400 {
	font-weight: 400;
}

.font-500 {
	font-weight: 500;
}

.font-600 {
	font-weight: 600;
}

.font-700 {
	font-weight: 1700;
}

.font-800 {
	font-weight: 800;
}

.font-900 {
	font-weight: 900;
}

.font-bold {
	font-weight: bold;
}

.white-text {
	color: #fff !important;
}

.text-align-left {
	text-align: left;
}

.text-align-right {
	text-align: right;
}

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

/* SIGN IN */

.staffs-signin-main-header {
	width: 100%;
    max-width: 525px;
    text-align: left;
    margin: 110px auto 20px auto;
}

.staffs-signin-form {
	width: 100%;
    max-width: 525px;
    padding: 30px 40px;
    background-color: #f6f6f6;
    margin: 0px auto 150px;
    border-radius: 10px;
    border: 2px solid #2b2b2b;
}

#signin-submit, #forgot-password-submit, #reset-password-submit, #employee-email-submit, #employee-signin-submit {
	padding: 15px 30px;
    color: #2b2b2b;
    font-weight: bold;
    margin: 30px 0px 15px 0px;
    border: 2px solid #2b2b2b;
    width: 100%;
}

#signin-submit:hover, #forgot-password-submit:hover, #reset-password-submit:hover, #employee-email-submit:hover, #employee-signin-submit:hover {
	color: #000;	
}

#forgot-password-success-container {
	width:100%;
	max-width:700px;
	margin:150px auto;
}

#forgot-password-try-again {
	cursor: pointer;
	margin:40px 0px;
}

.password-input-container {
	position: relative;
}

.account-password-see-password-icon, .account-password-hide-password-icon {
	position: absolute;
	right:10px;
	top:13px;
	cursor: pointer;
}

/*END OF GENERAL */


/* HEADER */
#header_container {
	width:100%;
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	padding:20px 30px;
	background-color:#006ba4;
	z-index:800;
	margin-bottom: 0px;
}

#header_container_black {
	width:100%;
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	padding:20px 30px;
	background-color:#2B2B2B;
	z-index:800;
	margin-bottom: 0px;
}

#header_name {
	width: fit-content;
}

#header_signin {
	padding: 10px 30px;
    text-align: center;
    border-radius: 5px;
    font-weight: 700;
    color: #2b2b2b;
    background-color: #02425b;
}

#header_signin:hover {
	background-color:#00354a;
	cursor: pointer;
}

#header_signin_blue
{
	position: absolute;
	right: 20px;
	top: 10px;
	width:100px;
	height:40px;
	line-height:40px;
	text-align:center;
	border-radius:5px;
	font-size:.6em;
	background-color:#006ba4;
	color:#fff;
}

#header_signin_blue:hover {
	background-color:#006195;
	cursor: pointer;
}

#menu_toggle:hover {
	cursor: pointer;
}


/* END OF HEADER */


/* STRIPS OF COLOR */

.light_blue_strip {
	position:relative;
	width:100%;
	height: inherit;
	background-color:#006ba4;
	padding-top:45px;
	padding-bottom:100px;
}

.white_strip {
	position:relative;
	width:100%;
	height: inherit;
	background-color:#fff;
	padding-top:45px;
	padding-bottom:150px;
}

.almost_white_strip {
	position:relative;
	width:100%;
	height: inherit;
	background-color:#ecf0f1;
	padding-top:45px;
	padding-bottom:100px;
}

.dark_blue_strip {
	position:relative;
	width:100%;
	height: inherit;
	background-color:#02425b;
	padding-top:45px;
	padding-bottom:20px;
}

.light_gray_strip {
	position:relative;
	width:100%;
	height: inherit;
	padding:30px;
	background-color:#f6f6f6;
}

.dark_gray_strip {
	position:relative;
	width:100%;
	height: inherit;
	background-color:#2B2B2B;
	padding:60px;
}

.dark_green_strip {
	position:relative;
	width:100%;
	height: inherit;
	background-color:#027F48;
	padding:60px;
}
/* END OF STRIPS OF COLOR */



/* ILLUSION OF SCROLLING DIVS */
#scrolling_right_div {
	position:absolute;
	top:10px;
	right:0px;
	height:450px;
	z-index:999;
}

#scrolling_left_div {
	position:absolute;
	height:450px;
	top:10px;
	left:0px;
	z-index:999;
}

#computer_border_right {
	float:left;
	width:34px;
	height:450px;
	border-top-right-radius: 9px;
}

#computer_border_left {
	float:right;
	width:34px;
	height:450px;
	border-top-left-radius: 9px;
}

#background_right {
	float:left;
	height:450px;
}

#background_left {
	float:right;
	height:450px;
}

.background_top {
	height:375px;
	background-color:#006ba4;
}

.background_bottom {
	height:75px;
	background-color:#fff;
}
/* END OF ILLUSION OF SCROLLING DIVS */

/* MAIN PAGE COMPUTER */
#computer_container {
	position:absolute;
	width:850px;
	top:0px;
	margin:0 auto;
	left:0;
	right:0;
}

#computer {
	position:relative;
	z-index:980;
}

#computer-left-arrow {
	position:absolute;
	top:230px;
	left:40px;
	z-index:999;
}

#computer-right-arrow {
	position:absolute;
	top:230px;
	right:40px;
	z-index:999;
}

#computer-left-arrow:hover, #computer-right-arrow:hover {
	cursor: pointer;
	color: #a9a9a9;
}

/* Different Screens for computer */
#enroll_now_main
{
	position: relative;
	width:782px;
	margin: auto;
}


#enroll_now_screen {
	position:absolute;
	top:34px;
	left:34px;
	width:782px;
	height:430px;
	display:none;
}

#enroll_heading_main {
	width: 100%;
    max-width: 525px;
	text-align: left;
    margin: 40px auto 20px auto;
}

#back_to_main {
	position:absolute;
	left:25px;
	top:25px;
	background-color:#f6f6f6;
	border-radius:5px;
	width:120px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:.7em;
}

#back_to_subjects {
	float:left;
	background-color:#f6f6f6;
	border-radius:5px;
	width:40px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:.7em;
	display:none;
}

#back_to_main:hover, #back_to_subjects:hover {
	cursor: pointer;
	background-color:#e1e1e1;
}

#enroll_now_container {
	width:100%;
	margin-top:30px;
	text-align:center;
}

.enroll_tile {
	display:block;
	margin:auto;
	height:140px;
	margin-top:10px;
}

#student_enroll{
	width:35%;
	height:250px;
	display:inline-block;
	margin:0px 10px 0px 10px;
	cursor:hand;
	cursor:pointer;
}

#parent_enroll{
	width:35%;
	height:250px;
	display:inline-block;
	margin:0px 10px 0px 10px;
	
}

#student_enroll:hover, #parent_enroll:hover {
	background-color: #e8e8e8;	
	cursor:hand;
	cursor:pointer;
}

#enrollment_explanation{
	display:block;
	margin-top:20px;
}

#enrollment_explanation_title{
	display:block;
	margin-top:20px;
	color:#027F48;
}

#eback_button{
	width:25%;
	position:absolute;
	display:none;
	font-size:.8em;
	padding-top:12px;
}

.input-error {
	border:2px solid #c0392b !important;
}

.enroll-how-to-container {
	width: 100%;
	display: grid;
	grid-template-columns: 330px 330px 330px;
	column-gap:120px;
	justify-content: center;
}

.enroll-how-to-step {
	display: grid;
	grid-template-rows: 300px 50px auto;
	text-align: center;
	align-items: start;
}

.enroll-how-to-header {
	font-weight: 600;
	margin: 0px;
}

.enroll-how-to-test-option-container {
	display: grid;
    max-width: 300px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 20px;
    margin: 20px auto 0px auto;
}

.enroll-how-to-test-option {
	width: 100%;
    display: block;
    padding: 5px 30px;
    background-color: #fff;
    border: 2px solid #2b2b2b;
    border-radius: 5px;
    margin: 0px auto 0px auto;
    color: #2b2b2b;
}

.enroll-how-to-screen {
	width: 100%;
    max-width: 300px;
    background-color: #fff;
    border-radius: 10px;
    /* border: 2px solid #ddd; */
    margin: auto;
}

.enroll-how-to-screen-header {
	padding:2px 30px;
	text-align: left;
	border-radius: 10px 10px 0px 0px; 
}

.enroll-how-to-screen-content {
	padding:30px;
	border:1px solid #2b2b2b;
	border-radius: 0px 0px 10px 10px;
}

.enroll-how-to-screen-content-purchasing {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap:30px;
}

.enroll-how-to-input-placeholder {
	height:10px;
	border-radius:20px;
	background-color: #efefef;
	margin:5px 0px;
}

.enroll-how-to-order-summary {
	height: fit-content;
	border: 2px solid #efefef;
    border-radius: 5px;
    padding: 10px;
}

.enroll-how-to-order-summary-line {
	display: grid;
    grid-template-columns: 1fr 15px;
    margin: 5px 0px;
    column-gap: 15px;
}

.enroll-how-to-order-summary-line-description, .enroll-how-to-order-summary-line-price {
	height:3px;
	background-color: #2b2b2b;
}

.enroll-how-to-screen-btn {
	padding: 0px 20px;
    margin: 30px 0px 0px;
}

.enroll-how-to-license-header {
	font-size: 12px;
    font-weight: 700;
}

.enroll-how-to-license-container {
	width: 100%;
	max-width:150px;
	background-color: #f6f6f6;
	padding:0px 15px 15px;
	border:1px solid #2b2b2b;
	border-radius: 5px;
	margin: auto;
}

.enroll-how-to-license-number-container {
	width: 100%;
    margin-top: 15px;
    padding: 6px 10px 6px;
    background-color: #A5FEE8;
    border-radius: 3px;
    border: 1px solid #2b2b2b;
    text-align: left;
    color: #2b2b2b;
}

.enroll-how-to-license-number {
	height: 20px;
	width: 100%;
	background-color: #fff;
    border: 1px solid #2b2b2b;
	border-radius:3px;
}

.enroll-how-to-license-next-btn {
    width: 50%;
    /* padding: 0px 20px; */
    border-radius: 2px;
    background-color: #A5FEE8;
    margin: 20px 0px 0px;
    text-align: center;
    font-size: 8px;
    font-weight: 700;
    border: 1px solid #2b2b2b;
    color: #2b2b2b;
}

.enroll-password-already-created-message {
	position: relative;
	padding: 10px 30px 10px 20px;
    background-color: #fff;
    border: 2px solid #a9a9a9;
    border-radius: 10px;
    margin:20px 0px;
}

.enroll-password-already-created-message-cancel {
	position: absolute;
	opacity: .5;
	top:0px;
	right:8px;
	cursor: pointer;
}

.enroll-password-already-created-message-cancel:hover {
	opacity: 1;
}

/* Registration Form */
#signin_register_box {
	padding-top:90px;
	padding-bottom: 20px;
	position: relative;
	margin: auto;
	width: 550px;
	border: 1px solid #939393;
	background-color:#f6f6f6;
}

#signin_register_top_bar {
	position: absolute;
	top:0px;
	height: 80px;
	width: 100%;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #344555;
}


#enroll_form{
	width: 100%;
	max-width:525px;
	padding:30px 40px;
	background-color:#f6f6f6;
	margin: auto;
	border-radius:10px;
	border: 2px solid #2b2b2b;
}

#floatingBarsG1{
	margin:140px auto;
	display: none;
}

.enroll_steps{
	width:100%;
}

#step_2, #step_3 {
	display: none;
}

.enroll_steps_heading {
	margin-top:6px;
}

.font_80 {
	font-size: .8em;
}

.font_90 {
	font-size: .9em;
}

.font_130 {
	font-size: 1.3em;
}

.gray_text {
	color:#a9a9a9;
}

#license_box {
	width: 100%;
    margin-top: 30px;
    padding: 12px 20px 20px;
    background-color: #A5FEE8;
    border-radius: 6px;
    border:2px solid #2b2b2b;
}

#license_box_heading {
	margin: 0px 0px 10px;
    font-size: 16px;
}

#license_number {
	padding-right: 0px; 
	background-attachment: scroll; 
	cursor: auto; 
	background-position: 100% 50%; 
	background-repeat: no-repeat no-repeat;
	border: 2px solid #2b2b2b;
}

#student_grade {
	width: 100%;
    height: 40px;
    text-align-last:left;
    text-align: left;
    border: 2px solid #2b2b2b;
    border-radius: 5px;
    outline:none;
    font-weight: 600;
    padding: 0px 0px 0px 10px;
}

#student_grade:hover,
#student_grade:focus,
#student_grade:active,
#student_grade:checked {
	border: 2px solid #2b2b2b !important;
}

.enroll_label {
	margin: 0px 0px 2px 0px;
    font-weight: 700;
    color: #2b2b2b;
}

.enroll_background_row {
	display: grid;
	grid-template-columns: auto 1fr;
	column_gap:20px;
	align-items: center;
}

.fullwidth_block {
	width:100%;
	display:block;
}

#student_name, #email, #password, #password2, #student_grade {
	padding-right: 0px;
	cursor: auto;
	margin:0px 0px 20px 0px;
	height:45px;
	color: #2b2b2b;
}

.form_btn_container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap:30px;
	align-items: center;
}

.next_button {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    width: 100%;
    padding: 10px 30px;
    border-radius: 5px;
    background-color: #A5FEE8;
    margin: 40px 0px 0px;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    border: 2px solid #2b2b2b;
    /* color: #fff; */
}

.prev_button {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    width: 100%;
    padding: 10px 30px;
    border-radius: 5px;
    background-color: #fff;
    margin: 40px 0px 0px;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    border: 2px solid #2b2b2b;
    display: none;
}

.prev_button:hover {
	background-color:#f6f6f6;
	cursor: pointer;
}


/* END of Registration Page */


/* 1st Computer Screen  */
.screen_option {
	position:absolute;
	top:34px;
	left:34px;
	width:782px;
	height:430px;
	border-right:1px solid;
}

.screen_main_heading {
	width: 100%;
	text-align: center;
}

.screen_second_heading {
	width:100%;
	text-align:center;
	margin-top: -10px;
	color:#006ba4;
}

#enroll_now_div {
	width:300px;
	height:170px;
	margin:auto;
	margin-top:20px;
	border-radius:5px;
}

.gray_divider {
	display:block;
	width:100%;
	height:20px;
	text-align:center;
	background-color:#f6f6f6;
	border-radius:5px;
}

.enroll_now_text {
	display:block;
	width:100%;
	text-align:center;
	margin-top:10px;
	margin-bottom:0px;
}

#enroll_now_button {
	display:block;
	width:200px;
	height:60px;
	line-height:60px;
	border-radius:5px;
	background-color:#00ca64;
	text-align:center;
	color:#fff;
	margin:auto;
	margin-top:20px;
	margin-bottom:25px;
}

#enroll_now_button:hover, .next_button:hover {
	background-color:#02FFD3;
	cursor: pointer;
}
/*END of 1st Computer Screen */

/*2nd Computer Screen */

#screen_2_info_left {
	position:absolute;
	width:50%;
	top:145px;
	left:10px;
}

#screen_2_info_right {
	position:absolute;
	top:145px;
	right:10px;
	width:50%;
}

.screen_2_info_container {
	width:100%;
	height:110px;
	padding-left:40px;
}

.screen_2_img {
	display:inline-block;
	width:32px;
}

.screen_2_titles {
	display:inline-block;
	margin-left:15px;
	font-size:1.2em;
	color:#027F48;
}

.screen_2_text {
	width:100%;
	display:block;
	padding-left:54px;
	padding-right:10px;
	color:#006ba4;
	font-size:.7em;
}

.learn_more {
	display:inline-block;
	margin-top:0px;
}
/*END of 2nd Computer Screen */

/* 3rd Computer Screen */
#screen_3_quote_container {
	position:absolute;
	top:140px;
	width:100%;
	text-align:center;
}

#screen_3_quote1 {
	display:inline-block;
	width:25%;
	height:250px;
	margin-left:-30px;
	margin-right:30px;
}
#screen_3_quote2 {
	display:inline-block;
	width:25%;
	height:250px;
	margin-right:30px;
}
#screen_3_quote3 {
	display:inline-block;
	width:25%;
	height:250px;
}

.screen_3_quote {
	padding-left:10px;
	font-size:.8em;
	height:170px;
}

.screen_3_quote_img {
	height:50px;
	margin-bottom:10px;
}
/* END of 3rd Computer Screen */
/* END of Different Screens for computer */
/* END OF MAIN PAGE COMPUTER */

/* HOME PAGE ISH */
#Why_STAFFS_heading {
	width:100%;
	text-align:center;
	color:#fff;
	margin-bottom:50px;
}

.Why_STAFFS_container {
	float:left;
	width:50%;
}

.Why_STAFFS_inner_container {
	width:100%;
	height:200px;
	margin-top:10px;
	padding-left:40px;
}

.Why_STAFFS_img {
	display: inline-block;
}

.Why_STAFFS_inner_heading {
	display:inline-block;
	color:#fff;
	margin-left:15px;
}

.Why_STAFFS_text {
	width:100%;
	display:block;
	padding-left:85px;
	padding-right:30px;
	color:#6aaecf;
}

#quote_heading {
	width:100%;
	text-align:center;
	margin-bottom:50px;
}

#quote_container {
	width:100%;
	text-align:center;
}

.quote_inner_container {
	display:inline-block;
	width:25%;
	margin-left:30px;
	margin-right:30px;
}

.quote_text {
	padding-left:10px;
}

.quote_img {
	height:50px;
	margin-bottom:10px;
}

#info_div_heading {
	width:100%;
	text-align:center;
	color:#fff;
	margin-bottom:0px;
}

#info_directions {
	width:100%;
	text-align:center;
	color:#f6f6f6;
	margin-bottom:50px;
}

.info_div {
	position:absolute;
	width:50%;
	display:none;
}

.info_div_top {
	width:100%;
	padding-top:15px;
	padding-bottom:30px;
	border-top-right-radius:6px;
	border-top-left-radius:6px;
	background-color:#f6f6f6;
}

.info_div_bottom {
	width:100%;
	text-align:center;
	padding-top:25px;
	padding-bottom:20px;
	border-bottom-right-radius:6px;
	border-bottom-left-radius:6px;
	background-color:#fff;
}

.info_div_heading {
	width:100%;
	text-align:left;
	padding-left:30px;
	margin-top:0px;
}

.info_div_mini_container {
	width:100%;
	margin-top:20px;
}

.info_div_img {
	display:inline-block;
	width:30px;
	height:30px;
	margin-left:30px;
	vertical-align:top;
	margin-top:3px;
}

.info_div_text {
	display:inline-block;
	width:80%;
	font-size:1em;
	margin-left:15px;
	margin-bottom:0px;
}

#info_div_explanation {
	width:100%;
	padding-left:30px;
	padding-right:30px;
	font-size:.8em;
}

#back_button {
	position:absolute;
	width:25%;
	display:none;
}

 /*END of HOME PAGE ISH */
 
 /* PERSONALIZE PAGE */
 
#personalize_info_content{
 	position: relative;
 	display: block;
	width:820px;
	height:100%;
	overflow:hidden;
	margin:auto;
	padding: 40px 0px 50px 0px;
}

#personalize_info_content > h1{
	margin-bottom:20px;
}

#personalize_picture_content{
	width:305px;
	float:left;
	margin-bottom: 50px;
	text-align:center;
	clear: left;
}

#personalize_user_profile_pic{
	border:1px solid #cdcdcd;
	border-radius: 10px;
	height:245px;
	width:245px;
	margin: auto;
}

#personalize_user_profile_pic_upload{
	position:relative;
	width:200px;
	height:40px;
	line-height:40px;
	margin: auto;
	margin-top:30px;
}

#personalize_user_pic_upload_button{
	position:absolute;
	width:100%;
	height:100%;
	border-radius:10px;
	border:none;
	background-color:#df8f5c;
	color:#fff;
	top:0px;
	right:0px;
}

#personalize_user_pic_upload_button_hidden{
	font: 500px monospace;
	opacity:0;
	width:100%;
	height:100%;
	filter: alpha(opacity=0);
	position:absolute;
	z-index:1;
	top:0;
	right:0;
	padding:0;
	margin:0;
}

#personalize_user_pic_upload_button_hidden:hover, #personalize_user_pic_upload_button:hover {
	cursor: pointer;
}
 
 
#test_plan_content {
	width:515px;
	margin:auto;
	margin-bottom: 50px;
}

#test_plan {
	position: relative;
	width: 100%;
	padding:5px 40px 30px 40px;
	border-radius: 10px;
	border: 1px solid #a9a9a9;
	background-color: #fff;
	
}

#test_date_select_container {
	display:inline-block;
	width:60%;
	display: none;
}

.test_plan_heading {
}

#accordion
{
	display:none;
	text-align:center;
}

.accordion_header:hover, .accordion-header:hover {
	background-color: #e0e1dd !important;
	cursor: pointer;
}

.score_options {
	width:100%;
	height:40px;
	line-height:40px;
	margin:auto;
	margin:10px 10px 10px 0px;
	border-radius:5px;
	border: none;
	background-color:#f6f6f6;
	color:#a9a9a9;
	font-size:.8em;
}

.score_options:focus {
	outline:none;
}

.score_options:hover {
	cursor: pointer;
	background-color:#e4e4e4;
}

.score_options_active {
	background-color:#006ba4 !important;
	color: #f6f6f6 !important;
}

.accordion_content, .accordion-content:hover {
	margin-left:10px;
	display:none;
}

.accordion_content_triangle {
	width:0;
	height:0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 15px solid #f6f6f6;
	margin-left:20px;
	margin-top:10px;
}

.accordion_content_container {
	margin-bottom:20px;
	background:#f6f6f6;
	border-radius:10px;
	padding:10px 10px 20px 20px;
}

.test_score_heading {
	display:inline-block;
	width:30%;
	text-align:left;
	font-size:.8em;
	margin-right:10px;
}

.test_score_heading_inverse{
	display:inline-block;
	width:30%;
	text-align:left;
	font-size:.8em;
	margin-right:10px;
	color: #fff;
}

.test_score_info {
	display:inline-block;
	width:30%;
	margin-right:10px;
}

#personalize_description_heading {
	width:100%;
	margin-bottom:50px;
	text-align:center;
	color:#fff;
}

#personalize_description_container {
	width:70%;
	margin:auto
}

.personalize_description_inner_container {
	width:100%;
	height:200px;
	margin-top:10px;
	padding-left:40px;
}

.personalize_description_img{
	display:inline-block;
}

.personalize_description_heading2 {
	display:inline-block;
	color:#fff;
	margin-left:15px;
}

.personalize_description_text {
	width:100%;
	display:block;
	padding-left:85px;
	padding-right:30px;
	color:#6aaecf;
}
 
 /* END OF PERSONALIZE PAGE */
 
 
 /* PAST RESULTS PAGE */
 body.report-page {
	 background:#f3f6f8;
 }

 #past-results-inner-content {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding:45px 24px 80px;
 }

.report-exam-tabs {
	display:flex;
	gap:8px;
	margin-bottom:24px;
}
.report-exam-tab {
	border:1px solid #dce4e8;
	background:#fff;
	color:#52606a;
	border-radius:999px;
	padding:8px 18px;
	font-size:14px;
	font-weight:800;
}
.report-exam-tab.is-selected {
	background:#17282f;
	border-color:#17282f;
	color:#fff;
}
.report-hero {
	display:flex;
	justify-content:space-between;
	gap:40px;
	align-items:flex-end;
	margin-bottom:28px;
}
.report-exam-badge, .report-kicker {
	display:block;
	color:#008f7d;
	font-size:12px;
	font-weight:900;
	letter-spacing:.12em;
	text-transform:uppercase;
}
.report-hero h1 {
	margin:8px 0 8px;
	font-family:"Raleway", sans-serif;
	font-size:42px;
	font-weight:850;
	color:#17282f;
}
.report-hero p {
	max-width:660px;
	margin:0;
	font-size:16px;
	color:#64747d;
}
.report-hero-note {
	display:flex;
	align-items:center;
	gap:13px;
	min-width:290px;
	padding:15px 18px;
	background:#e4faf5;
	border:1px solid #bcece1;
	border-radius:14px;
	color:#126b60;
}
.report-hero-note i {font-size:22px;}
.report-hero-note strong, .report-hero-note span {display:block;}
.report-hero-note strong {font-size:13px;}
.report-hero-note span {font-size:13px;margin-top:2px;}
.report-student-plan {display:grid;grid-template-columns:minmax(220px,.75fr) minmax(0,2.25fr);gap:14px;margin:-8px 0 24px;}
.report-plan-date,.report-plan-score-list {border:1px solid #dfe7e9;border-radius:14px;background:#fff;}
.report-plan-date {display:flex;align-items:center;gap:13px;padding:16px 18px;}
.report-plan-date > i {display:grid;place-items:center;width:40px;height:40px;border-radius:11px;background:#e3f8f3;color:#08796b;font-size:16px;}
.report-plan-date span,.report-plan-date strong {display:block;}
.report-plan-date span {color:#859197;font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;}
.report-plan-date strong {margin-top:2px;color:#263a42;font-size:15px;}
.report-plan-score-list {display:grid;grid-template-columns:repeat(auto-fit,minmax(175px,1fr));gap:1px;overflow:hidden;background:#e6ecee;}
.report-plan-score {display:grid;grid-template-columns:auto 1fr 12px 1fr;gap:9px;align-items:center;padding:12px 15px;background:#fff;}
.report-plan-score > span {padding:5px 7px;border-radius:7px;background:#f0f3ff;color:#5b4bc4;font-size:9px;font-weight:900;text-transform:uppercase;}
.report-plan-score > div small,.report-plan-score > div strong {display:block;}
.report-plan-score > div small {color:#89959a;font-size:8px;font-weight:900;letter-spacing:.05em;text-transform:uppercase;}
.report-plan-score > div strong {margin-top:1px;color:#45565d;font-size:16px;}
.report-plan-score > div:last-child strong {color:#08796b;}
.report-plan-score > i {color:#a8b2b6;font-size:8px;}
.report-summary-grid {
	display:grid;
	grid-template-columns:repeat(4, 1fr);
	gap:14px;
	margin-bottom:20px;
}
.report-summary-card, .report-panel {
	background:#fff;
	border:1px solid #e0e7ea;
	border-radius:16px;
	box-shadow:0 5px 18px rgba(25,49,58,.045);
}
.report-summary-card {padding:20px 22px;min-height:142px;}
.report-eyebrow {font-size:12px;font-weight:800;color:#73828a;text-transform:uppercase;letter-spacing:.04em;}
.report-summary-value {font-family:"Raleway",sans-serif;font-size:36px;line-height:1.1;font-weight:850;color:#17282f;margin:9px 0 3px;}
.report-summary-caption {font-size:13px;color:#75838a;}
.report-summary-meter, .report-bar {height:7px;background:#edf1f2;border-radius:999px;overflow:hidden;}
.report-summary-meter {margin-top:15px;}
.report-summary-meter span, .report-bar span {display:block;height:100%;border-radius:inherit;background:#00b69f;}
.report-summary-accuracy .report-summary-meter span {background:#47a7e6;}
.report-two-column {display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px;}
.report-panel {padding:25px;}
.report-section-heading {display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:20px;}
.report-section-heading h2 {font-family:"Raleway",sans-serif;font-size:22px;font-weight:850;color:#1b3038;margin:5px 0 0;}
.report-section-heading p {font-size:12px;color:#8a969c;margin:6px 0 0;white-space:nowrap;}
.report-tag-row {display:grid;grid-template-columns:28px 1fr 48px;align-items:center;gap:12px;padding:10px 0;border-top:1px solid #edf1f2;}
.report-tag-rank {display:flex;align-items:center;justify-content:center;width:26px;height:26px;background:#f1f4f5;color:#738087;border-radius:8px;font-size:12px;font-weight:900;}
.report-tag-title {display:flex;justify-content:space-between;gap:10px;margin-bottom:7px;}
.report-tag-title strong {font-size:13px;color:#273a42;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.report-tag-title span {font-size:11px;color:#8b969b;white-space:nowrap;}
.report-tag-percent {font-size:14px;font-weight:900;text-align:right;}
.is-low {color:#d34f55}.is-medium {color:#d28c13}.is-high {color:#118b69}
.report-bar span.is-low {background:#ea7479}.report-bar span.is-medium {background:#efb447}.report-bar span.is-high {background:#35b991}.report-bar span.is-progress {background:#00b69f}
.report-scroll-list {max-height:410px;overflow:auto;padding-right:5px;}
.report-category-row {display:grid;grid-template-columns:minmax(150px,1fr) minmax(150px,.9fr);align-items:center;gap:25px;padding:12px 0;border-top:1px solid #edf1f2;}
.report-category-row strong, .report-category-row span {display:block;}
.report-category-row > div > strong {font-size:13px;color:#273a42;}
.report-category-row > div > span {font-size:11px;color:#8b969b;margin-top:2px;}
.report-category-score {display:grid;grid-template-columns:1fr 42px;gap:10px;align-items:center;}
.report-category-score strong {font-size:13px;color:#405159;text-align:right;}
.report-progress-panel {margin-bottom:20px;}
.report-progress-grid {display:grid;grid-template-columns:repeat(2,1fr);gap:15px;}
.report-progress-group {display:grid;grid-template-columns:72px 1fr;gap:18px;align-items:start;padding:20px;background:#f7f9fa;border:1px solid #e7edef;border-radius:13px;}
.report-progress-ring {--progress:0;width:70px;height:70px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:conic-gradient(#00b69f calc(var(--progress) * 1%),#e3eaec 0);position:relative;}
.report-progress-ring:before {content:"";position:absolute;inset:7px;background:#fff;border-radius:50%;}
.report-progress-ring span {position:relative;font-weight:900;font-size:15px;color:#1c3b42;}
.report-progress-content h3 {font-size:18px;font-weight:850;color:#20363e;margin:0;}
.report-progress-content > p {font-size:11px;color:#829096;margin:1px 0 11px;}
.report-progress-skill {margin-top:9px;}
.report-progress-skill a {color:inherit;text-decoration:none;}
.report-progress-skill a:hover span {color:#008f7d;}
.report-progress-skill a > div:first-child, .report-progress-skill > div > div:first-child {display:flex;justify-content:space-between;gap:12px;font-size:12px;margin-bottom:4px;}
.report-progress-skill span {color:#52636a;}.report-progress-skill strong {font-size:11px;color:#748087;}
.report-activity-panel {margin-bottom:20px;}
.report-activity-chart {height:150px;display:flex;align-items:flex-end;gap:8px;padding-top:10px;border-bottom:1px solid #dce3e6;}
.report-activity-day {display:flex;flex:1;height:100%;min-width:8px;flex-direction:column;align-items:center;justify-content:flex-end;}
.report-activity-bar {position:relative;width:100%;max-width:28px;min-height:5px;background:#d8e1e5;border-radius:5px 5px 0 0;overflow:hidden;}
.report-activity-bar span {position:absolute;bottom:0;left:0;width:100%;background:#31b99a;}
.report-activity-day small {font-size:9px;color:#879399;margin:5px 0 -20px;transform:rotate(-45deg);display:none;}
.report-chart-legend {display:flex;gap:20px;justify-content:flex-end;margin-top:14px;font-size:11px;color:#718087;}
.report-chart-legend i {display:inline-block;width:9px;height:9px;border-radius:2px;background:#d8e1e5;margin-right:5px;}.report-chart-legend i.correct{background:#31b99a;}
.report-practice-tests-panel {margin-bottom:20px;overflow:hidden;}
.report-test-card-grid {display:grid;grid-template-columns:repeat(auto-fit,minmax(285px,1fr));gap:14px;}
.report-test-card {display:flex;flex-direction:column;min-width:0;border:1px solid #dfe6e9;border-radius:14px;background:#fbfcfc;overflow:hidden;}
.report-test-card.is-latest {border:2px solid #6651c6;background:linear-gradient(145deg,#f7f4ff,#fff);}
.report-test-card-top {display:grid;grid-template-columns:1fr auto;gap:16px;align-items:start;padding:18px 18px 14px;}
.report-test-card-top span {display:block;color:#6651c6;font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;}
.report-test-card-top h3 {margin:5px 0 2px;color:#20343c;font-family:"Raleway",sans-serif;font-size:17px;font-weight:850;}
.report-test-card-top p {margin:0;color:#829096;font-size:11px;}
.report-test-total {min-width:82px;text-align:right;}
.report-test-total small,.report-test-total strong {display:block;}
.report-test-total small {color:#87949a;font-size:8px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;}
.report-test-total strong {color:#17282f;font-family:"Raleway",sans-serif;font-size:31px;line-height:1.1;font-weight:900;}
.report-test-score-groups {display:flex;flex-wrap:wrap;gap:7px;padding:0 18px 14px;}
.report-test-score-group {display:flex;align-items:baseline;gap:8px;padding:7px 10px;border:1px solid #e0e5ee;border-radius:9px;background:#fff;}
.report-test-score-group small {color:#737f91;font-size:9px;font-weight:900;text-transform:uppercase;}
.report-test-score-group strong {color:#4d3ca5;font-size:17px;}
.report-test-score-empty {color:#8a969b;font-size:11px;}
.report-test-stats {display:flex;flex-wrap:wrap;gap:7px 12px;padding:13px 18px;border-top:1px solid #e8edef;color:#748188;font-size:10px;}
.report-test-stats span {display:inline-flex;align-items:center;gap:4px;}.report-test-stats strong{margin-left:auto;color:#33474f;}
.report-test-stats .is-correct,.report-test-review-counts .is-correct {color:#118b69;}
.report-test-stats .is-incorrect,.report-test-review-counts .is-incorrect {color:#c85050;}
.report-test-review-button {display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:auto;padding:13px 18px;border:0;border-top:1px solid #e2e8ea;background:#17282f;color:#fff;font-size:12px;font-weight:900;text-align:left;}
.report-test-review-button:hover,.report-test-review-button:focus {background:#6651c6;color:#fff;}
.report-test-review-page {max-width:1100px;margin:0 auto 60px;}
.report-test-review-back {display:inline-flex;align-items:center;gap:8px;margin:0 0 22px;padding:9px 14px;border:1px solid #dce4e7;border-radius:9px;background:#fff;color:#40535b;font-size:12px;font-weight:900;}
.report-test-review-back:hover {border-color:#6651c6;color:#6651c6;}
.report-test-review-hero {display:flex;align-items:flex-end;justify-content:space-between;gap:30px;padding:30px;border:2px solid #2b2b2b;border-radius:18px 18px 0 0;background:linear-gradient(135deg,#f5f1ff,#fff);}
.report-test-review-hero h1 {margin:7px 0 5px;color:#17282f;font-family:"Raleway",sans-serif;font-size:38px;font-weight:900;}
.report-test-review-hero p {margin:0;color:#697980;font-size:13px;}
.report-test-review-total {min-width:150px;text-align:center;}
.report-test-review-total small,.report-test-review-total strong {display:block;}
.report-test-review-total small {color:#7c8990;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;}
.report-test-review-total strong {color:#2b2b2b;font-family:"Raleway",sans-serif;font-size:58px;line-height:1;font-weight:900;}
.report-test-review-summary {display:grid;grid-template-columns:1fr auto;align-items:center;gap:20px;padding:20px 28px;border:2px solid #2b2b2b;border-top:0;border-radius:0 0 18px 18px;background:#fff;box-shadow:8px 8px 0 #2b2b2b;}
.report-test-review-summary .report-test-score-groups {padding:0;}
.report-test-review-counts {display:flex;gap:8px;}
.report-test-review-counts span {display:flex;flex-direction:column;min-width:72px;padding:8px 10px;border-radius:9px;background:#f3f6f7;color:#718087;font-size:9px;font-weight:900;text-align:center;text-transform:uppercase;}
.report-test-review-counts strong {color:inherit;font-size:20px;line-height:1.1;}
.report-test-insights {margin:28px 0 18px;padding:24px;border:1px solid #dfe7ea;border-radius:16px;background:#fff;box-shadow:0 5px 18px rgba(25,49,58,.045);}
.report-test-insight-callout {display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:center;margin-bottom:16px;padding:15px;border-radius:11px;background:#f2efff;color:#4d3ca5;}
.report-test-insight-callout i {font-size:23px;}.report-test-insight-callout strong,.report-test-insight-callout span{display:block}.report-test-insight-callout span{margin-top:3px;color:#6d668f;font-size:11px;}
.report-test-insight-grid {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;}
.report-test-insight-skill {padding:13px;border:1px solid #e3e9eb;border-radius:10px;background:#fbfcfc;}
.report-test-insight-skill-heading {display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:8px;}
.report-test-insight-skill-heading span,.report-test-insight-skill-heading strong {display:block;}.report-test-insight-skill-heading span{color:#89969b;font-size:9px}.report-test-insight-skill-heading strong{color:#293e46;font-size:12px}.report-test-insight-skill-heading b{color:#4d3ca5;font-size:14px}
.report-test-insight-skill small {display:block;margin-top:7px;color:#7b888e;font-size:9px;}
.report-test-review-filters {display:flex;align-items:center;gap:7px;margin:30px 0 13px;}
.report-test-review-filters > span {margin-right:4px;color:#75838a;font-size:11px;font-weight:800;}
.report-test-review-filters button {padding:7px 13px;border:1px solid #dbe3e6;border-radius:999px;background:#fff;color:#62727a;font-size:11px;font-weight:900;}
.report-test-review-filters button.is-selected {border-color:#17282f;background:#17282f;color:#fff;}
.report-test-module {margin-top:14px;padding:22px;border:1px solid #dfe7ea;border-radius:16px;background:#fff;box-shadow:0 5px 18px rgba(25,49,58,.045);}
.report-test-module-heading {display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:14px;}
.report-test-module-heading span {color:#6651c6;font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;}
.report-test-module-heading h2 {margin:3px 0 0;color:#1b3038;font-family:"Raleway",sans-serif;font-size:21px;font-weight:900;}
.report-test-module-heading p {margin:0;color:#718087;font-size:11px;}.report-test-module-heading p strong{color:#354950;}
.report-test-question-item {margin-top:8px;border:1px solid #e1e7e9;border-radius:11px;overflow:hidden;}
.report-test-question-toggle {display:grid;grid-template-columns:30px 1fr auto 12px;gap:12px;align-items:center;width:100%;padding:11px 13px;border:0;background:#fff;color:#2d4149;text-align:left;}
.report-test-question-toggle:hover {background:#f8fafb;}
.report-test-question-status {display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;background:#eef2f3;color:#829096;font-size:10px;}
.report-test-question-status.is-correct {background:#e3f8f1;color:#118b69;}
.report-test-question-status.is-incorrect {background:#fff0ef;color:#c85050;}
.report-test-question-toggle strong,.report-test-question-toggle small {display:block;}
.report-test-question-toggle strong {font-size:13px;}.report-test-question-toggle small{margin-top:1px;color:#829096;font-size:10px;}
.report-test-question-toggle em {color:#7b898f;font-size:10px;font-style:normal;font-weight:900;text-transform:uppercase;}
.report-test-question-toggle > i {color:#8b979c;font-size:9px;transition:transform .2s;}
.report-test-question-toggle[aria-expanded=true] > i {transform:rotate(180deg);}
.report-test-question-detail {display:none;padding:22px 58px 25px;border-top:1px solid #e7ecee;background:#fbfcfc;}
.report-test-question-meta {display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:15px;}
.report-test-question-meta .report-question-tags {margin:0;}
.report-test-question-meta > span {color:#7c8990;font-size:10px;white-space:nowrap;}
.report-test-question-copy,.report-test-question-direction {color:#263a42;font-size:14px;line-height:1.6;}
.report-test-question-copy p,.report-test-question-direction p,.report-test-answer p,.report-test-explanation p {float:none!important;margin:9px 0;line-height:1.6;}
.report-test-question-direction {margin-top:14px;font-weight:700;}
.report-test-answer-list {display:grid;gap:9px;margin-top:20px;}
.report-test-answer {position:relative;display:grid;grid-template-columns:29px 1fr auto;gap:12px;align-items:center;padding:11px 13px;border:1px solid #dce3e6;border-radius:10px;background:#fff;}
.report-test-answer > span {display:flex;align-items:center;justify-content:center;width:27px;height:27px;border:2px solid #6d7a80;border-radius:50%;font-size:11px;font-weight:900;}
.report-test-answer > small {color:#76838a;font-size:9px;font-weight:900;text-transform:uppercase;}
.report-test-answer.is-correct {border:2px solid #35b991;background:#f0fbf7;}.report-test-answer.is-correct > span{border-color:#118b69;background:#118b69;color:#fff;}
.report-test-answer.is-selected-wrong {border:2px solid #ea7479;background:#fff6f5;}.report-test-answer.is-selected-wrong > span{border-color:#c85050;background:#c85050;color:#fff;}
.report-test-answer-summary {display:flex;justify-content:space-between;gap:20px;margin-top:18px;padding:11px 13px;border-left:4px solid #aab5b9;border-radius:8px;background:#eef2f3;color:#5d6d74;font-size:11px;}
.report-test-answer-summary.is-correct {border-color:#35b991;background:#e9f9f3;color:#116e57;}
.report-test-answer-summary.is-incorrect {border-color:#ea7479;background:#fff0ef;color:#a83e44;}
.report-test-explanation {margin-top:20px;padding:18px;border-radius:11px;background:#f2efff;color:#34454d;font-size:13px;line-height:1.6;}
.report-test-explanation .report-kicker {color:#6651c6;margin-bottom:6px;}
.report-test-question-navigation {display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;margin-top:18px;padding-top:16px;border-top:1px solid #e1e7e9;}
.report-test-question-navigation button {padding:8px 12px;border:1px solid #6651c6;border-radius:8px;background:#fff;color:#5542ad;font-size:11px;font-weight:900;}
.report-test-question-navigation button:hover {background:#6651c6;color:#fff;}.report-test-question-navigation button:disabled{border-color:#d6dce0;color:#a5afb3;cursor:not-allowed;background:#fff;}
.report-test-question-navigation span {color:#75838a;font-size:10px;font-weight:800;text-align:center;}
.report-test-filter-empty {padding:25px;border:1px dashed #ccd6da;border-radius:12px;background:#fff;color:#77868c;font-size:12px;text-align:center;}
.report-question-item {border:1px solid #e2e8ea;border-radius:12px;margin-top:9px;overflow:hidden;}
.teacher-report-page .report-missed-panel {margin-bottom:20px;}
.report-question-toggle {display:grid;grid-template-columns:34px 1fr auto;gap:13px;align-items:center;width:100%;padding:14px 16px;background:#fff;border:0;text-align:left;color:#233740;}
.report-question-toggle:hover {background:#f8fafb;}
.report-question-number {display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#fff0ef;color:#c85050;border-radius:9px;font-size:12px;font-weight:900;}
.report-question-summary strong,.report-question-summary small {display:block;}.report-question-summary strong{font-size:14px}.report-question-summary small{font-size:11px;color:#819097;margin-top:2px;}
.report-question-toggle i {font-size:12px;color:#809097;transition:transform .2s;}.report-question-toggle[aria-expanded=true] i {transform:rotate(180deg);}
.report-question-detail {display:none;padding:3px 62px 20px;background:#fbfcfc;border-top:1px solid #edf1f2;}
.report-question-tags {display:flex;gap:5px;flex-wrap:wrap;margin:14px 0 10px;}.report-question-tags span {font-size:10px;font-weight:800;color:#08776a;background:#e4f8f3;border-radius:999px;padding:4px 8px;}
.report-question-direction {font-size:11px;font-weight:800;color:#7b898f;text-transform:uppercase;letter-spacing:.03em;}.report-question-copy{font-size:14px;line-height:1.55;color:#263a42;}
.report-question-choices {padding-left:22px;font-size:13px;color:#53646b;line-height:1.65;}
.report-answer-comparison {display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px;}.report-answer-comparison div{padding:12px 14px;background:#fff;border:1px solid #e0e6e8;border-radius:9px;}.report-answer-comparison span,.report-answer-comparison strong{display:block}.report-answer-comparison span{font-size:10px;text-transform:uppercase;font-weight:900;color:#89959a}.report-answer-comparison strong{font-size:13px;color:#263b43;margin-top:3px;}
.report-answer-comparison div:first-child{border-left:3px solid #ea7479}.report-answer-comparison div:last-child{border-left:3px solid #35b991}
.report-review-link {display:inline-block;margin-top:14px;font-size:12px;font-weight:900;color:#008f7d;}.report-review-link i{margin-left:4px;}
.report-empty,.report-loading,.report-error {display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:170px;padding:30px;color:#7d8b91;}.report-empty i,.report-error i{font-size:28px;margin-bottom:10px;color:#9aa6aa}.report-empty-success i{color:#35b991}.report-empty strong,.report-empty span,.report-error strong,.report-error span{display:block}.report-empty strong,.report-error strong{color:#3a4c53;font-size:14px}.report-empty span,.report-error span{font-size:12px;max-width:400px;margin-top:4px}.report-loading{min-height:360px;gap:12px}.report-loading span{width:34px;height:34px;border:3px solid #d9e5e7;border-top-color:#00b69f;border-radius:50%;animation:report-spin .8s linear infinite}.report-error button{margin-top:15px;border:0;border-radius:8px;background:#17282f;color:#fff;padding:8px 16px;font-weight:800;}
@keyframes report-spin{to{transform:rotate(360deg)}}

@media(max-width:900px){.report-summary-grid{grid-template-columns:repeat(2,1fr)}.report-two-column,.report-progress-grid{grid-template-columns:1fr}.report-hero{align-items:flex-start;flex-direction:column}.report-hero-note{width:100%}.report-student-plan{grid-template-columns:1fr}.report-test-review-summary{grid-template-columns:1fr}.report-test-review-counts{justify-content:flex-start}}
@media(max-width:600px){#past-results-inner-content{padding:28px 14px 60px}.report-hero h1{font-size:32px}.report-summary-grid{grid-template-columns:1fr 1fr;gap:8px}.report-summary-card{padding:16px;min-height:125px}.report-summary-value{font-size:28px}.report-panel{padding:18px}.report-category-row{grid-template-columns:1fr}.report-progress-group{grid-template-columns:55px 1fr;padding:14px}.report-progress-ring{width:54px;height:54px}.report-question-detail{padding:3px 18px 18px}.report-answer-comparison{grid-template-columns:1fr}.report-tag-title span{display:none}.report-test-card-grid{grid-template-columns:1fr}.report-test-review-hero{align-items:flex-start;flex-direction:column;padding:22px}.report-test-review-hero h1{font-size:30px}.report-test-review-total{text-align:left}.report-test-review-summary{padding:18px;box-shadow:5px 5px 0 #2b2b2b}.report-test-review-counts{width:100%}.report-test-review-counts span{flex:1;min-width:0}.report-test-insights{padding:17px}.report-test-insight-grid{grid-template-columns:1fr}.report-test-review-filters{align-items:flex-start;flex-wrap:wrap}.report-test-review-filters>span{width:100%}.report-test-module{padding:15px}.report-test-module-heading{align-items:flex-start;flex-direction:column}.report-test-question-toggle{grid-template-columns:30px 1fr 10px}.report-test-question-toggle em{display:none}.report-test-question-detail{padding:18px 14px}.report-test-question-meta{align-items:flex-start;flex-direction:column}.report-test-answer{grid-template-columns:27px 1fr}.report-test-answer>small{grid-column:2}.report-test-answer-summary{flex-direction:column;gap:3px}.report-test-question-navigation{grid-template-columns:1fr 1fr}.report-test-question-navigation span{grid-column:1 / -1;grid-row:1}.report-test-question-navigation button:first-child{grid-column:1;grid-row:2}.report-test-question-navigation button:last-child{grid-column:2;grid-row:2}}

.teacher-report-header {height:70px;display:flex;align-items:center;justify-content:space-between;padding:0 34px;background:#17252b;color:#fff;}
.teacher-report-header img {height:31px;}
.teacher-report-header > div {display:flex;align-items:center;gap:18px;font-size:13px;}.teacher-report-header > div span{font-weight:800}.teacher-report-header > div a{color:#fff;border-left:1px solid #56646a;padding-left:18px;}
.teacher-report-shell {display:grid;grid-template-columns:230px 1fr;height:calc(100vh - 70px);}
.teacher-report-sidebar {padding:34px 16px;background:#213138;color:#fff;}
.teacher-report-sidebar-title {padding:0 16px 28px;}.teacher-report-sidebar-title span,.teacher-report-sidebar-title strong{display:block}.teacher-report-sidebar-title span{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:#91a2a9}.teacher-report-sidebar-title strong{font-size:18px;margin-top:3px;}
.teacher-report-nav {display:grid;grid-template-columns:20px 1fr;align-items:center;gap:11px;width:100%;padding:12px 16px;border:0;border-radius:9px;text-align:left;background:transparent;color:#b8c4c8;font-weight:800;font-size:13px;}.teacher-report-nav.is-selected{background:#30454e;color:#fff;}.teacher-report-nav i{color:#3dd5b5;}
.teacher-report-content {height:100%;overflow-y:auto;padding:45px 55px 80px;background:#f3f6f8;}
.teacher-roster-heading {display:flex;justify-content:space-between;align-items:flex-end;gap:30px;max-width:1100px;}.teacher-roster-heading h1{font-family:"Raleway",sans-serif;font-size:38px;font-weight:850;color:#17282f;margin:7px 0}.teacher-roster-heading p{max-width:720px;color:#718087;margin:0;}
.teacher-roster-count {display:flex;align-items:baseline;gap:7px;padding:12px 18px;background:#e2f8f3;border-radius:12px;color:#08796b;}.teacher-roster-count strong{font-size:25px}.teacher-roster-count span{font-size:12px;font-weight:800;}
.teacher-search-wrap {position:relative;max-width:440px;margin:30px 0 18px;}.teacher-search-wrap i{position:absolute;left:15px;top:14px;color:#86949a}.teacher-search-wrap input{width:100%;height:43px;padding:0 16px 0 42px;border:1px solid #dce4e7;border-radius:11px;background:#fff;outline:none;font-size:14px;}.teacher-search-wrap input:focus{border-color:#00a991;box-shadow:0 0 0 3px rgba(0,169,145,.1)}
#teacher-student-list {max-width:1100px;}
.teacher-student-list-header,.teacher-student-row {display:grid;grid-template-columns:minmax(210px,1.1fr) minmax(430px,2.4fr) 130px;gap:22px;align-items:center;}
.teacher-student-list-header {padding:9px 20px;color:#7d8b91;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;}
.teacher-student-row {padding:14px 20px;margin-bottom:8px;background:#fff;border:1px solid #e0e7ea;border-radius:13px;box-shadow:0 3px 12px rgba(25,49,58,.035);}
.teacher-student-identity {display:flex;align-items:center;gap:13px;}.teacher-student-identity > span{display:flex;align-items:center;justify-content:center;width:38px;height:38px;background:#e2f8f3;color:#08796b;border-radius:11px;font-weight:900;}.teacher-student-identity strong,.teacher-student-identity small{display:block}.teacher-student-identity strong{font-size:14px;color:#253941}.teacher-student-identity small{font-size:10px;color:#8a969b;margin-top:2px;}
.teacher-student-exams {display:flex;gap:5px;}.teacher-exam-pill{display:inline-block;padding:4px 9px;border-radius:999px;background:#e8f0ff;color:#3b66a8;font-size:10px;font-weight:900}.teacher-exam-pill.ACT{background:#fff0da;color:#a36d18}
.teacher-student-plan {display:grid;gap:7px;min-width:0;}
.teacher-student-plan-row {display:grid;grid-template-columns:minmax(148px,.75fr) minmax(250px,1.45fr);gap:12px;align-items:center;padding:8px 10px;border:1px solid #e5eaec;border-radius:10px;background:#f8fafb;}
.teacher-plan-date {display:flex;align-items:center;gap:8px;min-width:0;}
.teacher-plan-date > span:last-child {display:flex;align-items:center;gap:6px;min-width:0;color:#53656c;font-size:11px;font-weight:800;white-space:nowrap;}
.teacher-plan-date > span:last-child i {color:#008f7d;}
.teacher-plan-scores {display:flex;flex-wrap:wrap;justify-content:flex-end;gap:5px;}
.teacher-plan-score {display:grid;grid-template-columns:auto auto 8px auto;align-items:center;gap:4px;padding:5px 7px;border-radius:7px;background:#fff;border:1px solid #e4e9eb;font-size:11px;}
.teacher-plan-score small {color:#7e8b90;font-size:8px;font-weight:900;text-transform:uppercase;}
.teacher-plan-score b {color:#516168;font-size:11px;}
.teacher-plan-score i {color:#a7b0b4;font-size:7px;}
.teacher-plan-score strong {color:#08796b;font-size:11px;}
.teacher-student-row > button {border:0;border-radius:8px;padding:8px 11px;background:#17282f;color:#fff;font-size:11px;font-weight:900;}.teacher-student-row > button i{margin-left:4px}.teacher-student-row > button:hover{background:#008f7d}
.teacher-report-toolbar {display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;}.teacher-report-toolbar > button{border:0;background:transparent;color:#52646c;font-size:13px;font-weight:900;padding:8px 0}.teacher-report-toolbar > button i{margin-right:6px}.teacher-report-toolbar .report-exam-tabs{margin:0;}
#teacher-student-report-view {max-width:1200px;margin:0 auto;}

@media(max-width:850px){.teacher-report-shell{grid-template-columns:1fr}.teacher-report-sidebar{display:none}.teacher-report-content{padding:35px 22px 70px}.teacher-student-list-header{display:none}.teacher-student-row{grid-template-columns:1fr auto}.teacher-student-plan{grid-column:1 / -1}.teacher-student-row > button{grid-column:2;grid-row:1}.teacher-roster-heading h1{font-size:31px}}
@media(max-width:600px){.teacher-student-plan-row{grid-template-columns:1fr}.teacher-plan-scores{justify-content:flex-start}}
@media(max-width:520px){.teacher-report-header{padding:0 18px}.teacher-report-header > div span{display:none}.teacher-roster-count{display:none}.teacher-report-content{padding:28px 14px 60px}.teacher-student-row{padding:12px}.teacher-student-row > button{font-size:0}.teacher-student-row > button i{font-size:12px;margin:0}.teacher-report-toolbar{align-items:flex-start;gap:10px;flex-direction:column}.teacher-report-toolbar .report-exam-tabs{align-self:stretch}.teacher-plan-score{flex:1;min-width:110px}}
 
 #past-results-results-container {
	 width: 100%;
	 display:grid;
	 column-gap:30px;
	 margin:auto;
	 margin-top:40px;
 }
 
 .past-results-overall-category-container {
	 height:fit-content;
	 padding:0px 30px 30px 30px;
	 background-color:#fff;
	 border-radius:10px;
	 border:2px solid #2b2b2b;
	 margin:0px 0px 20px;
 }
 
 .past-results-overall-category-heading {
	 font-size:30px;
	 font-weight: 600;
 }
 
 .progress-bar-text {
	 display:block;
	 width:100%;
	 font-size:.8em;
	 margin-top:-18px;
	 padding-top:0px;
	 padding-bottom:20px;
	 border-bottom:1px solid;
	 margin-bottom:12px;
 }
 
 .past-results-category-container {
	 font-size:.8em;
	 padding:10px 0px 10px 0px;
	 cursor:pointer;
 }
 
 .past-results-category-progress-container {
	display: grid;
	grid-template-columns: 1fr auto;
	column-gap:20px;
	align-items: center;
 }
 
 .past-results-category-progress {
	width: 100%;
    border-radius: 10px;
    background-color: #efefef;
 }
 
 .past-results-category-progress-bar {
	 height:9px;
	 border-radius:10px;
 }
 
 /* ACCOUNT INFO PAGE */
#account_info_content{
	width: 100%;
	max-width: 760px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin:50px auto;
	padding:30px 0px;
	border-radius:10px;
	background-color:#f6f6f6;
	border: 1px solid #a9a9a9;
}

#account_info_content h3{
	margin-bottom:20px;
	padding-top:20px;
}

#account_info_picture_content{
	border-left: 1px dashed #a9a9a9;
	padding:30px 50px;
}

#account_info_personal_content{
	padding: 30px 50px;
}

.account_info_description{
	margin:10px 0px 2px 0px;
}

.account_info_input{
	display:inline-block;
}

.account-btn {
	width: 100%;
	padding:10px 0px;
	text-align:center;
	margin:50px auto 40px;
	border:2px solid #2b2b2b;
	border-radius:6px;
	color:#2b2b2b;
	font-weight: 600;
}

.account-btn:hover {
	color: #000;
}

.save-test-date-btn {
	margin:20px 0px 0px 0px;
}

#change_password_heading{
	display:block;
	width:100%;
	border-top:1px dashed #a9a9a9;
	padding-top:20px;
}

.account-test-date-container {
	padding: 10px 20px 20px;
    background-color: #fff;
    border: 2px solid #2b2b2b;
    border-radius: 6px;
    margin:0px 0px 20px 0px;
}

.account-datepicker-exam-type {
	font-size: 20px;
	font-weight: 600;
}

.account-datepicker {
	width: 100%;
	border: 2px solid #2b2b2b;
    border-radius: 6px;
    padding: 5px 10px;
}

#teacher_account_info_content{
	width: 100%;
	max-width: 460px;
	margin:50px 0px;
	border-radius:10px;
	background-color:#f6f6f6;
	border: 1px solid #a9a9a9;
}

#teacher_account_info_content h3{
	margin-bottom:20px;
	padding-top:20px;
}

#teacher_account_info_picture_content{
	border-left: 1px dashed #a9a9a9;
	padding:30px 50px;
}

#teacher_account_info_personal_content{
	padding: 30px 50px;
}

.teacher_account_info_description{
	margin:20px 0px 2px 0px;
}

.teacher_account_info_input{
	display:inline-block;
}

.teacher_account_btn {
	width: 100%;
	padding:10px 0px;
	text-align:center;
	margin:50px auto 40px;
	border:2px solid #2b2b2b;
	border-radius:6px;
	color:#2b2b2b;
	font-weight: 600;
}

.teacher_account_btn:hover {
	color: #000;
}

#teacher_change_password_heading{
	display:block;
	width:100%;
	border-top:1px dashed #a9a9a9;
	padding-top:40px;
}
/* END OF ACCOUNT INFO CSS */
 
 
 
 
 
 
 
 
/* PICK COURSE NOTEBOOK */
#courses-content {
	height:100%;
	width: 100%;
	padding:60px 100px 200px;
}

#courses-test-options-container {
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(100px, 150px) );
    text-align: center;
    column-gap: 30px;
    margin: 0px 0px 40px 0px;
}

.courses-test-option {
    background-color: #fff;
    border-radius: 3px;
    padding: 6px 15px;
    border: 2px solid #2b2b2b;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
}

.courses-test-option-selected {
	background-color: #A5FEE8;
}

#courses-inner-content {
	width: 100%;
	max-width: 660px;
	margin:auto;
}

#courses-heading {
	margin:0px auto 30px auto;
}

.courses-test-date-heading-intro {
	margin:0px;
	line-height: 1.2;
}

.courses-test-date-heading {
	margin:10px 0px;
}

#courses-empty-banner {
	padding: 0px 30px 30px 30px;
    background-color: #fff;
    border: 2px solid #2b2b2b;
    border-radius: 10px;
}

.courses-overall-category-container {
    border: 2px solid #2b2b2b;
    border-radius: 10px;
    background-color: #fff;
    margin:0px 0px 30px 0px;
}

.courses-overall-category-top {
	padding: 30px;
}

.courses-overall-category-bottom {
	padding: 30px;
	border-radius: 0px 0px 10px 10px;
	border-top: 2px solid #2b2b2b;
	background-color: #f6f6f6;
}

.courses-overall-category-name {
	font-size: 40px;
	line-height: 40px;
	font-weight: 600;
	margin:0px;
}

.courses-progress-container {
	margin:14px 0px 0px 0px;
}

.courses-overall-category-stats {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
}

.courses-overall-category-progress-bar {
	width: 100%;
    height: 12px;
    background-color: #efefef;
    border-radius: 30px;
    margin: 6px 0px 0px 0px;
}

.courses-overall-category-progress-bar-inner {
	width: 68%;
	height: inherit;
    background-color: #02FFD3;
    border-radius: 30px;
}

.courses-overall-category-bottom-inner {
	display: grid;
	grid-template-columns: 1fr 1fr auto;
	column-gap:40px;
	align-items: center;
}

.courses-overall-category-bottom-heading {
	font-size:30px;
	font-weight: bold;
	line-height:40px;
}

.courses-daily-points-container {
	position: relative;
}

.courses-daily-points-fraction {
	position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
    font-weight:700;
}

.circular-progress {
  --size: 100px;
  --half-size: calc(var(--size) / 2);
  --stroke-width: 8px;
  --radius: calc((var(--size) - var(--stroke-width)) / 2);
  --circumference: calc(var(--radius) * pi * 2);
  --dash: calc((var(--progress) * var(--circumference)) / 100);
}

.circular-progress circle {
  cx: var(--half-size);
  cy: var(--half-size);
  r: var(--radius);
  stroke-width: var(--stroke-width);
  fill: none;
  stroke-linecap: round;
}

.circular-progress circle.bg {
  stroke: #ddd;
}

.circular-progress circle.fg {
  transform: rotate(-90deg);
  transform-origin: var(--half-size) var(--half-size);
  stroke-dasharray: var(--dash) calc(var(--circumference) - var(--dash));
  transition: stroke-dasharray 0.3s linear 0s;
  stroke: #00D2B2;
}

.courses-daily-points-text {
	line-height:20px;
	width:130px;
	font-size: 16px;
	margin:auto;
}

.courses-start-btn {
    width: max-content;
    margin: 0px 0 0px auto;
    padding: 12px 50px;
    font-weight: 700;
    border: 2px solid #2b2b2b;
    color: #2b2b2b;
}

.courses-start-btn:hover {
	color: #000;
}


#spiral_notebook {
	position:relative;
	width:590px;
	height:710px;
	border:solid 1px;
	margin:auto;
	margin-top:30px;
	background-color: #fff;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
}

#stickynotes_board_frame {
	position:relative;
	width:470px;
	height:490px;
	border:solid 1px #7A4315;
	margin:auto;
	padding: 30px;
	background-color: #DDA243;
	display: none;
}

#stickynotes_container {
	position: relative;
	width:410px;
	height:430px;
	border:solid 1px #7A4315;
	margin:auto;
	background-color: #C78E51;
}

.spiral {
	position:absolute;
	left:-45px;
	width:80px;
	height:20px;
	background-color:black;
}

.spiral_hole {
	position:absolute;
	left:35px;
	width:6px;
	height:20px;
	background-color:#a9a9a9;
}

.spiral_tab {
	position:absolute;
	right:-30px;
	width:30px;
	height:208px;
	border-top-right-radius:30px;
	border-bottom-right-radius:30px;
}

.subject_outer_container {
	width:460px;
	height:180px;
	border:1px solid #a9a9a9;
	margin-left:80px;
	margin-top:30px;
	background-color:#fff;
}

.subject_container {
	float:left;
	width:417px;
	height:100%;
	padding-right:5px;
}

.subject_container:hover {
	cursor: pointer;
	background-color:rgba(0,0,0,0.1)
}

.get_started {
	position:absolute;
	top:55px;
	left:100px;
	width:200px;
	height:60px;
	line-height:60px;
	background-color:#27ae60;
	color: #fff;
	border-radius:10px;
	z-index:999;
	display: none;
}

#launch_button {
	margin-left: 105px;
	width:200px;
	height:50px;
	line-height:50px;
	text-align:center;
	border-radius:5px;
	background-color:#00ca64;
	color:#fff;
}

.get_started:hover, #launch_button:hover {
	cursor: pointer;
	background-color:#1a984f;
}

.topic_container {
	padding:0px 15px 15px 32px;
}

.topic {
  text-decoration:none;
  color:#2B2B2B;
  background:#ffc;
  display:block;
  height:5em;
  width:5em;
  padding:.2em;
  /* Firefox */
  -moz-box-shadow:5px 5px 7px rgba(33,33,33,1);
  /* Safari+Chrome */
  -webkit-box-shadow: 5px 5px 7px rgba(33,33,33,.7);
  /* Opera */
  box-shadow: 5px 5px 7px rgba(33,33,33,.7);
  
  
  -moz-transition:-moz-transform .15s linear;
  -o-transition:-o-transform .15s linear;
  -webkit-transition:-webkit-transform .15s linear;
}

.topic p {
	font-size: .7em;
}

.topic:nth-child(even){
  -o-transform:rotate(4deg);
  -webkit-transform:rotate(4deg);
  -moz-transform:rotate(4deg);
  position:relative;
}
.topic:nth-child(3n){
  -o-transform:rotate(-3deg);
  -webkit-transform:rotate(-3deg);
  -moz-transform:rotate(-3deg);
  position:relative;
}
.topic:nth-child(5n){
  -o-transform:rotate(5deg);
  -webkit-transform:rotate(5deg);
  -moz-transform:rotate(5deg);
  position:relative;
}

.topic{
  margin:.6em;
  float:left;
  position:relative;
}

.topic:hover, .topic:focus{
  -moz-box-shadow:10px 10px 7px rgba(0,0,0,.7);
  -webkit-box-shadow: 10px 10px 7px rgba(0,0,0,.7);
  box-shadow:10px 10px 7px rgba(0,0,0,.7);
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -o-transform: scale(1.25);
  position:relative;
  z-index:5;
  cursor: move;
} 

#droppable_container {
	height:100%;
	width:100%;
	display: none;
}

.todays_topics {
	position: relative;
	float:left;
	margin:.6em;
	width:5em;
	height:5em;
	line-height: 1.2em;
	padding-top: 4em;
	text-align: center;
	font-size: .8em !important;
	border:1px solid #444;
	border-radius:5px;
	background-color:#f6f6f6;
}

.todays_topics_page {
	position: relative;
	width:100%;
	height:300px;
	padding-left:70px;
	padding-right: 50px;
	/*background-color:blue;*/
}

.todays_topics:hover {
	cursor: move;
	background-color:#e0e0e0;
}

.topic_number {
	position:absolute;
	top:27px;
	left:17px;
	font-size:4em;
	color:#fff;
}

.vertical_center {
	position: absolute; 
	top: 7px; 
	width: 100%; 
	height: 4em; 
	display: table;
}

.vertical_center p {
  display: table-cell; 
  vertical-align: middle; 
  text-align: center;
  font-size: .8em;
}

.next_sticky_screen {
	position:absolute;
	padding: 20px 20px 0px 20px;
	bottom:0px;
	right:0px;
	color:#444;
}

.prev_sticky_screen {
	position:absolute;
	padding: 20px 20px 0px 20px;
	bottom:0px;
	left:0px;
	color:#444;
}

.next_notebook_screen {
	position:absolute;
	padding: 20px 20px 0px 20px;
	bottom:0px;
	right:30px;
	color:#444;
}

.prev_notebook_screen {
	position:absolute;
	padding: 20px 20px 0px 20px;
	bottom:0px;
	left:50px;
	color:#444;
}

.next_sticky_screen:hover, .prev_sticky_screen:hover{
	cursor: pointer;
	color:#656060;
}

.next_notebook_screen:hover, .prev_notebook_screen:hover {
	cursor: pointer;
	color:#656060;
}


.add_border_notebook {
	width:5em;
	height:5em;
	padding-top: 2em;
	line-height: 1em;
	text-align: center;
	font-size: .8em !important;
	border: 4px solid #96d59a !important;
	z-index: 888;
}

.add_border_stickys {
	height:5em;
	width:5em;
	padding:.2em;
	border: 4px solid #96d59a !important;
	z-index: 5;
}

.completed {
	background-color: #dadada;
	color: #a9a9a9;
	border: 4px solid #96d59a !important;
	z-index: 5;
}

.locked {
	background-color:rgba(0, 0, 0, 0.2);
	-o-transform:rotate(0) !important;
	-webkit-transform:rotate(0) !important;
	-moz-transform:rotate(0) !important;
}

.completed:hover, .completed:focus, .locked:hover, .locked:focus{
  -moz-box-shadow:0px 0px 0px rgba(0,0,0,.7);
  -webkit-box-shadow: 0px 0px 0px rgba(0,0,0,.7);
  box-shadow:0px 0px 0px rgba(0,0,0,.7);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  position:relative;
  z-index:5;
  cursor: not-allowed;
} 

.add_border {
	border: 4px solid #96d59a !important;
	z-index: 888;
}

.sticky_background {
	color:#2B2B2B;
	background:#ffc;
	padding-top: 2em;
	line-height: 1em;
	
	/* Firefox */
	-moz-box-shadow:5px 5px 7px rgba(33,33,33,1);
	/* Safari+Chrome */
	-webkit-box-shadow: 5px 5px 7px rgba(33,33,33,.7);
	/* Opera */
	box-shadow: 5px 5px 7px rgba(33,33,33,.7);
}

.sticky_background:hover {
	background:#fafab6 !important;
}
 
/* END OF PICK COURSE NOTEBOOK */


/* FOOTER */

#troubleshoot_container
{
	position: relative;
	width:100%;
	text-align:right;
}

#troubleshoot_inner_container {
	position: absolute;
	bottom:0px;
	right:20px;
	border:2px solid #2b2b2b;
	border-radius: 12px 12px 0px 0px;
}

#troubleshoot_button {
	padding:5px 30px;
	line-height:30px;
	background-color:#2b2b2b;
	color:#f6f6f6;
	text-align:center;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

#troubleshoot_plus {
	color:#fff;
	margin-top:4px;
	margin-right:6px;
	height:23px;
	width: 23px;
	line-height:20px;
	text-align: center;
	border:1px solid #fff;
	display:inline-block;
	border-radius:5px
}

#troubleshoot_button:hover
{
	cursor: pointer;
	background-color:#000;
}

#troubleshoot_form {
	display:none;
	width: 370px;
    padding: 30px;
    text-align: left;
    background-color: rgb(255, 255, 255);
}

#troubleshoot_text {
	width:100%;
	height:100px;
	resize:none;
	font-size:.9em;
}

#submit_troubleshoot {
	width: 100%;
	margin:20px 0px 0px 0px;
	font-weight:600;
}

#submit_troubleshoot:hover {
	color: #000;
}

#social_container {
	width:fit-content;
	display:grid;
	grid-template-columns: repeat(3, auto);
	column-gap:40px;
	margin:auto;
	text-align:center;
	font-size: 50px;
}

.fa-brands {
	color: #2b2b2b;
}

.footer-container {
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap:160px;
}

.footer-links-parent-container {
	display: grid;
	grid-template-columns: max-content max-content;
	column-gap:60px;
}

.footer_heading {
	display:block;
	width:100%;
	color:#b0ffec;
	font-size:18px;
	font-family:"adapt-variable", sans-serif;
	font-variation-settings:"wdth" 55, "wght" 800;
	font-weight:800;
}

.footer_links {
	display:block;
	width:100%;
	color:#f6f6f6;
	font-size:16px;
	font-family:"adapt-variable", sans-serif;
	font-variation-settings:"wdth" 55, "wght" 800;
	font-weight:800;
	margin:10px 0px 0px 0px;
	text-decoration: none !important;
}

.footer_links:hover{
	cursor: pointer;
	color: #a9a9a9;
}

/* END OF FOOTER */


/* LEARNING SCREEN AND DIAGNOSTIC PAGE */
#learn-main-screen {
	height: 100%;
    display: grid;
    grid-template-rows: auto auto 1fr;
}

#learn-top-bar {
	display: grid;
    grid-template-columns: 1fr auto;
    column-gap: 36px;
    align-items: start;
    padding: 18px 30px 16px;
    background-color: #efefef;
    border-top: 2px solid #2b2b2b;
}

#learn-top-bar.active {
	background-color: #00D2B2 !important;
}

#learn-top-bar-main {
	display: grid;
	gap: 12px;
	min-width: 0;
}

#learn-top-bar-actions {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	padding-top: 6px;
}

#learn-current-category {
	position: relative;
	display: block;
	margin:0;
	width: fit-content;
	max-width: 100%;
}

#learn-current-category-copy {
	min-width: 0;
	width: fit-content;
	max-width: 100%;
}

#learn-current-category-label {
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .08em;
	color: #2b2b2b;
}

#learn-current-category-label-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-bottom: 6px;
}

#learn-current-category-title-row {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 10px;
	width: fit-content;
	max-width: 100%;
}

#current-category {
	display: inline-block;
	width: fit-content;
	max-width: 100%;
	font-size: 36px;
	font-weight: 600;
	line-height: 1.05;
	color: #2b2b2b;
}

#learn-current-category.task-mode #current-category {
	font-size: 30px;
}

#learn-top-bar-progress {
	display: grid;
	gap: 0;
	max-width: 540px;
}

#learn-task-progress-count {
	font-size: 15px;
	font-weight: 700;
	color: #2b2b2b;
	width: fit-content;
}

#learn-progress-meta-row {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 14px;
	max-width: 100%;
	margin: 0;
}

#learn-category-progress {
	display: flex;
	flex: 1 1 auto;
	flex-wrap: nowrap;
	align-items: center;
	gap: 8px;
	min-width: 0;
}

.learn-category-progress-segment {
	display: inline-flex;
	flex: 1 1 0;
	height: 10px;
	border-radius: 999px;
	background-color: #dfe5ea;
}

.learn-category-progress-segment.is-complete {
	background-color: #02FFD3;
}

#learn-review-past-questions {
	display: block;
    padding: 8px 18px;
    text-align: center;
    background-color: #2b2b2b;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
}

#learn-formulas-btn,
#learn-calculator-btn {
	color: #2b2b2b;
}

#learn-review-past-questions:hover {
	background-color: #000;
}

#learn-category-dropdown {
	display: none;
    position: absolute;
    top: 72px;
    left: 0px;
    width: 480px;
    max-height: 400px;
    padding: 15px 20px;
    background-color: #fff;
    border: 2px solid #efefef;
    font-size: 24px;
    text-align: left;
    overflow-y: auto;
    z-index: 999;
}

.learn-category-dropdown-option {
	padding:10px;
	font-size: 16px;
	border-radius: 6px;
}

.learn-category-dropdown-option:hover {
	background-color: #f6f6f6;
}

.learn-category-dropdown-progress-container {
	display: grid;
	grid-template-columns: 1fr auto;
	column-gap:20px;
	align-items: center;
}

.learn-category-dropdown-option-category {
	color: #2b2b2b;
}

.learn-category-dropdown-option-current {
	background-color: #f6f6f6;
}

.learn-category-dropdown-option:hover .learn-category-dropdown-option-category {
	color: #00D2B2 !important;
}

.learn-category-dropdown-task-meta {
	display: grid;
	gap: 10px;
	margin-top: 6px;
}

.learn-category-dropdown-progress {
	width: 100%;
	border-radius: 10px;
	background-color: #efefef;
}

.learn-category-dropdown-progress-bar {
	 height:10px;
	 border-radius:10px;
}

#learn-options-bar {
	display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 12px 30px;
    background-color: #2b2b2b;
    color: #fff;
    align-items: center;
    border-top: 2px solid #2b2b2b;
    border-bottom: 2px solid #2b2b2b;
    border-left: 0;
    border-right: 0;
}

#learn-reviewing-bar {
	background-color: #A5FEE8;
    text-align: center;
    border: 2px solid #2b2b2b;
    border-left: 0;
    border-right: 0;
    padding: 6px 30px;
}

#learn-reviewing-bar-inner {
	width: 100%;
	max-width: 1200px;
	display:grid;
	grid-template-columns: 1fr 1fr;
	column-gap:40px;
	margin:auto;
}

#learn-reviewing-bar-header {
	font-weight: bold;
}

.learn-review-question {
	cursor: pointer;
}

#review-question-stats {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap:20px;
    align-items: center;
    text-align: center;
    margin: 0px 0px 30px 0px;
}

.review-question-stats-label {
	font-size:12px;
	font-weight: bold;
}

.review-question-stats-text {
	font-size: 20px;
}

#review-question-stats-level {
	height: 100%;
	display: grid;
	align-items: center;
	border:1px solid #2b2b2b;
	border-radius: 10px;
	padding:10px 0px;
	background-color: #f6f6f6;
}

#review-question-stats-views {
	height: 100%;
	display: grid;
	align-items: center;
	border:1px solid #2b2b2b;
	border-radius: 10px;
	padding:10px 0px;
	background-color: #f6f6f6;
}

#question-views-container {
	width: fit-content;
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 8px;
    align-items: center;
    margin: auto;
}

#review-question-stats-percents {
	height: 100%;
	display: grid;
	align-items: center;
	border:1px solid #2b2b2b;
	border-radius: 10px;
	padding:10px 0px;
	background-color: #f6f6f6;
}

#question-pie-chart {
	max-height: 60px !important;
	max-width: 60px;
	margin: auto;
}

.learn-review-question:hover {
	color: #09d8b9 !important;
}

#learn-exit-review {
	width: fit-content;
    display: block;
    padding: 5px 30px;
    text-align: center;
    background-color: #2b2b2b;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    margin: 0px 0px 0px auto;
}

#learn-exit-review:hover {
	background-color: #000;
}

#learn-question-screen {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: start;
	height: 100%;
	width: 100%;
	max-width: 1200px;
	margin: auto;
}

#learn-left-side {
	position: relative;
    height: 100%;
/*
    max-height: 800px;
    overflow-y: auto;
*/
    padding: 20px 50px 120px 30px;
}

#learn-right-side {
	position: relative;
	padding:20px 30px 120px;
	height: 100%;
    border-left: 2px solid #efefef;
}

#learn-question-options-container {
	display: grid;
    align-items: center;
    column-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(40px, 1fr));
}

#learn-answer-options-container {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	padding:0px 0px 0px 30px;
}

.answer-display-header-strikethrough-btn {
	display: grid;
    width: 40px;
    height: 40px;
    border: 2px solid #2b2b2b;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #2b2b2b;
    cursor: pointer;
}

.answer-display-header-strikethrough-btn-selected {
	background-color: #A5FEE8;
}

#question-content-container {
	position:relative;
	margin:15px 0px 0px 0px;
}

#question-content, #question-content div, #question-content p, #review-question-content, #review-question-content div, #review-question-content p {
	font-size: 16px !important;
}

.learn-question-content-img {
	text-align: center;
}

.learn-question-content-img img {
	max-height:350px;
	max-width: 100%;
}


#question-direction, #question-direction div, #question-direction p {
	font-size: 16px !important;
	margin:15px 0px 0px 0px;
}

#learn-question-answers {
	margin:30px 0px 0px 0px;
}

.learn-gridin-answer-container,
.learn-gridin-review {
	max-width: 420px;
	padding: 22px;
	border: 1px solid #d6dce3;
	border-radius: 8px;
	background: #f8fafc;
}

.learn-gridin-answer-container label {
	display: block;
	margin-bottom: 8px;
	font-weight: 700;
}

#learn-gridin-answer-input {
	box-sizing: border-box;
	width: 100%;
	padding: 12px 14px;
	border: 2px solid #68798c;
	border-radius: 6px;
	background: #fff;
	font-size: 20px;
}

#learn-gridin-answer-input:focus {
	border-color: #204d74;
	outline: 3px solid rgba(32, 77, 116, .15);
}

#learn-gridin-answer-input.wrong-answer {
	border-color: #b3261e;
}

#learn-gridin-answer-input.right-answer {
	border-color: #2e7d32;
}

#learn-gridin-answer-help {
	margin-top: 7px;
	color: #59636e;
	font-size: 13px;
}

.learn-gridin-correct-answer,
.learn-gridin-review-row {
	margin-top: 12px;
	padding: 12px 14px;
	border-radius: 6px;
	background: #e9f5eb;
}

.learn-gridin-review-row:first-child {
	margin-top: 0;
}

.learn-gridin-review-row.wrong-answer {
	background: #fdecea;
}

.answer-display-multiple-choice-answer-container {
	position: relative;
	display: grid;
	grid-template-columns: 1fr auto;
	column-gap:20px;
	align-items: center;
	margin:0px 0px 15px 0px;
}

.answer-display-multiple-choice-answer-container.reviewing {
	column-gap:0px;
}

.answer-display-multiple-choice-answer {
	position: relative;
    display: grid;
    width: 100%;
    grid-template-columns: auto 1fr;
    column-gap: 30px;
    padding: 10px;
    border: 1px solid #2b2b2b;
    border-radius: 8px;
    align-items: center;
    cursor: pointer;
}

.answer-display-multiple-choice-answer .MathJax {
	text-align: left !important;
}

.answer-display-multiple-choice-answer-selected {
	border: 3px solid #00D2B2!important;
    outline: 3px solid #bdf0e4!important;
    outline-offset: 1px;
}

.answer-display-multiple-choice-answer-circle {
	position: relative;
	display: grid;
    align-items: center;
    padding: 3px 10px;
    border-radius: 30px;
    border: 2px solid #2b2b2b;
    font-weight: bold;
    font-size: 14px;
}

.answer-display-multiple-choice-answer-selected .answer-display-multiple-choice-answer-circle {
	background-color: #00D2B2!important;
    color: #fff !important;
}

.multiple-choice-container {
	width: 120px;
	padding: 10px;
	border:1px solid #2b2b2b;
	border-radius:10px;
}

.multiple-choice-answer, .multiple-choice-answer:focus, .multiple-choice-answer:active, .multiple-choice-answer:hover {
	width: 100%;
	border:0px !important;
	border-bottom: 1px solid #000 !important;
	outline: none !important;
}

.answer-display-multiple-choice-answer p {
	margin:0px !important;
}

.strikethrough {
	position: absolute;
    width: 105%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 2px;
    background-color: #2b2b2b;
    cursor:pointer;
}

.answer-stricken {
	opacity: .4;
	background-color: #ddd;
}

.strikethrough-circle {
	cursor: pointer;
}

.answer-display-multiple-choice-answer-circle .strikethrough {
	width:150%;
}

.learn-answer-img img {
	max-height:200px;
}

#learn-submit-btn, #learn-submit-btn-loading, #learn-next-question-btn {
	padding: 20px;
    border-radius: 50px;
    width: 300px;
    margin: 40px 20px 0px auto;
	border:1px solid #2b2b2b;
}

#learn-submit-btn:hover {
	background-color: #04d4b5;
	border:2px solid #2b2b2b;
}

#learn-explanation-video-container {
	overflow: hidden;
    width: 100%;
    /* Keep it the right aspect-ratio */
    aspect-ratio: 16/9;
}

#learn-explanation-header {
	margin:40px 0px 20px 0px;
}

#learn-explanation-video {
	margin:0px 0px 20px 0px;
}

#learn-explanation-video-container iframe {
    /* Extend it beyond the viewport... */
    width: 300%;
    height: 100%;
    /* ...and bring it back again */
    margin-left: -100%;
}

#learn-explanation-container {
	display:none;
}


#report-problem-container {
    width: fit-content;
	display: grid;
    grid-template-columns: auto 1fr;
    text-align: right;
    column-gap: 10px;
    align-items: center;
    font-size: 14px;
    margin: 0px 0px 0px auto;
    padding: 8px 14px;
    border: 2px solid #2b2b2b;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer;
}

#report-problem-icon {
	color: #c0392b;
}

#report-problem-link {
	color: #2b2b2b;
	text-decoration: none;
}

.report-question-input-row {
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap:20px;
	align-items: center;
	font-size: 14px;
	margin:0px 0px 6px 0px;
}

#report-question-other-comments {
	width:100%;
	height:100px;
	border:1px solid #2b2b2b;
	border-radius:3px;
	font-size: 14px;
	resize:none;
}

.learn-draggable-popup {
	display: none;
	min-width: max-content;
	position: absolute;
	top:0px;
	left:0px;
	background-color:#fff;
	border:2px solid #2b2b2b;
}

.learn-draggable-popup-header {
	display:grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	column-gap:10px;
	padding:10px;
	background-color: #2b2b2b;
	color:#fff;
}

.learn-draggable-popup-name {
	margin: 0px;
	color:#fff;
}

.learn-draggable-popup-draggable {
	font-size: 22px;
	cursor: move;
}

.learn-popup-header-btn {
	padding:5px 7px;
	border-radius:5px;
	color:#fff;
	cursor: pointer;
}

.learn-popup-header-btn:hover {
	background-color: #7b7b7b;
}

.learn-draggable-popup-close-btn-div {
	text-align: right;
}

.learn-draggable-popup-close-btn {
	color: #fff;
	font-size: 22px;
	margin:0px 0px 0px 10px;
}

.learn-draggable-popup-content {
	padding:30px;
}

#desmos-calculator-content {
	padding: 0px;
}

#desmos-calculator {
	width:400px;
	height: 600px;
}

#comments-parent-container {
	margin-right: 20px;
}

#show-comments {
	display: block;
    width: 100%;
    font-size: .8em;
    margin: 50px 0px 5px 0px;
    text-align: right;
}

#show-comments, .delete-comment, .edit-comment {
	cursor: pointer;
	color: #2b2b2b;
}

#show-comments:hover, .delete-comment:hover, .edit-comment:hover {
	color: #000;
}

#comments-container {
	display:none;
}

#new-comment-container {
	width: 100%;
    padding: 15px;
    background-color: #f6f6f6;
    margin: 20px 0px;
    border: 2px solid #efefef;
    border-radius:5px;
}

#new_comment {
	width: 100%;
    resize: none;
    font-size: 16px;
    border: 2px solid #efefef;
    border-radius:5px;
}

#new_comment:focus,
#new_comment:active {
	outline: none;
	border:2px solid #2b2b2b;
}

#submit-comment {
	max-width: 300px;
	margin:10px 0px 0px auto;
}

.comment {
	position: relative;
    width: 100%;
    padding: 15px 20px;
    background-color: #fff;
    border: 2px solid #efefef;
	font-size: 14px;
	line-height: 14px;
}

.comment-header {
	display: grid;
	grid-template-columns: 1fr auto;
	column-gap:30px;
	align-items: start;
}

.comment-btn-container {
	display: grid;
    grid-template-columns: repeat(2, 15px);
    column-gap: 15px;
    text-align: right;
}

.comment-student-name {
	font-weight: 600;
	color:#2b2b2b;
}

.comment-time-ago {
	color:#a9a9a9;
	margin:5px 0px 0px 0px;
}

.comment-text {
	margin:15px 0px;
}

.comment-btn {
	color: #2b2b2b;
	cursor: pointer;
}

.comment-btn:hover {
	color: #000;
}

.comment-like-count {
	width: fit-content;
	display:grid;
	grid-template-columns: auto 1fr;
	column-gap:5px;
	align-items: center;
	margin:3px 0px 0px 0px;
	cursor: pointer;
}

.learn-loading-gif {
	height: 22px;
}

#learn-quesiton-review-table-header {
	background-color: #f6f6f6;
	border-radius: 3px;
}

#learn-quesiton-review-table-header div {
	font-size: 12px !important;
	font-weight: bold;
}

.learn-question-review-table-row {
	display: grid;
	grid-template-columns: 1fr 100px 1fr;
	column-gap:30px;
	align-items: center;
	text-align: center;
	padding:5px 0px;
}

.learn-question-review-table-row-selected {
	background-color: #A5FEE8 !important;
}

.learn-question-review-table-row .fa-xmark {
	color: #c0392b;
}

.learn-question-review-table-row .fa-check {
	color: #00CA64;
}

#learn-question-review-empty {
	padding: 20px;
    background-color: #efefef;
    border-radius: 10px;
}




























#learning_screen_box {
	position: relative;
	margin: auto;
	margin-top: 20px;
	height: 670px;
	width: 954px;
	min-width: 900px;
	outline: 1px solid #939393;
	/*background-color:red;*/
}

#learning_top_bar {
	position: relative;
	top:0px;
	height: 60px;
	width: 100%;
	margin: auto;
	margin-bottom: 0px;
	background-color: #344555;
}

#learning_screen {
	position: relative;
	top:0px;
	width: 100%;
	height: 610px;
	margin: auto;
	/*background-color:yellow;*/
}

#explain_diagnostic, #test_results
{
	position: relative;
	text-align:left;
	width:350px;
	margin:auto;
	margin-top:50px;
	background-color:#f6f6f6;
	padding:30px;
	border-radius:10px;
}

.separator {
	width: 100%;
	height:1px;
	background-color: #3d4447;
}

#questions_image
{
	height:530px;
	width:100%;
	overflow:auto;
}
#question_hint {
	position: relative;
	display: block;
	width: 100%;
	text-align: left;
	padding: 10px 0px 10px 20px;
	color: #344555;
	background-color: #ffffba;
	display: none;
}

#essay_video_links_container {
	margin-top:80px;
	border:3px solid #f6f6f6;
	border-radius:10px;
	padding:10px 0px 30px 0px;
	display:none;
}

.watch_essay_video:hover {
	cursor: pointer;
}

#question_image {
	position:relative;
	width:80%;
	margin:auto;
	margin-top:10px;
}

#previous_next_pages {
	display:block;
	position:absolute;
	width:100%;
	bottom:50px;
	text-align:center;
	display: none;
}

#previous_review_page {
	display:inline-block;
	width:100px;
	height:25px;
	line-height:25px;
	background-color:#a9a9a9;
	color:#fff;
	border-radius:5px;
	margin-right:2px;
}

#next_review_page {
	display:inline-block;
	height:25px;
	line-height:25px;
	width:100px;
	background-color:#a9a9a9;
	color:#fff;
	border-radius:5px;
	margin-left:2px;
}

#previous_review_page:hover, #next_review_page:hover, #back_to_outline_button:hover {
	cursor: pointer;
	background-color:#b3b9be;
}

#learning_hints_box {
	display: block;
	width: 100%;
	height: 40px;
	text-align: center;
	color: #fff;
	background-color: #ededed;
}

#learning_stats_button_box {
	display: block;
	width: 100%;
	margin-top: 0px;
	height: 50px;
	color: #fff;
	/*background-color: blue;*/
}

#learning_stats_box {
	display: block;
	width: 100%;
	margin-top: 30px;
	height: 194px;
	color: #fff;
	/*background-color: red;*/
}

#learning_outline_box_expanded {
	position: absolute;
	bottom:0px;
	display: block;
	width: 100%;
	margin-top: 30px;
	height: 340px;
	color: #fff;
	background-color: #344555;
}

#learning_outline_box_collapsed {
	position: absolute;
	bottom:0px;
	display: block;
	width: 100%;
	margin-top: 20px;
	height: 50px;
	color: #fff;
	background-color: #344555;
}

#learning_outline {
	position: relative;
	display: block;
	width: 100%;
	height: 40px;
	margin-left: 8px;
	margin-top: 10px;
	color: #fff;
}

.learning_outline_button {
	position: relative;
	display: inline-block;
	margin: auto;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
	width: 30%;
	max-width: 150px;
	height: 40px;
	line-height: 40px;
	font-size: 1em;
	color: #ffffff;
	border-radius: 10px;
	background-color:#c56529;
}

.learning_outline_button:hover {
	color: #d6d6d6;
	cursor: pointer;
}

#category_heading {
	color: #fff;
}

#stats_span {
	display:inline-block;
	float:right;
	width:390px;
	margin-right:15px;
	margin-bottom: 0px;
}

#stats_span > h4 {
	display:inline-block;
	color:#f6f6f6;
}

#redeemable_points{
	display:inline-block;
	font-size:1.5em;
	margin-left:20px;
	margin-bottom: 0px;
	color:#ffffff;
}



.select_passage 
{
	float:left;
	cursor:hand;
	cursor:pointer;
	width:100px;
}

.passage_text, .preview_passage_text
{
	margin-left:0px;
	padding:20px 5px 20px 5px;
	width:430px; 
	max-height:500px;
	border:1px solid #666;
	font-size:14px;
	overflow-y: scroll;
}

.passage_selected
{
	background-color: yellow !important;
}

#signin_info h3, #signin_info h6, #signin_info p{
	margin-left: 30px;
}

#signin_info select, #signin_info h5,#signin_info h6, #signin_info input{
	display:inline-block;
}


#signin_info h5 {
	margin-left: 30px;
	width: 100px;
}

#signin_info input {
	vertical-align: top;
	width: 370px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	border: 1px solid #afafaf;
	padding: 0 0 0 10px;
	margin-bottom: 5px;
	margin-top: 12px;
}

#signin_info select {
	width: 192px;
	height: 35px;
	border-radius: 5px;
	border: 1px solid #afafaf;
	margin-left: -4px;
	margin-bottom: 10px;
	margin-top: 5px;
}

#signin_submit {
	margin: auto;
	width: 200px;
	height: 40px;
	line-height: 20px;
	text-align: center;
	font-size: 1.5em;
	border-radius: 5px;
	border:none;
	color: #fff;
	background-color: #449450;
}

#signin_submit:hover {
	cursor: pointer;
	background-color: #398744;
}

#explanationModal .modal-body {
    max-height: 600px;
}

#learning_screen_info{
	display: inline-block;
	width:250px;
	margin-left: 30px;
	margin-top: 20px;
}

#learning_screen_info h6{
	margin-bottom: 0px;
}

#learning_screen_info p{
	font-size: 1em;
}

#hide_video {
	position:absolute;
	top:75px;
	right:14px;
	height:30px;
	width:30px;
	line-height:30px;
	text-align:center;
	border-radius:15px;
	background-color:#c03737;
	color:#fff;
	z-index:999;
}

#hide_video:hover {
	cursor: pointer;
	background-color:#a12727;
}

#youtube_topbar {
	position:absolute;
	top:90px;
	right:27px;
	height:30px;
	width:420px;
	line-height:30px;
	text-align:center;
	background-color:#141414;
	z-index:80;
}

.answer-status-modal-icon {
	font-size: 120px;
	color: #fff;
	margin:10px 0px 0px 0px;
}

#correct-answer {
	position: fixed;
    padding: 30px 50px 60px;
    z-index: 999;
    top: 50%;
    left: 50%;
    margin-left: -165px;
    margin-top: -200px;
    text-align: center;
    border-radius: 10px;
	background-color:#4c9c58;
}

#incorrect-answer {
	position: fixed;
    padding: 30px 50px 60px;
    z-index: 999;
    top: 50%;
    left: 50%;
    margin-left: -165px;
    margin-top: -200px;
    text-align: center;
    border-radius: 10px;
    background-color: #c03737;
}

#correct-answer > h3, #incorrect-answer > h3{
	color: #fff;
	margin-top: 10px;
}

.answer-close {
	position: absolute;
	width: 25px;
	height: 25px;
	line-height: 25px;
	top: 8px;
	right: 8px;
	text-align: center;
	font-weight: bold;
	border-radius: 30px;
	color: #fff;
}

.answer-close:hover {
	opacity: .50;
	cursor: pointer;
}

#learning_top_bar h3 {
	display:inline-block;
	color:#fff;
	margin-left:20px;
	margin-top: 8px;
	margin-bottom: 0px;
}

#learning_top_bar h4 {
	display:inline-block;
	color:#d8d8d8;
}

#learning_top_bar img {
	height:45px;
	width:45px;
	float:right;
	margin-right:10px;
	margin-top:6px;
	border-radius:5px;
}

#learning_outline_box_collapsed h4 {
	margin-top: 13px;
	margin-left: 20px;
	display: inline-block;
}

#learning_outline_box_expanded h4 {
	margin-left: 20px;
	display: inline-block;
}

#learning_outline_box_collapsed img {
	position: relative;
	display: inline-block;
	float: right;
	height: 20px;
	margin-top: 14px;
	margin-right: 10px;
}

#learning_outline_box_expanded img {
	position: relative;
	display: inline-block;
	float: right;
	height: 20px;
	margin-top: 12px;
	margin-right: 10px;
}

#learning_outline_box_collapsed img:hover, #learning_outline_box_expanded img:hover {
	cursor: pointer;
}

#learning_stats_box h4 {
	text-align: left;
	padding-left: 30px;
}

#learning_stats_box > span {
	display: block;
	text-align: left;
	margin-left: 40px;
	font-size: 1.2em;
	color: #a1a1a1;
	height: 30px;
	/*background: blue;*/
}

.stat_heading {
	width: 200px;
}

#learning_stats_box h4 {
	display: inline-block;
	width:100%;
	margin: 0px;
	color: #51555e;
	margin-bottom: 20px;
}

#learning_stats_box div {
	display: inline-block;
}

#explanation_video {
	display: none;
}

.back_to_questions {
	position: relative;
	/*bottom: 150px !important;
	right: 90px !important;*/
	margin-bottom:80px;
	margin-right: 80px;
	width:300px !important;
	height:70px !important;
	line-height: 62px !important;
	border-radius:50px !important;
	font-size: 1.5em;
	background-color: #4d90b3 !important;
}

.back_to_questions:hover {
	background-color: #397495 !important;
}

#percentage_questions_answered_correctly, #percentage_questions_answered_incorrectly {
	margin-left: 20px;
	font-size:.8em;
	color: #adadad;
}

#answers_heading {
	display: block;
	padding-left: 20px;
	padding-right: 10px;
	margin-bottom: 0px;
}

#answers_heading > h3, #overall_success, #overall_stats{
	display: inline-block;
}

.overall_info{
	font-size:.8em;
	margin-bottom:0px;
	margin-top:-7px;
}

.overall_info:nth-of-type(1)
{
	font-size:.8em;
	margin-bottom:0px;
	margin-top:7px;
}

#answer_choices {
	position: relative;
	display: block;
	width: 100%;
	margin: auto;
	text-align: center;
	padding-left: 58px;
}

#strike_throughs {
	position: relative;
	display: block;
	width: 100%;
	margin: auto;
	text-align: center;
	/*background: red;*/
}

#navigate_buttons_1 {
	display: block;
	width: 100%;
	height: 35px;
	margin: auto;
	text-align: center;
	/*background-color: red;*/
}

#navigate_buttons_2 {
	position: absolute;
	left:0px;
	width: 100%;
	margin: auto;
	text-align: center;
	margin-top: 30px;
	/*background: blue;*/
}

#answer_sheet {
	display: block;
	width: 450px;
	height: 380px;
	margin: auto;
	margin-top: 20px;
	/*background: yellow;*/
}

#answer_sheet h4 {
	display: block;
	width: 450px;;
	height: 30px;
	margin: auto;
	margin-top: 20px;
	/*background: blue;*/
}

.bubbles {
	float: left;
	width: 46%;
	height: 330px;
	/*background: blue;*/
}

.single_line_bubbles {
	position: relative;
	display: block;
	width: 100%;
	height:24px;
	padding-top: 2px;
	/*background: green;*/
}

.bubble_header, .bubble, .bubble_skip {
	display: inline-block;
}

.bubble_header {
	position: relative;
	float: left;
	width: 24px;
	height: 20px;
	line-height: 20px;
	font-size: 1em;
	margin-right: 5px;
	text-align: center;
	color: #444;
	/*background-color: red;*/
}

.bubble {
	position: relative;
	float: left;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: .7em;
	padding: 0px;
	margin: 0px;
	margin-left: 3px;
	color: #afafaf;
	border-radius: 10px;
	border: 1px solid #444;
}

.bubble_small {
	position: relative;
	float: left;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	font-size: .7em;
	padding: 0px;
	margin: 1px;
	color: #afafaf;
	border-radius: 7px;
	border: 1px solid #444;
}

div[class="bubble O"]:hover, div.bubble:hover, div.bubble_small:hover {
	cursor: pointer;
	color: #f6f6f6;
	background-color: #afafaf;
	border: 1px solid #858585;
}

.bubble_header:hover {
	cursor: pointer;
	color: #515151;
}

.O {
	float: right;
	margin-top: 5px;
	width: 19px;
	height: 19px;
}

.active_bubble {
	color: #f6f6f6;
	background-color: #838383;
	border: 1px solid #afafaf;
}

.inactive {
	display: none !important;
}

.active {
	display: block;
}

.answer_choice_box {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	border: 1px solid transparent;
}

.answer_choice {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin: auto;
	border-radius: 25px;
	border: 1px solid #e3e3e3;
	background-color: #e8c828;
}

div[class=answer_choice]:hover {
	cursor: pointer;
	background-color: #d4b82c;
}

.active-answer {
	border: 3px solid #00D2B2!important;
    outline: 3px solid #bdf0e4!important;
    outline-offset: 1px;
}

.right-answer {
	border: 3px solid #00CA64!important;
	background-color: #f6f6f6 !important;
}

.right-answer-circle {
	background-color: #00CA64 !important;
	color: #fff;
}

.wrong-answer {
    border: 3px solid #c03737!important;
	background-color: #f6f6f6 !important;
}

.wrong-answer-circle {
	background-color: #c03737 !important;
	color: #fff;
}

.strike_through_box {
	display: inline-block;
	width: 50px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	border: 1px solid transparent;
	/*background-color: blue;*/
}

.strike_through {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin: auto;
	border-radius: 3px;
	text-decoration: line-through;
	background-color: #f6f6f6;
}

.strike_through:hover {
	cursor: pointer;
	background-color: #e0e0e0;
}

.strike_answer {
	border: 1px solid #333333;
	background-color: #333333;
	color: #a9a9a9;
}

.strike_answer:hover, .active-answer:hover, .active_bubble:hover {
	cursor: pointer;
}

#previous_next_box {
	position: relative;
	float: left;
	margin-left: 20px;
	width: 120px;
	height: 35px;
	text-align: center;
	border-radius: 5px;
	color: #f6f6f6;
}

.previous_next {
	position: relative;
	float: left;
	margin-top: 8px;
	margin-left: 6px;
	width: 50px;
	height: 20px;
	line-height: 20px;
	font-size: 1em;
	text-align: center;
	border-radius: 5px;
	color: #f6f6f6;
	background-color: #afafaf;
}

.previous_next:hover, #review_questions:hover {
	cursor: pointer;
	color: #f6f6f6;
	background-color: #a3a3a3;
}

#submit_button {
	position: relative;
	float: right;
	margin-right: 20px;
	width: 100px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 30px;
	color: #f6f6f6;
	background-color: #4d9c59;
}

#submit_button:hover, #submit_button_large:hover, #submit_button_large_loading:hover, #continue_button_large:hover, #signin_button:hover, #review_stats:hover {
	cursor: pointer;
	color: #f6f6f6;
	background-color: #347e3f;
}

#submit_button_large, #submit_button_large_loading {
	position: relative;
	margin:auto;
	margin-bottom: 20px;
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 30px;
	color: #fff;
	background-color: #4d9c59;
}

#submit_button_large_loading {
	display: none;
}

#continue_button_large {
	position: relative;
	margin:auto;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 30px;
	color: #9d9d9d;
	background-color: #f6f6f6;
	display: none;
}

#watch_explanation:hover {
	cursor: pointer;
}

#skip_button {
	position: relative;
	float: right;
	margin-right: 15px;
	width: 100px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 30px;
	color: #afafaf;
	background-color: #f6f6f6;
}

#skip_button:hover {
	cursor: pointer;
	color: #afafaf;
	background-color: #e5e5e5;
}

#learning_outline_box_expanded > btn:first-of-type {
	margin-top:20px;
}

#hints, .formulas, #lesson_review, #category_dropdown_button {
    display: grid;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 5px;
    border-radius: 30px;
    border: 2px solid #2b2b2b;
    background-color: #fff;
    font-size: 16px;
	cursor: pointer;
	color: #2b2b2b;
}

#hints:hover, .formulas:hover, #lesson_review:hover {
	text-decoration: none;
	color: #000;
	background-color: #f6f6f6;
}

#category_dropdown_button {
	background-color: #A5FEE8;
}

#category_dropdown_button:hover {
	background-color: #b0ffec;
}

@media (max-width: 768px) {
	.dark_gray_strip,
	.light_gray_strip {
		padding: 24px 16px;
	}

	.footer-container {
		grid-template-columns: 1fr;
		row-gap: 24px;
		column-gap: 0;
	}

	.footer-links-parent-container {
		grid-template-columns: 1fr 1fr;
		column-gap: 24px;
		row-gap: 24px;
	}

	#social_container {
		column-gap: 24px;
		font-size: 36px;
	}

	#courses-content {
		padding: 40px 20px 120px;
	}

	#courses-inner-content {
		max-width: none;
	}

	.courses-overall-category-top,
	.courses-overall-category-bottom {
		padding: 20px;
	}

	.courses-overall-category-name {
		font-size: 32px;
	}

	#learn-top-bar {
		grid-template-columns: 1fr;
		row-gap: 16px;
		padding: 16px;
	}

	#learn-top-bar-actions {
		justify-content: flex-start;
		padding-top: 0;
	}

	#learn-top-bar-progress {
		max-width: none;
	}

	#learn-current-category-title-row {
		flex-wrap: wrap;
	}

	#current-category {
		font-size: 28px;
	}

	#learn-current-category.task-mode #current-category {
		font-size: 24px;
	}

	#learn-category-dropdown {
		top: calc(100% + 12px);
		left: 0;
		width: min(420px, calc(100vw - 32px));
		max-height: 65vh;
		font-size: 18px;
	}

	#learn-options-bar {
		grid-template-columns: 1fr;
		row-gap: 12px;
		padding: 12px 16px;
	}

	#learn-question-options-container {
		grid-template-columns: repeat(auto-fit, minmax(40px, 40px));
		justify-content: start;
	}

	#learn-answer-options-container {
		padding-left: 0;
		column-gap: 12px;
	}

	#learn-question-screen {
		grid-template-columns: 1fr;
		max-width: none;
	}

	#learn-left-side,
	#learn-right-side {
		padding: 16px 16px 32px;
	}

	#learn-right-side {
		border-left: 0;
		border-top: 2px solid #efefef;
	}

	#previous_next_pages {
		width: calc(100% - 32px) !important;
		max-width: 380px;
		margin-top: 16px !important;
	}
}

@media (max-width: 480px) {
	#header_container_black,
	#header_container {
		padding: 14px;
	}

	.dark_gray_strip,
	.light_gray_strip {
		padding: 20px 14px;
	}

	.footer-links-parent-container {
		grid-template-columns: 1fr;
		row-gap: 18px;
	}

	.footer_links {
		font-size: 15px;
	}

	#social_container {
		column-gap: 18px;
		font-size: 32px;
	}

	#courses-content {
		padding: 28px 14px 90px;
	}

	.courses-overall-category-name {
		font-size: 28px;
	}

	#current-category {
		font-size: 24px;
	}

	#learn-current-category.task-mode #current-category {
		font-size: 21px;
	}

	#learn-current-category-label-row {
		gap: 8px;
	}

	#learn-progress-meta-row {
		gap: 10px;
	}

	#learn-task-progress-count {
		font-size: 14px;
	}

	#learn-category-dropdown {
		width: calc(100vw - 28px);
		padding: 12px 14px;
	}

	.answer-display-multiple-choice-answer {
		column-gap: 16px;
	}
}

#review_load:hover, .test_review_button:hover, #show_past_explanation:hover {
	text-decoration: none;
	color: #f6f6f6;
	cursor: pointer;
	background-color: #d97c43;
}

#learning_stats_button {
	float: left;
	margin-left: 20px;
	margin-top: 15px;
	width: 435px;
	height: 40px;
	line-height: 40px;
	font-size: 1.3em;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	background-color: #648eb5;
}

#learning_stats_button:hover, .review_test_later:hover {
	cursor: pointer;
	color: #f6f6f6;
	background-color: #4d78a1;
}



.load_new_test
{
	text-align:center;
	margin-top:30px;
	height:100px;
	width:350px;
	line-height:100px;
	background-color:#f6f6f6;
	font-size:2em;
	border-radius:10px;
	background-color:#df8f5c;
	color:#fff;
}

.review_test
{
	text-align:center;
	margin-top:30px;
	height:100px;
	width:350px;
	line-height:100px;
	background-color:#f6f6f6;
	font-size:2em;
	border-radius:10px;
	background-color:#4c9c58;
	color:#fff;
}

.review_test_later
{
	margin: auto;
	margin-top: 15px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 1.3em;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	background-color: #648eb5;
}

.review_test_stats
{
	font-size:1.3em;
	margin: 5px 0px 5px 30px;
}

.review_category_questions
{
	display:inline-block;
	text-align: center;
	height:30px;
	line-height:30px;
	width:100px;
	background-color:#df8f5c;
	color:#fff;
	border-radius:5px;
}

.load_new_test:hover, load_new_test_small:hover, .review_category_questions:hover {
	color: #f6f6f6;
	cursor: pointer;
	background-color: #d97c43 !important;
}

.review_test:hover {
	color: #f6f6f6;
	cursor: pointer;
	background-color: #347e3f !important;
}

#review_buttons {
	display:block;
	width:100%;
	text-align:center;
	display: none;
}

#review_stats {
	display:inline-block;
	height:50px;
	line-height:50px;
	width:45%;
	margin-top:15px;
	margin-right:5px;
	background-color:#4d9c59;
	border-radius: 5px;
	color: #fff;
}

#review_questions {
	display:inline-block;
	height:50px;
	line-height:50px;
	width:45%;
	text-align: center;
	margin-top:15px;
	margin-right:5px;
	background-color:#a9a9a9;
	border-radius: 5px;
	color: #fff;
}

#review_load, #show_past_explanation {
	display:inline-block;
	height:50px;
	line-height:50px;
	width:45%;
	margin-top:15px;
	margin-left:5px;
	background-color:#df8f5c;
	border-radius: 5px;
	color: #fff;
}

.test_review_button {
	display:inline-block;
	width:150px;
	height:80px;
	line-height:80px;
	float:left;
	margin-right:20px;
	text-align:center;
	font-size: 1.5em;
	color: #fff;
	border-radius:5px;
	background-color:#df8f5c;
}

/* END OF LEARNING SCREEN AND DIAGNOSTIC PAGE */



/* TEST RESULTS PAGE */

#back_to_menu li:not(.active):hover {
	cursor: pointer;
	color: #c4c3c7;;
}

#back_to_menu li.active:hover {
	cursor: text;
}

#test_summary {
	width:500px;
	margin:auto;
	background-color:#fff;
	border-radius:10px;
	padding:30px;
}

#test_summary_reverse {
	width:500px;
	margin:auto;
	background-color:#027F48;
	color: #fff;
	border-radius:10px;
	padding:20px 40px 20px 40px;
}

#test_results_container {
	position: relative;
	width:740px;
	margin:auto;
	margin-top:20px;
	padding:80px 0px 40px 0px;
	background-color:#2980b9;
	border-radius:15px;
	display: none;
}

.overall_category_results_container {
	position:relative;
	width:700px;
	height:190px;
	margin:auto;
	border:1px #a9a9a9 solid;
	border-bottom:none;
	border-radius: 0px 10px 10px 10px;
	background-color:#fff;
}

.overall_category_results_tab {
	position:absolute;
	top:-34px;
	left:-1px;
	width:220px;
	height:35px;
	line-height:35px;
	padding-left:10px;
	border-radius:15px 15px 0px 0px;
	border-top:1px #a9a9a9 solid;
	border-right:1px #a9a9a9 solid;
	border-left:1px #a9a9a9 solid;
	background-color:#fff;
}

.overall_category_results_score {
	font-size:1.2em;
	margin-left:5px;
}

.overall_category_results_left {
	float:left;
	width:220px;
	height:190px;
	text-align: center;
}

.overall_category_results_right {
	float:left;
	width:478px;
	height:190px;
}

.overall_category_results_header_filler {
	float:left;
	width:33%;
	height:40px;
	background-color:#f6f6f6;
	margin:2px 1px 0px 2px;
	border-radius: 0px 0px 0px 10px;
}

.overall_category_results_header_title {
	float:left;
	width:16%;
	height:40px;
	line-height:12px;
	background-color:#f6f6f6;
	margin:2px 1px 0px 1px;
	text-align:center;
	font-size:.5em;
	padding-top:9px;
}

.overall_category_results_category {
	width:100%;
	padding-left:10px;
	padding-top:10px;
	font-size:.5em;
	color:#a9a9a9;
}

.overall_category_results_line {
	width:100%;
	margin-bottom:0px;
}

.overall_category_results_line_header {
	float:left;
	width:33%;
	margin:2px 1px 0px 1px;
	padding-left:10px;
	font-size:.6em;
}

.overall_category_results_line_stats {
	float:left;
	width:16%;
	margin:2px 1px 0px 1px;
	text-align:center;
	font-size:.6em;
}

.total_font_size {
	font-size: .7em;
}
/* END OF TEST RESULTS PAGE */


.rotate {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);

  /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;

  /* Should be unset in IE9+ I think. */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}


/* CSS FOR LOADING CIRCLE */
#floatingBarsG1, #floatingBarsG2{
	position:relative;
	width:62px;
	height:77px
}

.loading-gif {
	height: 50px;
}


.loading_div {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('https://i.stack.imgur.com/FhHRx.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .loading_div {
    display: block;
}

/************************/
/**** EMPLOYEE INDEX ****/
/************************/

.software-employee-option {
	max-width: 150px;
	display: inline-block;
	padding:20px;
	border:2px solid #000;
	background-color: #2b2b2b;
	border-radius:12px;
}

.software-employee-option:hover {
	background-color: #000;	
}

.software-employee-option i {
	font-size: 24px;
	margin:0px 0px 5px 0px;
}

.software-employee-option i, .software-employee-option span {
	display: block;
	color: #fff !important;
}

/***************************/
/**** TEACHER PORTAL *****/
/***************************/
#teacher-body {
	margin: 0;
	font-family: Arial, sans-serif;
	display: flex;
	height: calc(100vh - 72px);
}
.teacher-portal-sidebar {
	background-color: #2b2b2b;
	color: white;
	display: flex;
	flex-direction: column;
}
.teacher-portal-sidebar h2 {
	text-align: center;
	margin-bottom: 30px;
	font-weight: 600;
}
.teacher-portal-sidebar .nav-item {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	column-gap:15px;
	padding: 20px 40px;
	font-size: 16px;
	transition: background 0.2s;
	cursor: pointer;
}
.teacher-portal-sidebar .nav-item-selected {
	background-color: #000 !important;
}
.teacher-portal-sidebar .nav-item:not(.nav-item-selected):hover {
	background-color: #171717;
}
.teacher-portal-sidebar .bottom-section {
	margin-top: auto;
	border-top: 1px solid #3a3a50;
}
.teacher-portal-content {
	flex: 1;
    background-color: #f4f4f8;
    padding: 20px 70px;
    height: 100%;
    overflow-y: auto;
}
.search-container {
	position: relative;
	width: 100%;
	max-width:600px;
}
.search-input {
	width: 100%;
    padding: 6px 12px 6px 38px;
    border: 2px solid #efefef;
    border-radius: 30px;
    font-size: 15px;
    outline: none;
    transition: border 0.2s;
}
.search-input:focus {
	border-color: #2b2b2b;
}
.search-icon {
	position: absolute;
	top: 50%;
	left: 12px;
	transform: translateY(-50%);
	font-size: 16px;
	color: #888;
	transition: color 0.2s;
	pointer-events: none;
}
.search-input:focus + .search-icon,
.search-container:focus-within .search-icon {
	color: #2b2b2b;
}

#teacher-portal-student-list {
	margin:40px 0px 40px 0px;
}
.teacher-portal-student-list-row, .teacher-portal-student-list-header {
	display: grid;
    grid-template-columns: 2fr 1fr 1fr 110px;
    font-size: 14px;
    padding: 10px 30px;
    background-color: #fff;
    border-radius: 10px;
    align-items: center;
    margin: 5px 0px 5px 0px;
    color: #2b2b2b;
}
.teacher-portal-student-list-header {
	color: #fff;
    border-right: none;
    border-left: none;
    border-radius: 7px;
    background-color: #2b2b2b;
    margin: 0px 0px 6px 0px;
}
.teacher-portal-student-list-row-student {
	font-size:16px;
	font-weight: 800;
}
.teacher-portal-test-pill {
	width: min-content;
	padding:3px 10px;
	border-radius:5px;
	font-weight:600;
	font-size:14px;
}
.teacher-portal-test-pill.SAT {
	background-color: #BBFFCA;
	color:#027F48;
}
.teacher-portal-test-pill.ACT {
	background-color: #A5FEE8;
	color:#027F48;
}
.teacher-portal-student-list-row-view-details {
	padding: 4px 12px;
    text-align: center;
    background-color: #2b2b2b;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
}
.teacher-portal-student-list-row-view-details:hover {
	background-color: #000;
}
.teacher-portal-back-link {
	width: fit-content;
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap:10px;
	align-items: center;
	font-size: 16px;
	cursor: pointer;
}

#teacher-portal-student-details-exam-type {
	margin: 0px 0px -20px 0px;
    padding: 20px 30px;
    background-color: #2b2b2b;
    border-radius: 10px;
    color: #fff;
}
