/*
Theme Name: NEHInstituteOnDigitalPublishing
Author: Anonymous
Author URI:
Version: 1
Description: NEHInstituteOnDigitalPublishing theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nehinstituteondigitalpublishing
Tags: one-column, two-columns
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
Theme URI:
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

#nav ul,
#nav ul .drop-down ul,
.logo-list,
.anchor-list,
.detail-list,
main ul:not([class]),
section ul:not([class]) {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.content-wrapper:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #000;
	background: #fff;
	font: 16px/1.778 "freight-sans-pro", "marcellus", "Arial", "Helvetica Neue", "Helvetica", sans-serif, "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.778em;
}

blockquote {
	border-left: 4px solid #7e8083;
	padding-left: .5em;
	margin-left: 1.778em;
}

th,
td {
	border: 1px solid #7e8083;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #7e8083;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #7e8083;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #7e8083;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #7e8083;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #7e8083;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #7e8083;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

#content:only-child {
	float: none;
	width: 100%;
}

#sidebar #wp-calendar {
	width: 100%;
}

.widget {
	margin-bottom: 1.778em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
	margin-bottom: 4px;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.search-form {
	margin-bottom: 15px;
}

.search-form input {
	float: left;
	height: 2em;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.post-password-form input {
	float: left;
	height: 2em;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #000;
	color: #fff;
	height: 2em;
	border: none;
	padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 1.778em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.778em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.778em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.778em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 48%;
	background: #000;
	color: #fff;
	padding: .4em;
	text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	opacity: .8;
}

.navigation-single {
	margin-bottom: 1.778em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: #000;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	opacity: .8;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #7e8083;
	padding: .4em;
	margin-bottom: 1.778em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.778em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.778em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.778em;
}

.mejs-container {
	margin-bottom: 1.778em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

#wp-calendar tbody td {
	text-align: center;
}

#wp-calendar td,
#wp-calendar th {
	border: 1px solid #7e8083;
}

table {
	width: 100%;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #e8edf9;
}

a:hover,
a:focus {
	text-decoration: none;
}

@font-face {
	font-family: "marcellus";
	src: url("fonts/marcellus-regular-webfont.woff2") format("woff2"), url("fonts/marcellus-regular-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "beausite_classic";
	src: url("fonts/beausiteclassic-black-webfont.woff2") format("woff2"), url("fonts/beausiteclassic-black-webfont.woff") format("woff");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: "beausite_classic";
	src: url("fonts/beausiteclassic-clear-webfont.woff2") format("woff2"), url("fonts/beausiteclassic-clear-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "beausite_classic";
	src: url("fonts/beausiteclassic-medium-webfont.woff2") format("woff2"), url("fonts/beausiteclassic-medium-webfont.woff") format("woff");
	font-weight: 500;
	font-style: normal;
}

#wrapper {
	overflow: hidden;
	position: relative;
}

.container {
	margin: 0 auto;
	max-width: 1215px;
	padding: 0 20px;
}

a,
button,
input[type="submit"] {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out, box-shadow .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out, box-shadow .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
}

h1,
.h1 {
	font-weight: 400;
	font-size: 35px;
	margin-bottom: 20px;
}

h2,
.h2 {
	font-size: 19px;
	line-height: 1.3;
	font-weight: 600;
	color: #d50032;
	margin-bottom: 30px;
}

h2.top-border,
.h2.top-border {
	border-top: 2px solid #d50032;
	padding-top: 13px;
}

h3,
.h3 {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: -.3px;
	line-height: 1.583;
	margin-bottom: 25px;
}

h4,
.h4 {
	font-size: 20px;
	line-height: 1.515;
	color: #0054ce;
	font-weight: 500;
}

h5,
.h5 {
	font-size: 18px;
	font-weight: 600;
}

.h1,
.h2,
.h3,
.h4,
.h5 {
	display: block;
}

.txt-title {
	display: block;
	font-family: "freight-sans-pro", "marcellus", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: -.11px;
}

.wp-block-button__link {
	display: inline-block;
	vertical-align: top;
	background: #d50032 !important;
	color: #fff;
	padding: 15px;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 1.7px;
	padding: 7px 18px;
	text-decoration: none;
	border-radius: 0;
}

.wp-block-button__link:hover {
	background: #a20026 !important;
}

h3 a,
p a {
	color: #000;
}

strong {
	font-weight: 600;
}

.wp-block-column:not(:first-child) {
	margin: 0 !important;
}

#header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	background: #d50032;
	min-height: 54px;
}

#main {
	padding-top: 54px;
}

.logo {
	width: 230px;
	padding: 13px 0;
	position: relative;
	z-index: 10;
}

.logo img {
	max-width: none;
	width: 100%;
	vertical-align: middle;
}

.logo a {
	display: block;
}

#nav {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

#nav ul > li {
	position: relative;
}

#nav ul > li.active > a {
	background: #d50032;
	color: #fff;
}

#nav ul > li:hover .drop-down {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0); /*background: rgba($red, 1);*/
	-webkit-transition: opacity .3s ease, visibility .3s ease, background .3s ease, -webkit-transform .1s ease;
	transition: opacity .3s ease, visibility .3s ease, background .3s ease, -webkit-transform .1s ease;
	transition: opacity .3s ease, visibility .3s ease, transform .1s ease, background .3s ease;
	transition: opacity .3s ease, visibility .3s ease, transform .1s ease, background .3s ease, -webkit-transform .1s ease;
}

