/*
Theme Name: ASM(After School Matters)
Author: HDG / 2015
Version: 1.0
*/

* {
	margin: 0;
	padding: 0;
}
html {
    -webkit-text-size-adjust: 100%;	/* http://stackoverflow.com/questions/2710764/preserve-html-font-size-when-iphone-orientation-changes-from-portrait-to-landsca */
    font-size: 100%;	/* 16px */
    font-weight: 400;
    background: #ffffff;
	min-width: 320px;
}
body, textarea, input, select {
	font-family: 'open sans', sans-serif;
}
body {
	font-size: 0.875rem;
	line-height: 1.6;
}
img {
	border: none;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
b {
	font-weight: 600;
}


/* custom */

.preload * {	/* https://css-tricks.com/transitions-only-after-page-load/ */
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
.clearfix:before, .clearfix:after {	/* http://www.sitepoint.com/clearing-floats-overview-different-clearfix-methods/ */
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1; /* ie 6/7 */
}
.page-wrap {
	position: relative;
	/*overflow: hidden;*/
	max-width: 1024px;
	min-width: 320px;
	width: 100%;
	margin: 0 auto;
	font-size: 0;
}
.wrap {
	max-width: 975px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
}
.error-highlight {
	border: 2px solid #cc0000 !important;
	background-color: #ffcccc !important;
}
.tooltip {
	text-decoration: underline;
	cursor: pointer;
}
a.tooltip {
	color: inherit;
}
a.tooltip:hover {
	text-decoration: underline;
}
.purple {
	color: #522e91;
}

tbody > tr:hover {
	background-color: #ffffff;
}

form h3 {
	margin-bottom: 10px;
	font-weight: bold;
}

span.emphz1 {
	font-weight: bold;
	font-size: 105%;
	color: #522E91;
}

table.container1 td {
	border: 0px;
	padding: 0px 10px 0px 0px;
	vertical-align: top;
}

table.dashboardtable td {
	font-size: 90%;
	border: 1px solid black;
	padding: 8px 8px 8px 8px;
}

	table.dashboardtable td.invert {
		background-color: #522E91;
		color: #ffffff;
	}

.footnote {
	font-size: 80%;
	font-style: italic;
}

.anchorbutton {
	background-color: #522e91;
	display: inline-block;
	white-space: nowrap;
	font-size: 0.875rem;
	padding: 6px;
	margin: 2px 0px 2px 0px;
	height: 32;
	color: #fff;
	border: 1px solid #522e91;
	cursor: pointer;
	text-decoration: none;
	border-radius: 4px;
}

	.anchorbutton:hover {
		background: #3e1b6e;
		border: 1px solid #3e1b6e;
	}

/* header */

#header {
    position: relative;
    z-index: 100;
}
#logo-container .logo {
	margin: 0 auto;
	display: block;
	position: relative;
	width: 283px;
	padding: 20px 0 25px 0;
}
#navbar {
	background: url('/web/sms/OnlineEnrollment/Shared/images/nav-bg-sides.png') repeat-x top;
	height: 45px;
	min-height: 45px;
}
#main-menu {
    background: url('/web/sms/OnlineEnrollment/Shared/images/nav-bg.png') no-repeat top;
    max-width: 1024px;
	padding: 0 20px 0 173px;
}
#main-menu .menu li, #mobile-menu .menu li {
	list-style: none;
	position: relative;
	text-transform: uppercase;
}
#main-menu .menu li {
	float: left;
	text-align: center;
	text-transform: uppercase;
}
#main-menu .menu li.right {
	float: right;
}
#mobile-menu .menu li {
	text-align: left;
	border-bottom: 1px solid #fff;
}
#mobile-menu .menu li:last-of-type {
	border: none;
}
#main-menu .menu li a, #mobile-menu .menu li a {
    font-weight: 600;
    font-size: 0.75rem;
    color: #fff;
    text-decoration: none;
    display: block;
}
#main-menu .menu li a {
    max-height: 39px;
    line-height: 40px;
	margin: 2px 0 0 0;
	padding: 0 15px;
}
#mobile-menu .menu li a {
	max-height: 60px;
	line-height: 60px;
	padding: 0 0 0 10px;
    text-align: left;
	width: 98%;
}
#main-menu .menu li.current a, #main-menu .menu li a:hover {
    background: #3e1b6e;
    color: #fdea6e;
}
#mobile-menu .menu li.current a, #mobile-menu .menu li a:hover {
	background: #522d91;
    color: #fdea6e;
}
#main-menu .menu li.disabled a, #mobile-menu .menu li.disabled a {
    pointer-events: none;
	cursor: default;
}
#mobile-menu .menu li.disabled a {
    color: #cacaca;
}
#mobile-menu {
	display: none;
	background: #4B2784;
    position: relative;
    max-width: 480px;
    width: 100%;
    z-index: 100;
	border-top: 1px solid white;
}
#mobile-menu .menu {
	padding: 0 10px;
}


