/*
Theme Name: Mechanical Schools
Theme URI: https://www.mechanicalschools.org/
Version: 999
*/

/* TABLE OF CONTENTS
------------------------------------------------------------
* Normalize
* Table of Contents +
* Global
* Repeatable Patterns
* Layout
* Header
* Menu
* Content
* Navigations
* Comments
* Widgets
* Footer
* Plugins
* Print
* How to Become
------------------------------------------------------------ */

/* Normalize
------------------------------------------------------------ */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
img,legend{border:0}legend,td,th{padding:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}table{border-collapse:collapse;border-spacing:0;}

/* Table of Contents +
------------------------------------------------------------ */
#toc_container li,#toc_container ul{margin:0;padding:0}#toc_container.no_bullets li,#toc_container.no_bullets ul,#toc_container.no_bullets ul li,.toc_widget_list.no_bullets,.toc_widget_list.no_bullets li{background:0 0;list-style-type:none;list-style:none}#toc_container.have_bullets li{padding-left:12px}#toc_container ul ul{margin-left:1.5em}#toc_container{background:#f9f9f9;border:1px solid #aaa;padding:10px;margin-bottom:1em;width:auto;display:table;font-size:95%}#toc_container.toc_light_blue{background:#edf6ff}#toc_container.toc_white{background:#fff}#toc_container.toc_black{background:#000}#toc_container.toc_transparent{background:none transparent}#toc_container p.toc_title{text-align:center;font-weight:700;margin:0;padding:0}#toc_container.toc_black p.toc_title{color:#aaa}#toc_container span.toc_toggle{font-weight:400;font-size:90%}#toc_container p.toc_title+ul.toc_list{margin-top:1em}.toc_wrap_left{float:left;margin-right:10px}.toc_wrap_right{float:right;margin-left:10px}#toc_container a{text-decoration:none;text-shadow:none}#toc_container a:hover{text-decoration:underline}.toc_sitemap_posts_letter{font-size:1.5em;font-style:italic}


/* Global
------------------------------------------------------------ */

/* Root
   This values are used for adjusting headings size (not for body size) */
html {
	font-size: 90%;
}
@media screen and (min-width: 783px) {
	html {
		font-size: 100%;
	}
}

.no-margin {margin: 0;}

*:focus {
    outline: none;
}

