/* @override 
	https://www.alverno.edu/_resources/landing/css/style.css
	https://www.alverno.edu/_resources/landing/css/style.css?* */

/*
Theme Name: Alverno
Theme URI: http://wordpress.org/themes/twentyfourteen
Author: Thirsty Boy
Author URI: http://thirstyboy.com/
Description: Alverno's 2014 theme
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentyfourteen

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.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */

/**
 * 1.0 Reset
 *
 * 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/
 *
 * -----------------------------------------------------------------------------
 */

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;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}

audio, canvas, video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body, button, input, select, textarea {
	color: #2b2b2b;
	font-family: 'Avenir LT W01 55 Roman', Lato, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

body {
	background: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	color: #5e87a1;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

a:active, a:hover {
	color: #6a7b85;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: 700;
	margin: 36px 0 12px;
}

h1 {
	font-size: 26px;
	line-height: 1.3846153846;
}

h2 {
	font-size: 24px;
	line-height: 1;
}

h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b, strong {
	font-family: 'Avenir LT W01 85 Heavy',Lato,sans-serif;
	font-weight: 400;
}

cite, dfn, em, i {
	font-style: italic;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}

code, kbd, tt, var, samp, pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote, q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite, blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}

blockquote strong, blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup, sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul, ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul, li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button, input, select, textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button, input {
	line-height: normal;
}

input, textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], input[disabled] {
	cursor: default;
}

input[type="checkbox"], input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */

::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

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

/* Input fields */

input, textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #2b2b2b;
	padding: 8px 10px 7px;
}

textarea {
	width: 100%;
}

input:focus, textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}

/* Buttons */

button, .button, input[type="button"], input[type="reset"], input[type="submit"] {
	background-color: #24890d;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 8px 6px 8px;
	text-transform: uppercase;
	vertical-align: bottom;
}

button:hover, button:focus, .button:hover, .button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
	background-color: #41a62a;
	color: #fff;
}

button:active, .button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
	background-color: #55d737;
}

.search-field {
	width: 100%;
}

.search-submit {
	display: none;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
}

::-moz-placeholder {
	color: #939393;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #939393;
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img, .entry-content img, .entry-summary img, #site-header img, .widget img, .wp-caption {
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height], .entry-content img, .entry-summary img, img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"], #site-header img {
	height: auto;
}

img.size-full, img.size-large, .wp-post-image, .post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed, iframe, object, video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed, p > iframe, p > object, span > embed, span > iframe, span > object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft, figure.wp-caption.alignleft, img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright, figure.wp-caption.alignright, img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter, img.aligncenter, .wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft, .site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p, .site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}

div.wp-caption .wp-caption-text {
	padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"], div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.hide {
	display: none;
}

/* Clearing floats */

.footer-sidebar:before, .footer-sidebar:after, .hentry:before, .hentry:after, .gallery:before, .gallery:after, .slider-direction-nav:before, .slider-direction-nav:after, .contributor-info:before, .contributor-info:after, .search-box:before, .search-box:after, [class*="content"]:before, [class*="content"]:after, [class*="site"]:before, [class*="site"]:after {
	content: "";
	display: table;
}

.footer-sidebar:after, .hentry:after, .gallery:after, .slider-direction-nav:after, .contributor-info:after, .search-box:after, [class*="content"]:after, [class*="site"]:after {
	clear: both;
}

/* Genericons */

.bypostauthor > article .fn:before, .comment-edit-link:before, .comment-reply-link:before, .comment-reply-login:before, .comment-reply-title small a:before, .contributor-posts-link:before, .menu-toggle:before, .search-toggle:before, .slider-direction-nav a:before, .widget_twentyfourteen_ephemera .widget-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}

/* Separators */

.site-content span + .entry-date:before, .full-size-link:before, .parent-post-link:before, span + .byline:before, span + .comments-link:before, span + .edit-link:before, .widget_twentyfourteen_ephemera .entry-title:after {
	content: "\0020\007c\0020";
}

/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */

.site {
	max-width: 100%;
	position: relative;
	background: #191919;
}

.main-content {
	width: 100%;
	height: auto !important;
}

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

/* Ensure that there is no gap between the header and
	the admin bar for WordPress versions before 3.8. */

#wpadminbar {
	min-height: 32px;
}

#site-header {
	position: relative;
	z-index: 3;
}

.site-header {
	margin: 0 0 0 -600px;
	width: 1200px;
	position: fixed;
	top: 38px;
	left: 50%;
	z-index: 5555;
}

.header-main {
	min-height: 48px;
	padding: 0 10px;
}

.site-title {
	float: left;
	font-size: 18px;
	font-weight: 700;
	line-height: 48px;
	margin: 0 2px 0 0;
	width: 318px;
	height: 120px;
	background: rgba(246,234,163,0.95);
}

.site-title a, .site-title a:hover {
	color: #000;
}

/* Search in the header */

.search-box-wrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

.search-box {
	position: relative;
	background-color: #fff;
	padding: 10px 11px;
	float: left;
}

.search-box .search-field {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	float: right;
	font-size: 15px;
	margin: 2px 0 3px 0;
	padding: 3px 6px;
	width: 83%;
}

/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */

.site-navigation ul {
	list-style: none;
	margin: 0;
}

.site-navigation ul ul {
	margin-left: 0;
}

.site-navigation a {
	color: #fff;
	display: block;
	text-transform: uppercase;
}

.site-navigation a:hover {
	color: ;
}

.site-navigation .current_page_item > a, .site-navigation .current_page_ancestor > a, .site-navigation .current-menu-item > a, .site-navigation .current-menu-ancestor > a {
	/*color: #55d737;
	font-weight: 900;*/
}

/* Primary Navigation */

.primary-navigation {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	padding-top: 24px;
	height: 120px;
}

.primary-navigation.toggled-on {
	padding: 72px 0 36px;
}

.primary-navigation .nav-menu {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	display: none;
}

.primary-navigation.toggled-on .nav-menu {
	display: block;
}

.primary-navigation a {
	padding: 7px 0;
}

/* Secondary Navigation */

.secondary-navigation {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 12px;
	margin: 48px 0;
}

.secondary-navigation a {
	padding: 9px 0;
}

.menu-toggle, .search-toggle {
	background-color: transparent !important;
	border-radius: 0;
	cursor: pointer;
	font-size: 0;
	height: 48px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 6px; /*20px;*/
	left: 0;
	text-align: center;
	width: 48px;
}

.menu-toggle:before {
	color: #4c443e;
	content: "\f419";
	display: inline;
	margin-top: 16px;
}

.search-toggle {
	left: auto;
	right: 0;
	text-indent: -999em;
}

.search-toggle:before {
	content: "\f400";
	color: #4c443e;
	display: inline;
	margin-top: 16px;
	font-size: 24px;
	line-height: 48px;
}

.menu-toggle:active, .menu-toggle:focus, .menu-toggle:hover {
	background-color: transparent;
}

.menu-toggle:focus {
	outline: 1px dotted;
}

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

.content-area {
	/*padding-top: 48px;*/
}

.hentry {
	margin: 0 auto 48px;
	max-width: 672px;
}

.site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content {
	margin: 0 auto;
	max-width: 474px;
}

.page-content {
	margin-bottom: 48px;
}

/**
 * 6.1 Post Thumbnail
 * -----------------------------------------------------------------------------
 */

.post-thumbnail {
	background: #b2b2b2 url(images/pattern-light.svg) repeat fixed;
	display: block;
	position: relative;
	width: 100%;
	z-index: 0;
}

a.post-thumbnail:hover {
	background-color: #999;
}

.full-width .post-thumbnail img {
	display: block;
	margin: 0 auto;
}

/**
 * 6.2 Entry Header
 * -----------------------------------------------------------------------------
 */

.entry-header {
	position: relative;
	z-index: 1;
}

.entry-title {
	font-size: 33px;
	font-weight: 300;
	line-height: 1.0909090909;
	margin-bottom: 12px;
	margin: 0 0 12px 0;
	text-transform: uppercase;
}

.entry-title a {
	color: #2b2b2b;
}

.entry-title a:hover {
	color: #41a62a;
}

.site-content .entry-header {
	background-color: #fff;
	padding: 0 10px 12px;
}

.site-content .has-post-thumbnail .entry-header {
	padding-top: 24px;
}

/**
 * 6.3 Entry Meta
 * -----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	color: #767676;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.entry-meta a {
	color: #767676;
}

.entry-meta a:hover {
	color: #41a62a;
}

.sticky .entry-date {
	display: none;
}

.cat-links {
	font-weight: 900;
	text-transform: uppercase;
}

.cat-links a {
	color: #2b2b2b;
}

.cat-links a:hover {
	color: #41a62a;
}

.byline {
	display: none;
}

.single .byline, .group-blog .byline {
	display: inline;
}

.site-content .entry-meta {
	background-color: #fff;
	margin-bottom: 8px;
}

.site-content footer.entry-meta {
	margin: 24px auto 0;
	padding: 0 10px;
}

/* Tag links style */

.entry-meta .tag-links a {
	background-color: #767676;
	border-radius: 0 2px 2px 0;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2727272727;
	margin: 2px 4px 2px 10px;
	padding: 3px 7px;
	position: relative;
	text-transform: uppercase;
}

.entry-meta .tag-links a:hover {
	background-color: #41a62a;
	color: #fff;
}

.entry-meta .tag-links a:before {
	border-top: 10px solid transparent;
	border-right: 8px solid #767676;
	border-bottom: 10px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	top: 0;
	left: -8px;
	width: 0;
}

.entry-meta .tag-links a:hover:before {
	border-right-color: #41a62a;
}

.entry-meta .tag-links a:after {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 4px;
	position: absolute;
	top: 8px;
	left: -2px;
	width: 4px;
}

/**
 * 6.4 Entry Content
 * -----------------------------------------------------------------------------
 */

.entry-content, .entry-summary, .page-content {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.site-content .entry-content, .site-content .entry-summary, .page-content {
	background-color: #fff;
	padding: 12px 10px 0;
}

.page .entry-content {
	padding-top: 0;
}

.entry-content h1:first-child, .entry-content h2:first-child, .entry-content h3:first-child, .entry-content h4:first-child, .entry-content h5:first-child, .entry-content h6:first-child, .entry-summary h1:first-child, .entry-summary h2:first-child, .entry-summary h3:first-child, .entry-summary h4:first-child, .entry-summary h5:first-child, .entry-summary h6:first-child, .page-content h1:first-child, .page-content h2:first-child, .page-content h3:first-child, .page-content h4:first-child, .page-content h5:first-child, .page-content h6:first-child {
	margin-top: 0;
}

.entry-content a, .entry-summary a, .page-content a, .comment-content a {
	text-decoration: underline;
}

.entry-content a:hover, .entry-summary a:hover, .page-content a:hover, .comment-content a:hover, .entry-content a.button, .entry-summary a.button, .page-content a.button, .comment-content a.button {
	text-decoration: none;
}

.entry-content table, .comment-content table {
	font-size: 14px;
	line-height: 1.2857142857;
	margin-bottom: 24px;
}

.entry-content th, .comment-content th {
	font-weight: 700;
	padding: 8px;
	text-transform: uppercase;
}

.entry-content td, .comment-content td {
	padding: 8px;
}

.entry-content .edit-link {
	clear: both;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.entry-content .edit-link a {
	color: #767676;
	text-decoration: none;
}

.entry-content .edit-link a:hover {
	color: #41a62a;
}

/* Mediaelements */

.hentry .mejs-container {
	margin: 12px 0 18px;
}

.hentry .mejs-mediaelement, .hentry .mejs-container .mejs-controls {
	background: #000;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #24890d;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: rgba(255, 255, 255, .33);
}

.hentry .mejs-container .mejs-controls .mejs-time {
	padding-top: 9px;
}

.hentry .mejs-controls .mejs-time-rail span, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}

.hentry .mejs-overlay-loading {
	background: transparent;
}

/* Page links */

.page-links {
	clear: both;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	margin: 24px 0;
	text-transform: uppercase;
}

.page-links a, .page-links > span {
	background: #fff;
	border: 1px solid #fff;
	display: inline-block;
	height: 22px;
	margin: 0 1px 2px 0;
	text-align: center;
	width: 22px;
}

.page-links a {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	text-decoration: none;
}

.page-links a:hover {
	background: #41a62a;
	border: 1px solid #41a62a;
	color: #fff;
}

.page-links > .page-links-title {
	height: auto;
	margin: 0;
	padding-right: 7px;
	width: auto;
}

/**
 * 6.5 Gallery
 * -----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width: calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width: calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width: calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1), .gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1), .gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1), .gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
	display: none;
}

/**
 * 6.6 Post Formats
 * -----------------------------------------------------------------------------
 */

.format-aside .entry-content, .format-aside .entry-summary, .format-quote .entry-content, .format-quote .entry-summary, .format-link .entry-content, .format-link .entry-summary {
	padding-top: 0;
}

.site-content .format-link .entry-title, .site-content .format-aside .entry-title, .site-content .format-quote .entry-title {
	display: none;
}

/**
 * 6.7 Post/Image/Paging Navigation
 * -----------------------------------------------------------------------------
 */

.nav-links {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	hyphens: auto;
	word-wrap: break-word;
}

.post-navigation, .image-navigation {
	margin: 24px auto 48px;
	max-width: 474px;
	padding: 0 10px;
}

.post-navigation a, .image-navigation .previous-image, .image-navigation .next-image {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 11px 0 12px;
	width: 100%;
}

.post-navigation .meta-nav {
	color: #767676;
	display: block;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	text-transform: uppercase;
}

.post-navigation a, .image-navigation a {
	color: #2b2b2b;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7142857142;
	text-transform: none;
}

.post-navigation a:hover, .image-navigation a:hover {
	color: #41a62a;
}

/* Paging Navigation */

.paging-navigation {
	border-top: 5px solid #000;
	margin: 48px 0;
}

.paging-navigation .loop-pagination {
	margin-top: -5px;
	text-align: center;
}

.paging-navigation .page-numbers {
	border-top: 5px solid transparent;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	margin-right: 1px;
	padding: 7px 16px;
	text-transform: uppercase;
}

.paging-navigation a {
	color: #2b2b2b;
}

.paging-navigation .page-numbers.current {
	border-top: 5px solid #24890d;
}

.paging-navigation a:hover {
	border-top: 5px solid #41a62a;
	color: #2b2b2b;
}

/**
 * 6.8 Attachments
 * -----------------------------------------------------------------------------
 */

.attachment .content-sidebar, .attachment .post-thumbnail {
	display: none;
}

.attachment .entry-content {
	padding-top: 0;
}

.attachment footer.entry-meta {
	text-transform: none;
}

.entry-attachment .attachment {
	margin-bottom: 24px;
}

/**
 * 6.9 Archives
 * -----------------------------------------------------------------------------
 */

.archive-header, .page-header {
	margin: 24px auto;
	max-width: 474px;
}

.archive-title, .page-title {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin: 0;
}

.taxonomy-description, .author-description {
	color: #767676;
	font-size: 14px;
	line-height: 1.2857142857;
	padding-top: 18px;
}

.taxonomy-description p, .author-description p {
	margin-bottom: 18px;
}

.taxonomy-description p:last-child, .author-description p:last-child {
	margin-bottom: 0;
}

.taxonomy-description a, .author-description a {
	text-decoration: underline;
}

.taxonomy-description a:hover, .author-description a:hover {
	text-decoration: none;
}

/**
 * 6.10 Contributor Page
 * -----------------------------------------------------------------------------
 */

.contributor {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 48px 10px;
}

.contributor:first-of-type {
	padding-top: 24px;
}

.contributor-info {
	margin: 0 auto;
	max-width: 474px;
}

.contributor-avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	float: left;
	margin: 0 30px 20px 0;
	padding: 2px;
}

.contributor-name {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin: 0;
}

.contributor-bio a {
	text-decoration: underline;
}

.contributor-bio a:hover {
	text-decoration: none;
}

.contributor-posts-link {
	display: inline-block;
	line-height: normal;
	padding: 10px 30px;
}

.contributor-posts-link:before {
	content: "\f443";
}

/**
 * 6.11 404 Page
 * -----------------------------------------------------------------------------
 */

.error404 .page-content {
	padding-top: 0;
}

.error404 .page-content .search-form {
	margin-bottom: 24px;
}

/**
 * 6.12 Full-width
 * -----------------------------------------------------------------------------
 */

.full-width .hentry {
	max-width: 100%;
}

/**
 * 6.13 Singular
 * -----------------------------------------------------------------------------
 */

.singular .site-content .hentry.has-post-thumbnail {
	margin-top: -48px;
}

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

.comments-area {
	/*margin: 48px auto;*/
	/*max-width: 474px;*/
	padding: 0 20px;
}

.comment-reply-title, .comments-title {
	display: none;
	font: 900 16px/1.5 Lato, sans-serif;
	margin: 0;
	text-transform: uppercase;
}

.comment-list {
	list-style: none;
	margin: 0 0 48px 0;
}

.comment-author {
	font-size: 14px;
	line-height: 1.7142857142;
}

.comment-list .reply, .comment-metadata {
	font-size: 12px;
	line-height: 2;
	text-transform: uppercase;
}

.comment-list .reply {
	margin-top: 24px;
}

.comment-author .fn {
	font-weight: 900;
}

.comment-author a {
	color: #2b2b2b;
}

.comment-list .trackback a, .comment-list .pingback a, .comment-metadata a {
	color: #767676;
}

.comment-author a:hover, .comment-list .pingback a:hover, .comment-list .trackback a:hover, .comment-metadata a:hover {
	color: #41a62a;
}

.comment-list article, .comment-list .pingback, .comment-list .trackback {
	margin-bottom: 24px;
	padding-top: 24px;
}

.comment-list > li:first-child > article, .comment-list > .pingback:first-child, .comment-list > .trackback:first-child {
	border-top: 0;
}

.comment-author {
	position: relative;
}

.comment-author .avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 18px;
	padding: 2px;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
}

.bypostauthor > article .fn:before {
	content: "\f408";
	margin: 0 2px 0 -2px;
	position: relative;
	top: -1px;
}

.says {
	display: none;
}

.comment-author, .comment-awaiting-moderation, .comment-content, .comment-list .reply, .comment-metadata {
	/*padding-left: 30px;*/
}

.comment-edit-link {
	margin-left: 10px;
}

.comment-edit-link:before {
	content: "\f411";
}

.comment-reply-link:before, .comment-reply-login:before {
	content: "\f412";
	margin-right: 2px;
}

.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.comment-content ul, .comment-content ol {
	margin: 0 0 24px 22px;
}

.comment-content li > ul, .comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .children {
	list-style: none;
	margin-left: 15px;
}

.comment-respond {
	margin-bottom: 24px;
	padding: 0;
}

.comment .comment-respond {
	margin-top: 24px;
}

.comment-respond h3 {
	margin-top: 0;
	margin-bottom: 24px;
}

.comment-notes, .comment-awaiting-moderation, .logged-in-as, .no-comments, .form-allowed-tags, .form-allowed-tags code {
	color: #767676;
}

.comment-notes, .comment-awaiting-moderation, .logged-in-as {
	font-size: 14px;
	line-height: 1.7142857142;
}

.no-comments {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 24px;
	text-transform: uppercase;
}

.comment-form label {
	display: block;
}

.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
	width: 100%;
}

.form-allowed-tags, .form-allowed-tags code {
	font-size: 12px;
	line-height: 1.5;
}

.required {
	color: #c0392b;
}

.comment-reply-title small a {
	color: #2b2b2b;
	float: right;
	height: 24px;
	overflow: hidden;
	width: 24px;
}

.comment-reply-title small a:hover {
	color: #41a62a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
}

.comment-navigation {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 48px;
	text-transform: uppercase;
}

.comment-navigation .nav-next, .comment-navigation .nav-previous {
	display: inline-block;
}

.comment-navigation .nav-previous a {
	margin-right: 10px;
}

#comment-nav-above {
	margin-top: 36px;
	margin-bottom: 0;
}

/**
 * 7.0 Sidebars
 * -----------------------------------------------------------------------------
 */

/* Secondary */

#secondary {
	background-color: #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	clear: both;
	color: rgba(255, 255, 255, 0.7);
	margin-top: -1px;
	padding: 0 10px;
	position: relative;
	z-index: 2;
}

.site-description {
	display: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
}

/* Primary Sidebar */

.primary-sidebar {
	padding-top: 48px;
}

.secondary-navigation + .primary-sidebar {
	padding-top: 0;
}

/* Content Sidebar */

.content-sidebar {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #767676;
	padding: 48px 10px 0;
}

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

/* Primary Sidebar, Footer Sidebar */

.widget {
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	line-height: 1.2857142857;
	margin-bottom: 48px;
	width: 100%;
	word-wrap: break-word;
}

.widget a {
	color: #fff;
}

.widget a:hover {
	color: #41a62a;
}

.widget h1, .widget h2, .widget h3, .widget h4, .widget h5, .widget h6 {
	margin: 24px 0 12px;
}

.widget h1 {
	font-size: 22px;
	line-height: 1.0909090909;
}

.widget h2 {
	font-size: 20px;
	line-height: 1.2;
}

.widget h3 {
	font-size: 18px;
	line-height: 1.3333333333;
}

.widget h4 {
	font-size: 16px;
	line-height: 1.5;
}

.widget h5 {
	font-size: 14px;
	line-height: 1.7142857142;
}

.widget h6 {
	font-size: 12px;
	line-height: 2;
}

.widget address {
	margin-bottom: 18px;
}

.widget abbr[title] {
	border-color: rgba(255, 255, 255, 0.7);
}

.widget mark, .widget ins {
	color: #000;
}

.widget pre, .widget fieldset {
	border-color: rgba(255, 255, 255, 0.2);
}

.widget code, .widget kbd, .widget tt, .widget var, .widget samp, .widget pre {
	font-size: 12px;
	line-height: 1.5;
}

.widget blockquote {
	color: rgba(255, 255, 255, 0.7);
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 18px;
}

.widget blockquote cite {
	color: #fff;
	font-size: 14px;
	line-height: 1.2857142857;
}

.widget dl, .widget dd {
	margin-bottom: 18px;
}

.widget ul, .widget ol {
	list-style: none;
	margin: 0;
}

.widget li > ol, .widget li > ul {
	margin-left: 10px;
}

.widget table, .widget th, .widget td {
	border-color: rgba(255, 255, 255, 0.2);
}

.widget table {
	margin-bottom: 18px;
}

.widget del {
	color: rgba(255, 255, 255, 0.4);
}

.widget hr {
	background-color: rgba(255, 255, 255, 0.2);
}

.widget p {
	margin-bottom: 18px;
}

.widget input, .widget textarea {
	background-color: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.2);
	color: #fff;
	font-size: 16px;
	padding: 1px 2px 2px 4px;
}

.widget input:focus, .widget textarea:focus {
	border-color: rgba(255, 255, 255, 0.3);
}

.widget button, .widget .button, .widget input[type="button"], .widget input[type="reset"], .widget input[type="submit"] {
	background-color: #24890d;
	border: 0;
	font-size: 12px;
	padding: 5px 15px 4px;
}

.widget input[type="button"]:hover, .widget input[type="button"]:focus, .widget input[type="reset"]:hover, .widget input[type="reset"]:focus, .widget input[type="submit"]:hover, .widget input[type="submit"]:focus {
	background-color: #41a62a;
}

.widget input[type="button"]:active, .widget input[type="reset"]:active, .widget input[type="submit"]:active {
	background-color: #55d737;
}

.widget .wp-caption {
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 18px;
}

.widget .widget-title {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7142857142;
	margin: 0 0 24px 0;
	text-transform: uppercase;
}

.widget-title, .widget-title a {
	color: #fff;
}

.widget-title a:hover {
	color: #41a62a;
}

/* Calendar Widget*/

.widget_calendar table {
	line-height: 2;
	margin: 0;
}

.widget_calendar caption {
	color: #fff;
	font-weight: 700;
	line-height: 1.7142857142;
	margin-bottom: 18px;
	text-align: left;
	text-transform: uppercase;
}

.widget_calendar thead th {
	background-color: rgba(255, 255, 255, 0.1);
}

.widget_calendar tbody td, .widget_calendar thead th {
	text-align: center;
}

.widget_calendar tbody a {
	background-color: #24890d;
	color: #fff;
	display: block;
}

.widget_calendar tbody a:hover {
	background-color: #41a62a;
}

.widget_calendar tbody a:hover {
	color: #fff;
}

.widget_calendar #prev {
	padding-left: 5px;
}

.widget_calendar #next {
	padding-right: 5px;
	text-align: right;
}

/* Ephemera Widget*/

.widget_twentyfourteen_ephemera > ol > li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 18px;
	padding: 0;
}

.widget_twentyfourteen_ephemera .hentry {
	margin: 0;
	max-width: 100%;
}

.widget_twentyfourteen_ephemera .entry-title, .widget_twentyfourteen_ephemera .entry-meta, .widget_twentyfourteen_ephemera .wp-caption-text, .widget_twentyfourteen_ephemera .post-format-archive-link, .widget_twentyfourteen_ephemera .entry-content table {
	font-size: 12px;
	line-height: 1.5;
}

.widget_twentyfourteen_ephemera .entry-title {
	display: inline;
	font-weight: 400;
}

.widget_twentyfourteen_ephemera .entry-meta {
	margin-bottom: 18px;
}

.widget_twentyfourteen_ephemera .entry-meta a {
	color: rgba(255, 255, 255, 0.7);
}

.widget_twentyfourteen_ephemera .entry-meta a:hover {
	color: #41a62a;
}

.widget_twentyfourteen_ephemera .entry-content ul, .widget_twentyfourteen_ephemera .entry-content ol {
	margin: 0 0 18px 20px;
}

.widget_twentyfourteen_ephemera .entry-content ul {
	list-style: disc;
}

.widget_twentyfourteen_ephemera .entry-content ol {
	list-style: decimal;
}

.widget_twentyfourteen_ephemera .entry-content li > ul, .widget_twentyfourteen_ephemera .entry-content li > ol {
	margin: 0 0 0 20px;
}

.widget_twentyfourteen_ephemera .entry-content th, .widget_twentyfourteen_ephemera .entry-content td {
	padding: 6px;
}

.widget_twentyfourteen_ephemera .post-format-archive-link {
	font-weight: 700;
	text-transform: uppercase;
}

/* List Style Widgets*/

.widget_archive li, .widget_categories li, .widget_links li, .widget_meta li, .widget_nav_menu li, .widget_pages li, .widget_recent_comments li, .widget_recent_entries li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 8px 0 9px;
}

.widget_archive li:first-child, .widget_categories li:first-child, .widget_links li:first-child, .widget_meta li:first-child, .widget_nav_menu li:first-child, .widget_pages li:first-child, .widget_recent_comments li:first-child, .widget_recent_entries li:first-child {
	border-top: 0;
}

.widget_categories li ul, .widget_nav_menu li ul, .widget_pages li ul {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 9px;
}

.widget_categories li li:last-child, .widget_nav_menu li li:last-child, .widget_pages li li:last-child {
	padding-bottom: 0;
}

/* Recent Posts Widget */

.widget_recent_entries .post-date {
	display: block;
}

/* RSS Widget */

.rsswidget img {
	margin-top: -4px;
}

.rssSummary {
	margin: 9px 0;
}

.rss-date {
	display: block;
}

.widget_rss li {
	margin-bottom: 18px;
}

.widget_rss li:last-child {
	margin-bottom: 0;
}

/* Text Widget */

.widget_text > div > :last-child {
	margin-bottom: 0;
}

/**
 * 7.2 Content Sidebar Widgets
 * -----------------------------------------------------------------------------
 */

.content-sidebar .widget a {
	color: #24890d;
}

.content-sidebar .widget a:hover {
	color: #41a62a;
}

.content-sidebar .widget pre {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget mark, .content-sidebar .widget ins {
	color: #2b2b2b;
}

.content-sidebar .widget abbr[title] {
	border-color: #2b2b2b;
}

.content-sidebar .widget fieldset {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget blockquote {
	color: #767676;
}

.content-sidebar .widget blockquote cite {
	color: #2b2b2b;
}

.content-sidebar .widget li > ol, .content-sidebar .widget li > ul {
	margin-left: 18px;
}

.content-sidebar .widget table, .content-sidebar .widget th, .content-sidebar .widget td {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget del {
	color: #767676;
}

.content-sidebar .widget hr {
	background-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget input, .content-sidebar .widget textarea {
	background-color: #fff;
	border-color: rgba(0, 0, 0, 0.1);
	color: #2b2b2b;
}

.content-sidebar .widget input:focus, .content-sidebar .widget textarea:focus {
	border-color: rgba(0, 0, 0, 0.3);
}

.content-sidebar .widget input[type="button"], .content-sidebar .widget input[type="reset"], .content-sidebar .widget input[type="submit"] {
	background-color: #24890d;
	border: 0;
	color: #fff;
}

.content-sidebar .widget input[type="button"]:hover, .content-sidebar .widget input[type="button"]:focus, .content-sidebar .widget input[type="reset"]:hover, .content-sidebar .widget input[type="reset"]:focus, .content-sidebar .widget input[type="submit"]:hover, .content-sidebar .widget input[type="submit"]:focus {
	background-color: #41a62a;
}

.content-sidebar .widget input[type="button"]:active, .content-sidebar .widget input[type="reset"]:active, .content-sidebar .widget input[type="submit"]:active {
	background-color: #55d737;
}

.content-sidebar .widget .wp-caption {
	color: #767676;
}

.content-sidebar .widget .widget-title {
	border-top: 5px solid #000;
	color: #2b2b2b;
	font-size: 14px;
	font-weight: 900;
	margin: 0 0 18px;
	padding-top: 7px;
	text-transform: uppercase;
}

.content-sidebar .widget .widget-title a {
	color: #2b2b2b;
}

.content-sidebar .widget .widget-title a:hover {
	color: #41a62a;
}

/* List Style Widgets*/

.content-sidebar .widget_archive li, .content-sidebar .widget_categories li, .content-sidebar .widget_links li, .content-sidebar .widget_meta li, .content-sidebar .widget_nav_menu li, .content-sidebar .widget_pages li, .content-sidebar .widget_recent_comments li, .content-sidebar .widget_recent_entries li, .content-sidebar .widget_categories li ul, .content-sidebar .widget_nav_menu li ul, .content-sidebar .widget_pages li ul {
	border-color: rgba(0, 0, 0, 0.1);
}

/* Calendar Widget */

.content-sidebar .widget_calendar caption {
	color: #2b2b2b;
	font-weight: 900;
}

.content-sidebar .widget_calendar thead th {
	background-color: rgba(0, 0, 0, 0.02);
}

.content-sidebar .widget_calendar tbody a, .content-sidebar .widget_calendar tbody a:hover {
	color: #fff;
}

/* Ephemera widget*/

.content-sidebar .widget_twentyfourteen_ephemera .widget-title {
	line-height: 1.2857142857;
	padding-top: 1px;
}

.content-sidebar .widget_twentyfourteen_ephemera .widget-title:before {
	background-color: #000;
	color: #fff;
	margin: -1px 9px 0 0;
	padding: 6px 0 9px;
	text-align: center;
	vertical-align: middle;
	width: 36px;
}

.content-sidebar .widget_twentyfourteen_ephemera .video.widget-title:before {
	content: "\f104";
}

.content-sidebar .widget_twentyfourteen_ephemera .audio.widget-title:before {
	content: "\f109";
}

.content-sidebar .widget_twentyfourteen_ephemera .image.widget-title:before {
	content: "\f473";
}

.content-sidebar .widget_twentyfourteen_ephemera .gallery.widget-title:before {
	content: "\f103";
}

.content-sidebar .widget_twentyfourteen_ephemera .aside.widget-title:before {
	content: "\f101";
}

.content-sidebar .widget_twentyfourteen_ephemera .quote.widget-title:before {
	content: "\f106";
}

.content-sidebar .widget_twentyfourteen_ephemera .link.widget-title:before {
	content: "\f107";
}

.content-sidebar .widget_twentyfourteen_ephemera > ol > li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget_twentyfourteen_ephemera .entry-meta {
	color: #ccc;
}

.content-sidebar .widget_twentyfourteen_ephemera .entry-meta a {
	color: #767676;
}

.content-sidebar .widget_twentyfourteen_ephemera .entry-meta a:hover {
	color: #41a62a;
}

.content-sidebar.widget_twentyfourteen_ephemera blockquote cite {
	font-size: 13px;
	line-height: 1.3846153846;
}

.content-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link {
	font-weight: 900;
}

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

#supplementary {
	padding: 0 10px;
}

.site-footer, .site-info, .site-info a {
	color: rgba(255, 255, 255, 0.7);
}

.site-footer {
	background-color: #000;
	font-size: 12px;
	position: relative;
	z-index: 3;
}

.footer-sidebar {
	padding-top: 48px;
}

.site-info {
	padding: 15px 10px;
}

#supplementary + .site-info {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-info a:hover {
	color: #41a62a;
}

/**
 * 9.0 Featured Content
 * -----------------------------------------------------------------------------
 */

.featured-content {
	background: #000 url(images/pattern-dark.svg) repeat fixed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width: 100%;
}

.featured-content-inner {
	overflow: hidden;
}

.featured-content .hentry {
	color: #fff;
	margin: 0;
	max-width: 100%;
	width: 100%;
}

.featured-content .post-thumbnail, .featured-content .post-thumbnail:hover {
	background: transparent;
}

.featured-content .post-thumbnail {
	display: block;
	position: relative;
	padding-top: 55.357142857%;
	overflow: hidden;
}

.featured-content .post-thumbnail img {
	left: 0;
	position: absolute;
	top: 0;
}

.featured-content .entry-header {
	background-color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 96px;
	overflow: hidden;
	padding: 24px 10px;
}

.featured-content a {
	color: #fff;
}

.featured-content a:hover {
	color: #41a62a;
}

.featured-content .entry-meta {
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.0909090909;
	margin-bottom: 12px;
}

.featured-content .cat-links {
	font-weight: 700;
}

.featured-content .entry-title {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.3333333333;
	margin: 0;
	text-transform: uppercase;
}

/* Slider */

.slider .featured-content .hentry {
	-webkit-backface-visibility: hidden;
	display: none;
	position: relative;
}

.slider .featured-content .post-thumbnail {
	padding-top: 55.49132947%;
}

.slider-control-paging {
	background-color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	list-style: none;
	margin: -24px 0 0 0;
	position: relative;
	width: 100%;
	z-index: 3;
}

.slider-control-paging li {
	float: left;
	margin: 2px 4px 2px 0;
}

.slider-control-paging li:last-child {
	margin-right: 0;
}

.slider-control-paging a {
	cursor: pointer;
	display: block;
	height: 44px;
	position: relative;
	text-indent: -999em;
	width: 44px;
}

.slider-control-paging a:before {
	background-color: #4d4d4d;
	content: "";
	height: 12px;
	left: 10px;
	position: absolute;
	top: 16px;
	width: 12px;
}

.slider-control-paging a:hover:before {
	background-color: #41a62a;
}

.slider-control-paging .slider-active:before, .slider-control-paging .slider-active:hover:before {
	background-color: #24890d;
}

.slider-direction-nav {
	clear: both;
	list-style: none;
	margin: 0;
	position: relative;
	width: 100%;
	z-index: 3;
}

.slider-direction-nav li {
	border-color: #fff;
	border-style: solid;
	border-width: 2px 1px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	text-align: center;
	width: 50%;
}

.slider-direction-nav li:last-child {
	border-width: 2px 0 0 1px;
}

.slider-direction-nav a {
	background-color: #000;
	display: block;
	font-size: 0;
	height: 46px;
}

.slider-direction-nav a:hover {
	background-color: #24890d;
}

.slider-direction-nav a:before {
	color: #fff;
	content: "\f430";
	font-size: 32px;
	line-height: 46px;
}

.slider-direction-nav .slider-next:before {
	content: "\f429";
}

.slider-direction-nav .slider-disabled {
	display: none;
}

/**
 * 10.0 Multisite
 * -----------------------------------------------------------------------------
 */

.site-main .widecolumn {
	padding-top: 72px;
	width: auto;
}

.site-main .mu_register, .widecolumn > h2, .widecolumn > form {
	margin: 0 auto 48px;
	max-width: 474px;
	padding: 0 30px;
}

.site-main .mu_register #blog_title, .site-main .mu_register #user_email, .site-main .mu_register #blogname, .site-main .mu_register #user_name {
	font-size: inherit;
	width: 90%;
}

.site-main .mu_register input[type="submit"], .widecolumn #submit {
	font-size: inherit;
	width: auto;
}

