/*
Theme Name: Virginia Tech PPE
Theme URI: https://vt.edu
Author: Anstey Hodge
Author URI: https://ansteyhodge.com
Description: A WordPress theme built for  VT PPE.
Version: 1.0.02
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1!important;
	}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
	box-sizing: border-box;

}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
div {
	box-sizing: border-box;
}

/* End Reset */

:root {
	--blue: #003c71;
	--teal: #508590;
	--orange: #E87722;
	--darkorange: #D16B1F;
	--gray: #686b6e;
	--purple: rgba(128, 32, 100, 1.0);
	--hokiestone: #75787b;
	--darkgrey: #333;
	--skippersmoke: #E5E1E6;
}

.screen-reader-text {
	display: none;
}
body {
	font-family: Acherus, sans-serif;
	/*overflow-x: hidden;*/
	color: #201e21;
}
br {
	display: initial;
}
.vt-bodyNoScroll body {
	overflow-x: initial;
}
a, a:link, a:visited {
	color: #E87722;
	text-decoration: none;
	-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.2s;
}
.wrap a:hover {
	text-decoration: none;
	border-bottom: 1px solid #E87722;
}
.vt-access-dialog :focus, .vt-access-toggle:focus, .vt-one-preHeader :focus, .vt-subnav-droplist-control:focus, footer :focus, nav :focus {
	outline: none;
}
a.button, #email_signup form input[type="submit"] {
	display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid #fff;
    letter-spacing: .25vw;
    padding: 1vw 3vw;
    font-size: 1vw;
    line-height: 1.5;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    font-family: gineso-condensed,sans-serif;
    color: #fff;
    background: transparent;
    text-transform: uppercase;
    font-size: 1.4vw;
}
a.button:hover, #email_signup form input[type="submit"]:hover {
	text-decoration: none;
	background: #fff;
	color: #000;
	cursor: pointer;
}
/*a.button[href*=".pdf"]:before {
	content: '\f1c1';
	margin-right: .5em;
    font-family: FontAwesome;
    display: inline-block;
}*/
.learn-more {
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
	padding: 2px 0;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
/*p, ul, ol {
	font-size: 1.2vw;
	line-height: 1.8vw;
	margin-bottom: 10px;
}*/
ol.vt-parent-org {
	margin-bottom: 0;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
h1 {font-family: gineso-condensed, sans-serif;
	font-weight: 300;
}
.archive h1.page-title {
	padding:20px 0;
	font-size: 20px;
}
h2 {
	font-family: gineso-condensed, sans-serif;
	font-size: 3vw;
	//font-weight: 600;
	line-height:1;
	font-style: italic;
	margin-bottom: 0;
	text-transform: uppercase;
}
h3 {
    font-family: gineso-condensed, sans-serif;
    font-size: 2.6vw;
    font-weight: 300;
    line-height: 1.25em;
    margin-bottom: 15px;
}
h4 {
	font-family: gineso-condensed, sans-serif;
	font-size: 2.2vw;
	line-height: 1.4;
	font-weight: 400;
	margin-bottom: 10px;
}
.anchor h2::before { 
  display: block; 
  content: " "; 
  margin-top: -130px; 
  height: 130px; 
}
#email_signup h2::before {
	display: inline;
}
.gallery {
	margin-left: -0.5em;
	margin-right: -0.5em;
}

.gallery:after {
	display: table;
	content: "";
	clear: both;
}

.gallery-item {
	margin: 0;
	float: left;
	padding: 0.5em;
}

.gallery-item img {
	width: 100%;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
}
.gallery-columns-2 .gallery-item {
    width: 50%
}
.gallery-columns-3 .gallery-item {
    width: 30.3333%
}
.gallery-columns-4 .gallery-item {
    width: 25%
}
.gallery-columns-5 .gallery-item {
    width: 20%
}
.gallery-columns-6 .gallery-item {
    width: 16.6667%
}
.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;
}
.su-row {
	padding: 10px;
}
.su-row.limitwidth {
	margin: 1em 10% 2em;
}
#wrapper {
	z-index: 1;
	position: relative;
}
#push {
	height: 81px;
}
/*#header{
	width: 100%;
	margin: 0 auto;
	padding:20px 0;
	z-index:200;
	position: fixed;
	background: #fff;
	transition: padding .5s;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
#header.on {
	padding: 15px 0;
}
#header a:hover {
	border: none;
}
#header .inner {
	max-width: 960px;
	position: relative;
	margin: 0 auto;
}
#header img.logo {
	width:198px;
	height: auto;
	z-index: 2;
    position: relative;
	transition: width .5s;
}
#header img.ppe-program {
	width:100px;
	height: auto;
	z-index: 2;
    position: relative;
	transition: width .5s;
	margin-bottom:-4px;
}
#header.on img.logo {
	width: 100px;
}
#header .ppe {
	font-family: gineso-condensed, sans-serif;
    font-size: 23px;
    position: relative;
    bottom: 2px;
    white-space: nowrap;
}

#header ul {
	float:right;
	background: #fff;
	margin-bottom: 0px;
}
#header ul li {
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	position: relative;
}
#header ul li a {
	text-decoration: none;
	color: #000;
	padding: 8px;
	display: block;
}
#header ul li:hover a {
	color: #E87722;
}
#header ul ul {
	display: none;
	position: absolute;
	padding:7px;

	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);

}
#header ul li:hover ul {
	display: block;
}
#header ul li:last-child ul {
	right:0;
}
#header ul ul li {
	display: block;
}
#header ul li:hover ul li a {
	color:#000;
}
#header ul li:hover ul li a:hover, #header ul .current-menu-item a, #header ul .current-menu-ancestor a, #header ul li:hover ul li.current-menu-item a {
	color:#E87722;
}

nav {
	position: absolute;
    bottom: 5px;
    right: 0;
}
#header.on nav {
	bottom: -7px;
}
#header nav input, #header nav span {
		display: none;
}*/

.vt-page-path {
	background: #E87722;
	padding:0;
}
.vt-page-path .gateway .vt-breadcrumbs-item .vt-breadcrumbs-link {
	background: 0;
	color: #fff;
}
.vt-search-toggle, .vt-nav-toggle, .vt-nav-toggle:hover, .vt-nav-toggle:focus {
	color:#E87722;
}
#vt_logo .vt-logo-image {
	height: 2.8em;
}

.gateway .vt-breadcrumbs {
	font-family:gineso-condensed, sans-serif;
	font-size: 18px;
	letter-spacing: 1px;
}
.gateway .vt-breadcrumbs-item {
	color: white;
}
.gateway .vt-breadcrumbs li a {
	text-transform: uppercase;
}
.gateway .vt-breadcrumbs-item:not(.vt-breadcrumbs-parentorg):last-of-type .vt-breadcrumbs-link {
	background: #D16B1F;
	font-weight: 400;
	line-height: 1 !important;
}

