/*
Theme Name: AmeriTech
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: ameritech
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 AmeriTech is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: auto;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
}

select{
	margin-bottom: 15px;
	width: 100%;
	max-width: 100%;
	border: 1px solid #bbb;
	height: 40px;
}


/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: "Droid Serif", "Times New Roman", Times, serif;
	line-height: 1.2;
}

h1{
	font-size: 40px;
	text-shadow: 0 3px rgba(0,0,0,.14);
}
h2{
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
h3{
	font-size: 18px;
	padding-bottom: 15px;
	border-bottom: 1px solid #d3d2d2;
	margin-bottom: 20px;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	color: #58595B;
	margin-bottom: 20px;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #414042;
	background: #E2E1E2;
	background: rgba(0,0,0,.08);
	border-radius: 6px;
	display: block;
	font-weight: 300;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	width: 100%;
	border: 0;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

section {
	display: block;
	width: 100%;
}
.container {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 30px;
}

.error{
	color: #ec1c24;
}

/* Links */
a {
	color: #0071bb;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	text-decoration: underline;
}

/* Buttons */
a.btn, .btn {
	background-color: #0070BA;
	border-radius: 6px;
	border: 0;
	margin: 0;
	box-shadow: 0 3px 0 rgba(0,0,0,.2);
	color: #fff;
	display: inline-block;
	line-height: 30px;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
}
	.btn:hover{
		cursor: pointer;
		-webkit-transform: translateY(-1px);
		box-shadow: 0 4px 0 rgba(0,0,0,.2);
	}
	.btn:active{
		-webkit-transform: translateY(1px);
		box-shadow: 0 2px 0 rgba(0,0,0,.2);
	}
	.btn[disabled],
	.btn[disabled]:hover,
	.btn[disabled]:active{
		box-shadow: 0 3px 0 rgba(0,0,0,.2);
		-webkit-transform: translateY(0);
		opacity: .5;
		cursor: default;
	}
.btn.btn-white {
	background-color: #fff;
	color: #283652;
}
	.btn-white:hover{
		background: #f5f5f5;
	}
	.btn-white:active{
		background: #ddd;
	}
