﻿body {
	margin: 0;
	font-family: 'Segoe UI', sans-serif;
	background: #f4f4f4;
	color: #333;
	width: 100% !important;
	height: 100% !important;
	font-size: 18px;
	font-weight: 500;
	color: #444;
	overflow-x: hidden;
}

#container {
	margin: 0px auto !important;
	max-width:1400px !important;
	overflow:hidden !important;
}

#containerhome {
	margin: 0px auto !important;
	max-width: 98% !important;
}

a {
	color: #006399;
	text-decoration: none;
}

a:hover {opacity: .85;
	cursor: pointer;
}

a[href^=tel] {
	color: inherit;
	text-decoration: none;
}

#pagetitle {
	margin-top: 70px !important;
	background-color: #eee !important;
	height: 40px !important;
}

#pagetitle .titlespan {
	margin-left: 10px;
	float: left;
	font-weight: bold;
	line-height: 35px;
}

.gridheaderbutton {
	float: right;
	margin: 0 !important;
	margin-right: 20px !important;
	margin-top: 10px !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 15px !important;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	background: none !important;
	position: relative;
	padding: 0px !important;
	border: 0px !important;
	text-transform: none !important;
	color: #4c8737 !important;
}

.gridheaderbutton:hover {
	color: #666 !important;
	background: none !important;
}

a.button, submit, input[type=submit], input[type=button], button {
	background-color: #4c8737 !important;
	color: #fafafa;
	text-align: center;
	border: 1px solid #fff !important;
	margin: 20px auto;
	width: 220px;
	height: 42px;
	font-family: 'Maven Pro', sans-serif, Brandon, Arial, Helvetica, sans-serif !important;
	font-size: 21px;
	font-weight: 700;
	letter-spacing: 0px;
	border: 1px outset #090 !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

a.button:hover,
submit:hover,
input[type=submit]:hover,
input[type=button]:hover,
button:hover {
	background-color: #407a2b !important;
	cursor: pointer;
}

a.button b {
	font-family: Stephanie, Arial, Helvetica, sans-serif !important;
	font-weight: 500 !important;
	margin: 0 2px;
}

a.button.center {
	display: table;
	width: auto;
}

.smallbutton {
	width: 120px !important;
	height: 32px !important;
	font-size: 14px !important;
}

a.white {
	color: #fff;
}

a.whitelink {
	color: rgba(255, 255, 255, .5) !important;
	text-decoration: none !important;
}

a.grey {
	color: #999 !important;
}

#footer a.white {
	font-size: 13px;
	margin-top: 5px;
	letter-spacing: .5px;
	display: block;
}

h1 a.button {
	width: auto !important;
	display: table;
	clear: both;
	margin: 20px auto;
	position: relative;
	font-size: 22px !important;
	line-height: 22px;
	text-shadow: none;
}

.smicon,
.smicon .fa,
.smicon,
.smicon .fa-lg {
	font-size: 14px;
	line-height: 30px;
}

.actionicon,
.actionicon .fa,
.actionicon .fa-lg {
	font-size: 13px;
	line-height: 30px;
}

.ui-state-focus {
	outline: none;
}

u.desktop {
	text-decoration: none;
}

.pageheader {
	background-color: #2c3e50;
	color: white;
	padding: 15px;
	text-align: center;
	vertical-align: middle !important;
	margin: 0px !important;
	margin-bottom: 10px !important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0 4px 6px #333;
}

header h1 {
	margin: 0;
	font-size: 2.5rem;
}

h1,
h2,
h3,
h4,
h5,
.Sketchblock {
	font-weight: bold;
	letter-spacing: -1px;
	margin:0 !important;
	margin-top:12px;
}

h2 {
	line-height: 1em;
}

.h3 {
	font-size: 18px;
	font-weight: 600;
}

.spinner_load {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1000000;
	background-color: #000;
	opacity: 0.6;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	filter: alpha(opacity=60);
}

#header,
#footer,
.container-full-width {
	width: 100%;
	margin: 0 auto;
}

.center {
	text-align: center !important;
	margin: 0 auto;
}

.left {
	text-align: left !important;
	margin: 0 auto;
}