#vt_offcanvas_nav.open {
	transition: width 0s 0s;
}
#vt_offcanvas_nav .vt-currentSiteTitle .vt-currentSiteTitle-link {
    font-family: Acherus,sans-serif;
    font-weight: 400;
    font-size: .82em;
    line-height: 1.6;
    letter-spacing: .075em;
}
/*#vt_offcanvas_nav .vt-currentSiteTitle .vt-currentSiteTitle-link {
    font-family: Acherus,sans-serif;
    font-weight: 400;
}*/
.band {
	position: relative;
}
/*div.band:first-of-type {
    padding-top: 100px;
}*/
.band img, .band video {
	width:100vw;
	height: auto;
	position: relative;
	z-index: 0;
	vertical-align: bottom;
	max-width: 100%;
}
.band .text {
	width: 33vw;
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	left:10vw;
	z-index: 1;
	/*animation: 2s ease-out 0s 1 slideInFromLeft;*/
}
@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    50% {
    	opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity:1;
    }
}
.band.right .text {
	left: auto;
	right: 10vw;
	text-align: right;
}
.band .text h1, .blog h1.page-title, .single h1.page-title, #post-504 h1.entry-title, .error404 h1.page-title {
	color:#fff;
	font-size:3.5vw;
	line-height: 3.5vw!important;
	font-weight: 300;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	text-shadow: 0 0 15px rgba(0,0,0,0.4);
	padding:0;
}
.single h1.page-title, .blog h1.page-title, #post-504 h1.entry-title {
    margin: 40px 24px;
	text-shadow: none;
	color:#E87722;
	font-size:35px;

}
#post-1513 h1.entry-title {
	color:#E87722;
}
.band .text h1::before, .blog h1.page-title:before, .single h1.page-title:before, #post-504 h1.entry-title:before, .error404 h1.page-title:before  {
	content: "";
    position: absolute;
    display: block;
    top: -2.2vw;
    left: -2.2vw;
    height: 0.5em;
    width: 0.5em;
    border-top: .5vw solid #E87722;
    border-left: .5vw solid #E87722;
}
.band .text h1::after, .blog h1.page-title:after, .single h1.page-title:after, #post-504 h1.entry-title:after, .error404 h1.page-title:after  {
	content: "";
    position: absolute;
    display: block;
	bottom: -2.2vw;
    right: -2.2vw;
	height: 0.5em;
    width: 0.5em;
	border-bottom: .5vw solid #E87722;
	border-right: .5vw solid #E87722;
}
.band a {
	position: relative;
	display: block;
}
.band span {
	display: block;
	padding:2vw 6vw;
	background: #E87722;
	color: #fff;
	text-decoration: none;
	font-weight: 300;
	font-size:2.2vw;
	transition: background .5s;
}
.band .colleges {
	position: absolute;
	top: 17vw;
    right: 9vw;
    z-index: 1;
}
.band .colleges a, #footer a.skew {
	color: #fff;
    padding: 1vw 2vw;
    margin: .4vw;
    display: inline-block;
    float: left;
    clear: both;
    font-weight: 400;
    position: relative;
	font-family: gineso-condensed, sans-serif;
    letter-spacing: .25vw;
    font-size: 1.1em;
    line-height: 1;
    text-transform: uppercase;
}
 #footer a.skew {
 	text-align: center;
 	z-index: 1;
 }
.band .colleges a:before, #footer a.skew:before {
	content: '';
	display: block;
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background: #E87722;
	z-index:-1;
    -webkit-transform: skew(-28deg);
       -moz-transform: skew(-28deg);
         -o-transform: skew(-28deg);
}
.band .colleges a:hover, #footer a.skew:hover {
	color: #201e21;
	transition-delay: 0;
}
.band .colleges a:hover:before, #footer a.skew:hover:before {
	background: #fff;
}
.ai1ec-no-results {
	color: #ccc;
}
#wrap blockquote p {
	color: #E87722;
	padding:40px 80px 10px;
}
.home #wrap {
	background: #2C2D2D;
}
.home .firstquotes {
	background: #003c71;
}
.home .firstquotes a:hover {
	border-bottom: 0px solid transparent;
}
.home #wrap p, .home .firstquotes p {
	color: #fff;
}
.topquotes {
	background: #686b6e;
}
.topquotes p, .home .firstquotes p {
	padding:40px 80px 10px;
	color: #fff;
}
.topquotes cite, .quotes cite {
	color: #ccc;
	font-size: 1.6vw;
	display: block;
	margin-top: 20px;
	text-align: right;
}
/* Dots */
.slick-dotted.slick-slider
{
    padding-bottom: 60px;
}

.slick-dots
{
    position: absolute;
    bottom: 25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 2vw;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 3vw;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '\2022';
    text-align: center;

    opacity: .25;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: white;
}


blockquote p {
	font-size: 2.2vw;
	line-height: 3vw;
	font-weight: 300;
	font-style: italic;
	margin-bottom: 0;
}
blockquote span {
	display: inline-block;
	font-style: normal;
}
#email_signup {
	background: #003c71;
	color: #fff;
	padding: 20px 0;
}
#email_signup .inner {
	max-width: 90vw;
	margin:0 auto;
}
#email_signup .brochure {
	width: 42%;
	margin: 1.8vw;
	border-right: 1px solid #fff;
	box-sizing: border-box;
	float: left;
}
#email_signup .brochure img, #email_signup .brochure video {
	width: 50%;
	width: 94%;
	float: left;
	float: none;
	margin-bottom: .3vw;
	margin-right: 20px;
}
#email_signup .text {
	width: 54%;
	padding: 1.8vw 0;
	box-sizing: border-box;
	float: left;
}
#email_signup h2 {
	color: #fff;
	font-size: 2.6vw;
	margin-bottom: 20px;
}
#email_signup p {
	line-height: 1.4;
}
#email_signup .text p {
	margin-top: -0.5em;
}
#email_signup form {
	width:60%;
	float: right;
	clear: both;
	margin-left:3%;
	margin-top: -20px;
}
#email_signup form input {
	border:1px solid #ccc;
	outline-width: .5px;
	outline-color:#E87722;
}