/* mobile-buttons */

#mobile-buttons {
    top: 9px;
    display: none;
}
#mobile-buttons .menu-button span {
	height: 4px;
	background: #fff;
	width: 26px;
	border-radius: 2px;
	position: absolute;
}
#mobile-buttons .menu-button span.b-1 {
	top: 0;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#mobile-buttons .menu-button span.b-2 {
	top: 10px;
	left: 0;
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#mobile-buttons .menu-button span.b-3 {
	top: 20px;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#mobile-buttons .menu-button.opened span.b-1 {
	top: 12px;
	left: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#mobile-buttons .menu-button.opened span.b-2 {
	top: 9px;
	left: 0;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#mobile-buttons .menu-button.opened span.b-3 {
	top: 12px;
	left: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#mobile-buttons .menu-button {
    display: block;
    height: 30px;
    width: 30px;
    cursor: pointer;
}


/* container */

#container {
	padding: 50px 0;
}
#container * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#sidebar, #main-contents {
	float: left;
	position: relative;
}
#sidebar {
	overflow: hidden;
	width: 15%;
    padding: 5px 0 0 0;
}
#main-contents {
    width: 85%;
    padding: 0 20px;
}


/* sidebar-menu */

#sidebar-menu .menu li {
    list-style: none;
	font-size: 0.875rem;
	color: #522e91;
	text-decoration: none;
    width: 100%;
}
#sidebar-menu .menu li a {
    color: #522e91;
    text-decoration: none;
	padding: 7px 5px 7px 10px;
    text-align: left;
    width: 100%;
    display: block;
    border-bottom: 1px solid #b2b2b2;
}
#sidebar-menu .menu li:hover a, #sidebar .menu li.current a {
	background: #fef4b6;
}
#sidebar-menu .menu li:first-child {
	border-top: 1px solid #b2b2b2;
}
#sidebar-menu .menu li.disabled a {
	background: #fff;
	color: #cacaca;
	pointer-events: none;
	cursor: default;
}
.fixed-sidebar #sidebar-menu {
	position: fixed;
	top: 5px;
	/* width is set in js */
}


/* security */

#security {
	margin: 50px 0 0 0;
	border-top: 1px solid #ffefa3; 
	padding: 20px 0 0 0;
	width: 100%;
}
#security p {
	font-size: 0.75rem;
	color: #a1a1a4;
	padding: 0 0 18px 0;
}


/* footer */

