@charset "utf-8";
/* AIE-style.css */
/* CSS Document */
/* AIE.org 2014 */
html {
	max-width: 1600px;
	min-width: 320px;
	margin: 0 auto;
	background: #eee; /* Fills the page */
	position: relative; /* Fix for absolute positioning */
}
/* apply a natural box layout model to all elements */
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.wf-loading body {
	font-family: "Arial Narrow", Arial, Verdana, Geneva, Helvetica, sans-serif;
}
.wf-active body {
	font-family: myriad-pro;
}
.primaryContainer {
	height: auto;
	margin: 0px;
	min-height: 100%;
	width: 100%;
	min-width: 0px;
	background-color: rgb(255, 255, 255);
	border-style: solid;
	border-width: 1px;
	background-attachment: scroll;
	background-size: 100%;
	background-position: 0px 76px;
	background-repeat: no-repeat no-repeat;
}
#mobileMenu, #mobileQuestionAreaBox {
	display: none;
}
.menu-boxes, .menu-boxes2 {
	float: left;
	height: 76px;
	margin-left: 0%;
	margin-top: 0px;
	clear: none;
	background-color: #dfe0e1;
	background: #dfe0e1;
	border-top-width: 8px;
	border-top-style: solid;
	background-position: 0 0;
	z-index: 1000;
}
.menu-boxes {
	background: -moz-linear-gradient(top, #ffffff 0%, #dfe0e1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dfe0e1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #dfe0e1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #dfe0e1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #dfe0e1 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #dfe0e1 100%);/* W3C */

}
.menuText {
	float: left;
	font-size: 1em;
	width: 90%;
	height: auto;
	text-align: center;
	font-weight: 600;
	line-height: 1em;
	word-wrap: break-word;
	margin-left: 5%;
	margin-top: 31px;
	clear: none;
	min-height: 16px;
	text-transform: uppercase;
	color: rgb(87, 87, 89);
}
.wf-loading .menuText {
	font-family: "Arial Narrow", Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: .8em;
}
.wf-active .menuText {
	font-family: myriad-pro-condensed;
}
#counselorText {
	color: rgb(210, 209, 212);
}
#aieLogoBox {
	width: 25%;
	border-top-color: rgb(197, 198, 200);
	margin-right: .1%;
}
#menuButtonBox {
	width: 15%;
	border-top-color: rgb(197, 198, 200);
}
#payForCollege {
	width: 10%;
	border-top-color: rgb(61, 180, 229);
}
#searchAreaBox, #searchAreaBoxSmall{
	width: 20%;
	border-top-color: rgb(197, 198, 200);
	margin-right: .1%;
}
#planForCollege {
	width: 10%;
	border-top-color: rgb(248, 179, 50);
}
#findAJob {
	width: 10%;
	border-top-color: rgb(235, 22, 118);
}
#manageYourMoney {
	width: 10%;
	border-top-color: rgb(132, 34, 94);
	margin-right: .1%;
	position: relative;
}
#counselorResources, .menu-boxes #counselorResources {
	width: 14.7%;
	background: rgb(113, 113, 116);
	background-color: rgb(113, 113, 116); /* dark grey */
	border-top-color: rgb(0, 154, 77);
}
#planForCollege:hover, #planForCollege:hover .menuText, #planForCollege:hover .whiteLineBox {
	background: rgb(248, 179, 50);
	background-color: rgb(248, 179, 50);
	color: #ffffff;
}
#payForCollege:hover, #payForCollege:hover .menuText, #payForCollege:hover .whiteLineBox {
	background: rgb(61, 180, 229);
	background-color: rgb(61, 180, 229);
	color: #ffffff;
}
#findAJob:hover, #findAJob:hover .menuText, #findAJob:hover .whiteLineBox {
	background: rgb(235, 22, 118);
	background-color: rgb(235, 22, 118);
	color: #ffffff;
}
#manageYourMoney:hover, #manageYourMoney:hover .menuText {
	background: rgb(132, 34, 94);
	background-color: rgb(132, 34, 94);
	color: #ffffff;
}
#counselorResources:hover, #counselorResources:hover #counselorResources .menuText {
	background: rgb(0, 154, 77);
	background-color: rgb(0, 154, 77);
	color: #ffffff;
}
#magnifierBox {
	float: left;
	height: 40px;
	margin-left: 6%;
	margin-top: 18px;
	clear: none;
	width: 17%;
	border: 1px solid rgb(200, 200, 202);
	border-top-left-radius: 15px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 15px;
	background-color: rgb(241, 241, 242);
	background: rgb(241, 241, 242);
	margin-right: 0%;
}
#magIcon {
	float: left;
	font-size: 1.8em;
	width: 62%;
	height: auto;
	text-align: left;
	font-weight: 500;
	line-height: 1em;
	margin-left: 18%;
	margin-top: 5px;
	clear: none;
	min-height: 29px;
	color: rgb(246, 111, 7);
}
#magIcon input {
	width: 28px;
	height: 28px;
}
.whiteLineBox {
	float: right;
	height: 68px;
	margin-left: 0px;
	margin-top: 0px;
	clear: none;
	width: 2px;
	margin-right: 0%;
	background-color: rgb(255, 255, 255);
	background: rgb(255, 255, 255);
}
#TGlogoH {
	float: left;
	width: auto;
	max-width: 100%;
	height: auto;
	margin-left: 19%;
	margin-top: 17px;
	clear: none;
	color: rgb(0, 0, 0);
}
#aieText {
	float: left;
	font-size: 1.1em;
	width: 50%;
	height: auto;
	text-align: left;
	font-weight: 600;
	line-height: 1em;
	word-wrap: break-word;
	margin-left: 1%;
	margin-top: 30px;
	clear: none;
	min-height: 27px;
	color: rgb(247, 104, 0);
}
.wf-loading #aieText {
	font-family: "Arial Narrow", Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: .9em;
}
.wf-active #aieText {
	font-family: myriad-pro-condensed;
}
#searchTextAreaBox {
	float: left;
	height: 40px;
	margin-left: -0.10961117%;
	margin-top: 18px;
	clear: none;
	width: 71.881851%;
	border: 1px solid rgb(200, 200, 202);
	border-top-left-radius: 0px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 0px;
	background-color: rgb(250, 250, 250);
	background: rgb(250, 250, 250);
}
#searchText {
	float: left;
	width: 95%;
	height: auto;
	text-align: left;
	font-weight: normal;
	line-height: 1em;
	margin-left: 2%;
	margin-top: 3px;
	clear: none;
	min-height: 22px;
}
.wf-loading #searchText {
	font-family: "Arial Narrow", Arial, Verdana, Geneva, Helvetica, sans-serif;
}
.wf-active #searchText {
	font-family: myriad-pro;
}
#searchTextBox {
	width: 95%;
	margin-left: 5px;
	margin-top: 7px;
	font-size: 1.1em;
	color: rgb(246, 111, 7);
	border: none;
	background: none;
}
/* drop down menu */

