.col {
	padding-left: 0;
}
fieldset div.col {
	float: none;
}
input, label, select, button, textarea {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 0 none;
	display: inline-block;
	font-family: Arial;
	font-size: 13px;
	line-height: 1;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	white-space: normal;
}
input:focus {
	outline: 0 none;
}
input, textarea {
	box-sizing: content-box;
}
button, input[type="reset"], input[type="button"], input[type="submit"], input[type="checkbox"], input[type="radio"], select {
	box-sizing: border-box;
}
input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="range"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
}
input[type="checkbox"], input[type="radio"] {
	height: 13px;
	width: 13px;
}
input[type="file"] {
}
input[type="search"] {
}
button, input[type="reset"], input[type="button"], input[type="submit"] {
	overflow: visible;
	width: auto;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
.row {
	margin-left: 0;
	margin-right: 0;
}
select[multiple] {
	vertical-align: top;
}
.main-content {
	background-color: snow;
}
footer {
}
#content-primary {
	background-color: #ffffff;
	border: 0 none;
	box-shadow: none;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2%;
	max-width: 950px;
	padding-bottom: 10px;
	position: relative;
	width: 90%;
	z-index: 10;
}
mark {
	background-color: #a6dbed;
	padding-left: 5px;
	padding-right: 5px;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.center {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.clear-fix::after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.col-left {
	float: left;
}
.col-right {
	float: right;
}
.left-small, .left-med, .left-large {
	min-height: 1px;
	position: relative;
}
.left-large {
	width: 100%;
}
.left-med {
	width: 66%;
}
.left-small {
	width: 33.3333%;
}
.callout {
	background-color: #957924;
	border: 1px solid #957924;
	border-radius: 8px;
	color: white;
	padding: 10px;
	width: 600px;
}
.footnote {
	color: #666;
	font-size: 0.9em;
	font-style: italic;
	font-weight: normal;
	line-height: 1em;
	margin: 0 0 0 3px;
}
.editlink {
	font-size: 14px;
}
hr {
	border-top: 1px solid #ccc;
	display: block;
	height: 1px;
	margin: 15px 0;
}
#searchBox {
	float: right;
}
#searchBoxInner {
	float: right;
}
#searchBoxInput {
	background-color: #cccccc;
	font-size: 16px;
	height: 16px;
	padding: 0;
	width: 220px;
}
.gcs {
	margin: 0;
}
td.gsc-search-button {
	padding: 0;
	width: 1%;
}
td.gsc-clear-button {
	padding: 0;
	width: 1%;
}
table.progress-bar {
	border: 0 none;
	border-collapse: separate;
	border-spacing: 5px;
	color: #fff;
	font-family: Helvetica, Arial;
	font-size: 1em;
	line-height: 1em;
	margin: 0;
	padding: 5px 0 10px;
	vertical-align: text-top;
	width: 683px;
}
table.progress-bar td {
	padding: 7px;
}

div.div-progress-pending {
	background-color: #ddd;
	border-right: 1px solid #fff;
	font-size: 12px;
	font-family: 'Futura', sans-serif;
	letter-spacing: 0.07em;
	color: #000;
	padding: 10px 10px;
	margin-right: 3px;
}
div.div-progress-current {
	background-color: #6699cc;
	border-right: 1px solid #fff;
	font-size: 12px;
	font-family: 'Futura', sans-serif;
	letter-spacing: 0.07em;
	color: #fff;
	padding: 10px 10px;
	margin-right: 3px;
}
div.div-progress-done {
	background-color: #194b96;
	border-right: 1px solid #fff;
	font-size: 12px;
	font-family: 'Futura', sans-serif;
	letter-spacing: 0.07em;
	color: #fff;
	padding: 10px 10px;
	margin-right: 3px;
}
.div-progress-done a:link, .div-progress-done a:visited, .div-progress-done a:active, .div-progress-current a:link, .div-progress-current a:visited, .div-progress-current a:active {
	color: #fff;
	text-decoration: none;
}
.div-progress-done a:hover, .div-progress-current a:hover {
	color: #fff;
	text-decoration: underline;
}