#container p {
	font-size: 18px;
	line-height: 26px;
}

#container p.description {
	width: 90%;
	padding: 0px 5%;
	font-size: 16px;
	line-height: 24px;
}

#container.center {
text-align: center !important;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.leftpos {
	left: 3%;
}

.rightpos {
	right: 3%;
}

#container img {
	max-width: 100%;
}

.accounterror, .accountinfo {
	width: calc(100% - 22px);
	display: inline-block;
	text-align: center;
	margin: 20px auto;
	padding: 10px;
	font-weight: 600;
	line-height: 22px;
	font-size: 15px;
}

.accounterror .fa, .accountinfo .fa {
	display: block;
	text-align: center;
}

.accounterror-text, .accountinfo-text {
	width: calc(100% - 20px);
	display: inline-block;
	text-align: center;
	margin: 20px auto 0;
	padding: 10px;
	font-weight: 600;
	line-height: 22px;
	font-size: 15px;
}

.accounterror {
	color: indianred;
	border: 1px solid indianred;
}

.accounterror-text, .accounterror .fa {
	color: indianred;
}

.nomargin {
	margin: 0 auto !important;
}

.nomarginbottom {
	margin-bottom: 0 !important;
}

.nomargintop {
	margin-top: 0 !important;
}

.margin {
	margin: 30px auto !important;
}

.marginbig {
	margin: 70px auto !important;
}

.margintop {
	margin: 30px auto 0 !important;
}

.marginbottom {
	margin: 0 auto 30px !important;
}

.nopadding {
	padding: 0 !important;
}

.nopaddingbottom {
	padding-bottom: 0 !important;
}

.nopaddingtop {
	padding-top: 0 !important;
}

.padding {
	padding: 30px 0 !important;
}

.paddingtop {
	padding: 30px 0 0 !important;
}

.paddingbottom {
	padding: 0 0 30px !important;
}

.novertical,
.full-width.novertical,
.account-column.novertical {
	margin-bottom: 0px !important;
	margin-top: 0px !important;
	padding-bottom: 0px !important;
	padding-top: 0px !important;
}

.one-half {
	float: left;
	width: 48%;
	margin: 0 1%;
}

.full-width {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
}

#logo {
	position: fixed;
	transition: all 0.7s ease;
	transform-origin: left center;
	-webkit-transform: translateZ(0);
	top: 0px;
	left: 0px;
	z-index: 500;
}

#header {
	width: 100%;
	color: #006399 !important;
	background: #fff;
	margin: 0 auto;
	line-height: 46px;
	display: inline-block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
	border-bottom: 1px solid #fff;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}

nav a {
	color: #fff;
	text-decoration: none;
	margin-left: 20px;
	font-weight: bold;
}

#primary-menu {
	transition: all 0.5s ease;
	transform-origin: left center;
	-webkit-transform: translateZ(0);
	padding: 0 0 0 135px;
}

#primary-menu ul,
#primary-menu li {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}

#primary-menu li {
	color: #fff;
	margin-right: 25px;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

#primary-menu li .fa {
	display: none;
}

#header a {
	color: #006399;
}

#secondary-menu {
	float: right !important;
	list-style: none;
	padding: 0;
	margin: 0 20px 0 0;
}

#secondary-menu li {
	margin-left: 2px;
	margin-right: 10px;
	font-size: 15px;
	float: right;
	list-style: none;
	padding: 0;
}

#secondary-menu li:first-child {
	font-size: 15px;
}

#secondary-menu li u {
	text-decoration: none;
}

.fa-exclamation-triangle {
	color: #cc0000;
	text-align: center;
	display: block;
	margin: 0 auto;
}

#alertDialog #container,
#confirmDialog #container,
#successDialog #container {
	width: calc(100% - 80px) !important;
}

.try {
	color: #4c8737;
	width: 100%;
	font-size: 24px;
	margin: 15px auto;
}

#tertiary-menu,
#tertiary-menu a,
#partners-menu,
#partners-menu li {
	list-style: none;
}

#tertiary-menu,
#schema {
	padding: 0;
	text-align: center;
	position: relative;
	display: inline-block;
}

#tertiary-menu,
#schema {
	margin: 20px auto 0;
	letter-spacing: .25px;
}