.planDropMenuBox, .payDropMenuBox, .findDropMenuBox, .manageDropMenuBox {
	width: 518px;
	height: 272px;
	position: absolute;
	left: -999em; /*  Hides the drop down */
	margin-top: 68px;
	float: left;
	-webkit-box-shadow: rgba(0,0,0,0.50) 12px 16px 15px 0px;
	box-shadow: rgba(0,0,0,0.50) 12px 16px 15px 0px;
	z-index: 2000;
}
.counselorDropMenuBox {
	width: 14.7%;
	height: 240px;
	position: absolute;
	left: -999em; /*  Hides the drop down */
	margin-top: 68px;
	float: left;
	-webkit-box-shadow: rgba(0,0,0,0.50) 7px 6px 15px 0px;
	box-shadow: rgba(0,0,0,0.50) 12px 16px 15px 0px;
}
.manageDropMenuBox {
	float: right;
	margin-right: 0px;
}
#planForCollege:hover .planDropMenuBox {
	left: auto;
	top: auto;
}
#payForCollege:hover .payDropMenuBox {
	left: auto;
	top: auto;
}
#findAJob:hover .findDropMenuBox {
	left: auto;
	top: auto;
}
#manageYourMoney:hover .manageDropMenuBox {
	left: auto;
	right: 0px;
	top: auto;
}
#counselorResources:hover .counselorDropMenuBox {
	left: auto;
	top: auto;
}
#dropMenuItem, #dropMenuItemNull {
	float: left;
	font-size: 1em;
	width: 100%;
	height: 40px;
	text-align: center;
	font-weight: 600;
	line-height: 1em;
	margin: 0px;
	clear: both;
	min-height: 0px;
	text-transform: uppercase;
	color: rgb(255, 255, 255);
	padding-top: 0.8em;
	padding-right: 0%;
	padding-left: 0%;
	max-height: none;
	display: block;
}
.wf-loading #dropMenuItem {
	font-family: "Arial Narrow", Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: .8em;
}
.wf-active #dropMenuItem {
	font-family: myriad-pro-condensed;
}
.level3Left {
	float: left;
	margin-top: 0;
	width: 80%;
	padding-left: 2%;
	padding-right: 6%;
}
h1 {
	color: rgb(248, 179, 50);

	text-transform: uppercase;
	margin-top: .3em;
	margin-bottom: .3em;
}
.wf-loading h1 {
	font-family: "Arial Narrow", Arial, Verdana, Geneva, Helvetica, sans-serif;
	letter-spacing: -0.015em;
}
.wf-active h1 {
	font-family: myriad-pro-condensed;
}
h2 {
	font-weight: normal;
	margin-top: 0;
}
.level3Left ul, .level3Left ol {
	margin-top: 0;
}
.level3Left ul li, .level3Left ol li {
	margin-top: 1em;
}
.level3Left h3 {
	font-size: 1.1em;
	margin-top: 1em;
	margin-bottom: .2em;
}
.level3Left a:hover {
	text-decoration: underline;
}
.level3Left p {
	margin-bottom: 1em;
}
.orangeBackground, .orangeBackgroundNext {
	background: #f47820; /* AIE orange */
	background-color: #f47820;
}
.orangeBackgroundNext:hover {
	background: #BF5409; /* AIE orange Darker */
	background-color: #BF5409;
}
.planDropMenuBox, .yellowBackground, .yellowBackgroundNext {
	background: rgb(248, 179, 50); /* gold yellow */
	background-color: rgb(248, 179, 50);
}
.planDropMenuBox #dropMenuItem:hover, .yellowBackgroundNext:hover {
	background: rgb(246, 161, 47); /* DK gold yellow */
	background-color: rgb(246, 161, 47);
}
.payDropMenuBox, .tealBackground, .tealBackgroundNext {
	background-color: rgb(61, 180, 229); /*teal blue */
	background: rgb(61, 180, 229);
}
.payDropMenuBox #dropMenuItem:hover, .tealBackgroundNext:hover {
	background-color: #1886B3; /*DK teal blue */
	background: #1886B3;
}
.findDropMenuBox, .magentaBackground, .magentaBackgroundNext {
	background-color: rgb(235, 22, 118); /*redish magenta */
	background: rgb(235, 22, 118);
}
.findDropMenuBox #dropMenuItem:hover, .magentaBackgroundNext:hover {
	background-color: #B10F58; /* DK redish magenta */
	background: #B10F58;
}
.manageDropMenuBox, .redbrownBackground, .redbrownBackgroundNext {
	background-color: #84225E; /* dark redbrown */
	background: #84225E;
}
.manageDropMenuBox #dropMenuItem:hover, .redbrownBackgroundNext:hover {
	background-color: #5E1843; /* DARKER dark redbrown */
	background: #5E1843;
}
.counselorDropMenuBox, .greenBackground, .greenBackgroundNext {
	background-color: rgb(0, 154, 77);/* forest green */
	background: rgb(0, 154, 77);
}
.counselorDropMenuBox #dropMenuItem:hover, .greenBackgroundNext:hover {
	background-color: #006C36; /* DK forest green */
	background: #006C36;
}
.planDropMenuBox #dropMenuQuestion {
	border-bottom-color: rgb(248, 179, 50);
}
.payDropMenuBox #dropMenuQuestion {
	border-bottom-color: rgb(61, 180, 229);
}
.findDropMenuBox #dropMenuQuestion {
	border-bottom-color: rgb(235, 22, 118);
}
.manageDropMenuBox #dropMenuQuestion {
	border-bottom-color: #5E1843;
}
.counselorDropMenuBox #dropMenuQuestion {
	border-bottom-color: #009A4D;
}
#dashLine {
	float: left;
	height: 160px;
	margin-left: 0%;
	margin-top: -120px;
	clear: none;
	width: 1%;
	border-color: rgb(255, 0, 0) rgb(255, 0, 0) rgb(255, 0, 0) rgb(255, 255, 255);
	border-width: 0px 0px 0px 3px;
	border-style: dotted;
	margin-right: 0%;
}
#dropMenuQuestion, #dropMenuQuestionNull {
	float: left;
	font-size: 1em;
	width: 100%;
	height: auto;
	text-align: left;
	font-weight: 500;
	line-height: 1em;
	margin-left: 0%;
	margin-top: 0;
	clear: none;
	min-height: 48px;
	color: #717174;
	background-color: rgb(255, 255, 255);
	padding-left: 5%;
	padding-top: .5em;
	margin-right: 0%;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	min-width: 0px;
	padding-right: 2%;
}
.wf-loading #dropMenuQuestion {
	font-family: "Arial Narrow", Arial, Verdana, Geneva, Helvetica, sans-serif;
}
.wf-active #dropMenuQuestion {
	font-family: myriad-pro;
}
#dropMenuMore {
	float: left;
	font-size: 1em;
	width: 100%;
	height: auto;
	text-align: left;
	font-weight: 700;
	line-height: 1em;
	margin-left: 0%;
	margin-top: 0px;
	clear: both;
	min-height: 32px;
	color: rgb(113, 113, 116);
	padding-left: 5%;
	padding-top: 0.5em;
	margin-right: 0%;
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: rgb(248, 179, 50);
	background-color: rgb(255, 255, 255);
	min-width: 0px;
}
.wf-loading #dropMenuMore {
	font-family: "Arial Narrow", Arial, Verdana, Geneva, Helvetica, sans-serif;
}
.wf-active #dropMenuMore {
	font-family: myriad-pro;
}
#menuFeatureBox2 {
	float: left;
	height: 112px;
	margin-left: 0;
	margin-top: 0;
	clear: both;
	width: 100%;
	background-color: rgb(193, 193, 195);
	margin-right: 0%;
}
#menuFeatureBox2:hover {
	background-color: #DDDDDD;
	background: #DDDDDD;
	border: 1px solid #919191;
}
#dropMenuChat {
	float: left;
	font-size: 1.1em;
	width: 100%;
	height: auto;
	text-align: center;
	font-weight: normal;
	line-height: 1em;
	margin-left: 0%;
	margin-top: 0px;
	clear: both;
	min-height: 36px;
	background-color: rgb(113, 113, 116);
	text-transform: uppercase;
	color: rgb(255, 255, 255);
	border-top-width: 4px;
	border-top-color: rgb(231, 232, 232);
	border-top-style: solid;
	padding-top: 7px;
}
.wf-loading #dropMenuChat {
	font-family: "Arial Narrow", Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: .8em;
}
.wf-active #dropMenuChat {
	font-family: myriad-pro-condensed;
}
#dropMenuLeftbox {
	float: left;
	height: 272px;
	margin-left: 0%;
	margin-top: 0px;
	clear: none;
	width: 61%;
	margin-right: 0%;
}
#counselorDropMenuLeftbox {
	float: left;
	height: 160px;
	margin-left: 0%;
	margin-top: 0px;
	clear: none;
	width: 100%;
	margin-right: 0%;
}
#menuColumn {
	width: 49.5%;
}
#counselorMenuColumn {
	width: 100%;
}
#menuColumnTwo {
	width: 49.5%;
	clear: none;
	float: left;
	margin-top: -120px;
}
#dropMenuQuestionBox {
	float: left;
	height: 272px;
	margin-left: 0%;
	margin-top: 0px;
	clear: none;
	width: 39%;
}
#dropMenuQuestion:hover {
	font-weight: 500;
	background-color: rgb(231, 232, 232);
	color: rgb(113, 113, 116);
}
#dropMenuMore:hover {
	background-color: rgb(231, 232, 232);
	color: rgb(113, 113, 116);
}
#menuFeatureBox3 {
	float: left;
	height: 89px;
	margin-left: 0;
	margin-top: 12px;
	clear: none;
	width: 100%;
}
#menuFeatureBox4 {
	float: left;
	height: 89px;
	margin-left: 3%;
	margin-top: 0px;
	clear: none;
	width: 148px;
	border-top-color: rgb(105, 37, 37);
	border-top-width: 0px;
	border-top-style: solid;
	background-color: rgb(105, 37, 37);
}
#menuFeatureBox4 img {
	border: none;
}
#dropMenuFeatureTitle {
	float: left;
	font-size: 1em;
	width: 42%;
	height: auto;
	text-align: left;
	font-weight: normal;
	line-height: 1em;
	margin-left: 5%;
	margin-top: 0px;
	clear: none;
	min-height: 33px;
	color: #616062;
}
#dropTitleSpan {
	float: none;
	font-size: 0.8em;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: 700;
}
.wf-loading #dropTitleSpan {
	font-family: "Arial Narrow", Arial, Verdana, Geneva, Helvetica, sans-serif;
}
.wf-active #dropTitleSpan {
	font-family: myriad-pro;
}
#dropMenuFeatureDesc {
	float: left;
	font-size: 0.7em;
	width: 42%;
	height: auto;
	text-align: left;
	font-weight: normal;
	line-height: 1em;
	margin-left: -42%;
	margin-top: 44px;
	clear: none;
	min-height: 45px;
	color: #616062;
}
#dropMenuChat:hover {
	background-color: rgb(77, 77, 77);
}
/* end drop down menu */
	
