:root {
	--light-grey: #EEEEEE;
}

@media (max-width: 62em){
	.btn {
		padding: .75rem 1rem;
		font-size: .9rem;
	}
}

@media (min-width: 62em){
	main {
		margin-top: 142.4px;
	}
}

#nav-app i {
    color: var(--secondary-brand);
}

.btn-primary {
	background: var(--primary-brand);
    color: white;
    border-radius: 0;
    padding: 1rem 1.5rem;
}

.table table thead th:nth-child(even) {
    color: white;
}

.bottom-section {
    background: var(--secondary-brand);
}

/* Home Page - Banner */
#site-logo {
	width: auto;
	height: 60px;
    max-width: unset;
	min-width: unset;
}

.logo-row-wrapper.sticky-active #site-logo {
    max-width: unset;
	width: auto;
    height: 40px;
}

.school-info {
	background: var(--secondary-brand);
	color: white;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.school-info-content {
    padding: 1.5rem 1rem;
}

.school-info .footer-email {
    color: white;
    display: block;
    margin: 0.5rem 0 1rem;
}

.school-info .address-wrapper {
    margin: 1rem 0;
}

.school-name {
	margin-top: 0;
}

.home-news-tile.swiper-slide .banner-logo {
	width: 30%;
    object-fit: contain;
    aspect-ratio: unset;
    margin: auto;
    display: block;
    padding: 1rem;
}

.home-news-tile.swiper-slide a {
    width: 100%;
    aspect-ratio: 3/2;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-news-tile.swiper-slide img {
    aspect-ratio: 3/2;
}

.more-news.btn {
    width: fit-content;
    position: absolute;
	left: 0;
    bottom: 0;
	z-index: 10;
}

.banner .news-title {
    font-size: 1.5rem;
	font-weight: var(--font-bold);
}

.banner .news-text {
	bottom: 5rem;
}

.banner .news-text.single-slide {
    bottom: 5rem;
}

.banner .address-contact {
	display: block;
}

/* Banner swiper navigation buttons */
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 4rem;
    right: unset;
    left: 1rem;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--secondary-brand);
}

.swiper-button-next,
.swiper-button-prev {
	color: var(--primary-text);
    background: var(--primary-brand);
	padding: 1.5rem;
}

.swiper-button-next {
    right: 0;
    bottom: 0;
    top: unset;
}

.swiper-button-prev {
    right: 48px;
    bottom: 0;
	left: unset;
    top: unset;
}

.swiper-button-next:after, 
.swiper-button-prev:after {
    content: none;
}

.swiper-button-next.swiper-button-disabled, 
.swiper-button-prev.swiper-button-disabled,
.swiper-button-prev {
    opacity: .75;
}

@media (min-width:48em){
	.home-news-tile.swiper-slide a {
		aspect-ratio: 16/9;
		height: 100%;
	}
	
	.home-news-tile.swiper-slide img {
		aspect-ratio: 16/9;
		height: 100%;
	}
	
}


@media (min-width: 62em){
	.logo-row-wrapper {
		padding: 1rem 0;
	}
	
	.banner {
		display: flex;
		aspect-ratio: 100/40;
	}
	
	.banner .news-title {
   		 font-size: 2.5rem;
	}
	
	.banner .news-content {
		font-size: 1.25rem;
	}
	
	.banner-news-swiper {
		width: 60%;
	}

	.school-info {
		width: 40%;
	}
	
	.school-info-content {
		padding: 2rem 10% 2rem 2rem;
	}
	
	.school-info .address-wrapper {
		margin-bottom: 1rem;
	}
	
	.home-news-tile.swiper-slide .news-text {
		bottom: 6rem;
		left: calc((100vw - 61rem) / 2 + 2rem);
		width: 80%;
	}
	
	.home-news-tile.swiper-slide .news-text.single-slide {
		bottom: 6rem;
	}
	
	.swiper-pagination-bullets.swiper-pagination-horizontal {
		bottom: 4.5rem;
		right: unset;
		left: calc((100vw - 61rem) / 2 + 2rem);
	}
	
	.swiper-button-next,
	.swiper-button-prev {
		padding: 1.8rem;
	}
	
	.swiper-button-prev {
		right: 57.59px;
	}
	
	.swiper-button-next i,
	.swiper-button-prev i {
		font-size: 2rem;
	}
}

@media (min-width: 75em){
	#site-logo {
		height: 100px;
		width: auto;
		max-width: unset;
	}
	
	.logo-row-wrapper.sticky-active #site-logo {
		height: 70px;
	}
	
	.home-news-tile.swiper-slide .news-text {
		left: calc((100vw - 71rem) / 2 + 2rem);
	}
	
	.swiper-pagination-bullets.swiper-pagination-horizontal {
		left: calc((100vw - 71rem) / 2 + 2rem);
	}
	
	.banner-news-swiper {
		width: 70%;
	}
	
	.home-news-tile.swiper-slide .banner-logo {
		position: absolute;
		left: 0;
		right: 0;
		top: 20%;
	}

	.school-info {
		width: 30%;
	}
	
	.school-name {
		font-size: 2.5rem;
	}
	
	.school-info .footer-email {
		margin: 1rem 0 2rem;
	}
}

@media (min-width: 99em){
	.banner {
		aspect-ratio: 100/33.333;
	}
	.home-news-tile.swiper-slide .news-text {
		left: calc((100vw - 95rem) / 2 + 2rem);
	}
	
	.swiper-pagination-bullets.swiper-pagination-horizontal {
		left: calc((100vw - 95rem) / 2 + 2rem);
	}
	
	.banner .news-title {
   		 font-size: 3.25rem;
	}
	
	.banner .news-content {
		font-size: 1.5rem;
	}
}

@media (min-width: 125em){
	.home-news-tile.swiper-slide .news-text {
		left: calc((100vw - 105rem) / 2 + 2rem);
	}
	
	.swiper-pagination-bullets.swiper-pagination-horizontal {
		left: calc((100vw - 105rem) / 2 + 2rem);
	}
}

@media (min-width: 160em){
	.home-news-tile.swiper-slide .news-text {
		left: calc((2560px - 105rem) / 2 + 2rem);
	}
	
	.swiper-pagination-bullets.swiper-pagination-horizontal {
		left: calc((2560px - 105rem) / 2 + 2rem);
	}
}

/* Home - Events */
.event-item {
    background: var(--light-grey);
}

/* Home - Quick Links */
.home-tile i,
.home-tile-title {
    color: white;
}

@media (min-width: 62em){
	.home-tile-section {
		margin-top: 0;
	}
}

.more-events {
	color: var(--secondary-brand);
}

.textarea-img {
	width: 100%;
	aspect-ratio: 3/2;
}

.gallery-section {
    margin: 0 0 1.5rem;
}

.gallery-section > .row {
    margin: 0;
}

.gallery-overlay {
    background: var(--secondary-brand-a);
}

footer {
	background: var(--light-grey);
}

footer .footer-email {
	color: var(--secondary-brand);
}

/* Side Navigation */
.nav-secondary a {
    color: white;
}

.secondary-nav-item.active a, 
.secondary-nav-item.parent-title {
    color: white;
}

.current-page {
    color: white;
}

.school .landing-page-padding {
	color: white;
}