#tertiary-menu {
	width: 100%;
}

	#tertiary-menu a {
		margin: 0 3px;
	}

#schema {
	width: 100%;
	color: #fff;
}

#schema u {
	text-decoration: none;
	display: block;
	margin-top: 15px;
	font-size: 11px;
}

#tertiary-menu,
#tertiary-menu a {
	font-size: 14px;
	color: #999;
	line-height: 24px;
}

textarea {
	width: 100%;
	padding: 5px;
	margin: 5px auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

label:not(.k-checkbox-label) {
	font-size: 12px;
	z-index: 2;
	padding: 2px;
	padding-left:4px !important;
	position: absolute;
	color: #444;
}

.k-datepicker, .k-datetimepicker, .k-textbox, .k-timepicker {
	display: inline-block;
	vertical-align: middle;
	width: 250px;
}
.k-grid-norecords-template {
	width: 100% !important;
	font-size: 16px !important;
	font-weight: bold !important;
}

.k-grid table,
.k-grid-header {
	box-shadow: 0 2px 3px #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-spacing: 2px !important;
	font-size:17px !important;
	font-weight:bold !important;
}

.k-grid tr,
.k-grid td {
	box-shadow: 0 2px 3px #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.entryform {
	padding: 5px !important;
}

.entryform .k-dropdown-wrap,
.entryform .k-dropdown-wrap .k-input {
	height: 42px;
	line-height: 42px;
	vertical-align: middle;
	text-indent: 1em;
	color: #777;
	font-size: 15px !important;
}

.entryform .k-picker-wrap.k-state-default {
	width: 220px;
	line-height: 43px;
}

.entryform .k-datepicker .k-picker-wrap .k-input {
	font-size: 15px;
}

.entryform .k-picker-wrap .k-input {
	text-indent: 1em;
	height: 33px;
}

.editchild .entryform .k-datepicker .k-picker-wrap .k-input {
	height: 33px;
}

.entryform .k-select .k-icon:before {
	top: 0px;
	right: 10px;
}

.entryform .k-maskedtextbox input.k-textbox {
	padding-top: 5px !important;
}

.entryform .labelhide {
	display: none;
}

.entryform .labelshow {
	display: inline-block;
}

.entryform .entryformrow {
	padding-top: 5px;
	text-align: left;
	width: 100%;
	overflow-wrap:break-word !important;
}

.entryform .entryformrow a {
	line-height: 40px;
}

.entryform p.forminstruction,
.entryform b.forminstruction {
	line-height: 24px;
	margin: 0;
	font-size: 15px;
	display: block;
	text-align: left;
}

.entryform b.forminstruction {
	padding: 10px 0;
}

.entryform p.forminstruction {
	padding: 0px;
}

.entryformbutton:not(.k-state-disabled):hover,
.k-button:not(.k-state-disabled):hover,
.k-button:not(.k-secondary):hover {
	filter: brightness(120%);
	background: #4c8737;
	color: #fff;
	cursor: pointer !important;
}

.entryformbuttoncancel:hover {
	filter: brightness(90%) !important;
	color: #999 !important;
	background: #fff !important;
	border: 1px solid #999 !important;
}

button.entryformbuttondisabled,
button.entryformbuttondisabled:hover {
	background: #ddd !important;
	filter: brightness(100%) !important;
	cursor: default !important;
}

.entryformbuttoncancel {
	color: #999 !important;
	background: #fff !important;
	border: 1px solid #999;
}

.entryformbutton.k-state-disabled {
	color: #fff !important;
}

.entryformbutton {
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.entryform .k-dropdown-wrap,
.entryform .k-dropdown {
	padding: 0 !important;
	width: calc(100% - 1px);
	height: 43px;
}

.entryform select,
.entryform input[type=select] {
	width: 100%;
	text-indent: 1em;
}

.entryform textarea {
	width: 100% !important;
	padding-top: 10px;
	padding:4px !important;
}

.entryform .k-dropdown-wrap .k-select,
.entryform .k-numeric-wrap .k-select,
.entryform .k-picker-wrap .k-select {
	min-height: 43px;
	line-height: 43px;
}

.entryform .one-half {
	width: 50%;
	margin: 0;
}

.entryform .two-thirds {
	width: 66.6%;
	margin: 0;
}

.entryform .one-third {
	width: 33.3%;
	margin: 0;
}

.entryform .one-third:last-child,
.entryform .one-half:last-child,
.entryform .two-thirds:last-child {
	float: right;
	margin-left: 5px;
}

.entryform .one-half:last-child {
	width: calc(50% - 5px);
	margin-left: 5px;
}

.entryform .two-thirds:last-child {
	width: calc(66.6% - 5px);
}

.entryform .one-third:last-child,
.entryform .one-third:nth-child(2) {
	margin-left: 5px;
	width: calc(33.3% - 5px);
}

.entryform .entryformrow .margintop,
.entryform .entryformrow .marginsmalltop {
	margin-top: 20px !important;
}

.entryform .one-half-container {
	width: 48%;
	float: left;
	margin: 0px 1%;
}

.dafull-container {
	width: 98%;
	float: left;
	margin: 0px 1%;
}

.entryformrow.margintop,
.entryformrow.marginsmalltop {
	display: inline-block;
}

.entryformrow.marginsmalltop p {
	font-size: 14px;
	line-height: 20px;
}

.editprofile .entryform .one-half-container,
.editprofile .dafull-container {
	width: 100%;
	margin: 0px;
}

.entryform .k-list-optionlabel,
.entryform .k-dropdown-wrap .k-state-default .k-input {
	color: #999 !important;
}

.entryform .k-datepicker .k-picker-wrap .k-input {
	height: 33px;
}

.entryform .k-datepicker .k-picker-wrap.k-state-focused .k-input {
	height: 33px !important;
}

u.desktop {
	text-decoration: none;
}

.mobile,
.slider img.mobile,
.hide {
	display: none;
}

.mobileforce {
	display: none !important;
}

.griddiv {
	font-size: 14px !important;
}

.griddiv td {
	vertical-align: top !important;
}

input[type=text],
input[type=password] {
	line-height: 24px;
	font-size: 17px;
	vertical-align: middle;
	text-indent: 10px;
}

.entryform input.k-textbox {
	width: 100%;
	text-indent: 4px;
	padding-left: 4px;
	height: 52px;
	font-size: 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.k-primary, .k-overflow-container .k-primary {
	background-color: #4c8737;
	background: #4c8737;
	border-color: #4c8737;
}

.k-primary:hover, .k-primary.k-state-hover, .k-primary:active:hover, .k-primary.k-state-active:hover {
	background: #4c8737;
	background-color: #4c8737;
	border-color: #4c8737;
}

.k-button {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	font-weight: 400;
	text-transform: none;
}

.overdue {
	color: darkred !important
}

.k-input ::placeholder {
	font-size: 14px !important;
}

::placeholder {
	font-size: 14px !important;
	color: #999 !important;
}

:-ms-input-placeholder {
	color: #999 !important;
	opacity: 1;
}

::-ms-input-placeholder {
	color: #999 !important;
}

button .k-secondary {
	color: #555 !important;
	background-color: #ddd !important;
	color: white !important;
	border: 1px solid #aaa !important;
}

	input[type=button].k-secondary,
	.k-button .k-secondary,
	.k-button.k-secondary,
	button .k-secondary:hover {
		color: #555 !important;
		background-color: #ddd !important;
		border: 1px solid #aaa !important;
	}

*---------------------------------------------------------------------------------------------*/
/* class timepicker */
/*---------------------------------------------------------------------------------------------*/
.ui-widget-header {
	border: none !important;
	background: #0077cc !important;
	padding-top: 7px !important;
}

.timepickercontainer {
	position: relative !important;
	float: left !important;
	height: 25px !important;
	width: 130px !important;
	margin-top: 2px !important;
	margin-bottom: 3px !important;
}

.timepickercell,
.timepickericon {
	width: 100% !important;
	height: 100% !important;
	position: absolute !important;
}

.timepickercell {
	top: 0 !important;
	left: 0 !important;
}

.timepickericon {
	top: 7px !important;
	left: 70px !important;
	cursor: pointer !important;
	font-size: 9px !important;
}

.ui-timepicker-title {
	text-align: left;
	color: white !important;
	line-height: 1.0em !important;
	padding: 4px !important;
}

.timepickertext {
	text-transform: uppercase !important;
}

.k-numeric-wrap {
	width: 150px !important;
}

.k-numerictextbox input,
.k-datepicker input {
	height: 44px !important;
}

#footer {
	background: #0077cc;
	margin: 0px auto;
	text-align: center;
	width: 100%;
	display: inline-block;
	color: #fff;
}

.local #footer, .why #footer {
	margin-top: 0px;
}

.local-classes #footer {
	margin-top: -7px;
}