#menuButtonBox {
	display: none;
}
.footerContainer {
	height: auto;
	margin: 0px;
	min-height: 100%;
	width: 100%;
	min-width: 0px;
	background-color: rgb(255, 255, 255);
}
.footerIcon {
	color: rgb(207, 208, 209);
	float: left;
	font-size: 70px;
	height: auto;
	font-weight: normal;
	width: 100%;
	clear: none;
	min-height: 0px;
	text-align: center;
}
#footerTopBox {
	float: left;
	height: 95px;
	margin-left: 0;
	margin-top: 0;
	clear: both;
	width: 100%;
	min-width: 0px;
	background-color: rgb(131, 131, 135);
}
#footerBottomBox {
	float: left;
	height: 220px;
	margin-left: 0%;
	margin-top: 0px;
	clear: both;
	width: 100%;
	min-width: 0px;
	background-color: rgb(224, 225, 226);
}
#footerFeatureBox {
	float: left;
	height: 95px;
	margin-left: 2%;
	margin-top: 0px;
	clear: none;
	width: 30%;
}
#footerFeatureBox:hover {
	background-color: rgb(101, 101, 101);
}
#footerIconBox {
	float: left;
	height: 95px;
	margin-left: 0%;
	margin-top: 0px;
	clear: none;
	width: 27%;
	display: block;
}
#footerTextBox {
	float: left;
	height: 95px;
	margin-left: 0%;
	margin-top: 0px;
	clear: none;
	width: 73%;
	display: block;
}
#footerTopText {
	float: left;
	font-size: 1.6em;
	width: 90%;
	height: auto;
	text-align: left;
	font-weight: normal;
	line-height: 1em;
	margin-left: 0%;
	margin-top: 19px;
	clear: none;
	color: rgb(207, 208, 209);
	padding-left: 10px;
	padding-top: 10%;
	display: block;
}
.wf-loading #footerTopText {
	font-family: "Arial Narrow", Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: .9em;
}
.wf-active #footerTopText {
	font-family: myriad-pro-condensed;
}
#copyrightText {
	float: left;
	font-size: 1.2em;
	width: 40%;
	height: auto;
	text-align: left;
	font-weight: 600;
	line-height: 1em;
	margin-left: 2%;
	margin-top: 57px;
	clear: both;
	min-height: 17px;
	color: rgb(131, 131, 135);
}
#privacyText {
	float: left;
	font-size: 1em;
	width: 32%;
	height: auto;
	text-align: left;
	font-weight: 500;
	line-height: 1em;
	margin-left: 2%;
	margin-top: 7.5px;
	clear: both;
	min-height: 19px;
	color: rgb(131, 131, 135);
	margin-right: 0%;
	text-transform: uppercase;
}
.wf-loading #privacyText, .wf-loading #permissionText, .wf-loading #permissionText1 {
	font-family: "Arial Narrow", Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: .8em;
}
.wf-active #privacyText, .wf-active #permissionText, .wf-active #permissionText1 {
	font-family: myriad-pro-condensed;
}
#permissionText {
	float: left;
	font-size: 0.8em;
	width: 70%;
	height: auto;
	text-align: left;
	font-weight: 500;
	line-height: 1em;
	margin-left: 2%;
	margin-top: 8.5px;
	clear: both;
	min-height: 19px;
	color: rgb(131, 131, 135);
	margin-right: 0%;
	text-transform: none;
}
#permissionText1 {
	float: right;
	font-size: 0.8em;
	width: 30%;
	height: auto;
	text-align: right;
	font-weight: 500;
	line-height: 1em;
	margin-left: 0px;
	margin-top: -23px;
	clear: left;
	min-height: 0px;
	color: rgb(131, 131, 135);
	margin-right: 3%;
	text-transform: none;
}
#innerBottomBox {
	float: left;
	height: 41px;
	margin-left: 1%;
	margin-top: 11px;
	clear: none;
	width: 15%;
}
#innerBottomBox:hover {
	background-color: rgb(198, 199, 201);
}
.bottomFooterLinks {
	float: left;
	font-size: 1.1em;
	width: 100%;
	height: auto;
	text-align: center;
	font-weight: 700;
	line-height: 1em;
	margin-left: 0%;
	margin-top: 10px;
	clear: none;
	min-height: 22px;
	color: rgb(131, 131, 135);
	text-transform: uppercase;
	margin-right: 0%;
}
.wf-loading .bottomFooterLinks {
	font-family: "Arial Narrow", Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: .8em;
}
.wf-active .bottomFooterLinks {
	font-family: myriad-pro-condensed;
}
#footerAIELogo, #footerHELogo, #footerTGLogo {
	margin-top: -19px;
	margin-left: 0px;
	clear: none;
	margin-right: 2%;
	float: right;
}
#tfaicFooter {
	display: none;
}
.pageContainer {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
#headerPicBox {
	float: left;
	height: 438px;
	margin-left: 0%;
	margin-top: 0px;
	clear: none;
	width: 100%;
	background-image: url(/img/banners/AIEsection_planforcollege.jpg);
	background-position: right;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
}
#sectionHeadBanner, #headBanner {
	float: left;
	height: 81px;
	clear: none;
	width: 100%;
	margin-right: 0%;
}
#headBanner {
	margin-left: -100%;
	margin-top: 357px;
	opacity: 0.8;
}
#headBannerTitle {
	float: left;
	font-size: 3em;
	width: auto;
	height: auto;
	text-align: left;
	font-weight: 600;
	line-height: 1em;
	margin-left: 6%;
	margin-top: 14px;
	clear: none;
	min-height: 0px;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
}
.wf-loading #headBannerTitle {
	font-family: "Arial Narrow", Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: .9em;
}
.wf-active #headBannerTitle {
	font-family: myriad-pro-condensed;
}
#headBannerDesc {
	float: left;
	font-size: 1.2em;
	width: 40%;
	height: auto;
	text-align: left;
	font-weight: 500;
	line-height: 1em;
	margin-left: 1.5%;
	margin-top: 14px;
	clear: none;
	min-height: 48px;
	color: rgb(255, 255, 255);
	padding-top: 5px;
}
.wf-loading #headBannerDesc {
	font-family: "Arial Narrow", Arial, Verdana, Geneva, Helvetica, sans-serif;
}
.wf-active #headBannerDesc {
	font-family: myriad-pro;
}
#headBannerIcon, #smallerIcon, #smallerIcon2 {
	float: right;
	font-size: 6em;
	width: 10%;
	height: auto;
	text-align: left;
	font-weight: normal;
	line-height: 1em;
	margin-left: 0px;
	margin-top: -5px;
	clear: none;
	min-height: 49px;
	color: rgb(255, 255, 255);
	margin-right: 2%;
	pointer-events: none;
}
#smallerIcon {
	font-size: 5em;
	margin-top: 0;
}
#smallerIcon2 {
	font-size: 4em;
	margin-top: 8px;
}
#level2Body {
	float: left;
	height: auto;
	margin-left: 0%;
	margin-top: 0px;
	clear: none;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 3em;
}
#socialBox {
	float: left;
	height: 55px;
	margin-left: 0%;
	margin-top: 0px;
	clear: none;
	width: 100%;
}
#breadcrumbsBox {
	float: left;
	height: 33px;
	margin-left: 4%;
	margin-top: 11px;
	clear: none;
	width: 90%;
	border-bottom-color: rgb(248, 179, 50);
	border-bottom-width: 3px;
	border-bottom-style: dotted;
}
#breadcrumbs {
	float: left;
	font-size: 0.8em;
	width: 80%;
	height: auto;
	text-align: left;
	font-weight: normal;
	line-height: 1em;
	margin-left: 0%;
	margin-top: 9px;
	clear: none;
	min-height: 14px;
	color: rgb(131, 131, 135);
}
#facebookLink {
	float: right;
	height: 23px;
	margin-left: 0px;
	margin-top: 0px;
	clear: none;
	width: 23px;
	margin-right: 1%;
	font-size: 1.4em;
	color: rgb(59, 90, 153);
}
#twitterLink {
	float: right;
	height: 23px;
	margin-left: 0px;
	margin-top: 0px;
	clear: none;
	width: 23px;
	margin-right: 0;
	font-size: 1.4em;
	color: rgb(37, 170, 225);
}
#level2Right {
	float: left;
	height: auto;
	margin-left: 0%;
	margin-top: 0px;
	clear: both;
	width: 25%;
}
#level3Right {
	float: left;
	height: auto;
	margin-left: 0%;
	margin-top: 0px;
	clear: both;
	width: 20%;
}
#level2Left {
	float: left;
	height: auto;
	margin-left: 0;
	margin-top: 0px;
	clear: none;
	width: 75%;
	padding-right: 6%
}
#level3Left {
	float: left;
	height: auto;
	margin-left: 0%;
	margin-top: 0px;
	clear: none;
	width: 80%;
	padding-right: 6%
}
#topQuestionAreaBox {
	float: left;
	height: auto;
	margin-left: 17%;
	margin-top: 0px;
	clear: both;
	width: 80%;
}
#topQuestions {
	float: left;
	font-size: 1em;
	width: 57%;
	height: auto;
	text-align: left;
	font-weight: 700;
	line-height: 1em;
	margin-left: 17%;
	margin-top: 32px;
	clear: none;
	min-height: 22px;
	color: rgb(113, 113, 116);
}
.wf-loading #topQuestions {
	font-family: "Arial Narrow", Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: .9em;
}
.wf-active #topQuestions {
	font-family: myriad-pro-condensed;
}
#topQuestionBox, #topQuestionBox1 {
	float: left;
	height: auto;
	margin-left: 0;
	margin-top: 0px;
	clear: both;
	width: 100%;
	background-color: rgb(248, 179, 50);
	border-bottom-color: rgb(255, 255, 255);
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
#navBox {
	float: left;
	height: auto;
	margin-left: 0;
	margin-top: 0px;
	clear: both;
	width: 100%;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	margin-left: 4%;
}
#topQuestionBox1 {
	background-color: rgb(246, 161, 47);
}
#topQuestionText {
	float: left;
	font-size: 1em;
	width: 92%;
	height: auto;
	text-align: left;
	font-weight: normal;
	line-height: 1em;
	margin-left: 8%;
	padding-right: 2%;
	margin-top: 15px;
	padding-bottom: 1em;
	clear: none;
	min-height: 29px;
	color: rgb(255, 255, 255);
}
.wf-loading #topQuestionText {
	font-family: "Arial Narrow", Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: .9em;
}
.wf-active #topQuestionText {
	font-family: myriad-pro-condensed;
}
#navText, #yellowNavText, #redbrownNavText, #tealNavText, #magentaNavText, #greenNavText, #orangeNavText {
	float: left;
	font-size: 1.2em;
	width: 92%;
	height: auto;
	text-align: left;
	font-weight: normal;
	line-height: 1em;
	margin-left: 0;
	padding-right: 2%;
	margin-top: 15px;
	padding-bottom: .4em;
	clear: none;
	min-height: 29px;
}
.wf-loading #navText, .wf-loading #yellowNavText, .wf-loading #redbrownNavText, .wf-loading #tealNavText, .wf-loading #magentaNavText, .wf-loading #greenNavText, .wf-loading #orangeNavText {
	font-family: "Arial Narrow", Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: .9em;
}
.wf-active #navText, .wf-active #yellowNavText, .wf-active #redbrownNavText, .wf-active #tealNavText, .wf-active #magentaNavText, .wf-active #greenNavText, .wf-active #orangeNavText {
	font-family: myriad-pro-condensed;
}
#breadcrumbs a:hover, #navText:hover, #yellowNavText:hover, #redbrownNavText:hover, #tealNavText:hover, #magentaNavText:hover, #greenNavText:hover, #orangeNavText:hover {
	text-decoration: underline;
}
#currentNavText {
	border-color: rgb(248, 179, 50);
}
#topQuestionBox1:hover, #topQuestionBox:hover {
	background-color: rgb(180, 120, 6);
}
#l2FeatureBox {
	float: left;
	margin-right: 0;
	min-height: 126px;
	height: auto;
	margin-left: 3.5%;
	margin-top: 32px;
	clear: none;
	width: 29%;
	border-right-color: rgb(248, 179, 50);
	border-right-width: 3px;
	border-right-style: dotted;
	margin-right: 0%;
}
.wf-loading #l2FeatureBoxTitle, .wf-loading #l2FeatureBoxDesc, .wf-loading #l2FeatureBoxMore {
	font-family: "Arial Narrow", Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: .9em;
}
.wf-active #l2FeatureBoxTitle, .wf-active #l2FeatureBoxDesc, .wf-active #l2FeatureBoxMore {
	font-family: myriad-pro-condensed;
}
#l2FeatureBoxTitle {
	float: left;
	font-size: 1.3em;
	width: 95%;
	height: auto;
	text-align: left;
	font-weight: 600;
	line-height: 1em;
	margin-left: 0%;
	margin-top: 0px;
	clear: none;
	min-height: 0px;
	text-transform: uppercase;
	color: rgb(248, 179, 50);
}
#l2FeatureBoxTitle:hover, #l2FeatureBoxMore:hover {
	text-decoration: underline;
}
#l2FeatureBoxDesc {
	float: left;
	font-size: 1.2em;
	width: 95%;
	height: auto;
	text-align: left;
	font-weight: normal;
	line-height: 1em;
	margin-left: 0;
	margin-top: 9px;
	clear: both;
	min-height: 0px;
}
#l2FeatureBoxMore {
	float: left;
	font-size: 1em;
	width: 95%;
	height: auto;
	text-align: left;
	font-weight: 600;
	line-height: 1em;
	margin-left: 0;
	margin-top: 7px;
	clear: both;
	min-height: 0px;
	text-transform: uppercase;
	color: rgb(248, 179, 50);
	margin-right: 0%;
}
#moreArrow {
	display: none;
}
/* color variants */
.yellowBorder {
	border-color: rgb(248, 179, 50);
}
#yellowNavText {
	color: rgb(248, 179, 50);
	font-weight: 700;
}
.orangeBorder {
	border-color: #f47820;
}
#orangeNavText {
	color: #f47820;
	font-weight: 700;
}
#redbrownNavText {
	color: #84225E;
	font-weight: 700;
}
.redbrownBorder {
	border-color: #84225E;
}
#tealNavText {
	color: rgb(61, 180, 229);
	font-weight: 700;
}
.tealBorder {
	border-color: rgb(61, 180, 229);
}
#magentaNavText {
	color: rgb(235, 22, 118);
	font-weight: 700;
}
.magentaBorder {
	border-color: rgb(235, 22, 118);
}
#greenNavText {
	color: rgb(0, 154, 77);
	font-weight: 700;
}
.greenBorder {
	border-color: rgb(0, 154, 77);
}
/* end color variants */
#nextLink {
	float: right;
	width: auto;
	font-size: 1.6em;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: .2em;
	padding-bottom: .2em;
	padding-left: 20%;
	padding-right: 2%;
	margin-bottom: .5em;
}
.wf-loading #nextLink {
	font-family: "Arial Narrow", Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: .9em;
}
.wf-active #nextLink {
	font-family: myriad-pro-condensed;
}
#keywords {
	clear: both;
	float: none;
}
.level3Left table tr td ul {
	list-style-position: inside;
	padding-left: 1em;
	text-indent: -1em;
}
.level3Left table tr td ul li {
	margin-top: 0;
}
.level3Left table th {
	border: #797979 solid thin;
	font-size: 1.2em;
	padding: .5em;
}
.level3Left table td {
	padding: 0.5em;
	border: #797979 solid thin;
}
input {
	display: inline;
}
input[type=checkbox].css-checkbox {
	display: none;
}
input[type=checkbox].css-checkbox + label.css-label {
	padding-left: 23px;
	display: inline-block;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: 0 0;
	vertical-align: middle;
	cursor: pointer;
}
input[type=checkbox].css-checkbox:checked + label.css-label {
	background-image: url(/img/csscheckedbox.png);
}
label.css-label {
	line-height: 1.2em;
	display: block;
	background-image: url(/img/csscheckbox.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.Paper {
	border: 1px solid #000000;
	background-color: white;
	padding: 25px;
	margin: 2% 0 2% 0;
	font-family: Arial, Helvetica, sans-serif;
}
.oButton, input[type="button"] {
	border: 0;
	background: rgb(248, 179, 50);
	padding: 4px 20px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #ffffff;
	text-decoration: none;
	vertical-align: middle;
	font-weight: bold;
}
.oButton:hover, input[type="button"]:hover {
	background: rgb(246, 161, 47);
	color: #ffffff;
}
.level3Left .noborder table td {
	border: none;
}
small {
	font-size: .9em;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

	#searchAreaBoxSmall {
		display:none;}
#searchiconbox {
	padding-top:1em;
		padding-left:25%;
	}
/* media queries */
@media only screen and (max-width: 1280px) {
#headerPicBox {
	height: 350px;
}
#headBanner {
	margin-top: 269px;
}
#headBannerTitle {
	font-size: 2.8em;
	margin-top: 16px;
}
#headBannerDesc {
	font-size: 1.1em;
	margin-top: 16px;
}
#headBannerIcon;
#smallerIcon {
	font-size: 5em;
	width: 10%;
	margin-top: 0;
	margin-right: 3%;
	pointer-events: none;
}
#l2FeatureBox {
	min-height: 150px;
}
#privacyText a:hover {
	text-decoration: underline;
}
}

