/*********** Home Video************* */

.HeaderVideo-Mobile {
	display: block;
	position: relative;
}

.HeaderVideo-Mobile img {
	display: block;
	width : 100%;
}

.HeaderVideo {
	display : none;
}

@media screen and (min-width: 42em) {
	.HeaderVideo-Mobile .home-text-buttons {
	width : 100%;
	position : absolute;
	right : 0;
	bottom : 20px;
	left : 0;
	margin : 0 auto;
}


}

@media screen and (min-width: 55em) {
	.HeaderVideo-Mobile {
	display: none;
}

.HeaderVideo-Mobile img {
	display: none;
}

.HeaderVideo {
	display: block;
	position: relative;
	padding-top: 56.34%;
	height: 0;
}

video.uk-cover-object.uk-position-absolute.uk-hidden-touch {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


}

/*********** WELCOME Container ************* */

.welcome-wrapper {
	background-color : #0a1744;
	position: relative;
	border-top : 1px solid #0A1744;
}

.welcome-container {
	max-width : 75em;
	margin-left : auto;
	margin-right : auto;
	padding : 15px 0;
	color: #fff;
}

.welcome-container h1 {
	color: #fff;
	background-color : #0a1744;
	font-family: 'Noto Serif', serif;
	font-size: 2.5rem;
	text-align : center;
	box-shadow: 0 0;
}

@media screen and (min-width: 48em) {
	.welcome-topline {
	content: '';
	height: 10px;
	background: #179E98;
	margin-top: 55px;
}

.welcome-container h1 {
	margin: -50px auto 25px;
	max-width: 550px;
}


}

/*********** HOME Text Buttons ************* */

.home-text-buttons-wrapper {
	color: #fff;
	position: relative;
}

.home-text-buttons {
	position: relative;
	margin: 20px auto;
	max-width: 434px;
}

.home-text-buttons a {
	font-family: 'Cinzel', serif;
	font-weight : 400;
	display: block;
	position: relative;
	padding: 10px;
	font-size: clamp(2rem,4vw,3rem);
	line-height: 1.2;
	color: #fff;
	background-color : #000;
	border: 15px solid #ddc57e;
	border-radius: 4px;
	text-align: center;
	text-decoration: none;
	text-transform : uppercase;
	animation: pulse 2s infinite;
	transition: all 0.7s;
}

.home-text-buttons a:hover,
.home-text-buttons a:focus {
	animation: pulse-small 2s infinite;
	transform: scale(1.08);
}

@keyframes pulse {
	0% {
	box-shadow: 0 0 0 0 rgba(221, 197, 126, 0.75);
}

100% {
	box-shadow: 0 0 0 10px rgb(221, 197, 126, 0);
}


}

@keyframes pulse-small {
	0% {
	box-shadow: 0 0 0 0 rgba(221, 197, 126, 0.75);
}

100% {
	box-shadow: 0 0 0 6px rgb(221, 197, 126, 0.5);
}


}

@media screen and (min-width: 42em) {
	.home-text-buttons-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width : 75em;
	margin : 15px 10px;
	justify-content : space-around;
}

.home-text-buttons {
	text-align : center;
	margin : 0;
	padding : 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width : 30%;
}

.home-text-buttons a {
	width : 100%;
}


}

@media screen and (min-width: 79em) {
	.home-text-buttons-container {
	margin : 15px auto;
}


}

/***************** THREE BOXES **************** */

.three-boxes-container {
	max-width: 125rem;
	margin: auto;
	padding: 0px 20px 25px;
	color: #000;
	font-size: clamp(1rem,2.25vw,1.875rem);
	line-height: 1.5;
	font-family: 'Raleway', sans-serif;
}

.three-boxes {
	margin-top: 20px;
}

.three-boxes-title {
	font-size: clamp(1.5rem,3vw,3.75em);
	font-weight: 700;
	margin-bottom: 10px;
	text-transform : uppercase;
}

.three-boxes-title span {
	text-transform : none;
}

.three-boxes-text-container {
	background: #d2b356;
	padding: 20px;
}

.three-boxes.box-2 {
	overflow: hidden;
}

.graphic-image {
	width: 100%;
	display : none;
	max-width : 62.5rem;
}