#pageTitle {
	padding-left: 40px;
	padding-right: 10px;
}
#pageTitleInner {
	padding-left: 10px;
	padding-right: 10px;
}
#innerBody {
	min-height: 300px;
	padding-left: 10px;
	padding-right: 10px;
}
#innerBody-sidebar {
	float: left;
	min-height: 300px;
	padding-left: 10px;
	padding-right: 10px;
	width: 64%;
}
#innerBody-sidebar-right {
	float: right;
	min-height: 300px;
	padding-left: 10px;
	padding-right: 10px;
	width: 64%;
}
.content {
	/*float: right;*/
	min-height: 300px;
	padding-left: 10px;
	padding-right: 10px;
	width: 64%;
}
.sidebar-right {
	float: right;
	width: 30%;
}
.sidebar-left {
	float: left;
	width: 30%;
}
.sidebar-box {
	background-color: #eee;
	border-bottom: 10px solid #253c99;
	margin: 20px 0;
	padding: 5px 14px;
}
.content-wrapper {
	max-width: 960px;
}
.list {
	list-style: outside none disc;
	margin-left: 26px;
}
div .button {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #253c99;
	border-color: -moz-use-text-color -moz-use-text-color background;
	border-image: none;
	border-radius: 16px;
	border-style: groove;
	border-width: medium;
	color: #ffffff;
	float: left;
	font-size: 1.5em;
	font-weight: bolder;
	height: 75px;
	line-height: 75px;
	margin: 6px;
	text-align: center;
	width: 218px;
}
a .linkbutton {
	display: block;
}
.formsubmit, .formbutton {
	margin: 15px 6px 0 0;
}
a.formlink:link, a.formlink:visited {
	background: #0b6bb5 none repeat scroll 0 0;
	border: medium none;
	cursor: pointer;
	display: inline-block;
	font-family: "Futura-Bold", sans-serif;
	font-size: .7em;
	letter-spacing: 1px;
	padding: 3px 12px;
	margin: 1px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 0.3s ease 0s;
	color: white;
}
a.formlink:hover {
	background: #e36f1e none repeat scroll 0 0;
	border: medium none;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-family: "Futura-Bold", sans-serif;
	font-size: 0.7em;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 0.3s ease 0s;
}
.formbutton, .formbutton a {
	background: #86b850 none repeat scroll 0 0;
	border: medium none;
	cursor: pointer;
	display: inline-block;
	font-family: "Futura-Bold", sans-serif;
	letter-spacing: 1px;
	padding: 10px 20px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 0.3s ease 0s;
	color: white;
}
.formbutton:hover {
	background-color: #0b6bb5;
	color: #fff;
	text-decoration: none;
}
div .button:hover {
	background-color: #0b6bb5;
	display: block;
}
.buttonscontainer {
	display: block;
	height: 80pt;
	margin: 0 auto;
	text-align: center;
}
.buttonwrapper, .buttonwrapper a {
	display: block;
	margin: 0 auto;
	width: 100%;
}
.homeimages {
	margin: 30px 0;
	text-align: center;
}
.centered-img {
	display: inline-block;
	margin: 6px;
	padding: 0;
}
#mission {
	display: inline-block;
	margin-top: 20px;
	padding: 20px;
}
blockquote {
	border-left: 5px solid #eee;
	font-size: 14.5px;
	font-style: italic;
	margin: 0 0 20px;
	padding: 10px 20px;
}
.site-title {
	color: #c8c8c8;
	font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
	font-size: 2.3em;
	margin: 0;
}
.site-title a, .site-title a:hover, .site-title a:active {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #c8c8c8;
	outline: medium none;
	text-decoration: none;
}
#login {
	display: block;
	font-size: 0.85em;
	margin: 0 0 10px;
	text-align: right;
}
#login a {
	background-color: #d3dce0;
	margin-left: 10px;
	margin-right: 3px;
	padding: 2px 3px;
	text-decoration: none;
}
#login a.username {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}
#login ul {
	margin: 0;
}
#login li {
	display: inline;
	list-style: outside none none;
}
ul#menu {
	font-weight: 600;
	margin: 0 0 5px;
	padding: 0;
	text-align: right;
}
ul#menu li {
	display: inline;
	list-style: outside none none;
	padding-left: 15px;
}
ul#menu li a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	text-decoration: none;
}
ul#menu li a:hover {
	color: #333;
	text-decoration: none;
}
.sidenav-control {
	list-style-type: none;
	margin-left: 10px;
}
.sidenav-control ul {
	padding-inline-start: 1px !important;
}
#sideMenu {
	background: #333 none repeat scroll 0 0;
	border-radius: 3px;
	bottom: 15%;
	opacity: 0.9;
	padding-bottom: 20px;
	padding-top: 20px;
	position: fixed;
	right: 0;
	width: 5%;
}
#sideMenu li {
	list-style: outside none none;
	padding: 5px;
}
#sideMenu li a {
	font-weight: bold;
	margin-left: -1em;
}
.featured {
	background-color: #fff;
}
.featured .content-wrapper {
	background-color: #7ac0da;
	color: #3e5667;
	padding: 20px 40px 30px;
}
.featured hgroup.title h1, .featured hgroup.title h2 {
	color: #fff;
}
.featured p {
	font-size: 1.1em;
}
hgroup.title {
	margin-bottom: 10px;
}
hgroup.title h1, hgroup.title h2 {
	display: inline;
}
hgroup.title h2 {
	font-weight: normal;
	margin-left: 3px;
}
.form-control, .form {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555;
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857;
	margin-bottom: 6px;
	padding: 0 6px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
}
.form-control:focus, .form:focus {
	border-color: #66afe9;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
	outline: 0 none;
}
section.feature {
	float: left;
	padding: 10px;
	width: 300px;
}
aside {
	float: right;
	width: 25%;
}
aside ul {
	list-style: outside none none;
	padding: 0;
}
aside ul li {
	background: rgba(0, 0, 0, 0) url("/Images/bullet.png") no-repeat scroll 0 50%;
	padding: 2px 0 2px 20px;
}
.centeredItalic {
	font-style: italic;
	margin: auto;
	text-align: center;
	width: 75%;
}
#loginForm {
	border-right: 2px solid #c8c8c8;
	float: left;
	width: 55%;
}
#loginForm .validation-error {
	display: block;
	margin-left: 15px;
}
#loginForm .validation-summary-errors ul {
	margin: 0;
	padding: 0;
}
#loginForm .validation-summary-errors li {
	display: inline;
	list-style: outside none none;
	margin: 0;
}
#loginForm input {
	width: 250px;
}
#loginForm input[type="checkbox"], #loginForm input[type="submit"], #loginForm input[type="button"], #loginForm button {
	width: auto;
}
#socialLoginForm {
	float: left;
	margin-left: 40px;
	width: 40%;
}
#socialLoginForm h2 {
	margin-bottom: 5px;
}
#socialLoginList button {
	margin-bottom: 12px;
}
#logoutForm {
	display: inline;
}
.contact h3 {
	font-size: 1.2em;
}
.contact p {
	margin: 5px 0 0 10px;
}
.contact iframe {
	border: 1px solid #333;
	margin: 5px 0 0 10px;
}
fieldset {
	border: medium none;
	margin: 0;
	padding: 0;
}
fieldset legend {
	display: none;
}
fieldset ol {
	list-style: outside none none;
	padding: 0;
}
fieldset .row ul li {
	list-style: inside none disc;
	padding-bottom: 5px;
}
label {
	display: block;
	font-size: 1em;
	font-weight: 700;
	line-height: 1.5em;
	margin: 6px 0 0;
}
label, input {
	vertical-align: baseline;
}
label.checkbox {
	display: inline;
}
textarea {
	font-family: inherit;
	width: 500px;
}
input[type="checkbox"] {
	background: transparent none repeat scroll 0 0;
	border: inherit;
	width: auto;
	margin: 6px 3px;
}
input[type="submit"], input[type="button"], button {
	background: #86b850 none repeat scroll 0 0;
	border: medium none;
	cursor: pointer;
	display: inline-block;
	font-family: "Futura-Bold", sans-serif;
	letter-spacing: 1px;
	padding: 10px 20px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 0.3s ease 0s;
	width: auto;
	color: white;
}
input[type="submit"]:hover {
	background: #0b6bb5 none repeat scroll 0 0;
}
.uploader {
	background-color: #fff;
	border: medium none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 1em;
	font-weight: normal;
	margin-right: 8px;
	width: auto;
}
input[type="file"] {
	background-color: #fff;
	border: 1px solid #787878;
	border-radius: 4px;
	cursor: pointer;
	margin-right: 8px;
	padding: 7px;
	width: auto;
}
td input[type="submit"], td input[type="button"], td button {
}
.message-info {
	border: 1px solid;
	clear: both;
	padding: 10px 20px;
}
.message-error {
	clear: both;
	color: #e80c4d;
	font-size: 1.1em;
	font-weight: bold;
	margin: 20px 0 10px;
}
.message-success {
	color: #7ac0da;
	font-size: 1.3em;
	font-weight: bold;
	margin: 20px 0 10px;
}
.error {
	color: #e80c4d;
}
.field-validation-error {
	color: #e80c4d;
	font-weight: bold;
}
.field-validation-valid {
	display: none;
}
input.input-validation-error {
	border: 1px solid #e80c4d;
}
input.input-validation-error[type="checkbox"] {
	border: 0 none;
}
.validation-summary-errors {
	color: #e80c4d;
	font-size: 1.1em;
	font-weight: bold;
}
.validation-summary-valid {
	display: none;
}
tr.pager td {
	padding: 0 0.25em 0 0;
}
@media (max-width: 1260px) {
#homeimages {
}
#homeimages img {
	width: 200px;
}
#homeimages img:first-child {
	margin-left: 1.25em;
}
.lgray > li > a {
	padding-left: 0;
	padding-right: 5px;
}
}
@media (max-width: 1220px) {
#homeimages {
}
#homeimages img {
	width: 175px;
}
#homeimages img:first-child {
	margin-left: 4.25em;
}
}
@media (max-width: 1180px) {
#homeimages {
	margin: 80px 10px 10px 80px;
}
#homeimages img {
	width: 150px;
}
#homeimages img:first-child {
	margin-left: 11.5em;
}
#sideMenu {
	font-size: 0.8em;
}
}
@media (max-width: 1024px) {
#homeimages img:first-child {
	margin-left: 10em;
}
}
@media (max-width: 1000px) {
#homeimages img:first-child {
	margin-left: 9em;
}
}
@media (max-width: 950px) {
#homeimages img:first-child {
	margin-left: 7.5em;
}
}
@media (max-width: 900px) {
#homeimages img:first-child {
	margin-left: 6em;
}
}
@media only screen and (min-width: 551px) and (max-width: 850px) {
#homeimages img:first-child {
	margin-left: 3.5em;
}
header .float-left, header .float-right {
	float: none;
}
header .site-title {
	margin: 10px;
	text-align: center;
}
#login {
	font-size: 0.85em;
	margin: 0 0 12px;
	text-align: center;
}
#login ul {
	margin: 5px 0;
	padding: 0;
}
#login li {
	display: inline;
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
#login a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #999;
	font-weight: 600;
	margin: 2px;
	padding: 0;
}
#login a:hover {
	color: #333;
}
#sideMenu {
	width: 25%;
}
.lgray {
	height: 50px;
}
.lgray li a {
	padding-bottom: 0;
	padding-left: 10px !important;
	padding-top: 8px;
}
ul#menu li {
	padding-left: 3px;
}
.cols6, .col1, .lgray ol {
	width: 175px !important;
}
.main-content, .featured + .main-content {
	background-position: 10px 0;
}
.content-wrapper {
	padding-left: 10px;
	padding-right: 10px;
}
.featured .content-wrapper {
	padding: 10px;
}
input {
}
#loginForm {
	border-right: medium none;
	float: none;
	width: auto;
}
#loginForm .validation-error {
	display: block;
	margin-left: 15px;
}
#socialLoginForm {
	float: none;
	margin-left: 0;
	width: auto;
}
.jtable-page-info {
	display: none !important;
}
.jtable tr th:first-child {
	width: 26.847% !important;
}
}
@media (max-width: 800px) {
#homeimages img:first-child {
	margin-left: 2em;
}
.sidebar-right {
	float: none;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
}
.sidebar-left {
	float: none;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
}
}
@media (max-width: 750px) {
#homeimages img:first-child {
	margin-left: 0;
}
}
@media (max-width: 700px) {
#homeimages img:first-child {
	margin-left: -1.5em;
}
}
@media (max-width: 650px) {
#homeimages img:first-child {
	margin-left: -3em;
}
}
@media (max-width: 600px) {
#homeimages img:first-child {
	margin-left: -4.5em;
}
#innerBody-sidebar {
	float: none;
	min-height: 300px;
	padding-left: 10px;
	padding-right: 10px;
	width: 90%;
}
.sidebar-right {
	float: none;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
}
}
@media only screen and (max-width: 401px) {
#content-primary, .content-wrapper {
	width: 100%;
}
}
header .float-left, header .float-right {
	float: none;
}
header .site-title {
	margin: 10px;
	text-align: center;
}
#login {
	font-size: 0.85em;
	margin: 0 0 12px;
	text-align: center;
}
#login ul {
	margin: 5px 0;
	padding: 0;
}
#login li {
	display: inline;
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
#login a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #999;
	font-weight: 600;
	margin: 2px;
	padding: 0;
}
#login a:hover {
	color: #333;
}
#sideMenu {
	width: 25%;
}
#menu {
	display: none;
}
#mobileMenu {
	display: block !important;
	margin: 0;
	max-width: 350px;
}
#mobileMenuToggle {
	margin-bottom: 0;
}
#content-primary {
	width: 100%;
}
.main-content, .featured + .main-content {
	background-position: 10px 0;
}
.content-wrapper {
	padding-left: 10px;
	padding-right: 10px;
}
.featured .content-wrapper {
	padding: 10px;
}
article, aside {
	float: none;
	width: 100%;
}
section.feature {
	float: none;
	padding: 10px;
	width: auto;
}
section.feature img {
	color: #999;
	content: attr(alt);
	font-size: 1.5em;
	font-weight: 600;
}
#LastName {
	width: 50% !important;
}
#loginForm {
	border-right: medium none;
	float: none;
	width: auto;
}
#loginForm .validation-error {
	display: block;
	margin-left: 15px;
}
#socialLoginForm {
	float: none;
	margin-left: 0;
	width: auto;
}
.jtable-page-info, span.jtable-page-info {
	display: none !important;
}
.jtable tr th {
	font-size: 0.8em !important;
}
@media only screen and (max-width: 400px) {
#homeimages img {
	width: 95%;
}
#homeimages img:first-child {
	margin-left: -4em;
}
#pageTitle {
	padding: 0;
}
.buttonwrapper {
	width: auto;
}
#sideMenu {
	bottom: 0;
	width: 35%;
}
#sideMenu li {
	padding: 0;
}
#pageTitleInner {
	padding-left: 0;
	padding-right: 0;
	padding-top: 5px;
}
header .site-title {
	margin: auto;
	text-align: center;
	width: 320px;
}
#searchBoxInner {
	float: none;
	margin: auto;
	width: 350px;
}
#searchBoxInput {
	margin-right: 1em;
	width: 250px;
}
#goSearch {
}
#content-primary, .content-wrapper {
	width: 100%;
}
#innerBody {
	padding: 0;
}
#menu {
	display: none;
}
.lgray > li > a {
	font-size: 0.5em;
	padding-right: 3px;
}
.lgray {
	height: 94px;
}
#mobileMenu {
	display: block !important;
}
#LastName {
	width: 50% !important;
}
table.jtable {
	width: 98% !important;
}
div.jtable-main-container {
	font-size: 12px !important;
}
.jtable-page-info, span.jtable-page-info {
	display: none !important;
}
.jtable tr th {
	font-size: 0.7em !important;
}
.jtable td {
	border-spacing: 0 !important;
	padding: 1px !important;
}
}
.contentUL {
	list-style-image: url("/images/li.gif");
	padding-left: 50px;
}
.extLink {
	background-image: url("/images/ExternalLinkIcon.gif");
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
}
@media (max-width: 400px) {
#leftColumn, #midColumn, #rightColumn {
	display: none;
}
#mobileTable {
	display: block;
	margin: auto;
	max-width: 300px;
}
#mobileTable table {
	width: 300px;
}
#mobileTable img {
	width: 128px;
}
#mobileTable tr td:first-child {
	margin-right: 0;
	padding: 0;
}
#mobileTable tr td:nth-child(2) {
	margin-left: 0;
	padding: 0;
}
}
@media (min-width: 401px) {
#mobileTable {
	display: none;
}
}
.bottomBarLeft {
	float: left;
	margin-left: 2em;
}
.bottomBarRight {
	float: right;
	margin-right: 2em;
}
#goSearch_White {
	background: rgba(0, 0, 0, 0) url("/Images/search-icon-32x32-white.png") no-repeat scroll left top;
	cursor: pointer;
	display: inline-block;
	height: 32px;
	padding-bottom: 3px;
	vertical-align: middle;
	width: 32px;
}
#goSearch_White:hover {
	background: rgba(0, 0, 0, 0) url("/Images/search-icon-32x32-blue-white.png") no-repeat scroll 0 0;
}
#certByTheNumbers {
	border: 1px solid black;
	margin: auto;
	padding-bottom: 20px;
	padding-left: 5px;
	padding-top: 5px;
	width: 25%;
}
#certByTheNumbers i {
	font-size: 0.9em;
}
#findOutMoreLinks {
	margin: auto;
	text-align: center;
}
#findOutMoreLinks span {
	color: darkcyan;
	display: inline;
	font-weight: bold;
	padding-right: 20px;
}
#findOutMoreLinks span:hover {
	color: black;
	cursor: pointer;
}
#examCitiesTable {
	float: left;
	margin-left: 5%;
}
#testingWindowTable {
}
#testingWindowTable table {
	margin: auto;
}
#testingWindowTable th {
	font-weight: bold;
}
#pastNewsletters {
	-moz-column-count: 3;
	-moz-column-gap: 10px;
	margin: auto 0;
	width: 100%;
}
#pastNewsletters p:first-child {
	margin-top: 0;
}
#currentIssue {
	height: 75px;
	text-align: center;
}
#currentIssueWrapper {
	margin-left: auto;
	margin-right: auto;
	width: 225px;
}
.boardProfile img {
	float: right;
	padding: 10px;
	width: 120px;
}
#feeTable {
	margin: auto;
	width: 90%;
}
#feeTable th {
	font-weight: bold;
	padding: 5px;
}
#feeTable td {
	border: 1px solid black;
	padding: 5px;
}
#feeTable tr td:first-child {
	width: 30%;
}
#feeTable tr td:nth-child(2) {
	width: 15%;
}
#feeTable tr td:nth-child(3) {
	width: 55%;
}
#siteMap a {
	text-decoration: none;
}
#siteMap a:hover {
	color: blue;
}
#siteMap li {
	list-style: outside none none;
}
#siteMap a.topLevel {
	color: #253c99;
	font-weight: bold;
}
#siteMap a.topLevel:hover {
	color: #555;
}
#siteMap {
	-moz-column-count: 2;
	-moz-column-gap: 5px;
}
#codeDownloadImg {
	border: 3px solid black;
	box-shadow: 4px 4px 5px 0 rgba(50, 50, 50, 0.75);
	width: 192px;
}
#codeDownloadImg:hover {
	opacity: 0.9;
}
.managementText {
	min-height: 244px;
}
#curArtistInfo div {
	display: none;
}
#accordion h3 {
	border: 0 none !important;
	color: #2647d3;
	font-weight: 700;
	padding-left: 10px;
}
#accordion h3:hover {
	color: #4565ec;
	cursor: pointer;
}
.ui-icon-triangle-1-e, .ui-icon-triangle-1-s {
	background-position: left center;
	margin-right: 1em !important;
}
.ui-state-default .ui-icon-triangle-1-e {
	background: rgba(0, 0, 0, 0) url("themes/base/images/ui-icons_888888_256x240.png") repeat scroll -32px -16px;
}
.ui-state-default .ui-icon-triangle-1-s {
	background: rgba(0, 0, 0, 0) url("themes/base/images/ui-icons_888888_256x240.png") repeat scroll -64px -16px;
}
.ui-accordion .ui-accordion-header .ui-icon {
	height: 16px;
	margin-left: -1em;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	width: 16px;
}
.ui-state-focus {
	outline: medium none;
}
@media (min-width: 320px) {
.site-title img {
	width: 95%;
}
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
.col-md-12 {
	padding-left: 15px;
	padding-right: 15px;
}

.btn-warning, .badge-warning  {
    background-color: #f0ad4e;
    border-color: #eea236;
    color: #fff;
    margin-right: 12px;
    margin-bottom: 0px;
}
.btn-danger, .badge-danger {
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #fff;
    margin-right: 12px;
    margin-bottom: 0px;
}
.btn-success, .badge-success{
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #fff;
    margin-right: 12px;
    margin-bottom: 0px;
}

::placeholder {
    font-style: italic;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-style: italic;
}

::-ms-input-placeholder { /* Microsoft Edge */
    font-style: italic;
}
