/*
	Theme Name: Altitude Pro Theme
	Theme URI: http://my.studiopress.com/themes/altitude/
	Description: Make a stunning first impression, grab attention, and dynamically tell your story with beautiful images and clean typography.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 1.0.0

	Tags: black, white, blue, green, orange, pink, one-column, two-columns, responsive-layout, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	Template: genesis
	Template Version: 2.1

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/

/* THIS FILE HAS BEEN EDITED BY ANDREW WILLARD WITH PRECISION NEW MEDIA */

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Buttons
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
	- Plugins
		- Genesis eNews Extended
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Primary Navigation
		- Secondary Navigation
		- Footer Navigation
		- Responsive Menu
	- Content Area
		- Front Page
		- Dashicons
		- Flexible Widgets
		- Content
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Content Boxes
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- Max-width: 1280px
		- Max-width: 1200px
		- Max-width: 1023px
		- Max-width: 800px
		- Max-width: 480px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Colors */

.red-text {
	color: #d90937;
}

/* Buttons */

a.button.red {
    background-color: #d90927;
	color: white;
}


/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #4c4c4c;
	font-family: effra, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	-webkit-font-smoothing: antialiased;
}

body.altitude-home {
	background: none;
}

a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.site-header.dark {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

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

::selection {
	background-color: #000;
	color: #fff;
}

a {
	color: #22a1c4;
	text-decoration: none;
}

a:hover {
	color: #000;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

p:last-child {
	margin-bottom: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
	color: #000;
}

.has-text-color > strong {
	color: inherit;
}

a b,
b a,
a strong,
strong a {
	color: #22a1c4;
}

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

blockquote {
	color: #999;
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: effra, sans-serif;
	font-weight: 900;
	line-height: 1;
	margin: 40px 0 20px;
	color: #000;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
	margin-bottom: 0;
}

h1.fancy,
h2.fancy,
h3.fancy,
h4.fancy,
h5.fancy,
h6.fancy {
	font-family: 'Headland One', serif;
	font-weight: 400;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 32px;
}

.image-section h2,
.solid-section h2 {
	font-size: 80px;
	font-weight: 200;
	line-height: 1;
}

.front-page-2.solid-section h2 {
	font-size: 48px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

.image-section h4,
.solid-section h4 {
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 3px;
	text-transform: uppercase;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.full-width-content img.pull-left {
	float: left;
	margin: 0 40px 40px -200px;
}

.full-width-content img.pull-right {
	float: right;
	margin: 0 -200px 40px 40px;
}

.featured-content img,
.gallery img {
	width: auto;
}

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

.gallery {
	margin-bottom: 28px;
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 2px solid #ddd;
	border-radius: 0;
	box-shadow: none;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
}


input:focus,
textarea:focus {
	border: 2px solid #000;
	outline: none;
}

.front-page input:focus,
.front-page textarea:focus {
	border: 1px solid #22a1c4;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #000;
	opacity: 1;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.widget .button {
	background-color: #d90937;
	border: 2px solid #d90937;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 900;
	padding: 10px 15px;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	white-space: normal;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button.clear:hover,
.button:hover,
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .widget .button,
.widget .button:hover,
.widget .button.clear:hover {
	background-color: transparent;
	color: #d90937;
}

.button {
	display: inline-block;
}

.widget .button.clear {
	background-color: transparent;
	border: 2px solid #000;
	color: #000;
}

button:disabled,
button:disabled:hover,
input:disabled,
input:disabled:hover,
input[type="button"]:disabled,
input[type="button"]:disabled:hover,
input[type="reset"]:disabled,
input[type="reset"]:disabled:hover,
input[type="submit"]:disabled,
input[type="submit"]:disabled:hover {
	background-color: #ddd;
	border-color: #ddd;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Buttons
--------------------------------------------- */


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	float: none;
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	background-color: #fff;
	clear: both;
	margin-top: 72px;
	position: relative;
	z-index: 9;
	-word-wrap: break-word;
}

.front-page .site-container .site-inner {
	margin-top: 0;
	max-width: 100%;
}

.altitude-landing .site-container .site-inner {
	margin-top: 100px;
}

.secondary-nav .site-inner {
	margin-top: 250px;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar {
	height: 88px;
	width: 88px;
}

.entry-comments .avatar {
	height: 60px;
	width: 60px;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 20px 24px 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	border-bottom: 2px solid #f5f5f5;
	font-size: 20px;
	margin-bottom: 60px;
	padding-bottom: 10px;
}

.archive-description,
.author-box {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	font-size: 20px;
	margin-bottom: 100px;
	padding: 40px 0;
}

.author-box-title {
	font-size: 22px;
	margin-bottom: 8px;
}

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

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.search-form input[type="search"] {
	margin-right: 10px;
	width: auto;
}

.search-form input[type="submit"] {
	padding: 25px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-title {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 20px;
}

.entry-title {
	font-size: 48px;
}

.sidebar .entry-title {
	font-size: 24px;
	text-align: left;
}

.entry-title a {
	color: #000;
}

.entry-title a:hover {
	color: #22a1c4;
}

.widget-full .widget-title {
	margin-bottom: 40px;
}

/* WordPress
--------------------------------------------- */

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.post-password-form input {
	width: auto;
}

.post-password-form input[type="submit"] {
	padding: 25px;
}


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

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

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

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

.featured-content .entry-title {
	font-size: 24px;
}

/* Simple Social Icons
--------------------------------------------- */

.altitude-home .content .simple-social-icons {
	margin-top: 40px;
}

.altitude-home .content .simple-social-icons ul li {
	margin: 0 20px !important;
}

.altitude-home .content .simple-social-icons ul li a,
.altitude-home .content .simple-social-icons ul li a:hover {
	padding: 30px;
}


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

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	font-size: 18px;
	margin-bottom: 20px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


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

.site-header {
	background-color: #fff;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.featured-section .site-header {
}

.featured-section .site-header > .wrap {
}

.site-header.dark {
}

.site-header.dark > .wrap {
}

.site-header.dark .nav-secondary {
}

.admin-bar .site-header {
}

/* Title Area
--------------------------------------------- */

.title-area {
	padding: 25px 0;
	width: 203px;
	margin: 0 auto;
	display: block;
}

.site-header.dark .title-area {
}

.site-title {
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 2px;
	line-height: 1;
	margin-bottom: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #fff !important;
}

.header-image .title-area,
.header-image .site-header.dark .title-area {
	padding: 0;
}

.header-image .site-title > a {
	background-size: contain !important;
	display: block;
	height: 72px;
	text-indent: -9999px;
}

.header-image .dark .site-title > a {
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

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

/* Front Page
--------------------------------------------- */

.image-section,
.solid-section {
	clear: both;
	text-align: center;
	width: 100%;
}

.image-section {
	display: table;
	overflow: hidden;
	table-layout: fixed;
	width: 100%;
	height: auto !important;
}

.image-section .widget-area {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.image-section,
.image-section a {
	color: #fff;
}

.image-section a:hover,
.image-section .featured-content .entry-title a:hover {
	color: #22a1c4;
}

.solid-section {
	background-color: #fff;
}

.front-page-2,
.front-page-3,
.front-page-4,
.front-page-5,
.front-page-6,
.front-page-7 {
	-webkit-background-clip: padding-box;
	-moz-background-clip:    padding;
	background-clip:         padding-box;
	position: relative;
	z-index: 9;
}

.front-page-1,
.front-page-3,
.front-page-5,
.front-page-7 {
	background-attachment: fixed;
	background-color: #fff;
	background-position: 50% 0;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;
}

.front-page-1 {
	position: relative;
}

.front-page-1 .image-section {
	padding-top: 72px;
}

.secondary-nav .front-page-1 .image-section {
	padding-top: 150px;
}

.front-page-4 .solid-section {
	background-color: #f3f3f3;
}

.bottom-image {
	margin-bottom: -120px;
	margin-top: 100px;
}

.bottom-image img {
	margin-bottom: -10px;
}

.front-page .field-wrap:last-child {
	margin-bottom: 0;
}

.small-disclaimer {
	font-size: 14px;
	font-style: italic;
}


/* Dashicons
--------------------------------------------- */

.front-page .dashicons {
	font-size: 40px;
	height: 40px;
	margin-bottom: 20px;
	width: 40px;
}

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

.flexible-widgets {
	padding-bottom: 60px;
	padding-top: 100px;
}

.flexible-widgets .widget {
	float: left;
	margin: 0 0 40px 2.564102564102564%;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-area .widget:nth-of-type(1),
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
	background: none;
	margin-left: 0;
	padding: 0;
	width: 100%;
}
	
.widget-area.flexible-widgets.widget-half .widget,
.flexible-widgets.widget-halves .widget {
	width: 48.717948717948715%;
}

.flexible-widgets.widget-thirds .widget {
	width: 31.623931623931625%;
}

.flexible-widgets.widget-fourths .widget {
	width: 23.076923076923077%;
}

.flexible-widgets.widget-halves .widget:nth-child(even),
.flexible-widgets.widget-thirds .widget:nth-child(3n+2),
.flexible-widgets.widget-fourths .widget:nth-child(4n+2) {
	clear: left;
	margin-left: 0;
}

.solid-section .widget {
	background-color: #fff;
	padding: 40px;
}

.solid-section .widget-title {
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.flexible-widgets.widget-halves h2,
.flexible-widgets.widget-thirds h2,
.flexible-widgets.widget-fourths h2 {
	font-size: 36px;
}

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

.content {
	float: left;
	width: 700px;
}

.page .content {
	padding-bottom: 50px;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	padding: 0 200px 50px;
	width: 100%;
}

.full-width-content.front-page .content {
	padding: 0;
}

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 100px;
}

.widget .entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #000;
	color: #ddd;
}


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

p.entry-meta {
	font-size: 20px;
	margin-bottom: 0;
}

.entry-header,
.entry-footer {
	text-align: center;
}

.entry-header p.entry-meta {
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.entry-header::after {
	border-bottom: 1px solid #000;
	content: "";
	display: block;
	margin: 0 auto 60px;
	padding-bottom: 30px;
	width: 25%;
}

.image-section .entry-header::after {
	border-color: #fff;
}

.entry-footer::before {
	border-top: 1px solid #000;
	content: "";
	display: block;
	margin: 30px auto 0;
	padding-top: 60px;
	width: 25%;
}

.sidebar .entry-header::after {
	display: none;
}

.entry-categories::before,
.entry-tags::before {
	display: inline-block;
	font: normal 20px/1 "dashicons";
	margin-right: 5px;
	margin-top: 2px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	border-top: 1px solid #000;
	padding: 40px 0;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #000;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	color: #fff;
	cursor: pointer;
	display: inline-block;

	font-size: 14px;
	letter-spacing: 1px;
	padding: 8px 12px;
	text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #22a1c4;
	color: #fff;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 100px;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

.comment-header {
	font-size: 20px;
}

.entry-comments .comment {
	border-bottom: 1px solid #000;
}

.comment-content,
.entry-comments .comment {
	clear: both;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .children .comment {
	border: none;
}

.comment-respond label {
	display: block;
	font-weight: 800;
}

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

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.entry-comments ul.children {
	margin-left: 40px;
}

.ping-list .reply {
	display: none;
}


/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.alert-side {
	margin-top: 20px;
	box-sizing: border-box;
	padding: 0 20px;
}

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

.site-footer {
	padding: 20px;
	text-align: center;
}

.site-footer p {
}

/* General Sitewide Stuff */

img.centericon {
	width: 50px;
	display: block;
	margin: 0 auto 20px;
}

div.centered {
	display: block;
	width: 100%;
	text-align: center;
}

.innercontent {
	width: 90%;
	left: 5%;
	top: 50%;
	transform: translatey(-50%);
	position: absolute;
}

/* Home Page Sections */

/* Landing Section */

/*
.front-page-1 img {
	width: 600px;
	max-width: 100%;
	margin: 9% auto;
}
*/

.front-page-1 .wrap {
	max-width: none;
	width: 100%;
}

.front-page-1 .flexible-widgets {
	padding-top: 0;
	padding-bottom: 0;
}

.front-page-1 .flexible-widgets .widget {
	margin: 0;
}

.landing {
	position: relative;
}

.landingcontent {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.landingcontent img {
	max-width: 900px;
	margin-bottom: 2rem;
}

.landingcontent a.button {
	font-size: 1.4rem;
}

.landingcontent h3 {
	color: white;
	display: block;
	width: 100%;
	max-width: 700px;
	margin: 3rem auto 2rem;
}

.landingcontent button {
	font-size: 1.4rem;
}

.videodiv {
	width: 100%;
	margin: 0;
	line-height: 0;
	position: relative;
	opacity: 0;
}

.videodiv.visible {
	opacity: 1;
	-webkit-transition: all 300ms ease 300ms;
	-moz-transition: all 300ms ease 300ms;
	-ms-transition: all 300ms ease 300ms;
	-o-transition: all 300ms ease 300ms;
	transition: all 300ms ease 300ms;
}

.videodiv video {
	width: 100%;
}

.front-page-1 .landingsidebyside {
	display: block;
	width: 100%;
	text-align: center;
}

.front-page-1 .landingsidebyside img {
	display: inline-block;
	vertical-align: middle;
	width: 49%;
	max-width: 600px;
	margin: 9% 20px;
	min-width: 300px;
}

.front-page-1 .landingsidebyside img.awardimg {
	max-width: 300px;
	min-width: 250px;
}

.front-page-1 .homebutton {
	display: block;
	width: 300px;
	margin: 0 auto;
}

.landingdisclaim {
	position: absolute;
	display: inline-block;
	width: auto;
	bottom: 10px;
	left: 50%;
	transform: translatex(-50%);
	background-color: rgba(255,255,255,0.5);
	color: #000;
	padding: 7px 15px;
	font-style: italic;
	font-size: 14px;
}

.landing .button {
	font-size: 1.8rem;
}

/* .landing {
	display: grid;
	align-items: end;
	justify-content: center;
	min-height: 85vh;
} */

.front-page-1 .image-section {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+30,0.75+76 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0.75) 76%, rgba(0,0,0,0.75) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0.75) 76%,rgba(0,0,0,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0.75) 76%,rgba(0,0,0,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 ); /* IE6-9 */

}

.landing .dayofgiving {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto 25px;
	color: white;
}

.landing .dayofgiving > * {
	flex: 1;
}

.landing .dayofgiving img {
	max-width: 500px;
	width: 100%;
	display: block;
	margin: 0 auto 15px;
}

.landing .dayofgiving h3 {
	color: white;
	margin: 0 0 20px;
}

.landing .dayofgiving p {
	margin-bottom: 10px;
}

/* Front Page 2 */

.front-page-2 .responsive-video-embed {
	display: none;
}

/* Explore Section */

.singleexplore {
	width: 30%;
	margin: 1%;
	display: inline-block;
	padding-bottom: 20%;
	min-width: 300px;
	min-height: 200px;
	position: relative;
	background-size: cover;
	background-position: 50% 50%;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.singleexploreoverlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.4;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.singleexplorecontentbox {
	border: solid #d90937 3px;
	position: absolute;
	width: 90%;
	height: 90%;
	left: 5%;
	top: 5%;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.singleexplore .explorecontent {
	width: 80%;
	left: 10%;
	box-sizing: border-box;
	padding: 10px;
}

.singleexplore h3 {
	color: #fff;
}

.singleexplore:hover .singleexploreoverlay {
	opacity: 0;
}

.singleexplore:hover .singleexplorecontentbox {
	width: 86%;
	height: 86%;
	left: 7%;
	top: 7%;
}
/* AB Callout */

p.ab-callout {
	display: block;
	text-align: center;
	font-size: 1.5rem;
	max-width: 800px;
	margin: 0 auto 2rem;
}

/* Nationally Ranked */

.front-page-2 .flexible-widgets {
	padding-top: 0;
}

.front-page-2 .flexible-widgets > .wrap {
	width: 100%;
	max-width: none;
}

.nationally-ranked-container {
	padding: 2rem 0;
	margin-bottom: 4rem;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.5);
}

.nationally-ranked {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
}

.nationally-ranked img {
    width: 325px;
}

.nationally-ranked-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.nationally-ranked-flex img {
    width: 220px;
}


/* Let your light shine section */

.front-page-3 {
	background-attachment: scroll;
	background-position: left;
	padding: 40px 0;
}

.front-page-3 .widget {
	text-align: right;
}

.front-page-3 h3 {
	font-size: 48px;
	text-transform: uppercase;
	color: #fff;
}

.front-page-3 h4 {
	font-size: 32px;
	letter-spacing: 0px;
	text-transform: none;
	color: #fff;
}

/* Alumni Extra Home Item */

.alumni-home-cta {
	margin-bottom: 4rem;
}

.alumni-home-cta .button {
	margin-top: 2.5rem;
}

/* Featured Items */

.singlefeat {
	display: inline-block;
	width: 47%;
	margin: 1%;
	padding-bottom: 28%;
	position: relative;
	min-width: 275px;
	min-height: 250px;
}

.singlefeat.Blackfeat {
	background-color: #000;
}

.singlefeat.Redfeat {
	background-color: #d90937;
}

.singlefeat.Goldfeat {
	background-color: #b3a06c;
}

.singlefeat .singlefeatimage {
	width: 60%;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: 50% 50%;
}

.singlefeat .singlefeattitle {
	position: absolute;
	width: 32%;
	top: 6%;
	right: 4%;
	text-align: left;
	color: #fff;
}

.singlefeattitle p {
	color: #fff;
}

.singlefeat .singlefeatcontent {
	position: absolute;
	width: 32%;
	bottom: 6%;
	right: 4%;
	text-align: left;
	color: #fff;
	font-size: 14px;
}

.singlefeat .singlefeatcontent a {
	text-decoration: underline;
	color: #fff;
}

.singlefeat h3,
.subpage-content .singlefeat h3,
.full-width-wrap .singlefeat h3 {
	font-size: 20px;
	padding-top: 0;
	color: #fff;
}

.subpage-content .singlefeat h3 {
	font-size: 20px;
}

.singlefeat h3::before,
.subpage-content .singlefeat h3::before,
.full-width-wrap .singlefeat h3::before {
	display: none;
}

/* Extra Featured Items Feed */

.singlealtfeat {
	display: inline-block;
	width: 42%;
	vertical-align: top;
	margin: 0 0 60px;
	min-width: 270px;
	text-align: left;
	border-top: solid #d90937 6px;
}

.singlealtfeat:nth-child(2n+1) {
	margin-right: 6%;
}

.singlealtfeatimg {
	width: 100%;
	padding-bottom: 70%;
	background-size: cover;
	background-position: 50% 50%;
}

.singlealtfeatcontent {
	padding-top: 20px;
}

.subpage-content .singlealtfeat h3 {
	color: #000;
	font-size: 28px;
	margin: 0 auto 12px;
	padding-top: 0;
}

.subpage-content .singlealtfeat h3::before {
	display: none;
}

.singlealtfeat p {
	color: #000;
	margin: 0 auto 12px;
	text-align: left;
}

.singlealtfeat p.altfeatsubtitle {
	color: #d90937;
}

/* Home News Feed */

.front-page-5 .image-section {
	background-color: #fff;
}

/* Subpage Template General Layout */

.hero {
	width: 100%;
	display: block;
	margin: 0;
	background-size: cover;
	background-attachment: scroll;
	background-position: 50% 20%;
}

.hero h2 {
	color: #fff;
	text-align: center;
	margin: 120px auto;
}

#content-sidebar-wrap {
	background-color: #f6f6f6;
	overflow: hidden;
}

#content-sidebar-wrap .wrap {
	padding: 40px 0;
}

p:last-child {
	margin-bottom: 0;
}

#content-sidebar-wrap .subpage-content ol,
#content-sidebar-wrap .subpage-content ul,
#content-sidebar-wrap.full-width-wrap ol,
#content-sidebar-wrap.full-width-wrap ul {
	width: 90%;
	margin: 25px auto;
	display: block;
}

#content-sidebar-wrap .subpage-content ol li,
#content-sidebar-wrap.full-width-wrap ol li {
	list-style-type: decimal;
}

#content-sidebar-wrap .subpage-content ul li,
#content-sidebar-wrap.full-width-wrap ul li {
	list-style-type: disc;
}

#content-sidebar-wrap .subpage-content .blocks-gallery-grid,
#content-sidebar-wrap .subpage-content .wp-block-gallery,
#content-sidebar-wrap.full-width-wrap .blocks-gallery-grid,
#content-sidebar-wrap.full-width-wrap .wp-block-gallery {
	display: flex;
}

.sub-sidebar {
	width: 300px;
	float: left;
	margin: 0;
	box-sizing: border-box;
	padding-left: 50px;
	padding-top: 48px;
	position: relative;
}

.sidebartoggle {
	width: 25px;
	height: 25px;
	display: none;
	position: absolute;
	top: 22px;
	right: 30px;
	background-image: url(/wp-content/uploads/2020/06/sidebar_toggle_closed.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.subpage-content {
	float: left;
	display: block;
	width: calc(100% - 300px);
	margin: 0;
	box-sizing: border-box;
	padding: 0 50px 25px;
	background-color: #fff;
}

h4.sidebar-headline {
	color: #000;
	font-size: 20px;
	margin: 0;
	padding: 10px 20px;
	background-color: #dcdcdc;
	border-bottom: solid #fff 2px;
}

.subpage-content h1,
.subpage-content h2,
.subpage-content h3,
.full-width-wrap h1,
.full-width-wrap h2,
.full-width-wrap h3 {
	padding-top: 20px;
	position: relative;
}

.subpage-content h1::before,
.subpage-content h2::before,
.subpage-content h3::before,
.full-width-wrap h1::before,
.full-width-wrap h2::before,
.full-width-wrap h3::before {
	content: "";
	position: absolute;
	display: block;
	width: 80px;
	border-top: solid #d90937 6px;
	top: 0;
	left: 0;
}

.subpage-content h4,
.subpage-content h5,
.subpage-content h6,
.full-width-wrap h4,
.full-width-wrap h5,
.full-width-wrap h6 {
	color: #d90937;
}

.page-id-6480 .full-width-wrap h6 {
	color: #999;
}

h1.pagetitle {
	margin-top: 0;
	border-top: none;
	padding-top: 0;
	font-family: 'Headland One', serif;
	color: #d90937;
	line-height: 1.2;
}

h1.pagetitle::before {
	display: none;
}

h6.post-date {
	color: black;
}

/* Custom Breadcrumb Navigation */

.breadcrumb-nav {
	padding: 15px 0;
	box-sizing: border-box;
	display: block;
	margin: 0;
	font-size: 13px;
	color: #878787;
}

/* Sidebar Navigation */

.sidebar-nav-menu {
	background-color: #e5e5e5;
}

.sidebar-nav-menu .menu-item {
	display: block;
	width: 100%;
	text-align: left;
	box-sizing: border-box;
	border-bottom: solid #fff 2px;
	position: relative;
}

.sidebar-nav-menu li a {
	color: #424141;
	font-family: 'Headland One', serif;
	font-weight: 400;
	font-size: 14px;
	display: block;
	width: 100%;
	padding: 10px 20px;
}

.sidebar-nav-menu li a:hover {
	background-color: #dcdcdc;
}

.sidebar-nav-menu li:hover a {
	color: #000;
}

.sidebar-nav-menu li.menu-item-has-children a {
	padding-right: 34px;
}

.subtoggle {
	position: absolute;
	width: 18px;
	height: 18px;
	display: block;
	top: 10px;
	right: 8px;
	background-image: url(/wp-content/uploads/2020/06/subnav_plus.png);
	background-size: contain;
	background-position: 50% 50%;
	cursor: pointer;
}

.sub-menu .subtoggle {
	top: 5px;
	right: -17px;
}

.sub-menu-open > .subtoggle {
	background-image: url(/wp-content/uploads/2020/06/subnav_minus.png);
}

.sub-menu {
	width: 80%;
	margin: 5px auto;
}

.sub-menu li.menu-item {
	border: none;
	padding: 6px 4px;
	line-height: 1;
}

.sub-menu li.menu-item a {
	font-family: effra, sans-serif;
	font-size: 16px;
	padding: 0;
	line-height: 1;
}

/* Sidebar Quick Links */

.quicklinks {
	box-sizing: border-box;
	padding: 20px;
	background-color: #e5e5e5;
	margin-top: 20px;
}

.quicklinks h4 {
	color: #d90937;
	text-transform: uppercase;
	font-size: 16px;
}

.quicklinks p {
	font-size: 14px;
	margin: 0 0 10px;
}

.quicklinks a {
	display: block;
	width: 100%;
	margin: 0 auto 5px;
}

.quicklinks a:last-child {
	margin-bottom: 0;
}

/* Sidebar Contact Info */

.sidebarcontact {
	width: 100%;
	margin-top: 20px;
	display: block;
	box-sizing: border-box;
	padding: 20px;
	background-color: #d90937;
}

.sidebarcontact h1,
.sidebarcontact h2,
.sidebarcontact h3,
.sidebarcontact h4,
.sidebarcontact h5,
.sidebarcontact h6,
.sidebarcontact p {
	color: #fff;
}

.sidebarcontact a {
	color: #fff;
	text-decoration: underline;
}

.sidebarcontact a:hover {
	text-decoration: none;
}

/* Custom Site Navigation */

.navoverlay {
	position: fixed;
	width: calc(100% - 400px);
	height: calc(100% - 72px);
	display: block;
	margin: 0;
	top: 72px;
	left: 0;
	background-image: url(/wp-content/uploads/2020/09/navback.jpg);
	background-size: cover;
	background-position: 50% 50%;
	z-index: 9998;
	transform: translatex(-105%);
	-webkit-transition: transform 300ms ease;
	-moz-transition: transform 300ms ease;
	-ms-transition: transform 300ms ease;
	-o-transition: transform 300ms ease;
	transition: transform 300ms ease;
}

.navoverlay img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	max-width: 600px;
}

.nav-primary {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	width: 400px;
	height: 100%;
	background-color: #d90937;
	z-index: 9998;
	box-sizing: border-box;
	padding: 72px 25px 15px;
	transform: translatex(100%);
	overflow: scroll;
	-webkit-transition: transform 300ms ease;
	-moz-transition: transform 300ms ease;
	-ms-transition: transform 300ms ease;
	-o-transition: transform 300ms ease;
	transition: transform 300ms ease;
}

.navtoggle {
	display: block;
	position: fixed;
	width: 92px;
	height: 15px;
	background-image: url(/wp-content/uploads/2020/06/menu-close.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	top: 27px;
	right: 30px;
	cursor: pointer;
	z-index: 9999;
}

.genesis-nav-menu {
	border-top: solid #fff 1px;
}

.genesis-nav-menu .menu-item {
	display: block;
	width: 100%;
	text-align: left;
	border-bottom: solid #fff 1px;
	padding: 8px 15px 5px;
	position: relative;
}

.genesis-nav-menu a {
	color: #fff;
	font-family: 'Headland One', serif;
	font-weight: 400;
	line-height: 1;
}

.genesis-nav-menu .current-menu-item {
	background-color: #fff;
}

.genesis-nav-menu .current-menu-item a {
	color: #d90937;
}

.nav-primary .subtoggle {
	background-image: url(/wp-content/uploads/2020/06/subnav_plus_main.png);
}

.nav-primary .sub-menu-open .subtoggle {
	background-image: url(/wp-content/uploads/2020/06/subnav_minus_main.png);
}

.nav-primary .genesis-nav-menu .secondary.beginsecond {
	margin-top: 40px;
}

.nav-primary .genesis-nav-menu .secondary.endsecond {
	margin-bottom: 40px;
}

.nav-primary .genesis-nav-menu .secondary {
	border: none;
	text-transform: none;
	font-size: 14px;
}

.nav-primary .genesis-nav-menu li.socialnav {
	display: inline-block;
	width: auto;
	margin: 5px;
	background-color: transparent;
	border: none;
	padding: 0;
}

.nav-primary .genesis-nav-menu li.socialnav img {
	width: 25px;
}

body.navopen {
	overflow: hidden;
}

body.navopen .nav-primary {
	transform: translatex(0);
}

body.navopen .navtoggle {
	background-image: url(/wp-content/uploads/2020/06/menu-open.png);
}

body.navopen .navoverlay {
	transform: translatex(0);
}

/* Feature Navigation */

.featurenav {
	position: fixed;
	display: block;
	z-index: 9999;
	top: 24px;
	left: 40px;
	text-align: left;
}

.featurenav a {
	background-color: #bdbbbc;
	border: solid #bdbbbc 2px;
	padding: 5px 6px 3px;
	font-size: 16px;
	color: #fff;
	line-height: 1;
	text-transform: uppercase;
}

.featurenav a:hover {
	background-color: transparent;
	color: #bdbbbc;
}

/* Cardinal Spotlight Series */

.spotlightview {
	width: 100%;
	display: block;
	position: relative;
	margin: 0 0 20px;
	padding: 0;
	background-color: #d90937;
	overflow: hidden;
}

.spotvideoembed {
	width: 65%;
	display: block;
	float: right;
	margin: 0;
}

.spotcontent {
	width: 35%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	box-sizing: border-box;
}

.spotoverview {
	position: absolute;
	display: block;
	width: 90%;
	right: 5%;
	top: 5%;
	text-align: right;
}

.spotoverview h3 {
	color: #fff;
	font-size: 26px;
}

.spotoverview p {
	color: #000;
	font-size: 16px;
}

.singlespotcontent {
	position: absolute;
	display: block;
	right: 5%;
	bottom: 5%;
	text-align: right;
	width: 90%;
}

.singlespotcontent h4 {
	color: #000;
	text-align: right;
	padding-top: 20px;
	position: relative;
	font-size: 24px;
	margin: 0 0 10px;
}

.singlespotcontent h4::before {
	content: "";
	position: absolute;
	width: 80px;
	border-top: solid #fff 6px;
	top: 0;
	right: 0;
}

.singlespotcontent h5 {
	color: #000;
	font-size: 16px;
	margin: 0;
}

/* Video Embed General */

.responsive-video-embed {
	width: 100%;
	max-width: 900px;
	margin: 60px auto 0;
}

.aspect-ratio {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.aspect-ratio iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

/* Full Width Sub Pages */

#content-sidebar-wrap.full-width-wrap {
	background-color: #fff;
}

.herofeat {
	width: 100%;
	position: relative;
	overflow: hidden;
	background-color: #d90937;
}

.herofeatimage {
	width: 65%;
	padding-bottom: 41%;
	background-size: cover;
	background-position: 50% 50%;
	float: right;
	margin: 0;
}

.herofeatcontent {
	width: 30%;
	height: 100%;
	position: absolute;
	display: block;
	margin: 0;
	float: left;
}

.herofeat .singlefeattitle {
	position: absolute;
	display: block;
	width: 90%;
	top: 5%;
	left: 5%;
	text-align: right;
}

.herofeat .singlefeattitle h3 {
	color: #fff;
	padding-top: 0;
}

.herofeat .singlefeattitle h3::before {
	display: none;
}

.herofeat .singlefeatcontent {
	position: absolute;
	display: block;
	width: 90%;
	bottom: 5%;
	left: 5%;
	text-align: right;
}

.herofeat .singlefeatcontent .button {
	border-color: #fff;
}

.herofeat .singlefeatcontent .button:hover {
	background-color: #fff;
	color: #d90937;
}

.featbuttons {
	width: 100%;
	display: block;
	background-color: #ebebeb;
	text-align: center;
	padding: 30px 0;
}

.singlefeaticon {
	width: 20%;
	margin: 1%;
	padding-bottom: 14%;
	min-width: 300px;
	min-height: 210px;
	background-color: #fff;
	border: solid #d90937 4px;
	position: relative;
	display: inline-block;
}

.singlefeaticon:hover {
	background-color: #ebebeb;
}

.singlefeaticon img {
	width: 40%;
	margin: 0 auto 10px;
}

.singlefeaticon h5 {
	color: #d90937;
	text-transform: uppercase;
	font-size: 18px;
	margin: 0 auto;
}

.linkbuttons {
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 20px 0;
}

h3.redline {
	color: #000;
	font-size: 22px;
	text-transform: uppercase;
	width: 100%;
	text-align: left;
	display: block;
	margin: 0 auto 10px;
	padding-top: 10px;
	border-top: solid #d90937 3px;
}

h3.redline::before {
	display: none;
}

.linkbuttonlist {
	width: 100%;
	margin: 0 auto 40px;
	text-align: center;
}

.linkbuttonlist .singlelistbutton {
	width: 22%;
	padding-bottom: 60px;
	background-color: #b3a06c;
	border: solid #b3a06c 2px;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	margin: 1%;
	position: relative;
	min-width: 250px;
	line-height: 1;
	font-weight: 700;
	font-size: 16px;
}

.linkbuttonlist .singlelistbutton:hover {
	background-color: transparent;
	color: #b3a06c;
}

/* Alumni Page */

.midhero {
	background-size: cover;
	background-attachment: fixed;
}

.midherooverlay {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.7+0,0+63 */
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 63%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 63%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 63%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
	padding: 10% 0;
}

.midhero h2,
.midhero h3,
.midhero h4,
.midhero h5,
.midhero h6 {
	color: #fff;
}

.midhero h3 {
	font-size: 50px;
	text-transform: uppercase;
}

.midhero h4 {
	font-size: 40px;
}

.linkcolumns {
	width: 100%;
	display: table;
}

.linkcolumns .singlelinkcolumn {
	display: table-cell;
	width: 33.333333333%;
	box-sizing: border-box;
	padding: 30px;
}

.singlelinkcolumn.redcolumn {
	background-color: #d90937;
}

.singlelinkcolumn.goldcolumn {
	background-color: #b3a06c;
}

.singlelinkcolumn.blackcolumn {
	background-color: #000;
}

.singlelinkcolumn h3 {
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	padding-top: 0;
}

.singlelinkcolumn h3::before {
	display: none;
}

.singlelinkcolumn a {
	color: #fff;
	text-decoration: none;
	font-size: 22px;
	display: block;
	width: 100%;
	margin: 0 auto 8px;
}

.singlelinkcolumn a:hover {
	text-decoration: underline;
}

/* News Feed General */

.newslist {
	text-align: center;
	display: block;
	margin: 25px auto;
}

.newslist.catnewslist {
	text-align: left;
	margin: 0 auto;
}

.singlenews {
	width: 30%;
	min-width: 280px;
	margin: 1%;
	display: inline-block;
	vertical-align: top;
}

.catnewslist .singlenews:first-child {
	margin-left: 0;
}

.singlenews .singlenewsimage {
	width: 100%;
	margin: 0 auto 10px;
	padding-bottom: 70%;
	background-size: cover;
	background-position: 50% 50%;
}

.singlenews .singlenewstitle {
	width: 100%;
	margin: 0;
	display: block;
	text-align: left;
	box-sizing: border-box;
}

.singlenews .singlenewstitle h5 {
	font-size: 14px;
	margin: 0 0 10px;
	color: #000;
}

.singlenews .singlenewstitle h3 {
	font-size: 20px;
	color: #000;
	margin: 0;
}

/* News Pagination */

.prev-next-posts {
	width: 100%;
	margin: 30px auto 0;
	text-align: center;
}

.prev-next-posts a {
	padding: 1px 5px;
	background-color: #d90937;
	color: #fff;
	margin: 0 10px;
}

.prev-next-posts a.page-numbers {
	margin: 0 1px;
}

.prev-next-posts a:hover {
	background-color: #b3a06c;
}

.prev-next-posts .page-numbers.current {
	padding: 1px 5px;
	background-color: #b3a06c;
	color: #fff;
	margin: 0 1px;
}

/* Footer Featured Items Area */

.footer-widgets {
	background-color: #fff;
	padding: 0;
}

.footer-widgets .wrap {
	max-width: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.footerfeat {
	display: table;
	width: 100%;
	margin: 0;
}

.footleft,
.footright {
	display: table-cell;
	width: 50%;
	margin: 0;
	box-sizing: border-box;
	padding: 60px 40px;
	text-align: center;
	vertical-align: middle;
}

.footleft {
	background-color: #b3a06c;
}

.footright {
	background-color: #d90937;
}

.footerfeat h3 {
	color: #fff;
	margin-bottom: 40px;
}

.footerfeat a {
	color: #fff;
	background-color: transparent;
	border: solid #fff 2px;
	padding: 5px 14px;
	line-height: 1;
}

.footerfeat a:hover {
	background-color: #fff;
	color: #000;
}

/* Site Footer */

.site-footer {
	background-color: #fff;
}

.site-footer .wrap {
	max-width: none;
}

img.footlogo {
	width: 180px;
	display: block;
	margin: 0 auto 40px;
}

.footcredit {
	width: 150px;
	margin: 20px auto 0;
}

.site-footer p {
	color: #000;
	text-transform: none;
	font-size: 14px;
}

.foottable {
	display: table;
	width: 100%;
	margin: 0 auto;
}

.footsection {
	width: auto;
	display: table-cell;
	vertical-align: top;
	text-align: left;
	margin: 0;
	padding: 30px;
	box-sizing: border-box;
}

ul.footnav {
	width: auto;
	text-align: left;
	margin: 0;
	display: inline-block;
	vertical-align: top;
	margin: 20px;
}

ul.footnav li {
	width: 100%;
	display: block;
	margin: 0;
}

ul.footnav li a {
	font-size: 16px;
	margin: 0;
	line-height: 1;
	color: #000;
	text-decoration: underline;
}

ul.footnav li a:hover {
	text-decoration: none;
}

.site-footer form {
	width: auto;
	display: inline-block;
	margin: 0 5px 20px;
	line-height: 1;
	vertical-align: middle;
}

.site-footer form input {
	display: inline-block;
}

.site-footer form input[type="search"] {
	font-size: 14px;
	padding: 4px 8px;
	margin: 5px;
	background-color: #fff;
	color: #000;
	border: solid #d90937 2px;
	border-radius: 0;
	vertical-align: top;
}

.site-footer form input[type="search"]:focus {
}

.site-footer form input[type="submit"] {
	font-size: 14px;
	padding: 4px 8px;
	margin: 5px;
	color: #d90937;
	background-color: #fff;
	border: solid #d90937 2px;
}

.site-footer form input[type="submit"]:hover {
	background-color: #d90937;
	color: #fff;
}

p.footaddress {
	display: block;
	margin: 5px 10px;
}

.footSocials {
	width: 100%;
	text-align: left;
	margin: 10px 0 0;
}

.footSocials a img {
	width: 25px;
	display: inline-block;
	margin: 5px;
}

.footSocials a img:hover {
	opacity: 0.6;
}

.footfeaturenav {
	width: 100%;
	display: block;
	margin: 0 auto 15px;
	text-align: left;
}

.footfeaturenav a {
	display: inline-block;
	width: 20%;
	margin: 1%;
	min-width: 100px;
	padding: 10px;
	background-color: #bdbbbc;
	border: solid #bdbbbc 2px;
	font-size: 16px;
	color: #fff;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
}

/* Netprice Embed Overrides */
/*
.netprice-embed {
	width: 100%;
	display: block;
	padding-bottom: 620px;
	position: relative;
}

.netprice-embed iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	border: none;
	left: 0;
	top: 0;
}
*/

/* Home page Banner */

.homebanner {
	position: fixed;
	width: 100%;
	display: none;
	margin: 0;
	top: 0;
	left: 0;
	background-color: #d90937;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	padding: 8px;
	z-index: 9999;
}

.bannervisible .homebanner {
	display: block;
}

.homebanner p {
	color: #fff;
	font-size: 16px;
	margin: 0;
	width: auto;
	display: inline-block;
}

.homebanner a {
	width: auto;
	display: inline-block;
	margin: 0 10px;
	color: #fff;
	padding: 5px 8px;
	border: solid #fff 1px;
	font-size: 16px;
}

.homebanner a:hover {
	background-color: #fff;
	color: #d90937;
}

.bannervisible .site-header,
.bannervisible .featurenav, 
.bannervisible .navtoggle {
	transform: translatey(50px);
}

.bannerX {
	position: absolute;
	display: block;
	top: 50%;
	right: 20px;
	width: 20px;
	height: 20px;
	background-image: url(/wp-content/uploads/2020/07/bannerx.png);
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	transform: translatey(-50%);
	cursor: pointer;
}

/* Photo Caption Override */

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption,
.wp-block-image.is-resized>figcaption {
	color: #777;
	font-size: 14px;
	text-align: center;
	font-weight: 400;
}

/* Table Override for DPT */

.dpt-table table tr td {
	background-color: #d90937;
	padding: 10px;
	color: #fff;
}

.dpt-table table tr:first-child td {
	background-color: #fff;
}

.dpt-table table {
	border-spacing: 10px;
	border-collapse: separate;
}

/* Apply for Admissions Form Feed */

.admission_row {
	width: 100%;
	display: block;
	text-align: center;
	margin: 0 auto;
}

.admission_row .singleapply {
	width: 30%;
	margin: 1%;
	display: inline-block;
	min-width: 250px;
	vertical-align: top;
}

.applytitle {
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	padding-bottom: 65%;
	width: 100%;
	margin: 0;
}

.applytitle img {
	position: absolute;
	width: 40px;
	bottom: 52%;
	left: 50%;
	transform: translatex(-50%);
}

.applytitle h4 {
	color: #fff;
	position: absolute;
	left: 10%;
	width: 80%;
	text-align: center;
	top: 52%;
	margin: 0;
}

.applylinks {
	width: 100%;
	display: block;
	margin: 0 0 10px;
	overflow: hidden;
}

.applylinks a {
	width: 50%;
	float: left;
	text-align: center;
	padding: 10px;
	color: #fff;
}

.applylinks.fullwidth a {
	width: 100%;
}

.applylinks a.redlink {
	background-color: #d90937;
	border: solid #d90937 2px;
}

.applylinks a.blacklink {
	background-color: #000;
	border: solid #000 2px;
}

.applylinks a.redlink:hover {
	background-color: #fff;
	color: #d90937;
}

.applylinks a.blacklink:hover {
	background-color: #fff;
	color: #000;
}

p.applytext {
	width: 100%;
	text-align: center;
	font-size: 14px;
}

/* One-Stop Forms */

.onestop {
	background-color: #d90937;
}

.onestop h3 {
	text-align: center;
	color: #fff;
	padding-top: 0;
}

.select2-container {
	width: 100% !important;
}

#content-sidebar-wrap .select2-container--default .select2-selection--single {
	background-color: transparent;
	border: solid 2px #b3a06c;
	border-radius: 0;
}

#content-sidebar-wrap .select2-container--default .select2-selection--single::after {
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
	background-image: url(/wp-content/uploads/2020/08/selecttoggle.png);
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	top: 50%;
	right: 5px;
	transform: translatey(-50%) rotatez(0);
}

#content-sidebar-wrap .select2-container--open.select2-container--default .select2-selection--single::after {
	transform: translatey(-50%) rotatez(180deg);
}

#content-sidebar-wrap .select2-container .select2-selection--single {
	height: auto !important;
	padding: 20px;
	background-color: #fff;
	color: #000;
	position: relative;
	box-sizing: border-box;
}

#content-sidebar-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #000;
	font-size: 24px;
}

#content-sidebar-wrap .select2-selection__arrow {
	display: none;
}

.selectspacer {
	width: 100%;
	display: block;
	margin-bottom: 40px;
}

/* President Newsletter Feed */

.presnewsletters {
	text-align: left;
	margin-bottom: 40px;
}

.presnewsletters .singlepresnews {
	width: 30%;
	display: inline-block;
	margin: 1% 1% 1% 0;
	min-width: 250px;
}

.singlepresnews .presnewsimage {
	width: 100%;
	display: block;
	margin: 0 0 15px;
	padding-bottom: 60%;
	background-size: cover;
	background-position: 50% 50%;
}

.singlepresnews h4 {
	font-size: 24px;
	margin: 0 0 10px;
}

.singlepresnews p {
}

/* Course Catalog */

.singlecourselist {
	display: block;
	width: 100%;
	max-width: 800px;
	margin: 0;
	text-align: left;
	padding-left: 35px;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	border-top: solid #ddd 2px;
}

.singlecourselist .singlecourseinfo {
	display: inline-block;
	width: calc(100% - 270px);
	text-align: left;
	vertical-align: middle;
}

.singlecourselist .singlecourseinfo p {
	font-weight: 800;
	color: #000;
}

.singlecourselist .singlecourseinfo:first-child {
	width: 150px;
}

.singlecourselist .singlecourseinfo:last-child {
	width: 100px;
}

.singlecourselist.notoggle .singlecourseinfo:first-child {
	width: calc(100% - 117px);
}

.singlecourselist.notoggle {
	cursor: auto;
}

.singlecourselist.singleconlink {
	cursor: pointer;
}

.singlecoursedescription {
	display: none;
	width: 100%;
	max-width: 800px;
	text-align: left;
	margin: 0 0 25px;
	color: #606060;
}

.singlecoursedescription p {
	margin-bottom: 10px;
}

.singlecourselist::before {
	content: "";
	display: block;
	width: 20px;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translatey(-8px) rotatex(0deg);
	background-image: url(/wp-content/uploads/2021/01/togglearrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0.3;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}

.singlecourselist.courseOpen::before {
	transform: translatey(-50%) rotatex(180deg);
}

.singlecourselist.notoggle::before {
	display: none;
}

.inareatext {
	width: 100%;
	margin-bottom: 15px;
	max-width: 800px;
}

/* Areas Of Study Headlines */

h4.degreetype {
	font-style: italic;
	margin-top: 0;
	color: #000;
}

.creditmain {
	width: 100%;
	padding: 8px 10px;
	background-color: #ccc;
	text-align: center;
	margin-bottom: 15px;
	max-width: 800px;
}

.creditmain.electivecreditmain {
	margin-top: 20px;
}

.creditmain h4 {
	display: inline-block;
	color: #000;
	font-size: 22px;
	width: 49%;
	text-align: left;
	margin: 0 !important;
}

.creditmain h4:last-child {
	text-align: right;
}

/* 4-year Plan Tables */

.fouryeartable {
	display: block;
	width: 100%;
	padding-bottom: 15px;
	margin: 0 auto;
	overflow: hidden;
	border-bottom: solid 2px #ddd;
}

.fouryeartable:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.fouryearsubtable {
	width: 49%;
	overflow: hidden;
	display: block;
	margin: 0;
	float: left;
	color: #000;
}

.fouryearsubtable:first-child {
	margin-right: 2%;
}

.subtableheader {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	padding: 6px 12px;
	box-sizing: border-box;
	background-color: #bcbcbc;
}

.subtableheader h5 {
	color: #fff;
}

.subtablerow {
	width: 100%;
	overflow: hidden;
	display: block;
	margin: 0;
}

.subtablerow:nth-child(2n+1) {
	background-color: #efefef;
}

.subtablerow div {
	float: left;
	margin: 0;
	padding: 6px 12px;
	box-sizing: border-box;
	width: 25%;
	text-align: center;
}

.subtablerow div:first-child {
	width: 75%;
	text-align: left;
}

.subtablerow.totalrow {
	font-weight: 800;
}

.fouryearqualify {
	margin: 25px 0 10px;
	clear: both;
}

/* Course Filter Form */

.coursefilter {
	width: 100%;
	text-align: left;
	margin: 0 auto 25px;
}

.coursefilter input,
.coursefilter select {
	display: inline-block;
	width: 48%;
	margin: 0 0 15px;
	min-width: 300px;
	border: solid #000 2px;
	padding: 5px 10px;
	box-sizing: border-box;
	vertical-align: top;
}

.coursefilter input {
	padding: 6px 10px;
}

/* Areas of Study Selector */

.areaform {
	background-color: #d90937;
}

.areaform select {
	width: 100%;
	border: 2px solid #000;
	padding: 8px 12px;
	font-weight: 800;
	cursor: pointer;
}

/* Areas of Study Extra Nav Buttons */

#content-sidebar-wrap .areasbuttons .wrap {
	padding: 0;
	text-align: right;
}

#content-sidebar-wrap .areasbuttons .button {
	background-color: #b3a06c;
	border-color: #b3a06c;
}

#content-sidebar-wrap .areasbuttons .button:hover {
	background-color: #fff;
	color: #b3a06c;
}

/* Education Concentration Buttons */

.singleconfeature {
	display: inline-block;
	width: 32%;
	margin-right: 1%;
	min-width: 350px;
	padding-bottom: 26%;
	min-height: 280px;
	position: relative;
	background-size: cover;
	background-position: 50% 50%;
}

.confeaturegradient {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+15,0.7+87 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 15%, rgba(0,0,0,0.7) 87%, rgba(0,0,0,0.7) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 15%,rgba(0,0,0,0.7) 87%,rgba(0,0,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 15%,rgba(0,0,0,0.7) 87%,rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 ); /* IE6-9 */
}

.singleconfeature h4 {
	color: #fff;
	font-size: 34px;
	position: absolute;
	bottom: 5%;
	left: 5%;
	width: 90%;
	z-index: 1000;
	margin: 0 !important;
	max-width: 315px;
	line-height: 1.2;
}

.confeatureoverlay {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 5%;
	background-color: #d90937;
	z-index: 500;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
}

.singleconfeature:hover .confeatureoverlay {
	opacity: 1;
}

.confeatureoverlay p,
.confeatureoverlay p strong ,
.confeatureoverlay p b {
	line-height: 1;
	margin: 0 0 8px;
	color: #fff;
}

/* Table Overrides for Gutenberg */

.wp-block-table {
	width: 100%;
	margin-bottom: 30px;
}

.wp-block-table td {
	padding: 5px 8px;
}

/* Undergrad Programs List */

.singleprogramlist {
	width: 100%;
	display: block;
	margin: 0 0 15px;
	border-top: solid #bbb 2px;
	padding: 10px 0;
}

.singleprogramlist h4 {
	color: #000;
	font-size: 38px;
	display: inline-block;
	margin: 0 35px 0 0;
}

.singleprogramlist p.inlineblock {
	display: inline-block;
	color: #d90937;
}

.singleprogramlist p {
	color: #aaa;
}

/* All School Reunion page */

.allschoollanding {
	width: 100%;
	display: block;
	margin: 0;
	background-image: url(/wp-content/uploads/2021/02/allschoolback.jpg);
	background-size: cover;
	background-attachment: scroll;
	text-align: center;
	background-position: bottom;
}

.allschoollanding .wrap {
	padding: 10% 0;
}

.allschoollanding img {
	width: 100%;
	max-width: 950px;
	display: block;
	margin: 50px auto;
}

h3.backlight {
	display: inline-block;
	padding: 15px 25px;
	margin: 0 0 20px;
	background-color: rgba(255,255,255,0.6);
	color: #d90937;
	font-size: 42px;
}

.allschoollanding h4 {
	margin: 0;
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 34px;
}

.allschoolinfo {
	background-color: #d90937;
	padding: 40px 0;
	text-align: center;
}

.allschoolinfo p {
	color: #fff;
}

.allschoolschedule {
	background-color: #fff;
	text-align: center;
	padding: 40px 0;
	color: #000;
}

.allschoolschedule h4 {
	color: #d90937;
}

.allschoolschedule .bold,
.allschoolmerch .bold {
	font-weight: 800;
}

.allschoolregister {
	padding: 40px 0;
	background-color: #000;
	color: #fff;
	text-align: center;
}

.allschoolregister img {
	width: 100%;
	max-width: 75px;
}

.allschoolregister a:hover {
	text-decoration: underline;
	color: #fff;
}

.allschoolregister h2 {
	color: #fff;
	font-size: 48px;
}

a.button.goldbutton {
	background-color: #b3a06c;
	border-color: #b3a06c;
	text-decoration: none;
}

a.button.goldbutton:hover {
	background-color: transparent;
	color: #b3a06c;
}

.allschoolmerch {
	background-color: #fff;
	display: table;
	width: 100%;
}

.allschoolmerch .merchindi {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 40px 25px;
	text-align: center;
}

.allschoolmerch .merchindi:first-of-type img {
	max-width: 300px;
}

.allschoolmerch h4 {
	color: #d90937;
	font-size: 32px;
}

.allschoolmerch .merchindi:last-of-type {
	background-color: #ccc;
}

.allschoolfeats {
	display: table;
	background-color: #fff;
	display: table;
	width: 100%;
}

.allschoolfeats .allschoolindifeat {
	display: table-cell;
	width: 33.333%;
	box-sizing: border-box;
	vertical-align: top;
	padding: 40px 5%;
	text-align: center;
	color: #fff;
	font-size: 18px;
}

.allschoolfeats .allschoolindifeat.red {
	background-color: #d90937;
}

.allschoolfeats .allschoolindifeat.red p {
	font-size: 26px;
}

.allschoolfeats .allschoolindifeat.red .button {
	background-color: #fff;
	border-color: #fff;
	color: #d90937;
	font-size: 20px;
}

.allschoolfeats .allschoolindifeat.red .button:hover {
	background-color: transparent;
	color: #fff;
}

.allschoolfeats .allschoolindifeat.gold {
	background-color: #b3a06c;
}

.allschoolfeats .allschoolindifeat.gold .button {
	background-color: #fff;
	border-color: #fff;
	color: #b3a06c;
	font-size: 20px;
}

.allschoolfeats .allschoolindifeat.gold .button:hover {
	background-color: transparent;
	color: #fff;
}

.allschoolfeats .allschoolindifeat.black {
	background-color: #000;
}

.allschoolfeats .allschoolindifeat.black .button {
	background-color: #fff;
	border-color: #fff;
	color: #000;
	font-size: 20px;
}

.allschoolfeats .allschoolindifeat.black .button:hover {
	background-color: transparent;
	color: #fff;
}

.allschoolfeats .allschoolindifeat h4 {
	color: #fff;
	font-size: 28px;
	margin: 0 0 30px;
	text-transform: uppercase;
}

.allschoolfifty {
	padding: 40px 0;
	text-align: center;
}

.allschoolfifty img {
	width: 30%;
	min-width: 200px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5%;
}

.allschoolfifty .f50text {
	display: inline-block;
	text-align: left;
	width: 60%;
	min-width: 250px;
	vertical-align: middle;
}

.f50text p {
	margin-bottom: 0;
	font-size: 18px;
}

.f50text p.sectionend {
	margin-bottom: 20px;
}

.f50text h4 {
	font-size: 32px;
	color: #b3a06c;
	text-transform: uppercase;
}

.f50text p.red {
	color: #d90937;
	font-weight: 800;
}

/* Contact Form Overrides */

.wpcf7-checkbox .wpcf7-list-item {
	display: block;
	width: 100%;
}

/* MBA Graduate Program */

.mba-table {
	border-collapse: initial;
	border-spacing: 40px 5px;
}

/* New Student Dashboard */

.newstudentgrid {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}

.newstudentgrid a {
	background: #d90937;
	border: solid #d90937 2px;
	border-radius: 20px 0;
	color: #fff;
	width: 200px;
	text-align: center;
	padding: 20px 12px;
	margin: 1rem;
}


.newstudentgrid a:hover {
	background: transparent;
	color: #d90937;
}

/* Home Simple Popup */

.popup {
    display: none;
    position: fixed;
    top: 50%;
    right: 5%;
    transform: translatey(-50%);
    max-width: 410px;
    width: 90%;
	z-index: 9999;
}

.popup.visible {
    display: block;
}

.popclose {
    position: absolute;
    top: 13px;
    right: 13px;
    width: 20px;
}

/* Home Large Feature '22 */

.home-large-feature-22 {
	margin: 3rem auto;
}

.home-large-feature-22 img {
	margin-bottom: 1.5rem;
}

/* Financial Aid Extra Callouts */

.finaid-callout {
    display: block;
    background-color: #d90937;
    width: 100%;
    margin: 2.5rem 0;
    padding: 2rem 5%;
    color: white;
}

.finaid-callout h2 {
    color: white;
	margin-bottom: 2.5rem;
}

.finaid-callout .finaid-stats {
    display: grid;
    grid-template-columns: 1fr 2px 1fr 2px 1fr;
}

.finaid-callout .finaid-stats .statbox {
    padding: 0 1.5rem;
    text-align: center;
    color: white;
}

.finaid-callout .finaid-stats .statbox h3 {
    color: white;
	font-size: 2.8rem;
}

.finaid-callout .finaid-stats .statbox p {
	font-size: 1.4rem;
}

.finaid-callout .finaid-stats .stat-separator {
    background-color: white;
	min-height: 2px;
}

.finaid-affording-callout {
    display: grid;
    grid-template-columns: 1fr 160px;
    grid-gap: 1.5rem;
    text-align: left;
	margin: 2rem 0;
}

.finaid-affording-callout h4 {
	font-size: 2rem;
}

.finaid-affording-callout p {
	color: black;
	font-size: 1.3rem;
}

.finaid-affording-callout div:last-child {
	padding: 0 1.5rem;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1280px) {

	.wrap {
		max-width: 1140px;
	}
	
}

@media only screen and (max-width: 1200px) {

	.wrap {
		max-width: 960px;
	}

	.site-header .widget-area {
		width: 580px;
	}

	.content {
		width: 520px;
	}

	.full-width-content .content {
		padding: 0 110px;
	}
	
	.genesis-nav-menu a {
	}
	
	.site-header.dark .genesis-nav-menu a {
	}
	
	.front-page-1,
	.front-page-3,
	.front-page-5,
	.front-page-7 {
	    background-attachment: scroll;
	}
	
	.singlefeat h3,
	.subpage-content .singlefeat h3 {
		font-size: 24px;
	}
	
	.spotvideoembed {
		width: 100%;
		display: block;
		float: none;
		margin: 0;
	}

	.spotcontent {
		width: 100%;
		position: relative;
		left: 0;
		top: 0;
		height: auto;
		box-sizing: border-box;
	}
	
	.spotoverview,
	.singlespotcontent {
		position: static;
		margin: 0 auto 25px;
	}
	
	.singlealtfeat {
		display: block;
		width: 100%;
		margin: 0 0 60px;
		min-width: 270px;
		max-width: 450px;
	}
	
	.singlealtfeat:nth-child(2n+1) {
		margin-right: 0;
	}
	
	.finaid-callout .finaid-stats .statbox h3 {
		font-size: 2.2rem;
	}
	.finaid-callout .finaid-stats .statbox p {
		font-size: 1.2rem;
	}

}

@media only screen and (max-width: 1023px) {
	.finaid-callout h2 {
		margin-bottom: 0;
	}
	.finaid-callout .finaid-stats {
		grid-template-columns: 1fr;
	}
	.finaid-callout .finaid-stats .statbox {
		padding: 2rem;
	}
}

@media only screen and (max-width: 900px) {

	.wrap {
		max-width: 768px;
	}
	
	.secondary-nav .site-inner {
		margin-top: 80px;
	}

	.front-page .site-inner {
		max-width: none;
	}

	.site-header {
	}
	
	.front-page .site-header {
	}
	
	.front-page .site-header > .wrap {
	}

	.content,
	.sidebar,
	.site-header .widget-area,
	.title-area {
	}
	
	.site-header .title-area,
	.site-header.dark .title-area {
	}
	
	.header-image .dark .site-title > a {
	}

	.genesis-nav-menu,
	.site-header .widget-area,
	.site-title {
	}
	
	.header-image .site-title > a {
	}
	
	.nav-primary .genesis-nav-menu {
	}
	
	.nav-secondary,
	.site-header.dark .nav-secondary {
	}

	.genesis-nav-menu a,
	.site-header.dark .genesis-nav-menu a {
	}

	.site-inner,
	.front-page .site-container .site-inner {
		margin-top: 72px;
	}

	.full-width-content .content {
	}

	.full-width-content img.pull-left {
	}

	.full-width-content img.pull-right {
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.flexible-widgets.widget-full .widget,
	.flexible-widgets.widget-halves .widget,
	.flexible-widgets.widget-thirds .widget,
	.flexible-widgets.widget-fourths .widget {
		margin: 0 auto 20px;
		width: 100%;
	}
	
	.image-section h2,
	.solid-section h2 {
		font-size: 60px;
	}
	
	.front-page-1 .image-section,
	.secondary-nav .front-page-1 .image-section {
		padding-top: 0;
	}
	
	.title-area {
		margin: 0;
	}
	
	.bannervisible .featurenav {
		transform: translatey(0);
	}
	
	.featurenav {
		position: fixed;
		z-index: 9999;
		width: 100%;
		left: 0;
		bottom: 0;
		top: auto;
		text-align: center;
	}
	
	.featurenav a {
		width: 22%;
		margin: 1%;
		display: inline-block;
		background-color: rgba(189,187,188,0.9);
		padding: 15px 5px;
	}
	
	.singlefeat h3 {
		font-size: 20px;
	}
	
	.singlefeat .singlefeatcontent {
		font-size: 12px;
		line-height: 1;
	}
	
	.site-footer,
	.nav-primary {
		padding-bottom: 80px;
	}
	.front-page-1 .flexible-widgets .widget {
		margin: 0;
	}
	.finaid-affording-callout {
		grid-template-columns: 1fr;
	}
	.finaid-affording-callout img {
		display: block;
		margin: 1rem auto;
		width: 150px;
	}
}

@media only screen and (max-width: 960px) {
	
	.allschoolfeats {
		display: block;
	}
	
	.allschoolfeats .allschoolindifeat {
		display: block;
		width: 100%;
	}
	
}

@media only screen and (max-width: 800px) {

	.wrap {
		max-width: none;
		width: 95%;
	}

	.wrap {
		padding: 0 5%;
	}

	.front-page .site-inner {
		padding: 0;
	}

	.altitude-home .simple-social-icons ul li {
		margin: 0 20px 20px !important;
	}
	
	.footer-widgets .wrap {
	}
	
	.front-page-2,
	.front-page-3,
	.front-page-4,
	.front-page-5,
	.front-page-6,
	.front-page-7 {
		border-top: 0;
		margin-top: 0;
	}
	
	.image-section .flexible-widgets {
		padding-bottom: 80px;
	}
	
	.solid-section .flexible-widgets {
		padding-bottom: 40px;
		padding-top: 60px;
	}
	
	.bottom-image {
		margin-top: 60px;
		margin-bottom: -80px;
	}
	
	.featurenav a {
		font-size: 16px;
	}

	.footleft,
	.footright {
		display: block;
		width: 100%;
		margin: 0;
		box-sizing: border-box;
		padding: 60px 40px;
		text-align: center;
		vertical-align: middle;
	}
	
	.sub-sidebar,
	.subpage-content {
		width: 100%;
		float: none;
		display: block;
		margin: 0;
	}
	
	.sub-sidebar {
		padding: 15px;
		text-align: left;
		max-width: 400px;
		margin: 0 auto;
	}
	
	.sub-sidebar .sub-page-nav,
	.sub-sidebar .quicklinks,
	.sub-sidebar .sidebarcontact {
		display: none;
	}
	
	.sidebartoggle {
		display: block;
		z-index: 9999;
	}
	
	.sub-sidebar.sidebar-open .sidebartoggle {
		background-image: url(/wp-content/uploads/2020/06/sidebar_toggle_open.png);
	}
	
	.hero,
	.midhero {
		background-attachment: scroll;
	}

	.herofeatimage {
		width: 60%;
		min-height: 200px;
	}
	
	.herofeatcontent {
		width: 40%;
	}

	.herofeatcontent h3 {
		font-size: 24px;
	}

	.linkcolumns {
		width: 100%;
		display: block;
	}

	.linkcolumns .singlelinkcolumn {
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 30px;
	}
	.front-page-1 .wrap {
		padding: 0;
	}
	.front-page-1 .image-section .flexible-widgets {
		padding-bottom: 0;
	}
	.singlefeat {
		width: 100%;
	}
}

@media only screen and (max-width: 760px) {
	
	.allschoolmerch {
		display: block;
	}
	
	.allschoolmerch .merchindi {
		width: 100%;
		display: block;
		margin: 0 auto;
		max-width: 500px;
	}
	
	.allschoolfifty img {
		display: block;
		width: 80%;
		max-width: 200px;
		margin: 0 auto 30px;
	}
	
	.allschoolfifty .f50text {
		display: block;
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}
	
}

@media only screen and (max-width: 600px) {
	
	.navoverlay {
		display: none;
	}
	
	.nav-primary {
		width: 100%;
	}
	
	.navtoggle {
		width: 80px;
		height: 13px;
		top: 33px;
	}
	
	.herofeatimage,
	.herofeatcontent {
		position: static;
		float: none;
		width: 100%;
		display: block;
		margin: 0;
	}
	
	.herofeat .singlefeattitle,
	.herofeat .singlefeatcontent {
		position: static;
		display: block;
		width: 90%;
		margin: 5%;
	}
	
	.footsection {
		width: 100%;
		display: block;
		margin: 0;
	}
	
	.landingdisclaim {
		width: 100%;
	}
	
	.fouryearsubtable {
		width: 100%;
		max-width: 400px;
		margin: 0 auto 30px;
		float: none;
		color: #000;
	}

	.fouryearsubtable:first-child {
		margin-right: auto;
	}	
	
	.singlecourselist .singlecourseinfo {
		width: calc(100% - 160px);
	}
	
	.singlecourselist .singlecourseinfo:first-child {
		width: 100px;
	}
	
	.singlecourselist .singlecourseinfo:last-child {
		width: 25px;
	}
	
	.singlecourselist .singlecourseinfo p {
		font-size: 13px;
	}
	
	.singlecoursedescription p {
		font-size: 13px;
	}
	
	#content-sidebar-wrap .areasbuttons .button {
		width: 100%;
		margin-top: 15px;
		text-align: center;
	}
	.videodiv video {
		display: none;
	}
	.landingcontent {
		position: relative;
		padding: 2rem;
	}
	.landingcontent img {
		max-width: 400px;
		width: 90%;
	}
	.front-page-1 .homebutton {
		width: 90%;
	}
	.front-page-2 .responsive-video-embed {
		display: block;
	}
	.singleprogramlist h4 {
		font-size: 30px;
	}
	#content-sidebar-wrap .wp-block-image .alignright,
	#content-sidebar-wrap .wp-block-image .alignleft {
		float: none;
		margin: 0 auto 10px;
	}
}