#footer {
	height: 150px;
	background: url('/web/sms/OnlineEnrollment/Shared/images/footerbgsides.png') repeat-x bottom #3e1b6e;
	z-index: 50;
	position: relative;
}
#footer > .page-wrap {
	background: url('/web/sms/OnlineEnrollment/Shared/images/footerbg.png') no-repeat center;
	min-height: 150px;
	overflow: hidden;
}
#footer > .page-wrap > .wrap {
	height: 150px;
	max-width: 1024px;
	padding: 24px 20px 0 173px;
}
#footer > .page-wrap > .wrap > div {
	float: left;
}
#footer p, #footer li {
	color: #fff;
	font-size: 0.625rem;
	line-height: 1;
	padding: 0 0 5px 0;
}
#logo-addr-container {
    padding: 0 25px 0 0;
}
#logo-addr-container .logo {
	padding: 0 0 10px 0;
}
#logo-addr-container .address {
	padding: 10px 0 0 0;
}
#logo-addr-container .address p {
	text-align: right;
	font-weight: 600;
}
#fnav {
    width: 36%;
    padding: 0 50px;
}
#fnav li {
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 10px;
    list-style: none;
    border-left: 1px solid #7a5fa7;
}
#fnav li:nth-child(odd) {
    float: left;
    width: 45%;
}
#fnav li:nth-child(even) {
    float: right;
    width: 45%;
}
#fnav a {
    color: #fff;
    text-decoration: none;
    margin: 0;
    font-weight: 600;
}
#fnav a:hover {
    color: #fdea6e;
}
#social-container p {
	font-style: italic;
}
#social-container a:hover {
	opacity: 0.8;
}
#social-container .social {
    height: 18px;
    display: inline-block;
    margin: 8px 0 0 0;
}
#social-container .social.fb {
    background: url('/web/sms/OnlineEnrollment/Shared/images/social_01.png') no-repeat center;
    width: 20px;
}
#social-container .social.tw {
    background: url('/web/sms/OnlineEnrollment/Shared/images/social_02.png') no-repeat center;
    width: 35px;
}
#social-container .social.inst {
    background: url('/web/sms/OnlineEnrollment/Shared/images/social_03.png') no-repeat center;
    width: 39px;
}
#social-container .social.yt {
    background: url('/web/sms/OnlineEnrollment/Shared/images/social_04.png') no-repeat center;
    width: 43px;
}
#social-container .social.in {
    background: url('/web/sms/OnlineEnrollment/Shared/images/social_05.png') no-repeat center;
    width: 28px;
}
#copyright {
	height: 21px;
	float: none;
	position: absolute;
	display: block;
	bottom: 0;
	right: 0;
	margin: 0 50px 0 0;
}
#copyright p {
    color: #a1a1a4;
    display: inline-block;
    text-decoration: none;
    font-size: 0.625rem;
    line-height: 2.2;
}
#copyright p a {
	text-decoration: none;
	color: #a1a1a4;
	padding: 0 10px;
}


/* form */

form h1, form h2, form h3, form h4, form h5 {
	color: #522e91;
	font-weight: 400;
}
form h1 {
	font-size: 2rem;
	line-height: 1.2;
	margin: 0 0 36px 0;
}
form h2 {
	font-size: 1.5rem;
	line-height: 1.3;
	margin: 40px 0 20px 0;
}
form h3 {
	font-size: 1.375rem;
	line-height: 1.4;
	margin: 20px 0 20px 0;
}
form h4 {
	font-size: 1.25rem;
	line-height: 1.4;
	margin: 40px 0 20px 0;
}
form h5 {
	font-size: 1rem;
	line-height: 1.5;
	margin: 40px 0 20px 0;
}
form p, form li, form a, form br, form pre {
	font-size: 0.875rem;
}
form p {
	margin: 0 0 20px 0;
}
form hr {
	height: 1px;
    border: 0;
    border-top: 1px solid #ddd;
	margin: 0 0 20px 0;
}
form ol, form ul {
	padding: 0 0 0 40px;
	margin: 0 0 24px 0;
}
form a {
	color: #522e91;
}


/* input, label, and all other form content */