/**
 * 10.5 "Size Agnostic"
 * -----------------------------------------------------------------------------
 */

 /****

font-family:'Avenir LT W01 35 Light';
font-family:'AvenirLTW01-35LightObli';
font-family:'Avenir LT W01 45 Book';
font-family:'AvenirLTW01-45BookObliq';
font-family:'Avenir LT W01 55 Roman';
font-family:'AvenirLTW01-55Oblique';
font-family:'Avenir LT W01 65 Medium';
font-family:'AvenirLTW01-65MediumObl';
font-family:'Avenir LT W01 85 Heavy';
font-family:'AvenirLTW01-85HeavyObli';
font-family:'AvenirLTW01-95BlackObli';

 ****/

html {
	height: 100%;
}

body {
	height: 100%;
	text-rendering: optimizeLegibility;
}

.site {
	height: 100%;
	min-height: 100%;
}

.site-main {
	height: 100%;
	min-height: 100%;
}

.main-content {
	width: 100%;
	height: auto;
}

.header-main {
	width: 1200px;
}

.site-title a {
	padding: 28px 36px;
	display: block;
}

.site-navigation a {
	color: #4c311d;
	outline: none;
}

.menu-administrative-container {
	width: 528px;
	float: left;
	background: rgba(255,255,255,0.95);
}

.menu-administrative-container li {
	display: block;
	height: 47px;
	line-height: 47px;
	float: left;
}

.menu-administrative-container li a {
	padding: 0 8px 0 15px; /*0 41px 0 13px*/
	font-size: 13px;
} /* padding: 0 36.5px 0 18px; for firefox, : 0 33.25px 0 18px; for chrome */

.menu-administrative-container li a:hover {
	color: #b3740d;
}

.apply-now {
	float: left;
	height: 47px;
	line-height: 47px;
}

.apply-now a {
	margin: 0 2px;
	padding: 0 18px;
	width: 90px;
	font-family: 'Avenir LT W01 85 Heavy', Lato, sans-serif;
	font-weight: 400;
	font-size: 13px;
	text-align: center;
	background: rgba(255,255,255,0.95);
}

.apply-now a:hover {
	background: #f0b310;
	color: #fff;
}

.search-toggle {
	display: none;
}

.search-box-wrapper {
	
}

.search-box {
	width: 212px;
	height: 27px;
	background: rgba(255,255,255,0.95);
}

.cse .gsc-control-cse, .gsc-control-cse {
	padding: 0 !important;
	background: none !important;
	border: 0 !important;
}

table.gsc-search-box, table.gsc-search-box td {
	border: 0 !important;
}

input.gsc-input {
	box-shadow: none !important;
}

.gsc-search-box .gsc-input {
	padding-right: 0 !important;
}

input.gsc-search-button {
	position: relative;
	height: 25px !important;
	background-image: url(https://www.google.com/uds/css/v2/search_box_icon.png) !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}

.gecko input.gsc-search-button {
	top: 2px;
}

.chrome input.gsc-search-button {
	top: 1px;
}

.ios input.gsc-search-button {
	top: -1px;
}

.gsst_a {
	padding: 0 4px !important;
}

.gsst_a .gscb_a {
	position: relative;
	top: 5px;
}

.gssb_c {
	z-index: 500000 !important;
}

.gsc-results-wrapper-visible, .gsc-results-wrapper-visible a {
	text-transform: none;
}

.gs-result a {
	padding: 0 !important;
}

.menu-main-container {
	margin-top: 2px;
	width: 880px;
	float: left;
	clear: right;
	background: rgba(255,255,255,0.95);
}

.menu-main-container li {
	height: 71px;
	line-height: 71px;
}

.menu-main-container li a {
	padding: 0 16px;
	font-family: 'Avenir LT W01 85 Heavy', Lato, sans-serif;
	font-weight: 400;
	font-size: 15px; /*color: #423323;*/
	color: #573318;
}

.menu-main-container > ul > li.menu-item-has-children > a {
	padding: 0 17px; /*18px*/
}

.menu-main-container li a:hover {
	background: #f0b310;
	color: #fff;
}

.menu-main-container ul li ul.sub-menu > li.menu-item > a {
	cursor: default;
}

.menu-main-container ul li ul.sub-menu > li.menu-item > a:hover {
	color: #573318;
}

.menu-main-container .sub-menu-squared li a {
	font-family: 'Avenir LT W01 65 Medium', Lato, sans-serif;
}

/* browser/os specific menu bugs */

.windows.chrome .menu-main-container li a, .windows.gecko .menu-main-container li a, .safari .menu-main-container li a {
	padding: 0 17px;
}

.windows.chrome .menu-main-container li#menu-item-358 a {
	width: 208px;
}

.windows.chrome .menu-main-container .sub-menu li a, .windows.gecko .menu-main-container .sub-menu li a {
	font-size: 14px;
}

.windows.chrome .primary-navigation li.menu-item-9 li.menu-item-has-children, .windows.gecko .primary-navigation li.menu-item-9 li.menu-item-has-children {
	min-width: 0;
}

.windows.chrome .menu-administrative-container li a {
	padding: 0 10.5px 0 15px;
}

.windows.ie .menu-administrative-container li a {
	padding: 0 11px 0 15px;
}
/*.safari.osx .menu-administrative-container li a { padding: 0 11px 0 17px; } */

.safari.ipad.ios .menu-administrative-container li a, .chrome.ipad.ios .menu-administrative-container li a {
	padding: 0 4px 0 10px;
}

#menu-2 {
	display: none;
}

#menu-2 li#menu-item-620 {
	width: 100%;
	text-align: center;
	font-size: 12px;
	text-indent: -20px;
}

#slideshow {
	top: 0;
	width: 100%;
	height: auto;
	max-height: 600px;
	z-index: 0;
	overflow: hidden;
	background-color: #191919;
}

#slideshow .slide {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: auto;
	max-height: 600px;
	text-shadow: 0 0 8px rgba(0,0,0,0.8);
}

#slideshow .slide img {
	width: 100%;
	height: auto;
}

#slideshow .slide strong {
	font-family: 'Avenir LT W01 85 Heavy', Lato, sans-serif;
	display: block;
	position: absolute;
	top: 40%;
	width: 100%;
	font-size: 64px;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	z-index: 5;
	max-height: 600px;
}

#slideshow .cycle-pager {
	position: absolute;
	width: 100%;
	z-index: 25000;
	text-align: center;
	bottom: 5%;
}

#slideshow .cycle-pager div {
	display: inline-block;
	margin: 0 6px;
	width: 14px;
	height: 14px;
	cursor: pointer;
	color: #fff;
	border-radius: 8px;
	border: 1px solid #fff;
	background-color: rgba(255,255,255,0.23);
}

#slideshow .cycle-pager div.cycle-pager-active {
	background-color: #fff;
	cursor: default;
}

#slideshow-clone {
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	height: 160px;
	z-index: 5550;
	overflow: hidden;
}

#slideshow-clone .slide-clone {
	display: none;
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

#slideshow-clone .slide-clone img {
	position: absolute;
	left: 50%;
	margin-left: -770px;
	width: 1540px;
}

#slideshow-clone-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 160px;
	background: #191919;
	z-index: 5551;
}

.page #slideshow {
	position: fixed;
}

.page #slideshow-clone, .page #slideshow-clone .slide-clone {
	display: block;
}

.home #slideshow {
	position: relative;
}

.home #slideshow-clone, .home #slideshow-clone .slide-clone {
	display: none;
}

.single-event #slideshow {
	position: fixed;
}

.page-template-tmpl-admissions-php #slideshow-clone, .page-template-tmpl-admissions-php #slideshow-clone .slide-clone {
	display: block;
}

.content-area, .site-content {
	width: 100%;
	height: auto;
	background-color: #191919;
}

.wrapperoni {
	width: 1196px;
	margin-left: auto;
	margin-right: auto;
	padding: 25px 0 25px 0;
}

#events-wrapper {
	width: 1196px;
}

#events-tray {
	/*position: fixed;*/ /*bottom: 88px;*/ /*left: 50%; margin: 0 0 0 -597px;*/
	width: 1194px;
	height: 188px;
	border: 1px solid rgba(255,255,255,0.95);
	background: rgba(0,0,0,0.31);
}

#events-tray .event {
	display: block;
	position: relative;
	padding: 15px;
	width: 208px;
	height: 158px;
	color: #fff;
	font-size: 24px;
	border-right: 1px solid rgba(255,255,255,0.95);
	float: left;
}
/*#events-tray .event:first-child { border-right: 0; }*/

#events-tray .event .line {
	position: relative;
	margin-bottom: 10px;
	width: 64px;
	height: 1px;
	background-color: #fff;
	transition: all 0.5s;
	z-index: 1;
}

#events-tray .event:hover .line {
	width: 208px;
}

#events-tray .event strong {
	position: relative;
	padding: 20px 0 0 0;
	font-weight: normal;
	z-index: 2;
}

#events-tray .event .bg {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 3px;
	width: 232px;
	height: 182px;
	background-color: #eeb111;
	z-index: 0;
	overflow: hidden;
}

#events-tray .event:hover .bg {
	display: block;
}

#events-tray .event .bg .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.55);
	z-index: 2;
}

#events-tray .event .bg img {
	/* display: none;  for now */
	z-index: 1;
}

.jcarousel {
	position: relative;
	overflow: hidden;
}

.jcarousel #events-tray {
	position: relative;
	width: 20000em;
}

.jcarousel .event {
	float: left;
}

.jcarousel ~ .navi {
	position: absolute;
	top: 50%;
	margin-top: -37.5px;
	width: 21px;
	height: 75px;
	background-image: url(images/icon-arrows-white.png);
	outline: none;
}

.jcarousel-prev {
	display: none;
	/*left: -30px;*/
	/*background-position: 0 0;*/
}

.jcarousel-next {
	display: none;
	/*right: -30px;*/
	/*background-position: -21px 0;*/
}

/*#scroll-arrow {
	position: absolute;
	left: 50%;
	bottom: 20px;
	bottom: 1.5%;
	margin: 0 0 0 -24px; /*-22px*!/
	width: 48px;
	height: 48px;
	background-image: url(images/icon-arrow.png);
	background-position: 0 0;
	cursor: pointer;
}

#scroll-arrow:hover {
	background-position: 0 -48px;
}*/

#main-grid {
	position: relative;
	padding: 15px 0 15px 0;
	width: 100%;
	background: #191919;
	clear: both;
	z-index: 10;
}

#main-grid h2 {
	margin-top: 18px;
	padding-bottom: 32px;
	font-family: 'Avenir LT W01 65 Medium', Lato, sans-serif;
	font-size: 36px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 1px;
	color: #fff;
}

#main-grid .content-spot {
	margin: 0 auto;
	padding: 0;
	width: 1200px;
}

#main-grid .block, .tabbed-grid .row-grid .block {
	position: relative;
	margin: 1px;
	height: 251px;
	color: #fff;
	float: left;
	overflow: hidden;
}

#main-grid .block {
	overflow: visible;
}

#main-grid .block h2, .tabbed-grid .row-grid .block h2 {
	margin: 112px 0 0 0;
	padding-bottom: 0;
	font-family: 'Avenir LT W01 55 Roman', Lato, sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-align: left;
	text-transform: uppercase;
	border: 0;
}

#main-grid .block h3, .tabbed-grid .row-grid .block h3 {
	margin-top: 10px;
	font-family: 'Avenir LT W01 85 Heavy', Lato, sans-serif;
	font-size: 33px;
	font-weight: 400;
	line-height: 1.4;
}

#main-grid .block h4, .tabbed-grid .row-grid .block h4 {
	margin: 12px 0 28px 0;
	padding-bottom: 26px;
	font-family: 'Avenir LT W01 85 Heavy', Lato, sans-serif;
	font-size: 24px;
	font-weight: 400;
	border-bottom: 1px solid #fff;
}

#main-grid .block img, .tabbed-grid .row-grid .block img {
	position: relative;
	z-index: 1;
}

.tabbed-grid .row-grid .block {
	margin: 1px 0;
	color: #292929;
}

.tabbed-grid .row-grid .block h2, .tabbed-grid .row-grid .block h3, .tabbed-grid .row-grid .block h4 {
	color: #292929;
}

#main-grid .block iframe, .tabbed-grid .row-grid .block iframe {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

#main-grid .block .hover-block {
	display: none;
	position: absolute;
	top: 100%;
	left: 3%;
	padding: 6%;
	width: 82%;
	height: 82%;
	color: #000;
	background: rgba(255,255,255,0.89);
	z-index: 1;
}

#main-grid .block:hover .hover-block {
	display: block;
	top: 3%;
}

#main-grid .block.x2 .hover-block {
	left: 1.5%;
	width: 85%;
	height: 71%;
}

#main-grid .block.x3 .hover-block {
	left: 1%;
	width: 86%;
	height: 60%;
}

#main-grid .block.too-tall .hover-block {
	height: 91.5%;
}

#main-grid .block.too-tall:hover .hover-block {
	top: 1.5%;
}

#main-grid .block .hover-block h3 {
	margin-top: 24px;
	font-family: 'Avenir LT W01 85 Heavy', 'Avenir LT W01 95 Black', Lato, sans-serif;
	font-size: 32px;
	line-height: 1.25;
}

#main-grid .block .hover-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

#main-grid .block.text-block.too-tall.relish:hover a, #main-grid .block.text-block.too-tall.relish:hover h2 {
	color: #93a445;
}

#main-grid .block .hover-block, #main-grid .block .hover-block h1, #main-grid .block .hover-block h2, #main-grid .block .hover-block h3, #main-grid .block .hover-block h4 {
	color: #000;
}

.chrome #main-grid .block.x1.text-block .hover-block {
	width: 84%;
	height: 84%;
}

.chrome #main-grid .block.x2.text-block .hover-block {
	width: 85%;
	height: 71%;
}

.chrome #main-grid .block.x3.text-block .hover-block {
	width: 86%;
	height: 60%;
}

.chrome #main-grid .block.x1.too-tall.text-block .hover-block {
	height: 92%;
}

#main-grid .block.x3, .tabbed-grid .row-grid .block.x3 {
	width: 718px;
}

#main-grid .block.x2, .tabbed-grid .row-grid .block.x2 {
	width: 478px;
}

#main-grid .block.x1, .tabbed-grid .row-grid .block.x1 {
	width: 238px;
}

#main-grid .block.too-tall, .tabbed-grid .row-grid .block.too-tall {
	height: 504px;
}

#main-grid .block.x1 h2 {
	margin-top: 64px;
}

#main-grid .block.too-tall h2 {
	margin-bottom: 24px;
}

#main-grid .block.x3.text-block h4 {
	
}

#main-grid .block.x2 .hover-block h3 {
	margin-top: 12px;
}

#main-grid .block.x2:first-child .hover-block h3 {
	margin-top: 40px;
}

#main-grid .block.x3 .hover-block h3 {
	margin-top: 50px;
}

#main-grid .block.x1.text-block, .tabbed-grid .row-grid .block.x1.text-block {
	padding: 20px;
	width: 198px;
	height: 211px;
}

#main-grid .block.x2.text-block, .tabbed-grid .row-grid .block.x2.text-block {
	padding: 20px;
	width: 438px;
	height: 211px;
}

#main-grid .block.x3.text-block, .tabbed-grid .row-grid .block.x3.text-block {
	padding: 40px 45px;
	width: 628px;
	height: 171px;
}

#main-grid .block.too-tall.text-block, .tabbed-grid .row-grid .block.too-tall.text-block {
	height: 464px;
}

.tabbed-grid .row-grid .block.x3.too-tall.text-block {
	height: 424px;
}

#main-grid .block.text-block a {
	color: #fff;
}

#main-grid .block.video-block .play {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -34.5px 0 0 -34.5px;
	width: 69px;
	height: 69px;
	background: url(/_resources/images/icon-play.png) no-repeat;
	border-radius: 34.5px;
	z-index: 10;
	cursor: pointer;
}

#main-grid .block.quote-block p {
	font-family: 'Avenir LT W01 85 Heavy', Lato, sans-serif;
	text-align: right;
}

#main-grid .block.quote-block blockquote {
	margin: 0;
	padding: 48px 0 0 0;
	color: #fff;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	background: url(images/icon-quote.png) center 8px no-repeat;
	text-align: left;
}

.tabbed-grid .block blockquote {
	padding: 10px;
	font-weight: 400;
	font-size: 18px;
}

.tabbed-grid .block blockquote p {
	margin-bottom: 0;
}

.tabbed-grid .block.text-block strong {
	font-weight: 400;
	text-transform: uppercase;
}

#main-grid .block.maroon {
	background: #98012e;
}

#main-grid .block.mustard {
	background: #eeb111;
}

#main-grid .block.relish {
	background: #93a445;
}

#main-grid .block.dijon {
	background: #b3740d;
}

#main-grid .block.cooled-gray {
	background: #6a747c;
}

#main-grid .block.cream {
	background: #f2efe1;
}

#main-grid .block.text-block.maroon .hover-block {
	background: rgba(255,255,255,0.25);
}

#main-grid .block.text-block.mustard .hover-block, #main-grid .block.text-block.dijon .hover-block {
	background: rgba(255,255,255,0.3);
}

#main-grid .block.text-block.relish .hover-block {
	background: rgba(255,255,255,0.25);
}

#events-calendar {
	margin: 0 auto;
	padding: 8px 0 0 0;
	width: 1200px;
}

#events-calendar .gce-list {
	margin: 0;
	padding: 0;
	color: #fff;
	text-align: center;
	list-style: none;
}

#events-calendar .gce-list .gce-feed-394 {
	display: block;
	margin: 1px;
	padding: 0;
	width: 398px;
	height: 92px;
	float: left;
}

#events-calendar .gce-list .gce-feed-394:nth-child(even) .date, #events-calendar .gce-list .gce-feed-394:nth-child(even) .desc {
	background: #e7e6e6;
}

#events-calendar .gce-list .gce-events-day {
	
}

#events-calendar .gce-page-list .gce-feed {
	padding-bottom: 0 !important;
}

#events-calendar .gce-list {
	
}

#events-calendar .gce-event-day {
	color: #000;
	text-align: left;
}

#events-calendar .event {
	display: block;
	margin: 1px;
	width: 398px;
	height: 92px;
	float: left;
	color: #000;
}

#events-calendar .event .date {
	margin-right: 1px;
	padding: 16px 0;
	width: 78px;
	height: 60px;
	float: left;
	text-align: center;
	background: #fff;
	overflow: hidden;
}
/*#events-calendar .event:nth-child(even) .date { background: #e7e6e6; }*/

#events-calendar .event .date span {
	display: block;
	line-height: 1;
}

#events-calendar .event .date .month {
	font-size: 11px;
	text-transform: uppercase;
	color: #000;
}

#events-calendar .event .date .day {
	font-family: 'Avenir LT W01 85 Heavy', Lato, sans-serif;
	font-size: 52px;
	font-weight: 400;
	color: #000;
}

#events-calendar .event:hover .date .month {
	color: #333 !important;
}

#events-calendar .event:hover .date .day {
	color: #333 !important;
}

#events-calendar .event .desc {
	margin-left: 1px;
	padding: 12px 10px 8px 20px; /*15px 10px 15px 20px;*/
	width: 288px;
	height: 72px; /*62px*/
	float: left;
	background: #fff;
	overflow: hidden;
}
/*#events-calendar .event:nth-child(even) .desc { background: #e7e6e6; }*/

#events-calendar .event .desc strong {
	display: block;
	font-family: 'Avenir LT W01 85 Heavy', Lato, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.1;
}

#events-calendar .event .desc p {
	margin-bottom: 0;
	font-size: 12px;
}

#events-calendar .event .desc p strong {
	font-size: inherit;
}

#events-calendar .event .desc .location {
	padding: 2px 0;
	font-size: 13px;
}

#events-calendar .event:hover, #events-calendar .event:hover .date {
	color: #333;
}

.site-footer {
	position: relative;
	margin: 10px auto 0 auto;
	width: 1196px;
	height: 30px;
	background: #c1c0bf;
}

.site-footer .social-info {
	margin: 0 auto;
	width: 714px;
}

.site-footer .social-info a {
	display: block;
	width: 176px;
	height: 30px;
	line-height: 30px;
	font-family: 'Avenir LT W01 95 Black', Lato, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	color: #3b3b3b;
	background: #f3f3f2;
	border-left: 1px solid rgba(0,0,0,0.9);
	border-right: 1px solid rgba(0,0,0,0.9);
	float: left;
}

.site-footer .social-info a:first-child {
	border-left-width: 2px;
}

.site-footer .social-info a:last-child {
	border-right-width: 2px;
}

.site-footer .social-info a:hover {
	color: #fff;
	background: #5e87a1;
}

.site-footer .cta-info {
	margin: 0 auto;
	width: 714px;
}

.site-footer .cta-info a {
	display: block;
	width: 235;
	height: 30px;
	line-height: 30px;
	font-family: 'Avenir LT W01 95 Black', Lato, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	color: #3b3b3b;
	background: #f3f3f2;
	border-left: 1px solid rgba(0,0,0,0.9);
	border-right: 1px solid rgba(0,0,0,0.9);
	float: left;
}

.site-footer .cta-info a:first-child {
	border-left-width: 2px;
}

.site-footer .cta-info a:last-child {
	border-right-width: 2px;
}

.site-footer .cta-info a:hover {
	color: #fff;
	background: #5e87a1;
}

.page-template-tmpl-admissions-php #slideshow, .page-template-tmpl-landing-php #slideshow {
	position: fixed;
}

.page-template-tmpl-landing-php #slideshow-clone, .page-template-tmpl-landing-php #slideshow-clone .slide-clone {
	display: block;
}

#admissions-grid {
	position: relative;
	margin: 168px auto 0 auto;
	width: 1200px;
	overflow: hidden;
}

#admissions-grid > h2, #comm-grid header h2 {
	padding-top: 40px;
	padding-bottom: 32px;
	font-size: 36px;
	font-weight: normal;
	font-family: 'Avenir LT W01 85 Heavy',Lato,sans-serif;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
}

#admissions-grid > h2:nth-of-type(2) {
	margin: 0;
	padding-top: 46px;
	padding-bottom: 46px;
}

#admissions-grid ul.tabs, .tabbed-grid ul.tabs {
	margin: 2px 0 0 0;
	padding: 0;
	height: 70px;
	list-style: none;
}

#admissions-grid ul.tabs li, .tabbed-grid ul.tabs li {
	position: relative;
	margin: 0 1px;
	padding: 0;
	width: 238px;
	height: 70px;
	line-height: 70px;
	cursor: pointer;
	text-align: center;
	text-transform: uppercase;
	color: #444;
	background: rgba(255,255,255,0.95);
	float: left;
}

#admissions-grid ul.tabs li.two-liner, .tabbed-grid ul.tabs li.two-liner {
	padding: 16px 0 0 0;
	height: 54px;
	line-height: 18px;
}

#admissions-grid ul.tabs li.current, .tabbed-grid ul.tabs li.current {
	color: #fff;
	background: #98002f;
}

#admissions-grid ul.tabs li.current:after {
	display: block;
	content: '';
	position: relative;
	left: 0;
	bottom: 0;
	width: 238px;
	height: 15px;
	background: url(images/bg-current-tab.png) no-repeat;
	z-index: 5050;
}

#admissions-grid ul.tabs li.current.two-liner:after, .tabbed-grid ul.tabs li.current.two-liner:after {
	bottom: -18px;
}

#admissions-grid ul.tabs li a {
	color: inherit;
	outline: none;
}

#admissions-grid ul.ctas {
	margin: 2px 0 0 0;
	display: inline-block;
	padding: 0;
	height: 70px;
}

#admissions-grid ul.ctas li {
	position: relative;
	margin: 0 1px;
	padding: 0;
	width: 398px;
	height: 70px;
	line-height: 70px;
	cursor: pointer;
	text-align: center;
	text-transform: uppercase;
	font-size: 175%;
	color: #444;
	background: rgba(255,255,255,0.95);
	list-style: none;
	float: left;
}

#admissions-grid ul.ctas li a {
	color: inherit;
	outline: none;
}

#comm-grid header h2:before {
	display: inline-block;
	content: '';
	position: relative;
	top: 12px;
	margin-right: 15px;
	width: 60px;
	height: 60px;
	vertical-align: top;
	background: url(images/icon-communications.png) no-repeat;
}

#comm-grid ul.tabs li {
	margin: 0 4px;
	width: 234px;
	color: #fff;
	background: none;
	border: 2px solid #fff;
	font-weight: 700;
	font-family: 'Avenir LT W01 85 Heavy',Lato,sans-serif;
}

#comm-grid ul.tabs li:hover {
	width: 228px;
	height: 64px;
	line-height: 64px;
	border: 5px solid #fff;
}

#comm-grid ul.tabs li.current {
	color: #e46825;
	background: #fff;
}

#comm-grid ul.tabs li.current:hover {
	height: 70px;
	border: 2px solid #fff;
}

#comm-grid ul.tabs li.orange.current {
	
}

#comm-grid ul.tabs li.blue.current {
	color: #65abb9;
}

#comm-grid ul.tabs li.yellow.current {
	color: #f4b633;
}

#admissions-grid .tabbed-content, .tabbed-grid .tabbed-content {
	margin: 0 1px 2px 1px;
}

#admissions-grid .tabbed-content .tab, .tabbed-grid .tabbed-content .tab {
	/*visibility: hidden;*/
	display: none;
}

#admissions-grid .tabbed-content .tab:first-child, .tabbed-grid .tabbed-content .tab:first-child {
	/*visibility: visible;*/
	display: block;
	margin-bottom: -2px;
}

#admissions-grid .tabbed-content .tab .row, .tabbed-grid .tabbed-content .tab .row {
	clear: both;
}

.tabbed-grid .tabbed-content .tab .row {
	margin-top: 2px;
}

.tabbed-grid .tabbed-content .tab .row-grid {
	top: -1px;
	margin-bottom: -2px;
	min-height: 253px;
}

.tabbed-grid .tabbed-content .tab:first-child .row-grid {
	min-height: 506px;
}

#admissions-grid .video, .tabbed-grid .video {
	position: relative;
	margin-right: 1px;
	width: 718px;
	height: 399px;
	float: left;
	overflow: hidden;
}

#admissions-grid .video h2, .tabbed-grid .video h2 {
	position: relative;
	top: 90px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
	font-size: 48px;
	font-weight: normal;
	font-family: 'Avenir LT W01 85 Heavy',Lato,sans-serif;
	z-index: 3;
}

.tabbed-grid .video h2 a, .tabbed-grid .video p a {
	color: #fff;
}

.tabbed-grid .video h2 a:hover, .tabbed-grid .video p a:hover {
	color: #eeb111;
}

#admissions-grid .video p, .tabbed-grid .video p {
	position: relative;
	margin-top: 220px;
	padding: 0 80px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	z-index: 2;
}

#admissions-grid .video img, .tabbed-grid .video img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#admissions-grid .video a.play, .tabbed-grid .video a.play {
	display: block;
	position: absolute;
	top: 192px;
	left: 50%;
	margin-left: -34.5px;
	width: 69px;
	height: 69px;
	background: url(/_resources/images/icon-play.png) no-repeat;
	border-radius: 34.5px;
	z-index: 5;
}

#admissions-grid .video a.play:before, .tabbed-grid .video a.play:before {
	display: block;
	content: '';
	position: absolute;
	left: -224px;
	top: 50%;
	width: 206px;
	height: 1px;
	background-color: #f0b310;
}

#admissions-grid .video a.play:after, .tabbed-grid .video a.play:after {
	display: block;
	content: '';
	position: absolute;
	right: -224px;
	top: 50%;
	width: 206px;
	height: 1px;
	background-color: #f0b310;
}

#admissions-grid .video iframe, .tabbed-grid .video iframe {
	position: absolute;
	top: 0;
	left: 0;
}

.tabbed-grid .video .border {
	position: absolute;
	width: -webkit-calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	width: calc(100% - 20px);
	height: -webkit-calc(100% - 20px);
	height: -moz-calc(100% - 20px);
	height: calc(100% - 20px);
	border: 10px solid rgba(255,255,255,0.4);
	z-index: 2;
}

#gridded {
	position: relative;
	margin: 0 auto;
}

#vidplayer {
	position: absolute;
	top: 74px;
	left: 1px;
	width: 718px;
	height: 399px;
	background: rgba(0,0,0,0.4);
	z-index: 0;
}

#admissions-grid .stats, .tabbed-grid .stats {
	position: relative;
	margin-left: 1px;
	width: 478px;
	height: 399px;
	background: #fff;
	float: left;
	overflow: hidden;
}

#admissions-grid .stats .stats-slider, .tabbed-grid .stats .stats-slider {
	height: 100%;
}