#email_signup form input[type="email"] {
	padding:10px;
	width: 400px;
	border: 1px solid #000;
	margin-right: 6px;
}
#email_signup form label {
	display: none;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: rgba(255, 102, 0,.1)!important;
	border-top: .5px solid rgba(255, 102, 0,1)!important;
	border-bottom: .5px solid rgba(255, 102, 0,1)!important;

}
.gform_wrapper .validation_message {
	color:rgba(255, 102, 0,1)!important;
}
.gform_wrapper div.validation_error {
	color:rgba(255, 102, 0,1)!important;
	border-top: 2px solid rgba(255, 102, 0,1)!important;
	border-bottom: 2px solid rgba(255, 102, 0,1)!important;
}
#news_previews {
	padding: 40px 0;
}
#instagram {
	background-color: rgba(225, 225, 225, 1.0);
	/*background-image:url('assets/images/instagram.png');*/
	background-repeat: no-repeat;
	background-position: calc(50% - 550px) bottom ;
	border-top: .5px solid rgba(109, 106, 117, 1.0);
}
#instagram a:hover {
	border-bottom:0;
}
#news_previews, #instagram .inner {
	width:100%;
	margin: 0 auto;
}
#news_previews .third, #instagram .third, #contact .third {
	float: left;
	width: 32%;
	margin-right: 2%;
	box-sizing: border-box;
	position: relative
}
#news_previews .third:nth-of-type(3), #instagram .third:nth-of-type(3), #contact .third:nth-of-type(3) {
	margin-right: 0;
}
#contact .third:nth-of-type(3) {
	left:12px;
}
.homecalendar {
	padding:1.7em 4.75em;
	background:#75787b;
	position: relative;
}
.homecalendar h3 {
	color: #fff;
	margin-bottom: 1em;
	font-size: 30px;
	font-weight: 600;
}
.homecalendar .timely {
	font-size: 1.3vw;
    font-family: gineso-condensed,sans-serif;

}
.homecalendar .ai1ec-agenda-widget-view {
	max-width:100%;
}
.homecalendar .ai1ec-agenda-widget-view .ai1ec-date {
	width: 20%;
	background: transparent;
}
.homecalendar .ai1ec-agenda-widget-view .ai1ec-event > a {
    color: #fff; 
    display: block;
    background: transparent; 
    border: 0; 
    border-radius: 0; 
    padding: 0.2em 0.4em;
}
.homecalendar .ai1ec-agenda-widget-view .ai1ec-date-title {
	border: 0; 
    border-top: none;
    border-right: 1px solid #fff;
    border-radius: 0; 
    -webkit-box-shadow: 0 0;
    box-shadow: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    float: left;
    font-weight: bold !important;
    background-image: none; 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff00', endColorstr='#ffffff00', GradientType=0);
    filter: none \9;
    line-height: 1.2em;
    margin: 6.5px 0.75em;
    overflow: hidden;
    text-align: left;
    text-shadow: none;
    width: 3em;
    font-style: italic;
}
.homecalendar .ai1ec-agenda-widget-view .ai1ec-event {
	margin: 6.5px 0 6.5px 3.8em;
}
.homecalendar .ai1ec-agenda-widget-view .ai1ec-month {
	background: transparent;
	border-radius: 0;
	text-shadow: 0;
}
.homecalendar .ai1ec-agenda-widget-view .ai1ec-day {
	padding: 0.22em 0;
}
.homecalendar .ai1ec-agenda-widget-view .ai1ec-event .ai1ec-event-time {
	display: block;
}
					
a.calendarurl {
	position: absolute;
	width:100%;
	height:100%;
	display: block;
	background:transparent;
	z-index:100;
	top: 0;
	left: 0;
	text-decoration: none;
	border-bottom: 0;
}
#news_previews h3 {
	margin-bottom: 10px;
	color:#E87722;
}
.ai1ec-agenda-view .ai1ec-date, .ai1ec-agenda-widget-view .ai1ec-date {
	border-top: 0px !important;
}
.support-bg {
	position: absolute;
	height: 100%;
	width: 65vw;
	background: #F4F3F4;
	top: 0;
	left: 0;
	z-index: 1;
	border-top: 1px solid transparent;
	border-image: url("assets/images/dash-bg_new.png") 1 27 round;
}
.third p, .third blockquote {
	z-index: 2;
	position: relative;
}
.clear {
	clear: both;
}
#email_signup .gform_wrapper {
	margin: 0;
}
#email_signup .gform_wrapper .gform_footer {
	padding: 0;
}
#donate {
	width:750px;
	margin: 0 auto;
}
#donate h2 {
	width:90%;
	float: left;
}
#donate a {
	float: left;
	padding:10px;
	border: 1px solid #000;
	background: #fff;
	color: #E87722;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 1.3vw;
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
}
.entry-title {
	font-size: 3vw;
    line-height: 1.1;
	text-transform: uppercase;
	font-weight: 600;
	font-style: italic;
	padding: 0px 0 20px;
}
main {
	padding-bottom: 100px;
}
.home main {
	padding-bottom: 0;
}
#main p {
	font-size: 1.5vw;
    line-height: 3.5vw;
    margin-bottom: 39px;
    font-weight: 400;
}
#main ul {
	list-style-type: none;
	margin: 0 0 39px 15px;
	font-size: 1.3vw;
}
#main li {
	margin: 0 0 10px 10px;
	line-height: 1.8vw;
}
#main li:before {
	content: '\203A';
    display: inline-block;
    width: 1.2em;
	margin-left: -1.2em;
    float: left;
}
#main blockquote {
	font-family: 'Crimson Text', serif;
	font-size: 1.4vw;
	font-style: italic;
	margin: .7vw 0;
	padding: 0.25vw 4vw;
	line-height: 1.45;
	position: relative;
}

#main blockquote p {
	text-align: left;
	font-size: 1.6vw;
	line-height: 1.9vw;
	color: rgba(63, 120, 125, 1.0);
}
#main blockquote:before {
	display: block;
	content: "\201C";
	font-size: 4vw;
	position: absolute;
	left: 0vw;
    top: -1vw;
	color: rgba(63, 120, 125, 1.0)
}
#main blockquote cite {
	color: rgba(109, 106, 117, 1.0);
	font-size: 1.6vw;
	display: block;
	margin-top: 5px;
}
#main blockquote cite:before {
	content: "\2014 \2009";
}
/*#main h2 {
	margin: 0 0 20px;
}*/
#main img {
	max-width: 100%;
	height: auto;
}
.corner:before {
	content: "";
    position: absolute;
    display: inline-block;
    top: -17px;
    left: -17px;
    height: 2.5em;
    width: 2.5em;
    border-top: 5px solid #5C0E07;
    border-left: 5px solid #5C0E07;
}

#directory {
    margin: 2em 10%;
}
#directory h3 {
font-size: 1.6vw;
    margin-bottom: 4px;
}
#directory p {
	margin: 0 0 16px;
	font-size: 1.4vw;
	line-height: 2.4vw;
}
#directory a {
	font-weight: 600
}
#publications p {
	margin: 0 0 16px;
	font-size: 1.4vw;
}
#publications img {
	width: auto;
	max-height: 160px;
	vertical-align: bottom;
}
#publications h4 {
	color: #E87722;
}
#publications a {
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	line-height: 161px;
}
#publications a:hover {
	border-bottom: none;
}
#publications .row {
    padding: 2% 5%;
}
#publications .row:nth-child(1) {
	background: #75787b;
	width: 103%;
}
.subhead-photo {
	position: relative;
}
.subhead-heading {
	position: absolute;
    top: 70%;
    /* left: 2%; */
    background-color: #fff;
    padding: 20px 30px;
}
#subhead h2 {
	margin: 0;
}
.faculty {
	float: left;
    width: 32.6%;
    box-sizing: border-box;
    margin-right: 1%;
    margin-bottom: 20px;
}
.faculty img {
	width: 100%;
}
.faculty:nth-child(3n) {
	margin-right: 0;
}
.vt-one-content-area .faculty h3 {
	margin: 1em 0;
	font-family: inherit;
}