@media only screen and (max-width: 1225px) {
#aieText {
	margin-top: 20px;
}
.menuText {
	margin-top: 20px;
}
#TGlogoH {
	margin-left: 12%;
}
#magIcon {
	margin-left: 7%;
}
}

@media only screen and (max-width: 1150px) {
#footerTopText {
	margin-top: 0px;
	padding-left: 20px;
}
}

@media only screen and (max-width: 1005px) {
#magIcon input {
	width: 22px;
	height: 22px;
}
}

@media only screen and (max-width: 970px) {
.planDropMenuBox, .payDropMenuBox, .findDropMenuBox, .manageDropMenuBox, .counselorDropMenuBox {
	display: none;
}
#innerBottomBox {
	height: 60px;
}
.bottomFooterLinks {
	font-size: 1em;
}
#footerBottomBox {
	height: 160px;
}
#copyrightText {
	font-size: 1em;
	margin-top: 10px;
}
#footerAIELogo, #footerHELogo, #footerTGLogo {
	clear: none;
	float: right;
	margin-left: 0;
	margin-right: 2%;
	height: 24px;
	width: auto;
	margin-top: -0px;
}
#privacyText {
	font-size: 1em;
	width: 60%;
	margin-top: 6px;
}
#permissionText {
	margin-top: 6px;
}
.footerIcon {
	font-size: 50px;
}
#footerTopText {
	margin-top: 0px;
	font-size: 1.2em;
	padding-left: 20px;
}
#footerTextBox, #footerIconBox, #footerTopBox, #footerFeatureBox {
	height: auto;
}
#l2FeatureBox {
	min-height: 170px;
}
#headerPicBox {
	height: 265px;
}
#sectionHeadBanner, #headBanner {
	height: 70px;
}
#headBanner {
	margin-top: 195px;
}
#headBannerTitle {
	font-size: 2.4em;
	margin-top: 17px;
}
#headBannerDesc {
	font-size: .9em;
	margin-top: 16px;
	width: 37%;
}
#headBannerIcon, #smallerIcon {
	float: right;
	font-size: 5em;
	width: 14%;
	text-align: right;
	margin-right: 3%;
	pointer-events: none;
}
#smallerIcon {
	font-size: 4em;
	margin-top: 4px;
}
#smallerIcon2{
	font-size: 3em;
	margin-top: 10px;
	
	}
	
	#searchAreaBoxSmall {
		display:block;}
	#searchAreaBox {
		display:none;}