input::-webkit-input-placeholder {
	color: #a1a1a4;
}
input:-moz-placeholder { /* Firefox 18- */
	color: #a1a1a4; 
}
input::-moz-placeholder {  /* Firefox 19+ */
	color: #a1a1a4;
}
input:-ms-input-placeholder {  
	color: #a1a1a4;
}
input::-moz-focus-inner { 
	border: 0; 
	padding: 0; 
}
input[type="text"], textarea {
	padding: 0 12px;
	font-size: 0.875rem;
	height: 32px;
	border: 1px solid #b4b1d9;
}
select {
	padding: 0 0 0 8px;
	font-size: 0.875rem;
	height: 32px;
	border: 1px solid #b4b1d9;
}
textarea {
	min-height: 150px;
	padding-top: 6px;
	padding-bottom: 6px;
	max-width: 100%;
}
input[type="submit"], input[type="button"], a.cancelbutton {
	background: #522e91;
	padding: 0 12px;
	height: 32px;
	color: #fff;
	font-size: 0.875rem;
	border: 1px solid #522e91;
	cursor: pointer;
	-webkit-appearance: none;	/* http://stackoverflow.com/questions/5449412/styling-input-buttons-for-ipad-and-iphone */
}
input[type="submit"]:hover, input[type="button"]:hover {
	background: #3e1b6e;
	border: 1px solid #3e1b6e;
}
div.formitem {
	margin: 0 0 15px 0;
}
label {
	font-size: 0.875rem;
}
	div.instructions {
		background-color: #bae7f6;
		border: 1px solid #00c5fa;
		padding: 6px 12px;
		display: block;
		margin: 0 0 15px 0;
	}
label.instructions {
	background-color: #bae7f6;
	border: 1px solid #00c5fa;
	padding: 6px 12px;
	display: block;
	margin: 0 0 15px 0;
}
label.instructions ul {
	margin-top: 12px;
	margin-bottom: 12px;
}
label.notification {
	background-color: #E2F9E3;
	border: 1px solid #9c9;
	color: #060;
	padding: 6px 12px;
	display: block;
	margin: 0 0 15px 0;
}
    label.fail {
        background-color: #ffece6;
        border: 1px solid #cc3300;
        color: #cc3300;
        padding: 6px 12px;
        display: block;
        margin: 0 0 15px 0;
    }