.publication {
	float: left;
	width: 19%;
	box-sizing: border-box;
	text-align: center;
}
main .row {
	margin-left:0;
	margin-right:0;
}
.entry-content {
	position: relative;
}
/*.page .entry-content::before {
	content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    right: -10px;
    top: 5px;
    border: .5px solid rgba(255, 102, 0, .5);
}
.page .entry-content::after {
	content: "";
	height: 86px;
	position: absolute;
	right: -1px;
	top: -4px;
	border-left: 1px solid rgba(255, 102, 0, .5);
}*/

.page.page-id-504 .entry-content::before, .page.page-id-504 .entry-content::after {
    border: 0px solid rgba(255, 102, 0, .5);

}

/*.dashed {
	border: 0 none;
	background-image: -webkit-linear-gradient(left, #333 50%, rgba(255, 255, 255, 0) 0%);
	background-image: -o-linear-gradient(left, #333 50%, rgba(255, 255, 255, 0) 0%);
	background-image: linear-gradient(to right, #333 50%, rgba(255, 255, 255, 0) 0%);
	background-position: top;
	background-size: 4.3% 1px;
	background-repeat: repeat-x;
	height: 25px;
}*/
/*.dashed {
	border: none;
	border-top: 1px dashed rgba(109, 106, 117, 1.0);
	height: 25px;
}*/
.dashed {
	height: 25px;
	background: url(assets/images/ppe-dash.png) repeat-x 0 0;
	border: 0;
}
#affiliated a, #affiliated a:link, #affiliated a:visited {
	color: #201e21;
	text-decoration: none;
}
#affiliated a:hover {
	color: #E87722;
}
.quote .row {
	margin-bottom: 2vw;
}
.quote .twothird {
	box-sizing: border-box;
	position: relative;
	width: 65.5%;
    float: left;
    background-color: rgba(63, 120, 125, .1);
}
.quote .onethird {
	float: right;
	width: 33.3%;
    box-sizing: border-box;
}
.quote blockquote {
	font-family: 'Crimson Text', serif;
	font-size: 1.4vw;
	font-style: italic;
	margin: 7px 0;
	padding: 0.25em 40px;
	line-height: 1.45;
}
.quote blockquote p {
	margin-bottom: 0px;
}
.quote .row .onethird img, .quote .row .onefourth img {
	width: 100%;
	height: auto;
}
.quote .threefourth {
	box-sizing: border-box;
	position: relative;
	width: 73.5%;
    float: left;
    background-color: rgba(63, 120, 125, .1);
    height: 218px;
}
.quote .onefourth {
	float: right;
	width: 25%;
    box-sizing: border-box;
}
#lecturers .lecturer img {
	width: 100%;
	height: auto;
}
#lecturers .lecturer {
	margin-bottom: 20px;
	/*border-bottom: 1px solid transparent;
    border-image: url(assets/images/dash-bg_new.png) 1 27 round;*/
}
#lecturers .lecturer:nth-last-child(2) {
	border-bottom:0px;
}
#lecturers .lecturer-photo {
	width: 25%;
	float: left;
	box-sizing: border-box;
	margin-bottom: 20px;
}
#lecturers .lecturer-info {
	float: left;
	padding-left: 20px;
	width: 75%;
	box-sizing: border-box;
}
a.bracket:hover {
	border-bottom:0;
	text-decoration: underline;
}
a.bracket::before {
	content: '[ ';
	color: #E87722;
	display: inline-block;
}
a.bracket::after {
	content: ' ]';
	color: #E87722;
	display: inline-block;
}
#footer {
	background: #333;
	padding: 60px 40px 20px;
	color: white;
	line-height: 2em;
}
#footer p, #footer blockquote {
	font-size: 1.2em;
}
#footer blockquote {
	padding: 0.8em 1em 1em;
}
#footer blockquote em {
	line-height: 1.4;
    background-color: white;
    color: #333;
    padding-right: 0.2em;
}
#footer blockquote cite {
	float: right;
	padding-top: 1em;
}
#footer a {
	color: white;
}
#footer a.vt-ctaLink.outline.light:hover {
	color: #000;
}
.follow-science-icons {
	font-size: 2.2vw;
    line-height: 1.9;
	letter-spacing: .5em;
}
#contact .inner {
	width: 80vw;
	margin: 0 auto;
	display: table;
}

#contact strong {
	text-transform: uppercase;
}
#contact .third {
	float: none;
	display: table-cell;
	padding: 10px;
}
#contact-box {
	border-bottom: 1px solid transparent;
    border-image: url(assets/images/dash-bg.png) 1 27 round;
}
#support-box {
	float: right;
}
#contact blockquote {
	font-family: Georgia, serif;
	font-size: 1.2vw;
	font-style: italic;
	margin: 7px 0;
	padding: 0.25em 22px;
	line-height: 1.45;
	position: relative;
	color: rgba(109, 106, 117, 1.0);
}
#contact blockquote p {
	text-align: left;
	font-size: 1.2vw;
	line-height: 28px;
}
#contact blockquote:before {
	display: block;
	content: "\201C";
	font-size: 4vw;
	position: absolute;
	left: -20px;
	top: -20px;
	color: #7a7a7a;
}
#contact blockquote cite {
	color: #999999;
	font-size: 1.2vw;
	display: block;
	margin-top: 7px;
	text-align: right;
}
#contact blockquote cite:before {
	content: "\2014 \2009";
}
#bottom {
	background: #E87722;
	color: #fff;
	padding: 19px 10px 10px 10px;
}
#bottom .inner {
	width:80vw;
	margin: 0 auto ;
}
#bottom li {
	display: inline-block; 
	text-transform: uppercase;
}
#bottom li:after {
	content: ' |  ';
	margin: 0 5px;
}
#bottom li:last-child:after {
	content: '';
}
#bottom .left {
	float: left;
}
#bottom .right {
	float: right;
	text-align: right;
}
#bottom .left {
	width:55%;
}
#bottom .right {
	width: 45%
}
#bottom a {
	color: #fff;
	text-decoration: none;
}
#bottom a:hover {
	text-decoration: underline;
	border-bottom:0;
}
#bottom p {
	margin-bottom: 0;
}
/*.wrap {
	padding-bottom: 2em;
}*/
.vt-one-content-area {
	top: 0;
	margin: 0 10%;
}
.vt-one-content-area h1, .vt-one-content-area h2, .vt-one-content-area h3, .vt-one-content-area h5, .vt-one-content-area h6 {
	margin: 6% 10% 0;

}
.vt-one-content-area h4 {
	margin: 1em 10% 0;
}
.vt-one-content-area p, .vt-one-content-area .wp-block-button {
	margin: 1em 10% 2em;
}

/* VT Footer */
footer {
	padding:40px 35px 0 35px;
}

