* {box-sizing: border-box;}

.clearfix{
	clear:both;
}

.recentcomments a {
	display:inline !important;
	padding:0 !important;
	margin:0 !important;
}

.home-container{
	display:block;
	margin:0 auto;
}

/* scroll nav */

.home-page-section-nav {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	float: left;
	position: fixed;
	bottom: 0px;
	padding-bottom:20px;
	z-index:100;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.25))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#40000000',GradientType=0 ); /* IE6-9 */
}

.home-page-section-nav a{
	cursor: pointer;
}

.home-page-section-nav > .nav-links {
  padding: 40px 0 20px;
}

.home-page-section-nav > .nav-links li {
  float: none;
	margin-right: 3%;
	margin-left: 3%;
	display: inline-block;
}

.home-page-section-nav > .nav-links li a {
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  cursor:pointer;
}

.home-page-section-nav > .nav-links li a img{
  width: 40px;
  margin: 0 auto 15px;
  display:none;
}

.home-page-scroll-icon {
  width: 50px;
  height: 50px;
  top:0rem;
  position:relative;
  transition:top 300ms, height 300ms;
  -moz-transition:top 300ms, height 300ms;
  -webkit-transition:top 300ms, height 300ms;
}

.home-page-scroll-icon:hover{
    top:1rem;
}

body.hide-home-page-scroll-icon .home-page-scroll-icon{
	height:0px;
}

/* main section */

.main-home-section {
	width: 100%;
	background: url('images/main-home-section-bg2.jpg') no-repeat top center;
	background-size: cover;
	height: 800px;
	position: relative;
	float: left;
  background-position: 70% 0%;
}

.main-home-section > .container {
	width: 75%;
	margin: 0 auto;
	padding-bottom: 0px;
	top: 395px;
	position: relative;
	margin-top: -300px;
	max-width: 800px;
}

.main-home-section-text {
  margin-bottom: 8%;
}

.main-home-section-heading {
	font-size: 5.5rem;
	line-height: 6rem;
	color: #fff;
	font-weight: 100;
	text-align: center;
    margin-top: 100px;
}

.main-home-section-heading strong{
    display:block;
    font-weight:400;
}

.main-home-section-sub-heading {
  margin-top: 1rem;
  margin-bottom: 3rem;
  font-size: 2.5rem !important;
  font-weight: 100;
  line-height: 3rem !important;
  color: #fff !important;
  text-align: center;
}

.wht-btn {
  float: left;
  padding-bottom: 8px;
  font-weight: 100;
  line-height: 1.7rem;
  text-transform: uppercase;
}

/***** Academics Banner Boxes *****
***********************************/

.program-stat {
    margin-top: 25px;
}

.cta-div a,
.cta-div a:hover,
.cta-div a:visited  {
    text-decoration: none;
    color: #ffffff;
}

.cta-section {
    color: #ffffff;
    text-align: right;
    height: 175px;
}

.cta-section:hover .cta-img {
    margin-right: 10px;
}

.cta-section:hover .wht-btn {
    transform: scale(1.1,1.1);
}

.cta-img {
    transition: margin 300ms;
    -moz-transition: margin 300ms;
    -webkit-transition: margin 300ms;
}

.cta-section img {
    width: 22%;
    opacity: 0.6;
    margin-top: 10px;
}

.degree-name {
    font-size: 3em;
    line-height: 1;
}

