/* atmosphere theme */
/* oranges */
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

* {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

/* Clearfix */
.clearfix:before,
.clearfix:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}

.clearfix:after {
	clear: both;
}

/*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
.clearfix {
	*zoom: 1;
}

/* END Clearfix */
/* ----- variables ----- */
html {
	position: relative;
	min-height: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	color: #6b3f20;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 100%;
	margin: 0 0 85px;
	/* bottom = footer height */
}

@media screen and (min-width: 700px) {
	body {
		margin: 0 0 75px;
	}
}

.bg_container {
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: -3;
}

p {
	margin-bottom: 12px;
}

a {
	color: #6bd2ff;
	text-decoration: none;
}

.hidden,
.hide {
	display: none;
}

.clear {
	clear: both;
}

.start_button,
.back_button,
.secondary_button,
.btnSubmit,
.btnNext,
.download .download_button {
	margin-bottom: 14px;
	clear: both;
	display: inline-block;
	cursor: pointer;
	padding: 8px 11px 7px;
	border-radius: 2px;
	text-transform: uppercase;
	text-decoration: none;
}

.start_button,
.back_button {
	color: #6b3f20;
	background-color: #faeed6;
	margin-left: auto;
	font-weight: 600;
}

.no-touchevents .start_button:hover,
.no-touchevents .back_button:hover {
	background-color: white;
}