#admissions-grid .stats .stat-slide, .tabbed-grid .stats .stat-slide {
	position: relative;
	padding: 0 26px; /*0 55px;*/
	height: 100%;
	text-align: center;
	overflow: hidden;
}

#admissions-grid .stats .stat-slide strong, .tabbed-grid .stats .stat-slide strong {
	position: relative;
	display: block;
	padding-top: 20px;
	color: #404243;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
	font-family: 'Avenir LT W01 85 Heavy', Lato, sans-serif;
	text-transform: uppercase;
	z-index: 2;
}

#admissions-grid .stats .stat-slide strong em, .tabbed-grid .stats .stat-slide strong em {
	font-style: normal;
	font-size: 24px;
	font-family: 'Avenir LT W01 95 Black', Lato, sans-serif;
}

#admissions-grid .stats .stat-slide p, .tabbed-grid .stats .stat-slide p {
	position: absolute;
	left: 0;
	bottom: 28px;
	margin-bottom: 0;
	width: 100%; /*width: 368px;*/
	color: #404243;
	font-size: 15px;
	text-align: center;
	z-index: 1;
}

#admissions-grid .stats .stat-slide img, .tabbed-grid .stats .stat-slide img {
	position: absolute;
	top: 0;
	left: 0; /*top: 50%; margin-top: -25%; left: 50%; margin-left: -25%;*/
	z-index: 0;
}

#admissions-grid .stats .bx-wrapper .bx-controls-direction a, .tabbed-grid .stats .bx-wrapper .bx-controls-direction a {
	margin-top: -32.5px;
	width: 15px;
	height: 65px;
}

#admissions-grid .stats .bx-wrapper .bx-prev, .tabbed-grid .bx-wrapper .bx-prev {
	left: 20px;
	background: url(/_resources/landing/images/icon-stats-arrow-left.png) no-repeat;
}

#admissions-grid .stats .bx-wrapper .bx-next, .tabbed-grid .bx-wrapper .bx-next {
	right: 20px;
	background: url(/_resources/landing/images/icon-stats-arrow-right.png) no-repeat;
	background-position: 0 0 !important;
}

#admissions-grid .text-section, .tabbed-grid .text-section {
	position: relative;
	margin: 0 2px 0 0;
	width: 1038px;
	height: 324px;
	float: left;
	color: #444;
	background: rgba(255,255,255,0.95);
}

.tabbed-grid .text-section.text-without-ctas {
	width: 100%;
}

.tabbed-grid .text-section {
	margin-top: 0;
	height: auto;
	min-height: 324px;
}

#admissions-grid .text-section {
	min-height: 282px;
}

#admissions-grid .text-section.checklist-section {
	height: 398px;
}

#admissions-grid .text-section.intl-students {
	height: 324px;
}

#admissions-grid .text-section header {
	position: relative;
	width: 424px;
	height: 324px;
	float: left;
	background: no-repeat;
}

#admissions-grid .text-section.visit-alverno header {
	background-image: url(images/bg-visit-alverno.png);
}

#admissions-grid .text-section.financial-aid header {
	background-image: url(images/bg-financial-aid.png);
}

#admissions-grid .text-section h2 {
	position: absolute;
	left: 30px;
	bottom: 72px;
	margin: 0;
	width: 100%;
	font-size: 36px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Avenir LT W01 85 Heavy',Lato,sans-serif;
	font-weight: 400;
}

#admissions-grid .text-section .copy-text {
	padding: 20px 60px;
	width: 494px;
	float: left;
}

.tabbed-grid .text-section .copy-text {
	padding: 20px 60px 20px 40px;
}

#admissions-grid .text-section .copy-text h3, .tabbed-grid .text-section .copy-text h3 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Avenir LT W01 85 Heavy', Lato, sans-serif;
}

#admissions-grid .text-section.transfer-students .copy-text {
	margin-top: 24px;
}

#admissions-grid .text-section.transfer-students .copy-text {
	font-size: 15px;
}

#admissions-grid a.link-off, .tabbed-grid a.link-off {
	display: block;
	position: relative;
	width: 158px;
	height: 161px;
	color: #282828;
	background: #f2efe1;
	float: left;
	font-size: 14px;
	font-family: 'Avenir LT W01 85 Heavy', Lato, sans-serif;
	text-align: right;
	text-transform: uppercase;
}

#admissions-grid a.link-off:hover, .tabbed-grid a.link-off:hover {
	color: #fff;
	background: #f0b310 url(images/bg-cta.jpg);
	background-size: 100%;
}

#admissions-grid a.link-off.apply-now, .tabbed-grid a.link-off.highlighted {
	color: #fff;
	background: #EEB111;
}

#admissions-grid a.link-off.apply-now:hover, .tabbed-grid a.link-off.highlighted:hover {
	background-image: url(images/bg-cta-apply.jpg);
	background-size: 100%;
}

#admissions-grid a.link-off.two-story, .tabbed-grid a.link-off.two-story {
	height: 324px !important;
	background-size: auto 100%;
}

#admissions-grid a.link-off:hover span, #admissions-grid .tabbed-content .tab a.link-off.apply-now span, .tabbed-grid a.link-off:hover span, .tabbed-grid a.link-off.highlighted span {
	background-image: url(images/icon-link-arrow-white.png);
}

#admissions-grid a.link-off:first-of-type, .tabbed-grid a.link-off:first-of-type {
	margin: 0 0 2px 0;
}

.tabbed-grid a.link-off.two-story {
	margin-bottom: 0;
}

#admissions-grid a.link-off span, .tabbed-grid a.link-off span {
	display: block;
	position: absolute;
	bottom: 12px;
	margin: 0 10px 0 0;
	padding: 0 14px 0 14px;
	width: 120px;
	line-height: 15px;
	background: url(images/icon-link-arrow.png) center right no-repeat;
}

#admissions-grid .checklist-section + a.link-off, #admissions-grid .checklist-section + a.link-off + a.link-off {
	height: 198px;
}

#admissions-grid .checklist-section, .tabbed-grid .checklist-section {
	overflow: hidden;
}

#admissions-grid .checklist-section h3, .tabbed-grid .checklist-section h3 {
	position: relative;
	margin: 28px auto 46px auto;
	padding: 26px 0 26px 0;
	width: 792px;
	border: 2px solid #444;
	color: #444;
	font: 400 24px 'Avenir LT W01 85 Heavy',Lato,sans-serif;
	text-align: center;
}

#admissions-grid .checklist-section h4, .tabbed-grid .checklist-section h4 {
	display: inline-block;
	margin: 16px 0;
	padding: 6px 9px;
	text-transform: uppercase;
	color: #fff;
	background: #a0b051;
	font: 400 16px 'Avenir LT W01 85 Heavy',Lato,sans-serif;
	border: 1px solid #000;
	clear: both;
}

#admissions-grid .checklist-section ol, .tabbed-grid .checklist-section ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

#admissions-grid .checklist-section a, .tabbed-grid .checklist-section a {
	color: #f0b310;
}

#admissions-grid .checklist-section blockquote, .tabbed-grid .checklist-section blockquote {
	margin: 0;
	padding: 0;
	font-size: smaller;
	font-style: normal;
	line-height: 1.2;
	color: #444;
}

#admissions-grid .checklist-section .bx-wrapper, .tabbed-grid .checklist-section .bx-wrapper {
	width: 774px;
}

#admissions-grid .checklist-section .bx-wrapper .bx-controls-direction a, .tabbed-grid .checklist-section .bx-wrapper .bx-controls-directions a {
	top: 12%;
	width: 15px;
	height: 65px;
}

#admissions-grid .checklist-section .bx-pager, #admissions-grid .checklist-section .custom-pager, .tabbed-grid .checklist-section .custom-pager {
	position: relative;
	top: -460px;
	left: -36px;
	padding: 0;
	width: 98px;
	height: 24px;
	background: #fff;
	border: 2px solid #f0b310;
	text-transform: uppercase;
	text-align: center;
	font: 400 14px/24px 'Avenir LT W01 85 Heavy', Lato, sans-serif;
}

#admissions-grid .checklist-section .custom-pager, .tabbed-grid .checklist-section .custom-pager {
	position: absolute;
	top: 68px;
}

#admissions-grid .checklist-section .bx-pager:before, #admissions-grid .checklist-section .custom-pager:before {
	content: 'Step';
	display: inline-block;
	margin-right: 5px;
}

#admissions-grid .checklist-section .bx-controls {
	
}

#admissions-grid .checklist-section .bx-next {
	right: -76px;
	background: url(images/icon-stats-arrow-right.png) no-repeat;
}

#admissions-grid .checklist-section .bx-prev {
	left: -76px;
	background: url(images/icon-stats-arrow-left.png) no-repeat;
}

#admissions-grid .checklist-section li.checklist-item {
	counter-increment: customCounter;
	margin: 40px 0 0 78px;
	min-width: 156px;
	max-width: 176px; /* 194px */
	float: left;
	color: #444;
	line-height: 1.2;
}

#admissions-grid .checklist-section li.checklist-item:before {
	content: counter(customCounter) ' ';
	display: inline-block;
	margin: 0 0 0 -38px;
	padding: 0;
	width: 27px;
	height: 29px;
	line-height: 29px;
	border-right: 2px solid #f0b310;
	text-align: center;
}

#admissions-grid .checklist-section li.checklist-item span {
	margin-top: -32px;
	display: block;
}

#admissions-grid .checklist-section li.checklist-item.international {
	margin-top: 22px;
	width: 250px;
	min-width: 250px;
	max-width: 250px;
}

#admissions-grid .checklist-section li.checklist-item.international strong {
	margin-top: -32px;
	display: block;
	font-family: 'Avenir LT W01 85 Heavy', Lato, sans-serif;
	font-weight: 400;
}

#admissions-grid .checklist-section li.checklist-item.international em {
	margin-top: 5px;
	display: block;
	font-family: 'Avenir LT W01 85 Heavy', Lato, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-transform: uppercase;
	color: #696969;
}

#admissions-grid .international-quote {
	padding: 42px 152px 24px 152px;
	width: 894px;
	height: 162px;
	font-family: 'Avenir LT W01 85 Heavy', Lato, sans-serif;
	font-size: 22px;
	text-align: center;
	color: #fff;
	background: url(images/bg-intl-quote.jpg);
}

#admissions-grid .international-quote p {
	margin-bottom: 18px;
}

#admissions-grid .international-quote strong {
	font-family: 'Avenir LT W01 85 Heavy', Lato, sans-serif;
}

/*#admissions-grid .checklist-section li.checklist-item:first-child { margin-left: 78px; }*/
/*
#admissions-grid .checklist-section .checklist-item strong { display: block; margin-bottom: 12px; padding-top: 20px; color: #262626; }
#admissions-grid .checklist-section .checklist-item strong:after { content: ''; display: block; margin-top: 12px; width: 50px; height: 4px; background: #f0b310; }
#admissions-grid .checklist-section .checklist-item p { text-transform: uppercase; color: #444; }
*/

.grad-prog-section .major {
	display: block;
	background: rgba(255,255,255,0.95);
}

.grad-prog-section .major:hover {
	color: #fff;
	background: #eeb111;
}

.grad-prog-section .major strong {
	display: block;
	margin: 20px 20px 0 20px;
	font-size: 19px;
	color: #444444;
	text-transform: uppercase;
}

.grad-prog-section .major:hover strong {
	color: #fff;
}

.grad-prog-section .major p {
	margin: 10px 20px;
	font-size: 15px;
	color: #444444;
}

.grad-prog-section .major:hover p {
	color: #fff;
}

.grad-prog-section .major ul {
	margin: 10px 20px;
	padding: 0;
	list-style-type: none;
}

.grad-prog-section .major li {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.grad-prog-section.cols_of_4 .major {
	width: 238px;
} /*was 298px*/

#admissions-grid .tabbed-content .tab .counselor-section {
	margin-top: 2px;
	height: 228px;
}

h3.counselor-heading, h3.grad-prog-section {
	margin: 2px;
	padding: 0;
	height: 70px;
	text-align: center;
	color: #444444;
	background: rgba(255,255,255,0.95);
	font: 400 28px/70px 'Avenir LT W01 85 Heavy',Lato,sans-serif;
	clear: both;
}

.counselor-section .counselor {
	margin-left: 2px;
	width: 398px;
	height: 228px;
	float: left;
}

.counselor-section .counselor:first-child {
	margin-left: 0;
}

.counselor-section .counselor .counselor-photo {
	position: relative;
	margin-right: 2px;
	width: 158px;
	height: 228px;
	float: left;
	overflow: hidden;
}

.counselor-section .counselor .counselor-photo a.counselor-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: top;
}

.counselor-section .counselor .counselor-photo a.counselor-video:hover {
	background: url(/_resources/images/icon-play.png) center center no-repeat;
}

.counselor-section .counselor .counselor-photo img {
	margin-left: -36px;
	max-width: 150%;
}

.counselor-section .counselor .counselor-about {
	position: relative;
	padding: 20px 25px;
	width: 188px;
	height: 188px;
	color: #6a747c;
	background: rgba(255,255,255,0.95);
	float: left;
}

.counselor-section .counselor .counselor-about em {
	display: block;
	font-size: 11px;
}

.counselor-section .counselor .counselor-about em span {
	display: block;
}

.counselor-section .counselor .counselor-about strong {
	display: block;
	padding: 20px 0 0 0;
	color: #444;
	font-size: 32px;
	line-height: 1.2;
	text-transform: uppercase;
}

.counselor-section .counselor .counselor-about small {
	position: absolute;
	bottom: 50px;
	display: block;
	font: 400 13px 'Avenir LT W01 85 Heavy',Lato,sans-serif;
	color: #232323;
}

.counselor-section .counselor .counselor-about p {
	font: 400 13px 'Avenir LT W01 85 Heavy',Lato,sans-serif;
	color: #232323;
}

.counselor-section .counselor .counselor-about tel {
	
}

.counselor-section .counselor .counselor-about a {
	position: absolute;
	display: block;
	width: 50px;
	padding-bottom: 3px;
	text-transform: uppercase;
	color: #f0b310;
	font: 400 16px 'Avenir LT W01 85 Heavy',Lato,sans-serif;
	border-bottom: 2px solid #f0b310;
}

.counselor-section .counselor .counselor-about a[href^="mailto"] {
	bottom: 20px;
	margin-top: 10px;
}

.counselor-section.cols_of_1 .counselor {
	width: 1198px;
}

.counselor-section.cols_of_1 .counselor .counselor-photo {
	width: 238px;
}

.counselor-section.cols_of_1 .counselor .counselor-photo img {
	margin: 0;
	max-width: 100%;
}

.counselor-section.cols_of_1 .counselor .counselor-about {
	padding: 20px 25px;
	width: 908px;
}

.counselor-section.cols_of_1 .counselor .counselor-about strong {
	
}

.counselor-section.cols_of_2 .counselor {
	width: 598px;
}

.counselor-section.cols_of_2 .counselor .counselor-photo {
	width: 238px;
}

.counselor-section.cols_of_2 .counselor .counselor-photo img {
	margin: 0;
	max-width: 100%;
}

.counselor-section.cols_of_2 .counselor .counselor-about {
	padding: 20px 25px;
	width: 308px;
}

.counselor-section.cols_of_2 .counselor .counselor-about strong {
	
}

.counselor-section.cols_of_3 .counselor {
	width: 398px;
}

.counselor-section.cols_of_3 .counselor .counselor-photo {
	width: 158px;
	overflow: hidden;
}

.counselor-section.cols_of_3 .counselor .counselor-photo img {
	
}

.counselor-section.cols_of_3 .counselor .counselor-about {
	padding: 20px 25px;
	width: 188px;
}

.counselor-section.cols_of_3 .counselor .counselor-about strong {
	
}

.counselor-section.cols_of_3 .counselor.long-name .counselor-about strong {
	font-size: 24px;
}

.counselor-section.cols_of_4 .counselor {
	width: 238px;
}

.counselor-section.cols_of_4 .counselor .counselor-photo {
	width: 138px;
	overflow: hidden;
}

.counselor-section.cols_of_4 .counselor .counselor-photo img {
	max-width: 155%;
}

.counselor-section.cols_of_4 .counselor .counselor-about {
	padding: 20px 5px;
	width: 88px;
}

.counselor-section.cols_of_4 .counselor .counselor-about strong {
	font-size: 24px;
}

.counselor-section.cols_of_4 .counselor.long-name .counselor-about strong {
	font-size: 17px;
}

#questions-spot {
	
}

#questions-spot .comments-area {
	display: none;
	padding-left: 0;
	padding-right: 0;
}

#questions-spot .comments-area:first-child {
	display: block;
}

#questions-spot .question-intro {
	margin: 0 1px;
	padding: 34px 160px 26px 160px;
	font: 400 20px 'Avenir LT W01 85 Heavy', Lato, sans-serif;
	text-align: center;
	text-transform: uppercase;
	background: rgba(255,255,255,0.95);
	color: #444444;
	border-bottom: 1px solid rgba(0,0,0,0.8);
}

#questions-spot .question-intro p {
	margin-bottom: 0;
	line-height: 1.6;
}

#questions-spot .question-input {
	position: relative;
	margin: 0 auto;
	padding: 28px 28px 32px 28px;
	width: 1142px;
	height: 171px;
	background: rgba(0,0,0,0.8) url(images/bg-question-input.png) repeat-y;
	border: 1px solid rgba(0,0,0,0.8);
}

#questions-spot input {
	text-align: center;
	text-transform: uppercase;
	background: rgba(250,247,233,0.95);
	border: 0;
	border-radius: 0;
	float: left;
}

#questions-spot input[name="comment"] {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100px;
	line-height: 100px;
	float: none;
}

#questions-spot input[name="email"] {
	margin: 10px 0 0 10px;
	width: 530px;
	height: 52px;
}

#questions-spot input[name="author"] {
	margin: 10px 0 0 0;
	width: 346px;
	height: 52px;
}

#questions-spot input[type="submit"] {
	margin: 10px 0 0 10px;
	width: 246px;
	height: 52px;
	background: rgba(240,179,16,0.95);
	font: 400 16px 'Avenir LT W01 85 Heavy', Lato, sans-serif;
}

#questions-spot p.form-submit {
	margin-bottom: 0;
	float: left;
}

#questions-spot label {
	display: none;
}

#questions-spot .question-stack {
	width: 1200px;
}

#questions-spot .question-stack .comment {
	margin: 0;
	width: 398px;
	color: #fff;
	border: 1px solid rgba(0,0,0,0.8);
}

#questions-spot .question-stack .comment.depth-2 {
	display: none;
	position: relative;
	top: -5px;
	left: 0;
}

#questions-spot .question-stack .comment.depth-2 .comment-text {
	margin: 0 5px;
	width: 348px;
	background: #fff !important;
}

#questions-spot .question-stack .comment.depth-2 .comment-text a {
	
}

#questions-spot .question-stack .comment .comment-text {
	padding: 25px 20px 4px 20px;
	width: 358px;
}

#questions-spot .question-stack .comment .comment-text p {
	font: 400 17px/1.6 'Avenir LT W01 85 Heavy', Lato, sans-serif;
	margin-bottom: 25px;
}

#questions-spot .question-stack .comment .comment-text a {
	
}

#questions-spot .question-stack .comment .comment-text a:hover {
	
}

#questions-spot .question-stack .comment .comment-text a.answer-btn {
	display: block;
	margin-left: -15px;
	margin-right: -15px;
	padding: 0;
	height: 35px;
	line-height: 35px;
	background: #fff;
	color: #444;
	font-family: 'Avenir LT W01 85 Heavy', Lato, sans-serif;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}

#questions-spot .question-stack .comment .comment-text a.answer-btn .genericon-downarrow {
	font-size: 10px;
	line-height: 40px;
}

#questions-spot .question-stack .comment .comment-text a.answer-btn .genericon-uparrow {
	font-size: 10px;
	line-height: 30px;
}

#questions-spot .question-stack .comment .comment-text cite, .comment-author cite {
	display: block;
	font-weight: 400;
	font-style: normal;
	text-align: right;
}

#questions-spot .question-stack .comment .comment-text .answer {
	display: none;
	margin: 0 -15px 4px -15px;
	padding: 0 10px 10px 10px;
	background: #fff;
	color: #444;
}

#questions-spot .question-stack .comment .comment-text .answer p {
	margin-bottom: 10px;
	font: 400 16px/1.6 'Avenir LT W01 65 Medium', Lato, sans-serif;
}

#questions-spot .question-stack .comment .comment-author {
	margin-top: 2px;
	padding: 10px 20px;
	width: 358px;
	text-align: center;
	background: #5d86a1;
}

#questions-spot .question-stack .maroon .comment-text, #admissions-grid #questions-spot .question-stack .maroon .comment-author {
	background: #98012e;
}

#questions-spot .question-stack .mustard .comment-text, #admissions-grid #questions-spot .question-stack .mustard .comment-author {
	background: #eeb111;
}

#questions-spot .question-stack .relish .comment-text, #admissions-grid #questions-spot .question-stack .relish .comment-author {
	background: #93a445;
}

#questions-spot .question-stack .dijon .comment-text, #admissions-grid #questions-spot .question-stack .dijon .comment-author {
	background: #b3740d;
}

#questions-spot .question-stack .cooled-gray .comment-text, #admissions-grid #questions-spot .question-stack .cooled-gray .comment-author {
	background: #6a747c;
}

#questions-spot .question-stack .mustard .comment-text {
	background: #ad6c10;
}

#questions-spot .question-stack .cocoa .comment-text {
	background: #512c1c;
}

#questions-spot .question-stack .thread-odd .comment-text, #questions-spot .question-stack:nth-child(odd) .comment-text {
	background: #512c1c;
}

#questions-spot .question-stack .thread-even .comment-text, #questions-spot .question-stack:nth-child(even) .comment-text {
	background: #ad6c10;
}

#questions-spot .question-stack .question {
	background: #5d86a1;
	background: #6a747c;
	background: #b3740e;
	background: #efb212;
	background: #93a445;
}

.width-keeper {
	width: 880px;
	background: rgba(255,255,255,0.95);
}

.primary-navigation li li.menu-item-has-children {
	display: inline-block;
	vertical-align: top;
	min-width: 205px;
}

.safari.osx .primary-navigation li li.menu-item-has-children {
	width: 192px !important;
}

.primary-navigation li li.menu-item-has-children > a {
	display: block;
	margin-top: 20px;
	padding-bottom: 4px;
}

.primary-navigation li li li a {
	font-weight: 400;
	text-transform: none;
}

.primary-navigation li.menu-item a span {
	display: block;
	padding-left: 15px;
}

.menu-main-container li li a:hover {
	background: none;
	color: #b3740d;
}

.single #slideshow, .single-event #slideshow {
	position: fixed;
}

.post-body {
	padding: 40px;
	background: #fff;
}

.post-body p {
	margin: 0;
	padding: 20px 0;
}

.post-body iframe {
	margin-top: 20px;
}

/*.primary-navigation li#menu-item-122 li.menu-item-has-children { max-width: 206px; /*278px*//* }*/

del {
	content: attr(name-of-attribute);
}

.clear {
	clear: both;
}

.page {
	background-color: #000;
}

.single-event #slideshow-clone, .single-event #slideshow-clone .slide-clone {
	display: block;
}

.error404 #slideshow {
	position: fixed;
}

.article-wrapper {
	position: relative;
	margin: 274px auto 82px auto;
	width: 1200px;
}

.articulated header {
	margin: 2px 0;
	min-height: 180px;
	background: #e5ab11;
	color: #fff;
}

.articulated header h1 {
	padding: 66px 0 0 0;
	font-family: 'Avenir LT W01 85 Heavy', Lato, sans-serif;
	font-size: 36px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
}

.articulated header h1:after {
	content: '';
	display: none;
	margin: 14px auto;
	width: 484px;
	height: 2px;
	background: #fff;
}

.articulated header h2 {
	margin: 0;
	padding: 18px 0 24px 0;
	font-family: 'Avenir LT W01 55 Roman', Lato, sans-serif;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
}

.articulated .row {
	margin: 2px 0;
	clear: both;
}

.articulated .pull-quote {
	margin-right: 1px;
	padding: 0 48px;
	width: 304px;
	height: 540px;
	background: rgba(255,255,255,0.95);
	float: left;
}

.articulated .pull-quote blockquote {
	margin-top: 108px;
	font-family: 'Avenir LT W01 85 Heavy', Lato, sans-serif;
	font-size: 32px;
	font-style: normal;
	line-height: 1.4;
	color: #000;
}

.articulated .main-image {
	margin-left: 1px;
	width: 798px;
	height: 540px;
	background: rgba(255,255,255,0.95);
	float: left;
}

.articulated .text-block-left {
	margin-right: 1px;
	padding: 56px 48px 48px 48px;
	width: 864px;
	height: auto;
	min-height: 196px;
	background: rgba(255,255,255,0.95);
	float: left;
}

.articulated .alverno-logo {
	margin-left: 1px;
	width: 238px;
	min-height: 300px;
	height: auto;
	background: url(images/logo-alverno-a.png) center center no-repeat rgba(246, 234, 163, 0.95);
	float: left;
}

.articulated .lesser-image {
	margin-right: 1px;
	width: 478px;
	height: 358px;
	float: left;
	background: rgba(255,255,255,0.95);
}

.articulated .text-block-right {
	margin-left: 1px;
	padding: 56px 42px 52px 42px;
	width: 636px;
	height: 250px;
	background: rgba(255,255,255,0.95);
	float: left;
}

.articulated #send-feedback {
	display: block;
	padding: 44px 0 36px 0;
	font-family: 'Avenir LT W01 65 Medium', Lato, sans-serif;
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	background: #e5ab11;
	color: #fff;
}

/*** Experience Grid page stuff ***/

.page-template-tmpl-experience-php #main-grid {
	position: relative;
	margin: 138px auto 0 auto;
	padding: 0;
	width: 1200px;
	overflow: hidden;
	background: none;
}

.page-template-tmpl-experience-php #main-grid > h2 {
	padding-top: 72px;
	padding-bottom: 64px;
	font-size: 36px;
	font-weight: normal;
	font-family: 'Avenir LT W01 85 Heavy',Lato,sans-serif;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
}

.page-template-tmpl-experience-php #slideshow {
	position: fixed;
}

.page-template-tmpl-experience-php #slideshow-clone, .page-template-tmpl-experience-php #slideshow-clone .slide-clone {
	display: block;
}

.page-template-tmpl-experience-php.chrome #main-grid .block.x2.text-block .hover-block {
	width: 86%;
	height: 73%;
}

/*** Landing page stuff ***/

.tabbed-grid ul.tabs-2-wide li {
	width: -webkit-calc(50% - 2px);
	width: -moz-cacl(50% - 2px);
	width: calc(50% - 2px);
}

.tabbed-grid ul.tabs-3-wide li {
	width: -webkit-calc(33.33% - 2px);
	width: -moz-cacl(33.33% - 2px);
	width: calc(33.33% - 2px);
}

.tabbed-grid ul.tabs-4-wide li {
	width: -webkit-calc(25% - 2px);
	width: -moz-cacl(25% - 2px);
	width: calc(25% - 2px);
}

.tabbed-grid ul.tabs-5-wide li {
	width: -webkit-calc(20% - 2px);
	width: -moz-cacl(20% - 2px);
	width: calc(20% - 2px);
}

.landing-grid-v2 {
	position: relative;
	margin: 160px auto 0 auto;
	width: 1200px;
}

.landing-grid-v2 header {
	background: #e5ab11;
}

.landing-grid-v2 header h2 {
	margin: 0;
	padding: 32px 0;
	font-size: 36px;
	font-weight: normal;
	font-family: 'Avenir LT W01 85 Heavy',Lato,sans-serif;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
}

.landing-grid-v2 .landing-content {
	padding: 30px;
	background: #fff;
}

.landing-grid-v2 .landing-content + .site-footer {
	margin-top: 2px;
	width: 1200px;
}

/*
#landing-grid .landing-content-v2 + .site-footer { margin-top: 0; width: 1200px; }
#landing-grid .landing-content-v2 { margin: 0; }
*/

.page-template-tmpl-landing-v2-php {
	background: #573318;
	background: #000;
}

.page-template-tmpl-landing-v2-php #slideshow, .page-template-tmpl-comm-major-php #slideshow, .page-template-tmpl-wyb-php #slideshow {
	position: fixed;
}

.page-template-tmpl-landing-v2-php #slideshow-clone, .page-template-tmpl-landing-v2-php #slideshow-clone .slide-clone, .page-template-tmpl-paid-search-landing-php #slideshow-clone, .page-template-tmpl-paid-search-landing-php #slideshow-clone .slide-clone, .page-template-tmpl-comm-major-php #slideshow-clone, .page-template-tmpl-comm-major-php #slideshow-clone .slide-clone, .page-template-tmpl-wyb-php #slideshow-clone, .page-template-tmpl-wyb-php #slideshow-clone .slide-clone {
	display: block;
}

.landing-grid-v2 {
	font-family: 'Avenir LT W01 65 Medium', Lato, sans-serif;
}

.landing-grid-v2 header {
	
}

.landing-grid-v2 header h2 {
	min-height: 78px;
	line-height: 78px;
}

.landing-grid-v2 .row {
	clear: both;
}

.landing-grid-v2 .row > div {
	background: rgba(255,255,255,0.9);
}

#landing-grid.landing-grid-v2 .row > div {
	background: inherit !important;
}

.landing-grid-v2 .row.floated-right > div {
	float: right;
}

.landing-grid-v2 .row.floated-left > div {
	float: left;
}

.landing-grid-v2 .big-block, .landing-grid-v2 .small-block {
	margin-bottom: 2px;
}

.landing-grid-v2 .row.floated-left .big-block {
	margin-right: 1px;
}

.landing-grid-v2 .row.floated-left .small-block {
	margin-left: 1px;
}

.landing-grid-v2 .row.floated-right .big-block {
	margin-left: 1px;
}

.landing-grid-v2 .row.floated-right .small-block {
	margin-right: 1px;
}

.landing-grid-v2 .big-block {
	width: 718px;
	height: 399px;
}

.landing-grid-v2 .small-block {
	margin-left: 1px;
	width: 478px;
	height: 399px;
	float: left;
	background: #fff !important;
}

.landing-grid-v2 blockquote {
	padding: 30px;
	font-family: 'Avenir LT W01 85 Heavy', Lato, sans-serif;
	font-size: 32px;
	font-weight: 700;
	font-style: normal;
	line-height: 1.4;
	color: #000;
}

.landing-grid-v2 .text-block {
	padding: 30px;
}

.landing-grid-v2 .text-block .default-space {
	margin: 0 auto;
	max-width: 700px;
}

/*#landing-grid .video { position: relative; margin: 0 0 40px 0; width: 718px; height: 399px; float: left; }
#landing-grid .video h2 { position: relative; top: 90px; margin: 0; padding: 0; text-align: center; color: #fff; font-size: 48px; font-weight: normal; font-family: 'Avenir LT W01 85 Heavy',Lato,sans-serif; z-index: 3; }
#landing-grid .video p { position: relative; margin-top: 220px; padding: 0 80px; color: #fff; font-size: 20px; text-align: center; z-index: 2; }
#landing-grid .video img { position: absolute; top: 0; left: 0; z-index: 1; }
#landing-grid .video a.play { display: block; position: absolute; top: 192px; left: 50%; margin-left: -34.5px; width: 69px; height: 69px; background: url(/_resources/images/icon-play.png) no-repeat; border-radius: 34.5px; z-index: 5; }
#landing-grid .video a.play:before { display: block; content: ''; position: absolute; left: -224px; top: 50%; width: 206px; height: 1px; background-color: #f0b310; }
#landing-grid .video a.play:after { display: block; content: ''; position: absolute; right: -224px; top: 50%; width: 206px; height: 1px; background-color: #f0b310; }*/

#landing-grid .image-sliderino {
	position: relative;
	margin-left: 1px;
	width: 718px;
	height: 399px;
	background: #fff;
	overflow: hidden;
}

#landing-grid .image-slider {
	height: auto;
}

#landing-grid .image-slider .image-slide {
	position: relative;
	padding: 0 26px; /*0 55px;*/
	width: 100%;
	height: auto;
	text-align: center;
	overflow: hidden;
}

#landing-grid .image-slider .image-slide strong {
	position: relative;
	display: block;
	padding-top: 20px;
	color: #404243;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
	font-family: 'Avenir LT W01 85 Heavy', Lato, sans-serif;
	text-transform: uppercase;
	z-index: 2;
}

#landing-grid .image-slider .image-slide strong em {
	font-style: normal;
	font-size: 24px;
	font-family: 'Avenir LT W01 95 Black', Lato, sans-serif;
}