#nav ul > li.open-close-active > a {
	background: #d50032;
	color: #fff;
}

#nav ul > li.open-close-active .drop-down {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0); /*background: rgba($red, 1);*/
	-webkit-transition: opacity .3s ease, visibility .3s ease, background .3s ease, -webkit-transform .1s ease;
	transition: opacity .3s ease, visibility .3s ease, background .3s ease, -webkit-transform .1s ease;
	transition: opacity .3s ease, visibility .3s ease, transform .1s ease, background .3s ease;
	transition: opacity .3s ease, visibility .3s ease, transform .1s ease, background .3s ease, -webkit-transform .1s ease;
}

#nav ul a {
	color: #d50032;
	text-decoration: none;
	display: block;
	padding: 5px 15px;
}

#nav ul a:hover {
	background: #d50032;
	color: #fff;
}

#nav ul .drop-down {
	padding: 10px;
	background: #d50032;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate(0, -10%);
	-ms-transform: translate(0, -10%);
	transform: translate(0, -10%);
	-webkit-transition: opacity .3s ease, visibility .3s ease, background .3s ease, -webkit-transform .3s ease;
	transition: opacity .3s ease, visibility .3s ease, background .3s ease, -webkit-transform .3s ease;
	transition: opacity .3s ease, visibility .3s ease, transform .3s ease, background .3s ease;
	transition: opacity .3s ease, visibility .3s ease, transform .3s ease, background .3s ease, -webkit-transform .3s ease;
}

#nav ul .drop-down ul {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

#nav ul .drop-down a {
	color: #fff;
}

#nav ul .drop-down li {
	margin: 0;
}

.nav-drop {
	font-family: "freight-sans-pro", "marcellus", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: .7px;
	font-weight: 600;
	max-height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	-webkit-transition: max-height .3s ease-in-out;
	transition: max-height .3s ease-in-out;
}

.nav-drop .nav-wrap {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	background: #fff;
}

.nav-active .nav-drop .nav-wrap {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.nav-active .nav-drop {
	max-height: 9999px;
}

.nav-opener {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
	display: block;
	width: 20px;
	height: 20px;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.nav-opener:hover {
	opacity: .9;
}

.nav-opener span,
.nav-opener:before,
.nav-opener:after {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background: #fff;
	border-radius: 0;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 2px;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 20%;
}

.nav-opener:after {
	top: 80%;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 0;
	right: 0;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.banner h1 {
	font-family: "marcellus", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	line-height: 1.25;
}

.two-columns .container {
	max-width: 1367px;
}

.banner {
	position: relative;
	z-index: 1;
	color: #fff;
	padding: 70px 0;
	font-weight: 500;
}

.banner .container {
	white-space: nowrap;
	text-align: center;
}

.banner .container:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 250px;
}

.banner .container > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.banner .banner-wrap {
	width: 100%;
	text-align: left;
}

.banner:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	bottom: 0;
	background-color: #d50032;
	z-index: -2;
}

.banner p {
	margin: 0;
}

.banner.banner-block {
	padding: 80px 0;
}

.banner.banner-block h1 {
	text-align: left;
	margin-bottom: 0;
}

.banner.banner-block .container:after {
	display: none;
}

.bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	opacity: .4;
	mix-blend-mode: multiply;
}