.local-classes .news.class {
	margin-bottom: 7px;
}

.index #footer {
	margin: 0 auto;
}

.local-account #footer {
	margin-top: 30px;
}

.social-menu, .social-menu li, #tertiary-menu, #tertiary-menu a, #mobile-footer-menu, #mobile-footer-menu a, #partners-menu, #partners-menu li {
	list-style: none;
}

.mobilelinks {
	text-align: center;
	margin: 10px auto !important;
	line-height: 17px !important;
}

	.mobilelinks a {
		margin: 0px !important;
		margin-bottom: 2px !important;
		margin-right: 8px !important;
		font-size: 12px !important;
	}

.social-menu, #tertiary-menu, #partners-menu, #schema {
	padding: 0;
	text-align: center;
	position: relative;
	display: inline-block;
}

#mobile-footer-menu {
	padding: 0;
	text-align: center;
	position: relative;
}

#tertiary-menu, #mobile-footer-menu, #partners-menu, #schema {
	margin: 20px auto 0;
	letter-spacing: 0.25px;
}

#partners-menu li, #partners-menu a {
	float: left;
	margin: 0 3px;
}

.social-menu li {
	float: left;
	margin: 0;
}

#mobile-footer-menu, #tertiary-menu {
	width: 100%;
}

#mobile-footer-menu a, #tertiary-menu a {
	margin: 0 3px;
}