#landing-grid .image-slider .image-slide p {
	position: absolute;
	left: 0;
	bottom: 28px;
	margin-bottom: 0;
	width: 100%; /*width: 368px;*/
	color: #404243;
	font-size: 15px;
	text-align: center;
	z-index: 1;
}

#landing-grid .image-slider .image-slide img {
	position: absolute;
	top: 0;
	left: 0; /*top: 50%; margin-top: -25%; left: 50%; margin-left: -25%;*/
	z-index: 0;
}

#landing-grid .image-sliderino .bx-wrapper .bx-controls-direction a {
	margin-top: -32.5px;
	width: 15px;
	height: 65px;
}

#landing-grid .image-sliderino .bx-wrapper .bx-prev {
	left: 20px;
	background: url(images/icon-white-arrow-left.png) no-repeat;
}

#landing-grid .image-sliderino .bx-wrapper .bx-next {
	right: 20px;
	background: url(images/icon-white-arrow-right.png) no-repeat;
}

.donatometer {
	
}

.thermometer {
	margin: 20px auto;
	width: 113px;
	height: 360px;
	position: relative;
	background-image: url(images/DonationGlassBG.png);
	background-repeat: no-repeat;
}

.thermometer .masker {
	background-image: url(images/DonationMask.png);
	background-repeat: no-repeat;
	z-index: 90;
	width: 115px;
	height: 362px;
	position: absolute;
	bottom: 0;
	left: 2;
}

.thermometer .track {
	height: 360px;
	top: 0px;
	width: 113px;
	border: 0px solid #aaa;
	position: relative;
	margin: 0 auto;
}

.thermometer .progress {
	height: 0;
	width: 98%;
	background-color: rgba(255, 83, 64, 1);
	color: rgba(255, 83, 64, 1);
	position: absolute;
	bottom: 0;
	left: 0;
}

.thermometer .goal {
	position: absolute;
	top: 38px;
	left: -32px;
	color: #FF5340;
	font-size: 32px;
	z-index: 99;
}

.thermometer .amount {
	display: inline-block;
	padding: 0 5px 0 60px;
	font-family: 'Avenir LT W01 85 Heavy', Lato, sans-serif;
	text-transform: uppercase;
}

.thermometer .amount span {
	padding-top: 10px;
	font-size: 14px;
}

.thermometer .amount strong {
	font-weight: normal;
	display: block;
}

.thermometer .progress .amount {
	padding: 0 30px 0 5px;
	position: absolute;
	color: #4d4d4d;
	left: 120px;
}

.thermometer .progress .amount:before {
	content: '';
	display: block;
	width: 32px;
	height: 2px;
	background: #4d4d4d;
}

/*** Communications Major ***/

.content-wrapped {
	margin: 0 auto;
	width: 1200px;
}

.full-width {
	width: 100%;
}

#comm-grid.full-width {
	width: 100%;
}

#comm-grid ul.tabs {
	margin-bottom: 10px;
}

#comm-grid ul.tabs-1-wide li, #comm-grid ul.tabs-1-wide li.current:hover {
	width: -webkit-calc(100% - 8px);
	width: -moz-calc(100% - 8px);
	width: calc(100% - 8px);
}

#comm-grid ul.tabs-1-wide li:hover {
	width: -webkit-calc(100% - 14px);
	width: -moz-calc(100% - 14px);
	width: calc(100% - 14px);
}

#comm-grid ul.tabs-2-wide li, #comm-grid ul.tabs-2-wide li.current:hover {
	width: -webkit-calc(50% - 12px);
	width: -moz-calc(50% - 12px);
	width: calc(50% - 12px);
}

#comm-grid ul.tabs-2-wide li:hover {
	width: -webkit-calc(50% - 18px);
	width: -moz-calc(50% - 18px);
	width: calc(50% - 18px);
}

#comm-grid ul.tabs-3-wide li, #comm-grid ul.tabs-3-wide li.current:hover {
	width: -webkit-calc(33.33% - 12px);
	width: -moz-calc(33.33% - 12px);
	width: calc(33.33% - 12px);
}

#comm-grid ul.tabs-3-wide li:hover {
	width: -webkit-calc(33.33% - 18px);
	width: -moz-calc(33.33% - 18px);
	width: calc(33.33% - 18px);
}

#comm-grid ul.tabs-4-wide li, #comm-grid ul.tabs-4-wide li.current:hover {
	width: -webkit-calc(25% - 12px);
	width: -moz-calc(25% - 12px);
	width: calc(25% - 12px);
}

#comm-grid ul.tabs-4-wide li:hover {
	width: -webkit-calc(25% - 18px);
	width: -moz-calc(25% - 18px);
	width: calc(25% - 18px);
}

#comm-grid ul.tabs-5-wide li, #comm-grid ul.tabs-5-wide li.current:hover {
	width: -webkit-calc(20% - 12px);
	width: -moz-calc(20% - 12px);
	width: calc(20% - 12px);
}

#comm-grid ul.tabs-5-wide li:hover {
	width: -webkit-calc(20% - 18px);
	width: -moz-calc(20% - 18px);
	width: calc(20% - 18px);
}

#comm-grid .video-row {
	width: 100%;
}

#comm-grid .video {
	margin: 0;
	width: 60%;
}

#comm-grid .video .border {
	position: absolute;
	width: -webkit-calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	width: calc(100% - 20px);
	height: -webkit-calc(100% - 20px);
	height: -moz-calc(100% - 20px);
	height: calc(100% - 20px);
	border: 10px solid rgba(110,174,189,0.5);
	z-index: 2;
}

#comm-grid .video a.play:before, #comm-grid .video a.play:after {
	background: #fff;
}

#comm-grid .video img {
	min-width: 100%;
}

#comm-grid .stats {
	margin: 0;
	width: 40%;
	background: #de6828;
	color: #fff;
}

#comm-grid .stats .text-block {
	padding: 60px;
}

#comm-grid .stats .text-block strong {
	display: block;
	font-size: 52px;
	font-weight: 700;
	line-height: 60px;
	text-transform: uppercase;
}

#comm-grid .tab.orange .stats {
	background: #de6828;
}

#comm-grid .tab.blue .stats {
	background: #65abb9;
}

#comm-grid .tab.yellow .stats {
	background: #f4b633;
}

#comm-grid .text-section {
	margin-left: 220px;
	margin-right: 12px;
	padding: 0;
	width: 788px;
}

#comm-grid .text-section.text-without-ctas {
	width: 880px;
}

#comm-grid .text-section.text-with-ctas .copy-text {
	padding: 94px 60px 84px 60px;
	font-size: 17.5px;
}

#comm-grid .text-section.text-without-ctas .copy-text {
	padding: 32px 80px 62px 80px;
}

#comm-grid .text-section strong {
	text-transform: uppercase;
}

#comm-grid a.link-off {
	background: none;
	border: 4px solid #fff;
	color: #fff;
	max-height: 158px;
}

#comm-grid a.link-off:hover {
	background: #fff;
	color: #e46825;
}

#comm-grid a.link-off:first-of-type {
	margin: 94px 0 12px 0;
}

#comm-grid a.link-off:first-of-type:before {
	display: block;
	content: '';
	position: relative;
	top: -98px;
	left: -16px;
	width: 92px;
	height: 84px;
	background: rgba(255,255,255,0.9);
	cursor: default;
}

#comm-grid .text-section.text-with-ctas .gap-fixer {
	display: block;
	position: absolute;
	bottom: 0;
	right: -92px;
	width: 92px;
	height: 67px;
	background: rgba(255,255,255,0.9);
	cursor: default;
}

#comm-grid a.link-off span {
	background-image: url(images/icon-link-arrow-white.png);
}

#comm-grid a.link-off:hover span {
	background-image: url(images/icon-link-arrow-orange.png);
}

#comm-grid .text-section.text-without-ctas .copy-text h3 {
	margin: 0 0 56px 0;
	padding: 26px 0 26px 0;
	width: auto;
	font: 400 24px 'Avenir LT W01 85 Heavy',Lato,sans-serif;
	text-align: center;
	text-transform: none;
	color: #fff;
	border: 2px solid #444;
}

#comm-grid .text-section.text-without-ctas .copy-text h3.blue {
	background: #65aebd;
}

#comm-grid .text-section.text-without-ctas .copy-text h3.orange {
	background: #e46825;
}

#comm-grid .text-section.text-without-ctas .copy-text h3.no-bg {
	margin: 0;
	color: #444;
	border: 0;
}

#comm-grid .quote-slider {
	padding: 78px 90px 32px 90px;
	width: 700px;
	min-height: 0;
	background: #65adbb;
	color: #fff;
}

#comm-grid .quote-slider ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#comm-grid .quote-slider li {
	margin: 0;
	padding: 0;
}

#comm-grid .quote-slider .slide blockquote {
	margin: 0;
	padding: 0 0 0 0.5em;
	font-size: 18px;
	font-style: normal;
	color: #fff;
	hanging-punctuation: first;
	text-indent: -0.5em;
}

#comm-grid .quote-slider .slide strong {
	display: block;
	padding: 0 0 0 0.5em;
	text-transform: uppercase;
}

#comm-grid .quote-slider .slide em {
	display: block;
	padding: 0 0 0 0.5em;
}

#comm-grid .quote-slider .bx-controls-direction a {
	margin-top: -55px;
	width: 15px;
	height: 65px;
}

#comm-grid .quote-slider .bx-prev {
	left: -50px;
	background: url(images/icon-white-arrow-left.png);
}

#comm-grid .quote-slider .bx-next {
	right: -50px;
	background: url(images/icon-white-arrow-right.png);
}

#comm-grid .counselor-section {
	margin-left: 140px;
	height: auto;
	min-height: 267px;
	background: none;
}

#comm-grid .checklist-section {
	width: 880px;
}

#comm-grid .checklist-section h3 {
	width: 78%;
	background: #e46825;
	color: #fff;
}

#comm-grid .checklist-section .custom-pager {
	border-color: #444;
	background: #fff;
	color: #444;
}

#comm-grid .checklist-section .objectives-slider li {
	padding-top: 5px;
	width: 578px !important;
}

#comm-grid .checklist-section .objectives-slider li strong {
	display: inline-block;
	margin-bottom: 18px;
	padding: 6px 11px;
	background: #65aebd;
	color: #fff;
	border: 1px solid #444;
}

#comm-grid .checklist-section .bx-wrapper {
	width: 578px;
}

#comm-grid .checklist-section .bx-controls-direction a {
	margin-top: -55px;
	width: 15px;
	height: 65px;
}

#comm-grid .checklist-section .bx-prev {
	left: -50px;
}

#comm-grid .checklist-section .bx-next {
	right: -50px;
}

#comm-grid .counselor-section.cols_of_1 .counselor {
	width: 940px;
	height: auto;
}

#comm-grid .counselor-section.cols_of_1 .counselor .counselor-photo {
	width: 238px;
	overflow: hidden;
}

#comm-grid .counselor-section.cols_of_1 .counselor .counselor-photo img {
	max-width: 180%;
	margin-left: -70px;
	width: auto;
	height: 100%;
}

#comm-grid .counselor-section.cols_of_1 .counselor .counselor-about {
	margin: 0 0 0 2px;
	padding: 20px;
	width: 658px;
}

#comm-grid .counselor-section .counselor .counselor-about {
	height: auto;
	background: none;
}

#comm-grid .counselor-section .counselor .counselor-about p:first-of-type {
	margin-bottom: 0;
}

#comm-grid .counselor-section .counselor .counselor-about strong {
	font-size: 16px;
}

#comm-grid .counselor-section .counselor .counselor-about a {
	display: inline;
	position: relative;
	bottom: auto;
	padding-bottom: 0;
	width: auto;
	color: #65adbb;
	border-bottom: 0;
	font-style: italic;
	font-weight: 700;
	text-transform: none;
}

#comm-grid .counselor-section .counselor .counselor-about a:after {
	margin-left: 5px;
	content: '>';
	font-style: normal;
}

#comm-grid .counselor-section .counselor .counselor-about a[href^="mailto"] {
	margin-top: auto;
	bottom: auto;
}

#sb_instagram {
	position: relative;
	margin-bottom: 3px;
	width: 120% !important;
	left: -10%;
}

#comm-grid .twitter-block {
	margin: -2px auto 0 auto;
	padding: 36px;
	max-width: 808px;
	color: #fff;
	background: #e16826;
}

#comm-grid .twitter-block .icon {
	display: block;
	position: relative;
	left: 50%;
	margin-left: -26px;
	width: 52px;
	height: 52px;
	border-radius: 26px;
	background: #fff;
	text-align: center;
}

#comm-grid .twitter-block .icon:before {
	position: relative;
	top: 4px;
	content: '\f202';
	font-family: Genericons;
	font-size: 32px;
	color: #e16826;
}

#comm-grid .twitter-block p {
	margin: 24px auto 0 auto;
	max-width: 510px;
	font-family: 'Avenir LT W01 85 Heavy', Lato, sans-serif;
	font-size: 22px;
	text-align: center;
	color: #fff;
}

#comm-grid .twitter-block a {
	color: #fff;
}

#comm-grid .tabbed-content ul.conc-tabs {
	margin: 8px 0 10px 216px;
}

#comm-grid .tabbed-content ul.conc-tabs li, #comm-grid .tabbed-content ul.conc-tabs li.current:hover {
	display: block;
	position: relative;
	width: -moz-calc(50% - 59px);
	width: -webkit-calc(50% - 59px);
	width: calc(50% - 59px);
}

#comm-grid .tabbed-content ul.conc-tabs li:hover {
	width: -moz-calc(50% - 65px);
	width: -webkit-calc(50% - 65px);
	width: calc(50% - 65px);
}

#comm-grid .tabbed-content ul.conc-tabs li a {
	color: #fff;
}

#comm-grid .tabbed-content ul.conc-tabs li.current a {
	background: #fff;
	color: #e46825;
}

#comm-grid .tabbed-content ul.conc-tabs li.current:after {
	display: block;
	content: '';
	position: absolute;
	left: -2px;
	bottom: -8px;
	width: calc(100% + 4px);
	height: 8px;
	background: #fff;
}

#comm-grid .tabbed-content .conc-content-area {
	background: none;
}

#comm-grid .tabbed-content .conc-content-area .conc-content {
	display: none;
}

#comm-grid .tabbed-content .conc-content-area .conc-content:first-child {
	display: block;
}

#comm-grid .tabbed-content .conc-content {
	/*position: relative; margin-left: 160px;*/
}

#comm-grid .tabbed-content .conc-content header {
	/*position: relative; margin-left: -160px;*/
	padding: 30px;
	width: 338px;
	height: 320px;
	background: #e46825;
	color: #fff;
	float: left;
}

#comm-grid .tabbed-content .conc-content header h3, #comm-grid .tabbed-content .conc-content header strong {
	margin: 0;
	padding: 0;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
}

#comm-grid .tabbed-content .conc-content aside {
	width: 702px;
	height: 380px;
	float: left;
	background: #fff;
}

#comm-grid .tabbed-content .conc-content aside div {
	padding: 32px;
}

#comm-grid .tabbed-content .conc-content article {
	margin: 2px 98px 0 160px;
	padding: 30px;
	clear: both;
	background: rgba(255,255,255,0.95);
}

#comm-grid .tabbed-content .conc-content section {
	clear: both;
}

#comm-grid .tabbed-content .conc-content section h4 {
	font-size: 17.5px;
	text-align: center;
	text-transform: uppercase;
}

#comm-grid .tabbed-content .conc-content section h4 a {
	color: #444;
}

#comm-grid .tabbed-content .conc-content section h4 a:hover {
	color: #000;
}

#comm-grid .tabbed-content .conc-content section h4 a:after {
	display: inline-block;
	content: '\f455';
	font-family: Genericons;
	font-size: 22px;
	vertical-align: middle;
}

#comm-grid .tabbed-content .conc-content section .course {
	position: relative;
	margin: 14px 10px;
	width: -moz-calc(25% - 24px);
	width: -webkit-calc(25% - 24px);
	width: calc(25% - 24px);
	height: 112px;
	border: 2px solid;
	text-align: center;
	float: left;
}

#comm-grid .tabbed-content .conc-content section .course strong {
	display: block;
	color: #fff;
	text-transform: uppercase;
}

#comm-grid .tabbed-content .conc-content section .course em {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	font-size: 10px;
	line-height: 1;
	text-transform: lowercase;
	color: #444;
}

#comm-grid .tabbed-content .conc-content section .course p {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 24px;
	line-height: 1;
}

#comm-grid .tabbed-content .conc-content section .course.yellow {
	border-color: #fdbb31;
	color: #fdbb31;
}

#comm-grid .tabbed-content .conc-content section .course.yellow strong {
	background: #fdbb31;
}

#comm-grid .tabbed-content .conc-content section .course.orange {
	border-color: #e46825;
	color: #e46825;
}

#comm-grid .tabbed-content .conc-content section .course.orange strong {
	background: #e46825;
}

#comm-grid .tabbed-content .conc-content section .course.brown {
	border-color: #7d3419;
	color: #7d3419;
}

#comm-grid .tabbed-content .conc-content section .course.brown strong {
	background: #7d3419;
}

#comm-grid .tabbed-content .conc-content section .course.light-blue {
	border-color: #5fc8c9;
	color: #5fc8c9;
}

#comm-grid .tabbed-content .conc-content section .course.light-blue strong {
	background: #5fc8c9;
}

#comm-grid .tabbed-content .conc-content section .course.dark-blue {
	border-color: #65aebd;
	color: #65aebd;
}

#comm-grid .tabbed-content .conc-content section .course.dark-blue strong {
	background: #65aebd;
}

#comm-grid .tabbed-content .conc-content section .course.green {
	border-color: #5fc9a2;
	color: #5fc9a2;
}

#comm-grid .tabbed-content .conc-content section .course.green strong {
	background: #5fc9a2;
}

#comm-grid .tabbed-content .conc-content section .course.purple {
	border-color: #783761;
	color: #783761;
}

#comm-grid .tabbed-content .conc-content section .course.purple strong {
	background: #783761;
}

#comm-grid .tabbed-content .conc-content section .course-row {
	clear: both;
}

#comm-grid .tabbed-content .conc-content section .course-col {
	position: relative;
	margin: 0;
	width: 25%;
	float: left;
}

#comm-grid .tabbed-content .conc-content section.core-courses .two-col-wrap {
	margin: 0 auto;
	width: 50%;
}

#comm-grid .tabbed-content .conc-content section.production-labs .course-col:after {
	position: absolute;
	top: 50%;
	right: -12px;
	content: 'or';
	margin-top: 0;
	width: 24px;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
}

#comm-grid .tabbed-content .conc-content section.production-labs .course-col:first-child:after {
	content: '—';
	margin-top: -12px;
	right: -14px;
	font-size: 16px;
}

#comm-grid .tabbed-content .conc-content section.production-labs .course-col:last-child:after {
	display: none;
}

#comm-grid .tabbed-content .conc-content section .two-col-wrap {
	margin: 0 auto;
	width: 50%;
}

#comm-grid .tabbed-content .conc-content section .three-col-wrap {
	margin: 0 auto;
	width: 75%;
}

#comm-grid .tabbed-content .conc-content section .three-col-wrap .course-col {
	width: 33.33%;
}

#comm-grid .tabbed-content .conc-content section .two-col-wrap .course {
	width: -moz-calc(50% - 24px);
	width: -webkit-calc(50% - 24px);
	width: calc(50% - 24px);
}

#comm-grid .tabbed-content .conc-content section .three-col-wrap .course {
	width: -moz-calc(33.33% - 24px);
	width: -webkit-calc(33.33% - 24px);
	width: calc(33.33% - 24px);
}

#comm-grid .tabbed-content .conc-content section .course-col .course {
	width: -moz-calc(100% - 24px);
	width: -webkit-calc(100% - 24px);
	width: calc(100% - 24px);
	float: none;
}

#comm-grid .tabbed-content .conc-content section .course-col .course-mini {
	width: -moz-calc(100% - 34px);
	width: -webkit-calc(100% - 34px);
}

#comm-grid .tabbed-content .conc-content section .course-mini {
	margin: 14px 15px -4px 15px;
	width: calc(100% - 34px);
	height: 28px;
}

#comm-grid .tabbed-content .conc-content section .course-mini strong {
	font-size: 13px;
	line-height: 28px;
}

#comm-grid .tabbed-content .conc-content section .course-row.production-lab-iii .course-mini {
	height: 48px;
}

#comm-grid .tabbed-content .conc-content section .course-row.production-lab-iii .course-mini strong {
	padding: 6px 0;
	line-height: 18px;
}

#comm-grid .tab.yellow .text-without-ctas .copy-text ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#comm-grid .tab.yellow .text-without-ctas .copy-text ul:after {
	display: table;
	height: 0;
	content: '';
	clear: both;
}

#comm-grid .tab.yellow .text-without-ctas .copy-text li {
	margin: 0;
	padding: 5px 0;
	width: 50%;
	float: left;
}

#comm-grid .tab.yellow .text-without-ctas .copy-text li a {
	font-weight: bold;
	color: #444;
}

#comm-grid .tab.yellow .text-without-ctas .copy-text li a:hover {
	color: #000;
}

/*** Paid Search Landing ***/

.page-template-tmpl-paid-search-landing-php #slideshow {
	position: fixed;
}

.paid-search-content {
	
}

.paid-search-content blockquote {
	margin: 38px 0;
	padding: 24px;
	font-family: 'Avenir LT W01 65 Medium', Lato, sans-serif;
	font-style: normal;
	font-size: 23px;
	background: rgba(255,255,255,0.9);
	color: #4e2c1f;
}

.paid-search-content blockquote p {
	margin: 0;
	padding: 0;
}

.paid-search-content blockquote strong {
	font-family: 'Avenir LT W01 85 Heavy', Lato, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #96032e;
}

.paid-search-content .third.featured-col {
	width: 100%;
	min-height: 240px;
}

.paid-search-content .third {
	margin: 1px; /*width: 398px;*/
	width: -moz-calc(50% - 2px);
	width: -webkit-calc(50% - 2px);
	width: calc(50% - 2px);
	min-height: 800px;
	float: left;
	color: #fff;
	overflow: hidden;
}

.paid-search-content .third.relish {
	background: #98012e;
}

.paid-search-content .third.maroon {
	background: #98012e;
}

.paid-search-content .third.mustard {
	background: #eeb111;
}

.paid-search-content .third.cooled-gray {
	background: #6a747c;
}

.paid-search-content .third.dijon {
	background: #b3740d;
}

.paid-search-content .third.relish {
	background: #93a445;
}

.paid-search-content .third h3 {
	margin: 0;
	padding: 21px 42px;
	font-family: 'Avenir LT W01 55 Roman', Lato, sans-serif;
	font-size: 30px;
	font-weight: normal;
	text-transform: uppercase;
}

.paid-search-content .third h3 strong {
	display: block;
	font-family: 'Avenir LT W01 85 Heavy', Lato, sans-serif;
	font-weight: normal;
}

.paid-search-content .third a.request-btn {
	display: block;
	margin: 0 auto;
	width: 92%;
	height: 44px;
	line-height: 44px;
	font-family: 'Avenir LT W01 85 Heavy', Lato, sans-serif;
	font-size: 23px;
	text-align: center;
	text-transform: uppercase;
	background: #f0b310;
	border: 2px solid #fff;
	color: #fff;
}

.paid-search-content .third a.request-btn:after {
	margin-left: 5px;
	display: inline-block;
	content: '❯';
	content: '';
	width: 14px;
	height: 13px;
	background: url(images/icon-rt-arrow.png) no-repeat;
}

.paid-search-content .third a#request-info-btn {
	display: block;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.paid-search-content .third img {
	display: block;
	width: 100%;
	height: auto;
}

.paid-search-content .third p {
	padding: 36px 36px 0 36px;
}

.paid-search-content .third ul {
	margin: 0 36px 36px 36px;
}

.paid-search-content .third p a {
	color: #f6eaa3;
}

.paid-search-content .third.featured-col h3 {
	font-size: 40px;
	float: left;
}

.paid-search-content .third.featured-col h3 strong {
	display: inline;
}

.paid-search-content .third.featured-col a.request-btn {
	display: inline-block;
	margin: 21px 42px;
	width: 25%;
}

.paid-search-content .third.featured-col img {
	margin: 0 60px 90px 0;
	width: 50%;
	height: auto;
	float: left;
	clear: both;
}

.paid-search-content .third.featured-col p {
	padding: 28px 36px 0 36px;
}

/*** Scholarship Calculator ***/

#scholarship-calc-grid {
	
}

#scholarship-calc-grid .intro-area {
	margin-bottom: 2px;
	clear: both;
}

#scholarship-calc-grid .welcome-msg {
	padding: 52px 78px 34px 78px;
	width: 35%;
	background-color: rgba(147, 164, 69, 0.9);
	color: #fff;
	float: left;
}

#scholarship-calc-grid .welcome-msg h3 {
	margin: 0 0 10px 0;
	width: 486px;
	font-family: 'Avenir LT W01 65 Medium',Lato,sans-serif;
	font-size: 34px;
	font-weight: normal;
	letter-spacing: 0.0125em;
}

#scholarship-calc-grid .welcome-msg p {
	font-size: 18px;
	line-height: 2;
}

#scholarship-calc-grid .welcome-msg a {
	color: #fff;
	font-weight: bold;
	font-style: italic;
}

#scholarship-calc-grid .welcome-msg a.view-latest {
	padding-left: 44px;
	font-family: 'AvenirLTW01-85HeavyObli','Avenir LT W01 85 Heavy',Lato,sans-serif;
	font-size: 20px;
	background: url(images/icon-pres-report.png) no-repeat;
	color: #fff;
}

#scholarship-calc-grid .welcome-headshot {
	position: relative;
	width: 414px;
	height: 508px;
	float: left;
	overflow: hidden;
}

#scholarship-calc-grid .welcome-headshot img {
	position: absolute;
	top: 0;
	left: -36px;
}

#scholarship-calc-grid .calc-form {
	margin-top: 190px;
	overflow: hidden;
	background: #f9f4d8;
	position: relative;
	top: -191px;
	font-family: 'Avenir LT W01 65 Medium',Lato,sans-serif;
	color: #6a747c;
	font-weight: bold;
	font-size: 20px;
}

#scholarship-calc-grid .calc-form .required {
	color: #90a046;
}

#scholarship-calc-grid #results-area {
	display: none;
	padding-top: 40px;
}

#scholarship-calc-grid #form-area {
	max-width: 600px;
	padding-top: 40px;
	float: right;
	margin-right: 70px;
	width: 40%;
}

#scholarship-calc-grid .wpcf7-submit {
	background-color: #9ca954;
	float: right;
	width: initial !important;
	border: none;
	border-radius: 0;
	color: #fff;
}

#scholarship-calc-grid input, #scholarship-calc-grid select {
	width: 100%;
	background-color: transparent;
	border: 1px solid #6a747c;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	color: #2b2b2b;
	padding: 8px 10px 7px;
}

#scholarship-calc-grid select {
	background: url(images/arrow.png) no-repeat right transparent;
}

div.wpcf7-validation-errors {
	border: none;
	color: #f00;
}

.wpcf7-mail-sent-ok {
	display: none !important;
}

/*** President's Page styles ***/

.content-grid {
	position: relative;
	margin: 160px auto 0 auto;
	width: 1200px;
	overflow: hidden;
}

.content-grid > h2 {
	margin-top: 0;
	padding-top: 40px;
	padding-bottom: 32px;
	font-size: 36px;
	font-weight: normal;
	font-family: 'Avenir LT W01 85 Heavy',Lato,sans-serif;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
}

.page-template-tmpl-presidents-page-php {
	
}

.page-template-tmpl-presidents-page-php #slideshow {
	position: fixed;
}

.page-template-tmpl-presidents-page-php #slideshow-clone, .page-template-tmpl-presidents-page-php #slideshow-clone .slide-clone {
	display: block;
}

#presidents-grid {
	
}

#presidents-grid .intro-area {
	margin-bottom: 2px;
	clear: both;
}

#presidents-grid .welcome-msg {
	padding: 72px 78px 64px 78px;
	width: 630px;
	height: 372px;
	background: #93a445;
	color: #fff;
	float: left;
}

#presidents-grid .welcome-msg h3 {
	margin: 0 0 30px 0;
	padding-bottom: 28px;
	width: 486px;
	border-bottom: 2px solid #fff;
	font-family: 'Avenir LT W01 65 Medium',Lato,sans-serif;
	font-size: 34px;
	font-weight: normal;
	letter-spacing: 0.0125em;
}

#presidents-grid .welcome-msg p {
	font-size: 18px;
	line-height: 2;
}

#presidents-grid .welcome-msg a {
	color: #f6eaa3;
}

#presidents-grid .welcome-msg a.view-latest {
	padding-left: 44px;
	font-family: 'AvenirLTW01-85HeavyObli','Avenir LT W01 85 Heavy',Lato,sans-serif;
	font-size: 20px;
	background: url(images/icon-pres-report.png) no-repeat;
	color: #fff;
}

#presidents-grid .welcome-headshot {
	position: relative;
	margin-left: 2px;
	width: 412px;
	height: 508px;
	float: left;
	overflow: hidden;
}

#presidents-grid .welcome-headshot img {
	position: absolute;
	top: 0;
	left: -36px;
}

#presidents-grid article {
	display: none;
	margin: 2px 0;
	padding: 64px 78px;
	background: rgba(255,255,255,0.9) url(images/alverno-seal.png) center center no-repeat;
}

#presidents-grid article:first-of-type {
	display: block;
}

#presidents-grid article header .entry-month {
	
}

#presidents-grid article header .entry-selector {
	position: relative;
	float: right;
}

#presidents-grid article header .entry-selector > a {
	padding: 8px 16px;
	font-family: 'Avenir LT W01 85 Heavy',Lato,sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	border: 2px solid #6a747c;
	color: #6a747c;
}

#presidents-grid article header .entry-selector > a:after {
	position: relative;
	top: 4px;
	margin-left: 10px;
	font-family: Genericons;
	content: '\f431';
	font-size: 24px;
}

#presidents-grid article header .entry-selector ul {
	display: none;
	position: absolute;
	top: 44px;
	right: 0;
	margin: 0;
	padding: 10px 0;
	width: 100%;
	list-style-type: none;
	background: #6a747c;
}

#presidents-grid article header .entry-selector li {
	padding: 4px 20px;
}

#presidents-grid article header .entry-selector li a {
	display: block;
	font-size: 15px;
	text-align: right;
	text-transform: uppercase;
	color: #ffffff;
}

#presidents-grid article header h1 {
	margin-bottom: 20px;
	font-family: 'Avenir LT W01 65 Medium',Lato,sans-serif;
	font-size: 27px;
	font-weight: normal;
}

#presidents-grid article p {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 42px;
}

#presidents-grid article ul {
	
}

#presidents-grid article li {
	padding: 10px 0;
	font-size: 18px;
}

#presidents-grid article .social {
	position: absolute;
	right: 78px;
	bottom: 64px;
}

#presidents-grid article .social a {
	display: inline-block;
	margin-right: 14px;
	width: 32px;
	height: 32px;
	font-size: 15px;
	text-decoration: none;
	color: #6a747c;
}

#presidents-grid article .social a:before {
	font-family: Genericons;
	font-size: 28px;
}

#presidents-grid article .social a:hover {
	color: #96032e;
}

#presidents-grid article .social a.fb:before {
	content: '\f204';
}

#presidents-grid article .social a.tw:before {
	content: '\f202';
}

#presidents-grid article .social a.gp:before {
	content: '\f218';
}

#presidents-grid article .social a.em:before {
	content: '\f410';
}

#presidents-grid article .social a.rss {
	position: relative;
	top: -10px;
	margin: 0;
	padding: 0 10px;
	width: auto;
	line-height: 32px;
	text-transform: uppercase;
	border: 2px solid #6a747c;
}

#presidents-grid article .social a.rss:hover {
	border-color: #96032e;
}

#presidents-grid #out-and-about {
	margin-bottom: 30px;
}

#presidents-grid #out-and-about header {
	background: rgba(147, 164, 69, 0.95);
}

#presidents-grid #out-and-about header h1 {
	margin: 0 0 2px 0;
	padding: 28px 0 32px 0;
	font-family: 'Avenir LT W01 85 Heavy',Lato,sans-serif;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0.05em;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

#presidents-grid #out-and-about .posting:before {
	display: block;
	content: '';
	margin-top: -158px;
	height: 158px;
	visibility: hidden;
}

#presidents-grid #out-and-about .posting {
	margin-bottom: 2px;
}

#presidents-grid #out-and-about .posting .thumb {
	width: 478px;
	height: 240px;
	overflow: hidden;
	float: left;
}

