/* New Home Page CSS */
.page-id-73011 .section {
	padding-top: 5px;
	background: white;
}
/*.page-id-73011 .content-blocks {
	margin-top: -60px;
}*/
/* COVID UPDATES */
.page-id-73011 .covid-updates {
	margin-top: -70px;
	background-color: #99152a;
  padding: 5px;
  padding-top: 15px;
}
.page-id-73011 .covid-updates p {
	text-align: center;
  font-size: 28px;
}
.page-id-73011 .covid-updates a {
	color: white;
}
@media only screen and (max-width: 500px) {
	.page-id-73011 .covid-updates p {
		text-align: center;
	  font-size: 20px;
	}
}
/* Jumbotron */

.page-id-73011 .home-jumbotron {
	min-height:700px;
	background-color: #1e242a;
	background-repeat: no-repeat!important;
	background-size: cover!important;
	background-position: center center;
	color: #fff;
	margin: 0;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	top: -60px;
}
.page-id-73011 .home-jumbotron:before {
	/*background-image: url(img/overlay-ada85.png); ORIGINAL OVERLAY
	background-image: url('https://www.albright.edu/wp-content/uploads/2020/01/gradient-home-page-1.png'); */
	background-size: 100% 100%;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	background: linear-gradient(160deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.19681375968356096) 62%), linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.19681375968356096) 20%);
}
@media only screen and (max-width: 767px) {
  .page-id-73011 .home-jumbotron:before {
		background-image: url('https://www.albright.edu/wp-content/uploads/2020/02/gradient.png');
	}
}
.page-id-73011 .home-jumbotron .home-jumbotron-logo {
	z-index: 3;
	position: absolute;
	top: 14%;
	left: 22%;
}
.page-id-73011 .home-jumbotron .apply-button {
	width:185px;
	z-index:3;
	position:absolute;
	top:80%;
	left:48%;
}
.page-id-73011 .home-jumbotron .visit-button {
	width:185px;
	z-index:3;
	position:absolute;
	top:80%;
	left:61%;
	
}
.page-id-73011 .home-jumbotron .adult-button {
	width:185px;
	z-index:3;
	position:absolute;
	top:80%;
	left:74%;
	
}


@media only screen and (max-width: 1470px) and (min-width: 1070px) {
	.page-id-73011 .home-jumbotron .apply-button {
		left: 42%;
	}
	.page-id-73011 .home-jumbotron .visit-button {
		left: 56%;
	}
	.page-id-73011 .home-jumbotron .adult-button{
		left: 70%;
	}
}
@media only screen and (max-width: 1070px) and (min-width: 870px) {
	.page-id-73011 .home-jumbotron .apply-button {
		left: 38%;
	}
	.page-id-73011 .home-jumbotron .visit-button {
		left: 46%;
	}
	.page-id-73011 .home-jumbotron .adult-button{
		left: 54%;
	}
}
@media only screen and (max-width: 870px) and (min-width: 767px) {
	.page-id-73011 .home-jumbotron .apply-button {
		left: 25%;
	}
	.page-id-73011 .home-jumbotron .visit-button {
		left: 33%;
	}
	.page-id-73011 .home-jumbotron .adult-button{
		left: 41%;
	}
}
@media only screen and (max-width: 767px) {
	.page-id-73011 .home-jumbotron .apply-button {
		width: 65%;
		left: 50%;
		top: 65%;
		transform: translate(-50%, -50%);
	}
	.page-id-73011 .home-jumbotron .visit-button {
		width: 65%;
		left: 50%;
		top: 78%;
		transform: translate(-50%, -50%);
		margin-left: 0px;
	}
	.page-id-73011 .home-jumbotron .adult-button{
		width: 65%;
		left: 50%;
		top: 82%;
		transform: translate(-50%, -50%);
		margin-left: 0px;;
	}
}

@media only screen and (max-width: 767px) {
	.page-id-73011 .home-jumbotron .logo {
		display: none;
	}
	.page-id-73011 .home-jumbotron {
		min-height: 400px;
	}
	.page-id-73011 #main-nav {
		padding-left: 15px;
	}
}
.page-id-73011 .home-jumbotron .logo {
	z-index: 99;
	margin-left:-55%;
	margin-top: -26%;
}
.page-id-73011 .centered {
	position: absolute;
	top: 10px;
	z-index: 1000;
}
.page-id-73011 #main-nav ul.navbar-nav>li {
	background-color: rgba(0,0,0,0);
}
.page-id-73011 .header-wrapper-bottom {
	background-color: rgba(0,0,0,0);
}
@media only screen and (max-width: 767px) {
	.page-id-73011 .logo:nth-child(2) {
		display: none;
	}
	.page-id-73011 .header-wrapper-bottom {
		background: #a51e36;
		width:100%;
	}
	.page-id-73011 .centered {
		top: 0px;
	}
	.page-id-73011 .navbar-header {
		padding: 10px 15px;
	}
	.page-id-73011 .logo-search {
		max-width: 170px;
	}
}