.social-menu .fa-inverse {
	color: #0077cc;
}

.social-menu .fa-lg {
	color: #fff;
}

entryform .k-picker-wrap .k-input {
	height: 42px !important;
}

@media screen and (max-width:1650px) {
	body,
	html,
	#container {
		width: 99% !important;
		max-width: 99% !important;
		overflow-x: hidden !important;
		margin: 0px auto !important;
	}
}

@media screen and (max-width:1500px) {
	#primary-menu li {
		font-size: 16px !important;
	}

	#secondary-menu li {
		font-size: 13px !important;
	}
}

@media screen and (max-width:1280px) {
	#container {
		width: 1000px;
	}

	header h1 {
		font-size: 2.5rem !important;
	}

	#primary-menu {
		padding: 0 100px 0 90px;
		padding-left:100px;
	}

	#primary-menu li {
		margin-right: 15px;
		font-size: 16px;
	}

	#primary-menu li:last-child,
	#primary-menu li.outreach-menu {
		margin-right: 0px;
	}

	#secondary-menu li {
		margin-left: 15px;
		font-size: 16px;
	}

	#secondary-menu li:first-child {
		font-size: 16px;
	}

	#secondary-menu li:last-child {
		margin-left: 16px;
	}
}

@media (max-width: 1200px) {
	iframe {
		width: 100%;
	}
}