.wht-btn {
    float: right;
    margin: 25px 0;
    padding-bottom: 8px;
    font-weight: 100;
    line-height: 1.7rem;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .col-sm-3 {
        width: 25%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media screen and (max-width: 767px) {
        .cta-section {
            text-align: center;
            height: 150px;
        }
        .wht-btn {
            float: none;
            text-align: center;
            position: relative;
            top: 25px;
        }
    }

.main-home-section-academics {
  text-align: center;
}

.academics-heading {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 2.5rem;
  color: #fff;
  text-transform: uppercase;
  font-weight:100;
}

.academics-btns {
  width: 100%;
}

.academics-btns > .undergraduate-btn,
.academics-btns > .graduate-btn,
.academics-btns > .transfer-btn {
  float: left;
  text-decoration: none;
  width: 42%;
  padding: 1.5% 1.5% 1.5% 4%;
  color: #fff;
  text-align: right;
  display:block;
}

.undergraduate-btn {
  background-color: #095d7e;
}

.graduate-btn {
  background-color: #902052 ;
}

.transfer-btn {
  background-color: #e7b220;
}

.btn-line {
  width: 22%;
  margin-bottom: 1rem;
  margin-right: 0rem;
  transition:margin 300ms;
  -moz-transition:margin 300ms;
  -webkit-transition:margin 300ms;
}

.academics-btns a:hover .btn-line{
    margin-right: 1rem;
}

.btn-name {
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 100;
  display:block;
}

.btn-text {
  font-size: 1.3rem;
  font-weight: 100;
  line-height: 1.7rem;
  display:block;
}

/* programs section */

.program-search-section {
	width: 100%;
	background: url('images/programs-search-section-bg.jpg') no-repeat top center;
	background-size: cover;
	height: calc(100vh);
	float:left;
}

.program-search-section > .container {
	margin: 0 auto;
	width: 80%;
	max-width: 1200px;
	position: relative;
	top: 50%;
	margin-top: -225px;
}

.program-search-heading {
  margin-bottom: 4%;
  text-align: center;
}

.program-search-heading > h1 {
  font-size: 3.2rem;
  font-weight: 100;
  color: #fff;
}

.program-search-header > h1 strong{
    font-weight:400;
}

.program-search-shield {
  position: relative;
  width: 75%;
  margin: 0 auto;
  padding-top: 7%;
  padding-bottom: 8%;
  background: url('images/program-search-shield-no-button.png') no-repeat top center;
  background-size: contain;
}

.programs-see-all-link {
	position: absolute;
	top: 3.5%;
	right: 9.5%;
	height: 25px;
	width: 250px;
	text-align: center;
}

.programs-see-all-link a i {
  margin-right: 7px;
  font-size: 1.6rem;
  line-height: 0.6rem;
}

.programs-see-all-link a span {
	background: url('images/top-cta-right-arrow.svg') no-repeat center center;
	width: 24px;
	height: 10px;
	margin-top: 0;
	margin-left: 7px;
	display: inline-block;
	transition:margin 300ms;
	-moz-transition:margin 300ms;
	-webkit-transition:margin 300ms;
}

.programs-see-all-link:hover a span{
    margin-left:12px;
}

.programs-see-all-link > a {
	font-size: 1.3rem;
	line-height: 1.1rem;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	width: 100%;
}

.program-search-searchbox {
  width: 70%;
  height: 30px;
  padding: 15px;
  margin: 0 auto 2% auto;
  background-color: #fff;
  border: 3px solid #095d7e;
  border-radius: 20px;
}

.program-search-searchbox img {
  margin-right: 15px;
  float: left;
  width: 30px;
	height: auto;
}

.program-search-searchbox input {
  width: 85%;
  height: 30px;
  font-size: 2rem;
  font-weight: 100;
  color: #363636;
  border: none;
  outline: none;
}

.program-search-searchbox input::-webkit-input-placeholder {
  color: #363636;
}

.program-search-searchbox input:-moz-input-placeholder {
  color: #363636;
}

.program-search-searchbox input::-moz-input-placeholder {
  color: #363636;
}

.program-search-searchbox input:-ms-input-placeholder {
  color: #363636;
}

.program-search-degree-types {
	width: 65%;
	margin: 0 0 0 23%;
	color: #fff;
}

.program-search-degree-types .wht-btn {
	background: #e7b220;
	width: 100%;
	display: block;
	text-align: center;
	font-weight: bold;
	border: none;
	margin-bottom: 1em;
	font-size: 1.5em;
	box-sizing: border-box;
	line-height: 1;
	padding: 1.2em;
}

.program-search-degree-types .associates-degrees,
.program-search-degree-types .bachelors-degrees,
.program-search-degree-types .masters-degrees {
  float: left;
  width: 33%;
  text-align: left;
}

.program-search-degree-types .degree-type-line {
  width: 20%;
}

.program-search-degree-types .number-of-degrees {
	font-size: 5rem;
	line-height: 7rem;
}

.program-search-degree-types .degree-type {
	width: 75%;
	font-size: 2.2rem;
	font-weight: 100;
	line-height: 2.5rem;
}

.program-search-section .home-page-section-nav > .nav-links {
  padding: 0px 0 20px;
}

/* HOW IT WORKS */

.howitworks-section {
	width: 100%;
	padding-top: 0;
	background: url('images/how-it-works.jpg') no-repeat center center;
	background-size: cover;
	float: left;
	height: calc(100vh - 70px);
}

.howitworks-section .container {
	width: 80%;
	max-width: 1200px;
	top: 50%;
	position: relative;
	margin-top: -210px;
}

.howitworks-padding{
	float:left;
	width:100%;
	transition:padding 500ms;
	-moz-transition:padding 500ms;
	-webkit-transition:padding 500ms;
}

.howitworks-slider{
	float:left;
	width:100%;
	margin-bottom:15px;
}

.hiw-section{
	width:25%;
	float:left;
	text-align:center;
	position: relative;
	opacity:.5;
	transform:scale(1,1);
	-moz-transform:scale(1,1);
	-webkit-transform:scale(1,1);
	transition:opacity 300ms, transform 300ms;
	-moz-transition:opacity 300ms, transform 300ms;
	-webkit-transition:opacity 300ms, transform 300ms;
	cursor:pointer;
}

.hiw-active{
	opacity:1;
}

.hiw-section::after{
	content: '';
	width: 40px;
	height: 40px;
	background: url(images/howitworks-arrow.svg);
	background-size: contain;
	position: absolute;
	right: -5%;
	bottom: 10px;
}

.hiw-section.noarrow::after{
	display:none !important;
}

.hiw-section img{
	height:50px;
	margin-bottom:20px;
	transition:opacity 300ms, transform 300ms;
	-moz-transition:opacity 300ms, transform 300ms;
	-webkit-transition:opacity 300ms, transform 300ms;
}

.hiw-section.hiw-active img, .hiw-section:hover img{
	transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
}

.hiw-section p{
	color:#fff;
	line-height:2.5rem;
	font-size:2rem;
	font-weight:100;
	width:100%;
	display:block;
	margin:0 auto;
}

.howitworks-line{
	opacity:0;
	overflow:hidden;
	height:0px;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	transition:opacity 500ms 500ms, height 500ms;
	-moz-transition:opacity 500ms 500ms, height 500ms;
	-webkit-transition:opacity 500ms 500ms, height 500ms;
}

.howitworks-section.open .howitworks-line{
	height:38px;
	opacity:.5;
}

.line{
	float:left;
	height:38px;
	transition:width 500ms;
	-moz-transition:width 500ms;
	-webkit-transition:width 500ms;
}

.left-line, .right-line{
	width:50%;
	border-bottom:3px solid #FFF;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.left-line, .right-line{
	width:45%;
}

.up-arrow{
	width:10%;
}

.up-arrow img{
	width:100%;
	height:100%;
}

.howitworks-text{
	width:100%;
	float:left;
	position:relative;
	height:0px;
	opacity:0;
	overflow:hidden;
	transition:opacity 500ms 500ms, height 500ms;
	-moz-transition:opacity 500ms 500ms, height 500ms;
	-webkit-transition:opacity 500ms 500ms, height 500ms;
}

.howitworks-section.open .howitworks-text{
	height:200px;
	opacity:1;
}

.howitworks-text p{
	color: #fff;
	font-size: 2rem;
	line-height: 2.5rem;
	font-weight:100;
	position: absolute;
	width: 70%;
	left: 15%;
	opacity: 0;
	z-index: 1;
	text-align:center;
	transition:opacity 500ms;
	-webkit-transition:opacity 500ms;
	-moz-transition:opacity 500ms;
}

.howitworks-text p.active{
	opacity: 1;
	z-index: 2;
}

.howitworks-text a.wht-btn {
	float: none;
	display: inline-block;
	margin: 20px auto 0;
}

/* STORIES SECTION */

.stories-section{
	position: relative;
}

.student-mobile {
	display: none;
}

.story::before{
	content:'';
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:200px;
	z-index:10;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.33) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.33)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.33) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.33) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.33) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.33) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.story::after{
	content:'';
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:350px;
	z-index:15;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.33) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.33))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.33) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.33) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.33) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.33) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#54000000',GradientType=0 ); /* IE6-9 */
}