div.formitem > label {
	text-align: right;
	padding: 6px 10px 6px 0;
	display: inline-block;
	width: 40%;
	vertical-align: middle;
	font-weight: 600;
}
div.formitem > label.left {
	text-align: left;
}
div.formitem.discreet > label {
	font-size: 0.75rem;
}
label span.note {
	color: #cc0000;
	font-weight: 600;
}
label.checkbox, label.radio {
    cursor: pointer;
    display: block;
    margin: 0 0 2px 0;
}
label.checkbox.inline, label.radio.inline {
    display: inline;
	margin: 0 20px 0 0;
    vertical-align: middle;
}
div.input-container {
	padding: 0 0 0 10px;
	display: inline-block;
	width: 60%;
	vertical-align: middle;
	font-size: 0.875rem;
}
div.input-container input[type="text"], div.input-container textarea, div.input-container select {
	width: 100%;
}
div.input-container input[type="text"].custom-width, div.input-container select.custom-width {
	width: auto;
}
div.formitem.discreet input[type="text"] {
	font-size: 0.75rem;
	height: 28px;
}
div.nav-buttons {
	width: 100%;
	text-align: center;
	margin: 30px 0 0 0;
	font-size: 0.875rem;
}
div.nav-buttons div {
	display: inline-block;
}
div.nav-buttons input[type="submit"], div.nav-buttons input[type="button"] {
	margin: 0 8px;
}
div.legend {
	border: 1px solid #00c5fa;
	padding: 6px 12px;
	margin: 0 0 15px 0;
}
div.legend-column {
	vertical-align: top;
	display: inline-block;
}
div.legend-column.left {
	width: 62%;
}
div.legend-column.right {
	width: 38%;
	padding-left: 10px;
}
div.legend-item {
	font-size: 0.75rem;
	margin-bottom: 4px;
}
div.legend-desc {
	font-size: 0.6875rem;
	margin-left: 27px;
}
div.activity-container {
	border: 2px solid #502C8E;
	border-radius: 10px;
	font-size: 0.75rem;
	margin-bottom: 8px;
	padding-top: 15px;
	padding-bottom: 10px;
}
div.activity-container-header {
		font-size: 0.75rem;
		font-weight:bold;
}
div.activity-container a {
	font-size: 0.75rem;
}
div.activity-container i {
	color:#502C8E;
	font-size: 130%;
}
div.activity-container-servicename {	
	padding-bottom: 5px;
}
div.activity-container-servicename a {
	font-size: 0.875rem;
	font-weight:bold;
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
div.activity-container-branch {
	/*padding-bottom: 5px;*/
}
div.activity-container-model {
	padding-bottom: 5px;
}
div.activity-container-description {
	padding-top: 10px;
	padding-bottom: 15px;
}
div.activity-container-instructors {
	padding-bottom: 5px;
}
div.activity-container-location {
	padding-bottom: 5px;
}
div.activity-container-timeslot {
	padding-bottom: 5px;
}
div.activity-container-schedule {
	padding-bottom: 5px;
}
div.activity-container-checkbox {
	font-size: 0.875rem;
	text-align:center;
}
div.activity {
	margin: 0 0 15px 0;
	padding: 0 0 0 20px;
	border: 2px solid #502C8E;
}
div.activity.no-input {
	padding: 0;
}
div.activity div.activity-checkbox {
	margin: 12px 0 0 -20px;
	position: absolute;
}
div.activity div.activity-desc {
	font-size: 0.875rem;
}
div.activity div.activity-desc span.details, div.activity div.activity-desc span.details a {
	font-size: 0.8125rem;
}
a.anchor {
	display: block;
	position: relative;
	top: -10px;
}
a#back-to-top {
	background: #522e91;
	padding: 0 12px;
	line-height: 32px;
	color: #fff;
	border: 1px solid #522e91;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 100;
	opacity: 0.4;
	display: none;
}
a#back-to-top:hover {
	opacity: 0.6;
}
.redbold {
	font-size: 0.875rem;
	color: #cc0000;
	font-weight: 600;
}
.low-contrast {
	color: #707072;
}
.waitlist {
	color: #0000FF;
}
option.internship:after {
	content: " (must be at least 16)";
	font-style: italic;
}
ul.nav-options {
	margin-top: 24px;
}
ul.nav-options > li {
	margin-bottom: 20px;
}


/* inline */
div.inline div.formitem {
	display: inline-block;
	width: auto;
	padding-right: 15px;
	vertical-align: bottom;
}
div.inline div.formitem > label {
	text-align: left;
	padding: 5px 0 5px 0;
	display: block;
	width: 100%;
}
div.inline div.input-container {
	padding: 0;
	display: block;
	width: 100%;
}


/* tables */

div.table-responsive {
	min-height: .01%;
	overflow-x: auto;
	margin-bottom: 0 0 20px 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	max-width: 100%;
	width: 100%;
	font-size: 0.875rem;
}
thead {
	display: table-header-group;
}
tr {
	page-break-inside: avoid;
}
th {
	border-bottom: 2px solid #ddd;
	vertical-align: bottom;
	font-weight: 600;
}
td {
	border-top: 1px solid #ddd;
	vertical-align: middle;
}
td, th {
	padding: 8px;
}
tbody > tr:hover {
	background-color: #f5f5f5;
}
/* Display scrollbar in iOS and Android http://www.456bereastreet.com/archive/201309/responsive_scrollable_tables/ */
div.table-responsive::-webkit-scrollbar {
    height:12px;
}
div.table-responsive::-webkit-scrollbar-track {
    box-shadow:0 0 2px rgba(0,0,0,0.15) inset;
    background:#f0f0f0;
}
div.table-responsive::-webkit-scrollbar-thumb {
    border-radius:6px;
    background:#ccc;
}


/* modals */