#searchAreaBox, #searchAreaBoxSmall {
	width: 7%;
	margin-right: .2%;
	
}
#payForCollege, #planForCollege, #findAJob, #manageYourMoney {
	width: 13%;
}
#counselorResources {
	width: 15.5%;
}
}

@media only screen and (max-width: 815px) {
#magIcon input {
	width: 28px;
	height: 28px;
	margin-left: 10%
}
#aieLogoBox {
	margin-right: .2%;
}
.menuText {
	margin-top: 20px;
}
#TGlogoH {
	margin-left: 7%;
}
#searchTextAreaBox {
	display: none;
}
#searchAreaBox, #searchAreaBoxSmall {
	width: 7%;
	margin-right: .2%;
}
#magnifierBox {
	float: left;
	height: 40px;
	margin-left: 10%;
	margin-top: 15px;
	clear: none;
	width: 90%;
	border: none;
	background: none;
}
#payForCollege, #planForCollege, #findAJob, #manageYourMoney {
	width: 13%;
}
#counselorResources {
	width: 15.5%;
}
#navBox, #navText {
	margin-left: 0;
}
#level3Right {
	clear: both;
	float: left;
	height: auto;
	margin-left: 0;
	margin-top: 0;
	width: 15%;
}
.level3Left {
	float: left;
	margin-top: 0;
	padding-right: 6%;
	margin-left: 5%;
	width: 80%;
	padding-left: 0;
}
#topQuestionAreaBox {
	width: 100%;
}
#level2Left {
	margin-left: 5%;
	width: 70%;
	padding-right: 0;
}
}