.story-header{
	color:#000;
	font-size: 4rem;
	line-height: 4rem;
	padding:55px 0;
	width:100%;
	float:left;
	font-weight:100;
	text-align:center;
	height:auto;
	box-sizing:border-box;
}

.story{
	width:25%;
	height:calc(100vh - 170px);
	float:left;
	position: relative;
	overflow: hidden;
	display:block;
}

.story-image{
	background-size:cover;
	background-position: center center;
	background-repeat: no-repeat;
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-o-filter: blur(0px);
	-ms-filter: blur(0px);
	filter: blur(0px);
	-webkit-transform:scale(1,1);
	-moz-transform:scale(1,1);
	-ms-transform:scale(1,1);
	-o-transform:scale(1,1);
	transform:scale(1,1);
	transition:filter 500ms, transform 500ms;
	-o-transition: -o-filter 500ms, -o-transform 500ms;
	-ms-transition: -ms-filter 500ms, -ms-transform 500ms;
	-moz-transition: -moz-filter 500ms, -moz-transform 500ms;
	-webkit-transition: -webkit-filter 500ms, -webkit-transform 500ms;
}

.story-details{
	display: block;
	position: absolute;
	height: 400px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: #333;
	margin-bottom: -400px;
	transition:margin 500ms;
	-moz-transition:margin 500ms;
	-webkit-transition:margin 500ms;
	z-index:12;
	padding:30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color:#fff;
}