@media only screen and (max-width: 480px) {

	.image-section h2,
	.solid-section h2 {
		font-size: 40px;
	}
	
	.singlefeat h3 {
		font-size: 1rem;
	}
	
	.singlefeat h3, .subpage-content .singlefeat h3 {
		font-size: 18px;
	}
	
	.singlefeat .singlefeattitle {
		right: 6%;
	}
	
	.singlenews {
		width: 100%;
		min-width: 0;
		margin: 0 auto 15px;
		display: block;
	}
	
	.singleexplore {
		width: 100%;
		min-width: 0;
	}
	
	.singlefeat {
		width: 100%;
		min-width: 0;
	}
	
	.subpage-content {
		padding: 0 15px 15px;
	}
	
	.footleft,
	.footright {
		padding: 40px 25px;
	}
	
	.midhero h3 {
		font-size: 42px;
	}
	
	.midhero h4 {
		font-size: 26px;
	}
	
	.coursefilter input,
	.coursefilter select {
		width: 100%;
		display: block;
	}
	
	.singleconfeature {
		width: 100%;
		margin-right: 0;
	}
	
	.singlecourselist .singlecourseinfo p {
		font-size: 12px;
	}
	
	.singlecoursedescription p {
		font-size: 12px;
	}
	.singleprogramlist h4 {
		font-size: 20px;
	}
	
	body.bannervisible .site-container .site-inner {
		margin-top: 122px;
	}
}

@media only screen and (max-width: 325px) {
	
	.navtoggle {
		width: 60px;
		height: 10px;
		top: 37px;
	}
	
}

/* Print Query */

@media only print {
	
	body {
		-webkit-print-color-adjust:exact;
	}
	
	.site-header {
		position: static;
	}
	
	.featurenav {
		display: none;
	}
	
	.sub-sidebar {
		display: none;
	}
	
	.subpage-content {
		width: 100%;
	}
	
	.navtoggle {
		display: none;
	}
	
	.hero {
		display: none;
	}
	
	.site-inner {
		margin-top: 0;
	}
	
	table {
		max-width: 100%;
	}
	
}