.dialog * {
	font-family: 'open sans', sans-serif;
}
.dialog .ui-widget-header {
	background: #492F92;
	font-size: 1rem;
}
.dialog .ui-widget-content {
	font-size: 0.875rem;
}
.dialog-hide-close .ui-dialog-titlebar-close {
	display: none;
}


/* search */

#search-container {
	display: inline-block;
	width: 40%;
	vertical-align: top;
	text-align: left;
	padding: 0 12px 0 0;
	line-height: 1.4;
}
	#search-container h3 {
		font-size: 1.375rem;
	}
#search-container * {
	font-size: 0.8125rem;
}
#search-container .search-title {
	font-weight: 600;
	margin: 0 0 2px 0;
}
.search-section {
	margin-bottom: 10px;
}
.search-item > label {
	padding: 2px 4px 2px 0;
	display: inline-block;
	width: 50%;
	vertical-align: middle;
}
.search-item > label.checkbox, .search-item > label.textbox {
	width: 95%;
}
.search-input-container {
	padding: 0 0 0 4px;
	display: inline-block;
	width: 45%;
	vertical-align: middle;
}
.search-item input[type="text"], .search-item select {
	width: 100%;
	height: 26px;
}
a#open-search, a#close-search {
	display: none;
}


/* map */

#map-container {
	display: inline-block;
	width: 60%;
}
#map-canvas {
	width: 100%;
	height: 600px;
	margin: 0 0 15px 0;
}
.ibox_container * {
	color: #000;
	font-size: 0.75rem;
	line-height: 1.5;
	padding: 0 0 10px 0;
	margin: 0;
}
.ibox_activityname {
	font-weight: 600;
	font-size: 0.8125rem;
}
.ibox_multi {
	border-top: 1px solid #ccc;
	padding-top: 5px;
}
.ibox_multi_location {
	border-top: 2px solid #000;
	padding-top: 15px;
	margin-top: 5px;
}
#map-legend {
	background: #fff;
	margin: 10px;
	border-radius: 2px;
	box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
	padding: 6px 8px 6px 4px;
	width: 96px;
}
#map-legend > div > div {
	display: inline-block;
	line-height: 1.4;
}
#map-legend > div > div.legend-icon {
	width: 36%;
}
#map-legend > div > div.legend-label {
	width: 64%;
}
#map-legend * {
	vertical-align: middle;
	margin: 2px 0px;
}


/* chosen */

.chzn-container .chzn-single {
	height: 32px;
	line-height: 32px;
}
.chzn-container .chzn-single div {
	margin-top: 5px;
}
.chzn-container .chzn-single .search-choice-close {
	margin-top: 5px;
}
.chzn-container .chzn-results li {
	line-height: 100%;
}
.search-item .chzn-container {
	margin-top: 1px;
	margin-bottom: 5px;
}
.search-item .chzn-container .chzn-single {
	height: 26px;
	line-height: 26px;
}
.search-item .chzn-container .chzn-single div {
	margin-top: 2px;
}
.search-item .chzn-container .chzn-single .search-choice-close {
	margin-top: 2px;
}


/* teen pay and stipends */

div.enroll-status {
	font-size: 1rem;
	font-weight: 600;
	margin: 0 0 20px 0;
}
div.stipend-section {
	font-size: 0.8125rem;
	margin: 0 0 20px 0;
}
div.stipend-section.dropped {
	color: #707072;
}
div.stipend-section a {
	font-size: inherit;
}
div.stipend-notes {
	font-size: 0.6875rem;
	font-weight: 600;
	font-style: italic;
}
ul.checklist {
	list-style: none;
	padding: 8px 0 0 0;
}
ul.checklist > li {
	font-size: 0.8125rem;
	padding-left: 20px;
}
ul.checklist > li.empty {
	color: #cc0000;
}
ul.checklist > li:before {
	padding-right: 10px;
}
ul.checklist > li.checked:before {
	content: "\2713";
	/*content: "\1F5F8";*/
}
ul.checklist > li.empty:before {
	content: "\2610";
}