#presidents-grid #out-and-about .posting .thumb img {
	max-width: 100%;
}

#presidents-grid #out-and-about .posting .copy {
	margin-left: 2px;
	padding: 24px 48px;
	width: 624px;
	height: 192px;
	background: rgba(255, 250, 222, 0.95);
	float: left;
	line-height: 1.4;
}

#presidents-grid #out-and-about .posting .copy h4 {
	margin: 0 0 15px 0;
	padding-bottom: 10px;
	font-size: 21px;
	font-family: 'Avenir LT W01 85 Heavy',Lato,sans-serif;
	font-weight: normal;
	color: #96032e;
	border-bottom: 1px solid #302f2f;
}

#presidents-grid #out-and-about .posting .copy p {
	margin-bottom: 5px;
	color: #302f2f;
}

#presidents-grid #out-and-about .posting .copy .social a {
	margin-right: 16px;
	width: 24px;
	height: 24px;
	color: #6a747c;
}

#presidents-grid #out-and-about .posting .copy .social a:before {
	font-family: Genericons;
	font-size: 24px;
}

#presidents-grid #out-and-about .posting .copy .social a:hover {
	color: #96032e;
}

#presidents-grid #out-and-about .posting .copy .social a.fb:before {
	content: '\f204';
}

#presidents-grid #out-and-about .posting .copy .social a.tw:before {
	content: '\f202';
}

#presidents-grid #out-and-about .posting .copy .social a.gp:before {
	content: '\f218';
}

#presidents-grid #out-and-about .posting .copy .social a.em:before {
	content: '\f410';
}

.page-template-tmpl-presidents-page-php a#back-to-top, .page-template-tmpl-presidential-search-php a#back-to-top {
	display: none;
	position: fixed;
	right: 0;
	bottom: 110px;
	padding: 11px 26px;
	font-size: 14.5px;
	text-transform: uppercase;
	background: rgba(147, 164, 69, 0.95);
	color: #fff;
	z-index: 100;
}

/*** Presidential Search styles ***/

.page-template-tmpl-presidential-search-php {
	
}

.page-template-tmpl-presidential-search-php #slideshow {
	position: fixed;
}

.page-template-tmpl-presidential-search-php #slideshow-clone, .page-template-tmpl-presidential-search-php #slideshow-clone .slide-clone {
	display: block;
}

#presidents-grid .welcome-msg.search {
	background: rgba(255,255,255,0.95) url(images/alverno-seal.png) center center no-repeat;
	background-size: auto 80%;
	color: #292929;
}

#presidents-grid .welcome-msg.search h3 {
	width: auto;
	border-bottom: 0;
}

#presidents-grid .welcome-msg.search a {
	color: inherit;
}

#presidents-grid .welcome-msg.search a.subscribe {
	display: block;
	padding: 10px;
	width: 120px;
	color: #292929;
	border: 2px solid #292929;
	text-align: center;
	text-transform: uppercase;
}

#presidents-grid .welcome-headshot.search {
	margin-left: 0;
	margin-right: 2px;
}

#presidents-grid .welcome-headshot.search img {
	left: 0;
}

#presidents-grid .pres-search-sidebar {
	margin: 2px 0 0 2px;
	width: 318px;
	float: left;
}

#presidents-grid .pres-search-sidebar .archives {
	margin-bottom: 2px;
	padding: 104px 60px 64px 60px;
	background: rgba(219,219,219,0.95);
}

#presidents-grid .pres-search-sidebar .archives strong {
	text-transform: uppercase;
}

#presidents-grid .pres-search-sidebar .archives ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#presidents-grid .pres-search-sidebar .archives li {
	margin: 10px 0;
	padding: 0;
}

#presidents-grid .pres-search-sidebar .archives li a {
	color: #292929;
}

#presidents-grid .pres-search-sidebar .archives li a.current {
	font-family: 'Avenir LT W01 85 Heavy',Lato,sans-serif;
	font-weight: normal;
	color: #5e87a2;
}

#presidents-grid .pres-search-sidebar .archives li a.current:after {
	content: ' >';
}

#presidents-grid .pres-search-sidebar .quick-links {
	padding: 76px 60px 64px 60px;
	background: rgba(255,255,255,0.95);
}

#presidents-grid .pres-search-sidebar .quick-links strong {
	text-transform: uppercase;
}

#presidents-grid .pres-search-sidebar .quick-links a {
	margin: 8px 0;
	display: block;
	color: #292929;
}

#presidents-grid .pres-search-post, #presidents-grid .pres-search-post:first-of-type {
	display: none;
}

#presidents-grid .pres-search-post.current {
	display: block;
}

#presidents-grid .pres-search-post {
	margin: 2px 0 0 0;
	width: 724px;
	background: rgba(255,255,255,0.95);
	float: left;
}

#presidents-grid .pres-search-post header {
	margin-bottom: 20px;
}

#presidents-grid .pres-search-post header strong {
	display: block;
	text-transform: uppercase;
}
 /***  #presidents-grid article.pres-search-post p { font-size: 16px; line-height: 1.6; } ***/

#presidents-grid .search-commitee {
	margin-top: 2px;
	padding: 60px 80px;
	background: rgba(255,255,255,0.95);
}

#presidents-grid .search-commitee > strong {
	text-transform: uppercase;
}

#presidents-grid .search-commitee ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#presidents-grid .search-commitee li {
	margin: 20px 0;
	padding: 0 2% 0 0;
	width: 48%;
	height: 160px;
	float: left;
}

#presidents-grid .search-commitee li strong {
	margin-bottom: 10px;
	display: block;
	font-size: 18px;
	line-height: 1;
}

#presidents-grid .search-commitee li img {
	margin-right: 15px;
	width: 160px;
	height: 160px;
	background: #292929;
	float: left;
}

#presidents-grid .search-commitee li p {
	margin-bottom: 0;
	line-height: 1.4;
}

/*** Visit Us page ***/

.page-template-tmpl-visit-php #main-grid {
	position: relative;
	margin: 138px auto 0 auto;
	padding: 0 0 15px 0;
	width: 1200px;
	overflow: hidden;
	background: none;
}

.page-template-tmpl-visit-php #main-grid > h2 {
	padding-top: 38px;
	padding-bottom: 30px;
	font-size: 36px;
	font-weight: normal;
	font-family: 'Avenir LT W01 85 Heavy',Lato,sans-serif;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
}

.page-template-tmpl-visit-php #main-grid > h2 .bg-title {
	padding: 12px 0;
}

.page-template-tmpl-visit-php #main-grid .content-spot {
	/*width: 1204px; margin-left: -2px;*/
}

.page-template-tmpl-visit-php #main-grid .block {
	margin: 1px 0;
}

.page-template-tmpl-visit-php #slideshow {
	position: fixed;
}

.page-template-tmpl-visit-php #slideshow-clone, .page-template-tmpl-visit-php #slideshow-clone .slide-clone {
	display: block;
}

.page-template-tmpl-visit-php.chrome #main-grid .block.x2.text-block .hover-block {
	width: 86%;
	height: 73%;
}

.page-template-tmpl-visit-php #main-grid .block h1 {
	margin-top: 0;
	font-weight: 400;
}

.page-template-tmpl-visit-php #main-grid .block h3 {
	padding-right: 40px;
}

#main-grid .block.x1.cta, .row-grid .block.x1 {
	padding: 0;
	width: 238px;
	height: 251px;
}

#main-grid .block.cta a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	color: #282828;
	background: #f2efe1;
	float: left;
	font-size: 14px;
	font-family: 'Avenir LT W01 85 Heavy', Lato, sans-serif;
	text-align: right;
	text-transform: uppercase;
}

#main-grid .block.cta a:hover {
	color: #fff;
	background: #f0b310 url(images/bg-cta.jpg);
	background-size: auto 100%;
}

#main-grid .block.cta a:hover span, #main-grid .block.cta a.active span {
	background-image: url(images/icon-link-arrow-white.png);
}

#main-grid .block.cta a span {
	display: block;
	position: absolute;
	top: 24px;
	margin: 0 10px 0 0;
	padding: 0 14px 0 14px;
	width: 80%;
	line-height: 15px;
	background: url(images/icon-link-arrow.png) center right no-repeat;
}

#main-grid .block.cta a.active {
	color: #fff;
	background: #eeb111;
}

#main-grid .mini-slider .bx-wrapper .bx-controls-direction a {
	margin-top: -32.5px;
	width: 15px;
	height: 65px;
}

#main-grid .mini-slider .bx-wrapper .bx-prev {
	left: 20px;
	background: url(images/icon-white-arrow-left.png) no-repeat;
}

#main-grid .mini-slider .bx-wrapper .bx-next {
	right: 20px;
	background: url(images/icon-white-arrow-right.png) no-repeat;
}

#main-grid .swappable-wrap .swappable {
	display: none;
	color: #282828;
}

#main-grid .swappable-wrap #open-house.swappable {
	display: block;
}

#main-grid .swappable-wrap #open-house.swappable a {
	display: block;
	padding: 5px 15px;
	background: #a66e19;
}

#main-grid .swappable-wrap #open-house.swappable a:hover {
	background: #512c1c;
}

#main-grid .swappable-wrap #open-house.swappable a:after {
	margin-right: -10px;
	content: '\f501';
	font-family: Genericons;
	font-size: 12px;
	line-height: 2;
	float: right;
}

#main-grid .swappable-wrap .swappable h4 {
	margin: 0 0 20px 0;
	padding: 0;
	font-family: 'Avenir LT W01 85 Heavy',Lato,sans-serif;
	font-size: 24px;
	font-weight: normal;
	border: 0;
}

#main-grid .swappable-wrap .swappable a[href^='mailto:'] {
	display: block;
	width: 50px;
	font-family: 'Avenir LT W01 85 Heavy',Lato,sans-serif;
	text-transform: uppercase;
	color: #eeb111;
	border-bottom: 2px solid #eeb111;
}

#main-grid .swappable-wrap .swappable a[href^='tel:'] {
	color: #282828;
}

/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@media screen and (max-width: 400px) {
	.list-view .site-content .post-thumbnail {
		background: none;
		width: auto;
		z-index: 2;
	}
	
	.list-view .site-content .post-thumbnail img {
		float: left;
		margin: 0 10px 3px 0;
		width: 84px;
	}
	
	.list-view .site-content .entry-header {
		background-color: transparent;
		padding: 0;
	}
	
	.list-view .content-area {
		padding: 0 10px;
	}
	
	.list-view .site-content .hentry {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin: 0;
		min-height: 60px;
		padding: 12px 0 9px;
	}
	
	.list-view .site-content .cat-links, .list-view .site-content .type-post .entry-content, .list-view .site-content .type-page .entry-content, .list-view .site-content .type-post .entry-summary, .list-view .site-content .type-page .entry-summary, .list-view .site-content footer.entry-meta {
		display: none;
	}
	
	.list-view .site-content .entry-title {
		clear: none;
		font-size: 15px;
		font-weight: 900;
		line-height: 1.2;
		margin-bottom: 6px;
		text-transform: none;
	}
	
	.list-view .site-content .format-aside .entry-title, .list-view .site-content .format-link .entry-title, .list-view .site-content .format-quote .entry-title {
		display: block;
	}
	
	.list-view .site-content .entry-meta {
		background-color: transparent;
		clear: none;
		margin: 0;
		text-transform: none;
	}
	
	.archive-header, .page-header {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin: 24px auto 0;
		padding-bottom: 24px;
	}
	
	.error404 .page-header {
		border-bottom: 0;
		margin: 0 auto 24px;
		padding: 0 10px;
	}
}

@media screen and (min-width: 401px) {
	a.post-thumbnail:hover img {
		opacity: 0.85;
	}
	
	.full-size-link:before, .parent-post-link:before, .site-content span + .byline:before, .site-content span + .comments-link:before, .site-content span + .edit-link:before, .site-content span + .entry-date:before {
		content: "";
	}
	
	.attachment span.entry-date:before, .entry-content .edit-link a:before, .entry-meta .edit-link a:before, .site-content .byline a:before, .site-content .comments-link a:before, .site-content .entry-date a:before, .site-content .featured-post:before, .site-content .full-size-link a:before, .site-content .parent-post-link a:before, .site-content .post-format a:before {
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font: normal 16px/1 Genericons;
		text-decoration: inherit;
		vertical-align: text-bottom;
	}
	
	.site-content .entry-meta > span {
		margin-right: 10px;
	}
	
	.site-content .format-video .post-format a:before {
		content: "\f104";
	}
	
	.site-content .format-audio .post-format a:before {
		content: "\f109";
	}
	
	.site-content .format-image .post-format a:before {
		content: "\f473";
	}
	
	.site-content .format-quote .post-format a:before {
		content: "\f106";
		margin-right: 2px;
	}
	
	.site-content .format-gallery .post-format a:before {
		content: "\f103";
		margin-right: 4px;
	}
	
	.site-content .format-aside .post-format a:before {
		content: "\f101";
		margin-right: 2px;
	}
	
	.site-content .format-link .post-format a:before {
		content: "\f107";
		position: relative;
		top: 1px;
	}
	
	.site-content .featured-post:before {
		content: "\f308";
		margin-right: 3px;
		position: relative;
		top: 1px;
	}
	
	.site-content .entry-date a:before, .attachment .site-content span.entry-date:before {
		content: "\f303";
		margin-right: 1px;
		position: relative;
		top: 1px;
	}
	
	.site-content .byline a:before {
		content: "\f304";
	}
	
	.site-content .comments-link a:before {
		content: "\f300";
		margin-right: 2px;
	}
	
	.entry-content .edit-link a:before, .entry-meta .edit-link a:before {
		content: "\f411";
	}
	
	.site-content .full-size-link a:before {
		content: "\f402";
		margin-right: 1px;
	}
	
	.site-content .parent-post-link a:before {
		content: "\f301";
	}
	
	.list-view .site-content .hentry {
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		padding-top: 48px;
	}
	
	.list-view .site-content .hentry:first-of-type, .list-view .site-content .hentry.has-post-thumbnail {
		border-top: 0;
		padding-top: 0;
	}
	
	.archive-header, .page-header {
		margin: 0 auto 60px;
		padding: 0 10px;
	}
	
	.error404 .page-header {
		margin-bottom: 24px;
	}
}

@media screen and (min-width: 594px) {
	.site-content .entry-header {
		padding-right: 30px;
		padding-left: 30px;
	}
	
	.site-content .has-post-thumbnail .entry-header {
		margin-top: -48px;
	}
}

@media screen and (min-width: 673px) {
	.header-main {
		padding: 0;
	}
	
	.search-box .search-field {
		/*width: 50%;*/
	}
	
	.content-area {
		width: 100%;
	}
	
	.site-content {
		margin-right: 33.33333333%;
	}
	
	.site-content .has-post-thumbnail .entry-header {
		margin-top: 0;
	}
	
	.archive-header, .comments-area, .image-navigation, .page-header, .page-content, .post-navigation, .site-content .entry-content, .site-content .entry-summary, .site-content footer.entry-meta {
		padding-right: 30px;
		padding-left: 30px;
	}
	
	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: 0;
	}
	
	.full-width .site-content {
		margin-right: 0;
	}
	
	.full-width .site-content .has-post-thumbnail .entry-header, .full-width.singular .site-content .hentry.has-post-thumbnail, .full-width.home .site-content .hentry.has-post-thumbnail {
		margin-top: -48px;
	}
	
	#secondary, #supplementary {
		padding: 0 30px;
	}
	
	.content-sidebar {
		border: 0;
		float: right;
		margin-left: -33.33333333%;
		padding: 48px 30px 24px;
		position: relative;
		width: 33.33333333%;
	}
	
	.grid .featured-content .hentry {
		float: left;
		width: 50%;
	}
	
	.grid .featured-content .hentry:nth-child( 2n+1 ) {
		clear: both;
	}
	
	.grid .featured-content .entry-header {
		border-color: #000;
		border-style: solid;
		border-width: 12px 10px;
		height: 96px;
		padding: 0;
	}
	
	.slider .featured-content .entry-title {
		font-size: 22px;
		line-height: 1.0909090909;
	}
	
	.slider .featured-content .entry-header {
		min-height: inherit;
		padding: 24px 30px 48px;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 50%;
		z-index: 3;
	}
	
	.slider-control-paging {
		background: transparent;
		margin-top: -48px;
		padding-left: 20px;
		width: 50%;
	}
	
	.slider-direction-nav {
		clear: none;
		float: right;
		margin-top: -48px;
		width: 98px;
	}
	
	.slider-direction-nav li {
		border: 0;
		padding: 0 1px 0 0;
	}
	
	.slider-direction-nav li:last-child {
		padding: 0 0 0 1px;
	}
	
	.slider-direction-nav a {
		height: 48px;
	}
	
	.slider-direction-nav a:before {
		line-height: 48px;
	}
	
	.site-info {
		padding: 15px 30px;
	}
}

@media screen and (min-width: 1024px) {
	/*783*/
	
	.header-main {
		padding-right: 0;
	}
	
	.search-toggle {
		margin-right: 0;
	}

	/* Fixed Header */
	
	.masthead-fixed .site-header {
		position: fixed;
		top: 38px;
	}
	
	.admin-bar.masthead-fixed .site-header {
		top: 32px;
	}
	
	.alert-the-public .site-header {
		top: 78px !important;
	}
	
	.alert-the-public #slideshow-clone-overlay {
		height: 200px !important;
	}
	
	.alert-the-public .content-grid {
		margin: 200px auto 0 auto;
	}
	
	.simple-banner {
		position: fixed;
		text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
		border: 1px solid #BCE8F1;
	}
	
	.simple-banner .simple-banner-text {
		font-weight: 400 !important;
	}
	
	.masthead-fixed .site-main {
		margin-top: 0; /*48px*/
	}

	/* Navigation */
	
	.site-navigation li .current_page_item > a, .site-navigation li .current_page_ancestor > a, .site-navigation li .current-menu-item > a, .site-navigation li .current-menu-ancestor > a {
		color: #fff;
	}

	/* Primary Navigation */
	
	.primary-navigation {
		font-size: 11px;
		margin: 0 0 0 -12px;
		padding: 0;
		text-transform: uppercase;
	}
	
	.primary-navigation .menu-toggle {
		display: none;
		padding: 0;
	}
	
	.primary-navigation .nav-menu {
		border-bottom: 0;
		display: block;
	}
	
	.primary-navigation.toggled-on {
		border-bottom: 0;
		margin: 0;
		padding: 0;
	}
	
	.primary-navigation li {
		border: 0;
		display: inline-block;
		/*position: relative;*/
	}
	
	.primary-navigation a {
		display: inline-block;
		padding: 0 12px;
		white-space: nowrap;
	}
	
	.primary-navigation ul ul.sub-menu {
		display: inline-block;
		padding: 0 20px 20px 20px;
	}
	
	.safari.osx .primary-navigation ul ul.sub-menu {
		display: inline-block;
		padding: 0 20px 20px 0px !important;
	}
	
	.primary-navigation ul div.menu-dropper {
		padding: 2px 0 0 0;
		float: left;
		margin: 0;
		position: absolute;
		top: 71px;
		left: -999em;
		width: 880px;
		z-index: 99999;
		border-bottom: 5px solid #f0b310;
	}
	
	.primary-navigation li li {
		border: 0;
		display: block;
		height: auto;
		line-height: 1.0909090909;
	}
	
	.primary-navigation ul ul ul {
		/*left: -999em;
		top: 0;*/
		padding: 0;
		background-color: transparent;
	}
	
	.primary-navigation ul ul a {
		padding: 0;
		/*height: 20px !important; */
		line-height: 20px;
		white-space: normal;
		/*width: 176px;*/
	}
	
	.primary-navigation li:hover > a, .primary-navigation li.focus > a {
		background-color: ;
		color: ;
	}
	
	.site-navigation li .sub-menu .current_page_item > a, .site-navigation li .sub-menu .current-menu-item > a, .site-navigation li .sub-menu .current-menu-ancestor > a {
		color: #573318;
	}
	
	.site-navigation li .sub-menu .current_page_item > a:hover, .site-navigation li .sub-menu .current-menu-item > a:hover, .site-navigation li .sub-menu .current-menu-ancestor > a:hover {
		color: #b3740d;
	}
	
	#menu-item-120 li:hover > a, #menu-item-120 li.focus > a {
		
	}
	
	.primary-navigation ul ul a:hover, .primary-navigation ul ul li.focus > a {
		background-color: ;
		color: ;
	}
	
	.primary-navigation ul li:hover > div ul, .primary-navigation ul li.focus > div ul {
		
	}
	
	.primary-navigation ul li:hover > div, .primary-navigation ul li.focus > div {
		top: 120px;
		left: 320px; /*auto*/
	}
	
	.primary-navigation ul li > div {
		top: 120px;
	}
	
	.primary-navigation ul ul li:hover > ul, .primary-navigation ul ul li.focus > ul {
		left: 100%;
	}
}

@media screen and (min-width: 810px) {
	.attachment .entry-attachment .attachment {
		margin-right: -168px;
		margin-left: -168px;
		max-width: 810px;
	}
	
	.attachment .site-content .attachment img {
		display: block;
		margin: 0 auto;
	}
	
	.contributor-avatar {
		margin-left: -168px;
	}
	
	.contributor-summary {
		float: left;
	}
	
	.full-width .site-content blockquote.alignleft, .full-width .site-content blockquote.alignright {
		width: -webkit-calc(50% + 130px);
		width: calc(50% + 130px);
	}
	
	.full-width .site-content blockquote.alignleft, .full-width .site-content img.size-full.alignleft, .full-width .site-content img.size-large.alignleft, .full-width .site-content img.size-medium.alignleft, .full-width .site-content .wp-caption.alignleft {
		margin-left: -168px;
	}
	
	.full-width .site-content .alignleft {
		clear: left;
	}
	
	.full-width .site-content blockquote.alignright, .full-width .site-content img.size-full.alignright, .full-width .site-content img.size-large.alignright, .full-width .site-content img.size-medium.alignright, .full-width .site-content .wp-caption.alignright {
		margin-right: -168px;
	}
	
	.full-width .site-content .alignright {
		clear: right;
	}
}

@media screen and (min-width: 846px) {
	.content-area, .content-sidebar {
		/*padding-top: 72px;*/
	}
	
	.site-content .has-post-thumbnail .entry-header {
		margin-top: -48px;
	}
	
	.comment-list .trackback, .comment-list .pingback, .comment-list article {
		margin-bottom: 36px;
		padding-top: 36px;
	}
	
	.comment-author .avatar {
		height: 34px;
		top: 2px;
		width: 34px;
	}
	
	.comment-author, .comment-awaiting-moderation, .comment-content, .comment-list .reply, .comment-metadata {
		/*padding-left: 50px;*/
	}
	
	.comment-list .children {
		margin-left: 20px;
	}
	
	.full-width.singular .site-content .hentry.has-post-thumbnail, .full-width.home .site-content .hentry.has-post-thumbnail {
		margin-top: -72px;
	}
	
	.featured-content {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1008px) {
	.site-content .entry-header {
		margin-top: 0;
	}
	
	.site-content .has-post-thumbnail .entry-header {
		margin-top: 0;
	}
	
	.primary-sidebar {
		padding-top: 0;
	}
	
	.site-description {
		display: block;
		margin: -3px 0 21px;
	}
	
	.site-description:empty {
		margin: 0;
	}
	
	.secondary-navigation {
		font-size: 11px;
		margin: 0 -30px 48px;
		width: 182px;
	}
	
	.secondary-navigation li {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		position: relative;
	}
	
	.secondary-navigation a {
		padding: 10px 30px;
	}
	
	.secondary-navigation ul ul {
		background-color: #24890d;
		position: absolute;
		top: 0;
		left: -999em;
		width: 182px;
		z-index: 99999;
	}
	
	.secondary-navigation li li {
		border-top: 0;
	}
	
	.secondary-navigation li:hover > a, .secondary-navigation li.focus > a {
		background-color: #24890d;
		color: #fff;
	}
	
	.secondary-navigation ul ul a:hover, .secondary-navigation ul ul li.focus > a {
		background-color: #41a62a;
	}
	
	.secondary-navigation ul li:hover > ul, .secondary-navigation ul li.focus > ul {
		left: 162px;
	}
	
	.secondary-navigation .menu-item-has-children > a {
		padding-right: 38px;
	}
	
	.secondary-navigation .menu-item-has-children > a:after {
		-webkit-font-smoothing: antialiased;
		content: "\f501";
		display: inline-block;
		font: normal 8px/1 Genericons;
		position: absolute;
		right: 26px;
		top: 14px;
		vertical-align: text-bottom;
	}
	
	.footer-sidebar .widget, .primary-sidebar .widget {
		font-size: 12px;
		line-height: 1.5;
	}
	
	.footer-sidebar .widget {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
		padding: 0 30px;
		width: 25%;
	}
	
	.footer-sidebar .widget h1, .primary-sidebar .widget h1 {
		font-size: 20px;
		line-height: 1.2;
	}
	
	.footer-sidebar .widget h2, .primary-sidebar .widget h2 {
		font-size: 18px;
		line-height: 1.3333333333;
	}
	
	.footer-sidebar .widget h3, .primary-sidebar .widget h3 {
		font-size: 16px;
		line-height: 1.5;
	}
	
	.footer-sidebar .widget h4, .primary-sidebar .widget h4 {
		font-size: 14px;
		line-height: 1.7142857142;
	}
	
	.footer-sidebar .widget h5, .primary-sidebar .widget h5 {
		font-size: 12px;
		line-height: 2;
	}
	
	.footer-sidebar .widget h6, .primary-sidebar .widget h6 {
		font-size: 11px;
		line-height: 2.1818181818;
	}
	
	.footer-sidebar .widget code, .footer-sidebar .widget kbd, .footer-sidebar .widget tt, .footer-sidebar .widget var, .footer-sidebar .widget samp, .footer-sidebar .widget pre, .primary-sidebar .widget code, .primary-sidebar .widget kbd, .primary-sidebar .widget tt, .primary-sidebar .widget var, .primary-sidebar .widget samp, .primary-sidebar .widget pre {
		font-size: 11px;
		line-height: 1.6363636363;
	}
	
	.footer-sidebar .widget blockquote, .primary-sidebar .widget blockquote {
		font-size: 14px;
		line-height: 1.2857142857;
	}
	
	.footer-sidebar .widget blockquote cite, .primary-sidebar .widget blockquote cite {
		font-size: 12px;
		line-height: 1.5;
	}
	
	.footer-sidebar .widget input, .footer-sidebar .widget textarea, .primary-sidebar .widget input, .primary-sidebar .widget textarea {
		font-size: 12px;
		padding: 3px 2px 4px 4px;
	}
	
	.footer-sidebar .widget input[type="button"], .footer-sidebar .widget input[type="reset"], .footer-sidebar .widget input[type="submit"], .primary-sidebar .widget input[type="button"], .primary-sidebar .widget input[type="reset"], .primary-sidebar .widget input[type="submit"] {
		padding: 5px 15px 4px;
	}
	
	.footer-sidebar .widget .widget-title, .primary-sidebar .widget .widget-title {
		font-size: 11px;
		font-weight: 900;
		line-height: 1.6363636363;
		margin-bottom: 18px;
	}
	
	.footer-sidebar .widget_twentyfourteen_ephemera .entry-title, .footer-sidebar .widget_twentyfourteen_ephemera .entry-meta, .footer-sidebar .widget_twentyfourteen_ephemera .wp-caption-text, .footer-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link, .footer-sidebar .widget_twentyfourteen_ephemera .entry-content table, .primary-sidebar .widget_twentyfourteen_ephemera .entry-title, .primary-sidebar .widget_twentyfourteen_ephemera .entry-meta, .primary-sidebar .widget_twentyfourteen_ephemera .wp-caption-text, .primary-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link, .primary-sidebar .widget_twentyfourteen_ephemera .entry-content table {
		font-size: 11px;
		line-height: 1.6363636363;
	}
	
	.footer-sidebar .widget_archive li, .footer-sidebar .widget_categories li, .footer-sidebar .widget_links li, .footer-sidebar .widget_meta li, .footer-sidebar .widget_nav_menu li, .footer-sidebar .widget_pages li, .footer-sidebar .widget_recent_comments li, .footer-sidebar .widget_recent_entries li, .primary-sidebar .widget_archive li, .primary-sidebar .widget_categories li, .primary-sidebar .widget_links li, .primary-sidebar .widget_meta li, .primary-sidebar .widget_nav_menu li, .primary-sidebar .widget_pages li, .primary-sidebar .widget_recent_comments li, .primary-sidebar .widget_recent_entries li {
		border-top: 0;
		padding: 0 0 6px;
	}
	
	.footer-sidebar .widget_archive li:last-child, .footer-sidebar .widget_categories li:last-child, .footer-sidebar .widget_links li:last-child, .footer-sidebar .widget_meta li:last-child, .footer-sidebar .widget_nav_menu li:last-child, .footer-sidebar .widget_pages li:last-child, .footer-sidebar .widget_recent_comments li:last-child, .footer-sidebar .widget_recent_entries li:last-child, .primary-sidebar .widget_archive li:last-child, .primary-sidebar .widget_categories li:last-child, .primary-sidebar .widget_links li:last-child, .primary-sidebar .widget_meta li:last-child, .primary-sidebar .widget_nav_menu li:last-child, .primary-sidebar .widget_pages li:last-child, .primary-sidebar .widget_recent_comments li:last-child, .primary-sidebar .widget_recent_entries li:last-child {
		padding: 0;
	}
	
	.footer-sidebar .widget_categories li ul, .footer-sidebar .widget_nav_menu li ul, .footer-sidebar .widget_pages li ul, .primary-sidebar .widget_categories li ul, .primary-sidebar .widget_nav_menu li ul, .primary-sidebar .widget_pages li ul {
		border-top: 0;
		margin-top: 6px;
	}
	
	#supplementary {
		padding: 0;
	}
	
	.footer-sidebar {
		font-size: 12px;
		line-height: 1.5;
	}
	
	.featured-content {
		padding-left: 182px;
	}
	
	.grid .featured-content .hentry {
		width: 33.3333333%;
	}
	
	.grid .featured-content .hentry:nth-child( 2n+1 ) {
		clear: none;
	}
	
	.grid .featured-content .hentry:nth-child( 3n+1 ) {
		clear: both;
	}
	
	.grid .featured-content .entry-header {
		height: 120px;
	}
}