.secondary_button {
	font-size: 12px;
	padding: 7px 11px 6px;
	background-color: #e6ab37;
	background: rgba(0, 0, 0, 0.5);
	color: white;
	border: 1px solid white;
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.secondary_button:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.btnSubmit,
.btnNext {
	margin-bottom: 0;
	color: #6b3f20;
	border: 1px solid #a06942;
	font-weight: bold;
	font-size: 15px;
	cursor: pointer;
	text-transform: uppercase;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.btnSubmit:hover,
.btnNext:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.download {
	display: none;
}

.download .download_button {
	margin-bottom: 0;
	font-weight: 700;
	background-color: #404f8d;
	color: white;
	border: 0;
	border-radius: 4px;
	font-size: 15px;
	padding: 14px 22px 14px 22px;
	text-shadow: none;
	white-space: nowrap;
}

@media screen and (min-width: 700px) {
	.download .download_button {
		font-size: 17px;
	}
}

.download .download_button:hover {
	background-color: #505f9d;
	text-decoration: none;
}

.has_certificate .download {
	display: block;
}

.mb_admin_edit_button {
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 20;
	height: 50px;
	width: 50px;
	border: 2px solid #D94F33;
	border-radius: 4px;
	background-color: #FFEEEB;
	color: #D94F33;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}

.mb_admin_edit_button:hover {
	background-color: #FFF7F6;
}

.mb_admin_edit_button a {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/assets/mbcms/pencil.svg);
	background-size: 21px;
	background-repeat: no-repeat;
	background-position: 13px 7px;
}

.mb_admin_edit_button span {
	font-size: 12px;
	font-weight: 700;
	position: absolute;
	bottom: 2px;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	pointer-events: none;
}

.page {
	width: 100%;
}

@media screen and (min-width: 700px) {
	.main {
		padding-top: 40px;
	}
}

@media screen and (min-width: 1025px) {
	.main {
		padding-top: 100px;
	}
}

.intro.dark_background,
.results.dark_background,
.more_info.dark_background {
	background: rgba(0, 0, 0, 0.75);
	border-radius: 5px;
	padding: 2.5em 1em;
	margin-top: 40px;
}

@media screen and (min-width: 700px) {

	.intro.dark_background,
	.results.dark_background,
	.more_info.dark_background {
		padding: 2.5em 2.5em;
		margin-top: 0;
		margin-bottom: 2em;
	}
}

@media screen and (min-width: 700px) {

	.intro.dark_background .intro_text,
	.results.dark_background .intro_text,
	.more_info.dark_background .intro_text {
		width: auto;
		line-height: 29px;
	}
}

@media screen and (min-width: 700px) {

	.results.dark_background,
	.more_info.dark_background {
		width: auto;
		max-width: 600px;
	}
}

.intro.dark_background h2,
.intro.dark_background .intro_text {
	text-align: left;
}

.solid_box.has_certificate {
	margin-top: 0;
}

@media screen and (min-width: 700px) {
	.solid_box.has_certificate {
		margin-top: 33px;
	}
}

.intro,
.results,
.more_info {
	text-align: center;
	margin: 0px auto;
	padding-top: 25px;
	color: white;
	width: 92%;
	max-width: 700px;
}

@media screen and (min-width: 700px) {

	.intro,
	.results,
	.more_info {
		padding-top: 50px;
		width: 80%;
	}
}

@media screen and (min-width: 1025px) {

	.intro,
	.results,
	.more_info {
		padding-top: 64px;
	}
}

.intro h2,
.results h2,
.more_info h2 {
	font-size: 28px;
	margin: 0 0 18px 0;
	letter-spacing: -0.03em;
}

@media screen and (min-width: 700px) {

	.intro h2,
	.results h2,
	.more_info h2 {
		font-size: 40px;
	}
}

.intro .intro_text,
.results .intro_text,
.more_info .intro_text {
	width: 100%;
	margin: 0 auto 30px;
	font-size: 16px;
	line-height: 1.4;
}

@media screen and (min-width: 700px) {

	.intro .intro_text,
	.results .intro_text,
	.more_info .intro_text {
		width: 90%;
		font-size: 20px;
		line-height: 33px;
	}
}

.more_info {
	display: none;
	text-align: left;
	line-height: 1.4;
}

@media screen and (min-width: 700px) {
	.more_info {
		width: 500px;
	}
}

.more_info h2 {
	font-size: 22px;
	margin: 0 0 15px 0;
	letter-spacing: -0.03em;
}

@media screen and (min-width: 700px) {
	.more_info h2 {
		margin: 0 0 20px 0;
		font-size: 30px;
	}
}

.more_info .solid_box {
	padding-top: 22px;
	text-align: center;
}

.results h2 {
	margin: 0 0 12px 0;
}

@media screen and (min-width: 700px) {
	.results h2 {
		margin: 0 0 18px 0;
	}
}

/* Results Page */
.results .email_prompt {
	display: none;
}

.results.perfect_score .email_prompt {
	display: block;
	margin-bottom: 2em;
}

.results.perfect_score .email_prompt .email_description {
	margin-bottom: 1em;
}

.results.perfect_score .email_prompt form.email_form {
	width: 80%;
	max-width: 300px;
	display: inline-block;
	position: relative;
}

.results.perfect_score .email_prompt form.email_form input.email {
	width: 100%;
	padding-right: 48px;
	padding-left: .8em;
	background-color: rgba(0, 0, 0, 0.3);
	color: white;
	font-size: 16px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 4px;
	height: 40px;
	font-weight: 500;
}

.results.perfect_score .email_prompt form.email_form input.email_submit {
	padding: 0;
	cursor: pointer;
	width: 42px;
	height: 42px;
	background: url(/assets/ui_sprite@2x.png) -82px -206px;
	background-size: 300px;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	opacity: .7;
}

.results.perfect_score .email_prompt form.email_form input.email_submit:hover {
	opacity: 1;
}

.results.perfect_score .email_prompt form.email_form ::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.7);
}

.level,
.score {
	display: inline-block;
	font-size: 16px;
	margin-bottom: 9px;
}

@media screen and (min-width: 700px) {

	.has_certificate .level,
	.has_certificate .score {
		margin-bottom: 16px;
	}
}

@media screen and (min-width: 480px) {

	.level,
	.score {
		font-size: 20px;
	}
}

@media screen and (min-width: 700px) {

	.level,
	.score {
		margin-bottom: 22px;
	}
}