.btn-large{
	font-size: 20px;
	padding-left: 40px;
	padding-right: 40px;
}
.btn.btn-block {
	display: block;
	margin-bottom: 20px;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
.text-center {
	text-align: center;
}

.hidden{
	display: none;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	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,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.container:before,
.container:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.container:after {
	clear: both;
}


/* =Header
----------------------------------------------- */

.site-header {
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	display: block;
	height: 112px;
	position: relative;
	z-index: 2;
}
.site-title{
	margin-bottom: 0;
}
.site-title a {
	background-image: url('img/sprite.png');
	background-image: none, url('img/sprite.svg');
	background-repeat: no-repeat;
	float: left;
	height: 75px;
	margin: 20px 20px 0 0;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 232px;
	background-size: cover;
}


/* =Menu
----------------------------------------------- */

.main-navigation {
	display: block;
	float: left;
	margin-top: 30px;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul.menu > li.menu-item > a {
	border-radius: 4px;
	color: #414042;
	font-family: "Droid Serif", "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.5;
	padding: 16px 20px 14px;
}
.main-navigation ul.menu > li.menu-item.menu-item-has-children > a:after {
	content: ' ';
	font-family: "ameritech";
	line-height: 0;
}
.main-navigation ul.menu > li.menu-item:hover > a,
.main-navigation .current-menu-item a,
.main-navigation .current_page_parent a{
	background-color: #0074b8;
	color: #fff!important;
}
.main-navigation ul.menu > li.menu-item > ul.sub-menu a {
	color: #fff;
	padding: 8px 20px;
}
.main-navigation ul.menu > li.menu-item > ul.sub-menu li:hover a {
	background-color: #005a93;
	background-color: rgba(0,0,0,.2);
}
.main-navigation ul ul {
	background-color: #0074b8;
	border-radius: 0 4px 4px 4px;
	margin-top: 28px;
	padding: 8px 0;
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 1.5em;
	z-index: 99999;
	-webkit-transition: background-color 0.1s ease-in-out, box-shadow 0.1s ease-in-out, opacity 0.1s ease-in-out;
	-moz-transition: background-color 0.1s ease-in-out, box-shadow 0.1s ease-in-out, opacity 0.1s ease-in-out;
	-o-transition: background-color 0.1s ease-in-out, box-shadow 0.1s ease-in-out, opacity 0.1s ease-in-out;
	transition: background-color 0.1s ease-in-out, box-shadow 0.1s ease-in-out, opacity 0.1s ease-in-out;
}
.main-navigation ul li:last-child ul {
	border-radius: 4px 0 4px 4px;
	left: -131px;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 240px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul:hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
	font-size: 0;
	text-shadow: none;
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 30px;
}
.menu-toggle:after {
	content: '';
	font-family: ameritech;
	font-size: 30px;
	line-height: 80px;
}
@media screen and (max-width: 1200px) {
	header.site-header {
		height: 100px;
	}
	header .site-title a {
		width: 180px;
		height: 67px;
	}
	.main-navigation {
		margin-top: 24px;
	}
	.main-navigation ul.menu > li.menu-item > a {
		font-size: 15px;
		padding-right: 16px;
		padding-left: 16px;
	}
	.main-navigation ul li:last-child ul {
		left: -146px;
	}
}
@media screen and (max-width: 1020px) {
	header.site-header {
		height: 80px;
	}
	header .site-title a {
		margin-top: 10px;
	}
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}
	.main-navigation {
		margin-top: 5px;
		width: 100%;
		clear: both;
	}
	.main-navigation ul {
		display: none;
		margin: 0 -30px;
	}
	.main-navigation ul li {
		float: none;
		display: block;
	}
	.main-navigation ul.menu > li.menu-item > a{
		display: block;
		border-radius: 0;
	}
	.main-navigation ul li:hover > ul {
		display: none;
	}
	.main-navigation li.menu-item-has-children > a:after {
		display: none;
	}
}

/* =Grid
----------------------------------------------- */
.row {
	margin: 0 -15px;
}
.row:after {
	content: '';
    display: table;
    clear: both;
}
[class*='col-'] {
	float: left;
	padding: 0 15px;
}
.col-1-6 {
	width: 16.666666667%;
	padding: 0 10px;
}
.col-1-5 {
	width: 20%;
}
.col-1-4 {
	width: 25%;
}
.col-1-3 {
	width: 33.33%;
}
.col-1-2,
.col-2-4 {
	width: 50%;
}
.col-2-3 {
	width: 66.66%;
}
.col-3-4 {
	width: 75%;
}

/* =Components
----------------------------------------------- */

/* Videos */
.video {
	display: block;
	position: relative;
	font-size: 20px;
	border-radius: 6px;
	overflow: hidden;
	max-width: 400px;
	margin: 0 auto 20px;
}
.video img {
	margin-bottom: -.4em;
	width: 100%;
}
.video .video-title {
	position: absolute;
	bottom: 0;
	background-color: #0070BA;
	background-color: rgba(0,112,186,.7);
	color: #fff;
	font-weight: 100;
	line-height: 1.2em;
	padding: .9em .5em .9em 2.5em;
	width: 100%;
	-webkit-transition: background-color 0.1s ease-in-out;
	-moz-transition: background-color 0.1s ease-in-out;
	-o-transition: background-color 0.1s ease-in-out;
	transition: background-color 0.1s ease-in-out;
}
.video:hover .video-title {
	background-color: rgba(0,112,186,.95);
}
.video .video-title .icon-play-sign {
	float: left;
	font-size: 1.8em;
	margin: -.2em 0 -.2em -1.1em;
}

/* Programs Page Tiles */
.program {
	display: block;
	position: relative;
	font-size: 20px;
	margin-bottom: 20px;
	border-radius: 6px;
	overflow: hidden;
}
.program img {
	margin-bottom: -.4em;
}
.program .program-title {
	position: absolute;
	bottom: 0;
	background-color: #0070BA;
	background-color: rgba(0,112,186,.7);
	color: #fff;
	font-weight: 300;
	line-height: 1.2em;
	padding: .25em .5em;
	width: 100%;
	-webkit-transition: background-color 0.1s ease-in-out;
	-moz-transition: background-color 0.1s ease-in-out;
	-o-transition: background-color 0.1s ease-in-out;
	transition: background-color 0.1s ease-in-out;
}
.program:hover .program-title {
	background-color: rgba(0,112,186,.95);
}
.program-summary{
	margin-bottom: 40px;
}

/*For 4 tiles*/
.programs .row .col-1-4:nth-child(4n-3) {
	clear: left;
}

/*For 3 tiles*/
@media (max-width: 960px) and (min-width: 721px){
	.programs .row .col-1-4:nth-child(4n-3) {
		clear: none;
	}
	.programs .row .col-1-4:nth-child(3n-2) {
		clear: left;
	}
	.programs .row .col-1-4{
		width: 33%;
	}
}

/*For 2 tiles*/
@media (max-width: 720px) and (min-width: 501px){
	.programs .row .col-1-4:nth-child(2n-1) {
		clear: left;
	}
	.programs .row .col-1-4{
		width: 50%;
	}
}

/*For 1 tiles*/
@media (max-width: 500px){
	.programs .row .col-1-4{
		width: auto;
	}
	.program img{
		max-width: 150%;
		margin-left: -25%;
	}
}


/* Login Page Icons */
@media (min-width: 841px){
	.student-faculty-logins .col-1-3 .column-grid-2 .column{
		margin-right: 10%;
		width: 44.25%;
	}
	.student-faculty-logins .col-1-3 .column-grid-2 .column-last{
		margin-right: 0;
	}
}

.student-faculty-logins .icon-box{
	background-color: #e6e7e8!important;
	color: #0071bb;
}
.student-faculty-logins .icon-box i{
	color: #0071bb;
	font-size: 10em;
	top: .25em;
}
.student-faculty-logins .icon-box h3{
	color: #293753;
}

@media (max-width: 840px){
	.student-faculty-logins .col-2-3,
	.student-faculty-logins .col-1-3{
		width: auto;
		float: none;
	}
}

@media (max-width: 840px) and (min-width: 721px){
	.student-faculty-logins .col-1-3 .column{
		width: 21.25%;
		float: left;
	}
}

/* Home Page Program List */
.home .programs {
	background-color: #D4EEFF;
	padding: 50px 0 25px;
	margin-bottom: 50px;
}
.home .programs .callout {
	background-color: #0071BA;
	border-radius: 6px;
	padding: 8% 11%;
	margin-bottom: 20px;
}
.home .programs .callout h2,
.home .programs .callout h3 {
	font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 28px;
	font-style: italic;
	font-weight: 300;
	line-height: 34px;
	margin-bottom: 28px;
	padding-bottom: 0;
	border: none;
}
.home .programs .callout h3 {
	font-size: 22px;
	text-align: center;
	margin-bottom: 0;
}
.home .programs .callout h3 strong{
	font-weight: 700;
	font-style: normal;
	display: inline-block;
}
.home .programs small {
	display: block;
	color: #939AA8;
	color: rgba(40,54,82,.5);
	font-size: 12px;
	text-align: center;
}

/* This requires 3 columns */
.home .programs .row .row .col-1-3:nth-child(3n-2) {
	clear: left;
}

.home .programs .program-title {
	border-bottom: 1px solid #A9AFBA;
	color: #283652;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 3px;
	text-decoration: none;
}
.home .programs .program-summary {
	color: #4F4C4D;
	font-size: 11px;
	line-height: 14px;
}

@media (max-width: 860px){
	.home .programs .col-1-3{
		width: 50%;
	}
	.home .programs .col-2-3{
		width: auto;
		float: none;
	}
	.home .programs .row .row .col-1-3:nth-child(3n-2) {
		clear: none;
	}
}
@media (max-width: 600px){
	.home .programs .col-1-3{
		width: auto;
		clear: both!important;
		display: block;
	}
	.home .programs .program-summary{
		display: none;
	}
	.home .programs .program-title{
		margin-bottom: 10px;
	}
}

/* Icon Boxes */
.icon-box {
	border-radius: 1.25em;
	box-shadow: 0 3px 0 rgba(0,0,0,.2);
	color: #fff;
	display: block;
	font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	height: 0;
	line-height: 1.33em;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	width: 100%;
	padding-bottom: 100%;
	max-width: 300px;
	margin: 0 auto 20px;
}
.icon-box i {
	color: #fff;
	display: block;
	font-size: 12em;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: .2em;
	width: 100%;
	-webkit-transform-origin: top;
	   -moz-transform-origin: top;
	        transform-origin: top;
	-webkit-transition: -webkit-transform .15s .1s linear;
	   -moz-transition: -moz-transform .15s .1s linear;
	        transition: transform .15s .1s linear;
}
.icon-box h3 {
	font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
	bottom: 1.3em;
	color: #fff;
	font-size: 1.67em;
	line-height: 1.2em;
	font-weight: 400;
	position: absolute;
	text-align: center;
	width: 100%;
	-webkit-transition: opacity .25s ease-in-out;
	   -moz-transition: opacity .25s ease-in-out;
	        transition: opacity .25s ease-in-out;
	margin: 0;
	padding: 0;
	border: none;
}
.icon-box .description {
	background-color: rgba(35,31,32,.5);
	border-radius: 0 0 1.25em 1.25em;
	bottom: -300px;
	color: #fff;
	padding: 1em;
	font-size: 1.1em;
	line-height: 1.1;
	position: absolute;
	opacity: 0;
	-webkit-transition: bottom .25s ease-in-out, opacity .25s ease-in-out;
	   -moz-transition: bottom .25s ease-in-out, opacity .25s ease-in-out;
	        transition: bottom .25s ease-in-out, opacity .25s ease-in-out;
}
.home .icon-box:hover .description{
	bottom: 0;
	opacity: 1;
}
.home .icon-box:hover i {
	-webkit-transform: scale(.8);
	   -moz-transform: scale(.8);
	    -ms-transform: scale(.8);
	        transform: scale(.8);
}
.home .icon-box:hover h3 {
	opacity: 0;
}

@media (max-width: 900px) and (min-width: 810px){
	.icon-box .description {
		font-size: 1.3em;
	}
}
@media (max-width: 810px) and (min-width: 720px) {
	.icon-box .description {
		font-size: 1.5em;
	}
}



/* Home Blockquote */
.home blockquote {
	font-size: 22px;
	margin: 0 auto;
	max-width: 800px;
	text-align: center;
	padding: 0;
	border: none;
}

/* Full width blue form */
.form-full {
	background-color: #0071BA;
	color: #fff;
	padding: 40px 0 20px;
	margin-bottom: 50px;
}
.form-full p {
	color: #fff;
	font-size: 18px;
	margin-bottom: 40px;
}
.form-full input {
	background-color: #005884;
	background-color: rgba(0,0,0,.3);
	color: #fff;
	margin-bottom: 20px;
}
.form-full input:focus {
	color: #fff;
}
.form-full select {
	background-color: #005884;
	background-color: rgba(0,0,0,.3);
	color: #aaa;
	border: none;
}

.form-full .btn {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 20px;
}


/* Contact Page */

/* Hide Contact Widget */
.page-id-2345 #text-3{
	display: none;
}

.content-area form br{
	display: none;
}

.content-area form .column-grid{
	margin-bottom: 0;
}

.content-area form .column-grid p{
	margin-bottom: 30px;
}

.content-area form select{
	/*margin-bottom: 30px;*/
}

.content-area form .column-grid select{
	margin-bottom: 0;
}

.content-area form .rn-acknowledgement{
	margin-bottom: 15px;
}

.content-area form button{
	margin-top: 15px;
}



/* = Size Adjustments for grids
----------------------------------------------- */
/* === 2 columns === */
@media (max-width: 480px){
	 .column-grid-2 .column-span-2,
	 .column-grid-2 .column-span-1 { width: 100%; margin-right: 0; }
}

/* === 3 columns === */
@media (max-width: 600px){
	 .column-grid-3 .column-span-3,
	 .column-grid-3 .column-span-2,
	 .column-grid-3 .column-span-1 { width: 100%; margin-right: 0; }
}
@media (max-width: 750px){
	.content-area.sidebar .column-grid-3 .column-span-3,
	.content-area.sidebar .column-grid-3 .column-span-2,
	.content-area.sidebar .column-grid-3 .column-span-1 { width: 100%; margin-right: 0; }
}


/* === 4 columns === */
@media (max-width: 720px){
	 .column-grid-4 .column-span-3 { width: 100%; margin-right: 0; }
	 .column-grid-4 .column-span-2 { width: 100%; margin-right: 0; }
	 .column-grid-4 .column-span-1 { width: 47.5%; }
	 .column-grid-4 .column-span-1:nth-child(2n){
		margin-right: 0; }
}
@media (max-width: 870px){
	 .content-area.sidebar .column-grid-4 .column-span-3 { width: 100%; margin-right: 0; }
	 .content-area.sidebar .column-grid-4 .column-span-2 { width: 100%; margin-right: 0; }
	 .content-area.sidebar .column-grid-4 .column-span-1 { width: 47.5%; }
	 .content-area.sidebar .column-grid-4 .column-span-1:nth-child(2n){
		margin-right: 0; }
}

/* === 12 columns === */
@media (max-width: 720px){
	.column-grid-12 .column-span-12,
	.column-grid-12 .column-span-11,
	.column-grid-12 .column-span-10,
	.column-grid-12 .column-span-9,
	.column-grid-12 .column-span-8,
	.column-grid-12 .column-span-7,
	.column-grid-12 .column-span-6  { width: 100%; margin-right: 0}
	.column-grid-12 .column-span-4  { width: 30%; }
	.column-grid-12 .column-span-3  { width: 47.5%; }
		.column-grid-12 .column-span-3:nth-child(2n){ margin-right: 0; }
	.column-grid-12 .column-span-2  { width: 30%;  }
		.column-grid-12 .column-span-2:nth-child(3n){ margin-right: 0; }
	.column-grid-12 .column-span-1  { width: 12.5%; }
		.column-grid-12 .column-span-1:nth-child(6n){ margin-right: 0; }

	/* Kill pushing */
	.column-grid .column-push-11,
	.column-grid .column-push-10,
	.column-grid .column-push-9,
	.column-grid .column-push-8,
	.column-grid .column-push-7,
	.column-grid .column-push-6,
	.column-grid .column-push-5,
	.column-grid .column-push-4,
	.column-grid .column-push-3,
	.column-grid .column-push-3,
	.column-grid .column-push-2,
	.column-grid .column-push-1 { margin-left: 0; }
}
@media (max-width: 480px){
	.column-grid-12 .column-span-4,
	.column-grid-12 .column-span-3,
	.column-grid-12 .column-span-2,
	.column-grid-12 .column-span-1 { width: 100%; margin-right: 0}
}

/* === Mike's Grid, 5 columns === */
@media (max-width: 1200px){
	 .form-full .col-1-6{
	 	padding: 0 5px;
	 }
}
@media (max-width: 940px){
	 .form-full .col-1-6{
	 	width: 25%;
	 }
	 .form-full .col-1-6 ~ .col-1-6 ~ .col-1-6 ~ .col-1-6 ~ .col-1-6{
	 	width: 50%;
	 }
}
@media (max-width: 600px){
	 .form-full .col-1-6{
	 	width: 50%;
	 }
}

@media (max-width: 400px){
	 .form-full .col-1-6,
	 .form-full .col-1-6 ~ .col-1-6 ~ .col-1-6 ~ .col-1-6 ~ .col-1-6{
	 	width: 100%;
	 }
}


/* =Content
----------------------------------------------- */
.home section{
	margin-bottom: 50px;
}

.entry-header{
	margin-bottom: 50px;
}

.entry-header.image-true{
	height: 488px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.entry-header.image-true .container{
	display: table;
	height: 100%;
	width: 100%;
}

.entry-header.image-true .entry-header-wrapper{
	display: table-cell;
	vertical-align: middle;
}

.entry-header h1{
	margin-bottom: 20px;
}
.entry-header h1 a{
	color: inherit;
}

.entry-header h1 a.post-edit-link{
	display: inline-block;
	text-shadow: none;
	-webkit-transform: scale(.7);
	-ms-transform: scale(.7);
	transform: scale(.7);
}

.entry-header.image-true h1{
	max-width: 50%;
	text-shadow: none;
	color: transparent;
}

.entry-header.image-false h1{
	margin-top: 40px;
}

.entry-header .btn{
	font-size: 20px;
	padding-left: 40px;
	padding-right: 40px;
}

.entry-header .btn{
	margin-top: 20px;
}

article .entry-header .entry-title{
	margin: 0;
}
article .entry-header{
	margin-bottom: 20px;
}

@media (max-width: 1200px){
	.entry-header.image-true h1{
		margin-top: 40px;
	}
	.entry-header.image-true{
		height: 0;
		padding-bottom: 40.6666667%;
	}
}
@media (max-width: 1000px){
	.entry-header h1,
	.entry-header.image-true h1{
		max-width: none;
		font-size: 44px;
		margin-bottom: 0;
	}
	.entry-header .btn{
		font-size: 16px;
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (max-width: 640px){
	.entry-header h1,
	.entry-header.image-true h1{
		font-size: 36px;
	}
	.entry-header .btn{
		font-size: 14px;
		padding: 6px 10px;
	}
	.entry-header br{
		display: none;
	}
}
@media (max-width: 500px){
	.entry-header.image-true h1{
		line-height: 1;
	}
	.entry-header{
		text-align: center;
	}
	.entry-header .btn{
		display: block;
		margin-top: 5px;
	}
}

.content-area.sidebar{
	float: left;
	width: 65%;
}
.widget-area{
	float: right;
	width: 30%;
}

@media (max-width: 640px){
	.content-area.sidebar,
	.widget-area{
		float: none;
		width: auto;
	}
}

p:empty{
	display: none;
}

.content-area .column-grid{
	margin-bottom: 20px;
}

blockquote, blockquote p {
	color: #293753;
	font: italic 1.25em/1.4 "Droid Serif", "Times New Roman", Times, serif;
}

blockquote{
	margin: 20px 0 40px 0;
	padding: 30px 0 10px;
	border: 1px solid #d3d2d2;
	border-width: 1px 0;
}

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.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;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/* =Flexslider, header images
----------------------------------------------- */
.carousel, .entry-header.image-true {
	clear: both;
	margin: 0 auto 50px;
	max-width: 1600px;
	position: relative;
}
.carousel:before,
.carousel:after,
.entry-header.image-true:before,
.entry-header.image-true:after {
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	content: '';
	height: 100%;
	position: absolute;
	top: 0;
	left: -1px;
	width: 200px;
	z-index: 1;
	pointer-events: none;
}
.carousel:after,
.entry-header.image-true:after {
	background-image: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
	background-image: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background-image: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background-image: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background-image: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	left: auto;
	right: -1px;
}
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
.flexslider {
	margin: 0 auto;
	max-width: 1600px;
	padding: 0;
	position: relative;
}
.flexslider:after {
	border-bottom: 10px solid rgba(255,255,255,.5);
	bottom: 0;
	content: '';
	position: absolute;
	width: 100%;
	height: 10px;
}
.flexslider .flex-control-nav {
	display: none;
}

.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
.slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
.no-js .slides > li:first-child {
	display: block;
}
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: 0;
	right: 0;
	/*width: 100%;*/
	top: 40%;
}
.flex-direction-nav {
	*height: 0;
}
.flex-direction-nav a {
	text-decoration:none;
	display: block;
	width: 75px;
	height: 100px;
	margin: -20px 0 0;
	position: absolute;
	top: 0;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0,0,0,0.8);
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.flex-direction-nav .flex-prev {
	left: 0;
}
.flex-direction-nav .flex-next {
	right: 0;
}
.flexslider:hover .flex-prev {
	opacity: 0.6;
	left: 140px;
}
.flexslider:hover .flex-next {
	opacity: 0.6;
	right: 140px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter:alpha(opacity=0);
	cursor: default;
}
.flex-direction-nav a:before  {
	color: #fff;
	font-family: "ameritech";
	font-size: 80px;
	display: inline-block;
	content: '';
	text-shadow: 0 2px 1px rgba(0,0,0,.3);
}
.flex-direction-nav a.flex-next:before  {
	content: '';
}
@media screen and (max-width: 1600px) {
	.carousel:before,
	.carousel:after,
	.entry-header.image-true:before,
	.entry-header.image-true:after {
		display: none;
	}
	.flexslider:hover .flex-prev {
		left: 40px;
	}
	.flexslider:hover .flex-next {
		right: 40px;
	}
	.flexslider .slides img{
		max-width: none;
	}
	.flexslider .slides .flex-active-slide img{
		margin-left: 0;
	}
}

@media screen and (max-width: 1600px) and (min-width: 1201px){
	.flexslider .slides img{
		width: 1600px;
		height: 488px;
		margin-left: calc( (100% - 1600px) / 2);
	}
}

@media screen and (max-width: 1200px){
	.flexslider .slides img{
		width: 133.333333333%;
		height: 30.5%;
		margin-left: -16.666666665%;
	}
}


/* =fancyBox
----------------------------------------------- */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../img/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: rgba(0,0,0,.6);
	-webkit-animation: .25s fade-in;
	-moz-animation: .25s fade-in;
	-ms-animation: .25s fade-in;
	-o-animation: .25s fade-in;
	animation: .25s fade-in;
}

@-webkit-keyframes fade-in{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-moz-keyframes fade-in{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-ms-keyframes fade-in{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-o-keyframes fade-in{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fade-in{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}


.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../img/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../img/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}


/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}


/* =Widgets
----------------------------------------------- */
.widget{
	margin-bottom: 50px;
}

.widget h2{
	font: 18px "Droid Serif", "Times New Roman", Times, serif;
	margin-bottom: 10px;
}

.widget.widget_text p{
	border-top: 1px solid #d3d2d2;
	margin: 0;
	padding: 10px 0;
}

#text-3{
	background-color: #f2f2f2;
	padding: 15px;
}

#text-3 form{
	border-top: 1px solid #d3d2d2;
	padding-top: 15px;
}

#text-3 p{
	margin: 0;
	padding: 0;
	border: none;
}

#text-3 input[type="text"]{
	margin-bottom: 15px;
}