/* Base */
body {
	color: #333;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 17px;
	line-height: 1.5;
	word-wrap: break-word;
	outline: none;
}
::selection {
	background-color: #bcd0dc;
	color: #333;
}
::-moz-selection {
	background-color: #bcd0dc;
	color: #333;
}
@media screen and (min-width: 783px) {
	body {
		font-size: 18px;
	}
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.post-edit-link:visited, .post-edit-link {
    background-color: #444444;
	text-decoration: none;
    border: 1px solid #222222;
    color: #f1f1f1;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 5px;
    text-align: center;
	position: fixed;
	bottom: 0;
	left: 0;
}

.post-edit-link:hover, .post-edit-link:active, .post-edit-link:focus {
	color: #ffffff;
	background-color: #000000;
}

/* Heading */
h1, h2, h3, h4, h5, h6 {
	clear: both;
	color: #111;
	outline: 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	letter-spacing: -0.01em;
	line-height: 1.4;
}
h1 {
	font-size: 36px;
	font-size: 2.25rem;
	margin-bottom: 1em;
	margin-top: 1em;
}
h2 {
	font-size: 28px;
	font-size: 1.75rem;
	margin-bottom: 1em;
	margin-top: 1em;
	border-bottom: 1px solid #6682b4;
}
h3 {
	font-size: 24px;
	font-size: 1.5rem;
	margin-bottom: 1em;
	margin-top: 1em;
}
h4 {
	font-size: 20px;
	font-size: 1.25rem;
	margin-bottom: 1em;
	margin-top: 1em;
}
h5 {
	font-size: 18px;
	font-size: 1.125rem;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
h6 {
	font-size: 17px;
	font-size: 1.063rem;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

/* Link */
a {
	color: inherit;
	text-decoration: none;
	transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .2s ease-in-out, opacity .2s ease-in-out;
}
.entry-content a, .entry-summary a, .page-content a, .comment-content a, .post-navigation a {
	color: #3872b8;
	text-decoration: underline;
}
a:hover {
	color: #5687c3;
}

/* Text */
p {
	margin: 0 0 1.5em;
}
b, strong {
	font-weight: 700;
}
dfn, q, cite, em, i {
	font-style: italic;
}
q {
	quotes: "" "";
}
cite {
	border-bottom: dotted 1px #999;
}
code, kbd, tt, var {
	color: #666;
	border-bottom: solid 1px #ccc;
	font-family: Consolas, 'Courier New', monospace;
	font-size: 87.5%;
}
abbr, acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}
mark, ins {
	background-color: #fffad3;
	color: #333;
	text-decoration: none;
}

/* List */
ul, ol {
	margin: 0 0 1.5em 2em;
	padding: 0;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dl {
	margin: 0;
}
dt {
	font-weight: 600;
	margin-bottom: 0.4em;
}
dd {
	margin: 0 0 1.5em 1.5em;
}

/* Table */
table {
	border-top: solid 1px #e6e6e6;
	font-size: 93.8%;
	margin: 0 0 1.6em;
	width: 100%;
}
caption {
	margin-bottom: 0.6em;
}
table th, table td {
	border-bottom: solid 1px #e6e6e6;
	padding: 0.5em 1.2em 0.5em 0;
}
th {
	font-weight: 600;
	text-align: left;
}

/* Elements */
blockquote {
	color: #888;
	font-style: italic;
	margin: 0 0 2.4em;
	padding: 12px 0 0 44px;
	position: relative;
}
blockquote:before {
	color: #ddd;
	content: "\201C";
	font-family: Georgia, serif;
	font-size: 84px;
	left: -5px;
	line-height: 1;
	position: absolute;
	top: -5px;
}
address {
	margin: 0 0 1.5em;
}
pre {
	border-bottom: solid 1px #ccc;
	border-top: solid 1px #ccc;
	color: #666;
	font-family: Consolas, 'Courier New', monospace;
	font-size: 87.5%;
	line-height: 1.4;
	margin: 0 0 1.7em;
	max-width: 100%;
	padding: 1.4em 0;
	word-wrap: normal;
}
hr {
	background-color: #d6d6d6;
	border: 0;
	height: 1px;
	margin: 0 0 1.5em;
	outline: none;
}

/* Media */
img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
figure {
	margin: 0;
}
embed,
iframe,
object {
	max-width: 100%;
}

/* Form */
button,
input,
input[type="search"],
select,
textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #222;
	border: none;
	border-radius: 4px;
	color: #eee;
	font-size: 87.5%;
	line-height: 1;
	padding: 1em 1.5em;
	text-transform: uppercase;
	transition: .3s ease-in-out;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #555;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	border: solid 1px #e6e6e6;
	color: #666;
	margin-top: 0.4em;
	padding: 0.6em;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #333;
}
textarea {
	max-width: 644px;
	width: 100%;
}


/* Repeatable Patterns
------------------------------------------------------------ */

/* Alignments */
.aligncenter,
.alignleft,
.alignright {
	margin-bottom: 1.5em;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Caption */
.wp-caption {
	color: #777;
	font-size: 93.8%;
	font-style: italic;
	margin-bottom: 1.6em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0.4em auto 0;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8em 0;
}

/* WP Smiley */
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f8f8f8;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	clip: auto !important;
	color: #06c;
	display: block;
	font-size: 14px;
	font-weight: 600;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.site-header:before,
.site-header:after,
.site-top:before,
.site-top:after,
.site-content:before,
.site-content:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.comment-navigation:before,
.comment-navigation:after,
.post-navigation:before,
.post-navigation:after,
.site-footer:before,
.site-footer:after,
.footer-widget:before,
.footer-widget:after,
.site-bottom:before,
.site-bottom:after {
	content: '';
	display: table;
}
.clear:after,
.site-header:after,
.site-top:after,
.site-content:after,
.entry-content:after,
.comment-content:after,
.comment-navigation:after,
.post-navigation:after,
.site-footer:after,
.footer-widget:after,
.site-bottom:after {
	clear: both;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after { clear: both }
.clearfix { *zoom: 1 }


/* Layout
------------------------------------------------------------ */

body {
	background-color: #f5f4f2;
}
.site {
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.boxed .site {
	max-width: 1220px;
}
.site-top,
.site-content,
.footer-widget,
.site-bottom {
	margin-left: auto;
	margin-right: auto;
	max-width: 644px;
	padding: 0 20px;
}
.site-top,
.site-bottom {
	text-align: center;
}
.site-logo {
	padding-bottom: 8px;
}
.header-navigation {
	margin-top: 18px;
}
.site-content {
	margin-bottom: 24px;
	position: relative;
}
.sidebar-area {
	border-top: solid 3px #eee;
	padding-top: 56px;
}
.footer-navigation {
	margin-bottom: 22px;
}
@media screen and (min-width: 783px) {
	.site-top,
	.main-navigation,
	.site-bottom {
		margin-left: auto;
		margin-right: auto;
		max-width: 1000px;
		padding: 0 45px;
	}
}
@media screen and (min-width: 960px) {
	.site-content,
	.footer-widget {
		max-width: 1000px;
		padding: 0 45px;
	}
	.header-side .site-top,
	.footer-side .site-bottom {
		text-align: left;
	}
	.header-side .site-top-table {
		display: table;
		width: 100%;
		padding: 20px 0;
	}
	.header-side .site-branding {
		display: table-cell;
		vertical-align: middle;
	}
	.header-side .site-logo,
	.header-side .site-title {
		display: inline-block;
	}
	.header-side .site-logo {
		padding-bottom: 0;
		padding-right: 8px;
		padding-top: 8px;
	}
	.header-side .header-navigation {
		display: table-cell;
		margin-top: 0;
		text-align: right;
		vertical-align: middle;
	}
	.content-area {
		float: right;
		width: 64.4%;
		border-left: 1px solid #b1b1b1;
        padding-left: 38px;
	}
	.no-sidebar .content-area,
	.full-width .content-area {
		border-right: none;
		float: none;
		margin-left: auto;
		margin-right: auto;
		padding-right: 0;
		width: 644px;
	}
	.full-width .content-area {
		width: auto;
	}
	.sidebar-area {
		border-top: none;
		float: left;
		padding-top: 0;
		width: 28%;
	}
	.footer-widget .widget-area {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
		padding-left: 48px;
	}
	.footer-widget .widget-area:first-child {
		padding-left: 0;
	}
	.footer-3 .footer-widget .widget-area {
		width: 33.3%
	}
	.footer-2 .footer-widget .widget-area {
		width: 50%;
	}
	.footer-1 .footer-widget .widget-area {
		width: 100%;
	}
	.footer-side .footer-navigation {
		float: left;
		margin-bottom: 6px;
	}
	.footer-side .site-info {
		float: right;
		text-align: right;
	}
}


/* Header
------------------------------------------------------------ */

.site-header {
	border-bottom: solid 1px #eee;
	margin-bottom: 56px;
	background-color: #5a5a5a;
	color: #f1f1f1;
	background-image: url(/wp-content/themes/mechanicalschools/images/mechanic-tr.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 2% 0, left top;
    background-size: auto;
}
.school-finder-button {
	position: absolute;
    right: 200px;
    top: 15px;
}
.site-top {
	margin-bottom: 34px;
	margin-top: 22px;
}
.site-logo {
	line-height: 1;
	margin-bottom: 0;
	margin-top: 0;
	vertical-align: middle;
}
.site-logo a:hover {
	opacity: 0.8;
	transition: opacity .15s ease-in-out;
}
.site-logo img {
	zoom: 90%;
}
.site-title {
	font-size: 36px;
	line-height: 1.2;
	margin-bottom: 0;
	margin-top: 0;
	vertical-align: middle;
}
.site-title a:hover {
	opacity: 0.8;
	transition: opacity .15s ease-in-out;
	color: #ffffff;
}
.site-description {
	color: #fff;
	font-size: 93.8%;
	line-height: 1.4;
}
.header-image {
	max-height: 480px;
	overflow: hidden;
}
.header-image img {
	width: 100%;
}
@media screen and (min-width: 783px) {
	.site-logo img {
		zoom: 1;
	}
	.site-title {
		font-size: 40px;
	}
}


/* Menus
------------------------------------------------------------ */

/* Navigation Bar */
.site-bar,
.main-navigation ul ul {
	background-color: #222;
}
.site-bar,
.menu-toggle,
.main-navigation a {
	line-height: 60px;
}
.main-navigation {
	font-size: 93.8%;
	position: relative;
}
.menu-toggle {
	cursor: pointer;
	text-transform: uppercase;
}
.menu-toggle:before {
	content: url("images/menu.png");
	display: inline-block;
	line-height: 0;
	-webkit-font-smoothing: antialiased;
	margin-right: 10px;
	position: relative;
	top: -1px;
	vertical-align: middle;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
}
.main-navigation.toggled ul {
	display: block;
}
.menu-toggle,
.main-navigation a {
	color: #ddd;
	color: rgba( 255, 255, 255, 0.8 );
	padding: 0 20px;
}
.menu-toggle:hover,
.main-navigation a:hover {
	background-color: #444;
	background-color: rgba( 255, 255, 255, 0.1 );
	color: #fff;
}
.main-navigation a {
	border-top: solid 1px #555;
	border-color: rgba( 255, 255, 255, 0.2 );
	display: block;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
	color: #fff;
}
.main-navigation ul ul a {
	padding-left: 30px;
}
.main-navigation ul ul ul a {
	padding-left: 45px;
}
.main-navigation ul ul ul ul a {
	padding-left: 60px;
}
.main-navigation .search-form {
	position: absolute;
	right: 20px;
	top: 0;
}
.main-navigation .search-field {
	background: url( "images/search-icon.png" ) 5px center no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 36px;
	margin-top: 10px;
	padding: 0 0 0 34px;
	position: relative;
	width: 1px;
}
.main-navigation .search-field:focus {
	background-color: #fff;
	background-image: url( "images/search-icon-ov.png" );
	cursor: text;
	max-width: 100%;
	outline: 0;
	width: 240px;
}

.highlighted-menu-link a {color: #85b1ff;}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.main-navigation .search-field {
		background-image: url( "images/search-icon@2x.png" );
	}
	.main-navigation .search-field:focus {
		background-image: url( "images/search-icon-ov@2x.png" );
	}
}
.main-navigation .search-submit {
	display: none;
}
.ie8 .site-header .search-field {
	padding-top: 6px;
}
@media screen and (min-width: 783px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
	.main-navigation a {
		border-top: none;
		padding: 0 18px;
	}
	.main-navigation a:hover {
		background-color: transparent;
	}
	.main-navigation ul ul a,
	.main-navigation ul ul ul a,
	.main-navigation ul ul ul ul a {
		padding-left: 18px;
	}
	.main-navigation li {
		position: relative;
	}
	.main-navigation div.menu > ul,
	.main-navigation ul.menu {
		letter-spacing: -0.4em;
		padding-right: 30px;
		text-align: center;
		text-transform: uppercase;
	}
	.header-side .main-navigation div.menu > ul,
	.header-side .main-navigation ul.menu {
		text-align: left;
	}
	.main-navigation div.menu > ul > li,
	.main-navigation ul.menu > li {
		display: inline-block;
		letter-spacing: normal;
		white-space: nowrap;
		text-align: left;
	}
	.main-navigation div.menu > ul > li:first-child > a,
	.main-navigation ul.menu > li:first-child > a {
		padding-left: 0;
	}
	.main-navigation div.menu > ul > li.page_item_has_children > a,
	.main-navigation ul.menu > li.page_item_has_children > a,
	.main-navigation div.menu > ul > li.menu-item-has-children > a,
	.main-navigation ul.menu > li.menu-item-has-children > a {
		padding-right: 28px;
	}
	.main-navigation div.menu > ul > li.page_item_has_children > a:after,
	.main-navigation ul.menu > li.page_item_has_children > a:after,
	.main-navigation div.menu > ul > li.menu-item-has-children > a:after,
	.main-navigation ul.menu > li.menu-item-has-children > a:after {
		content: '\f431';
		font: normal 16px/1 Genericons;
		-webkit-font-smoothing: antialiased;
		position: absolute;
		right: 5px;
		top: 22px;
	}
	.main-navigation ul ul {
		left: -9999px;
		opacity: 0;
		position: absolute;
		text-transform: none;
		top: 100%;
		transition: opacity .2s ease-in-out;
		white-space: normal;
		width: 180px;
		z-index: 99999;
	}
	.main-navigation ul ul ul {
		top: 0;
	}
	.main-navigation ul li:hover > ul {
		left: 0;
		opacity: 1;
	}
	.main-navigation div.menu > ul > li:first-child:hover > ul,
	.main-navigation ul.menu > li:first-child:hover > ul {
		left: -18px;
	}
	.main-navigation ul ul li:hover > ul {
		left: 100%;
		opacity: 1;
	}
	.main-navigation ul ul li a {
		border-top: 1px solid #555;
		border-color: rgba( 255, 255, 255, 0.2 );
		line-height: 1.5;
		padding-bottom: 14px;
		padding-top: 14px;
	}
	.main-navigation  ul ul li.page_item_has_children > a,
	.main-navigation  ul ul li.menu-item-has-children > a {
		padding-right: 24px;
	}
	.main-navigation  ul ul li.page_item_has_children > a:after,
	.main-navigation  ul ul li.menu-item-has-children > a:after {
		content: ">";
		position: absolute;
		right: 8px;
		top: 14px;
	}
	.main-navigation .search-form {
		right: 45px;
	}
	.main-navigation .search-field {
		transition: width .4s ease, background .4s ease;
	}
}

/* Header Navigation */
.header-navigation {
	font-size: 93.8%;
}
.header-navigation ul {
	list-style: none;
	margin: 0;
}
.header-navigation li {
	color: #555;
	line-height: 36px;
	position: relative;
	text-align: left;
}
.header-navigation li a {
	display: block;
}
.header-navigation .current-menu-item > a,
.header-navigation .current_page_ancestor > a {
	color: #111;
}
.header-navigation ul.menu > li {
	display: inline-block;
	padding-left: 18px;
	text-transform: uppercase;
}
.header-navigation ul.menu > li:first-child {
	padding-left: 0;
}
.header-navigation ul.menu > li.menu-item-has-children {
	padding-right: 22px;
}
.header-navigation ul.menu > li.menu-item-has-children:after {
	content: '\f431';
	font: normal 16px/1 Genericons;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	right: 0;
	top: 10px;
}
.header-navigation ul ul {
	background-color: #fff;
	border: solid 1px #eee;
	box-shadow: 0 0 3px #ddd;
	left: -9999px;
	opacity: 0;
	position: absolute;
	text-transform: none;
	top: 100%;
	transition: opacity .2s ease-in-out;
	white-space: normal;
	width: 180px;
	z-index: 99999;
}
.header-navigation ul li:hover > ul {
	left: 4px;
	opacity: 1;
}
.header-navigation ul li:first-child:hover > ul {
	left: -14px;
}
.header-navigation ul li:last-child:hover > ul {
	left: auto;
	opacity: 1;
	right: -14px;
}
.header-navigation ul ul li a {
	border-top: solid 1px #eee;
	line-height: 1.5;
	padding: 10px 14px;
}
.header-navigation ul ul li:first-child a {
	border-top: none;
}

/* Footer Navigation */
.footer-navigation {
	color: #555;
}
.footer-navigation ul {
	list-style: none;
	margin: 0;
}
.footer-navigation li {
	display: inline-block;
	padding-right: 16px;
}

/* Social Link 
   This section is based on code from Stargazer.
   http://wordpress.org/themes/stargazer */
.menu a:before {
	border: solid 1px #ddd;
	border-radius: 50%;
	color: #999;
	display: inline-block;
	font: normal 18px/1 Genericons;
	-webkit-font-smoothing: antialiased;
	margin-right: 8px;
	padding: 6px;
	position: relative;
	vertical-align: middle;
}
.menu a:hover:before {
	border-color: #bbb;
	color: #666;
}
.main-navigation a:before,
.footer-widget .menu a:before {
	border-color: #666;
	border-color: rgba( 255, 255, 255, 0.3 );
	color: #bbb;
	color: rgba( 255, 255, 255, 0.7 );
}
.main-navigation a:hover:before,
.footer-widget .menu a:hover:before {
	border-color: #999;
	border-color: rgba( 255, 255, 255, 0.5 );
	color: #eee;
	color: rgba( 255, 255, 255, 0.9 );
}
.widget .menu a:before {
	font-size: 22px;
	padding: 7px;
}
.menu a[href*="codepen.io"]:before      { content: "\f216"; }
.menu a[href*="digg.com"]:before        { content: "\f221"; }
.menu a[href*="dribbble.com"]:before    { content: "\f201"; }
.menu a[href*="dropbox.com"]:before     { content: "\f225"; }
.menu a[href*="facebook.com"]:before    { content: "\f204"; }
.menu a[href*="flickr.com"]:before      { content: "\f211"; }
.menu a[href*="plus.google.com"]:before { content: "\f218"; }
.menu a[href*="github.com"]:before      { content: "\f200"; }
.menu a[href*="instagram.com"]:before   { content: "\f215"; }
.menu a[href*="linkedin.com"]:before    { content: "\f207"; }
.menu a[href*="pinterest.com"]:before   { content: "\f209"; }
.menu a[href*="polldaddy.com"]:before   { content: "\f217"; }
.menu a[href*="getpocket.com"]:before   { content: "\f224"; }
.menu a[href*="reddit.com"]:before      { content: "\f222"; }
.menu a[href*="skype.com"]:before,       
.menu a[href*="skype:"]:before          { content: "\f220"; }
.menu a[href*="stumbleupon.com"]:before { content: "\f223"; }
.menu a[href*="tumblr.com"]:before      { content: "\f214"; }
.menu a[href*="twitter.com"]:before     { content: "\f202"; }
.menu a[href*="vimeo.com"]:before       { content: "\f212"; }
.menu a[href*="wordpress.org"]:before,   
.menu a[href*="wordpress.com"]:before   { content: "\f205"; }
.menu a[href*="youtube.com"]:before     { content: "\f213"; }
.menu a[href$="/feed/"]:before          { content: "\f413"; }


/* Content
------------------------------------------------------------ */

/* Entry */
.hentry {
	border-bottom: solid 1px #eee;
	margin-bottom: 48px;
}
.single .hentry {
	margin-bottom: 60px;
}
.page .hentry {
	border-bottom: none;
}

/* Entry Header */
.entry-header {
	margin-bottom: 36px;
}
.entry-title {
	font-size: 36px;
	font-size: 2.25rem;
	line-height: 1.2;
	margin-bottom: 8px;
	margin-top: 0;
	color: #46474d;
}
.entry-header-meta {
	color: #999;
	font-size: 93.8%;
	margin-bottom: 36px;
	text-transform: uppercase;
}
.entry-header-meta a:hover {
	color: #666;
}
.meta-sep {
	color: #ccc;
	margin: 0 8px;
}
.post-thumbnail {
	margin-bottom: 36px;
	transition: opacity .15s ease-in-out;
}
.post-thumbnail a:hover {
	opacity: 0.8;
}

/* Entry Content */
.entry-content {
	margin-bottom: 24px;
}
.entry-content cite a {
	text-decoration: none;
}

.entry-content ul li {
    margin-left: 25px;
    margin-bottom: 5px;
}

/* Entry Footer */
.entry-footer {
	margin-bottom: 24px;
}
.entry-footer-meta {
	color: #999;
	font-size: 93.8%;
}
.cat-links {
	margin-right: 24px;
}
.cat-links:before,
.tags-links:before {
	color: #ccc;
	display: inline-block;
	font: normal 24px/1 Genericons;
	-webkit-font-smoothing: antialiased;
	position: relative;
	top: -2px;
	vertical-align: middle;
}
.cat-links:before {
	content: "\f301";
}
.tags-links:before {
	content: "\f302";
}

/* Entry Summary */
.entry-summary {
	margin-bottom: 48px;
}
.continue-reading {
	text-transform: uppercase;
}

/* Sticky Post */
.sticky {
}
.featured {
	background-color: #ff810c;
	border-radius: 3px;
	color: #fff;
	font-size: 87.5%;
	margin-left: 12px;
	padding: 3px 9px;
}

/* Page Links */
.page-links {
	clear: both;
	margin: 0 0 24px;
}

/* Archive */
.page-header {
	border-bottom: solid 1px #eee;
	margin-bottom: 48px;
	padding-bottom: 24px;
}
.page-title {
	font-size: 22px;
	font-size: 1.38rem;
	margin-bottom: 12px;
	margin-top: 0;
}
.page-content {
}

/* Hide Title */
.format-aside .entry-title,
.format-image .entry-title,
.format-link .entry-title,
.format-quote .entry-title,
.format-status .entry-title {
	display: none;
}

/* Link */
.format-link .entry-content a {
	font-style: italic;
}

/* Quote */
.format-quote .entry-content blockquote {
	font-size: 1.5em;
}

/* Status */
.format-status .entry-content {
	font-size: 112.5%;
}

/* Gallery */
.gallery {
	margin-bottom: 24px;
}
.gallery-item {
	display: inline-block;
	line-height: 1;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery .gallery-caption {
	display: none;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}


/* Navigations
------------------------------------------------------------ */

/* Pagination */
.pagination {
	color: #eee;
	font-size: 93.8%;
	margin-bottom: 60px;
}
.pagination a {
	text-decoration: none;
}
.pagination .page-numbers {
	background-color: #222;
	border: solid 1px #222;
	display: none;
	padding: 8px 19px;
	margin-right: 4px;
}
.pagination .prev,
.pagination .next {
	display: inline-block;
}
.pagination .dots {
	background-color: transparent;	
	border-color: transparent;
	color: #555;
	padding-left: 10px;
	padding-right: 10px;
}
.pagination a.page-numbers:hover {
	background-color: #555;
	border-color: #555;
	color: #fff;
}
.pagination .current {
	background-color: #fff;
	border: solid 1px #ccc;
	color: #333;
	font-weight: 700;
}
@media screen and (min-width: 640px) {
	.pagination .page-numbers {
		display: inline-block;
	}
}

/* Page Links */
.page-links {
	color: #777;
	clear: both;
	font-size: 93.8%;
	margin-bottom: 30px;
	margin-top: 48px;
}
.page-links .page-numbers {
	background-color: #eee;
	border: solid 1px #ccc;
	color: #333;
	font-weight: 700;
	padding: 6px 16px;
	margin-left: 4px;
}
.page-links a {
	text-decoration: none;
}
.page-links a .page-numbers {
	background-color: transparent;
	border: solid 1px #ddd;
	color: #777;
	font-weight: normal;
}
.page-links a .page-numbers:hover {
	border: solid 1px #ccc;
	color: #333;
}

/* Post Navigation */
.post-nav-title {
	color: #777;
	font-size: 93.8%;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.post-navigation {
	margin-bottom: 60px;
}
.post-navigation .nav-previous {
	float: left;
	width: 48%;
}
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 48%;
}

/* Comment Navigation */
.comment-navigation {
	margin-bottom: 24px;
	text-transform: uppercase;
}
.comment-navigation .nav-previous {
	float: left;
	width: 48%;
}
.comment-navigation .nav-next {
	float: right;
	text-align: right;
	width: 48%;
}
.comment-navigation a {
	color: #777;
	text-decoration: underline;
}
.comment-navigation a:hover {
	color: #333;
}


/* Comments
------------------------------------------------------------ */

/* Base */
.comments-area {
	font-size: 93.8%;
	margin-bottom: 60px;
}

/* Comment Header */
.comments-title,
.comment-reply-title {
	font-size: 24px;
	font-size: 1.5rem;
	margin-bottom: 24px;
	margin-top: 0;
}
.comments-title {
	padding-top: 12px;
}
.comment-reply-title {
	margin-top: 48px;
}
.comment-respond:only-child .comment-reply-title,
.comment-list .comment-reply-title {
	margin-top: 0;
}

/* Comment Structure */
.comment-list {
	border-bottom: solid 1px #eee;
	list-style: none;
	margin: 0 0 24px 0;
}
.comment-list .children {
	list-style: none;
	margin-left: 24px;
}
.comment-list .comment-body {
	border-top: solid 1px #eee;
	padding-bottom: 24px;
	padding-top: 24px;
	position: relative;
}

/* Comment Meta */
.comment-author {
	font-size: 106.7%;
	font-weight: 600;
	margin-bottom: 2px;
}
.comment-author a {
	border-bottom: dotted 1px #999;
	color: #333;
}
.comment-author a:hover {
	color: #666;
}
.comment-author .avatar {
	height: 42px;
	left: 0;
	position: absolute;
	top: 28px;
	width: 42px;
}
.has-avatars .comment .comment-meta {
	margin-left: 57px;
}
.bypostauthor > .comment-body .comment-author:after {
	background-color: #222;
	border-radius: 50%;
	color: #fff;
	content: '\f408';
	display: inline-block;
	font: normal 16px/1 Genericons;
	-webkit-font-smoothing: antialiased;
	margin-left: 3px;
	padding: 3px;
}
.comment-author .says {
	display: none;
}
.comment-metadata {
	font-size: 93.3%;
	margin-bottom: 24px;
	text-transform: uppercase;
}
.comment-metadata a,
a.comment-edit-link {
	color: #999;
}
.comment-metadata a:hover,
a.comment-edit-link:hover {
	color: #666;
}
.comment-edit-link {
	margin-left: 15px;
}

/* Comment Body */
.comment-content cite a {
	text-decoration: none;
}
.comment-body .reply a {
	color: #999;
	font-size: 93.3%;
}
.comment-body .reply a:hover {
	color: #666;
}
.comment-body .reply a:before {
	color: #ccc;
	content: "\f412";
	display: inline-block;
	font: normal 14px/1 Genericons;
	-webkit-font-smoothing: antialiased;
	margin-right: 3px;
	position: relative;
	text-decoration: inherit;
	top: -1px;
	vertical-align: middle;
}
.comment-awaiting-moderation {
	color: #666;
}

/* Pingback */
.pingback a {
	color: #666;
	text-decoration: underline;
}
.pingback a:hover {
	color: #999;
}

/* Comment Form */
.comment-respond a {
	color: #666;
	text-decoration: underline;
}
.comment-respond a:hover {
	color: #333;
}
#commentform label {
	display: block;
}


/* Widgets
------------------------------------------------------------ */

/* Base */
.widget {
	color: #555;
	font-size: 93.8%;
	margin-bottom: 48px;
}
.footer-widget .widget {
	color: #ccc;
	color: rgba( 255, 255, 255, 0.7 );
}
.footer-widget .widget select {
	color: #555;
}

/* Heading */
.widget-title {
	font-size: 17px;
	font-size: 1.063rem;
	letter-spacing: 0;
	margin-bottom: 16px;
	margin-top: 0;
	text-transform: uppercase;
}
.footer-widget .widget-title {
	color: #eee;
	color: rgba( 255, 255, 255, 0.9 );
}

/* Link */
.widget a {
	text-decoration: underline;
}
.widget li a {
	text-decoration: none;
}
.footer-widget .widget a {
	color: #ccc;
	color: rgba( 255, 255, 255, 0.7 );
}
.footer-widget .widget a:hover {
	color: #eee;
	color: rgba( 255, 255, 255, 0.9 );
}

/* List */
.widget ul {
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
}
.widget ul li {
	border-top: solid 1px #eee;
	line-height: 1.4;
	padding-bottom: 12px;
	padding-top: 12px;
}
.widget > ul > li:first-child,
.widget > div > ul > li:first-child {
	border-top: none;
}
.widget ul ul {
	margin-left: 12px;
	margin-top: 12px;
}
.widget ul ul li:last-child {
	padding-bottom: 0;
}
.footer-widget .widget ul li {
	border-color: #555;
	border-color: rgba( 255, 255, 255, 0.15 );
}

/* Form */
.footer-widget button,
.footer-widget input[type="button"],
.footer-widget input[type="reset"],
.footer-widget input[type="submit"] {
	background-color: #666;
	background: rgba( 255, 255, 255, 0.3 );
}
.footer-widget button:hover,
.footer-widget input[type="button"]:hover,
.footer-widget input[type="reset"]:hover,
.footer-widget input[type="submit"]:hover {
	background-color: #888;
	background-color: rgba( 255, 255, 255, 0.4 );
}

/* Recent Posts */
.widget_recent_entries .post-date {
	color: #999;
	display: block;
	font-size: 86.7%;
	margin-top: 4px;
	text-transform: uppercase;
}
.footer-widget .widget_recent_entries .post-date {
	color: rgba( 255, 255, 255, 0.5 );
}

/* Recent Comments */
.widget_recent_comments li a {
	text-decoration: underline;
}

/* Search */
.widget_search input[type="search"] {
	max-width: 300px;
	width: 100%;
}
.widget_search .search-submit {
	display: none;
}

/* Tag Cloud */
.widget_tag_cloud a {
	text-decoration: none;
}

/* Calendar */
.widget_calendar table {
	font-size: 93.3%;
	line-height: 32px;
	margin-bottom: 0;
	max-width: 300px;
}
.widget_calendar caption {
	text-transform: uppercase;
}
.widget_calendar td,
.widget_calendar th {
	padding: 0;
	text-align: center;
}
.widget_calendar thead th {
	border-bottom: solid 1px #e6e6e6;
	padding: 2px 0;
}
.widget_calendar tbody td {
	border-bottom: solid 1px #e6e6e6;
}
.widget_calendar tbody td a {
	background-color: #e6e6e6;
	display: block;
	text-decoration: underline;
}
.widget_calendar tbody td a:hover {
	color: #555;
	background-color: #f0f0f0;
}
.widget_calendar tfoot td {
	border-bottom: none;
	padding-top: 8px;
}
.widget_calendar tfoot td a {
	text-decoration: underline;
	text-transform: uppercase;
}
.widget_calendar tfoot td#prev {
	text-align: left;
}
.widget_calendar tfoot td#next {
	text-align: right;
}
.footer-widget .widget_calendar table,
.footer-widget .widget_calendar thead th,
.footer-widget .widget_calendar tbody td {
	border-color: #666;
	border-color: rgba( 255, 255, 255, 0.3 );
}
.footer-widget .widget_calendar caption {
	color: #ccc;
	color: rgba( 255, 255, 255, 0.7 );
}
.footer-widget .widget_calendar tbody td a {
	background-color: #666;
	background-color: rgba( 255, 255, 255, 0.3 );
}
.footer-widget .widget_calendar tbody td a:hover {
	background-color: #555;
	background-color: rgba( 255, 255, 255, 0.2 );
}

/* RSS */
.widget_rss li {
	line-height: 1.4;
	margin-bottom: 6px;
}
.widget_rss li .rsswidget {
	display: block;
	margin-top: 6px;
}
.widget_rss .rss-date,
.widget_rss .rssSummary,
.widget_rss cite {
	color: #999;
	font-size: 86.7%;
}
.widget_rss .rss-date {
	display: block;
	margin-bottom: 4px;
	margin-top: 4px;
	text-transform: uppercase;
}
.widget_rss .rssSummary {
	margin-bottom: 4px;
}
.footer-widget .widget_rss .rss-date,
.footer-widget .widget_rss .rssSummary,
.footer-widget .widget_rss cite {
	color: rgba( 255, 255, 255, 0.5 );
}


/* Footer
------------------------------------------------------------ */

/* Base */
.site-footer {
	border-top: solid 1px #eee;
}

/* Footer Widget */
.footer-area {
	background-color: #222;
	padding-bottom: 24px;
	padding-top: 60px;
}

/* Footer */
.site-bottom {
	color: #999;
	font-size: 87.5%;
	margin-bottom: 22px;
	margin-top: 28px;
}
.site-bottom a {
	color: #666;
}
.site-bottom a:hover,
.site-bottom .current-menu-item > a {
	color: #111;
}
.site-copyright,
.site-credit {
	margin-bottom: 6px;
}
.sep {
	color: #ccc;
	margin: 0 4px;
}


/* Plugins
------------------------------------------------------------ */

/* Jetpack Infinite Scroll */
.infinite-scroll .pagination {
	display: none;
}
.infinite-loader {
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	padding: 16px 0;
	width: 25px;
}
#infinite-handle {
	margin-bottom: 60px;
	text-align:center;
}
#infinite-handle span {
	background-color: #222;
	border-radius: 0;
	color: #eee;
	cursor: pointer;
	display: block;
	font-size: 93.8%;
	margin-left: auto;
	margin-right: auto;
	padding: 18px 0;
	text-align: center;
	text-transform: uppercase;
	transition: .3s ease-in-out;
}
#infinite-handle span:hover {
	background-color: #555;
}