@media screen and (max-width: 700px) {
	.has_certificate .score {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 700px) {
	.score {
		margin-bottom: 24px;
	}
}

.badges_blocks {
	clear: both;
	margin-bottom: 20px;
}

@media screen and (max-width: 700px) {
	.has_certificate .badges_blocks {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 700px) {
	.badges_blocks {
		margin-bottom: 26px;
	}
}

.badges_blocks .badges,
.badges_blocks .facebook,
.badges_blocks .twitter,
.badges_blocks .social_blocks {
	display: inline-block;
	vertical-align: top;
}

.badges_blocks .badges {
	width: 50%;
	max-width: 160px;
}

@media screen and (min-width: 700px) {
	.badges_blocks .badges {
		width: 200px;
	}
}

.badges_blocks .social_blocks {
	width: 48%;
	vertical-align: middle;
	margin-top: 31px;
}

@media screen and (min-width: 700px) {
	.badges_blocks .social_blocks {
		width: 200px;
	}
}

.has_certificate .badges_blocks .social_blocks {
	margin-top: 20px;
	margin-bottom: 12px;
}

@media screen and (min-width: 700px) {
	.has_certificate .badges_blocks .social_blocks {
		margin-top: 31px;
		margin-bottom: 45px;
	}
}

.badges_blocks h3 {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: normal;
}

@media screen and (min-width: 480px) {
	.badges_blocks h3 {
		font-size: 18px;
	}
}

.badges_blocks img {
	width: 100%;
}

.badges_blocks .social_blocks>div {
	width: 36%;
	max-width: 66px;
}

.badges_blocks .social_blocks>div+div {
	margin-left: 6px;
}

.try_again {
	margin-bottom: 6px;
}

.comic_con .intro.dark_background h2.optional_logo {
	text-indent: -9999px;
	overflow: hidden;
	display: inline-block;
	width: 84%;
	background: transparent url(/assets/quizzes/quiz_logo.png) no-repeat 100%;
	background-size: contain;
	aspect-ratio: 33/10;
	max-width: 375px;
}

.comic_con .badges {
	width: 100%;
	max-width: none;
}

.comic_con .badges_blocks p {
	text-align: left;
}

.comic_con .level {
	font-weight: 700;
	margin-bottom: 32px;
	font-size: 22px;
}

@media (min-width: 700px) {
	.comic_con .level {
		font-size: 24px;
	}
}

.comic_con .social_blocks {
	margin-bottom: 50px;
	margin-top: 30px;
}

@media (min-width: 700px) {
	.comic_con .social_blocks {
		margin-top: 47px;
	}
}

.comic_con #level_link {
	font-size: 19px;
	font-weight: 700;
	color: #95A6FF;
	margin-bottom: 40px;
	display: inline-block;
}

.comic_con #level_description {
	margin-bottom: 20px;
	font-size: 19px;
	line-height: 1.368;
	text-align: left;
}

.comic_con .start_button {
	background-color: #D8E4E8;
	color: #3C5D67;
}

.comic_con .more {
	display: none;
}

.interface_wrapper {
	display: none;
	z-index: 5;
	background-color: #f3d9a4;
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	height: 100%;
}