.two-columns {
	padding: 30px 0;
}

.two-columns .img img {
	max-width: none;
	width: 100%;
}

.two-columns p {
	margin-bottom: 31px;
}

.two-col {
	margin-bottom: 45px;
	display: block !important;
}

.two-col:last-child {
	margin-bottom: 0;
}

.two-col.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
	-ms-flex-preferred-size: inherit !important;
	flex-basis: inherit !important;
}

.two-col:nth-child(2n+1) .img {
	width: 100%;
}

.two-col:nth-child(2n+1) .text {
	width: 100%;
}

.two-col .img {
	margin-bottom: 30px;
}

.text-block {
	text-align: center;
	padding: 42px 0;
}

.text-block .container {
	max-width: 1005px;
}

.logo-list {
	text-align: center;
	margin-bottom: -30px;
}

.logo-list li {
	margin-bottom: 30px;
}

.logo-list a {
	display: inline-block;
	vertical-align: top;
}

.logo-list a:hover {
	opacity: .8;
}

#footer {
	padding: 30px 0;
}

.sticky-wrap-anchor-holder {
	margin: 0 -20px 30px;
	padding: 0 20px;
}

.anchor-holder {
	background: #fff;
	border-bottom: 1px solid #797677;
	position: relative;
	z-index: 10;
	padding-bottom: 15px;
}

.anchor-holder:before {
	content: "";
	position: absolute;
	left: -9999px;
	right: -9999px;
	top: 0;
	bottom: 0;
	z-index: -1;
	background: #fff;
}

.anchor-list {
	text-align: center;
	background: #fff;
	z-index: 99;
	position: relative;
	margin-bottom: -8px;
}

.anchor-list a {
	color: #7e8083;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 1.7px;
	text-decoration: none;
}

.anchor-list a:hover,
.anchor-list a.active {
	color: #000;
}

.anchor-list li {
	margin-bottom: 8px;
}

.content-block {
	padding: 30px 0;
}

.content-block .container {
	max-width: 1108px;
}

.content-block .sidebar {
	margin-bottom: 40px;
}

.content-block .sidebar.course-sidebar {
	padding-right: 10px;
}

.content-block .sidebar h2,
.content-block .sidebar .h2 {
	margin-bottom: 0;
	font-size: 24px;
}

.content-block .sidebar time {
	display: block;
	font-size: 30px;
	color: #000;
	margin-bottom: 6px;
}

.content-block .sidebar .txt {
	color: #797677;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1.6px;
}

.content-block .sidebar .txt.sub-txt {
	display: block;
	padding-bottom: 45px;
}

.content-block .sidebar p {
	font-size: 14px;
	margin-bottom: 23px;
}

.content-block h2 + .item,
.content-block .h3 + .item {
	padding-top: 8px;
}

.content-item > .wp-block-group__inner-container {
	border-bottom: 1px solid #797677;
	padding: 40px 0;
	margin-bottom: 20px;
}

.content-item > .wp-block-group__news-container .sidebar {
	width: 273px;
	-ms-flex-preferred-size: 273px;
	flex-basis: 273px;
	padding-top: 3px;
}

.content-item > .wp-block-group__news-container .sidebar h2 {
	color: #000;
	font-weight: 400;
}

.content-item:first-child .wp-block-group__news-container {
	padding-top: 25px;
}

