/* Color Tokens */
#primary {
	color: #00548B; /* $primary */
}

#secondary {
	color: #D0282E; /* $secondary */
}

#tertiary {
	color: #3F79BC; /* $tertiary */
}

#light {
	color: #EFECE4; /* $light */
}

#dark {
	color: #53616F; /* $dark */
}

#white {
	color: #FFFFFF; /* $white */
}

#text {
	color: #2B2E30; /* $text */
}
/* End Color Tokens */

/* Upcoming Events & Registration [Event Aside] */
.upcoming-registration {
	padding: 3.333em 5.667em;
}

.upcoming-registration .flex {
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	color: #6E206F;
	font-size: 1.167em;
}

.upcoming-registration .flex ~ .flex {
	margin-top: 2em;
}

.upcoming-registration .event-location {
	margin-top: 2em;
}

.upcoming-registration .flex + small {
	padding-left: 3rem;
	display: block;
	line-height: 1;
	margin-bottom: .5em;
}

.upcoming-registration icon {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-right: 0.5em;
	font-size: 1.667em;
}

.upcoming-registration ul {
}

.upcoming-registration li {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 16em;
	line-height: 1.667;
}

.upcoming-registration li p {
	padding: 0;
}

.upcoming-registration li time {
	font-family: 'Source Sans 3', sans-serif;
	margin-left: 0.5em;
}

.upcoming-registration p {
	line-height: 1.667;
	word-break: break-word;
}

.upcoming-registration a {
	display: block;
	font-weight: 700;
	color: #D0282E; /* $secondary */
}

.upcoming-registration .registration-info a {
	display: inline;
}

.upcoming-registration a:hover, .upcoming-registration a:focus {
	color: #00548B;
}

.upcoming-registration .btn {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-top: 1em;
}

.upcoming-registration .upcoming-details {
	padding-left: 3em;
	font-family: 'Source Sans 3', sans-serif;
}

.login-btn {
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1em;
	cursor: pointer;
}

.login-btn > icon {
	margin-right: .5em;
}

.login-btn > ul {
	position: absolute;
	top: 100%;
	right: 0;
	visibility: hidden;
	transition: visibility .4s ease 0s;
}

.no-touch .login-btn:hover > ul, .no-touch .login-btn:focus > ul {
	visibility: visible;
}

.login-btn > ul li {
	border-top: solid 1px rgba(255,255,255,.3);
	background-color: #D0282E; /* $secondary */
	margin-top: 1em;
	opacity: 0;
	transition: opacity .3s, margin-top .3s;
}

.csc-alert-events {
	color: #D0282E;
	font-weight: 600;
}
/* End Upcoming Events & Registration [Event Aside] */

/* Event Header */
.content-style header.flex {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.content-style header.flex .btn {
	font-size: .75em;
	white-space: nowrap;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-left: 1em;
}
/* End Event Header */

/* Responsive [1650px] */
@media screen and (max-width: 1650px) {
}
/* End Responsive [1650px] */

/* Responsive [1500px] */
@media screen and (max-width: 1500px) {
	.upcoming-registration {
		padding: 3.333em 1.5em;
	}
}
/* End Responsive [1500px] */

/* Responsive [1200px] */
@media screen and (max-width: 1200px) {
}
/* End Responsive [1200px] */

/* Responsive [1000px] */
@media screen and (max-width: 1000px) {
}
/* End Responsive [1000px] */

/* Responsive [800px] */
@media screen and (max-width: 800px) {
	.event-page .content-style header.flex{
		flex-direction:column;
	}
}
/* End Responsive [800px] */

/* Responsive [600px] */
@media screen and (max-width: 600px) {
}
/* End Responsive [600px] */

/* Responsive [450px] */
@media screen and (max-width: 450px) {
}
/* End Responsive [450px] */

.no-touch .login-btn:hover > ul li, .no-touch .login-btn:focus > ul li {
	margin-top: 0;
	opacity: 1;
}

.upcoming-registration .coordinator a {
	color: #3A4855;
	font-weight: 400;
}

.no-touch .upcoming-registration .coordinator a:hover, .no-touch .upcoming-registration .coordinator a:focus {
	color: #00548B; /* $primary */
}

.upcoming-registration .coordinator a i {
	margin-left: .5em;
	color: #3F79BC; /* $tertiary */
	font-weight: 700;
	font-size: .9em;
}

.no-touch .upcoming-registration .coordinator a:hover i, .no-touch .upcoming-registration .coordinator a:focus i {
	color: #2B2E30; /* $text */
}