@media only screen and (max-width: 800px) {
#headerPicBox {
	height: 194px;
}
#headBanner {
	margin-top: 124px;
}
#l2FeatureBox {
	width: 40%;
	min-height: 0;
}
#level2right {
	width: 30%;
}
#topQuestionAreaBox {
	width: 100%;
}
#headBannerDesc {
	width: 25%;
}
}

@media only screen and (max-width: 710px) {
#TGlogoH {
	margin-left: 10%;
	margin-top: 17px;
	height: 30px;
	width: auto;
}
#aieText {
	margin-top: 16px;
	font-size: 1em;
}
.level3Left table {
	font-size: .8em;
}
#level2Left {
	margin-left: 5%;
	width: 65%;
}
}

@media only screen and (max-width: 660px) {
#headBannerDesc {
	display: none;
}
}

@media only screen and (max-width: 625px) {
#tfaicFooter {
	display: block;
}
#liveChatFooter {
	display: none;
}
#TGlogoH {
	margin-left: 3%;
}
.menuText {
	margin-top: 10px;
}
#aieText {
	margin-top: 16px;
	font-size: .8em;
}
#footerFeatureBox {
	clear: none;
	float: left;
	height: 60px;
	margin-left: 0;
	margin-top: 0;
	width: 50%;
	border: #FFFFFF solid 2px;
}
#innerBottomBox {
	clear: none;
	float: left;
	height: auto;
	margin-left: 0;
	margin-top: 0;
	width: 50%;
}
#permissionText, #footerAIELogo, #footerHELogo, #footerTGLogo {
	display: none;
}
#copyrightText {
	font-size: .8em;
	line-height: .8em;
	margin-left: 2%;
	width: 98%;
	margin-top: 1em;
}
#privacyText {
	text-align: left;
	margin-left: 2%;
	width: 98%;
}
#permissionText1 {
	float: left;
	margin-left: 2%;
	min-height: 0;
	text-align: left;
	width: 98%;
	clear: both;
	margin-top: .5em;
	margin-bottom: .5em;
}
#footerBottomBox {
	height: auto;
}
.bottomFooterLinks {
	font-size: 1.1em;
	height: auto;
	line-height: 1em;
	padding-left: 15%;
	margin-right: 0;
	margin-top: 10px;
	min-height: 22px;
	text-align: left;
}
#socialBox {
	margin-left: 2%;
}
#breadcrumbsBox {
	width: 96%;
	margin-left: 0;
}
#topQuestionAreaBox {
	margin-left: 8%;
}
#level2Right {
	width: 30%;
}
#level2Left {
	padding-right: 2%;
}
#l2FeatureBox {
	margin-right: 1%;
	margin-right: 1%;
	width: 43%;
}
#topQuestions {
	margin-left: 8%;
}
#searchiconbox {
		padding-left:15%;
	}
}