@media screen and (min-width: 700px) {
	.interface_wrapper {
		height: auto;
		width: 100%;
		padding: 14px;
		border-radius: 6px;
		background-color: #e6ab37;
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 1025px) {
	.interface_wrapper {
		width: 85%;
	}
}

@media screen and (max-width: 700px) {
	.interface_wrapper .mask {
		display: block;
		background-color: #f3d9a4;
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		z-index: -1;
	}
}

@media screen and (max-width: 700px) {
	.interface_wrapper .mask.container_result {
		background-color: white;
	}
}

.interface {
	overflow: hidden;
	background-color: #f3d9a4;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.interface.container_result {
	background-color: #faeed6;
}

.interface .speedy_click {
	position: absolute;
	height: 10px;
	width: 10px;
	z-index: 9000;
}

.interface_top>* {
	display: inline-block;
	vertical-align: top;
}

.interface_top {
	position: relative;
	float: left;
	width: 100%;
	background-color: white;
	padding: 18px 15px 12px;
	border-radius: 6px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

@media screen and (min-width: 700px) {
	.interface_top {
		padding: 18px 10px 0 18px;
	}
}

.interface_top .number_label {
	float: left;
	width: 100%;
}

@media screen and (min-width: 700px) {
	.interface_top .number_label {
		width: 22%;
	}
}

.interface_top .count {
	display: none;
}

@media screen and (min-width: 700px) {
	.interface_top .count {
		display: inline-block;
		max-width: 17%;
		width: auto;
	}

	.interface_top .count .counter {
		font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
		font-weight: 600;
		margin-top: -30px;
		color: #f3c56a;
		display: inline-block;
		vertical-align: top;
		font-size: 100px;
		width: 100%;
		letter-spacing: -14px;
		margin-right: 12px;
	}
}

.interface_top .question_image_wrap {
	width: 100%;
	margin: 0.5em 0 0.9em;
	background-size: cover;
	position: relative;
	background-color: #3e2e0e;
}

.interface_top .question_image_wrap img {
	width: 100%;
	display: block;
}

.interface_top .question_image_wrap .image_caption_container {
	position: relative;
	height: 100%;
}

.interface_top .question_image_wrap .image_caption {
	left: 0;
	bottom: 0;
	font-size: 12px;
	font-weight: 600;
	color: #D1D1D1;
	padding: 10px 12px;
	line-height: 1.3;
	width: 100%;
}

@media screen and (min-width: 700px) {
	.interface_top .question_image_wrap {
		display: none;
	}
}

.interface_top .question {
	width: 100%;
}

@media screen and (min-width: 700px) {
	.interface_top .question {
		max-width: 67%;
		padding: 0 3px 0 12px;
	}
}

.interface_top .question_short {
	font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 1em;
	text-transform: uppercase;
	color: #e6ac37;
	vertical-align: bottom;
	display: inline-block;
	margin: 0 0 5px 0;
	letter-spacing: -.03em;
}

.interface_top .question_short span.number {
	display: inline;
}

@media screen and (min-width: 700px) {
	.interface_top .question_short {
		padding: 0 9px;
		vertical-align: top;
		font-size: 24px;
		width: auto;
		max-width: 17%;
		hyphens: auto;
		margin-top: 0;
	}

	.interface_top .question_short span.number {
		display: none;
	}
}

.interface_top .question_long {
	margin: 0;
	font-size: 16px;
	color: #6b3f20;
	line-height: 22px;
	font-weight: 600;
}

@media screen and (min-width: 700px) {
	.interface_top .question_long {
		margin-top: 0;
		margin-bottom: 18px;
	}
}

.interface_middle {
	display: table;
	width: 100%;
}

.container_result .interface_middle {
	background-color: white;
	min-height: 300px;
}

.interface_middle .question_image_wrap {
	display: table-cell;
	vertical-align: top;
}

.interface_middle .answer_column {
	display: table-cell;
	vertical-align: top;
}

.interface_middle .question_image_wrap {
	display: none;
}

@media screen and (min-width: 700px) {
	.interface_middle .question_image_wrap {
		width: 60%;
		display: table-cell;
		position: relative;
		background-color: #3e2e0e;
	}

	.container_result .interface_middle .question_image_wrap {
		display: none;
	}

	.interface_middle .question_image_wrap img {
		width: 100%;
		display: block;
	}

	.interface_middle .question_image_wrap .image_caption_container {
		position: relative;
		height: 100%;
	}

	.interface_middle .question_image_wrap .image_caption {
		left: 0;
		bottom: 0;
		font-size: 12px;
		font-weight: 600;
		color: #D1D1D1;
		padding: 10px 12px;
		line-height: 1.3;
		width: 100%;
	}
}

.interface_middle .answer_column {
	width: 100%;
}

@media screen and (min-width: 700px) {
	.interface_middle .answer_column {
		width: 40%;
	}

	.container_result .interface_middle .answer_column {
		width: 100%;
	}
}

.interface_middle .answer_column .answer_letter {
	display: inline-block;
	margin-right: 5px;
}

.interface_middle .answers li {
	list-style: none;
	border-top: 1px solid #f3d9a4;
	margin-bottom: 0;
}

.interface_middle .answers input[type="radio"] {
	clip: rect(0 0 0 0);
	position: absolute;
}

.interface_middle .answers label {
	display: flex;
	font-size: 15px;
	background-color: #faeed6;
	padding: 9px 15px;
	line-height: 22px;
}

.no-touchevents .interface_middle .answers label:hover {
	background-color: white;
}

@media screen and (min-width: 700px) {
	.interface_middle .answers label {
		padding: 6px 12px;
	}
}

.container_result .interface_middle .answers label {
	font-size: 16px;
	font-weight: 600;
	padding: 12px 13px 4px 13px;
}

@media screen and (min-width: 700px) {
	.container_result .interface_middle .answers label {
		padding: 20px 20px 4px 20px;
	}
}

.touchevents .interface_middle .answers label {
	font-size: 16px;
}

.interface_middle .answers input[type=radio]+label {
	cursor: pointer;
}

.interface_middle .answers input[type=radio]:checked+label {
	background-color: white;
	cursor: default;
}

.interface_middle .result {
	background-color: #f3d9a4;
}

.interface_middle .result p {
	font-size: 16px;
	text-transform: uppercase;
	margin: 0;
	font-weight: 600;
	padding: 11px 14px 9px 14px;
}

@media screen and (min-width: 700px) {
	.interface_middle .result p {
		padding: 11px 20px 9px 20px;
	}
}

.interface_middle .result p span {
	font-weight: normal;
	text-transform: none;
}

.interface_middle .button_container .next,
.interface_middle .button_container .submit {
	display: none;
}

.interface_middle .button_container.show_submit,
.interface_middle .button_container.show_next {
	display: block;
}

.interface_middle .button_container.show_submit .submit {
	display: block;
}

.interface_middle .button_container.show_next .next {
	display: block;
}

.interface_middle .description {
	display: none;
	padding: 2px 14px 0 14px;
	/* border-top: 1px solid $midground; */
}

@media screen and (min-width: 700px) {
	.interface_middle .description {
		padding: 2px 45px 0 45px;
	}
}

.interface_middle .description,
.interface_middle .description p {
	line-height: 22px;
	font-size: 16px;
}

.interface_middle .button_container {
	margin: 18px auto;
	text-align: center;
	display: none;
}

.interface_footer {
	padding: 6px 0 0 0;
	background-color: #e6ab37;
	position: fixed;
	left: 0;
	bottom: 0;
	height: 40px;
	width: 100%;
}

@media screen and (min-width: 700px) {
	.interface_footer {
		position: static;
		left: auto;
		bottom: auto;
		height: 38px;
		padding: 14px 0 0 0;
	}
}

.interface_footer .quiz_more {
	display: none;
}

@media screen and (min-width: 700px) {
	.interface_footer .quiz_more {
		display: block;
		float: left;
	}

	.interface_footer .quiz_more a {
		font-family: Helvetica, Arial, sans-serif;
		opacity: 0.8;
		font-size: 14px;
		color: white;
		text-decoration: none;
		border: 1px solid white;
		padding: 5px 10px;
		border-radius: 4px;
	}

	.interface_footer .quiz_more a:hover {
		opacity: 1;
	}
}

.interface_footer .progress_bar {
	width: auto;
	float: none;
	text-align: center;
}

@media screen and (min-width: 700px) {
	.interface_footer .progress_bar {
		width: 40%;
		padding: 0 10px;
		float: right;
		margin-top: 0;
	}
}

.interface_footer .progress_bar .block {
	width: 19px;
	height: 6px;
	display: inline-block;
}

.interface_footer .progress_bar .block+.block {
	margin-left: -2px;
}

.interface_footer .progress_bar .unanswered {
	background-color: #ce982b;
}

.interface_footer .progress_bar .active {
	background-color: white;
}

.interface_footer .progress_bar .answered {
	background-color: #f3d9a4;
}

.main_footer {
	color: white;
	height: 65px;
	padding: 0 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: -2;
	text-align: center;
}

@media screen and (min-width: 700px) {
	.main_footer {
		text-align: left;
		padding: 0 28px;
		height: 85px;
		z-index: auto;
	}
}

@media screen and (min-width: 1025px) {
	.main_footer {
		padding-right: 40px;
	}
}

.main_footer a {
	color: white;
	text-decoration: none;
}

.main_footer .interactive_brand_logo,
.main_footer .title_container,
.main_footer .quiz_title {
	display: inline-block;
	vertical-align: middle;
}

.main_footer .interactive_brand_logo {
	width: 50px;
}

@media screen and (min-width: 700px) {
	.main_footer .interactive_brand_logo {
		width: 75px;
	}
}

.main_footer .interactive_brand_logo img {
	width: 100%;
}

.main_footer .title_container {
	margin-left: 0;
}

@media screen and (min-width: 700px) {
	.main_footer .title_container {
		margin-left: 3px;
	}
}

.main_footer .title_container h1 {
	margin: 0 0 3px;
	text-transform: uppercase;
	font-size: 16px;
}

@media screen and (min-width: 500px) {
	.main_footer .title_container h1 {
		font-size: 20px;
	}
}

.main_footer .title_container h2 {
	font-size: 16px;
	font-weight: 400;
}

.main_footer .quiz_title {
	display: none;
}

@media screen and (min-width: 700px) {
	.main_footer .quiz_title {
		display: inline-block;
		float: right;
		margin-top: 18px;
		font-size: 23px;
	}
}

.main_footer .gradient_bg {
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 42%, rgba(0, 0, 0, 0.45) 100%);
	width: 100%;
	height: 180%;
	position: absolute;
	z-index: -1;
	left: 0;
	bottom: 0;
}

.NasaHeader img {
	width: auto;
	height: revert-layer;
}

.NasaHeader .usa-logo>img {
	width: 60px;
}

.is_pf .mb_page {
	font-family: Helvetica, Arial, sans-serif;
}

.is_pf .mb_page button,
.is_pf .mb_page input,
.is_pf .mb_page select,
.is_pf .mb_page textarea,
.is_pf .mb_page a {
	font-family: Helvetica, Arial, sans-serif;
}

.is_pf .mb_page .main {
	position: relative;
	min-height: 850px;
}

@media screen and (min-width: 700px) {
	.is_pf .mb_page .main {
		padding-top: 5vh;
	}
}

@media screen and (min-width: 700px) and (min-height: 600px) {
	.is_pf .mb_page .main {
		padding-top: 10vh;
	}
}

.is_pf .mb_page .interface_wrapper {
	z-index: auto;
	padding-bottom: 4rem;
	background-color: #f3d9a4;
}

@media screen and (min-width: 700px) {
	.is_pf .mb_page .interface_wrapper {
		padding-bottom: 14px;
		background-color: #e6ab37;
	}
}

.is_pf .mb_page .interface_footer {
	position: absolute;
}

@media screen and (min-width: 700px) {
	.is_pf .mb_page .interface_footer {
		position: static;
	}
}

.is_pf .mb_page .main_footer {
	position: relative;
	display: none;
}

@media screen and (min-width: 700px) {
	.is_pf .mb_page .main_footer {
		display: block;
	}
}