@media screen and (min-width: 1040px) {
	.site-content .has-post-thumbnail .entry-header {
		margin-top: -48px;
	}
	
	.archive-header, .comments-area, .image-navigation, .page-header, .page-content, .post-navigation, .site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content footer.entry-meta {
		padding-right: 15px;
		padding-left: 15px;
	}
	
	.full-width .archive-header, .full-width .comments-area, .full-width .image-navigation, .full-width .page-header, .full-width .page-content, .full-width .post-navigation, .full-width .site-content .entry-header, .full-width .site-content .entry-content, .full-width .site-content .entry-summary, .full-width .site-content footer.entry-meta {
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media screen and (min-width: 1080px) {
	.search-box .search-field {
		
	}
	
	#secondary {
		width: 162px;
	}
	
	.secondary-navigation, .secondary-navigation ul ul {
		width: 222px;
	}
	
	.secondary-navigation ul li:hover > ul, .secondary-navigation ul li.focus > ul {
		left: 202px;
	}
	
	.slider .featured-content .entry-title {
		font-size: 33px;
	}
	
	.slider .featured-content .entry-header, .slider-control-paging {
		width: 534px;
	}
	
	.slider-control-paging {
		padding-left: 24px;
	}
	
	.slider-control-paging li {
		margin: 12px 12px 12px 0;
	}
	
	.slider-control-paging a {
		height: 24px;
		width: 24px;
	}
	
	.slider-control-paging a:before {
		top: 6px;
		left: 6px;
	}
}

@media screen and (min-width: 1110px) {
	.archive-header, .comments-area, .image-navigation, .page-header, .page-content, .post-navigation, .site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content footer.entry-meta {
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media screen and (min-width: 1218px) {
	.archive-header, .comments-area, .image-navigation, .page-header, .page-content, .post-navigation, .site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content footer.entry-meta {
		margin-right: 54px;
	}
	
	.full-width .archive-header, .full-width .comments-area, .full-width .image-navigation, .full-width .page-header, .full-width .page-content, .full-width .post-navigation, .full-width .site-content .entry-header, .full-width .site-content .entry-content, .full-width .site-content .entry-summary, .full-width .site-content footer.entry-meta {
		margin-right: auto;
	}
}

@media screen and (min-width: 1260px) {
	.site-content blockquote.alignleft, .site-content blockquote.alignright {
		width: -webkit-calc(50% + 18px);
		width: calc(50% + 18px);
	}
	
	.site-content blockquote.alignleft {
		margin-left: -18%;
	}
	
	.site-content blockquote.alignright {
		margin-right: -18%;
	}
}

/**
 * 11.75 Queries that matter
 * -----------------------------------------------------------------------------
 */

@media screen and (max-width: 1199px) {
	.site-header {
		margin: 0 0 0 -500px;
		width: 1000px;
	}
	
	.site-title {
		width: 200px;
	}
	
	.site-title a {
		padding: 32px 12px;
	}
	
	.site-title a img {
		width: 100%;
	}
	
	.menu-administrative-container {
		width: 446px;
	}
	
	.menu-administrative-container li a {
		padding: 0 6px 0 10px;
		font-size: 12px;
	}
	
	.menu-main-container {
		width: 798px;
	}
	
	.menu-main-container li a {
		font-size: 14px;
	}
	
	.menu-main-container > ul > li.menu-item-has-children > a {
		padding: 0 12.5px;
	}
	
	.width-keeper {
		width: 798px;
	}
	
	.primary-navigation li li.menu-item-has-children {
		min-width: 186px;
	}
	
	.primary-navigation li#menu-item-122 li.menu-item-has-children {
		min-width: 183px;
	}
	/*.primary-navigation li#menu-item-122 li.menu-item-has-children { min-width: 250px; }*/
	
	.primary-navigation ul li:hover > div, .primary-navigation ul li.focus > div {
		left: 202px;
	}
	
	.primary-navigation ul div.menu-dropper {
		width: 798px;
	}
	
	.content-wrapped {
		width: 1000px;
	}
	
	#slideshow .slide {
		width: 100%;
		background: none !important;
	}
	
	#slideshow .slide img {
		display: block; /*width: 135%; margin-left: -60%;*/
	}
	
	#slideshow .slide strong {
		top: 42%;
		font-size: 60px;
	}
	
	#slideshow-clone .slide-clone {
		width: 100%;
		background: none !important;
	}
	
	#slideshow-clone .slide-clone img {
		display: block; /*width: 120%; margin-left: -60%;*/
	}
	
	.wrapperoni {
		width: 976px;
	}
	
	#events-wrapper {
		width: 976px;
	}
	
	#events-tray {
		height: 168px;
	}
	
	#events-tray .event {
		width: 164px;
		height: 138px;
		font-size: 21px;
	}
	
	#events-tray .event .bg {
		width: 188px;
		height: 162px;
	}
	
	#events-tray .event:hover .line {
		width: 168px;
	}
	
	.jcarousel-prev {
		left: -24px;
	}
	
	.jcarousel-next {
		right: -24px;
	}
	
	#main-grid .content-spot {
		width: 1000px;
	}
	
	#main-grid .block.x1, #main-grid .block.x1.cta, .tabbed-grid .row-grid .block.x1 {
		width: 198px;
	}
	
	#main-grid .block.x2, .tabbed-grid .row-grid .block.x2 {
		width: 398px;
	}
	
	#main-grid .block.x3, .tabbed-grid .row-grid .block.x3 {
		width: 598px;
	}
	
	#main-grid .block.too-tall, .tabbed-grid .row-grid .block.too-tall {
		width: 198px;
		height: 420px;
	}
	
	#main-grid .block.x2.too-tall, .tabbed-grid .row-grid .block.x2.too-tall {
		width: 398px;
	}
	
	#main-grid .block, #main-grid .block.x1.cta, .tabbed-grid .row-grid .block {
		height: 209px;
	}
	
	#main-grid .block img, .tabbed-grid .block img {
		max-width: 100%;
	}
	
	#main-grid .block.x1.text-block, .tabbed-grid .row-grid .block.x1.text-block {
		width: 158px;
		height: 169px;
	}
	
	#main-grid .block.x2.text-block, .tabbed-grid .row-grid .block.x2.text-block {
		width: 358px;
		height: auto;
	}
	
	#main-grid .block.x3.text-block, .tabbed-grid .row-grid .block.x3.text-block {
		padding: 20px 30px;
		width: 538px;
		height: 169px;
	}
	
	#main-grid .block.too-tall.text-block, .tabbed-grid .row-grid .block.too-tall.text-block {
		height: 380px;
	}
	
	.tabbed-grid .row-grid .block.x3.too-tall.text-block {
		height: auto;
	}
	
	#main-grid .block h2 {
		font-size: 16px;
	}
	
	#main-grid .block.x1 h2 {
		margin-top: 36px;
	}
	
	#main-grid .block.x1.too-tall h2 {
		margin-top: 48px;
	}
	
	#main-grid .block .hover-block h3 {
		margin-top: 18px;
		font-size: 28px;
	}
	
	#main-grid .block.x2 .hover-block h3 {
		margin-top: 6px;
	}
	
	#main-grid .block.x3.text-block h4 {
		font-size: 22px;
	}
	
	#main-grid .block h4 {
		margin: 12px 0 16px 0;
		padding-bottom: 14px;
	}
	
	#main-grid .block h3 {
		font-size: 28px;
	}
	
	#main-grid .block.quote-block blockquote {
		padding: 36px 0 0 0;
		font-size: 13px;
		line-height: 1.4;
		background-position: center top;
	}
	
	#main-grid .block.quote-block p {
		font-size: 14px
	}
	
	#events-calendar {
		width: 1002px;
	}
	
	#events-calendar .gce-list .gce-feed-1 {
		width: 332px;
	}
	
	#events-calendar .event {
		width: 332px;
	}
	
	#events-calendar .event .date {
		width: 68px;
	}
	
	#events-calendar .event .date .day {
		font-size: 46px;
	}
	
	#events-calendar .event .desc {
		width: 232px;
		font-size: 12px;
	}
	
	#events-calendar .event .desc strong {
		font-size: 14px;
	}
	
	#admissions-grid, .tabbed-grid, .tabbed-grid .row-grid {
		width: 1002px;
	}
	
	.tabbed-grid .row-grid {
		width: 1010px;
	}
	
	#gridded {
		
	}
	
	#admissions-grid ul.tabs li {
		width: 198px;
		font-size: 14px;
	}
	
	#admissions-grid ul.tabs li.current:after {
		width: 198px;
		background-size: 198px auto;
	}
	
	#admissions-grid ul.ctas li {
		width: 331px;
		font-size: 14px;
		font-size: 175%;
	}
	
	#admissions-grid ul.ctas li.current:after {
		width: 331px;
		background-size: 331px auto;
	}
	
	#admissions-grid .video, .tabbed-grid .video {
		width: 598px;
		height: 332px;
	}
	
	#admissions-grid .video img, .tabbed-grid .video img {
		max-width: 100%;
	}
	
	#admissions-grid .video h2, .tabbed-grid .video h2 {
		top: 70px;
		font-size: 36px;
	}
	
	#admissions-grid .video a.play, .tabbed-grid .video a.play {
		top: 162px;
	}
	
	#admissions-grid .video p, .tabbed-grid .video p {
		margin-top: 200px;
	}
	
	#admissions-grid .stats, .tabbed-grid .stats {
		width: 398px;
		height: 332px;
	}
	/*#admissions-grid .stats .stat-slide { padding: 0 32px; }*/
	
	#admissions-grid .stats .stat-slide img {
		
	}
	
	#admissions-grid .stats .stat-slide strong {
		padding-top: 15px;
		font-size: 16px;
	}
	
	#admissions-grid .stats .stat-slide strong em {
		font-size: 20px;
	}
	
	#admissions-grid .stats .stat-slide p {
		bottom: 20px;
	}
	
	#admissions-grid .text-section, .tabbed-grid .text-section {
		width: 866px;
		height: 282px;
	}
	
	.tabbed-grid .text-section {
		height: auto;
		min-height: 282px;
	}
	
	#admissions-grid .text-section header {
		width: 40.5%;
		height: 282px;
		background-position: bottom right;
	}
	
	#admissions-grid .text-section header h2 {
		bottom: 62px;
	}
	
	#admissions-grid .text-section .copy-text h3 {
		margin-top: 20px;
		font-size: 14px;
	}
	
	#admissions-grid .text-section .copy-text {
		padding: 20px 40px;
		width: 435px;
		height: 242px;
		font-size: 14px;
	}
	
	#admissions-grid a.link-off, .tabbed-grid a.link-off {
		width: 130px;
		height: 140px;
		font-size: 12px;
	}
	
	#admissions-grid a.link-off.two-story, .tabbed-grid a.link-off.two-story {
		height: 282px;
	}
	
	#admissions-grid a.link-off span, .tabbed-grid a.link-off span {
		padding: 0 14px 0 0;
		width: 106px;
	}
	
	#admissions-grid .text-section.transfer-students .copy-text h3 {
		margin-top: 18px;
	}
	
	#admissions-grid .text-section.transfer-students .copy-text {
		font-size: 13px;
	}
	
	#admissions-grid .checklist-section li.checklist-item {
		font-size: 15px;
		min-width: 0;
		max-width: 136px;
	}
	
	#admissions-grid .checklist-section li.checklist-item.international {
		min-width: 0;
		max-width: 200px;
	}
	
	#admissions-grid .international-quote {
		width: 694px;
		font-size: 20px;
	}
	
	.grad-prog-section .major p {
		font-size: 14px;
	}
	
	.grad-prog-section .major strong {
		font-size: 15px;
	}
	
	.grad-prog-section.cols_of_4 .major {
		width: 198px;
	} /*was 248*/
	
	.counselor-section .counselor {
		
	}
	
	.counselor-section .counselor .counselor-photo {
		
	}
	
	.counselor-section .counselor .counselor-photo img {
		margin-left: -36px;
		max-width: 200%;
	}
	
	.counselor-section.cols_of_2 .counselor {
		width: 498px;
	}
	
	.counselor-section.cols_of_2 .counselor .counselor-about {
		width: 208px;
	}
	
	.counselor-section.cols_of_3 .counselor {
		width: 332px;
	}
	
	.counselor-section.cols_of_3 .counselor .counselor-photo {
		width: 128px;
		overflow: hidden;
	}
	
	.counselor-section.cols_of_3 .counselor .counselor-photo img {
		margin-left: -48px;
		max-width: 180%;
	}
	
	.counselor-section.cols_of_3 .counselor .counselor-about {
		padding: 20px;
		width: 162px;
	}
	
	.counselor-section.cols_of_3 .counselor .counselor-about strong {
		font-size: 28px;
	}
	
	.counselor-section.cols_of_3 .counselor.long-name {
		width: 330px;
	}
	
	.counselor-section.cols_of_3 .counselor.long-name .counselor-about {
		width: 160px;
	}
	
	.counselor-section.cols_of_3 .counselor.long-name .counselor-about strong {
		font-size: 20px;
	}
	
	.counselor-section.cols_of_4 .counselor {
		width: 198px;
	}
	
	.counselor-section.cols_of_4 .counselor .counselor-photo {
		width: 88px;
	}
	
	.counselor-section.cols_of_4 .counselor .counselor-photo img {
		margin-left: -52px;
		margin-left: -60px;
		max-width: 220%;
	}
	
	.counselor-section.cols_of_4 .counselor .counselor-about {
		width: 98px;
	}
	
	.counselor-section.cols_of_4 .counselor .counselor-about strong {
		padding: 40px 0;
		font-family: 'Avenir LT W01 85 Heavy', Lato, sans-serif;
		font-size: 21px;
		font-weight: 400;
	}
	
	.counselor-section.cols_of_4 .counselor.long-name .counselor-about strong {
		font-size: 17px;
	}
	
	#questions-spot .question-intro {
		padding: 34px 60px 26px;
	}
	
	#questions-spot .question-input {
		width: 944px;
	}
	
	#questions-spot input[name="author"] {
		width: 306px;
	}
	
	#questions-spot input[name="email"] {
		width: 440px;
	}
	
	#questions-spot input[type="submit"] {
		width: 178px;
	}
	
	#questions-spot .question-stack {
		margin-left: 0;
		width: -webkit-calc(100% + 2px);
		width: calc(100% + 2px);
	}
	
	#questions-spot .question-stack .comment {
		width: 332px;
	}
	
	#questions-spot .question-stack .comment .comment-text {
		width: auto;
	}
	
	#questions-spot .question-stack .comment .comment-author {
		width: auto;
	}
	
	.site-footer {
		width: 1000px;
	}
	
	.article-wrapper {
		width: 980px;
	}
	
	.articulated .text-block-left {
		width: 644px;
	}
	
	#landing-grid/*, #landing-grid .landing-content + .site-footer*/ {
		width: 980px;
		width: 1000px;
	}
	/*#landing-grid .landing-content-v2 + .site-footer { width: 1000px; }*/
	
	.landing-grid-v2 .small-block {
		width: 398px;
		height: 332px;
	}
	
	.content-grid {
		width: 1000px;
	}
	
	.content-grid > h2 {
		padding-top: 30px;
	}
	
	.paid-search-content .third {
		/*width: 331px; width: -moz-calc(33.33% - 2px); width: -webkit-calc(33.33% - 2px); width: calc(33.33% - 2px);*/
		min-height: 750px;
	}
	
	.paid-search-content .third h3 {
		padding: 21px 32px;
		font-size: 28px;
	}
	
	.paid-search-content .third.featured-col {
		min-height: 420px;
	}
	
	.paid-search-content .third.featured-col h3 {
		font-size: 36px;
	}
	
	.paid-search-content .third.featured-col img {
		
	}
	
	.paid-search-content .third.featured-col p {
		padding: 0 36px;
	}
	
	.tabbed-grid .tabbed-content .tab .row-grid {
		min-height: 209px;
	}
	
	.tabbed-grid .tabbed-content .tab:first-child .row-grid {
		min-height: 422px;
	}
	
	#comm-grid .stats .text-block strong {
		font-size: 44px;
		line-height: 50px;
	}
	
	#comm-grid .video img {
		max-width: 120%;
	}
	
	#comm-grid .text-section {
		margin-left: 60px;
	}
	
	#comm-grid .text-section.text-with-ctas .gap-fixer {
		/*right: -112px; width: 112px;*/
	}
	
	#comm-grid .tabbed-content .conc-content aside {
		width: 600px;
	}
	
	#comm-grid .counselor-section {
		margin-left: 0;
	}
	
	#comm-grid a.link-off {
		max-height: 132px;
	}
	
	#comm-grid a.link-off:first-of-type:before {
		/*width: 112px;*/
	}
	
	#comm-grid .tabbed-content .conc-content section .course p {
		margin-top: 20px;
		font-size: 18px;
	}
	
	#comm-grid .tabbed-content .conc-content:first-child section.production-labs .course-col {
		width: 33.33%;
		min-height: 146px;
	}
	
	#comm-grid .tabbed-content .conc-content:first-child section.production-labs .course-col:first-child {
		margin: 0 auto;
		min-height: 116px;
		clear: both;
		float: none;
	}
	
	#comm-grid .tabbed-content .conc-content:first-child section.production-labs .course-col:first-child:after {
		display: none;
	}
	
	#comm-grid .tabbed-content .conc-content:first-child section.production-labs .production-lab-ii .course-col:first-child {
		margin: 0;
		clear: none;
		float: left;
	}
	
	#comm-grid .tabbed-content .conc-content:first-child section.production-labs .production-lab-ii .course-col:first-child:after {
		display: block;
	}
	
	#scholarship-calc-grid .welcome-msg {
		padding: 48px 58px;
	}
	
	#scholarship-calc-grid .welcome-msg h3 {
		margin-bottom: 20px;
		width: 420px;
		font-size: 28px;
	}
	
	#presidents-grid .welcome-msg {
		padding: 48px 58px;
		width: 468px;
		height: 412px;
	}
	
	#presidents-grid .welcome-msg h3 {
		margin-bottom: 20px;
		width: 420px;
		font-size: 28px;
	}
	
	#presidents-grid #out-and-about .posting .thumb {
		width: 428px;
		height: 320px;
	}
	
	#presidents-grid #out-and-about .posting .copy {
		padding: 24px 64px;
		width: 442px;
		height: 272px;
	}
	
	#presidents-grid #out-and-about .posting .copy h4 {
		font-size: 18px;
	}
	
	#presidents-grid #out-and-about .posting .copy .social {
		margin-top: 20px;
	}
	
	#presidents-grid #out-and-about .posting .thumb img {
		max-width: none;
		width: auto;
		height: 100%;
	}
	
	#presidents-grid .pres-search-post {
		width: 522px;
	}
	
	.page-template-tmpl-visit-php #main-grid {
		width: 1000px;
	}
	
	#main-grid .swappable-wrap .swappable {
		line-height: 1.3;
	}
	
	#main-grid .swappable-wrap .swappable h4 {
		font-size: 20px;
	}
	
	#main-grid .swappable-wrap .swappable p {
		margin-bottom: 12px;
	}

	/* broswer specific fixes */
	
	.windows.chrome .menu-main-container li a, .windows.gecko .menu-main-container li a, .safari .menu-main-container li a {
		padding: 0 16px 0 10px;
	}
	
	.windows.chrome .menu-administrative-container li a {
		padding: 0 6px 0 10px;
	}
	
	.windows.ie .menu-administrative-container li a {
		padding: 0 6px 0 10px !important;
	}
	
	.windows.chrome .primary-navigation li li.menu-item-has-children, .windows.gecko .primary-navigation li li.menu-item-has-children {
		max-width: 186px;
	}
}
@media screen and (min-width: 1024px) {
	#comm-grid .quote-slider .bx-controls-direction a {
		top: 0;
		margin-top: -78px;
		width: 33%;
		height: -moz-calc(100% + 110px);
		height: -webkit-calc(100% + 110px);
		height: calc(100% + 110px);
		background-repeat: no-repeat;
	}
	
	#comm-grid .quote-slider .bx-prev {
		left: -80px;
		background-position: 25px 50%;
	}
	
	#comm-grid .quote-slider .bx-next {
		right: -80px;
		background-position: -moz-calc(100% - 25px) 50% !important;
		background-position: -webkit-calc(100% - 25px) 50% !important;
		background-position: calc(100% - 25px) 50% !important;
	}
}
@media screen and (min-width: 1200px) {
	#slideshow .slide {
		width: 100%;
		background-size: cover;
		background: none;
	}
	
	.page-template-tmpl-admissions-php.chrome #slideshow .slide, .page-template-tmpl-admissions-php.safari #slideshow .slide {
		background-size: 100% !important;
	} /* fix webkit bug */
	
	#slideshow-clone .slide-clone {
		width: 100%;
		background-size: cover;
	}
	
	#slideshow-clone .slide-clone img {
		display: none;
	}
	
	.article-wrapper {
		width: 1200px;
	}
	
	.articulated .text-block-left {
		width: 864px;
	}
	
	.content-grid {
		width: 1200px;
	}

	/* browser specific fixes */
	
	.windows.chrome .menu-main-container li a, .windows.gecko .menu-main-container li a, .safari .menu-main-container li a {
		padding: 0 10px;
	}
	
	.windows.chrome .menu-administrative-container li a {
		padding: 0 10.5px 0 10px;
	}
	
	.windows.ie .menu-administrative-container li a {
		padding: 0 11px 0 10px;
	}
}
@media screen and (min-width: 1540px) {
	#sb_instagram img {
		min-width: 100%;
	}
}

/* Slideshow height fixes for smaller screens */

@media screen and (max-height: 768px) {
	#slideshow .slide strong {
		top: 36%;
		font-size: 50px;
	}
	
	#scroll-arrow {
		bottom: 8px;
	}
}

@media screen and (min-width: 768px) and (max-height: 720px) {
	#slideshow .slide strong {
		font-size: 36px;
	}
}

@media screen and (min-width: 768px) {
	#events-calendar h2 {
		display: none;
	}
	
	h3.counselor-heading, h3.grad-prog-heading {
		margin: 2px 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
	#gridded {
		margin: 0 1px;
	}
	
	.samsung-tablet .site-main {
		min-height: 600px;
		height: 600px !important;
	}
}

.st-menu {
	border-right: 2px solid #101010;
}

.admin-menu-mobile li {
	width: 50%;
	float: left;
	font-size: 11px;
}

.admin-menu-mobile li#menu-item-4, .admin-menu-mobile li#menu-item-6 {
	width: 49.5%;
	width: -webkit-calc(50% - 1px);
	width: -moz-calc(50% - 1px);
	width: calc(50% - 1px);
	border-right: 1px solid rgba(255,255,255,0.2);
}

.st-menu ul.admin-menu-mobile li:first-child a {
	box-shadow: inset 0 -1px rgba(255,255,255,0.2);
}

a.apply-now-mobile {
	display: block;
	margin: 7px;
	height: 29px;
	line-height: 29px;
	border: 2px solid #ebebeb;
	text-align: center;
	text-transform: uppercase;
	color: #ebebeb;
	font-weight: 700;
	letter-spacing: 1px;
}

a.apply-now-mobile:hover {
	background: rgba(0,0,0,0.3);
}

@media screen and (min-width: 1023px) and (max-width: 1023px) {
	.menu-toggle {
		display: block;
	}
}