@media only screen and (max-width: 550px) {
.level3Left table {
	font-size: .6em;
}
#magIcon input {
	margin-left: 15%
}
}

@media only screen and (max-width: 500px) {
#payForCollege, #planForCollege, #findAJob, #manageYourMoney, #counselorResources {
	display: none;
}
#aieLogoBox {
	width: 70%;
	margin-right: .5%;
}
.menu-boxes {
	height: 50px;
}
#TGlogoH {
	margin-left: 5%;
	margin-top: 6px;
}
#aieText {
	margin-top: 10px;
	font-size: 1.2em;
	width: 70%;
}
#searchAreaBox, #searchAreaBoxSmall {
	width: 14%;
	margin-right: .5%;
}
#magnifierBox {
	margin-top: 0;
}
#menuButtonBox {
	display: block;
	width: 15%;
	border-top-color: rgb(197, 198, 200);
}
#menuBorderBox {
	margin-top: 11px;
	height: 20px;
	width: 80%;
	margin-left: 8%;
	border: 1px solid rgb(91, 91, 91);
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.menuText {
	margin-top: 2px;
}
.mobileMenu {
	width: 292px;
	position: absolute;
	left: -999em; /*  Hides the drop down */
	float: right;
	margin-right: 2px;
	height: 380px;
	margin-top: 11px;
	display: block;
	-webkit-box-shadow: rgba(0,0,0,0.50) -12px 16px 15px 0px;
	box-shadow: rgba(0,0,0,0.50) -12px 16px 15px 0px;
	z-index: 1000;
}
#menuButtonBox:hover .mobileMenu {
	left: auto;
	right: -1px;
	top: auto;
}
.miniMenuBox {
	float: left;
	height: 76px;
	margin-left: 0%;
	margin-top: 0px;
	clear: none;
	width: 100%;
	background-color: rgb(223, 224, 225);
	background-image: -webkit-linear-gradient(270deg, white 0%, rgb(223, 224, 225) 100%);
	background-image: linear-gradient(180deg, white 0%, rgb(223, 224, 225) 100%);
	background-attachment: scroll;
	-webkit-background-size: auto;
	background-size: auto;
	background-position: 0% 0%;
	background-repeat: repeat repeat;
}
#miniMenuCounselorBox {
	background: rgb(113, 113, 116);
}
#miniMenuLeftBox {
	float: left;
	height: 76px;
	margin-left: 0%;
	margin-top: 0px;
	clear: none;
	width: 69%;
}
.miniIconBox {
	float: left;
	height: 76px;
	margin-left: 0%;
	margin-top: 0px;
	clear: none;
	width: 31%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: rgb(255, 255, 255);
}
#miniPlanIconBox {
	background-color: rgb(248, 179, 50);
}
#miniPayIconBox {
	background-color: rgb(61, 180, 229);
}
#miniFindIconBox {
	background-color: rgb(235, 22, 118);
}
#miniManageIconBox {
	background-color: rgb(132, 34, 94);
}
#miniCounselorIconBox {
	background-color: rgb(0, 154, 77);
	border-bottom: none;
}
.miniMenuText {
	float: left;
	font-size: 1.2em;
	width: 92%;
	height: auto;
	text-align: right;
	font-weight: 600;
	line-height: 1em;
	margin-left: 0%;
	margin-top: 29px;
	clear: none;
	min-height: 0px;
	text-transform: uppercase;
	margin-right: 0%;
	color: rgb(87, 87, 89);
}
.wf-loading .miniMenuText {
	font-family: "Arial Narrow", Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: .9em;
}
.wf-active .miniMenuText {
	font-family: myriad-pro-condensed;
}
#miniMenuCounselorText {
	color: rgb(210, 209, 212);
}
.miniMenuIcon {
	float: left;
	font-size: 70px;
	width: auto;
	height: auto;
	font-weight: normal;
	width: 100%;
	clear: none;
	min-height: 0px;
	color: #FFFFFF;
	text-align: center;
}
#level2Body {
	padding-bottom: 0;
}
#headBanner, #sectionHeadBanner {
	height: 50px;
	margin-left: 0;
	margin-top: 0;
	opacity: 1;
}
#headBannerTitle {
	font-size: 2.2em;
	margin-top: 8px;
}
#headBannerIcon, #smallerIcon {
	float: right;
	font-size: 4em;
	width: 20%;
	text-align: right;
	margin-right: 3%;
	margin-top: -5px;
	pointer-events: none;
}
#smallerIcon {
	font-size: 3em;
	margin-top: 0;
}
#smallerIcon2 {
	font-size: 2em;
	margin-top: 10px;
}
#breadcrumbsBox, #socialBox, #headerPicBox, #l2FeatureBoxDesc, #level2Right, #l2FeatureBoxMore, nav, #keywords {
	display: none;
}
#l2FeatureBox {
 width:100%;
}
.level3Left {
	width: 90%;
	padding-right: 5%;
}
#level3Right {
	width: 90%;
	padding-right: 5%;
	margin-left: 5%;
}
#l2FeatureBoxTitle {
	margin-left: 4%;
}
#topQuestionText {
	font-size: 1.3em;
	margin-left: 4%;
	padding-top: 0;
	padding-bottom: 0;
}
#topQuestionBox, #topQuestionAreaBox {
	width: 100%;
	margin-left: 0;
}
#level2Left {
	float: left;
	height: auto;
	margin-left: 0;
	margin-top: 0px;
	clear: none;
	width: 100%;
}
#l2FeatureBox {
	float: left;
	height: auto;
	margin-left: 0;
	margin-top: 0;
	clear: both;
	width: 100%;
	border-right-style: none;
	border-bottom-color: rgb(113, 113, 116);
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	margin-right: 0;
	padding-top: .5em;
	padding-bottom: .5em;
}
#l2FeatureBox:hover {
	background-color: #f1f2f3;
}
#l2FeatureBox:hover #l2FeatureBoxTitle {
	color: #f6a12f;
}
#mobileQuestionAreaBox {
	display: block;
	height: auto;
}
#moreArrow {
	display: block;
	float: right;
}
#nextLink {
	font-size: 1.4em;
	text-align: right;
	padding: 0.2em 2% 0.2em 2%;
	width: 100%;
}
#searchiconbox {
		padding-left:30%;
		padding-top:0.5em;
	}
}
@media only screen and (max-width: 350px) {
.menutext {
	font-size: .8em;
}
#aietext {
	min-height: 0;
	padding: 0;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-size: 1em;
}
}

/* extra */
/* Google Search */
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
	width:71px !important;
	height: 29px !important;
	
	}
.gsc-control-cse {
	background-color:transparent !important;
	background:none !important;
	border:none !important;
	margin-top: .5em !important;
	}