/* tablet-portrait */

.tablet-portrait #navbar {
	height: auto;
}
.tablet-portrait #main-menu {
	padding-left: 20px;
}
.tablet-portrait #mobile-buttons {
	display: block;
	height: 30px;
}
.tablet-portrait #sidebar {
	display: none;
}
.tablet-portrait #main-contents {
    width: 100%;
}
.tablet-portrait #footer > .page-wrap > .wrap {
	padding-left: 20px;
}
.tablet-portrait.fixed-navbar #navbar {
	position: fixed;
	top: -2px;
	left: 0;
	right: 0;
	margin-bottom: 150px;
}
.tablet-portrait.fixed-navbar #container {
	padding-top: 90px;
}
.tablet-portrait.fixed-navbar a.anchor {
	top: -50px;
}


/* mobile-landscape */

.mobile-landscape #footer {
    height: 311px;
}
.mobile-landscape #footer > .page-wrap {
    background: none;
    height: 311px;
    padding:0;
}
.mobile-landscape #footer > .page-wrap > .wrap {
    height: 310px;
}
.mobile-landscape #footer > .page-wrap > .wrap > div {
    float: none;
    clear: both;
    width: 100%;
    text-align: center;
}
.mobile-landscape #logo-addr-container .logo {
    text-align: center;
}
.mobile-landscape #logo-addr-container .address p {
    text-align: center;
    display: inline-block;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0;
}
.mobile-landscape #logo-addr-container .address p:first-child {
    border-right: 1px solid #fff;
    padding-left: 0;
}
.mobile-landscape #logo-addr-container .address p.phone {
    display: block;
}
.mobile-landscape #fnav {
    width: 238px !important;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
    margin-top: 15px;
}
.mobile-landscape #fnav li {
    text-align: left;
}
.mobile-landscape #fnav li:nth-child(odd) {
    width: 71px;
    border: none;
    display: block;
    text-align: right;
}
.mobile-landscape #fnav li:nth-child(even) {
    width: 100px;
    clear: both;
    padding-left: 28px;
    position: relative;
    top: -25px;
}
.mobile-landscape #social-container {
    padding-top: 30px;
    margin-bottom: 39px;
}
.mobile-landscape #copyright {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
}

.mobile-landscape #program-container {
	position: relative;
}
.mobile-landscape #search-container {
	display: none;
	width: 100%;
	max-width: 360px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background: #ffffff;
}
.mobile-landscape #map-container {
	width: 100%;
}
.mobile-landscape a#open-search {
	text-decoration: none;
	background: #ffffff;
	padding: 10px 5px;
	line-height: 1;
	color: #fff;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: #522e91;
	border-radius: 0 24px 24px 0;
	position: absolute;
	top: 10px;
	left: 0px;
	z-index: 5;
	display: block;
}
.mobile-landscape a#open-search:hover {
	background: #ebebeb;
}
.mobile-landscape a#close-search {
	text-decoration: none;
	font-size: 1.25rem;
	line-height: 1;
	position: absolute;
	top: 6px;
	right: 10px;
	display: block;
}
.mobile-landscape a#close-search:hover {
	color: #3e1b6e;
}


/* mobile-portrait */

.mobile-portrait #main-menu .menu li.hidable {
	display: none;
}
.mobile-portrait div.formitem > label {
	text-align: left;
	padding: 5px 0 5px 0;
	display: block;
	width: 100%;
}
.mobile-portrait div.input-container {
	padding: 0;
	display: block;
	width: 100%;
}
.mobile-portrait div.legend-column {
	display: block;
	width: 100%;
}
.mobile-portrait div.legend-column.right {
	padding-left: 0;
}
.mobile-portrait div.table-responsive {
	border: 1px solid #ddd;
	ms-overflow-style: -ms-autohiding-scrollbar;
	overflow-y: hidden;
	width: 100%;
}
.mobile-portrait div.table-responsive > table {
	white-space: nowrap;
}