@media screen and (max-width:1060px) {

	.mobileforce {
		display: inline-block !important;
	}

	nav a {
		color: #fff;
		text-decoration: none;
		margin-left: 0px !important;
		font-weight: bold;
	}

	body,
	html,
	#container {
		width: 99% !important;
		max-width: 99% !important;
		overflow-x: hidden !important;
		margin:0px auto !important;
	}

	header h1 {
		font-size: 2rem !important;
	}

	.homenav {
		display: none !important;
	}

	img {
		max-width: 100%;
	}

	#container {
		-moz-transition: all 200ms ease-in;
		-webkit-transition: all 200ms ease-in;
		-o-transition: all 200ms ease-in;
		transition: all 200ms ease-in;
	}

	#alertDialog #container,
	#confirmDialog #container,
	#successDialog #container {
		width: 88% !important;
		margin: 0 1% !important;
	}

	#alertDialog #container,
	#confirmDialog #container,
	#successDialog #container {
		width: 98%;
		margin: 0 1%;
	}

	#header,
	.whitehead #header {
		width: 100%;
		padding: 0px;
		background: #006399;
		line-height: 40px;
		height: 40px;
		color: #fff;
		margin: 0;
		border-bottom: 1px solid #fff !important;
		position: fixed;
		top: 0;
		left: 0;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}

	#logo {
		left: 5px;
	}

	#logo-mobile {
		margin-top: 1px;
		margin-left: 1px;
		position: relative;
		z-index: 3;
	}

	#primary-menu {
		position: fixed;
		top: 0;
		left: 0px;
		width: 250px;
		height: 100%;
		margin: 0 0 0 -350px;
		z-index: 501;
		float: none;
		padding: 0px !important;
	}

	#primary-menu ul {
		width: 230px;
		height: 100%;
		padding: 0;
		margin: 0;
		list-style: none;
		background: #006399;
		overflow: hidden;
		box-shadow: 0 0 50px rgba(0, 0, 0, .2);
		-moz-box-shadow: 0 0 50px rgba(0, 0, 0, .2);
		-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, .2);
	}

	#primary-menu li {
		margin: 0;
		font-size: 18px;
		float: none;
		border-bottom: 1px solid rgba(255, 255, 255, .3);
		width: 100%;
		line-height: 30px;
	}

	#primary-menu li i {
		font-size: 20px;
		margin-right: 10px;
		text-align: center;
		width: 20px;
	}

	#primary-menu li .fa {
		display: inline-block;
		width: 25px;
	}

	#primary-menu a,
	.whitehead #primary-menu a {
		color: #fff;
		display: block;
		padding: 12px 15px;
		font-size: 15px;
	}

	#primary-menu a:hover,
	.whitehead #primary-menu a:hover {
		background: #006399;
	}

	#mobile-menu-label {
		display: block;
		line-height: 45px;
		color: #fff;
		text-align: center;
		font-size: 24px;
		position: fixed;
		top: 0px;
		right: 10px;
		z-index: 501;
	}

	#mobile-menu-label:hover {
		cursor: pointer;
	}

	input#mobile-checkbox[type="checkbox"] {
		display: none;
	}

	input#mobile-checkbox[type="checkbox"]:checked ~ #primary-menu {
		margin: 0;
	}

	input#mobile-checkbox[type="checkbox"]:checked ~ #mobile-menu-label {
		right: 10px;
	}

	#secondary-menu {
		margin-right: 50px;
	}

	#secondary-menu li a,
	.whitehead #secondary-menu li a {
		color: #fff !important;
		font-weight: 800;
		font-size: 24px !important;
	}

	#secondary-menu li {
		margin-left: 20px;
	}

	span.microsteppin {
		font-size: 14px;
		margin-left: 10px;
	}

	.modal-container #container {
		top: 0;
		transform: translateY(0%);
		height: 100%;
	}

	.modal-close .fa {
		color: #666;
		font-size: 24px;
	}

	.modal-link {
		font-size: 11px !important;
		margin: 5px auto !important;
		display: inline-block;
	}

	.modal-link .fa-lg {
		font-size: 11px !important;
		top: -2px !important;
	}

	.modal-content p {
		font-size: 14px;
		letter-spacing: .25px;
	}

	h1 a.button {
		font-size: 18px;
		padding: 0 20px;
	}

	.home .feature span,
	.local-index .feature span {
		font-size: 24px;
	}

	#footer {
		line-height: 17px;
		color: #fff;
		font-size: 13px;
		margin: 25px 0 0;
		width: 100%;
	}

	#footer,
	.whitefoot #footer {
		padding: 25px 0;
	}

	#tertiary-menu,
	#schema {
		margin-left: 2.5%;
		margin-right: 2.5%;
		width: 95%;
		font-size: 13px;
		letter-spacing: .25px;
	}

	.social-menu li,
	.social-menu li a {
		font-size: 18px;
	}

	.social-menu li.app {
		clear: left;
		margin-top: 20px;
		width: 100%;
		margin-left: 0px !important;
	}

	.social-menu li.app u {
		display: inline-block;
		text-align: center;
		width: 100%;
		margin-bottom: 10px;
	}

	.social-menu .fa-lg,
	#tertiary-menu a {
		font-size: 20px;
	}

	#footer a.white {
		color: #fff !important;
		font-size: 16px;
		margin-top: 0px;
		display: inline-block;
	}

	.whitefoot #footer a.white {
		color: #999 !important;
	}

	input,
	select,
	email,
	password,
	checkbox {
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		border: 1px solid #999;
		font-size: 15px;
		padding-left: 5px;
		padding-right: 5px;
	}

	input,
	select,
	email,
	password,
	.entryform input[type=checkbox] {
		-webkit-appearance: none;
	}

	input[type=checkbox] {
		-webkit-appearance: checkbox;
	}

	.selector select,
	.selector .k-dropdown {
		width: 100%;
		margin-bottom: 10px;
		text-align: left;
	}

	.entryform .k-datepicker .k-picker-wrap.k-state-focused .k-input,
	.entryform .k-datepicker .k-picker-wrap .k-input {
		height: 43px !important;
		font-size: 13px;
	}

	.entryform input,
	.entryform .k-maskedtextbox input.k-textbox,
	.entryform .k-dropdown-wrap .k-input,
	.entryform .k-datepicker .k-picker-wrap.k-state-focused .k-input {
		font-size: 14px;
	}

	.entryformleft,
	.entryformright,
	.entryformrow,
	.entryform .one-third,
	.entryform .two-thirds,
	.entryform .one-half {
		width: 100% !important;
		margin: 0 !important;
	}

	.entryform .entryformrow.marginsmalltop2 {
		margin-top: 15px !important;
	}

	.entryform .one-third:first-child,
	.entryform .one-half:first-child,
	.entryform .two-thirds:first-child,
	.entryform .one-third,
	.entryform .one-half,
	.entryform .two-thirds,
	.entryform .one-third:nth-child(2) {
		padding-top: 5px;
	}

	.entryform .k-picker-wrap .k-input {
		padding-top: 5px !important;
	}

	.entryform submit,
	.entryform input[type=submit],
	.entryform button,
	.entryform input[type=button] {
		width: 98% !important;
		text-indent: 0em !important;
		margin-bottom: 10px !important;
	}

	.entryform .k-datepicker .k-picker-wrap .k-input {
		padding-top: 0px !important;
	}

	input[type=radio] {
		-webkit-appearance: radio;
		-moz-appearance: radio;
		appearance: radio;
	}

	.mobile {
		display: inline-block;
	}

	.desktop,
	#tertiary-menu,
	#gridheader,
	.icon-cell span,
	.full-width-control {
		display: none !important;
	}

	h1.title {
		font-size: 1.75em;
	}

	h2 {
		line-height: 1.25em;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		word-wrap: break-word;
	}

	#logo {
		left: 5px;
	}

	#logo-mobile {
		margin-top: 1px;
		margin-left: 1px;
		position: relative;
		z-index: 3;
	}

	#mobile-menu-label {
		display: block;
		line-height: 45px;
		color: #fff;
		text-align: center;
		font-size: 24px;
		position: fixed;
		top: 0px;
		right: 10px;
		z-index: 501;
	}

	#mobile-menu-label:hover {
		cursor: pointer;
	}

	input#mobile-checkbox[type="checkbox"] {
		display: none;
	}

	input#mobile-checkbox[type="checkbox"]:checked ~ #primary-menu {
		margin: 0;
	}

	input#mobile-checkbox[type="checkbox"]:checked ~ #mobile-menu-label {
		right: 10px;
	}

	#secondary-menu {
		margin-right: 50px;
	}

	#secondary-menu li a,
	.whitehead #secondary-menu li a {
		color: #fff !important;
		font-weight: 800;
		font-size: 24px !important;
	}

	#secondary-menu li {
		margin-left: 20px;
	}

	.micro #logo-mobile,
	.microb #logo-mobile,
	span.microsteppin {
		float: left;
	}

	span.microsteppin {
		font-size: 14px;
		margin-left: 10px;
	}

	.micro #secondary-menu,
	.microb #secondary-menu {
		margin-right: 10px;
	}

	.modal-container #container {
		top: 0;
		transform: translateY(0%);
		height: 100%;
	}

	.modal-close .fa {
		color: #666;
		font-size: 24px;
	}

	.modal-link {
		font-size: 11px !important;
		margin: 5px auto !important;
		display: inline-block;
	}

	.modal-link .fa-lg {
		font-size: 11px !important;
		top: -2px !important;
	}

	.modal-content p {
		font-size: 14px;
		letter-spacing: .25px;
	}

	.modal-content p.membership-info {
		font-size: 16px;
		color: #666;
		font-weight: bold;
	}

	#tertiary-menu,
	#schema {
		margin-left: 2.5%;
		margin-right: 2.5%;
		width: 95%;
		font-size: 13px;
		letter-spacing: .25px;
	}

	input,
	select,
	email,
	password,
	checkbox {
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		border: 1px solid #999;
		font-size: 15px;
		padding-left: 5px;
		padding-right: 5px;
	}

	input,
	select,
	email,
	password,
	.entryform input[type=checkbox] {
		-webkit-appearance: none;
	}

	input[type=checkbox] {
		-webkit-appearance: checkbox;
	}

	.entryform .k-datepicker .k-picker-wrap.k-state-focused .k-input,
	.entryform .k-datepicker .k-picker-wrap .k-input {
		height: 43px !important;
		font-size: 13px;
	}

	.entryform input,
	.entryform .k-maskedtextbox input.k-textbox,
	.entryform .k-dropdown-wrap .k-input,
	.entryform .k-datepicker .k-picker-wrap.k-state-focused .k-input {
		font-size: 14px;
	}

	.signup .k-textbox {
		top: -2px !important;
	}

	input[type=radio] {
		-webkit-appearance: radio;
		-moz-appearance: radio;
		appearance: radio;
	}

	.mobile {
		display: inline-block;
	}

	.desktop,
	#tertiary-menu,
	#gridheader,
	.icon-cell span,
	.full-width-control {
		display: none !important;
	}
}