.content-item:last-child > .wp-block-group__inner-container {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

.content-item p + h3 {
	padding-top: 30px;
}

.content-item img {
	padding-top: 34px;
	margin-bottom: 45px;
}

.content-item .staff-img img {
	padding-top: 0;
	margin-bottom: 0;
}

.box {
	background-color: #e8edf9;
	margin-top: 93px;
	margin-bottom: 16px;
	padding: 30px 20px;
	margin: 40px -20px 0;
}

.box .h3,
.box h3 {
	color: #0054ce;
	font-weight: 600;
	letter-spacing: 0;
	margin-bottom: 40px;
}

.detail-holder {
	border-top: 1px solid #797677;
	padding-top: 17px;
}

.detail-list {
	font-weight: 600;
	font-size: 18px;
}

.detail-list li {
	width: 50%;
	margin-bottom: 25px;
}

.detail-list .detail-title {
	display: block;
	color: #0054ce;
	font-weight: 600;
	margin-bottom: -5px;
}

.detail-list time {
	display: block;
}

main ul:not([class]) li,
section ul:not([class]) li {
	position: relative;
	padding-left: 17px;
	margin-bottom: 13px;
}

main ul:not([class]) li:before,
section ul:not([class]) li:before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #0054ce;
	position: absolute;
	left: 0;
	top: 12px;
}

.notice-block {
	max-width: 1077px;
	margin: 0 auto 37px;
	background: #faeeef;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	padding: 30px 15px;
}

.notice-block p {
	margin: 0;
}

.event-day-section {
	padding-bottom: 62px;
}

.event-day-heading {
	font-size: 30px;
	font-weight: 600;
	margin: 0 0 20px;
}

.event-day-heading span {
	font-weight: 400;
}

.item {
	margin-bottom: 30px;
}

.item.item-break {
	background-color: rgba(121, 118, 119, .1);
	margin-left: -10px;
	margin-right: -10px;
	padding: 0 10px;
}

.item.item-break .event-time {
	padding-top: 6px;
	max-width: 117px;
}

.item.item-break .event-info {
	padding-top: 9px;
}

.item.item-break p {
	margin-bottom: 10px;
}

.item .item-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.item .event-time {
	font-size: 18px;
	font-weight: 600;
	width: 100%;
}

.item .h4,
.item h4 {
	font-size: 24px;
	letter-spacing: .4px;
	font-weight: 600;
}

.item .h4 a,
.item h4 a {
	color: #0054ce;
	text-decoration: none;
}

.item .h4 a:hover,
.item h4 a:hover {
	color: #d50032;
}

.item p {
	margin-bottom: 17px;
}

.staff-item {
	margin-bottom: 25px;
}

.staff-item .title {
	color: #d50032;
	font-weight: 600;
}

.staff-item .title a {
	color: #d50032;
	text-decoration: none;
}

.staff-item .title a:hover {
	color: #0054ce;
}

.staff-img {
	width: 183px;
	margin: 0 auto 30px;
}

.gray-txt {
	font-style: italic;
	font-weight: 300;
	color: #797677;
	font-size: 20px;
}

.coming-soon-section {
	padding: 30px 0 0;
}

.coming-soon-section .container {
	max-width: 1108px;
}

.coming-soon {
	background-color: rgba(213, 0, 50, .08);
	padding: 15px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	font-style: italic;
}

.coming-soon p {
	margin: 0;
}

.blockquote-block {
	padding: 0 0 40px;
}

.blockquote-block .container {
	max-width: 1108px;
}

.blockquote-block figure {
	margin: 0;
	text-align: center;
	font-size: 24px;
	line-height: 1.5;
	font-weight: 500;
}

.blockquote-block blockquote {
	border: 0;
	margin: 0;
	padding: 0 0 34px;
	color: #0054ce;
}

.blockquote-block blockquote p {
	margin: 0;
}

.blockquote-block figcaption {
	font-size: 18px;
	font-weight: 600;
}

.blockquote-block figcaption cite {
	font-weight: 400;
	font-style: normal;
}

.presentations-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.presentations-holder .presentations-block {
	padding: 0 10px 60px;
	max-width: 480px;
}

.presentations-block {
	width: 100%;
	line-height: 1.65;
}

.presentations-block .image-holder {
	display: block;
	margin-bottom: 30px;
}

.presentations-block img {
	width: 100%;
	height: auto;
}