.story-one .story-details{
	background:#902052;
}
.story-two .story-details{
	background:#517676;
}
.story-three .story-details{
	background:#e7b220;
}
.story-four .story-details{
	background:#095d7e;
}

.story:hover .story-details{
	margin-bottom:0px;
}

.story:hover .story-image{
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	transform:scale(1.1,1.1);
}

.stories-section .home-page-section-nav {
	position: absolute;
	bottom: 40px;
	z-index: 15;
}

.stories-section .home-page-section-nav > .nav-links{
	padding-top:0px !important;
}

.story-details strong{
	font-size:3rem;
	line-height:3.5rem;
	display:block;
	margin-bottom:10px;
	font-weight:100;
}

.story-details .description{
	font-size:1.8rem;
	line-height:2.4rem;
	display:block;
	margin-bottom:30px
}



/* HOME EVENTS */

/*.home .up-next{
	background:url(images/home-events.jpg) no-repeat center center;
	background-size:cover;
}*/

.home-events-section .container{
	height:calc(100vh - 70px);
}

.home-events-section h2{
	color:#fff;
	font-size:4rem;
	line-height:5rem;
	width:100%;
	float:left;
	margin-bottom:30px;
	font-weight:100;
}

.home-events {
	float: left;
	width: 70%;
	display: block;
	margin-left: 15%;
	top: 50vh;
	position: relative;
	margin-top: -250px;
}

