/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
    line-height:1;
}

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

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

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

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


/* USD 2017 Advent Calendar CSS Repository */
/* Developed by Honest Code (https://honestcode.com) for the University of San Diego (https://sandiego.edu/) */

/* header */

header {
	height: 200px;
	text-align: center;
}

header div.logo {
	display: inline-block;
	vertical-align: top;
	width: 15%;
	height: 200px;
}

header div.discover,
header div.explore span.discover {
	display: inline-block;
	height: 200px;	
	width: 30%;
	vertical-align: top;
	font-family: "bistro-script-web",sans-serif;
	color: #003b70;
	font-size: 48px;
	text-align: right;
	padding-top: 82px;
}

header div.separator {
	display: inline-block;
	height: 200px;
	width: 5%;
	vertical-align: top;
	font-family: "bistro-script-web",sans-serif;
	color: #003b70;
	font-size: 33px;
	text-align: center;
	padding-top: 96px;	
}

header div.explore {
	display: inline-block;
	height: 200px;	
	width: 30%;
	vertical-align: top;
	width: 400px;
	height: 200px;
	color: #003b70;
	font-family: "bodoni-urw",serif;
	font-style: italic;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	padding-top: 74px;
}

header div.explore span.discover {
	display: none;
}


/* calendar days */

a.day {
	display: block;
	background-color: black;
	background-size: cover;
	background-repeat: no-repeat;
	color: white;
	font-family: "bodoni-urw",serif;
	font-size: 10vw;
	line-height: 1em;
	width: 25%;
	height: 25vw;
	float: left;
	text-decoration: none;
	overflow: hidden;
}

a.day.notyet {
	color: rgba(255,255,255,0.5);
}

a.day.notyet img {
	-webkit-filter: blur(6px); /* Safari */
    filter: blur(6px);
}

a.day span.bg {
	width: 25%;
	height: 25vw;
	display: block;
	overflow: hidden;
	position: absolute;
}

a.day img {
	width: 110%;
	margin-left: -2%;
	margin-top: -2%;
}

a.day span.hilite {
	position: relative;
	z-index: 2;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a.day.notyet span.hilite {
	background-color: rgba(0,0,0,0.65);
}

a.day span.nbr {
	background: url(../images/dotted_line.svg) center no-repeat;
	background-size: contain;
	width: 90%;
	height: 90%;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-filter: blur(0); /* Safari */
    filter: blur(0);
}

a.day:hover span.hilite,
a.day:focus span.hilite {
	background: rgba(0,0,100,0.5);			
}

#day-27:hover span.hilite, #day-27:focus span.hilite {	background: rgba(017, 190, 233, 0.8); }
#day-28:hover span.hilite, #day-28:focus span.hilite {	background: rgba(000, 059, 112, 0.8); }
#day-29:hover span.hilite, #day-29:focus span.hilite {	background: rgba(090, 043, 129, 0.8); }
#day-30:hover span.hilite, #day-30:focus span.hilite {	background: rgba(238, 170, 043, 0.8); }
#day-01:hover span.hilite, #day-01:focus span.hilite {	background: rgba(000, 116, 200, 0.8); }
#day-02:hover span.hilite, #day-02:focus span.hilite {	background: rgba(000, 164, 153, 0.8); }
#day-03:hover span.hilite, #day-03:focus span.hilite {	background: rgba(238, 170, 043, 0.8); }
#day-04:hover span.hilite, #day-04:focus span.hilite {	background: rgba(000, 059, 112, 0.8); }
#day-05:hover span.hilite, #day-05:focus span.hilite {	background: rgba(090, 043, 129, 0.8); }
#day-06:hover span.hilite, #day-06:focus span.hilite {	background: rgba(117, 190, 233, 0.8); }
#day-07:hover span.hilite, #day-07:focus span.hilite {	background: rgba(146, 000, 045, 0.8); }
#day-08:hover span.hilite, #day-08:focus span.hilite {	background: rgba(090, 043, 129, 0.8); }
#day-09:hover span.hilite, #day-09:focus span.hilite {	background: rgba(017, 190, 233, 0.8); }
#day-10:hover span.hilite, #day-10:focus span.hilite {	background: rgba(000, 164, 153, 0.8); }
#day-11:hover span.hilite, #day-11:focus span.hilite {	background: rgba(238, 170, 043, 0.8); }
#day-12:hover span.hilite, #day-12:focus span.hilite {	background: rgba(000, 059, 112, 0.8); }
#day-13:hover span.hilite, #day-13:focus span.hilite {	background: rgba(000, 116, 200, 0.8); }
#day-14:hover span.hilite, #day-14:focus span.hilite {	background: rgba(114, 114, 031, 0.8); }
#day-15:hover span.hilite, #day-15:focus span.hilite {	background: rgba(146, 000, 045, 0.8); }
#day-16:hover span.hilite, #day-16:focus span.hilite {	background: rgba(117, 190, 233, 0.8); }
#day-17:hover span.hilite, #day-17:focus span.hilite {	background: rgba(000, 164, 153, 0.8); }
#day-18:hover span.hilite, #day-18:focus span.hilite {	background: rgba(117, 190, 233, 0.8); }
#day-19:hover span.hilite, #day-19:focus span.hilite {	background: rgba(090, 043, 129, 0.8); }
#day-20:hover span.hilite, #day-20:focus span.hilite {	background: rgba(238, 170, 043, 0.8); }
#day-21:hover span.hilite, #day-21:focus span.hilite {	background: rgba(000, 116, 200, 0.8); }
#day-22:hover span.hilite, #day-22:focus span.hilite {	background: rgba(146, 000, 045, 0.8); }
#day-23:hover span.hilite, #day-23:focus span.hilite {	background: rgba(000, 059, 112, 0.8); }
#day-24:hover span.hilite, #day-24:focus span.hilite {	background: rgba(117, 190, 233, 0.8); }


a.day.notyet:hover span.hilite,
a.day.notyet:focus span.hilite {
	background-color: rgba(0,0,0,0.65) !important;
}

span.ender {
	background: url(../images/ender_bg.svg) center no-repeat #003b70;
	background-size: cover;
	float: left;
	width: 25%;
	height: 25vw;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-family: "bistro-script-web",sans-serif;
	font-size: 66px;
	line-height: 1em;
	text-align: center;
}


span.ender.single {
	width: 100%;
}

span.ender.double {
	display: none;
}

span.ender.quad {
	width: 50%;
	font-size: 50px;
}

/* day overlay */

#overlay {
	position: absolute;
	top: 0px;
	z-index: 10;
	width: 100%;
	min-height: 100%;
	background: #7d7d7d;
}