@media screen and (max-width: 1023px) {
	.header-main {
		width: auto;
	}
	
	.site-header {
		position: relative;
		width: 96%;
		width: 722px;
		left: auto;
		margin: 0 auto;
		background: rgba(255,255,255,0.95);
		border-bottom: 1px solid #eeb111;
	}
	
	.site-title {
		margin: 0 auto;
		width: 200px;
		height: 53px;
		background: none;
		float: none;
	}
	
	.site-title a {
		padding: 12px 0;
	}
	
	.site-title img {
		max-width: 100%;
	}
	
	.search-box {
		margin: 0 auto;
		display: none;
		background: none;
		float: none;
	}
	
	.menu-administrative-container, .apply-now {
		display: none;
	}
	
	.menu-main-container {
		display: none;
	}
	
	.menu-toggle, .search-toggle {
		display: block;
		outline: none;
	}
	
	.gsc-search-box-tools .gsc-search-box .gsc-input {
		padding-left: 0;
		line-height: 1;
	}
	
	.gsc-search-button {
		display: block !important;
	}
	
	.gsc-results-wrapper-overlay {
		left: 6% !important;
	}
	
	.menu-toggle:before {
		margin-left: 10px;
	}
	
	.primary-navigation {
		height: auto;
	}
	
	#menu-2 {
		display: block;
	}
	
	#menu-2 .search-box {
		display: block;
		padding: 31px 0 25px 0;
		width: auto;
		height: 32px;
	}
	
	#menu-2 .search-field {
		margin: 0 15px;
		width: 204px;
		height: 32px;
		color: #ebebeb;
		background: #606060;
		float: none;
		border-radius: 0;
		-webkit-appearance: none;
	}
	
	#menu-2 .search-submit {
		display: block;
		position: absolute;
		top: 31px;
		right: 15px;
		padding: 0;
		width: 32px;
		height: 32px;
		border-radius: 0;
		background: rgba(255,255,255,0.5);
		color: transparent;
	}
	
	#menu-2 .search-form label:after {
		content: "\f400";
		position: absolute;
		right: 22px;
		color: #fff;
		font-size: 20px;
		font-family: Genericons;
	}
	
	.site-main {
		position: absolute;
		width: 100%;
		top: 0;
	}
	
	.content-wrapped {
		width: 722px;
	}
	
	#slideshow {
		position: absolute; /*fixed;*/
		top: 0;
		width: 100%;
		height: auto;
	}
	
	#slideshow .slide {
		width: 100%; /*768px;*/
		background: none !important;
	}
	
	#slideshow .slide strong {
		font-size: 42px;
	}
	
	.page-template-tmpl-admissions-php #slideshow {
		position: fixed;
	}
	
	.page-template-tmpl-admissions-php #slideshow .slide {
		width: 150%;
	}
	
	.single-event #slideshow, .single #slideshow {
		position: fixed;
	}
	
	.page-template-tmpl-paid-search-landing-php #slideshow .slide, .page-template-tmpl-comm-major-php #slideshow .slide {
		width: 150%;
	}
	
	.page-template-tmpl-comm-major-php #slideshow  .slide img {
		left: 0;
		margin-left: 0;
	}
	
	#slideshow-clone {
		display: none !important;
	}
	
	#slideshow-clone .slide-clone {
		background: none !important;
	}
	
	#slideshow-clone-overlay {
		display: none !important;
	}
	
	.wrapperoni {
		width: 598px;
	}
	
	#events-wrapper {
		width: 598px;
	}
	
	#events-tray {
		/*margin: 0 0 0 -299px;*/
		width: 598px;
	}
	
	#events-tray .event {
		width: 168px;
	}
	
	#events-tray .event .bg {
		width: 192px;
	}
	
	.jcarousel-prev {
		left: -24px;
	}
	
	.jcarousel-next {
		right: -24px;
	}
	
	#main-grid .content-spot {
		width: 722px;
	}
	
	.tabbed-grid ul.tabs {
		height: auto;
	}
	
	.tabbed-grid .tabbed-content .tab .row:first-child {
		margin-top: 0;
	}
	
	.tabbed-grid .row-grid {
		width: 100%;
	}
	
	#main-grid .block, .tabbed-grid .row-grid .block {
		height: 251px;
	}
	
	#main-grid .block.x1 {
		display: none;
	}
	
	.tabbed-grid .row-grid .block.x1 {
		display: block;
	}
	
	#main-grid .block.x1.quote-block {
		display: block;
		padding: 40px 45px;
		width: 632px;
		height: 171px;
	}
	
	#main-grid .block.x2, .tabbed-grid .row-grid .block.x2 {
		width: 478px;
	}
	
	.tabbed-grid .row-grid .block.x1 {
		/*margin: 1px; width: 238px;*/
		width: 100%;
		height: auto;
	}
	
	.tabbed-grid .row-grid .block.x1 img {
		width: 100%;
		height: auto;
	}
	
	.tabbed-grid .row-grid .block.x2 {
		width: 100%;
		height: auto;
	}
	
	.tabbed-grid .row-grid .block.x2 img {
		width: 100%;
		height: auto;
	}
	
	.tabbed-grid .row-grid .block.x2.text-block {
		width: -webkit-calc(100% - 40px);
		width: -moz-calc(100% - 40px);
		width: calc(100% - 40px);
	}
	
	.tabbed-grid .row-grid .block.too-tall.text-block {
		height: auto;
	}
	
	.tabbed-grid .row-grid .block.too-tall, .tabbed-grid .row-grid .block.x2.too-tall {
		width: 100%;
	}
	
	.tabbed-grid .row-grid .block.x2.text-block.too-tall {
		width: -webkit-calc(100% - 40px);
		width: -moz-calc(100% - 40px);
		width: calc(100% - 40px);
	}
	
	.tabbed-grid .row-grid .block.x3 {
		width: 100%;
	}
	
	.tabbed-grid .row-grid .block.x3.text-block {
		width: -webkit-calc(100% - 40px);
		width: -moz-calc(100% - 40px);
		width: calc(100% - 40px);
	}
	
	#main-grid .block.x2.video-block, .tabbed-grid .row-grid .block.x2.video-block {
		width: 100%;
		height: 379px;
	}
	
	#main-grid .block.x2.video-block img, .tabbed-grid .row-grid .block.x2.video-block img {
		width: 100%;
	}
	
	#main-grid .block.x3 {
		display: none;
	}
	
	.tabbed-grid .row-grid .block.x3 {
		display: block;
	}
	
	#main-grid .block.x3.text-block, .tabbed-grid .row-grid .block.x3.text-block {
		display: block;
		padding: 40px 45px;
		width: 632px;
		height: 171px;
	}
	
	.tabbed-grid .row-grid .block.x1.text-block {
		width: 100%;
		width: -moz-calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
		width: calc(100% - 40px);
		height: auto;
	}
	
	.tabbed-grid .row-grid .block.x3.text-block {
		width: auto;
		min-height: 171px;
		height: auto;
	}
	
	.tabbed-grid .row-grid .block a {
		display: block;
	}
	
	.tabbed-grid .row-grid .block.text-block a {
		display: inline;
	}
	
	.tabbed-grid .row-grid .block.mobile-hide {
		display: none;
	}
	
	.tabbed-grid .text-section {
		min-height: 0;
		margin-right: 0;
		width: auto;
	}
	
	.tabbed-grid .video h2 {
		top: 40px;
	}
	
	.tabbed-grid .video h2 a {
		color: #fff;
	}
	
	.tabbed-grid .video h2 a:hover {
		color: #eeb111;
	}
	
	.tabbed-grid .video p {
		margin-top: 160px;
	}
	
	.tabbed-grid .video p a {
		color: #fff;
	}
	
	.tabbed-grid .video p a:hover {
		color: #eeb111;
	}
	
	#main-grid .block h4 {
		margin: 12px 0 28px 0;
		padding-bottom: 26px;
	}
	
	#main-grid .block .hover-block, #main-grid .block .hover-block h1, #main-grid .block .hover-block h2, #main-grid .block .hover-block h3, #main-grid .block .hover-block h4 {
		color: #fff;
	}

	/*#main-grid .block { overflow: visible; }*/
	
	#main-grid .block .hover-block, #main-grid .block.x2 .hover-block {
		display: block;
		top: 0 !important;
		left: 100.5%;
		left: -moz-calc(100% + 2px) !important;
		left: -webkit-calc(100% + 2px) !important;
		left: calc(100% + 2px) !important;
		width: 186px;
		width: -moz-calc(40% - 8px) !important;
		width: -webkit-calc(40% - 8px) !important;
		width: calc(40% - 8px) !important;
		height: 195px;
		height: -moz-calc(80% - 6px) !important;
		height: -webkit-calc(80% - 6px) !important;
		height: calc(80% - 6px) !important; /*calc(80% - 6px) !important;*/
		color: #fff;
		background: #98012e;
	}
	
	#main-grid .block .hover-block:before {
		display: block;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
		position: absolute;
		left: -10px;
		top: 10px;
		width: 0;
		height: 0;
		border-top: 0;
		border-left: 10px solid transparent;
		border-bottom: 15px solid #FFF;
		border-right: 10px solid transparent; /*#98012e;*/
	}
	
	#main-grid .block:hover .hover-block {
		top: 0;
	}
	
	#main-grid .block .hover-block h3 {
		margin-top: 0 !important;
		font-size: 16px;
	}
	
	.chrome #main-grid .block.x2.text-block .hover-block {
		width: 37.5%;
		width: -moz-calc(40% - 8px) !important;
		width: -webkit-calc(40% - 8px) !important;
		width: -webkit-calc(40% - 8px) !important;
		height: -moz-calc(80% - 6px) !important;
		height: -webkit-calc(80% - 6px) !important;
		height: calc(80% - 6px) !important;
		left: -moz-calc(100% + 2px) !important;
		left: -webkit-calc(100% + 2px) !important;
		left: calc(100% + 2px) !important;
	}
	
	.safari.osx #main-grid .block.x2.text-block .hover-block, .safari.osx #main-grid .block .hover-block, .safari.osx #main-grid .block.x2 .hover-block, .chrome.ios #main-grid .block.x2 .hover-block {
		width: 37.5%;
		width: -webkit-calc(40% - 5px) !important;
		width: calc(40% - 5px) !important;
		height: -webkit-calc(80% - 1px) !important;
		height: calc(80% - 1px) !important;
	}
	
	.safari.ios #main-grid .block.x2.text-block .hover-block {
		width: 40%;
		width: -webkit-calc(42% - 8px) !important;
		width: calc(42% - 8px) !important;
		height: -webkit-calc(84% - 6px) !important;
		height: calc(84% - 6px) !important;
	}
	
	#main-grid .block.x1.quote-block blockquote {
		padding-top: 64px;
		font-size: 16px;
		line-height: 1.6;
		background-position: center 8px;
	}
	
	#main-grid .block.x1.quote-block p {
		font-size: 18px;
	}
	
	#events-calendar {
		padding-top: 0;
		width: 722px;
	}
	
	#events-calendar h2 {
		display: block;
		margin-bottom: 0;
	}
	
	#events-calendar .gce-list .gce-feed-1 {
		width: 359px;
	}
	
	#events-calendar .event {
		width: 359px;
	}
	
	#events-calendar .event .date {
		width: 78px;
	}
	
	#events-calendar .event .date .day {
		font-size: 52px;
	}
	
	#events-calendar .event .desc {
		width: -moz-calc(100% - 110px);
		width: -webkit-calc(100% - 110px);
		width: calc(100% - 110px); /*width: -moz-calc(100% - 112px); width: -webkit-calc(100% - 112px); width: calc(100% - 112px);*/
	}
	
	#events-calendar .event .desc strong {
		font-size: 13px;
	}
	
	#events-calendar .event .desc p {
		font-size: 13px;
	}
	
	#admissions-grid {
		margin: 0 auto;
		width: 96%;
		width: 722px;
	}
	
	#admissions-grid > h2 {
		padding-top: 120px;
	}
	
	#admissions-grid ul.tabs li {
		margin: 0 1px 2px 1px;
		width: 33%;
		width: -webkit-calc(33.19% - 1px);
		width: -moz-calc(33.19% - 1px);
		width: calc(33.19% - 1px);
		height: 50px;
		line-height: 50px;
	}
	
	#admissions-grid ul.tabs li:nth-of-type(3) {
		width: 33%;
		width: -webkit-calc(33.2% - 1px);
		width: -moz-calc(33.2% - 1px);
		width: calc(33.2% - 1px);
		height: 50px;
		line-height: 50px;
		padding: 0;
	}
	
	#admissions-grid ul.tabs li:nth-child(4n), #admissions-grid ul.tabs li:nth-child(5n) {
		width: 49.5%;
		width: -webkit-calc(50% - 2px);
		width: -moz-calc(50% - 2px);
		width: calc(50% - 2px);
	}
	
	#admissions-grid ul.tabs li.current:after {
		display: none;
	}
	
	#admissions-grid ul.ctas li {
		margin: 0 1px 2px 1px;
		width: 237px;/* width: -webkit-calc(33.19% - 1px); width: -moz-calc(33.19% - 1px); width: calc(33.19% - 1px);*/
		height: 50px;
		line-height: 50px;
	}
	
	#admissions-grid ul.ctas li:nth-of-type(3) {
		width: 237px;/* width: -webkit-calc(33.2% - 1px); width: -moz-calc(33.2% - 1px); width: calc(33.2% - 1px);*/
		height: 50px;
		line-height: 50px;
		padding: 0;
	}
	
	/#admissions-grid ul.ctas li.current:after {
		display: none;
	}
	
	#admissions-grid .video, .tabbed-grid .video {
		margin-right: 0;
		width: 100%;
		height: 400px;
		float: none;
	}
	
	#admissions-grid .video img, .tabbed-grid .video img {
		max-width: 100%;
		width: 100%;
	}
	
	#admissions-grid .video h2, .tabbed-grid .video h2 {
		top: 120px;
		font-size: 36px;
	}
	
	#admissions-grid .video a.play, .tabbed-grid .video a.play {
		top: 50%;
	}
	
	#admissions-grid .video p, .tabbed-grid .video p {
		margin-top: 260px;
	}
	
	#admissions-grid .stats, .tabbed-grid .stats {
		margin-top: 2px;
		width: 100%;
		height: auto !important;
	} /*height was 399px*/
	
	#admissions-grid .stats .stats-slider, .tabbed-grid .stats .stats-slider {
		margin-left: 0;
	}
	
	#admissions-grid .stats .stat-slide img, .tabbed-grid .stats .stat-slide img {
		left: 50%;
		margin-left: -239px;
	}
	
	#admissions-grid .text-section {
		margin: 2px 0; /*69px 0 0 0;*/
		width: 100%;
		height: auto;
	}
	
	#admissions-grid .text-section.financial-aid {
		margin: 1px 0 2px 0;
	}
	
	#admissions-grid .text-section header {
		width: auto;
		height: 150px;
		float: none;
	}
	
	#admissions-grid .text-section.visit-alverno header {
		width: auto;
		height: 166px;
		float: none;
		background-image: url(images/bg-mobile-visit-alverno.jpg);
		background-size: 100% auto;
	}
	
	#admissions-grid .text-section.financial-aid header {
		width: auto;
		height: 184px;
		float: none;
		background-image: url(images/bg-mobile-financial-aid.jpg);
		background-size: 100% auto;
	}
	
	#admissions-grid .text-section header h2 {
		font-size: 28px;
		letter-spacing: 0;
	}
	
	#admissions-grid .text-section .copy-text {
		padding: 0 20px 20px 20px;
		width: auto;
		height: auto;
		float: none;
	}
	
	#admissions-grid a.link-off, .tabbed-grid a.link-off {
		margin: 2px 0 2px 1px;
		width: 49.5%;
		width: -webkit-calc(50% - 1px);
		width: -moz-calc(50% - 1px);
		width: calc(50% - 1px);
		height: 65px;
		font-family: 'Avenir LT W01 65 Medium', Lato, sans-serif;
		background-position: 240px;
	}
	
	#admissions-grid a.link-off:first-of-type, .tabbed-grid a.link-off:first-of-type {
		margin: 2px 1px 0 0;
		left: 0;
	}
	
	#admissions-grid a.link-off span, .tabbed-grid a.link-off span {
		width: 95%;
		width: -moz-calc(100% - 28px);
		width: -webkit-calc(100% - 28px);
		width: calc(100% - 28px);
	}
	
	#admissions-grid a.link-off.two-story, .tabbed-grid a.link-off.two-story {
		width: 100%;
		height: 65px;
		background-size: 100% auto;
	}
	
	#admissions-grid .checklist-section + a.link-off, #admissions-grid .checklist-section + a.link-off + a.link-off {
		height: 65px !important;
	}
	
	#admissions-grid .checklist-section, .tabbed-grid .checklist-section {
		margin: 0 0 2px 0;
		padding: 0 0 50px 0;
		height: auto;
		float: left;
	}
	
	#admissions-grid .checklist-section li.checklist-item {
		min-width: 32%;
		max-width: 32%;
		height: 24px;
	}
	
	#admissions-grid .checklist-section li.checklist-item.international {
		margin-top: 20px;
		height: 52px;
	}
	
	#admissions-grid .checklist-section h3, .tabbed-grid .checklist-section {
		width: 600px;
	}
	
	#admissions-grid .checklist-section .bx-wrapper, .tabbed-grid .checklist-section .bx-wrapper {
		width: 600px;
	}
	
	#admissions-grid .checklist-section .bx-wrapper .bx-controls-direction a {
		top: 25%;
	}
	
	#admissions-grid .checklist-section .bx-prev, .tabbed-grid .checklist-section .bx-prev {
		left: -36px;
	}
	
	#admissions-grid .checklist-section .bx-next, .tabbed-grid .checklist-section .bx-next {
		right: -36px;
	}
	
	#admissions-grid .international-quote {
		padding-left: 80px;
		padding-right: 80px;
		width: 560px;
		font-size: 18px;
	}
	
	#admissions-grid .tabbed-content .tab .counselor-section {
		margin-top: 1px;
	}
	
	h3.grad-prog-heading {
		margin: 0 !important;
	}
	
	#tab-graduate h3.grad-prog-heading {
		top: 0 !important;
	}
	
	.grad-prog-section .major {
		height: 200px !important;
	}
	
	.grad-prog-section .major p {
		font-size: 15px;
	}
	
	.grad-prog-section .major strong {
		font-size: 23px;
	}
	
	.grad-prog-section.cols_of_4 .major {
		width: 358px;
	}
	
	h3.counselor-heading {
		margin: 0;
	}
	
	#tab-graduate h3.counselor-heading {
		position: relative;
		top: 1px;
	}
	
	#tab-transfer-students h3.counselor-heading {
		margin: 2px 0;
	}
	
	.counselor-section .counselor {
		margin: 1px 0 1px 2px;
	}
	
	.counselor-section .counselor .counselor-about em {
		font-size: 15px;
	}
	
	.counselor-section .counselor .counselor-about strong {
		font-size: 28px;
	}
	
	.counselor-section .counselor .counselor-about small {
		bottom: 80px;
	}
	
	.counselor-section .counselor .counselor-about small a[href^="tel"] {
		width: auto;
		color: #232323;
		border-bottom: 0;
	}
	
	.counselor-section.cols_of_1 .counselor {
		width: 100%;
	}
	
	.counselor-section.cols_of_1 .counselor .counselor-photo {
		margin: 0;
		width: 358px;
		float: left;
	}
	
	.counselor-section.cols_of_1 .counselor .counselor-photo img {
		margin: -50px 0 0 0;
	}
	
	.counselor-section.cols_of_1 .counselor .counselor-about {
		margin: 0 0 0 2px;
		width: 308px;
		float: left;
	}
	
	.counselor-section.cols_of_2 .counselor, .counselor-section.cols_of_4 .counselor {
		width: 358px;
		height: 340px;
	}
	
	.counselor-section.cols_of_2 .counselor .counselor-photo, .counselor-section.cols_of_4 .counselor .counselor-photo {
		margin: 0 0 2px 0;
		width: 100%;
		height: 202px;
		float: none;
		overflow: hidden;
	}
	
	.counselor-section.cols_of_2 .counselor .counselor-about {
		width: -moz-calc(100% - 50px);
		width: -webkit-calc(100% - 50px);
		width: calc(100% - 50px);
		height: 96px;
	}
	
	.counselor-section.cols_of_4 .counselor .counselor-about {
		margin: 0;
		width: -moz-calc(100% - 20px);
		width: -webkit-calc(100% - 20px);
		width: calc(100% - 20px);
		height: 96px;
		float: none;
	}
	
	.counselor-section.cols_of_2 .counselor .counselor-about strong, .counselor-section.cols_of_4 .counselor .counselor-about strong {
		font-size: 24px;
		padding: 0 0 10px 0;
	}
	
	.counselor-section.cols_of_2 .counselor .counselor-about em span, .counselor-section.cols_of_4 .counselor .counselor-about em span {
		margin-right: 5px;
		display: inline-block;
	}
	
	.counselor-section.cols_of_2 .counselor .counselor-about strong, .counselor-section.cols_of_4 .counselor .counselor-about strong {
		font-size: 28px;
	}
	/*.counselor-section.cols_of_4 .counselor:nth-of-type(3n) { margin-left: 0; }*/
	
	.counselor-section.cols_of_4 .counselor:nth-child(3) {
		margin-left: 0;
	}
	
	.counselor-section.cols_of_4 .counselor.long-name .counselor-about strong {
		font-size: 24px;
	}
	
	.counselor-section.cols_of_2 .counselor .counselor-about small, .counselor-section.cols_of_4 .counselor .counselor-about small {
		bottom: auto;
		top: 20px;
		right: 10px;
	}
	
	.counselor-section.cols_of_2 .counselor .counselor-about a[href^="mailto"], .counselor-section.cols_of_4 .counselor .counselor-about a[href^="mailto"] {
		bottom: auto;
		top: 40px;
		right: 10px;
	}
	
	.counselor-section.cols_of_2 .counselor .counselor-photo img, .counselor-section.cols_of_4 .counselor .counselor-photo img {
		margin-top: -70px;
		margin-left: 0;
		max-width: 200%;
	}
	
	.counselor-section.cols_of_3 .counselor {
		width: 358px;
	}
	
	.counselor-section.cols_of_3 .counselor .counselor-photo {
		width: 154px;
	}
	
	.counselor-section.cols_of_3 .counselor.long-name {
		margin-left: 0;
		width: 718px;
	}
	
	.counselor-section.cols_of_3 .counselor.long-name .counselor-about {
		margin-left: 0;
		width: 522px;
	}
	
	.counselor-section.cols_of_3 .counselor.long-name .counselor-about strong {
		font-size: 28px;
	}
	
	#questions-spot .question-intro {
		padding: 34px 32px 26px;
		font-size: 16px;
	}
	
	#questions-spot .question-input {
		padding: 28px 27px 32px;
		width: 666px;
	}
	
	#questions-spot input[name="author"] {
		width: 206px;
	}
	
	#questions-spot input[name="email"] {
		width: 300px;
	}
	
	#questions-spot input[type="submit"] {
		width: 140px;
	}
	
	#questions-spot .question-stack .comment {
		margin: 0;
		width: 720px;
	}
	
	#questions-spot .question-stack .comment .comment-text {
		width: 680px;
	}
	
	.site-footer {
		width: 722px;
	}
	
	.article-wrapper {
		width: 722px;
	}
	
	.articulated header {
		min-height: 160px;
	}
	
	.articulated header h1 {
		font-size: 24px;
	}
	
	.articulated header h2 {
		font-size: 18px;
	}
	
	.articulated .pull-quote {
		margin-right: 0;
		width: auto;
		height: auto;
		float: right;
	}
	
	.articulated .pull-quote blockquote {
		font-size: 28px;
	}
	
	.articulated .main-image {
		margin-left: 0;
		width: 100%;
		height: auto;
		float: right;
	}
	
	.articulated .main-image img {
		max-width: 100%;
	}
	
	.articulated .text-block-left {
		width: auto;
		height: auto;
		float: none;
	}
	
	.articulated .alverno-logo {
		display: none;
		float: none;
	}
	
	.articulated #send-feedback {
		font-size: 18px;
	}
	
	#landing-grid, #landing-grid .landing-content + .site-footer {
		width: 722px;
	}
	
	.landing-grid-v2 .small-block {
		margin-top: 2px;
		width: 100%;
		height: 398px;
	}
	
	.content-grid {
		width: 720px;
	}
	
	.content-grid > h2 {
		padding-top: 30px;
	}
	
	.paid-search-content .third {
		width: auto;
		min-height: 0;
		padding-bottom: 48px;
	}
	
	.paid-search-content .third h3, .paid-search-content .third.featured-col h3 {
		padding: 21px 42px;
		font-size: 30px;
	}
	
	.paid-search-content .third img {
		width: 100%;
		height: auto;
	}
	
	.paid-search-content .third.featured-col h3 {
		float: none;
	}
	
	.paid-search-content .third.featured-col h3 strong {
		display: block;
	}
	
	.paid-search-content .third.featured-col a.request-btn {
		display: block;
		margin: 0 auto;
		width: 92%;
		float: none;
	}
	
	.paid-search-content .third.featured-col img {
		margin: 0;
		width: 100%;
		height: auto;
		float: none;
		clear: none;
	}
	
	.paid-search-content .third.featured-col p {
		padding: 36px 36px 0 36px;
	}
	
	.paid-search-content .third a#request-info-btn {
		margin-top: 20px;
	}
	
	#scholarship-calc-grid .welcome-msg {
		padding: 64px 78px;
		width: auto;
		height: auto;
	}
	
	#scholarship-calc-grid .welcome-msg h3 {
		margin-bottom: 20px;
		width: 468px;
		font-size: 28px;
	}
	
	#scholarship-calc-grid .welcome-headshot {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#scholarship-calc-grid .welcome-headshot img {
		position: relative;
		left: 0;
		width: 100%;
	}
	
	#scholarship-calc-grid #form-area {
		width: 100%;
	}
	
	#presidents-grid .welcome-msg {
		padding: 64px 78px;
		width: auto;
		height: auto;
	}
	
	#presidents-grid .welcome-msg h3 {
		margin-bottom: 20px;
		width: 468px;
		font-size: 28px;
	}
	
	#presidents-grid .welcome-headshot {
		position: relative;
		margin: 2px 0 0 0;
		width: 100%;
		height: auto;
	}
	
	#presidents-grid .welcome-headshot img {
		position: relative;
		left: 0;
		width: 100%;
	}
	
	#presidents-grid article {
		background-size: 80% auto;
	}
	
	#presidents-grid article header h1 {
		font-size: 24px;
	}
	
	#presidents-grid article p {
		line-height: 36px;
	}
	
	#presidents-grid article .social {
		position: relative;
		right: auto;
		bottom: auto;
		text-align: center;
	}
	
	#presidents-grid .welcome-headshot.search {
		display: none;
	}
	
	#presidents-grid .pres-search-sidebar {
		margin: 2px 0 0 0;
		width: auto;
		float: none;
	}
	
	#presidents-grid .pres-search-sidebar .archives {
		padding: 20px;
	}
	
	#presidents-grid .pres-search-sidebar .quick-links {
		padding: 20px;
	}
	
	#presidents-grid .pres-search-post {
		width: auto;
		float: none;
	}
	
	#presidents-grid .search-commitee {
		padding: 20px;
	}
	
	#presidents-grid .search-commitee li {
		margin-bottom: 20px;
		width: 98%;
		height: auto;
		float: none;
		clear: both;
	}
	
	#presidents-grid #out-and-about .posting .thumb {
		width: 100%;
		height: auto;
	}
	
	#presidents-grid #out-and-about .posting .thumb img {
		max-width: 100%;
		width: 100%;
		height: auto;
	}
	
	#presidents-grid #out-and-about .posting .copy {
		margin: 2px 0 0 0;
		padding-top: 48px;
		width: auto;
		height: auto;
	}
	
	#presidents-grid #out-and-about .posting .copy h4 {
		font-size: 24px;
	}
	
	.page-template-tmpl-visit-php #main-grid {
		width: 722px;
	}
	
	.page-template-tmpl-visit-php #main-grid > h2 {
		border: 0;
		padding-top: 0;
		padding-bottom: 42px;
	}
	
	.page-template-tmpl-visit-php #main-grid .block {
		margin: 1px;
	}
	
	#main-grid .block.mini-slider {
		display: none;
	}
	
	#main-grid .block.x1.cta {
		display: block;
		width: calc(50% - 2px);
		width: -webkit-calc(50% - 2px);
		width: -moz-calc(50% - 2px);
		height: 65px;
	}
	
	#main-grid .block.x1.cta a span {
		top: auto;
		bottom: 15px;
		width: 88%;
	}
	
	#main-grid .block.x2.too-tall.text-block + .block.x1.cta {
		top: 320px !important;
		left: 50% !important;
	}
	
	#comm-grid .stats {
		width: 100%;
		height: auto;
		float: none;
	}
	
	#comm-grid .video {
		width: 100%;
		height: 345px;
	}
	
	#comm-grid .text-section {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	
	#comm-grid .text-section.quote-slider {
		width: 540px;
	}
	
	#comm-grid .text-section.text-without-ctas {
		width: auto;
	}
	
	#comm-grid .text-section.text-with-ctas .gap-fixer, #comm-grid a.link-off:first-of-type:before {
		display: none;
	}
	
	#comm-grid a.link-off {
		margin: 8px 0 2px 8px;
		width: -moz-calc(50% - 12px);
		width: -webkit-calc(50% - 12px);
		width: calc(50% - 12px);
	}
	
	#comm-grid a.link-off:first-of-type {
		margin: 8px 0 6px 0;
	}
	
	#comm-grid .counselor-section.cols_of_1 .counselor {
		margin-left: 0;
		width: 100%;
	}
	
	#comm-grid .counselor-section.cols_of_1 .counselor .counselor-about {
		width: 440px;
	}
	
	#comm-grid .tabbed-content ul.conc-tabs {
		margin-left: 120px;
	}
	
	#comm-grid .tabbed-content .conc-content header {
		width: -webkit-calc(100% - 60px);
		width: -moz-calc(100% - 60px);
		width: calc(100% - 60px);
		height: auto;
	}
	
	#comm-grid .tabbed-content .conc-content aside {
		width: 100%;
		height: auto;
	}
	
	#comm-grid .tabbed-content .conc-content article {
		margin: 2px 0 0 0;
	}
	
	#comm-grid .tabbed-content .conc-content section.production-labs .course-col {
		width: 25%;
		min-height: 116px;
	}
	
	#main-grid .block.x2.too-tall.text-block {
		width: auto;
		height: auto;
		min-width: 94.25%;
	}
	
	.content-grid {
		margin-top: 118px;
	}
	
	.content-grid > h2 {
		margin-top: 21px;
		margin-bottom: 20px;
	}
	
	.tabbed-grid ul.tabs.tabs-5-wide li, .tabbed-grid ul.tabs.tabs-3-wide li {
		margin: 0 1px 2px 1px;
		width: 33%;
		width: -webkit-calc(33.1% - 1px);
		width: -moz-calc(33.1% - 1px);
		width: calc(33.1% - 1px);
		height: 50px;
		line-height: 50px;
	}
	
	.tabbed-grid ul.tabs.tabs-5-wide li:nth-of-type(3) {
		width: 33%;
		width: -webkit-calc(33.2% - 1px);
		width: -moz-calc(33.2% - 1px);
		width: calc(33.2% - 1px);
		height: 50px;
		line-height: 50px;
		padding: 0;
	}
	
	.tabbed-grid ul.tabs.tabs-5-wide li:nth-child(4n), .tabbed-grid ul.tabs.tabs-5-wide li:nth-child(5n) {
		width: 49.5%;
		width: -webkit-calc(50% - 2px);
		width: -moz-calc(50% - 2px);
		width: calc(50% - 2px);
	}
	
	.tabbed-grid ul.tabs.tabs-1-wide li {
		width: 98%;
		width: -webkit-calc(100% - 2px);
		width: -moz-calc(100% - 2px);
		width: calc(100% - 2px);
	}
	
	.tabbed-grid ul.tabs.tabs-2-wide li {
		width: 49.5%;
		width: -webkit-calc(50% - 2px);
		width: -moz-calc(50% - 2px);
		width: calc(50% - 2px);
	}
	
	.tabbed-grid ul.tabs.tabs-4-wide li {
		margin-bottom: 2px;
		width: 49.5%;
		width: -webkit-calc(50% - 2px);
		width: -moz-calc(50% - 2px);
		width: calc(50% - 2px);
	}
	
	.tabbed-grid .tabbed-content .tab .row-grid {
		height: auto !important;
	}
	
	.tabbed-grid .tabbed-content .tab .row-grid .block {
		position: relative !important;
		top: auto !important;
		left: auto !important;
	}
}	