.presentations-block h3 {
	font-size: 20px;
	line-height: normal;
	font-weight: 600;
	color: #0054ce;
	margin: 0 0 17px;
}

.presentations-block h3 a {
	color: #0054ce;
	text-decoration: none;
}

.presentations-block h3 a:hover {
	text-decoration: underline;
}

.presentations-block p {
	margin: 0 0 16px;
}

.recommended-block {
	padding: 11px 0 7px;
}

.recommended-block h3 {
	font-size: 20px;
	line-height: normal;
	font-weight: 600;
	color: #0054ce;
	margin: 0 0 15px;
}

.recommended-block h3 a {
	color: #0054ce;
	text-decoration: none;
}

.recommended-block h3 a:hover {
	text-decoration: underline;
}

.news-post h3 {
	font-size: 20px;
	line-height: normal;
	font-weight: 600;
	color: #d50032;
	margin: 0 0 25px;
}

.news-post h3 a {
	color: #d50032;
	text-decoration: none;
}

.news-post h3 a:hover {
	text-decoration: underline;
}

.news-post h3 + h4 {
	padding-top: 3px;
}

.news-post h4 {
	font-size: 24px;
	margin-bottom: 37px;
	padding-top: 25px;
	color: #000;
	font-weight: 400;
}

.news-post .img-holder {
	padding-top: 19px;
	margin-bottom: 55px;
}

.news-post .img-holder img {
	padding: 0;
	margin-bottom: 0;
}

.news-post p {
	margin: 0 0 41px;
}

.news-post .read-more {
	color: #000;
	text-decoration: none;
	font-weight: 600;
}

.news-post .read-more:hover {
	text-decoration: underline;
}

.news-post .lead-text {
	font-size: 24px;
	display: block;
	margin-bottom: 37px;
	line-height: 1.57;
}

.news-post__single p {
	margin: 0 0 30px;
}

.article-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 22px 4px 0;
}

.article-navigation a {
	color: #000;
	text-decoration: none;
	font-weight: 600;
}

.article-navigation a:hover {
	text-decoration: underline;
}

.btn-back-holder {
	padding-top: 57px;
}

.btn-back-holder a {
	color: #000;
	text-decoration: none;
	font-weight: 600;
}

.btn-back-holder a:hover {
	text-decoration: underline;
}