#overlay a.close-x {
	display: block;
	color: white;
	height: 61px;
	text-align: right;
}

#overlay-content {
	width: 768px;
	height: 100%;
	background: rgba(0,0,0,0.3);
	margin: 0 auto;
}

#overlay-feature {
	padding-left: 0;
}

#overlay-feature img {
	width: 100%;
	height: auto !important;
}

#overlay.day-27 { background: rgb(000, 164, 153); }
#overlay.day-28 { background: rgb(000, 059, 112); }
#overlay.day-29 { background: rgb(090, 043, 129); }
#overlay.day-30 { background: rgb(238, 170, 043); }
#overlay.day-01 { background: rgb(000, 116, 200); }	
#overlay.day-02 { background: rgb(000, 164, 153); }
#overlay.day-03 { background: rgb(238, 170, 043); }
#overlay.day-04 { background: rgb(000, 059, 112); }
#overlay.day-05 { background: rgb(090, 043, 129); }
#overlay.day-06 { background: rgb(117, 190, 233); }
#overlay.day-07 { background: rgb(146, 000, 045); }
#overlay.day-08 { background: rgb(090, 043, 129); }
#overlay.day-09 { background: rgb(017, 190, 233); }
#overlay.day-10 { background: rgb(000, 164, 153); }
#overlay.day-11 { background: rgb(238, 170, 043); }
#overlay.day-12 { background: rgb(000, 059, 112); }
#overlay.day-13 { background: rgb(000, 116, 200); }
#overlay.day-14 { background: rgb(114, 114, 031); }
#overlay.day-15 { background: rgb(146, 000, 045); }
#overlay.day-16 { background: rgb(117, 190, 233); }
#overlay.day-17 { background: rgb(000, 164, 153); }
#overlay.day-18 { background: rgb(117, 190, 233); }
#overlay.day-19 { background: rgb(090, 043, 129); }
#overlay.day-20 { background: rgb(238, 170, 043); }
#overlay.day-21 { background: rgb(000, 116, 200); }
#overlay.day-22 { background: rgb(146, 000, 045); }
#overlay.day-23 { background: rgb(000, 059, 112); }
#overlay.day-24 { background: rgb(117, 190, 233); }

#overlay-date {
	width: 19%;
	padding: 2%;
	float: left;
	color: white;
	font-family: "bodoni-urw",serif;
	font-size: 120px;
}

#overlay-article {
	width: 69%;
	padding: 2%;
	float: left;
}

#overlay-article h1 {
	color: white;
	font-family: "bodoni-urw",serif;
	font-weight: 400;
	font-size: 48px;
	line-height: 50px;
	margin-top: 50px;
}

#overlay-article p {
	color: white;
	font-family: "myriad-pro",sans-serif;
	font-weight: 300;
	font-size: 21px;
	line-height: 36px;
}

/*
#overlay-dec-14-form {
	margin: 1em;
	border: 1px solid white;
	padding: 1em;
	color: white;
	font-family: "myriad-pro",sans-serif;
	font-weight: 300;
	font-size: 21px;
	line-height: 36px;
}

#overlay-dec-14-form iframe {
	width: 100%;
	height: 300px;
	background: white;
	margin-top: 1em;
}
*/

/* message */

