body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.page-container {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
}

.navbar {
	background: linear-gradient(135deg, rgba(30,61,124,1) 0%, rgba(99,89,115,0.9) 69%, rgba(201,147,79,1) 100%);
	display: flex;
	flex-wrap: wrap;
	align-items: stretch; 
	padding: 0;
}

.navbar .logo {
	padding: 1rem;
	flex: 1 1 60%;
}

.navbar .logo img {
	width: 100%;
	max-width: 300px;
	min-width: 150px;
}
img {
	width: 100%;
}
/********************
BUTTONS
*********************/

.navbar .buttons {
	display: flex;
	justify-content: flex-end;
	flex: 1;

}

.buttons .btn {
	padding: 1rem 2rem;
	text-align: center;
	border: 1px solid #fff;
	border: 1px solid rgba(255, 255, 255, 0.4);
	flex: 1;
	font-size: 1.2rem;
	background: #1E3D7C;
	background: rgba(30, 61, 124, .95);
	color: #fff;
	color: rgba(255, 255, 255, 0.801);
	text-decoration: none;
	transition: all 350ms;
}

.buttons .btn:hover, .buttons .btn:focus {
	background: rgb(0, 38, 71);
	color: #fff;
}

.cta {
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.1rem;
	text-align: center;
	transition: all 350ms;
	margin: 0;
	background: transparent;
	color: rgba(0, 38, 71, 1);
	border-color: rgba(218, 242, 61, 1);
	flex: 1 1 45%;
	border: 1px solid #ddd;
	padding: 15px;
}

.ctas {
	display: flex;
	justify-content: center;
	margin: 2rem 0 1rem;
	background: rgba(253, 206, 69, 1);
	background: linear-gradient(150deg, rgba(218, 242, 61, 1) 0%, rgba(253, 206, 69, 1) 100%);
/* 	background: rgba(253,206,69,1);  */
}

.ctas .cta:hover, .cta:focus {
	background: rgb(0, 38, 71);
	color: #fff;
}


.spacer {
	width: 8px;
	background: #1E3D7C;
    background: rgba(30, 61, 124, .9);
	border: none;
}

.updates p {
	padding: 1rem;
	margin: 0;
}

.hero {
	background: url(/summer/images/Summer%2022Artboard%204.png);
	background: url(/summer/images/Summer-23Artboard_05.jpg);
	min-height: 500px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: 0%;
	background-position-y: 45%;
    background-position-x: 84%;
}