@media (min-width: 480px) {
	.presentations-holder {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.presentations-holder .presentations-block {
		max-width: 50%;
	}
}

@media (min-width: 768px) {
	#content {
		float: left;
		width: 66.67%;
		padding-right: 30px;
	}

	#sidebar {
		float: right;
		width: 33.33%;
	}

	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	.container {
		padding: 0 15px;
	}

	h2,
	.h2 {
		font-size: 21px;
	}

	h4,
	.h4 {
		font-size: 25px;
	}

	#header {
		position: relative;
	}

	#header .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.home #header {
		position: absolute;
	}

	#main {
		padding-top: 0;
	}

	.two-columns .container {
		padding: 0;
	}

	.banner {
		padding: 84px 0;
		font-size: 20px;
	}

	.banner .banner-wrap {
		text-align: center;
	}

	.banner.banner-block {
		padding: 100px 0;
	}

	.two-columns {
		padding: 60px 0;
	}

	.two-columns p {
		margin-bottom: 31px;
	}

	.two-col {
		margin-bottom: 60px;
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.two-col:nth-child(2n+1) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.two-col:nth-child(2n+1) .img {
		width: 50%;
		-ms-flex-preferred-size: inherit !important;
		flex-basis: inherit !important;
	}

	.two-col:nth-child(2n+1) .text {
		width: 50%;
		padding-left: 30px;
		padding-right: 30px;
		-ms-flex-preferred-size: inherit !important;
		flex-basis: inherit !important;
	}

	.two-col .text {
		width: 50%;
		padding-top: 3px;
		padding-left: 30px;
		padding-right: 30px;
	}

	.two-col .img {
		width: 50%;
		margin-bottom: 0;
	}

	.logo-list {
		margin: 0 -40px -30px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.logo-list li {
		padding: 0 40px;
	}

	#footer {
		padding: 60px 0;
	}

	.sticky-wrap-anchor-holder {
		margin: 0 0 30px;
		padding: 0;
	}

	.anchor-holder {
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.anchor-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -17px;
		text-align: left;
	}

	.anchor-list li {
		margin-bottom: 0;
		padding: 0 17px;
	}

	.content-block {
		padding: 32px 0 60px;
	}

	.content-block.content-block-staff .sidebar {
		width: 150px;
		-ms-flex-preferred-size: 150px;
		flex-basis: 150px;
	}

	.content-block.content-block-staff .content {
		padding-top: 17px;
	}

	.content-block .sidebar {
		width: 217px;
		-ms-flex-preferred-size: 217px;
		flex-basis: 217px;
		margin-bottom: 0;
	}

	.content-block .sidebar h2,
	.content-block .sidebar .h2 {
		margin-bottom: 0;
	}

	.content-block .content {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.content-item > .wp-block-group__inner-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		line-height: 1.667;
		padding-bottom: 64px;
		padding-top: 64px;
		margin-bottom: 62px;
	}

	.content-item > .wp-block-group__news-container {
		padding-bottom: 95px;
		margin-bottom: 31px;
	}

	.content-item:last-child > .wp-block-group__inner-container {
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.content-item p {
		margin-bottom: 31px;
	}

	.box {
		padding: 40px 50px;
		margin-left: -50px;
	}

	.detail-list {
		margin: 0 -8px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.detail-list li {
		padding: 0 8px;
	}

	main ul:not([class]),
	section ul:not([class]) {
		padding-left: 26px;
	}

	.item .item-holder {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.item .event-time {
		max-width: 117px;
		padding: 3px 10px 0 14px;
	}

	.staff-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 40px;
	}

	.staff-img {
		width: 183px;
		-ms-flex-preferred-size: 183px;
		flex-basis: 183px;
		margin: 0;
	}

	.staff-text {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		margin-top: -7px;
		padding-left: 40px;
	}

	.staff-text:only-child {
		padding-left: 0;
		margin-top: 0;
	}

	.coming-soon-section {
		padding: 32px 0 0;
	}

	.coming-soon {
		padding: 31px;
	}

	.blockquote-block {
		padding: 0 0 40px;
	}

	.blockquote-block figure {
		font-size: 33px;
	}

	.presentations-holder {
		margin: 0 -10px -100px;
	}

	.presentations-holder .presentations-block {
		padding: 0 10px 117px;
		max-width: 33.3%;
	}
}

@media (min-width: 1024px) {
	#content {
		width: 70%;
	}

	#sidebar {
		width: 25%;
	}

	body {
		font-size: 18px;
	}

	h1,
	.h1 {
		margin-bottom: 36px;
		font-size: 50px;
	}

	h2,
	.h2 {
		font-size: 30px;
		margin-bottom: 56px;
	}

	h2.top-border,
	.h2.top-border {
		border-top: 4px solid #d50032;
	}

	h3,
	.h3 {
		margin-bottom: 35px;
	}

	h4,
	.h4 {
		font-size: 33px;
	}

	.logo {
		width: 270px;
		-ms-flex-preferred-size: 270px;
		flex-basis: 270px;
		padding: 0;
	}

	#nav {
		padding-left: 20px;
		padding: 25px 0;
	}

	#nav ul {
		margin-left: -10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	#nav ul > li {
		margin-left: 10px;
	}

	#nav ul > li.active > a {
		border-color: #fff;
		background: none;
	}

	#nav ul > li.open-close-active > a {
		border-color: #fff;
		background: none;
	}

	#nav ul a {
		color: #fff;
		padding: 0;
		display: inline-block;
		vertical-align: top;
		border-bottom: 2px solid transparent;
	}

	#nav ul a:hover {
		border-color: #fff;
		background: none;
	}

	#nav ul .drop-down {
		position: absolute;
		top: 100%;
		left: -20px;
		padding: 20px;
		background: transparent;
	}

	#nav ul .drop-down ul {
		white-space: nowrap;
	}

	.nav-drop {
		position: static;
		overflow: visible;
		max-height: none;
	}

	.nav-drop .nav-wrap {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		background: none;
	}

	.nav-opener {
		width: 40px;
		height: 35px;
		display: none;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.banner {
		font-size: 25px;
	}

	.banner .container {
		white-space: nowrap;
		text-align: center;
	}

	.banner .container:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		min-height: 335px;
	}

	.banner .container > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
		max-width: 99%;
	}

	.banner.banner-block h1 {
		margin-bottom: 0;
	}

	.two-columns {
		padding: 80px 0;
	}

	.two-col {
		margin-bottom: 80px;
	}

	.two-col:nth-child(2n+1) .img {
		width: 43.6%;
	}

	.two-col:nth-child(2n+1) .text {
		width: 56.4%;
	}

	.two-col .text {
		width: 55.6%;
	}

	.two-col .img {
		width: 44.4%;
	}

	.logo-list {
		margin: 0 -83px -30px;
	}

	.logo-list li {
		padding: 0 83px;
	}

	#footer {
		padding: 80px 0;
	}

	.sticky-wrap-anchor-holder {
		margin-bottom: 34px;
	}

	.anchor-list a {
		font-size: 17px;
	}

	.content-block {
		padding: 65px 0 93px;
	}

	.content-block.content-block-staff .sidebar {
		width: 178px;
		-ms-flex-preferred-size: 178px;
		flex-basis: 178px;
	}

	.content-block .sidebar {
		width: 367px;
		-ms-flex-preferred-size: 367px;
		flex-basis: 367px;
	}

	.content-block .sidebar.course-sidebar {
		padding-right: 90px;
	}

	.content-block .sidebar h2,
	.content-block .sidebar .h2 {
		margin-bottom: -6px;
		font-size: 30px;
	}

	.content-item img {
		margin-bottom: 68px;
	}

	.box {
		margin-left: -95px;
		padding: 59px 94px 48px;
		margin-right: -50px;
		margin-top: 68px;
	}

	.box ul + h3 {
		padding-top: 19px;
	}

	.detail-holder {
		margin-top: 68px;
	}

	.detail-list {
		font-size: 24px;
	}

	.event-day-heading {
		padding: 26px 0 0;
	}

	.item {
		margin-bottom: 29px;
	}

	.staff-text {
		padding-left: 93px;
	}

	.staff-text:only-child {
		padding-left: 0;
		margin-top: 0;
	}

	.gray-txt {
		font-size: 25px;
	}

	.coming-soon-section {
		padding: 65px 0 16px;
	}

	.blockquote-block {
		padding: 0 0 50px;
	}

	.presentations-holder {
		margin: 0 -10px -200px;
	}

	.presentations-block h3 {
		font-size: 24px;
	}

	.recommended-block h3 {
		font-size: 24px;
	}

	.news-post h3 {
		font-size: 30px;
	}
}