.blog #primary, .single #primary, .archive #primary {
	width:100%;
	margin-right: 6%;
	box-sizing: border-box;
	padding: 8% 10%;
	background: #fff;
}
.blog #secondary, .single #secondary, .archive #secondary {
	width: 100%;
    box-sizing: border-box;
    padding: 50px 100px;
    background: #003c71;
    color: #fff;
}
.blog #secondary section, .single #secondary section, .archive #secondary section {
	width: 33%;
    display: inline-block;
	vertical-align: top;
}
section.widget_collapsarch .collapsing {
	height: auto;
}
.blog #secondary section ul li, .single #secondary section  li, .archive #secondary section  li {
	line-height:1.4;
}
.blog #secondary section ul a, .single #secondary section  a, .archive #secondary section  a {
	color: #fff;
}
.blog #secondary section ul a:hover, .single #secondary section  a:hover, .archive #secondary section  a:hover {
	border-bottom: 0;
}
.blog #main h2.entry-title, .archive #main h2.entry-title {	
	font-family: gineso-condensed,sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 2vw;
    color: #000;
    margin-bottom: .5em;

	padding: 8px 0 5px;
	margin:0;
	line-height: 1.4;
	text-transform: none;
}
.blog #main h2.entry-title a, .archive #main h2.entry-title a {
	color: #201e21;
}
.blog #main h2.entry-title a:hover, .archive #main h2.entry-title a:hover {
	border-bottom: 0;
}
.blog #main .entry-meta, .single .entry-meta, .archive .entry-meta {
	font-size: 1.5vw;
    line-height: 3.5vw;
    margin-bottom: 39px;
    font-weight: 400;
}
.blog #main article:after, .archive article:after  {
	content: '';
	display: block;
	margin-bottom: 39px;
	clear: both;
}
.blog #main article p, .archive #main article p  {
	font-size: 1.4vw;
    line-height: 1.4;
    margin: 0;
    color: #000;
    font-family: Acherus,sans-serif;
    font-weight: 400;
}
.blog .cat-links, .archive .cat-links  {
    color: var(--vt-smoke-4s);
}
.blog .cat-links a, .archive .cat-links a  {
    font-family: gineso-condensed,sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 1.4vw;
    text-transform: uppercase;
    letter-spacing: .075em;
    background-color: transparent;
    color: var(--vt-smoke-4s);

}
.blog .cat-links a, .archive .cat-links a  {
	border-bottom:0;
}
.blog .post-thumbnail, .single .post-thumbnail, .archive .post-thumbnail {
	margin-bottom:40px;
}
.blog .post-thumbnail, .archive .post-thumbnail {
	width: 50%;
    float: left;
    padding-right: 30px;
    box-sizing: border-box;
}
.blog .entry-content, .archive .entry-content {
	width: 50%;
    float: left;
}
.blog article:after, .archive article:after {
	content: '';
	display: block;
	clear: both;
}
.blog .wrap, .single .wrap, .archive .wrap  {
	padding: 0 100px ;
}
.single .entry-footer {
	float: right;
}
.post-thumbnail a, .entry-content .gallery a, .post-thumbnail a:hover, .entry-content .gallery a:hover {
	border-bottom:0;
}
.entry-content a img {
	opacity:1;
}
.entry-content a:hover img {
	opacity:.8;
}
.recent-posts-widget-with-thumbnails a img, #rpwwt-recent-posts-widget-with-thumbnails-2 a img {
	width: 30%;
	height: auto;
	float: left;
	margin-right: 10px;
}
a.give {
	padding:1vw;
	margin: .4vw 0;
	border: 1px solid #fff;
	display: inline-block;
	background:#E87722;
	color: #fff;
}
a.give:hover {
	background: #ED8B00;
}
#ai1ec-container {
	margin-bottom: 80px;
}
.timely .ai1ec-read-more {
	display: none;
}
.expertise {
	max-height: 7em;
	overflow: hidden;
}
.navigation.pagination {
	position: relative;
	text-align: center;
	font-weight: 700;
	margin-bottom: 40px;
}
.page-numbers {
	margin-right: 10px;
}
.ai1ec-agenda-widget-view .ai1ec-date, .ai1ec-agenda-view .ai1ec-date {
	background: #fff;
}
.ai1ec-agenda-view .ai1ec-date.ai1ec-today, .ai1ec-agenda-widget-view .ai1ec-date.ai1ec-today {
    background: rgba(255, 102, 0,.2)!important;
}
.ai1ec-agenda-widget-view .ai1ec-date-title, .ai1ec-agenda-view .ai1ec-date-title {
	border-radius: 0;
	border: none;
	background: #ec8b42;
	font-weight: normal!important;
	color: white;
	text-shadow: none;
}
.ai1ec-agenda-widget-view .ai1ec-month, .ai1ec-agenda-view .ai1ec-month, .ai1ec-agenda-widget-view .ai1ec-day, .ai1ec-agenda-view .ai1ec-day,.ai1ec-agenda-widget-view .ai1ec-weekday, .ai1ec-agenda-view .ai1ec-weekday {
	border-radius: 0!important;
	color: white!important;
	text-shadow: none;
}
.ai1ec-agenda-widget-view .ai1ec-day, .ai1ec-agenda-view .ai1ec-day {
	padding: 0.22em 0 0.22em;
}
.ai1ec-agenda-view .ai1ec-event {
	border-radius: 0;
	border: none;
	background: var(--skippersmoke);
}
.ai1ec-agenda-view .ai1ec-event .ai1ec-event-title {
	font-weight: normal!important;
    font-size: 18pt!important;
    letter-spacing: .02em!important;
}
.ai1ec-agenda-view .ai1ec-event .ai1ec-event-time {
    font-size: 14pt!important;
    font-weight: normal!important;
 }
 .ai1ec-allday-badge {
 	border-radius: 0;
 	padding: 0;
 	font-style: italic;
 	color: #333;
 	background-color: transparent;
 	vertical-align: baseline;
 }
 #main .ai1ec-agenda-view .ai1ec-event-description p {
 	font-family: Acherus, sans-serif;
    font-size: 1.6em;
    line-height: 1.8;
    margin-bottom: 39px;
    font-weight: 400;
 }
/*h2::before { 
  display: block; 
  content: " "; 
  margin-top: -75px; 
  height: 75px; 
}*/