.page-id-73011 #overlay:before {
	background: rgba(0,0,0,0.3);
	background-size: 100% 100%;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.page-id-73011 #main-nav ul.navbar-nav {
	background-color: rgba(0,0,0,0);
}
.page-id-73011 .header-wrapper-top {
	background-color: #333d47;
}
.page-id-73011 .centered .nav>li>a {
	padding: 10px 0px;
}
.page-id-73011 #main-nav .navbar-nav>li>a {
	padding-left: 0px;
	text-align: center;
}
.page-id-73011 .home-btn-why {
	position: absolute;
	bottom: -350px;
	left: 0;
	z-index: 100;
}
.page-id-73011 .search-form {
	position: absolute;
	z-index: 3;
	top: 13%;
	right: 18%;
}
@media only screen and (max-width: 767px) {
	.page-id-73011 .search-form {
		display: none;
	}
}
.page-id-73011 .jumbotron-left-text {
	font-family: "Calvert MT W01 Light1488602" !important;
	font-size: 34px;
	top: 79%;
    position: absolute;
	display: none;
	text-align: center;
	z-index: 3;
}
.page-id-73011 .jumbotron-left-text a {
	font-family: "Calvert MT W01 Light1488602" !important;
	color: #fff;
	text-decoration: none;
}
.page-id-73011 .jumbotron-left-text a:hover {
	color: rgba(255,255,255,0.6);
}
@media only screen and (min-width: 1070px) {
	.page-id-73011 .jumbotron-left-text {
		left: 5%;
	}
}
@media only screen and (max-width: 1070px) and (min-width: 870px) {
	.page-id-73011 .jumbotron-left-text {
		left: 5%;
		top: 80%;
		font-size: 25px;
	}
}
@media only screen and (max-width: 870px) and (min-width: 767px) {
	.page-id-73011 .jumbotron-left-text {
		left: 2%;
		top: 81%;
		font-size: 18px;
	}
}
@media only screen and (max-width: 767px) {
	.page-id-73011 .jumbotron-left-text {
		top: 25%;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

.page-id-73011 .search-field::placeholder {
	color: #fff;
}
.page-id-73011 .search-field {
	width: 150px;
}
/* New Custom Majors */


.page-id-73011 .wpcp-carousel-section.nav-vertical-center {
	padding: 0px;
}
.page-id-73011 .wpcp-carousel-section.slick-initialized .slick-slide {
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: -10px;
}


.page-id-73011 .major-container .carousel-row-capt {
	vertical-align:top;
	display:inline-block;
	margin:0 auto;
	width: 31.5%;
	padding: 0px 2px;
}
@media only screen and (max-width: 767px) {
	.page-id-73011 .major-container .carousel-row-capt {
		width: 47.6%;
	}
}
.page-id-73011 .carousel-row-capt img {
	width: 100%;
}
.page-id-73011 .first-spot-major {
	float: left;
	padding-top: 5px;
	width: 25%;
}
@media only screen and (max-width: 767px) {
	.page-id-73011 .first-spot-major {
		width: 33.3%;
	}
}
.page-id-73011 .first-spot-major img {
	padding-right: .75%;
	margin-left: -1%;
}
.page-id-73011 .major-container {
	float: left;
}
.major-container .carousel-caption {
	text-align: left;
	padding: 0px;
	width: 106%;
}
.page-id-73011 .major-container {
	width: 75%;
	padding-left: 0;
	padding-right: 0;
}
@media only screen and (max-width: 767px) {
	.page-id-73011 .major-container {
		width: 66.6%;
	}
	.page-id-73011 .first-spot-major img {
		width: 99%;
	}
}
.page-id-73011 .major-container .blockquote-additional {
	position: relative;
	bottom: 50px;
	left: 25px;
	color: white;
	font-size: 30px;
}
.page-id-73011 .carousel-indicators {
	padding-right: 35%;
}
.page-id-73011 .call-to-action {
	padding-top: 0px;
	padding-bottom: 20px;
	background: white;
}
@media only screen and (max-width: 767px) {
	.page-id-73011 .call-to-action {
		padding-bottom: 60px;
	}
}
/*.page-id-73011 .container-fluid:nth-child(-2n +3) {
	padding-right: 0px;
	padding-left: 0px;
}*/
.page-id-73011 .major-container a {
	text-decoration: none;
}
.page-id-73011 .major-container .carousel-testimonial .carousel-control {
	top: 40%;
	color: white;
  background: #6a737b;
}
.page-id-73011 .major-container .carousel-testimonial .carousel-control.right {
	right: 0%;
  padding: 5px 5px 5px 8px;
}
.page-id-73011 .major-container .carousel-testimonial .carousel-control.left {
	left: 2px;
	padding: 5px 8px 5px 5px;
}
@media only screen and (max-width: 767px) {
	/*.page-id-73011 .major-container .carousel-testimonial .carousel-control.left {
		left: -47%;
	}*/
	.page-id-73011 .major-container .carousel-testimonial .carousel-control {
		font-size: 35px;
		height: 45px;
		top: 30%;
	}
}
@media only screen and (min-width: 767px) and (max-width: 1210px) {
	.page-id-73011 .major-container .blockquote-additional {
		font-size: 18px;
		bottom: 35px;
		left: 15px;
	}
}
@media only screen and (min-width: 450px) and (max-width: 767px) {
	.page-id-73011 .major-container .blockquote-additional {
		font-size: 15px;
		bottom: 35px;
		left: 15px;
	}
}
@media only screen and (max-width: 450px) {
	.page-id-73011 .major-container .blockquote-additional {
		font-size: 11px;
		bottom: 25px;
		left: 10px;
	}
}
.page-id-73011 .mobile {
	display: none;
}
@media only screen and (max-width: 767px) {
	.page-id-73011 .web {
		display: none;
	}
	.page-id-73011 .mobile {
		display: block;
		padding-left: 3px;
	}
}

/* Custom Spotlight */
.page-id-73011 .single-spotlight .carousel-caption {
	width: 100%;
}
.page-id-73011 .single-spot-section {
	padding: 0px 0px 50px 0px;
}
.page-id-73011 .carousel-testimonial .carousel-caption .student-info {
	color: #6a737b;
}
.page-id-73011 .carousel-caption blockquote {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

/* Events Section */
.page-id-73011 .events {
	
}
.page-id-73011 .events .top-area {
	background: none;
	height: 180px !important;
}
.page-id-73011 .events .top-area:hover {
	background: none;
	border: 1px solid white;
}
.page-id-73011 .events .date-location {
	width: 20%;
	float: left;
	padding-right: 5%;
	border-right: 2px solid white;
	height: 100%;
	color: white;
}
.page-id-73011 .events .date-location .event-month {
	text-transform: uppercase;
	font-size: 18px;
	color: white !important;
}
.page-id-73011 .events .date-location .event-day {
	font-size: 32px;
	margin-top: -18px;
	margin-left: -2px;
	color: white !important;
}
.page-id-73011 .events .event-other-info {
	width: 70%;
	float: left;
	padding-left: 5%;
}
.page-id-73011 .events .event-other-info h3 {
	margin-top: 0;
	color: white !important;
	word-break: break-word;
}
.page-id-73011 .events .event-other-info h4 {
	margin-top: 0;
	color: white !important;
}
.page-id-73011 .events .view-more {
	color: white;
}
.page-id-73011 .events .view-more:after {
	border-left-color: white;
}
.page-id-73011 .events .view-more:hover {
	text-decoration: none;
}

@media only screen and (max-width: 767px) {
	.page-id-73011 .events .tile {
		background: none;
	}
	.page-id-73011 .events .top-area {
		height: 130px !important;
	}
	.page-id-73011 .events .date-location .event-day {
		margin-left: 0px;
	}
}

@media only screen and (max-width: 991px) and (min-width: 767px) {
	.page-id-73011 .events .top-area {
		height: 280px !important;
	}
	.page-id-73011 .events .date-location {
		width: 25%;
	}
}
/* POP Section */

.page-id-73011 .wpcp-carousel-section.nav-vertical-center {
	padding: 0px;
}
.page-id-73011 .wpcp-carousel-section.slick-initialized .slick-slide {
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: -10px;
}


.page-id-73011 .pop-container .carousel-row-capt {
	vertical-align:top;
	display:inline-block;
	margin:0 auto;
	width: 23.8%;
}
@media only screen and (max-width: 767px) {
	.page-id-73011 .pop-container .carousel-row-capt {
		width: 31.2%;
	}
}
.page-id-73011 .carousel-row-capt img {
	width: 100%;
}
.page-id-73011 .pop-container {
	float: left;
}
.page-id-73011 .pop-container .carousel-caption {
	text-align: left;
	padding: 0px;
	width: 105%;
}
.page-id-73011 .pop-container {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
@media only screen and (max-width: 767px) {
	.page-id-73011 .pop-container {
		width: 100%;
	}
}
.page-id-73011 .pop-container .blockquote-additional {
	position: relative;
	bottom: 50px;
	left: 25px;
	color: white;
	font-size: 25px;
}
.page-id-73011 .carousel-indicators {
	padding-right: 35%;
}
.page-id-73011 .call-to-action {
	padding-top: 0px;
	padding-bottom: 20px;
	background: white;
}
@media only screen and (max-width: 767px) {
	.page-id-73011 .call-to-action {
		padding-bottom: 60px;
	}
}
.page-id-73011 .container-fluid:nth-child(-2n +3) {
	padding: 0px 0px 15px 0px !important;
}
.page-id-73011 .pop-container a {
	text-decoration: none;
}
.page-id-73011 .pop-container .carousel-testimonial .carousel-control {
	top: 40%;
	background: #6a737b;
  color: white;
}
.page-id-73011 .pop-container .carousel-testimonial .carousel-control.right {
	right: 0%;
	padding: 5px 5px 5px 8px;
}
.page-id-73011 .pop-container .carousel-testimonial .carousel-control.left {
	left: 0%;
	padding: 5px 8px 5px 5px;
}
@media only screen and (min-width: 767px) and (max-width: 1210px) {
	.page-id-73011 .pop-container .blockquote-additional {
		font-size: 18px;
		bottom: 35px;
		left: 15px;
	}
}
@media only screen and (min-width: 450px) and (max-width: 767px) {
	.page-id-73011 .pop-container .blockquote-additional {
		font-size: 15px;
		bottom: 35px;
		left: 15px;
	}
}
@media only screen and (max-width: 450px) {
	.page-id-73011 .pop-container .blockquote-additional {
		font-size: 11px;
		bottom: 25px;
		left: 10px;
	}
}
.page-id-73011 .mobile {
	display: none;
}
@media only screen and (max-width: 767px) {
	.page-id-73011 .web {
		display: none;
	}
	.page-id-73011 .mobile {
		display: block;
	}
	.page-id-73011 .pop-container .carousel-testimonial .carousel-control {
		font-size: 35px;
		height: 45px;
		top: 30%;
	}
}


/* Carousel Animation
.page-id-73011 .carousel-inner .item.left.active {
	transform: translateX(-33%);
}
.page-id-73011 .carousel-inner .item.right.active {
	transform: translateX(33%);
}

.page-id-73011 .carousel-inner .item.next {
	transform: translateX(33%)
}
.page-id-73011 .carousel-inner .item.prev {
	transform: translateX(-33%)
}

.page-id-73011 .carousel-inner .item.right,
.page-id-73011 .carousel-inner .item.left {
	transform: translateX(0);
}
*/

/* News Section */
.page-id-73011 .featured-news-container {
	position: relative;
	text-align: center;
	padding-bottom: 25px;
	margin-top: -15px;
}
.page-id-73011 .featured-news-container .featured-news-image {
	min-height: 550px;
	max-height: 550px;
	background-repeat: no-repeat!important;
	background-size: cover!important;
	background-position: center center;
	position: relative;
}
.page-id-73011 .featured-news-container .featured-news-image:before {
	background-image: url(img/overlay-ada85.png);
	background-size: 100% 100%;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.page-id-73011 .featured-news-container .featured-news-text {
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	width:100%;
	z-index: 3;
}
.page-id-73011 .featured-news-container .featured-news-text h2 {
	color: white;
}

@media only screen and (max-width: 767px) {
	.page-id-73011 .featured-news-container .featured-news-image {
		min-height: 425px;
		max-height: 425px;
	}
}
@media only screen and (max-width: 991px) {
	.page-id-73011 .news-feed .row:nth-child(3) .col-md-4:nth-child(3) {
		display: none;
	}
}

/* Footer Section */
.page-id-73011 .footer-wrapper-top .btn-white {
	background-color: #a51e36;
	color: #fff;
}
.page-id-73011 .footer-wrapper-top h3 {
	color: #6a737b;
}
.page-id-73011 .footer-wrapper-top {
	background: none;
}


/*End New Home Page CSS */