.box-2 .three-boxes-text-container {
	background: #000;
	color : #fff;
}

.box-3 .three-boxes-text-container {
	background: #fff;
}

a.three-boxes-button {
	color: #fff;
	background-color : #000;
	text-decoration: none;
	padding: 5px 38px 5px 20px;
	margin: 10px 0px;
	display: inline-block;
	position: relative;
	font-weight : 500;
	transition: all 0.3s ease;
	text-transform : uppercase;
}

a.three-boxes-button:hover, a.three-boxes-button:focus {
	transform: translate(0px, -3px);
}

.three-boxes.box-2 a.three-boxes-button {
	color: #000;
	background-color : #d2b356;
}

.three-boxes.box-3 a.three-boxes-button {
	color: #d2b356;
	background-color : #000;
}

@media screen and (min-width: 55em) {
	.three-boxes-container {
	display : flex;
	flex-wrap : wrap;
	padding : 25px 0;
}

.box-wrapper {
	width : calc(100% *1/1);
}

.three-boxes {
	display: flex;
	margin-top: 0;
	height : 100%;
	width : 100%;
	flex-direction : row;
	position : relative;
}

.three-boxes .graphic-image {
	display : block;
	width : 50%;
	background-position : top center;
	background-size : cover;
	background-repeat : no-repeat;
}

.three-boxes.box-1 .graphic-image {
	background-image :  url(https://tb2cdn.schoolwebmasters.com/accnt_719728/site_719729/Graphics/homegraphic-catholic.jpg);
}

.three-boxes.box-2 .graphic-image {
	background-image :  url(https://tb2cdn.schoolwebmasters.com/accnt_719728/site_719729/Graphics/homegraphic-collegeprep.jpg);
}

.three-boxes.box-3 .graphic-image {
	background-image :  url(https://tb2cdn.schoolwebmasters.com/accnt_719728/site_719729/Graphics/homegraphic-boarding.jpg);
}

.three-boxes.box-1 .graphic-image, .three-boxes.box-3 .graphic-image {
	order: 2;
}

.three-boxes.box-2 {
	justify-content: flex-end;
	margin: 6px 0 6px 0;
}

.box-2 .three-boxes-text-container {
	text-align : right;
}

.three-boxes-text-container {
	margin: 0 auto;
	padding: 40px;
	width : 50%;
	border-right : 3px solid #fff;
	box-sizing : border-box;
}

.three-boxes.box-2 .graphic-image {
	border-right : 3px solid #fff;
	box-sizing : border-box;
}

.box-2 .three-boxes-text-container, .three-boxes.box-1 .graphic-image, .three-boxes.box-3 .graphic-image {
	border-right : 0px;
	border-left : 3px solid #fff;
	box-sizing : border-box;
}

.three-boxes.box-3 {
	margin: 12px 0 12px 0;
}


}

@media screen and (min-width: 90em) {
	.three-boxes-text-container {
	padding: 70px 100px;
}

.three-boxes-text {
	padding : 20px 0 35px;
}


}

/********* DID YOU KNOW *********** */

.didYouKnow-container {
	font-family: 'Raleway', sans-serif;
	display: flex;
	color: #000;
	text-align: center;
	line-height: 1.1;
	flex-wrap: wrap;
	justify-content: center;
	max-width : 75rem;
	margin : auto;
}

.didYouKnow-number {
	font-size: clamp(3rem,4vw,5rem);
	font-weight: 700;
}

.didYouKnow-section {
	width: 200px;
	margin: 20px auto;
	padding: 1%;
}

.didYouKnow-fact {
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.5;
	text-transform : uppercase;
}

.didYouKnow-section img {
	max-height: 166px;
	width : 80%;
}

img.fastfacts-divider {
	display : none;
}

@media screen and (min-width: 66em) {
	img.fastfacts-divider {
	display : block;
	width : 100%;
	margin-top : 15px;
}

.didYouKnow-section {
	width: 18%;
}

.didYouKnow-section img {
	width : auto;
}


}

@media screen and (min-width: 75em) {
	.didYouKnow-wrapper {
	display: block;
	width: 100%;
	height: 617px;
	background: url(https://tb2cdn.schoolwebmasters.com/accnt_719728/site_719729/Graphics/background-fastfacts.jpg) bottom no-repeat;
	background-size: cover;
	background-attachment: fixed;
	border-top : 38px solid #fff;
}


}

/***************** COLLEGE PAGE CARDS *************** */

.college-cards-wrapper {
	display: none;
}

@media screen and (min-width: 55em) {
	.college-cards-wrapper {
	display: block;
	background-color: #fff;
	padding : 20px 0;
	margin-bottom : 30px;
}

.college-title-wrapper {
	font-family: 'Cinzel', serif;
	font-size: clamp(1.5rem,4vw,2.75rem);
	max-width : 125rem;
	margin : 0 20px;
	padding-bottom : 5px;
	line-height : 1.2;
	position : relative;
}

.college-title-wrapper::before {
	content: '';
	height: 10px;
	width: 100%;
	background-color: #e0bf62;
	position: absolute;
	left: 0;
	top: 35px;
	z-index : 0;
}

.college-container-title {
	font-size: clamp(1.5rem,4vw,2.75rem);
	color : #000;
	background-color : #fff;
	padding : 15px;
	text-transform : uppercase;
	margin : 0 auto;
	z-index : 10;
	position : relative;
	text-align : center;
	width : max-content;
}

.college-cards-container {
	display: flex;
	flex-wrap: wrap;
	justify-content : space-around;
	margin: 5px auto 0 !important;
	width : 96%;
}

.image-wrapper {
	width: 100%;
	overflow: hidden;
}

img.college-cards-image {
	display: block;
	width: 100%;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
	-webkit-transition: ease all 0.5s;
	-moz-transition: ease all 0.5s;
	-ms-transition: ease all 0.5s;
	-o-transition: ease all 0.5s;
	transition: ease all 0.5s;
	filter: grayscale(100%);
}

img.college-cards-image:hover, img.college-cards-image:focus {
	filter: grayscale(0%);
}

.college-card {
	margin: 0px auto 0px;
	max-width : 12.5625rem;
	background-color : #fff;
	position : relative;
	padding-bottom : 40px;
	width: 45%;
}

.slick-next, .slick-prev {
	width : 40px !important;
	height : 40px !important;
	transition: ease all 0.5s;
}

.slick-prev:hover, .slick-next:hover, .slick-prev:focus, .slick-next:focus {
	transition: ease all 0.5s;
}

.slick-prev:focus, .slick-next:focus {
	border : 1px solid #000;
}

.slick-prev:hover, .slick-next:hover {
	top: 49%;
}

.slick-track {
	display: flex !important;
	align-items : center;
}

.slick-slide {
	float: none !important;
	height: auto !important;
}

.slick-prev:before {
	content: '\f137' !important;
}

.slick-next:before {
	content: '\f138' !important;
}

.slick-dots li button:before {
	font-size: 63px !important;
}


}

@media screen and (min-width: 75em) {
	.college-card {
	margin: 20px .185% 0px .185%;
}

.college-card img {
	width : 100%;
	max-width : 23.8125rem;
}

.news-cards-container {
	max-width : 125rem;
}

.college-card {
	width : 23.8125rem;
}


}

/************************ EVENTS & ACTIVITIES CONTAINER ************************* */

.home-events-wrapper {
	background-color : #000;
	border-top : 2px solid #000;
	padding : 30px 0px;
	position : relative;
	width : 100%;
	margin : 3px 0;
}

.home-events-wrapper:before {
	content: '';
	height: 3px;
	width: 100%;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0px;
	z-index: 1;
}

.home-calendar-container img {
	display: none;
}

.home-events-title {
	font-size: clamp(1.75rem,4vw,3rem);
	font-family: 'Raleway', sans-serif;
	line-height: 1.2;
	color: var(--secondary-color);
	font-weight: 700;
	position: relative;
	margin: 35px 20px 15px;
	text-transform : uppercase;
}

@media screen and (min-width: 48em) {
	.home-events-wrapper {
	padding : 10px 0px;
}

.home-events-container {
	padding : 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content : space-evenly;
}

.home-calendar-wrapper, .home-alumni-wrapper {
	width : 45%;
	max-width : 35rem;
}

.home-events-title {
	text-align: center;
}

.home-events-divider {
	content: '';
	height: 80%;
	width: 2px;
	background-color: #fff;
	position: absolute;
	left: 49.9%;
	top: 10%;
	z-index: 0;
}


}

@media screen and (min-width: 78em) {
	.home-events-wrapper {
	padding : 10px 0px 65px;
}

.home-calendar-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	justify-content : space-around;
}

.home-calendar-container img {
	display: block;
	width : 100%;
	max-width : 8.125rem;
	height: 7.8125rem;
	padding-top: 15px;
}

.home-calendar-wrapper:before {
	content: url(https://s3.us-west-2.amazonaws.com/toolbox2/accnt_719728/site_719729/Graphics/text-students.png);
	position : absolute;
	left : 0;
	bottom: 0;
}

.home-alumni-wrapper:before {
	content: url(https://s3.us-west-2.amazonaws.com/toolbox2/accnt_719728/site_719729/Graphics/alumni.png);
	position : absolute;
	right : 0;
	bottom: 0;
}


}

/************************ HOME TRUMBA ************************** */

.homeTrumba {
	margin: 10px 15px;
}

.homeTrumbaOption2 {
	margin-left: 20px;
}

@media screen and (min-width: 48em) {
	.homeTrumba {
	margin: 10px 0 10px -5px;
}

.homeTrumbaOption2 {
	margin-left: 0px;
}


}

/************************ HOME ALUMNI EVENTS MODULE ************************** */

.home-alumnievents-wrapper {
	margin : 20px;
	color : #fff;
	font-family: 'Raleway', sans-serif;
	line-height: 1.4;
}

.home-alumnievents-container {
	margin-top : 25px;
}

.alumnievent-title {
	font-size: clamp(1.75rem,4vw,2.2rem);
	font-weight: 600;
}

.alumnievent-date {
	font-size: clamp(1.25rem,4vw,1.9rem);
	font-weight: 400;
}

.alumnievent-info {
	font-size: clamp(1.25rem,4vw,1.625rem);
	font-style : italic;
}

.home-alumnievents-container p.button {
	margin : 25px auto 20px;
}

@media screen and (min-width: 48em) {
	.home-alumnievents-wrapper {
	text-align : center;
}

.home-alumnievents-container {
	margin-top : 50px;
}


}

@media screen and (min-width: 78em) {
	.home-alumnievents-container {
	margin-top : 75px;
}


}

/************************ Testimonials ************************* */

.testimonials-wrapper {
	padding-bottom: 30px;
	background-color: var(--secondary-color);
	background-image: -moz-linear-gradient( -49deg, rgb(246,212,117) 0%, rgb(220,187,94) 34%, rgb(193,162,70) 100%);
	background-image: -webkit-linear-gradient( -49deg, rgb(246,212,117) 0%, rgb(220,187,94) 34%, rgb(193,162,70) 100%);
	background-image: -ms-linear-gradient( -49deg, rgb(246,212,117) 0%, rgb(220,187,94) 34%, rgb(193,162,70) 100%);
	border-top : 2px solid #000;
	border-bottom : 2px solid #000;
	position: relative;
}

.testimonials-wrapper:before {
	content: '';
	height: 3px;
	width: 100%;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0px;
	z-index: 1;
}

.testimonials-wrapper:after {
	content: '';
	height: 3px;
	width: 100%;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: 0px;
	z-index: 1;
}

#testimonials-container {
	text-align : left;
	max-width: 75em;
	margin-left: auto;
	margin-right: auto;
}

.testimonials {
	margin : 20px;
	font-family: 'Raleway', sans-serif;
	font-size: clamp(1.25rem,4vw,2.875rem);
	text-align: center;
	padding: 15px 0 0;
	display: block;
	color: #000;
	line-height: 1.2;
}

.testimonials a {
	color: #003366;
}

.author {
	font-size: clamp(1.25rem,4vw,1.875rem);
	padding-top : 10px;
}

.classof {
	font-size: clamp(1.25rem,4vw,1.875rem);
	font-style : italic;
}

#testimonials-container .owl-pagination {
	display: block;
	text-align : center;
}

.owl-theme .owl-controls .owl-page span {
	background: #fff!important;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	transform: scale(1.25);
	background: #000!important;
}

#testimonials-container .owl-buttons {
	display: none;
}