.recentgrid {
    margin:0 auto 39px;
    padding-bottom: 10px;
    width: 103%;
}
.recentgrid a.recentitem {
	width: 33.33333%;
	display: block;
	float: left;
    height: 0;
    padding-bottom: 22%;
    margin: 0;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: norepeat;
    display: flex;
    flex-direction: column-reverse;
}
/*#main .recentgrid a:after {
	content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjMuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IlZUX1BQRV9Mb2dvIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwLjkgMTQ3LjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwMC45IDE0Ny41OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0VFNzYyMzt9Cjwvc3R5bGU+Cjxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iNzUuOCwzLjIgMCwxNDUuOCAyNS4xLDE0NS44IDEwMC45LDMuMiAiLz4KPC9zdmc+Cg==");
	width: 1.5vw;
	height: 1.5vw;
	font-size: 3rem;
	font-size: clamp(1em, 3vw, 3em);
	line-height: 1;
    transform-origin: top;
    position: absolute;
    top: 5rem;
    right: 3rem;
    opacity: 0;
    transition: all .5s;
 }

#main .recentgrid a:hover:after {
    top: 10px;
    right: 10px;
    opacity: 1;
 }
*/
#main .recentgrid a.recentitem p {
	position: absolute;
	bottom: 0;
	font-family: gineso-condensed,sans-serif;
	font-size: 1.6vw;
	font-size: clamp(1rem, 1.6vw, 1.rem);
	line-height: 1.4;
	margin: .8rem;
	text-transform: uppercase;
}
.recentgrid a.recentitem p span {
	line-height: 1.4;
	background-color: #D16B1F;
    color: white;
}
.recentgrid a.recentitem:hover p span {
	background-color: white;
    color: #D16B1F;
}
.recentgrid a.recentitem:hover {
	border-bottom: 0;
}
.recentgrid a.recentitem img {
	width: 100%;
	display: block;
}
.entry-content .recentgrid a.recentitem:hover img {
	opacity:1;
}
.recentgrid a.recentitem .text {
	width:100%;
	height:100%;
	background: rgba(0,0,0, .4);
	color: #fff;
	transform: translateY(100%);
	position: absolute;
	top: 0;
	padding: 5%;
	transition: transform .5s;
}
#main .recentgrid a.recentitem .text h2 {
	color: #fff;
}

.recentgrid a.recentitem:hover .text {
	transform: translateY(0);
    transition: transform .5s;
}
/*.recentgrid a.recentitem:after {
	content:'[+]';
	color: #fff;
	position: absolute;
	text-align: center;
	top:0;
	width: 100%;
	height: 100%;
    font-size: 200%;
    transform: translateY(42%);
    transition: transform .5s .5s;
}
.recentgrid a.recentitem:hover:after {
    transform: translateY(100%);
    transition: transform .5s;
}*/

.home .recentgrid {
	display: flex;
	flex-flow: row wrap;
	margin: 0 auto;
	padding-bottom:0;
	width: 100%;
}
.home .recentgrid a.recentitem h2, #main .recentgrid a.recentitem .text h2 {
	color: #fff;
	position: absolute;
	bottom: 7%;
    margin: 0;
    font-size: 1.8vw;
    line-height: 1.3;
    font-weight: 400;
    left: 5%;
    right: 5%;
}
.home .recentgrid a.recentitem {
	width: 25%;
	margin: 0;
	padding-bottom: 17%;
	background-size: cover;
	background-position: center;
	background-repeat:no-repeat;
}
.home .recentgrid a.recentitem img {
    width: 100%;
    height: auto;
    display: block;
}
.wp-block-image figcaption {
	position: absolute;
    bottom: .6em;
    right: .6em;
	background-color: #D16B1F;
    margin-bottom: 0;
    color: white;
	font-size: 1.7rem;
	font-size: clamp(1.1rem, 1.7vw, 1.7rem);
    line-height: 1.4;
	font-family: gineso-condensed, sans-serif;
	text-transform: uppercase;
}
.wp-block-image figcaption a {
	color: white;
}
.wp-block-image figcaption a:hover {
	color: #D16B1F;
	background-color: white;
}
.wp-block-image.size-full {
	width: 103%;
	max-width: 103%;
	margin: 0 auto 39px;
}
.wp-block-image.size-full img {
	width: 100%;
	vertical-align: bottom;
}
.wp-block-image .alignleft {
    float: left;
    margin-right: 1em;
    margin: 1.8em 2% .6em 10%;
}
.wp-block-image .alignright {
    float: right;
    margin-left: 1em;
    margin: 0 10% .6em 2%;
}
.wp-block-columns {
	margin: 1em 10%;
}

.band.slowload .text {
	width: auto;
	/*bottom: 12vw;*/
}
.band .text p {
	color: #fff;
    font-size: 3.7vw;
    line-height: 1!important;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    display: table;
    padding: 0;
    margin-bottom: 5px;
    font-family: gineso-condensed, sans-serif;
    background: #E87722;
}