.flex-item {
    display: flex;
    flex-direction: column;
}
.flex-item.updates {
	background:#1E3D7C;
	background: rgba(30, 61, 124, .9);
	color: #fff;
	border-bottom: 2px solid #ffffff40;
}
a.dark-bg-link {
	color: #FCB527;
}
a.dark-bg-link:visted {
	color: #8f6001;
}
a.dark-bg-link:hover {
	color: #d79002;
}
a.dark-bg-link:active {
	color: #fff;
}
/************************
SUMMER DATES
************************/
.dates {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	color: #fff;
	background: rgb(30,61,124);
	gradient(145deg, rgba(30,61,124,1) 25%, rgba(99,89,115,0.9) 50%, rgba(201,147,79,1) 100%);
	background: -webkit-linear-gradient(135deg, rgba(30,61,124,1) 0%, rgba(99,89,115,0.9) 69%, rgba(201,147,79,1) 100%);
	background: linear-gradient(135deg, rgba(30,61,124,1) 0%, rgba(99,89,115,0.9) 69%, rgba(201,147,79,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e3d7c",endColorstr="#c9934f",GradientType=1);
}

.date {
	flex: 1 0 21%;
	border: 2px solid #ffffff40;
	align-self: stretch;
	padding: .75rem;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.date h2 {
	font-size: 1.3rem;
	line-height: 1.1;
	margin: 1rem 0;
}

.date p {
	font-size: 1.2rem;
	padding: 0;
	margin: 0;
	margin-bottom: 1rem;
}

.date.highlight {
	border: 2px solid rgba(218, 242, 61, 1);
}

.date.highlight h2 {
	background: rgba(253, 206, 69, 1);
	background: linear-gradient(150deg, rgba(218, 242, 61, 1) 0%, rgba(253, 206, 69, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
}
.date.highlight p:not(.details) {
	font-weight: bold;
	background: rgba(253, 206, 69, 1);
	background: linear-gradient(150deg, rgba(218, 242, 61, 1) 0%, rgba(253, 206, 69, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
}

.hero {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.text-block {
    margin: 2rem;
    padding: 2rem 2.5rem;
    background: #1E3D7C;
    background: rgba(30, 61, 124, .9);
    color: #fff;
    border-radius: 5px;
    border: 1px solid #002647;
}

h1 {
	font-size: 3.2rem;
	text-transform: uppercase;
	margin-top: 0;
	line-height: 1;
}
/************************
HERO TEXT BLOCK
************************/
.text-block {
	flex: 0 1 33%;
	text-align: center;
	border-radius: 0;
	border: 1px solid rgba(218, 242, 61, 1);
}
.text-block h1 {
	font-size: 5.2rem;
	margin-bottom: 55px;
}

.text-block .label {
	font-size: 2.5rem;
	font-weight: bold;
	text-transform: uppercase;
}

.text-block .subLabel {
	font-size: 1.5rem;
}

.text-block .data {
	font-size:  1.8rem;
}

.text-block ul {
	padding: 0;
}

.text-block li {
	list-style-type: none;
	margin-bottom: 1rem;
}

.text-block li span {
	display: block;
}

.text-block p {
	margin-bottom: 2rem;
}
/***********************
OPEN COURSES STYLING
***********************/
h2.default {
    color: rgba(0, 38, 71, 1);
    margin: 3rem 1rem 1rem;
    font-size: 3.2rem;
    line-height: 1;
}
.openCourses {
    padding: 20px;
    border: 1px solid #ddd;
    margin: 10px;
}
.openCourses p {
    max-width: 64em;
    font-size: 1.3em;
}
.reapply {
    padding: 20px;
    border: 1px solid #ddd;
    margin: 10px;
}
.reapply p {
    max-width: 64em;
    font-size: 1.3em;
}
.contacts {
    display: flex;
    flex-wrap: wrap;
}
.contacts > div {
    font-size: 1.3em;
    padding: 15px;
    margin: 5px;
    border: 1px solid #ddd;
}
.options {
    display: flex;
    margin: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}
.option {
    border: none;
    padding: 1px;
	flex: 1 1 30%;
}
.option a {
    text-decoration: none;
    color: #024698;
    border: 1px solid #ddd;
    display: block;
    height: 100%;
    transition: all 350ms;
}
.option a:hover, .option a:focus {
    border-color: rgba(253, 206, 69, 1);
    background: rgba(253, 206, 69, 1);
}
.content-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    height: 100%;
    padding: 1rem;
}
.icon {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    margin: 0;
    margin-bottom: .75rem;
}
.icon .iconify {
    background: #f0f0f0;
    border-radius: 50%;
    padding: 15px;
    color: #024698;
}
.title {
    font-size: 1.6rem;
    line-height: 1;
    margin: .5rem;
    text-align: center;
}
.desc {
    margin: .5rem 0;
    max-width: 32em;
    text-align: center;
    flex: 1;
    color: #353535;
    font-size: 1.3rem;
}
/**********************
SESSION OPTIONS

.session-options h3 {
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

.session-options img {
	max-width: 100%;
}

.session-options {
	display: flex;
	justify-content: center;
	align-items: stretch;	
	display: flex;
    margin: 1rem;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
	align-items: center;
    justify-content: space-evenly;
}

h3.session-start {
    padding: 20px;
    line-height: 1;
}
.sub-sneak {
    font-size: 2rem;
}
.sneak {
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
}
.combo-icon {
    max-width: 150px;
    margin: 0 auto 10px;
}
.link-content, .sneak-content {
    color: #023867;
}
.link-content h3 {
    font-weight: 700;
}

.link-content {
    border: 1px solid transparent;
    box-shadow: none;
    transition: box-shadow .25s,border-color .25s;
    padding: 15px;
    min-height: 321px;
}
a.go:hover {
	text-decoration: none;
}

a.go:hover .link-content {
    border-color: #023867;
    box-shadow: 10px 10px 1px #023867;
    cursor: pointer;
}
**********************/


/*********************
LIST OF DATES

.summer-dates--list {
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    list-style-type: none;
    font-size: 21px;
    background-color: #F2F4F1;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    width: fit-content;
    padding: 30px;
    position: relative;
    align-items: baseline;
    margin: 0 auto;
}*********************/

/**********************
MASTHEAD

section .masthead {
    background: #153a67;
    color: #fff;
    padding: 1rem 0;
    position: relative;
}
img.inverse-continue {
    max-width: 100%;
    position: relative;
    top: 2px;
}
section {
    padding: 0 0 0;
}

.section-content {
    padding: 1rem 0 6rem;
}

.blue {
    background: #153a67;
    color: #fff;
}**********************/

/* helpers */
.center {
	display: flex;
	justify-content: center;
	align-items: center;
}


@media  screen and (max-width: 776px) {
	.updates {
		text-align: center;
	}

	.text-block {
		flex: 1;
		text-align: center;
		align-self: stretch;
		border-radius: 0;
		border: none;
		margin: 0;
		padding: 1rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
		flex-basis: 100%;
		background: rgba(30, 61, 124, .9);
	}
	.text-block h1 {
    font-size: 4.2rem;
	}
	
	.text-block .label {
    font-size: 1.5rem;
	}
	.text-block .data {
    font-size: 1.5rem;
}

	.logo {
		text-align: center;
	}
}

.hero {
	min-height: 600px;
}

@media  screen and (min-width: 600px) {
		.hero {
		background-position-x: 100%;
	}
}