.home-events a{
	display:block;
	text-decoration: none;
	color:#fff;
	text-align:center;
	transition:transform 500ms;
	-moz-transition:transform 500ms;
	-webkit-transition:transform 500ms;
	transform:scale(1,1);
	-moz-transform:scale(1,1);
	-webkit-transform:scale(1,1);
}

.home-events a:hover{
	transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
}

.wide-event{
	float:left;
	width:50%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.side-event{
	width:25%;
	float:left;
	padding-left:5%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.side-event-one a{
	background-color:#8f2051;
}

.side-event-two a{
	background-color:#e5b120;
}

.wide-event img{
	width:100%;
	float:left;
	display:block;
}

.event-wrap {
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	padding: 20px;
	height: 285px;
	position: relative;
	float: left;
}

.event-bottom{
	display:block;
	background:#363636;
	padding:15px;
	color:#fff;
	font-weight:100;
	font-size:2rem;
	float:left;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.side-event strong {
	display: block;
	font-size: 2rem;
	font-weight: 400;
	margin-bottom: 30px;
	float: left;
	width: 100%;
	margin-top: 30px;
}

.side-event span.date, .side-event span.time {
	display: block;
	font-size: 1.4rem;
	font-weight: 100;
	line-height: 2rem;
	margin-bottom: 5px;
}

.side-event span.description {
	position: absolute;
	bottom: 30px;
	width: 100%;
	left: 0px;
	font-size: 1.5rem;
	line-height: 2rem;
}

.event-clear{
	display:block;
	clear:both;
}

.home-page-bullets {
	position: fixed;
	right: 20px;
	top: 50%;
	margin-top: -60px;
	z-index: 102;
}

.home-page-bullets a {
	display: block;
	height: 15px;
	width: 15px;
	border: 1px solid #fff;
	border-radius: 100%;
	margin-bottom: 15px;
	color: #FFF;
	cursor: pointer;
	transition:all 400ms;
	-moz-transition:all 400ms;
	-webkit-transition:all 400ms;
}

.home-page-bullets a.nav-programs:hover, .home-page-bullets a.nav-programs.active{
	background:#902052;
}

.home-page-bullets a.nav-how:hover, .home-page-bullets a.nav-how.active{
	background:#005D7E;
}

.home-page-bullets a.nav-stories:hover, .home-page-bullets a.nav-stories.active{
	background:#E6B222;
}

.home-page-bullets a.nav-happening:hover, .home-page-bullets a.nav-happening.active{
	background:#517676;
}

.home-page-bullets a span {
	display: block;
	position: absolute;
	right: 0px;
	width: 120px;
	text-align: right;
	height: 15px;
	line-height: 15px;
	font-size: 1.5rem;
	font-weight: 100;
	opacity:0;
	text-shadow:0px 0px 3px #000;
	transition:all 400ms;
	-moz-transition:all 400ms;
	-webkit-transition:all 400ms;
}

.home-page-bullets a:hover span{
	right:25px;
	opacity:1;
}

.home-down-arrow{
	position: fixed;
	bottom: 20px;
	left: 50%;
	margin-left: -25px;
	display:block;
	transition: bottom 500ms;
	z-index: 100;
}

.show-progress .home-down-arrow{
	bottom: 95px;
}


/* A/B Testing Styles */

.page-id-16262 .progress { display: none !important; }
html body.page-id-16262 .show-progress .home-down-arrow { bottom: 10px !important; }
.page-id-16262 .undergraduate-btn .wht-btn,
.page-id-16262 .graduate-btn .wht-btn {
    padding: 10px 25px;
    float: right;
    margin-top: 2em;
    margin-bottom: 1em;
    background: white;
    color:  #115E7D;
    font-weight: bold;
}
.page-id-16262 .graduate-btn .wht-btn { color: #902052; }
@media (min-width: 768px) {
    .page-id-16262 .undergraduate-btn,
    .page-id-16262 .graduate-btn {
        margin-right: 5%;
        width: 42%;
    }
    .page-id-16262 .graduate-btn {
        margin-right: 0;
    }
}