/*.band.slowload .text p {
    opacity: 0;
    animation: load-in-left 1s;
    animation-fill-mode: forwards;
	animation-delay: .5s;

}
.band.slowload.right .text p {
    animation: load-in-right 1s;
    animation-fill-mode: forwards;
	animation-delay: .5s;
}
.band.slowload .text p:nth-child(2) {
	animation-delay: 1s;
}
.band.slowload .text p:nth-child(3) {
	animation-delay: 1.5s;
}
.band.slowload .text p:nth-child(4) {
	animation-delay: 2s;
}
*/
/*.band .text:before {
	content: "";
    position: absolute;
    display: block;
    top: -2.2vw;
    left: -2.2vw;
    height: 5.5vw;
    width: 2.5vw;
    border-left: .5vw solid #E87722;
    transform: rotate(45deg);
}
.band.slowload .text:before {
    opacity: 0;
    animation: fade-in-left 1s;
    animation-fill-mode: forwards;
}
.band.slowload.right .text:before {
	animation-delay: 2.5s;
}
*/.fade-in {
	opacity: 0;
	animation: fade-in 1s;
    animation-fill-mode: forwards;
}
.one-third figure {
	width:26%;
}
.one-third figure img {
	width: 100%;
}
@keyframes load-in-left {
  0% {
    margin-left: 10vw;
    opacity:0;
  }
  100% {
    margin-left: 0;
    opacity: 1;
  }
}
@keyframes load-in-right {
  0% {
    margin-right: 10vw;
    opacity:0;
  }
  100% {
    margin-right: 0;
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    opacity: 0;
    top: -12.2vw;
    left: 7.8vw;
  }
  100% {
    opacity: 1;
    left: -2.2vw;
    top: -2.2vw;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.featherlight-loading .featherlight-content {
	display: none!important;
}
.featherlight-iframe .featherlight-content {
	overflow-y: hidden;
}


@media all and (max-width:1025px) {
	#push {	
		display: none;
	}
	#header {
		position: relative;
	}
	#header, #news_previews, #instagram .inner, #email_signup, #news_previews, #instagram .inner, #bottom .inner, .wrap {
		width: 100%;
	}
	#header, #news_previews, #instagram .inner, #news_previews, #bottom .inner, .wrap {
		padding:20px 40px;
	}
	#vt_logo span {
		line-height:1.4;
		border-left: 0 solid transparent;
		display: none;
	}
	#instagram .inner {
		padding: 0;
	}
	#email_signup {
		padding: 10px;
	}
	#header.on {
		padding: 40px;
	}
	#header.on img {
		width: 190px
	}
	/*#header nav {
		position: absolute;
		top: 0px;
		right: 0px;
		text-align: center;
	}*/
	#header ul#menu-main-menu {
		/*height: 80vh;
    	overflow-x: hidden;*/
		top: 120px;
	}
	/*#header ul ul {
		display: block;
		width:100%;
		position: relative;
		float: none;
		margin:0;
		border-left: none;
		border-right: none;
	}
	#header ul li {
		display: block;
		background: #ddd
	}
	#header ul ul li {
		background: #fff;
	}
	#header nav input {
		display: block;
		width: 40px;
		height: 40px;
		position: absolute;
    top: -10px;
    right: -5px;
		background: #ff0000;
		-webkit-appearance: none;
		cursor: pointer;
		opacity: 1;
    	z-index: 2;		
    	-webkit-touch-callout: none;
    	opacity: 0;
	}
	nav ul {
		position: absolute;
		width: 100vw;
    	margin: -60px 88px;
    	padding: 0px;
		box-sizing: border-box;
		background: #ededed;
		list-style-type: none;
		-webkit-font-smoothing: antialiased;
		transform-origin: 0% 0%;
		transform: translate(0, 0);
  
		transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	}
	nav input:checked ~ ul
	{
	  transform: translate(-100vw, 0);
	  opacity: 1;
	}
	#hamburger {
	display: block;
	position: absolute;
	left: -48px;  
	z-index: 1;
	-webkit-user-select: none;
	user-select: none;
	}	
	#header nav span
	{
	  display: block;
	  width: 33px;
	  height: 4px;
	  margin-bottom: 5px;
	  position: relative;

	  background: #aaa;
	  border-radius: 3px;

	  z-index: 1;

	  transform-origin: 4px 0px;

	  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				  opacity 0.55s ease;
	}

	#header nav span:first-child
	{
	  transform-origin: 0% 0%;
	}

	#header nav span:nth-last-child(2)
	{
	  transform-origin: 0% 100%;
	}

	#hamburger nav input:checked ~ span
	{
	  opacity: 1;
	  transform: rotate(45deg) translate(-2px, -1px);
	  background: #232323;
	}

	#hamburger nav input:checked ~ span:nth-last-child(3)
	{
	  opacity: 0;
	  transform: rotate(0deg) scale(0.2, 0.2);
	}

	#hamburger nav input:checked ~ span:nth-last-child(2)
	{
	  opacity: 1;
	  transform: rotate(-45deg) translate(0, -1px);
	}*/
	#wrapper {
		width: 100vw;
		overflow-x: hidden;
		overflow-y: scroll; /* has to be scroll, not auto */
		-webkit-overflow-scrolling: touch;
	}
	.vt-bodyNoScroll #wrapper {
		overflow-y: initial;
	}

	#instagram {
		background-position: calc(50% - 50%) bottom ;
	}
	.blog #primary {
		width:100%;
		margin-right: 0;
	}
	.blog #secondary {
		width:100%;
	}
	.quote .twothird, .quote .threefourth {
		background: transparent;
	}
	#email_signup .text {
    	width: 51%;
    }
    .addtoany_header {
		margin: 0 0 16px;
		font-size: 1.5vw;
	}
	.ai1ec-agenda-view .ai1ec-event .ai1ec-event-title {
		font-size: 16.5pt!important;
	}

}
@media all and (max-width:830px) {
	#donate, #contact .inner {
		width: 100%;
	}
	.quote .twothird, .quote .threefourth {
		width: 100%;
	    background-color: rgba(63, 120, 125, .1);
	    
	}
	.quote .onethird, .quote .onefourth {
		width: 100%;
	}
	iframe {
		width: 100%;
    	height: 41vw;
	}
	#email_signup .brochure {
		margin: 1.8vw;
	}
    .homecalendar .ai1ec-agenda-widget-view .ai1ec-date {
    	width: 100%;
    }
    .band .colleges {
    	right: 7vw;
    }
    .band .colleges a {
    	font-size: 1em;
    }
}
@media all and (max-width:770px) {
	html {
		font-size: 14px;
	}
	.gateway {
		background-color: #E87722;
	}
	.blog .wrap, .single .wrap, .archive .wrap {
		padding: 0 5%;
	}
	.vt-one-content-area {
		margin: 0;
	}
	.band .colleges a {
		font-size: .8rem;
	}
	#email_signup p {
		font-size: .8rem;
	}
	#footer p, #footer blockquote {
		line-height: 1.6;
		font-size: .8em;
	}
	#footer blockquote cite {
		font-size: .8em;
	}
}
@media all and (max-width:480px) {
	h1.entry-title {
		font-size: 1.6em;
	}

	h2 {
		font-size: 2em;
		font-style: normal;
	}
	h3 {
		font-size: 1.8em;
		line-height: 1.4;
	}
	h4 {
		font-size: 1.6em;
		line-height: 1.4;
	}
	.one-third {
		margin: 1em 10% 2em;
	}
	.one-third figure.alignleft {
		margin: auto;
	}
	.gateway .vt-breadcrumbs {
		font-size: inherit;
	}
	#header, #news_previews, #news_previews, #bottom .inner, .wrap {
		padding: 0 5%;
	}
	.homecalendar .timely {
		font-size: 1em;
	}
	a.button, #email_signup form input[type="submit"] {
		font-size: 4.7vw;
		margin-top: 4vw;
	}
	p, ul, ol, blockquote p, #main blockquote p, .slick-dots li button:before, #contact blockquote, #main p, #main ul, #main ol, #main li {
		font-size:3.7vw;
		line-height: 5.8vw;
	}
	#contact blockquote cite, #main blockquote cite, .topquotes cite, .quotes cite {
		font-size:4vw;
		line-height: 4.6vw;
	}
	.topquotes cite, .quotes cite {
		display: none;
	}
	#contact blockquote:before, #main blockquote:before {
		font-size:8vw;
		line-height: 10vw;
	}
	#directory h3 {
		font-size:5vw;
		line-height: 6.2vw;
	}


	/*#header img.logo {
		width:85px;
	}
	#header .ppe {
		font-size: 21px;
		bottom: 1px;
   	}
	#header.on {
		padding: 40px;
	}*/
	body {
		overflow-x: hidden;
	}
	.band .text {
		font-size: 4.0vw;
		line-height: 4.5vw;
		width: 50vw;
	}
	.blog h1.page-title, .single h1.page-title, #post-504 h1.entry-title {
		margin:0 0 40px 22px;
	}
	.blog h1.page-title:before, #post-504 h1.entry-title:before, .single h1.page-title:before {
		top: -22px;
		left: -22px;
		height: 20px;
		width: 20px;
		border-top: 6px solid #E87722;
		border-left: 6px solid #E87722;
	}
	.blog h1.page-title:after, #post-504 h1.entry-title:after, .single h1.page-title:after {		
		bottom: -22px;
		right: -22px;
		height: 20px;
		width: 20px;
		border-bottom: 6px solid #E87722;
		border-right: 6px solid #E87722;
	}
	.blog #main .entry-meta, .single .entry-meta, .archive .entry-meta {
		font-size: 3vw;
	}
	.recentgrid a.recentitem .text {
		transform: translateY(0);
	}
	.home .recentgrid a.recentitem h2, #main .recentgrid a.recentitem .text h2 {
		font-size: 4.7vw;
	}
	.vt-one-content-area {
		margin: 0 0% 2em 0%;
	}
	
	/*.page .entry-content::before {
		content: "";
		position: absolute;
		width: 17px;
		height: 17px;
		right: -10px;
		top: 5px;
		border: 1px solid rgba(255, 102, 0, .5);
	}
	.page .entry-content::after {
		content: "";
		height: 86px;
		position: absolute;
		right: -1px;
		top: -4px;
		border-left: 1px solid rgba(255, 102, 0, .5);
	}*/
	.homecalendar h3 {
		font-size: 4.7vw;
		font-weight: 400;
	}
	.band span {
		font-size:3.8vw;
		padding: 2vw 9vw;
	}

	.band .text p {
		font-size: 4.7vw;
	}
	.band .colleges {
		display: none;
		left: 3vw;
		text-align: center;
		top: 29vw;
	}
	.band .colleges a {
		font-size:2.5vw;
		float: none;
		/*background: #4E443F;*/
		border:1px solid #fff;
		padding: 2vw;
	}
	.subhead-photo {
	position: inherit;
	}
	.subhead-heading {
		position: absolute;
		top: 88%;
		background-color: #fff;
		padding: 3px 10px;
	}
	#lecturers .lecturer-photo {
		width: 100%;
	}
	#lecturers .lecturer-info {
		width: 100%;
		padding-left: 0;
	}
	#main blockquote {
		padding: 0.25em 20px;
	}
	#quote .twothird {
		width: 100%;
	}
	#quote .onethird {
		width: 100%
	}
	#quote .row {
		margin-bottom: 12vw;
	}
	.slick-dotted.slick-slider {
    padding-bottom: 30px;
	}
	.slick-dots {
		left:0;
		bottom: 15px;
	}
	.topquotes p, .home .firstquotes p, #wrap blockquote p {
		padding: 20px 20px 10px;
	}
	#news_previews .third, #instagram .third {
		width:100%;
		margin:10px 0;
	}
	#news_previews .third:nth-of-type(2) {
		border-image: none;
	}
	#contact .third {
		display: block;
		width:100%;
		margin-right:0;
	}
	#donate h2 {
		width:100%;
	}
	#donate a {
		float: none;
		margin:10px 0;
	}
	#email_signup {
		padding: 20px 40px;
	}
	#email_signup form {
		width:100%;
		float: none;
		text-align:left;
		margin-left: 0;
	}
	#email_signup form input[type="email"] {
		width:60%;
	}
	#email_signup h2 {
		font-size: 6.6vw;
		line-height: 1.4;
		display: none;
	}
	#email_signup .text p {
		margin-top:  10px;
		font-size: 3.7vw;
		line-height: 5.8vw;
    }
	#email_signup .brochure {
		width: 100%;
		margin: 0px;
		border-right: 0px solid #fff; 
		box-sizing: border-box;
		float: left;
		border-bottom: 1px solid #fff;
		padding-bottom: 20px;
	}
	#email_signup .brochure img, #email_signup .brochure video {
		width: 100%;
	}
	#email_signup .text {
		width: 100%; 
    }
    #email_signup p {
    	font-size: 1rem;
    }
    .home .recentgrid {
    	display: block;
    }
    .home .recentgrid a.recentitem {
		width: 100%;
		padding-bottom: 60%;
	}
	.home .recentgrid a.recentitem .text {
		transform: translateY(0%);
		top: 0;
		bottom: 0;
		height: auto;
		background: rgb(255,102,0);
		background: linear-gradient(0deg, #00000066 50%, rgba(255,102,0,0) 100%);
	}
	.home .recentgrid a.recentitem .text p {
		display: none;
	}
	.home .recentgrid a.recentitem:after {
		display: none;
	}
	.wp-block-image .alignleft {
		width: 100%;
	}
	.support-bg {
		border-top: none;
		height: 250%;
    	width: 100%;
	}
	.faculty {
		width: 100%;
	}
	.publication {
		width: 32.3%;
	}
	#publications a {
		height: auto;
		line-height: inherit;
	}
	#bottom {
		padding: 0;
	}
	#bottom .left, #bottom .right {
		width:100%;
		margin: 20px auto;
		text-align: center;
	}
	#bottom li:nth-child(2) {
		display: block;
	}
	#bottom li:after {
		display: none;
	}
	#bottom a svg {
		font-size: 2em;
		margin: .5em;
	}
	.gallery-item {
		padding: .25em;
	}
	.support-bg {
		border-top: 0px solid transparent;
	}
	#contact-box {
		border-bottom: 0px solid transparent;
	}
	.blog #primary, .single #primary, .archive #primary {
		width:100%;
		margin-right: 0%;
	}
	.blog #secondary, .single #secondary, .archive #secondary {
		width:100%;
		padding: 50px;
	}
	.blog .post-thumbnail, .archive .post-thumbnail {
		width: 100%;
		padding-right: 0;
		margin-bottom: 10px;
	}
	.blog .cat-links a, .archive .cat-links a {
		font-size: 3vw;
	}
	.blog #main h2.entry-title, .archive #main h2.entry-title {
		font-size: 4vw;
	}
	.blog .entry-content, .archive .entry-content {
		width: 100%;
		
	}
	.blog #main article p, .archive #main article p {
		font-size: 3vw;
	}
	.quote .twothird, .quote .onethird, .quote .threefourth {
		width:100%;
		height: auto;
	}
	.recentgrid a.recentitem {
		width: 100%;
		padding-bottom: 60%;
	}
	.recentgrid a.recentitem:nth-child(3n+0) {
		margin: 0;
	}
	.blog #secondary section, .single #secondary section, .archive #secondary section {
		width: 100%;
		margin-bottom: 20px;
	}
	#publications .row {
		padding: 5%;
	}
	footer {
		padding:40px 35px;
	}
	.homecalendar {
		padding: 20px 2.75em;
    }
	#footer p, #footer blockquote, #footer a.skew {
		line-height: 1.6;
		font-size: 5vw;
	}
	.follow-science-icons {
		line-height: 1.6;
		font-size: 7vw;
	}
	#footer blockquote {
		padding: 0;
	}
	#footer blockquote cite {
		font-size: 4.5vw;
	}
	
	.wp-block-image.size-full, .recentgrid, #publications .row:nth-child(1) {
		width: 100%;
	}
	.wp-block-image figcaption {
	    font-size: 1.6rem;
	    font-size: clamp(1.1rem, 1.6vw, 1.6rem);
	}
	#main .recentgrid a.recentitem p {
	    font-size: 1.6rem;
	    font-size: clamp(1.1rem, 1.6vw, 1.6rem);
	}
	#main #directory p {
		font-size: 4vw;
	}
	.ai1ec-agenda-view .ai1ec-event .ai1ec-event-title {
		font-size: 15.5pt!important;
	}
	#main .ai1ec-agenda-view .ai1ec-event-description p {
	    font-size: 1.3em;
	    line-height: 1.4;
	}

}
@media print {
	#wrapper {
		height: auto;
	}
}