@media (min-width: 1200px) {
	h1,
	.h1 {
		font-size: 65px;
	}

	.logo {
		width: 372px;
		-ms-flex-preferred-size: 372px;
		flex-basis: 372px;
	}

	#nav {
		padding: 40px 0;
	}

	#nav ul {
		margin-left: -42px;
	}

	#nav ul > li {
		margin-left: 42px;
	}

	.banner {
		font-size: 30px;
		padding: 176px 0 70px;
	}

	.banner.banner-block {
		padding-top: 123px;
		padding-left: 111px;
		padding-bottom: 112px;
	}

	.two-columns {
		padding: 136px 0;
	}

	.two-col {
		margin-bottom: 115px;
	}

	.two-col:nth-child(2n+1) .text {
		padding-left: 50px;
		padding-right: 50px;
	}

	.two-col .text {
		padding-right: 50px;
		padding-left: 50px;
	}

	#footer {
		padding: 105px 0;
	}

	.anchor-holder {
		padding-bottom: 28px;
		padding-top: 28px;
	}
}

@media (min-width: 1367px) {
	.two-col:nth-child(2n+1) .text {
		padding-left: 143px;
		padding-right: 130px;
	}

	.two-col .text {
		padding-right: 142px;
		padding-left: 88px;
	}
}

@media (max-width: 1023px) {
	iframe {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0 3px;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}
}