#message {
	/* background: url(../images/campus_bg.jpg) center no-repeat; */
	background-size: cover;
}

#message div.container {
	padding: 100px 0;
}

#message div.container h1,
#message div.container p {
	width: 70%;
	margin: 1em auto;
	text-align: center;
}

#message div.container h1 {
	color: #005098;
	font-family: "bodoni-urw",serif;
	font-weight: 400;
	font-size: 48px;
	line-height: 50px;
	margin-top: 50px;
}

#message div.container p {
	color: #005098;
	font-family: "myriad-pro",sans-serif;
	font-weight: 300;
	font-size: 21px;
	line-height: 36px;
}

#message a.cta {
	display: inline-block;
	background-color: #0074c8;
	border-radius: 8px;
	padding: 10px;
	text-decoration: none;
}

#message a.cta span {
	display: inline-block;
	border: 1px dashed white;
	border-radius: 4px;
	padding: 15px 50px;
	color: white;
	font-family: "bodoni-urw",serif;
	font-style: italic;
	line-height: 40px;
	font-size: 36px;	
}

/* footer */

footer {
	background-color: #003b70;
	border-top: 1px solid white;
	text-align: center;
	color: #75bee9;
	font-family: "myriad-pro",sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	padding: 60px 0 30px 0;
}

footer img {
	vertical-align: top;
	margin-top: -22px;
	margin-right: 20px;
}

footer a {
	color: #75bee9;
	text-decoration: none;
	font-weight: 600;
}



/* utility classes */

a.button {
	display: inline-block;
	background: rgba(255,255,255,0.3);
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 10px 20px;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a.button:hover,
a.button:focus {
	background: rgba(255,255,255,0.5);
}

.container {
	width: 768px;
	margin: 0 auto;
}

.right {
	float: right;
	clear: right;
}

.left {
	float: left;
	clear: left;
}

.hidden {
	display: none;
}

/* Responsive Directives */

/* Large desktop */
@media (min-width: 1200px) {

	header div.discover,
	header div.explore {
		width: 400px;
	}

	a.day,
	span.ender,
	a.day span.bg {
		width: 20%;
		height: 20vw;
	}
	
	span.ender.single {
		display: flex;
		width: 20%;
	}
	
	span.ender.double {
		display: none;
		width: 40%;
	}
	
	span.ender.triple {
		display: flex;
		width: 60%;
	}
	
	span.ender.quad {
		display: flex;
		width: 80%;
		font-size: 76px;
	}

}

@media (max-width: 1199px) {
	span.ender.double {
		display: flex;
		width: 75%;
	}
}

@media (max-width: 980px) {

	header div.logo {
		width: 20%;
	}
	
	header div.discover {
		text-align: center;
		width: 30%;
		padding-top: 58px;
	}
	
	header div.explore {
		width: 30%;
		padding-top: 59px;
	}
	
	footer {
		text-align: center;
		padding: 15px;
	}
	
	footer img {
		display: block;
		margin: 10px auto;
	}
	
	a.day {
		font-size: 15vw;
	}
	
	span.ender.single {
		width: 100%;
	}
	
	span.ender.quad {
		width: 50%;
	}
	
	span.ender.double {
		display: flex;
		width: 75%;
	}
	
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	
	header {
		text-align: left;
	}
	
	header div.discover,
	header div.separator {
		display: none;
	}
	
	header div.logo {
		width: 33%;
		text-align: center;
	}
	
	header div.logo img {
		max-width: 90%;
		height: auto !important;
	}
	
	header div.explore {
		width: 65%;
		padding: 0;
		font-size: 13px;
		line-height: 20px;
	}
	
	header div.explore span.discover {
		display: block;
		text-align: left;
		padding: 40px 0 10px 0;
		font-style: normal;
		margin-left: -5px;
		height: auto;
		width: 100%;
		font-size: 33px;
	}
	
	a.day {
		font-size: 20vw;
	}
	
	a.day,
	span.ender,
	span.ender.quad,
	a.day span.bg {
		width: 33.3333333333333%;
		height: 33.3333333333333vw;
	}
	
	span.ender.single {
		width: 100%;
		height: 33.3333333333333vw;
		font-size: 48px;
	}
	
	span.ender,
	span.ender.quad {
		font-size: 26px;
	}
	
	span.ender.double {
		display: flex;
		width: 66.666666666666666%;
	}
		
	#overlay-content {
		width: 100%;
		background: none;
	}
	
	#overlay-date {
		float: none;
		padding: 10px 40px;
	}
	
	#overlay-article {
		width: 80%;
		float: none;
		padding: 10px 40px;
	}
	
	#overlay-article h1 {
		margin: 0;
	}
	
	#overlay-article p {
		width: 100%;
	}
	
	#overlay-feature {
		/* height: 70vw; */
	}
	
	#overlay-feature iframe {
		width: 100vw;
		height: 56.25vw;
	}

	.container {
		width: 100%;
		padding: 0 15px;
	}

}