@media only screen and (max-width: 980px) {
	.aform {
		width: 100%;
	}

	.aloginform {
		max-width: 100%;
	}

	.k-window {
		max-width:900px !important;
	}
}

@media handheld, screen and (max-width: 860px) {

	.entryform .one-half-container,
	.dafull-container {
		width: 100%;
		margin: 0px;
	}

	.k-window {
		max-width: 800px !important;
	}

	#container {
		padding-top:10px !important;
	}
}


@media screen and (max-width:820px) {

	h1.title,
	h1.title.mobile {
		font-size: 1.5em;
	}

	header h1 {
		font-size: 1.8rem !important;
	}

	#container p {
		font-size: 15px;
		line-height: 24px;
	}

	h2.midsize {
		font-size: 26px;
		line-height: 30px;
	}

	a.button,
	submit,
	input[type=submit],
	button,
	a.button.center {
		width: 100% !important;
		padding: 0;
		display: block;
	}

	.formtitle {
		width: 100%;
		margin-right: 0%;
		text-align: left;
		margin-bottom: 0px;
		line-height: 20px;
	}

	.formedit {
		width: 100%;
		margin-bottom: 8px;
	}

	.tableform submit,
	.tableform input[type=submit],
	.tableform button,
	.tableform input[type=button],
	.accounterror-text button,
	.accounterror-text input[type=button] {
		width: 100% !important;
		display: inline-block;
		margin: 10px auto;
		padding: 0;
	}

	a.button,
	submit,
	input[type=submit],
	input[type=button],
	button {
		width: 100% !important;
	}

	.micro .account-column-head a.smicon,
	.micro .account-column-head span.smicon {
		float: left;
		clear: both;
		width: 100%;
	}

	.entryformbutton {
		width: 100%;
		padding: 0 !important;
	}
}

@media handheld, screen and (max-width: 680px) {
	header h1 {
		font-size: 1.5rem !important;
	}

	.k-window {
		max-width: 90% !important;
	}
}

@media handheld, screen and (max-width: 480px) {
	header h1 {
		font-size: 1.4rem !important;
	}
}