@media screen and (max-width: 767px) {
	body {
		width: 100%;
		overflow-x: hidden;
	}
	
	.site {
		padding: 0;
		width: 100%; /*height: 500%;*/
	}
	
	.site-main {
		height: auto;
	}
	
	.site-title {
		width: 135px;
		height: 33px;
	}
	
	.site-title a {
		padding: 5px 0;
	}
	
	.menu-toggle {
		top: 6px;
	}
	
	.site-header {
		width: 96%;
		width: 570px;
	}
	/*.header-main { width: auto; }
	.site-header { position: relative; width: 96%; left: auto; margin: 0 auto; background: rgba(255,255,255,0.95); border-bottom: 1px solid #eeb111; }
	.site-title { margin: 0 auto; width: 135px; height: 33px; background: none; float: none; }
	.site-title a { padding: 6px 0; }
	.site-title img { max-width: 100%; }
	.search-box { display: none; background: none; }
	.menu-administrative-container, .apply-now { display: none; }
	.primary-navigation { height: auto; }
	#menu-2 .search-box { display: block; padding: 31px 0 25px 0; width: auto; height: 32px; }
	#menu-2 .search-field { margin: 0 15px; width: 204px; height: 32px; color: #ebebeb; background: #606060; float: none; border-radius: 0; -webkit-appearance: none; }
	#menu-2 .search-submit { display: block; position: absolute; top: 31px; right: 15px; padding: 0; width: 32px; height: 32px; border-radius: 0; background: rgba(255,255,255,0.5); color: transparent; }
	#menu-2 .search-form label:after { content: "\f400"; position: absolute; right: 22px; color: #fff; font-size: 20px; font-family: Genericons; }
	*/
	
	.main-content {
		width: 100%;
		height: auto;
	    margin-top: 140px;
		background-color: #191919;
	}
	
	#slideshow {
		position: absolute;
		top: 0;
		width: 100%;
		height: auto;
	}
	
	#slideshow .slide {
		width: 100%; /*768px;*/
		background: none !important;
	}
	/***#slideshow .slide img { margin: 0 0 0 -920px; width: auto; height: 520px; }***/
	/***#slideshow .slide strong { top: 40%; font-size: 24px; /*top: 30%; font-size: 32px;*/ /*}***/
	
	#slideshow .slide strong {
		font-size: 36px;
	}
	/*#slideshow .slide img { display: none !important; }*/
	/***
	#slideshow-clone { display: none !important; }
	#slideshow-clone .slide-clone { background: none !important; }
	#slideshow-clone-overlay { display: none !important; }
	***/
	/*#slideshow-clone .slide-clone img { display: none !important; }*/
	
	.wrapperoni {
		width: 546px;
	}
	
	#events-wrapper {
		width: 546px;
	}
	
	#events-tray .event {
		width: 152px;
	}
	
	#events-tray .event .bg {
		width: 176px;
	}
	
	#events-tray .event:hover .line {
		width: 122px;
	}
	
	.jcarousel-next {
		right: -20px;
	}
	
	.jcarousel-prev {
		left: -20px;
	}
	
	#scroll-arrow {
		display: none;
	}
	
	#main-grid .content-spot {
		/*width: 748px;*/
		width: 570px;
		width: 100%;
		overflow: hidden;
	}
	
	#main-grid h2 {
		margin: 0;
		padding: 14px 0;
		font-size: 18px;
		/*border: 1px solid #000;*/
	}
	
	#main-grid .block {
		height: 198px;
	}
	
	#main-grid .block.x1 {
		width: 188px;
	}
	
	#main-grid .block.x1.quote-block {
		padding: 20px 30px;
		width: 510px;
		height: 158px;
	}
	
	#main-grid .block.x2 {
		width: 378px;
	}
	
	#main-grid .block.x2.video-block {
		height: 299px;
	}
	
	#main-grid .block.x3.text-block {
		padding: 20px 30px;
		width: 510px;
		height: 158px;
	}
	
	#main-grid .block h4 {
		margin: 0 0 14px 0;
		padding-bottom: 13px;
		font-size: 18px;
	}
	
	#main-grid .block.x1.quote-block blockquote {
		padding-top: 36px;
		background-position: top center;
	}
	
	.safari.osx #main-grid .block.x2.text-block .hover-block, .safari.osx #main-grid .block .hover-block, .safari.osx #main-grid .block.x2 .hover-block, .chrome.ios #main-grid .block.x2 .hover-block {
		width: calc(40% - 10px) !important;
		height: calc(80% - 4px) !important;
	}
	
	#events-calendar {
		width: 570px;
	}
	
	#events-calendar .gce-list .gce-feed-1 {
		width: 570px;
	}
	
	#events-calendar .event {
		width: 570px;
	}
	
	#events-calendar .event .desc {
		font-size: 11px;
	}

	

	/***
	#events-calendar h2 { display: block; }
	#events-calendar .event { margin: 1px; height: 64px; /*width: -webkit-calc(100% - 4px); width: calc(100% - 4px);*/ /*}
	#events-calendar .event .date { padding: 8px 0; width: 64px; height: 48px; }
	#events-calendar .event .date .month { font-size: 10px; }
	#events-calendar .event .date .day { font-size: 36px; }
	#events-calendar .event .desc { padding: 8px 10px 8px 20px; width: 220px; height: 48px; }
	#events-calendar .event .desc strong { font-size: 12px; }

	#events-calendar .gce-list .gce-feed-1 { height: 64px; }
	***/

	/***
	.wrapperoni { position: absolute; /* relative;*/ /*top: 22%; /* 66%;*/ /*margin-left: -108.5px; width: 217px; }
	***/

	/***
	#events-wrapper { width: auto; }
	#events-tray { width: auto; height: 60px; }
	#events-tray .event { padding: 5px; width: 61px; height: 50px; font-size: 8px; }
	#events-tray .event .line { width: 33px; }
	#events-tray .event:hover .line { width: 100%; }
	#events-tray .event .bg { width: 65px; height: 54px; }
	***/
	
	.jcarousel ~ .navi {
		/*-webkit-transform: scale(0.5);*/
	}
	/*.jcarousel-next { right: -40px; }
	.jcarousel-prev { left: -40px; }*/

	/***
	#admissions-grid { margin: 0 auto; width: 96%; }
	***/
	
	#admissions-grid {
		width: 570px;
	}
	
	#admissions-grid > h2 {
		margin-top: 38px;
		margin-bottom: 0;
		padding: 82px 0 24px 0;
		font-size: 24px;
	}
	
	#admissions-grid > h2:nth-of-type(2) {
		padding: 36px 0;
	}
	
	#admissions-grid ul.tabs li {
		margin: 0 1px 2px 1px; /*width: -webkit-calc(33% - 1px); width: -moz-calc(33% - 1px); width: calc(33% - 1px);*/
		height: 35px;
		line-height: 35px;
		font-size: 10px;
	}
	
	#admissions-grid ul.tabs li.two-liner, .tabbed-grid ul.tabs li.two-liner {
		height: 35px;
		line-height: 35px;
		padding: 0;
	}
	
	#admissions-grid ul.ctas li {
		margin: 0 1px 2px 1px;
		width: 187px;
		height: 35px;
		line-height: 35px;
		font-size: 14px; /*font-size: 175%;*/
	}

	/***
	#admissions-grid ul.tabs li:nth-child(4n), #admissions-grid ul.tabs li:nth-child(5n) { width: -webkit-calc(50% - 2px); width: -moz-calc(50% - 2px); width: calc(50% - 2px); }
	#admissions-grid ul.tabs li.current:after { display: none; }
	***/
	
	#vidplayer {
		width: -webkit-calc(100% - 2px);
		width: -moz-calc(100% - 2px);
		width: calc(100% - 2px);
		height: 170px;
		top: 76px;
	}
	
	#admissions-grid .video {
		height: 316px;
	}
	
	.tabbed-grid .video {
		height: 297px;
	}
	
	#admissions-grid .video h2, .tabbed-grid .video h2 {
		top: 100px;
	}
	
	#admissions-grid .video p, .tabbed-grid .video p {
		margin-top: 200px;
		font-size: 18px;
	}
	
	#admissions-grid .video a.play, .tabbed-grid .video a.play {
		top: 46%;
	}
	
	#admissions-grid .stats, .tabbed-grid .stats {
		margin-top: 2px;
		margin-left: 0;
		width: 100%;
		height: auto !important;
		float: none;
	} /*height was 339px*/
	
	#admissions-grid .stats .stat-slide img, .tabbed-grid .stats .stat-slide img {
		margin-top: -25px;
	}
	
	#admissions-grid .text-section header {
		background-position: top left;
		background-size: contain;
	}
	
	#admissions-grid .text-section, #admissions-grid .text-section.financial-aid {
		margin: 67px 0 0 0;
	}
	
	#admissions-grid .international-quote {
		padding-left: 50px;
		padding-right: 50px;
		width: 470px;
		font-size: 17px;
	}
	
	#admissions-grid .text-section.checklist-section {
		height: auto;
	}
	
	#admissions-grid .checklist-section .bx-wrapper {
		width: 564px;
		width: 480px;
	}
	
	#admissions-grid .checklist-section h3 {
		width: 480px;
	}
	
	#admissions-grid .tabbed-content .tab .counselor-section {
		height: auto;
	}
	
	#admissions-grid a.link-off:first-of-type, .tabbed-grid a.link-off:first-of-type, #admissions-grid a.link-off, .tabbed-grid a.link-off {
		margin-top: 0 !important;
	}
	
	.grad-prog-section.cols_of_4 .major {
		margin: 1px 0 1px 2px;
		width: 100%;
	}
	
	.grad-prog-section.cols_of_4 .major strong {
		font-size: 21px;
	}
	
	.counselor-section .counselor {
		margin: 1px 0 1px 2px;
	}
	
	.counselor-section .counselor:last-child, .counselor-section .counselor:last-of-type {
		margin-bottom: 0;
	}
	
	.counselor-section.cols_of_1 .counselor {
		width: 100%;
	}
	
	.counselor-section.cols_of_1 .counselor .counselor-photo {
		margin: 2px 0;
		width: 283px;
		float: left;
	}
	
	.counselor-section.cols_of_1 .counselor .counselor-about {
		margin: 2px 0 0 2px;
		width: 283px;
		float: left;
	}
	
	.counselor-section.cols_of_2 .counselor, .counselor-section.cols_of_4 .counselor {
		width: 283px;
		height: 340px;
	}
	
	.counselor-section.cols_of_2 .counselor .counselor-photo, .counselor-section.cols_of_4 .counselor .counselor-photo {
		margin: 0 0 2px 0;
		width: 100%;
		height: 202px;
		float: none;
	}
	
	.counselor-section.cols_of_2 .counselor .counselor-photo img, .counselor-section.cols_of_4 .counselor .counselor-photo img {
		margin-left: -40px;
		margin-top: -60px;
		max-width: 120%;
	}
	
	.counselor-section.cols_of_2 .counselor .counselor-about {
		margin: 0;
		width: calc(100% - 50px);
		height: 96px;
		float: none;
	}
	
	.counselor-section.cols_of_4 .counselor .counselor-about {
		width: -moz-calc(100% - 20px);
		width: -webkit-calc(100% - 20px);
		width: calc(100% - 20px);
	}
	
	.counselor-section.cols_of_2 .counselor .counselor-about em span, .counselor-section.cols_of_4 .counselor .counselor-about em span {
		margin-right: 5px;
		display: inline-block;
	}
	
	.counselor-section.cols_of_3 .counselor {
		width: 283px;
		width: 305px;
	}
	
	.counselor-section.cols_of_3 .counselor .counselor-photo {
		width: 128px;
	}
	
	.counselor-section.cols_of_3 .counselor .counselor-about {
		padding: 20px 10px;
		width: 133px;
		width: 155px;
	}
	
	.counselor-section.cols_of_3 .counselor .counselor-about strong {
		font-size: 24px;
	}
	
	.counselor-section.cols_of_3 .counselor.long-name .counselor-about {
		width: 418px;
	}
	
	.counselor-section.cols_of_3 .counselor.long-name .counselor-about strong {
		font-size: 24px;
	}
	
	.counselor-section.cols_of_4 .counselor:nth-child(3) {
		margin-left: 0;
	}
	
	.counselor-section.cols_of_4 .counselor.long-name .counselor-about strong {
		font-size: 24px;
	}
	
	.counselor-section.cols_of_4 .counselor:nth-child(5) {
		margin-left: 0;
	}
	
	.grad-prog-section .major {
		height: 320px !important;
	}
	
	#questions-spot .question-input {
		padding: 14px 20px;
		width: auto;
		height: 124px;
	}
	
	#questions-spot input[type="text"] {
		height: 32px;
		line-height: 32px;
	}
	
	#questions-spot input[name="author"] {
		width: 226px;
	}
	
	#questions-spot input[name="email"] {
		width: 292px;
	}
	
	#questions-spot input[type="submit"] {
		margin-left: 0;
		width: 528px;
		height: 42px;
	}
	
	.questions:before {
		display: none;
	}
	
	.questions input {
		font-size: 0.36em;
	}
	
	.comment-form .number, .simform .number {
		display: none;
	}
	
	.next {
		bottom: 62px;
	}
	
	.next:active {
		background: none;
		color: #000;
	}
	
	#admissions-grid .row {
		position: relative;
	}
	
	#admissions-grid a.link-off {
		position: absolute;
		top: 0;
		left: 50%;
		margin: 2px 0 2px 1px;
		width: -webkit-calc(50% - 1px);
		width: -moz-calc(50% - 1px);
		width: calc(50% - 1px);
		height: 65px;
		font-family: 'Avenir LT W01 65 Medium', Lato, sans-serif;
	}
	
	#admissions-grid a.link-off:first-of-type {
		margin: 2px 1px 2px 0;
		left: 0;
	}
	
	#questions-spot .question-stack {
		width: -moz-calc(100% - 2px);
		width: -webkit-calc(100% - 2px);
		width: calc(100% - 2px);
	}
	
	#questions-spot .question-stack .comment {
		margin: 0;
		width: auto;
		width: 100%;
	}
	
	#questions-spot .question-stack .comment .comment-text {
		width: auto;
		font-size: 13px;
	}
	
	#questions-spot .question-stack .comment .comment-author {
		margin-right: -1px;
		padding: 5px 20px;
		width: auto;
		font-size: 13px;
	}
	
	.site-footer {
		width: 570px;
	}
	
	.site-footer .social-info {
		width: 536px;
	}
	
	.site-footer .social-info a {
		width: 131.5px;
	}
	
	.site-footer .cta-info {
		width: 536px;
	}
	
	.site-footer .cta-info a {
		width: 176px;
	}
	
	.article-wrapper {
		width: 570px;
	}
	
	#landing-grid, #landing-grid .landing-content + .site-footer {
		width: 536px;
	}
	
	.content-grid {
		width: 560px;
	}
	
	#scholarship-calc-grid .welcome-msg {
		padding: 36px 48px;
	}
	
	#scholarship-calc-grid .welcome-msg h3 {
		width: auto;
	}
	
	#scholarship-calc-grid .welcome-msg a.view-latest {
		display: block;
	}
	
	#scholarship-calc-grid .welcome-msg p {
		font-size: 16px;
		line-height: 2;
	}
	
	#scholarship-calc-grid .calc-form {
		
	}
	
	#scholarship-calc-grid #form-area {
		max-width: 400px;
	}
	
	#presidents-grid .welcome-msg {
		padding: 36px 48px;
	}
	
	#presidents-grid .welcome-msg h3 {
		width: auto;
	}
	
	#presidents-grid .welcome-msg a.view-latest {
		display: block;
	}
	
	#presidents-grid .welcome-msg p {
		font-size: 16px;
		line-height: 2;
	}
	
	#presidents-grid article {
		padding: 36px 48px;
	}
	
	#presidents-grid article header h1 {
		font-size: 21px;
	}
	
	#presidents-grid article p {
		font-size: 16px;
	}
	
	#presidents-grid article header .entry-selector > a {
		font-size: 14px;
	}
	
	#presidents-grid article header .entry-selector > a:after {
		top: 3px;
		font-size: 18px;
	}
	
	#presidents-grid article header .entry-selector ul {
		top: 34px;
		width: 130%;
	}
	
	#presidents-grid #out-and-about .posting .copy {
		padding: 24px 48px;
	}
	
	.page-template-tmpl-visit-php #slideshow .slide img {
		left: 0;
		margin-left: 0;
	}
	
	.page-template-tmpl-visit-php #main-grid {
		max-width: 570px;
		width: 100%;
	}
	
	.page-template-tmpl-visit-php #main-grid .block.x2.too-tall.text-block {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	#main-grid .block.x2.too-tall.text-block {
		min-width: 0;
	}
	
	.content-grid {
		margin-top: 98px;
	}
	
	.content-grid > h2 {
		margin-top: 0;
	}
	
	.tabbed-grid header h2 {
		margin: 0 auto;
		padding: 16px 0 22px 0;
	}
	
	.tabbed-grid ul.tabs li {
		height: 50px;
		line-height: 50px;
		font-size: 10px;
	}
	
	.page-template-tmpl-comm-major-php #slideshow .slide img {
		height: 620px;
	}
	
	.content-wrapped {
		width: 570px;
	}
	
	#comm-grid header h2, .tabbed-grid header h2 {
		margin: 0 auto;
		padding: 16px 0 22px 0;
		min-height: 36px;
		line-height: 36px;
	}
	
	#comm-grid header h2:before {
		display: none;
	}
	
	#comm-grid .stats {
		height: auto !important;
	}
	
	#comm-grid .stats .text-block {
		padding: 24px;
	}
	
	#comm-grid .stats .text-block strong {
		font-size: 32px;
		line-height: 40px;
	}
	
	#comm-grid .video img {
		min-width: 128%;
		max-width: 128%;
	}
	
	#comm-grid .text-section.text-with-ctas .copy-text {
		padding: 24px 36px;
	}
	
	#comm-grid .text-section.text-without-ctas .copy-text {
		padding-left: 36px;
		padding-right: 36px;
	}
	
	#comm-grid .video {
		height: 302px;
	}
	
	#comm-grid .quote-slider {
		padding-left: 40px;
		padding-right: 40px;
	}
	
	#comm-grid .text-section.quote-slider {
		width: -moz-calc(100% - 80px);
		width: -webkit-calc(100% - 80px);
		width: calc(100% - 80px);
	}
	
	#comm-grid .quote-slider .bx-prev {
		left: -35px;
	}
	
	#comm-grid .quote-slider .bx-next {
		right: -35px;
	}
	
	#comm-grid .counselor-section.cols_of_1 .counselor .counselor-photo {
		width: 100%;
		height: auto !important;
	}
	
	#comm-grid .counselor-section.cols_of_1 .counselor .counselor-photo img {
		margin: 0;
		min-width: 100%;
		max-width: 100%;
		height: auto;
	}
	
	#comm-grid .counselor-section.cols_of_1 .counselor .counselor-about {
		width: auto;
	}
	
	#comm-grid .checklist-section .objectives-slider li {
		width: 540px !important;
	}
	
	#comm-grid .tabbed-content ul.conc-tabs {
		margin-left: 0;
	}
	
	#comm-grid .tabbed-content ul.conc-tabs li, #comm-grid .tabbed-content ul.conc-tabs li.current:hover {
		width: -moz-calc(50% - 12px);
		width: -webkit-calc(50% - 12px);
		width: calc(50% - 12px);
	}
	
	#comm-grid .tabbed-content ul.conc-tabs li:hover {
		width: -moz-calc(50% - 18px);
		width: -webkit-calc(50% - 18px);
		width: calc(50% - 18px);
	}
	
	#comm-grid .tabbed-content .conc-content section .course-col {
		width: 50%;
	}
	
	#comm-grid .tabbed-content .conc-content section .course-col .course:first-child {
		margin-top: 0;
	}
	
	#comm-grid .tabbed-content .conc-content section.production-labs .course-col, #comm-grid .tabbed-content .conc-content:first-child section.production-labs .course-col {
		width: 50%;
		margin-bottom: 20px;
	}
	
	#comm-grid .tabbed-content .conc-content section.production-labs .course-col:after {
		position: absolute;
		left: 50%;
		bottom: -20px;
		top: auto;
		right: auto;
		content: 'or';
		margin-top: 0;
		width: 24px;
		height: 20px;
		font-size: 14px;
		line-height: 20px;
		text-align: center;
		text-transform: uppercase;
	}
	
	#comm-grid .tabbed-content .conc-content section.production-labs .course-col:first-child:after {
		content: '—';
		margin-left: -12px;
		right: auto;
		font-size: 16px;
	}
	
	#comm-grid .tabbed-content .conc-content section.production-labs .course-col:last-child:after {
		display: none;
	}
	
	#comm-grid .tabbed-content .conc-content section .two-col-wrap {
		margin: 0 auto;
		width: 100%;
	}
	
	#comm-grid .tabbed-content .conc-content section .three-col-wrap {
		margin: 0 auto;
		width: 100%;
	}
	
	#comm-grid .tabbed-content .conc-content section .two-col-wrap .course {
		width: -moz-calc(100% - 24px);
		width: -webkit-calc(100% - 24px);
		width: calc(100% - 24px);
	}
	
	#comm-grid .tabbed-content .conc-content section .three-col-wrap .course {
		width: -moz-calc(100% - 24px);
		width: -webkit-calc(100% - 24px);
		width: calc(100% - 24px);
	}
	
	#comm-grid .tab.yellow .text-without-ctas .copy-text li {
		width: 100%;
	}
	
	#comm-grid .checklist-section .bx-prev {
		left: -30px;
	}
	
	#comm-grid .checklist-section .bx-next {
		right: -30px;
	}
	
	#sb_instagram {
		left: 0;
		width: 96% !important;
	}
	
	#sb_instagram img {
		min-width: 100%;
	}
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
	.main-content {
		max-height: 540px;
	}
	
	#slideshow .slide strong {
		font-size: 24px !important;
	}
	
	.jcarousel-prev {
		left: -30px;
	}
	
	.jcarousel-next {
		right: -30px;
	}
	
	#main-grid .block.x2 {
		width: calc(67% - 1px) !important;
	}
	
	#main-grid .block.x2.video-block {
		width: 100% !important;
		height: 216px !important;
	}
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {
	#slideshow .slide strong {
		font-size: 24px !important;
	}
	
	.jcarousel-prev {
		left: -30px;
	}
	
	.jcarousel-next {
		right: -30px;
	}
	
	#main-grid .block.x2 {
		width: calc(67% - 1px) !important;
	}
	
	#main-grid .block.x2.video-block {
		width: 100% !important;
		height: 197px !important;
	}
	
	#admissions-grid .text-section header h2 {
		bottom: 10px !important;
	}
	
	#admissions-grid .stats .stat-slide img, .tabbed-grid .stats .stat-slide img {
		margin-top: 0 !important;
	}
	
	.counselor-section.cols_of_3 .counselor {
		width: 100%;
	}
	
	.counselor-section.cols_of_3 .counselor .counselor-about {
		width: calc(100% - 150px);
	}
	
	.counselor-section.cols_of_3 .counselor.long-name .counselor-about {
		width: 212px !important;
	}
	
	.counselor-section.cols_of_2 .counselor .counselor-about p, .counselor-section.cols_of_4 .counselor .counselor-about p {
		margin-bottom: 0;
	}
	
	.counselor-section.cols_of_2 .counselor .counselor-about small, .counselor-section.cols_of_4 .counselor .counselor-about small {
		position: relative;
		top: auto;
		right: auto;
	}
	
	.counselor-section.cols_of_2 .counselor, .counselor-section.cols_of_4 .counselor {
		height: 370px;
	}
	
	.counselor-section.cols_of_2 .counselor .counselor-photo, .counselor-section.cols_of_4 .counselor .counselor-photo {
		height: 194px;
	}
	
	.counselor-section.cols_of_2 .counselor .counselor-photo img, .counselor-section.cols_of_4 .counselor .counselor-photo img {
		margin-left: 0;
		margin-top: 0;
	}
	
	.counselor-section.cols_of_2 .counselor .counselor-about, .counselor-section.cols_of_4 .counselor .counselor-about {
		height: 135px;
	}
	
	.counselor-section.cols_of_2 .counselor .counselor-about a[href^="mailto"], .counselor-section.cols_of_4 .counselor .counselor-about a[href^="mailto"] {
		position: relative;
		top: 5px;
		right: auto;
	}
}

@media screen and (max-width: 599px) {
	.site-header {
		width: 96%;
	}
	
	.content-wrapped {
		width: 96%;
	}
	
	.article-wrapper {
		width: 96%;
	}
	
	#main-grid .block.x1 {
		display: none;
	}
	
	#main-grid .block .hover-text {
		display: block !important;
		top: 0;
		left: 0;
	}
	
	#main-grid .block:hover .hover-text {
		display: none;
	}
	
	#main-grid .block.x1.quote-block {
		display: block;
		width: -moz-calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
		width: calc(100% - 40px);
	}
	
	#slideshow .slide img {
		width: 100%;
		height: auto;
	}
	
	#slideshow .slide strong {
		top: 40%;
		font-size: 24px;
	}
	
	.single #slideshow .slide img {
		left: 0;
		margin: 0;
		height: auto;
	}
	
	.wrapperoni {
		width: 217px;
	}
	
	#events-wrapper {
		width: 217px;
	}
	
	#events-tray {
		width: auto;
		height: 60px;
	}
	
	#events-tray .event {
		padding: 5px;
		width: 61px;
		height: 50px;
		font-size: 8px;
	}
	
	#events-tray .event .line {
		width: 33px;
	}
	
	#events-tray .event:hover .line {
		width: 100%;
	}
	
	#events-tray .event .bg {
		width: 65px;
		height: 54px;
	}
	
	#main-grid .block, .tabbed-grid .block {
		height: auto;
	}
	
	#main-grid .block.x2, .tabbed-grid .block.x2 {
		width: auto;
	}
	
	#main-grid .block.x3, .tabbed-grid .block.x3 {
		width: auto;
	}
	
	#main-grid .block.x2.text-block, .tabbed-grid .block.x2.text-block {
		width: auto;
	}
	
	#main-grid .block.x3.text-block, .tabbed-grid .block.x3.text-block {
		width: auto;
		height: auto;
		padding: 20px;
		font-size: 12px;
	}
	
	#main-grid .block.text-block p, #main-grid .block.text-block p:last-child {
		margin-bottom: 0;
	}
	
	#main-grid .block.x2.video-block {
		width: 100%;
	}
	
	#main-grid .block .hover-block, #main-grid .block.x2 .hover-block {
		width: -moz-calc(50% - 6px) !important;
		width: -webkit-calc(50% - 6px) !important;
		width: calc(50% - 6px) !important;
		height: -moz-calc(80% - 1px) !important;
		height: -webkit-calc(80% - 1px) !important;
		height: calc(80% - 1px) !important;
	}
	
	#main-grid .block .hover-block h3 {
		font-size: 11px;
	}
	
	.safari.ios #main-grid .block.x2.text-block .hover-block {
		width: -webkit-calc(52% - 8px) !important;
		width: calc(52% - 8px) !important;
		height: -webkit-calc(84% - 6px) !important;
		height: calc(84% - 6px) !important;
	}
	
	#events-calendar {
		width: 100%;
	}
	
	#events-calendar h2 {
		display: block;
	}
	
	#events-calendar .event {
		margin: 1px;
		height: 64px; /*width: -webkit-calc(100% - 4px); width: calc(100% - 4px);*/
	}
	
	#events-calendar .event .date {
		padding: 8px 0;
		width: 64px;
		height: 48px;
	}
	
	#events-calendar .event .date .month {
		font-size: 10px;
	}
	
	#events-calendar .event .date .day {
		font-size: 36px;
	}
	
	#events-calendar .event .desc {
		padding: 8px 10px 8px 20px;
		width: 220px;
		height: 48px;
	}
	
	#events-calendar .event .desc strong {
		font-size: 12px;
	}
	
	#events-calendar .gce-list .gce-feed-1 {
		height: 64px;
	}
	
	.page-template-tmpl-admissions-php #slideshow {
		position: fixed;
		height: 568px;
		height: 100%;
	}
	
	.page-template-tmpl-admissions-php #slideshow .slide img {
		height: 568px;
		height: 100%;
	}
	
	#admissions-grid {
		width: 96%;
	}
	
	#admissions-grid ul.tabs li {
		margin: 0 1px 2px 1px;
		width: -webkit-calc(33% - 1px);
		width: -moz-calc(33% - 1px);
		width: calc(33% - 1px);
		height: 35px;
		line-height: 35px;
		font-size: 10px;
	}
	
	#admissions-grid ul.tabs li:nth-of-type(3) {
		height: 35px;
		line-height: 35px;
		padding: 0;
	}
	
	#admissions-grid ul.ctas li {
		margin: 0 1px 2px 1px;
		width: 177px; /*width: -webkit-calc(33% - 1px); width: -moz-calc(33% - 1px); width: calc(33% - 1px);*/
		height: 35px;
		line-height: 35px;
		font-size: 14px; /*font-size: 175%;*/
	}
	
	#admissions-grid ul.ctas li:nth-of-type(3) {
		height: 35px;
		line-height: 35px;
		padding: 0;
	}
	
	#admissions-grid .video, .tabbed-grid .video {
		margin-right: 0;
		width: 100%;
		height: 302px;
		float: none;
	}
	
	#admissions-grid .video img, .tabbed-grid .video img {
		max-width: 100%;
	}
	
	#admissions-grid .video h2, .tabbed-grid .video h2 {
		top: 90px; /*top: 50px; font-size: 21px;*/
	}
	
	#admissions-grid .video p, .tabbed-grid .video p {
		padding: 0 70px;
	}
	
	#admissions-grid .video a.play, .tabbed-grid .video a.play {
		height: 40%;
	}
	
	#admissions-grid .stats, .tabbed-grid .stats {
		margin-top: 2px;
		width: 100%;
		height: auto !important;
	} /*height was 302px*/
	
	#admissions-grid .stats .stat-slide, .tabbed-grid .stats .stat-slide {
		margin-left: 0;
	}
	
	#admissions-grid .stats .stat-slide img, .tabbed-grid .stats .stat-slide img {
		margin-top: 0;
		margin-left: -181px;
		height: 100%;
	}
	
	#admissions-grid .stats .stat-slide strong, .tabbed-grid .stats .stat-slide strong {
		font-size: 12px;
	}
	
	#admissions-grid .text-section header h2 {
		bottom: 32px;
	}
	
	#admissions-grid .text-section.visit-alverno header {
		height: 84px;
	}
	
	#admissions-grid .text-section.financial-aid header {
		height: 84px;
	}
	
	#admissions-grid .checklist-section h3 {
		margin-left: 15px;
		margin-right: 15px;
		margin-left: auto;
		margin-right: auto;
		width: 270px;
		font-size: 18px;
	}
	
	#admissions-grid .checklist-section .bx-wrapper, #comm-grid .checklist-section .bx-wrapper {
		width: 220px;
	}
	
	#admissions-grid .checklist-section .custom-pager {
		left: -12px;
	}
	
	#admissions-grid .international-quote {
		width: 444px;
	}
	
	.grad-prog-section.cols_of_4 .major {
		margin: 1px 0 1px 1px;
		width: 100%;
		width: -moz-calc(100% - 1px);
		width: -webkit-calc(100% - 1px);
		width: calc(100% - 1px);
	}
	
	.grad-prog-section.cols_of_4 .major strong {
		font-size: 21px;
	}
	
	.counselor-section .counselor {
		margin: 1px 0 1px 2px;
	}
	
	.counselor-section .counselor:first-child {
		margin-top: 1px;
		margin-left: 0;
	}
	
	.counselor-section.cols_of_2 .counselor, .counselor-section.cols_of_4 .counselor {
		width: 96%;
		width: -moz-calc(100% - 1px);
		width: -webkit-calc(100% - 1px);
		width: calc(100% - 1px);
	}
	
	.counselor-section.cols_of_2 .counselor .counselor-photo img, .counselor-section.cols_of_4 .counselor .counselor-photo img {
		margin-top: -20px;
	}
	
	#questions-spot .question-input {
		padding: 14px 20px;
	}
	
	.site-footer {
		width: 100%;
	}
	
	.site-footer .social-info {
		width: 480px;
	}
	
	.site-footer .social-info a {
		width: 117.5px;
	}
	
	.site-footer .cta-info {
		width: 480px;
	}
	
	.site-footer .cta-info a {
		width: 157px;
	}
	
	#questions-spot .question-input {
		height: ;
	}
	
	#questions-spot input[name="author"] {
		width: auto;
	}
	
	#questions-spot input[name="email"] {
		width: auto;
	}
	
	#questions-spot input[type="submit"] {
		width: auto;
	}
	
	#landing-grid, #landing-grid .landing-content + .site-footer {
		width: 96%;
	}
	
	.thermometer {
		margin: 20px;
	}
	
	.content-grid {
		margin: 108px auto 0 auto;
		width: 96%;
	}
	
	.content-grid > h2 {
		font-size: 24px;
	}
	
	.page-template-tmpl-presidents-page-php #slideshow .slide img, .page-template-tmpl-presidential-search-php #slideshow .slide img {
		margin: 0 0 0 -50%;
	}
	
	#presidents-grid .welcome-msg.search {
		background-size: 80% auto;
	}
	
	#presidents-grid .search-commitee li img {
		display: none;
	}
	
	.page-template-tmpl-visit-php #main-grid {
		width: 96%;
	}
	
	.page-template-tmpl-visit-php #main-grid .block.text-block p {
		margin-bottom: 8px;
	}
}

@media screen and (max-width: 567px) {
	#admissions-grid .video, .tabbed-grid .video {
		height: 255px;
	}
	
	#admissions-grid .video h2, .tabbed-grid .video h2 {
		top: 70px;
		font-size: 21px;
	}
	
	#admissions-grid .video p, .tabbed-grid .video p {
		margin-top: 170px;
		font-size: 15px;
	}
	
	#admissions-grid .video a.play, .tabbed-grid .video a.play {
		
	}
	
	#admissions-grid .video a.play:before, .tabbed-grid .video a.play:before {
		left: -104px;
		width: 90px;
	}
	
	#admissions-grid .video a.play:after, .tabbed-grid .video a.play:after {
		right: -104px;
		width: 90px;
	}
	
	#admissions-grid .stats {
		height: px !important;
	}
	
	#admissions-grid .text-section header h2 {
		bottom: 32px;
	}
	
	#admissions-grid .text-section.visit-alverno header {
		height: 84px;
	}
	
	#admissions-grid .text-section.financial-aid header {
		height: 94px;
	}
	
	.counselor-section.cols_of_3 .counselor.long-name .counselor-about {
		width: 155px;
	}
	
	.counselor-section.cols_of_3 .counselor.long-name .counselor-about strong {
		font-size: 20px;
	}
	
	#admissions-grid .international-quote {
		padding-left: 30px;
		padding-right: 30px;
		width: 400px;
	}
	
	#questions-spot input[name="author"] {
		width: 105px;
	}
	
	#questions-spot input[name="email"] {
		width: 150px;
	}
	
	#questions-spot input[type="submit"] {
		width: 266px;
	}
	
	.paid-search-content .third h3 {
		padding: 21px 32px;
		font-size: 26px;
	}
	
	.site-footer .social-info {
		width: 536px;
	}
	
	.site-footer .cta-info {
		width: 536px;
	}

	/*#comm-grid .checklist-section .objectives-slider li { width: 360px !important; }*/
}

@media screen and (max-width: 479px) {
	#slideshow .slide strong {
		font-size: 18px;
	}
	
	#main-grid .content-spot {
		width: 320px;
		width: 100%;
	}
	
	#main-grid .block.x2 {
		width: 212px; /*width: -moz-calc(67% - 1px); width: -webkit-calc(67% - 1px); width: calc(67% - 1px);*/
	}
	
	#main-grid .block.x3 {
		width: 212px;
	}
	
	#main-grid .block.x2 img {
		max-width: 100%;
	}
	
	#main-grid .block.x3 img {
		left: -50%;
		max-width: 150%;
	}
	
	#main-grid .block.x2.video-block {
		width: 100%;
		height: 168px;
	}
	
	#main-grid .block.x3 {
		display: none;
	}
	
	#main-grid .block.x3.text-block {
		display: block;
		width: 280px;
		width: -moz-calc(100% - 42px);
		width: -webkit-calc(100% - 42px);
		width: calc(100% - 42px);
	}
	
	#main-grid .block.x1.quote-block blockquote {
		font-size: 13px;
		line-height: 1.4;
	}
	
	#main-grid .block.x1.quote-block p {
		font-size: 14px;
	}
	
	#admissions-grid ul.tabs li {
		margin: 0 1px 2px 1px;
		width: 32%;
		width: -webkit-calc(32.9% - 1px);
		width: -moz-calc(32.9% - 1px);
		width: calc(32.9% - 1px);
		height: 35px;
		line-height: 35px;
		font-size: 10px;
	}
	
	#admissions-grid ul.ctas li {
		margin: 0 1px 2px 1px;
		width: 100px;/* width: -webkit-calc(32.9% - 1px); width: -moz-calc(32.9% - 1px); width: calc(32.9% - 1px);*/
		height: 35px;
		line-height: 35px;
		font-size: 12px;
	}
	
	#admissions-grid .video, .tabbed-grid .video {
		margin-right: 0;
		width: 100%;
		height: 169px;
		float: none;
	}
	
	#admissions-grid .video img, .tabbed-grid .video img {
		max-width: 100%;
	}
	
	#admissions-grid .video h2, .tabbed-grid .video h2 {
		top: 50px;
		font-size: 21px;
	}
	
	#admissions-grid .video p, .tabbed-grid .video p {
		margin-top: 100px;
		padding: 0;
		font-size: 14px;
		line-height: 1.2;
	}
	
	#admissions-grid .video a.play, .tabbed-grid .video a.play {
		top: 80px;
		margin-left: -17.5px;
		width: 35px;
		height: 35px;
		background-size: cover;
		border-radius: 17.5px;
	}
	
	#admissions-grid .video a.play:before, .tabbed-grid .video a.play:before {
		left: -104px;
		width: 90px;
	}
	
	#admissions-grid .video a.play:after, .tabbed-grid .video a.play:after {
		right: -104px;
		width: 90px;
	}
	
	#admissions-grid .stats {
		margin-top: 2px;
		width: 100%;
		height: auto !important;
	} /*height was 224px*/
	
	.tabbed-grid .stats {
		margin-top: 2px;
		width: 100%;
		height: auto;
	}
	
	#admissions-grid .stats .stat-slide, .tabbed-grid .stats .stat-slide {
		margin-left: 0;
	}
	
	#admissions-grid .stats .stat-slide img, .tabbed-grid .stats .stat-slide img {
		margin-top: 8px;
		margin-left: -134px;
		height: 100%;
	}
	
	#admissions-grid .stats .stat-slide strong, .tabbed-grid .stats .stat-slide strong {
		font-size: 12px;
	}
	
	#events-calendar {
		width: 320px;
	}
	
	.site-footer .social-info {
		width: 100%;
	}
	
	.site-footer .social-info a {
		width: 74.5px;
		font-size: 11px;
	}
	
	.site-footer .cta-info {
		width: 100%;
	}
	
	.site-footer .cta-info a {
		width: 100px;
		font-size: 11px;
	}
	
	.article-wrapper {
		width: 320px;
	}
	
	#landing-grid, #landing-grid .landing-content + .site-footer {
		width: 320px;
	}
	
	#scholarship-calc-grid .welcome-msg {
		padding: 24px;
	}
	
	#scholarship-calc-grid #form-area {
		max-width: 260px;
	}
	
	#presidents-grid .welcome-msg {
		padding: 24px;
	}
	
	#presidents-grid article {
		padding: 24px;
	}
	
	#presidents-grid #out-and-about .posting .copy {
		padding: 24px;
	}
	
	#presidents-grid article .social a {
		margin-right: 6px;
		font-size: 24px;
	}
	
	#presidents-grid #out-and-about .posting .copy h4 {
		font-size: 21px;
	}
	
	#presidents-grid article .social a.rss {
		top: 0;
	}
	
	#main-grid .block.x1.cta a span {
		width: 75%;
	}
	
	.page-template-tmpl-visit-php #main-grid .block h3 {
		padding-right: 0;
		font-size: 24px;
	}
	
	.site-footer .social-info {
		width: 308px;
	}
	
	.site-footer .cta-info {
		width: 308px;
	}
	
	#comm-grid header h2 {
		font-size: 32px;
	}
	
	#comm-grid .video {
		height: 169px;
	}
	
	#comm-grid .text-section.text-with-ctas .copy-text {
		padding: 24px;
	}
	
	#comm-grid .checklist-section .objectives-slider li {
		width: 220px !important;
	}
	
	#comm-grid .checklist-section .custom-pager, .tabbed-grid .checklist-section .custom-pager {
		left: -24px;
	}
	
	#comm-grid .tabbed-content .conc-content section.core-courses .course, #comm-grid .tabbed-content .conc-content section .course-col {
		width: -moz-calc(100% - 12px);
		width: -webkit-calc(100% - 12px);
		width: calc(100% - 12px);
	}
	
	#comm-grid .tabbed-content .conc-content section.core-courses .two-col-wrap {
		width: -moz-calc(100% - 34px);
		width: -webkit-calc(100% - 34px);
		width: calc(100% - 34px);
	}
	
	#comm-grid .tabbed-content .conc-content section.production-labs .course-col, #comm-grid .tabbed-content .conc-content:first-child section.production-labs .course-col {
		width: 100%;
	}
}

/*@media screen and (max-width: 1024px) {
	#page { -webkit-transform: scale(0.8); }
}*/

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

@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		color: #2b2b2b;
		font-size: 12pt;
	}
	
	.site, .site-header, .hentry, .site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content, .archive-header, .page-header, .contributor-info, .comments-area, .attachment .entry-attachment .attachment {
		max-width: 100%;
	}
	
	#site-header img, .search-toggle, .site-navigation, .site-content nav, .edit-link, .page-links, .widget-area, .more-link, .post-format-archive-link, .comment-respond, .comment-list .reply, .comment-reply-login, #secondary, .site-footer, .slider-control-paging, .slider-direction-nav {
		display: none;
	}
	
	.site-title a, .entry-meta, .entry-meta a, .featured-content .hentry, .featured-content a {
		color: #2b2b2b;
	}
	
	.entry-content a, .entry-summary a, .page-content a, .comment-content a {
		text-decoration: none;
	}
	
	.site-header, .post-thumbnail, a.post-thumbnail:hover, .site-content .entry-header, .site-footer, .featured-content, .featured-content .entry-header {
		background: transparent;
	}
	
	.header-main {
		padding: 48px 10px;
	}
	
	.site-title {
		float: none;
		font-size: 19pt;
	}
	
	.content-area {
		padding-top: 0;
	}
	
	.list-view .site-content .hentry {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin-bottom: 48px;
		padding-bottom: 24px;
	}
	
	.post-thumbnail img {
		margin: 0 10px 24px;
	}
	
	.site-content .has-post-thumbnail .entry-header {
		padding-top: 0;
	}
	
	.site-content footer.entry-meta {
		margin: 24px auto;
	}
	
	.entry-meta .tag-links a {
		color: #fff;
	}
	
	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: 0;
	}
	
	.gallery-columns-1.gallery-size-medium, .gallery-columns-1.gallery-size-thumbnail, .gallery-columns-2.gallery-size-thumbnail, .gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}
	
	.archive-title, .page-title {
		margin: 0 10px 48px;
	}
	
	.featured-content .hentry {
		margin-bottom: 48px;
	}
	
	.featured-content .post-thumbnail, .slider .featured-content .post-thumbnail {
		padding-top: 0;
	}
	
	.featured-content .post-thumbnail img {
		position: relative;
	}
	
	.featured-content .entry-header {
		padding: 0 10px 24px;
	}
	
	.featured-content .entry-meta {
		font-size: 9pt;
		margin-bottom: 11px;
	}
	
	.featured-content .cat-links {
		font-weight: 900;
	}
	
	.featured-content .entry-title {
		font-size: 25pt;
		line-height: 36px;
	}
}