/* Jetpack Widgets */
#subscribe-email input {
	margin-top: 0;
	max-width: 300px;
	padding: 0.6em !important;
	width: 100% !important;
}
.jetpack-display-remote-posts h4,
.jetpack-display-remote-posts p {
	font-size: 100% !important;
}
.jetpack-display-remote-posts h4 {
	margin-top: 24px !important;
}
.widget_jetpack_display_posts_widget img {
	margin: 12px 0;
}
.grofile-thumbnail {
	max-width: 300px !important;
}
.widget-grofile h4 {
	font-size: 100%;
	font-weight: 600;
}
ul.grofile-urls {
	margin-bottom: 1.5em;
	margin-top: 0;
}

/* Jetpack Comments */
.comment-subscription-form {
	margin-bottom: 0.6em;
}

/* Jetpack Stats */
#wpstats {
	display: none;
}

/* Contact Form 7 */
.wpcf7-list-item-label {
	font-size: 93.8%;
}
.wpcf7-file {
	border: solid 1px #e6e6e6;
	padding: 5px;
}


/* Print
------------------------------------------------------------ */

@media print {
	html, body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	.header-navigation,
	.site-bar,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comment-respond,
	.navigation,
	#infinite-handle,
	.sidebar-area,
	.footer-area,
	.footer-navigation {
		display: none;
	}
	.site {
		max-width: none;
	}
	.site-top,
	.site-content,
	.footer-widget,
	.site-bottom {
		max-width: none;
		padding: 0;
	}
	.content-area {
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.site-bottom,
	.site-bottom a {
		color: #000;
	}
}

.widget_nav_menu {
    background: #f7eded;
    color: #800909;
    border: 1px solid #b1b1b1;
}

.widget_nav_menu .widget-title {background: #800909; color: #ffffff; padding: 10px; margin: 0;}

.widget_nav_menu ul li {
    border-top: 1px solid #b1b1b1;
    padding: 0;
}

.widget_nav_menu ul li:hover {
    background: #e8dcdc;
}

.widget_nav_menu ul li a {
    display: block;
    padding: 10px;
}

.widget_nav_menu ul li a:hover {
    color: #800909;
}

/* How to Become
------------------------------------------------------------ */

.howtobecome h2 {font-weight: bold; border-bottom: 5px solid transparent; border-image: linear-gradient(to right, #3c6d84 0%,#3c6d84 40%, #fe7625 61%, #de5d10 100%); border-image-slice: 1; padding-bottom: 7px; text-transform: unset; margin-bottom: 22px;}

.howtobecome h3 {text-transform: unset;}

.step-count {
    background: #6682b4;
    padding: 10px 12px;
    color: #ffffff;
    display: inline-block;
    margin-right: 5px;
}

.score-low {color: #ff1800;}
.score-medium {color: #ff9900;}
.score-high {color: #6aa84f;}
.education-score {color: #4a86e8;}

.data-in-h3-color {
    color: #6682b4;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.2) !important;
    letter-spacing: 1px;
    font-size: 110%;
    margin-left: 5px;
}
.salary-notice {font-size: 12px; font-family: sans-serif, arial; margin: 5px 0; display: inline-block;}

.salary-blocks {display: table; width: 100%; margin: 20px auto; text-align: center;}
.salary-block {display: table-cell;}
.block-bg {height: 50px;}
.salary-block-10 .block-bg {background-color: #7b9dda;}
.salary-block-25 .block-bg {background-color: #6682b4;}
.salary-block-50 .block-bg {background-color: #6682b4;}
.salary-block-75 .block-bg {background-color: #6682b4;}
.salary-block-90 .block-bg {background-color: #455a80;}

.employment-growth {display: table; width: 100%; margin: 20px auto 30px; text-align: center;}

.triangle {display: table-cell;}

.triangle-arrow {
  width: 100px;
  height: 25px;
  background: #e4e4e4;
  position: relative;
  display: inline-block;
}

.arrow-head {
  content: '';
  position: relative;
  top: 12.5px;
  right: 0;
  border-left: 25px solid #e4e4e4;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  display: inline-block;
}

.employment-before, .employment-after {display: table-cell; vertical-align: middle;}

table.salarytable {border: 0;}
.salarytable th {color: #ffffff; background: #f38049; text-align: center; vertical-align: middle; font-weight: 700; font-family: sans-serif, arial;}
.salarytable tbody tr:nth-child(odd) {
   background-color: rgba(214, 116, 47, 0.20);
}
.salarytable td {text-align: center;}

.should-you-become-point {padding-top: 20px;}
.should-you-become-point h3 {clear: none; margin-top: 0.5em;}
.should-you-become-point img {float: left !important; margin-right: 20px; margin-bottom: 20px;}

.howtobecome-faq-h3 {background-color: #d5e1f7; padding: 10px;}
.howtobecome-step-h3 {background-color: #d5e1f7; margin-top: 10px;}

.howtobecome-quick-nav {display: block; margin: 0 0 10px 0; background: #edf3f7; max-width: 500px; padding-bottom: 10px;}
.howtobecome-quick-nav span {color: #494f54; margin: 15px 20px; font-size: 1.2rem; display: block;}
.howtobecome-quick-nav ul {margin: 0; padding: 0;}
.howtobecome-quick-nav ul li {list-style: none; float: left; margin: 0 0 0 30px; width: 44%; position: relative;}
.howtobecome-quick-nav ul li::before {
    content: url(/wp-content/themes/mechanicalschools/images/circle.png);
    margin-right: 8px;
    color: #fd7624;
    position: absolute;
    bottom: 6px;
    left: -16px;
}
.howtobecome-quick-nav ul li a {display: block; float: left; color: #000000 !important; width: 100%; padding: 2% 0; text-decoration: none;}
.howtobecome-quick-nav ul li a:hover {text-decoration: underline;}

a.find-schools-button {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 20px auto;
    display: block;
    text-align: center;
    background: #6682b4;
    text-decoration: none;
    color: #ffffff;
    text-shadow: 0px 1px 0px #5a5a5a;
    -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #5a5a5a;
}

a.find-schools-button:hover {
	background-color:#5a739f;
}
a.find-schools-button:active {
	position:relative;
	top:1px;
}

.howtobecome-post-link {background-color: #eaeaea; color: #000000 !important; display: block; margin: 20px 0; padding: 10px; position: relative; text-decoration: none !important; border: 1px solid #000000;}
.howtobecome-post-link:hover, .howtobecome-post-link:focus, .howtobecome-post-link:active {background-color: #e3e6ef;}
.howtobecome-post-link h3 {font-size: 20px; margin: 0 auto 20px;}
.howtobecome-post-link img {vertical-align: middle; }
.howtobecome-post-link .avg-salary {float: right; margin-right: 10px; font-size: 25px;}
.howtobecome-post-link .avg-salary-text {position: absolute; top: 90px; font-size: 11px; right: 20px;}
.howtobecome-post-link .job-outlook-text {display: block; padding: 5px 3%; background-color: #cccccc; margin: 15px auto 10px; width: 94%; font-size: 12px;}
.howtobecome-post-link .job-outlook-text b {float: right;}

.howtobecome-featured-image {margin-bottom: 44px;}

.howtobecome-quick-nav a.find-schools-button {width: 90%; margin: 10px auto;}

.info-by-state-cont {
    background: #d9e3ec url('images/usa.png') 50% 50% no-repeat;
    width: 100%;
    min-height: 400px;
    margin-bottom: 10px;
}

.duties ul {margin: 0 0 20px 0;}

@media screen and (max-width: 550px) {
    .howtobecome-quick-nav ul li {float: none; width: 94%;}
    .howtobecome-quick-nav ul li a {float: none;}
    .salary-block-25, .salary-block-75 {display: none;}
}

/* QuinStreet */
#qs-hq .qs-listings .qs-school-info.qs-main.qs-enhancedListing .qs-main-info .qs-main-right .qs-button-request-info {color: #fff !important;}
#qs-hq .qs-listings .qs-school-info.qs-main.qs-default .qs-button-request-info, #qs-hq .qs-listings .qs-school-info.qs-main.qs-default .qs-button-visit-school-site {color: #fff !important;}
#qs-hq .qs-listings .qs-school-info.qs-main.qs-enhancedListing .qs-main-info .qs-main-right .qs-button-visit-school-site {color: #fff !important;}

#qs-hq .qs-listings .qs-school-info.qs-main.qs-enhancedListing .qs-main-info .qs-main-middle {width: 100%; margin: 0 !important; padding-top: 12px; clear: both;}

@media screen and (max-width: 600px) {
    #qs-hq .qs-listings .qs-school-info.qs-main.qs-enhancedListing .qs-main-info .qs-main-right {float: none !important; margin: 0 auto; clear: both; padding-top: 20px;}
    #qs-hq .qs-listings .qs-school-info.qs-main.qs-enhancedListing .qs-main-info .qs-main-left {float: none !important; margin: 0 auto; clear: both;}
    
    html#qs-hq #qs-headerFilterBox .qs-headerFilterWrapper .qs-headerFilterContainer ul.qs-headerFilterGroupsWrapper li.qs-subjectGroup {width: 48% !important;}
    html#qs-hq #qs-headerFilterBox .qs-headerFilterWrapper .qs-headerFilterContainer ul.qs-headerFilterGroupsWrapper li.qs-dstfGroup {width: 48% !important;}
    html#qs-hq #qs-headerFilterBox .qs-headerFilterWrapper .qs-headerFilterContainer ul.qs-headerFilterGroupsWrapper li .qs-headerFilterGroup {width: 100% !important;}
    html#qs-hq #qs-headerFilterBox .qs-headerFilterWrapper .qs-headerFilterContainer ul.qs-headerFilterGroupsWrapper li.qs-degreeGroup, html#qs-hq #qs-headerFilterBox .qs-headerFilterWrapper .qs-headerFilterContainer ul.qs-headerFilterGroupsWrapper li.qs-programTypeGroup {width: 48% !important;}
}

/** Degree Finder */
@media screen and (min-width: 960px) {
	.scroll-element.fixed {position: fixed; top: 20px !important;}
}
.scroll-element {max-width: 280px; margin: 0 auto;}

.qs-widget-responsive iframe {width: 100%;}
@media screen and (max-width: 606px) {
    .qs-widget-responsive iframe {height: 260px;}
}

@media screen and (max-width: 960px) {
	.school-finder-button {display: none;}
}

/** states-list */
.states-list {margin-bottom: 20px;}
.states-list a {
    margin: 10px 0 10px 1%;
    float: left;
    display: list-item;
    list-style: none inside;
    font-size: 16px;
    width: 32.3%;
    color: #000000 !important;
}
.states-list a:hover {text-decoration: underline;}

@media screen and (max-width: 550px) {
   .states-list a {width: 42%;} 
}

.share-bar {
    background-color: #f3f3f3;
    z-index: 1;
    position: fixed;
    min-width: 55px;
    top: 10em;
    padding: 3px 1px;
	border: 1px solid #e8e8e8;
	right: 0;
}

.share-bar span {font-size: 11px; letter-spacing: 1px; display: block; margin: 5px auto; text-align: center;}

@media screen and (max-width: 1230px) {
	.share-bar {display: none;}
}

.share-bar-icons a {
	display: block;
	cursor: pointer;
	opacity: 0.8;
}

.share-bar-icons a:hover {
	opacity: 1;
}

.share-bar-icons img {
	display: block;
	margin: 0 auto;
}

.bar-twitter {
	margin: 10px 0 20px;
}

.bar-facebook {
	margin: 10px 0 20px;
}

.bar-pinterest {
	margin: 10px 0 10px;
}


/****** TOP SCHOOLS *****/

.top-schools {border: 0;}

.top-schools hr {margin: 20px 0;}

.top-schools td {border: 0; padding: 0 15px;}

.top-schools tr { background: #f5f5f5; position: relative; display: block; border: 1px solid #cecece; margin-bottom: 30px;}

.top-schools .title {display: block; padding-left: 70px; padding-top: 5px; padding-bottom: 10px; border-bottom: 1px solid #cecece; position: relative; cursor: pointer;}
.top-schools .title h2 {border: 0; margin: 0; font-size: 20px;}
.top-schools .title span {text-transform: uppercase;}

.top-schools h3 {font-size: 20px;}

.top-schools .title::before {
    border: 2px solid #cecece;
    box-sizing: content-box;
    color: #1f2d34;
    content: '+';
    font-weight: 700;
    height: 16px;
    line-height: 16px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
}

.top-schools .is-active .title::before {
    content: '-';
    font-size: 24px;
    line-height: 13px;
}

.top-schools .title::after {
    border-left: 1px solid #cecece;
    box-sizing: content-box;
    content: '';
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
}

.top-schools .content {display: none; margin-top: 20px;}
.top-schools .content.is-active {display: block;}

.top-schools .content .link {text-align: right; display: inline-block; margin-bottom: 20px; text-decoration: none;}

.top-schools .content span {display: block; text-align: right;}

.top-schools .rank {
  position: absolute;
  left: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
  cursor: pointer;
}
.top-schools .rank span {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#800909 0%, #983131 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
}
.top-schools .rank span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #983131;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #983131;
}
.top-schools .rank span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #983131;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #983131;
}

.table-controls {
    text-align: right;
}

.table-controls div:hover {color: #c72830;}

.top-schools-collapse-all {
    display: inline-block;
    margin-bottom: 15px;
    font-weight: bold;
    margin-left: 40px;
    cursor: pointer;
    position: relative;
}

.top-schools-collapse-all::before {
    border: 2px solid #cecece;
    box-sizing: content-box;
    color: #1f2d34;
    content: '-';
    font-weight: 700;
    height: 16px;
    line-height: 13px;
    position: absolute;
    left: -28px;
    text-align: center;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    font-size: 24px;
}

.top-schools-expand-all {
    display: inline-block;
    margin-bottom: 15px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
}

.top-schools-expand-all::before {
    border: 2px solid #cecece;
    box-sizing: content-box;
    color: #1f2d34;
    content: '+';
    font-weight: 700;
    height: 16px;
    line-height: 16px;
    position: absolute;
    left: -28px;
    text-align: center;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
}