#text-3 .btn{
	margin: 0;
}

#text-6 p{
	border: none;
}

.widget select {
	max-width: 100%;
}

.widget_search .search-submit {
	display: none;
}

@media (max-width: 860px) and (min-width: 641px){
	.widget .column-grid-2 .column-span-1{
		width: 100%;
		margin-right: 0;
	}
}

.widget label{
	display: block;
	margin-bottom: 15px;
}

.visible {display:block !important}

 .campus-select, .rn-acknowledgement{
	display: none;
}


/* =Footer
----------------------------------------------- */
.site-footer {
	background-color: #231f20;
}
.site-footer nav {
	background-color: #293753;
	padding: 10px 0;
}
.site-footer nav ul {
	margin: 0;
}
.site-footer nav li {
	float: left;
	list-style-type: none;
	padding: 0 20px;
}
.site-footer nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 20px 0;
}
.site-footer nav a:hover {
	text-decoration: underline;
}
.site-footer .site-title a {
	display: block;
	background-position: 0 -76px;
	height: 58px;
	width: 180px;
	float: left;
	margin-top: 50px;
	background-size: auto;
}
.site-footer .locations {
	border-left: 1px solid #4f4c4d;
	display: block;
	min-height: 110px;
	margin-top: 30px;
	float: left;
}
.site-footer .locations p {
	color: #fff;
	float: left;
	margin: 12px 20px;
}
.site-footer .copyright {
	color: #908e8f;
	font-size: 11px;
	padding: 0 20px 20px;
	text-align: right;
}

@media (max-width: 900px){
	.site-footer .site-title a{
		float: none;
		margin: 25px auto;
	}
	.site-footer .locations{
		border-left: none;
		float: none;
		clear: left;
	}
	.site-footer .locations p{
		max-width: 33.333%;
	}
	.site-footer .copyright{
		text-align: center;
	}
}
@media (max-width: 720px){
	.site-footer .locations p{
		max-width: none;
		float: none;
		text-align: center;
		margin: 0 0 20px 0;
	}
}
@media (max-width: 600px){
	.site-footer nav li {
		width: 33.33333%;
		text-align: center;
		padding: 0;
	}
	.site-footer nav a {
		padding: 10px 0;
	}
}
@media (max-width: 450px){
	.site-footer nav li {
		width: 50%;
	}
}
