:root {
	--district:  #2367B0;
	--primary-brand: #81BC3F;
	--secondary-brand: #FCB327;
	--additional: #;
	--career-life: #292962;
	--dual-credit: #99C12B;
	--header-height: 2.2rem;
}

/* Heading Colour */
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
	color: var(--primary-brand);
}

/* Layout */
.content-container,
.container.pad-side {
	padding: 0 1rem;
}

.container.pad-side {
	margin: 0 1rem;
}

a {
    color: var(--district);
}

h1 {
	margin-bottom: 1rem;
}

.bg-district {
	background: var(--district);
	color: white;
}

.bg-primary {
	background: var(--primary-brand);
	color: white;
}

.bg-secondary {
	background: var(--secondary-brand);
	color: white;
}

.btn-district {
	background: var(--district);
}

.btn-primary {
	background: var(--primary-brand);
}

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

.btn-additional {
	background: var(--additional);
	color: var(--dark-font-color)
}

.mobile-only {
	display: block;
}

.desktop-only {
	display: none;
}

.editor ul,
.editor ol {
    list-style: revert;
    padding-left: 1rem;
}

.page-title {
   margin-bottom: 1.5rem;
}

.swiper {
	width: 100%;
	height: 100%;
}

input[type="submit"] {
    background: var(--primary-brand);
}

blockquote {
    border-left: 5px solid var(--district);
    font-style: normal;
}

@media all and (min-width: 48em){
	.content-container,
	.container.pad-side {
		padding: 0 5%;
		width: auto;
	}
}

@media all and (min-width: 62em){
	.content-container,
	.container.pad-side {
		padding: 0 7.5%;
	}
	
	.nav-secondary-ul {
		margin: 0.5rem 0 0 0.5rem;
	}
}

@media (min-width: 75em){
	.desktop-only {
		display: block;
	}
	
	.mobile-only {
		display: none;
	}
	
	.container.pad-side > .row > h1 {
		padding: 0 1rem;
	}

}

.flex-column-center {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.landing-wrapper {
    background: #292962;
    height: 100dvh;
	color: white;
    display: flex;
    flex-direction: column;
}

.landing-col.dc {
	background: transparent linear-gradient(180deg, #0FACC8 0%, #99C12B 100%) 0% 0% no-repeat padding-box;
}

.sd23-logo {
    height: 60px;
    width: auto;
    object-fit: contain;
    margin-top: 15px;
}

.landing-col {
    text-align: center;
    height: calc((100dvh - 75px) / 2);
}

.landing-col .btn {
    margin: auto;
}

@media (min-width: 75em) {
    .sd23-logo {
        position: absolute;
        left: 0;
        right: 0;
        top: 40%;
        transform: translateY(-50%);
        margin: auto;
        height: auto;
        width: 30%;
        z-index: 100;
    }
	.landing-wrapper {
		display: flex;
        flex-direction: row;
		align-items: center;
		justify-content: space-around;
	}
	
	.landing-col {
		height: 100vh;
	}
	
	.landing-col.cl {
		width: 45%;
	}
	
	.landing-col.dc {
		width: 55%;
		clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
	}
	
	.logo-title {
		margin: 8rem auto 0;
	}

    .landing-col .btn {
        margin: 0;
    }
	
	.landing-col.dc .btn {
		margin-left: auto;
	}
}

header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: white;
}

/* Top Header */
.search-bar-wrapper {
	position: static;
}

.modal-info-content {
	margin-top: 2.5rem;
}

.modal-wrapper .close-icon {
    right: 1rem;
    top: 1rem;
}

.top-header a {
	color: white;
	font-size: .8rem;
}

.top-header .service-link {
	color: var(--dark-font-color)
}

.social-wrapper {
	display: flex;
	gap: 0.5rem;
	align-items: center;
	margin: 0;
	position: relative;
	padding: 0 .5rem;
}

.option-btn {
	position: relative;
	padding-right: 8px;
}

.option-btn[data-type="account"] span {
    font-size: .75rem;
    padding-left: 8px;
    opacity: 1;
}

.option-btn[data-type="search"],
.option-btn[data-type="translate"],
.option-btn[data-type="services"]{
    padding-left: 8px;
}

.option-btn:last-of-type {
	padding-right: 0;
}

.option-btn::after {
	content: "";
	width: 1px;
	height: 25px;
	position: absolute;
	right: 0;
	top: 50%;
	transform:translateY(-50%);
	background: rgba(255, 255, 255, 0.6);
}

.option-btn:last-of-type::after {
	content: none;
}

.social-wrapper a {
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.social-wrapper svg {
	fill: white
}

.contact-link {
	padding-left: .5rem;
}

.top-header {
	display: flex;
	flex-wrap: wrap;
    align-items: center;
	justify-content: space-between;
}

.nav-app-icons {
	gap: 0;
}

.nav-app-icons .option-btn a.flex-row {
	flex-direction: row;
}

#search-form {
	position: relative;
}

#search-term {
    width: 100%;
	border: none;
	padding: 0.75rem 0.75rem 0.75rem 2.2rem;
}

.search-bar-wrapper i {
    color: var(--secondary-brand);
	left: .5rem;
}

.switch-site {
	padding: 0 0.5rem 0 1.25rem;
    clip-path: polygon(6% 0%, 100% 0%, 100% 100%, 0% 100%);
    flex-direction: column;
    justify-content: center;
	display: none;
}

.switch-site.career-life {
	background: var(--career-life);
}

.switch-site.dual-credit {
	background: var(--dual-credit);
}

.nav-app-wrapper,
.nav-app > ul {
    background: var(--primary-brand);
}

.search-bar-wrapper .search-filters label {
    color: var(--dark-font-color);
}

@media (min-width: 75em) {
	.top-header,
	.switch-site,
	#search-term,
    #search-term-clone,
	.search-box,
	.nav-app-wrapper,
	.nav-app > ul,
    .ie-translate  {
		height: var(--header-height);
	}
	.social-wrapper {
		width: fit-content;
		padding: 0 1rem;
	}
	
	.contact-link {
		flex-grow: 1;
	}
	
	.search-bar-wrapper {
		width: 30%;
	}
	
	.switch-site {
		display: flex;
	}
	
	.top-header {
		justify-content: flex-start;
	}
	
	.social-wrapper::after,
	.option-btn::after {
		content: "";
		width: 1px;
		height: 25px;
		position: absolute;
		right: 0;
		top: 50%;
		transform:translateY(-50%);
		background: rgba(255, 255, 255, 0.6);
	}

    .ie-translate {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 20px;
    }

    .ie-translate::after {
        content: none;
    }

    .ie-translate .flex-row {
        gap: .5rem;
    }

    .ie-site .option-btn[data-type="account"] {
        width: 75%;
    }

}

/* Main Header */
.logo-wrapper {
	display: flex;
	align-items:center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.logo-wrapper a {
	gap: 1rem;
}

.site-logo {
	display: inline-block;
    width: auto;
    height: 3.5rem;
}

.site-title {
	font-weight: var(--font-semibold);
}

.site-logo.district {
	margin-right: 1rem;
}

.main-header {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-ul a {
	color: var(--dark-font-color);
	font-weight: var(--font-semibold);
}

.main-ul .main-dropdown-menu a {
	color: white;
}

.main-dropdown:nth-last-of-type(2) .main-dropdown-menu,
.main-dropdown:last-of-type .main-dropdown-menu {
	right: 0;
	left: auto;
}

.main-nav {
	display: none;
}

.main-ul,
.main-nav li {
	margin-bottom: 0;
}

.main-dropdown a {
	gap: .25rem;
}

.main-dropdown i {
    font-size: 1rem;
}

.main-dropdown .flex-row {
    gap: 5px;
}

@media (max-width: 1199px){
	.main-nav {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		background: white;
		height: 100vh;
		z-index: 100;
		padding-top: 4.5rem;
	}
	
	.menu-icon {
		cursor: pointer;
	}
	
	.menu-close {
		left: auto;
		background: none;
		position: absolute;
		top: 1rem;
		right: 1rem;
	}
	
	.main-nav .main-ul > li {
		margin-bottom: 1.25rem;
	}
	
	.main-dropdown a.flex-row {
		justify-content: space-between;
	}
	
	.main-dropdown-menu {
		margin: .5rem 0;
		min-width: unset;
        display: none;
	}

    .main-dropdown .flex-row {
        justify-content: space-between;
    }
}

@media (max-width: 48em) {
	.site-logo {
		height: 2rem;
	}
}

@media (min-width: 75em) {
	.main-header {
		padding-top: .5rem;
		padding-bottom: .5rem;
	}
	.menu-icon {
		display: none;
	}
	
	.main-nav {
		display: block!important;
		padding: 0;
	}
	
	.main-ul {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 1.2rem;
	}
	
	.menu-close {
		display: none!important;
	}

    .main-dropdown-menu {
        left: 0;
        top: 100%;
        z-index: 100;
        display: block!important;
    }

    .main-nav .main-dropdown, .main-nav .no-dropdown {
        padding: 1rem 0;
    }

    .main-dropdown.two-col .main-dropdown-menu {
        min-width: 20rem;
    }
	
}

@media (min-width: 99em) {
	.main-ul {
		gap: 1.5rem;
	}
}

/* Footer */
footer .social-wrapper::after {
	content: none;
}

.footer-col-2 h3 {
	font-size: 1rem;
}

.contact-wrapper a {
    display: block;
	word-wrap: break-word;
}

@media (min-width: 75em) {
	.footer-top {
		align-items: center;
	}
	
	footer .social-wrapper {
		width: 100%;
	}
	
	.footer-logo {
		max-width: 16rem;
	}
}

/* Home - Banner */
.home section {
	margin-bottom: 0;
}

.banner-slide {
	position: relative;
}

.banner-slide::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
	opacity: 0.8;
}

.banner-text {
	position: absolute;
	left: 3rem;
    bottom: 2rem;
    z-index: 2;
    color: white;
    width: 80%;
}

.banner-text h1 {
	font-weight: var(--font-bold);
	margin-bottom: 0.5rem;
	font-size: 2rem;
}

.banner-text p {
	font-weight: var(--font-semibold);
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.banner-img {
    aspect-ratio: 4/3;
    display: block;
	width: 100%;
}

.swiper-button-next:after, 
.swiper-button-prev:after {
    font-size: 1rem;
    color: white;
}

.banner .swiper-horizontal>.swiper-pagination-bullets, 
.banner .swiper-pagination-bullets.swiper-pagination-horizontal {
	right: 7.5%;
    left: auto;
	bottom: 3.5rem;
    text-align: right;
}

.banner .banner-pagination .swiper-pagination-bullet {
	background: none;
	border: 1px solid white;
	opacity: 1;
	width: 16px;
	height: 16px;
	margin: 0 4px;
}

.banner .banner-pagination .swiper-pagination-bullet-active {
	background: white;
}

.additional-color .banner .banner-pagination .swiper-pagination-bullet-active {
	background: var(--additional);
	border-color: var(--additional);
}

.banner .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 4px;
}

.about-section {
	color: white;
	font-weight: var(--font-semibold);
}

.about,
.cta1 {
	width: 100%;
	padding: 2rem 1rem;
	text-align: center;
}

.cta1 .btn {
	margin: 1rem auto 0;
}

.cta2-img {
	display: block;
	width: 100%;
	aspect-ratio: 1244/604;
}

.icon-links {
	padding: 2rem 0;
}

.icon-links .row {
	row-gap: 2.5rem;
}

.circle-icon {
    border: 1px solid white;
    border-radius: 50%;
    width: 3.75rem;
    height: 3.75rem;
    text-align: center;
	margin-bottom: 1rem;
	margin-left: auto;
    margin-right: auto;
}

.circle-icon i {
	font-size: 1.375rem;
}

.icon-link p {
	font-weight: var(--font-semibold);
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.icon-links .btn {
	margin-left: auto;
	margin-right: auto;
}

.featured-img-bg,
.featured-img-bg img {
	aspect-ratio: 1920/354;
	width: 100%;
	display: block;
}

.featured-img-bg.no-img {
	aspect-ratio: 1920/169;
	width: 100%;
	display: block;
}

.cta2-content {
	margin: 2rem 1rem;
} 

.text-img {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.text-img > .row {
	flex-direction: column-reverse;
}

.ie-site .text-img > .row {
	flex-direction: column;
}

.images-row {
	row-gap: 1rem;
	margin-bottom: 1rem;
}

.ie-site .images-row {
    width: fit-content;
    margin: 0 auto 1rem;
    align-items: center;
}

.ie-site .image-item.smaller,
.ie-site .image-item.smaller img {
   max-height: 100px;
}

.image-item {
    padding: 0 0.5rem;
}

.image-item img {
	display: block;
	width: 100%;
}

.ie-site .image-item img {
    max-height: 120px;
    object-fit: contain;
}

/* Home - Gallery */
.home .gallery {
	margin: 20px 0;
}
.gallery-img {
	aspect-ratio: 4/3;
	display: block;
	width: 100%;
}

.gallery-swiper::after {
	content: none;
}

.gallery .gallery-button-next:after, 
.gallery .gallery-button-prev:after {
	display: none;
}

.home-events {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.home-events .title-row {
	margin-bottom: 1rem;
}

.event-item {
	margin-bottom: 0;
	background: #F8F8F8;
	padding: 0;
}

.event-date-wrapper {
	font-family: var(--body-font);
    background: var(--primary-brand);
	aspect-ratio: 4/5;
}

.event-name {
	color: var(--dark-font-color);
	font-weight: var(--font-medium);
	margin-right: 1rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.events-row {
	row-gap: 1rem;
}

/* Home - News */
.home .home-news {
    margin-bottom: 2rem;
}

.home-news .row {
    row-gap: 1rem;
}

.news-title-row {
    margin-bottom: 1rem;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.news-item {
    position: relative;
}

.home-news .news-item::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
    opacity: 0.8;
}

.news-heading {
    color: white;
    position: absolute;
    bottom: .75rem;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 0 1rem;
}

.news-cover {
    aspect-ratio: 4 / 3;
}

.news-cover img {
    height: 100%;
    width: 100%;
    display: block;
}

.news-cover.no-img {
    background-color: var(--light-grey);
}

.news-cover.no-img img {
    object-fit: contain;
    margin: auto;
    width: 80%;
}

.news-text {
    margin: 0.5rem 0;
}

.news-text .format-date,
.news-text .card-description {
    color: var(--dark-font-color);
    font-size: .85rem;
    line-height: 1.6;
    display: inline;
}

.news-text .format-date {
    font-weight: var(--font-medium);
}

@media (max-width: 48em){
	.text-img .text-wrapper {
		text-align: center;
	}
}
@media (max-width: 500px){
	.banner-button-prev {
		top: auto;
		bottom: 0;
		right: 40px;
		left: auto;
		transform: unset;
	}
	
	.banner-button-next {
		top: auto;
		bottom: 0;
		right: 0;
		left: auto;
		transform: unset;
	}
	
	.banner .swiper-horizontal>.swiper-pagination-bullets, 
	.banner .swiper-pagination-bullets.swiper-pagination-horizontal {
		left: 1rem;
		right: auto;
		width: fit-content;
		bottom: 0.5rem
	}
	
	.banner-text {
		left: 1rem;
		bottom: 3rem;
		width: calc(100% - 2rem);
	}
	
	.banner-text h1 {
		font-size: 1.5rem;
	}
	
	.banner-img {
		min-height: 350px;
	}
}

@media(min-width: 48em){
	.circle-icon, 
	.icon-links .btn {
		margin-left: 0;
		margin-right: 0;
	}
	
	.icon-link-col {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	
	.text-img > .row {
		flex-direction: row;
		flex-wrap: nowrap;
	}

    .ie-site .text-img > .row {
        flex-wrap: wrap;
    }

    .ie-site .images-row {
        width: 80%;
    }
}

@media (min-width: 62em){
	.sidebar {
		margin-top: 0;
	}
	
	.page-template.content-container {
		padding: 0 7.5%;
	}
	
	.page-content-inner {
		margin-left: 2rem;
		margin-top: 3rem;
	}
	
	.gallery .gallery-button-next:after, 
	.gallery .gallery-button-prev:after {
		display: block;
		color: var(--additional);
	}

	.gallery-swiper::after {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: transparent linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 20%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 80%, rgba(0,0,0,1) 100%);
		opacity: 0.8;
		z-index: 9;
	}
}

@media (min-width: 75em) {
	.banner-img {
		aspect-ratio: 100/37.5;
	}
	.banner-text {
		left: 7.5%;
		bottom: 4rem;
		max-width: 60%;
	}
	
	.banner-text h1 {
		font-size: 2.5rem;
	}
	
	.about-section,
	.cta2-section {
		display: flex;
		align-items: center;
		height: 100%;
	}
	
	.about,
	.cta1 {
		text-align: left;
	}
	
	.about {
		align-self: stretch;
		width: 65%;
		padding: 2rem 0;
	}
	
	.cta1 {
		align-self: stretch;
		width: 35%;
		padding: 2rem 0;
	}

	.international-ed .about {
		width: 35%;
	}

	.international-ed .cta1 {
		width: 65%;
	}
	
	.about p,
    .about-content {
		width: 80%;
    	margin-left: 7.5vw;
	}
	
	.cta1-content {
		width: 80%;
		text-align: center;
		margin: auto;
	} 
	
	.cta2-img {
		align-self: stretch;
		width: 65%;
	}
	.cta2-content-wrapper {
		align-self: stretch;
		width: 35%;
        margin: 1.5rem 0;
	}
	
	.cta2-content {
		width: 80%;
		margin: auto;
	} 
	
	.icon-links {
		padding: 2.5rem 0;
	}

	.text-img,
	.home-events {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	
	.text-wrapper {
		flex-basis: 57.5vw;
    	max-width: 57.5vw;
		padding: 0;
	}
	.text-img > .row {
		gap: 2rem;
		margin: 0;
	}
	
	.imagelist-wrapper {
		flex-basis: calc(27.5vw - 2rem);
		max-width: calc(27.5vw - 2rem);
		padding: 0;
	}
	
	.event-date-wrapper {
		width: 18%;
	}

    .ie-site .text-wrapper,
    .ie-site .imagelist-wrapper  {
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media (min-width: 99em){
	.banner-text {
		max-width: 40%;
	}
}

@media(min-width: 2560px){
    .text-wrapper {
		flex-basis: 1472px;
    	max-width: 1472px;
	}

	.imagelist-wrapper {
		flex-basis: calc(704px - 2rem);
		max-width: calc(704px - 2rem);
	}
}

.secondary-nav-item.active a {
    color: var(--district);
}

.secondary-nav-item.current {
    font-size: 1rem;
}

.secondary-nav-item.active, 
.secondary-nav-item.current {
    font-weight: var(--font-semibold);
    border-bottom: none;
}

.cookie:hover a, 
.cookie:focus a, 
.secondary-nav-item:hover a, 
.secondary-nav-item:focus a {
    color: var(--district);
    filter: none;
}

/* DCT subpage */
.intro-content {
    background: var(--light-grey);
    padding: 0.5rem 1rem;
}

/* Article template */
.article-template .ck-editor {
	margin-top: 1rem;
}

/* Youtube video on homepage */
.youtube-container {
    display: block;
    width: 100%;
}

.cta2-video {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: calc(604/1244 * 100%);
}

.youtube-iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
}

#cover {
    opacity: 1;
}

#player {
    opacity: 0;
}

img.youtube-thumbnail {
    bottom: 0;
    display: block;
    left: 0;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    height: auto;
    aspect-ratio: 1244/604;
    object-fit: none;
}

div.youtube-play-btn {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
	color: var(--secondary-brand);
	cursor: pointer;
	transition: all .3s ease-in-out;
    z-index: 1;
}

.youtube-play-btn i {
	font-size: 3rem;
    border: 10px solid #fcb3278f;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.youtube-play-btn:hover {
	transform: translate(-50%, -50%) scale(1.05)
}

@media(min-width: 75em){
	.youtube-container {
		width: 65%;
	}
	
	.youtube-play-btn i {
		font-size: 5rem;
	}
}

/* Contact Template */
.contact-info .contact-wrapper a {
	color: var(--dark-font-color)
}

.contact-info {
	margin-top: 2rem;
}

/* Landing Page Template */
.landing-items {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
	margin-bottom: 2rem;
}

.landing-link {
    background: var(--secondary-brand);
    padding: 1rem;
	width: 100%;
	text-align: center;
}

.landing-link h3 {
	color: white;
	font-size: 1.2rem;
}

@media (min-width: 48em){
	.landing-link {
		width: calc(50% - .5rem);
	}
}

@media (min-width: 62em){
	.landing-link {
		width: calc((100% - 2rem) / 3);
	}
}

@media (min-width: 99em){
	.landing-link {
		width: calc((100% - 4rem) / 5);
	}
}
/* Staff Directory */
.team-wrapper {
	row-gap: 1.5rem;
	margin-top: 1rem;
}
.team-item img {
	width: 100%;
	max-width: 165px;
	display: block;
	margin-bottom: 1rem;
}
.team-item h3,
.team-item h4 {
	color: var(--dark-font-color);
}

.team-item h3 {
	font-size: 1.1rem;
}

.team-item h4 {
	font-weight: var(--font-medium);
}

.team-item a,
.team-item p {
	font-size: .9rem;
}

.team-text > * {
	display: block;
	margin: 0 0 .25rem;
}

@media(min-width: 48em){
	.team-wrapper {
		row-gap: 2rem;
	}
	.team-item {
		display: flex;
		gap: 1.5rem;
	}
	
	.team-item img {
		width: 35%;
	}
	
	.team-text {
		width: calc(65% - 1.5rem)
	}
}

@keyframes scaleIn {
  0% {
    transform: scale(.95, .95);
  }
  100% {
    transform: scale(1.05, 1.05);
  }
}


.account-wrapper.staff, .services-wrapper {
	background: rgba(255, 255, 255, 1);
}

.image-link {
	align-self: stretch;
	margin-top: 0;
}

.image-link a {
	color: var(--district);
	display: block;
	height: 100%;
}

.image-link img {
	width: auto;
	display: block;
	padding: 1rem;
	margin: 0 auto;
	object-fit: contain;
    height: 120px;
}

.content-box {
	border-bottom: none;
}

/* Content Boxes Template */
.content-box.full-img {
    position: relative;
    padding: 0;
}

.content-box.full-img::after {
    content: '';
    background-color: rgba(43, 104, 156, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
}

.content-box.full-img img {
    display: block;
    width: 100%;
    aspect-ratio: 1/2;
    max-height: 550px;
}

.content-box.full-img img.box-icon {
    display: block;
    aspect-ratio: unset;
    height: 60px;
    width: auto;
    margin: 0 auto;
}

.content-box.full-img .content-box-text h3 {
    color: #ffffff;
}

.content-box.full-img .content-box-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    text-align: center;
    color: #ffffff;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.content-boxes.embed .content-box .box-img {
    display: block;
    width: auto;
    margin: 1rem auto 0;
    aspect-ratio: unset;
    object-fit: contain;
}

@media(min-width: 48em){
    .content-box.full-img img {
        max-height: 650px;
        aspect-ratio: 2/3.5;
    }

    .content-box.full-img .content-box-text {
        padding: 2rem 1rem;
    }
}

@media(min-width: 99em){
    .content-box.full-img img {
        max-height:unset;
        aspect-ratio: 1/2;
    }
}

@media(min-width: 125em){
    .content-box.full-img img {
        max-height:unset;
        aspect-ratio: 1/1.8;
    }
}

.news-img {
    aspect-ratio: 4/3;
}

.news-img img {
    width: 100%;
    height: 100%;
    display: block;
}

.news-img.no-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news-img.no-img img {
    width: 80%;
    margin: auto;
    object-fit: contain;
}

.news-article {
    border: 2px solid var(--light-grey);
}

.news-article .news-title {
    margin-top: 0;
}
.news-info {
    padding: 1rem 2rem;
}

@media (min-width: 48em){
    .news-info {
        padding: 1rem;
    }
}

/* Digital Wellness/ Equity Template @LTD */
.digital-template .intro-content {
    background-color: var(--primary-brand);
    color: white;
    margin: 0;
    padding: 1.5rem 1rem;
}

.digital-template .intro-content.row {
    row-gap: 1rem;
}

.digital-template .page-title {
    margin-bottom: .5rem;
}

.digital-template .page-content .intro-title {
    color: #0A3D60;
    margin-top: 0;
}

.digital-template .intro-content h3 {
    color: white;
}

.digital-template .intro-content .responsive-video {
    margin-bottom: 0;
}

.digital-template .icon-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 1rem;
    row-gap: 1.5rem;
}

.digital-template .icon-link {
    width: 100%;
    text-align: center;
}

.digital-template .icon-link h3 {
    color: var(--district);
    margin: 1rem 0 0;
}

.digital-template .icon-link img {
    border: 5px solid var(--district);
    border-radius: 50%;
    width: 8rem;
    height: 8rem;
    display: block;
    margin: auto;
}

.digital-template .row {
    row-gap: 1.5rem;
}

.digital-template img {
    width: 100%;
}

.wellness-wrapper {
    padding: 1.5rem;
}

.wellness-img, .wellness-wrapper {
	align-self: stretch;
}

.wellness-img {
	aspect-ratio: 16/9;
}

.wellness-img img {
	display: block;
	width: 100%;
    height: 100%;
}

.content-box-intro {
    color: var(--primary-brand);
    margin-bottom: 1.5rem;
}

.content-box.more-padding {
    padding: 1.5rem;
}

.page-content .content-box.bg-primary h3 {
    color: white;
}

.testimonials {
    row-gap: 1rem;
}

.testimonial-text {
	margin-bottom: .5rem;
	font-weight: var(--font-medium);
}

.testimonial-name {
	color: var(--district);
	font-size: .8rem;
    margin-bottom: 0;
}

.digital-template .content-boxes .col-xs-12 {
    margin-bottom: 0;
}

.digital-template .dw-logo {
    width: fit-content;
    margin: 0 0 1rem 1rem;
    float: right;
}

@media (min-width: 48em){
    .digital-template .icon-link {
        width: calc((100% - 1rem) / 2);
    }
}

@media (min-width: 62em){
    .digital-template .icon-link {
        width: calc((100% - 4rem) / 5);
    }

    .wellness-wrapper {
        padding: 2.5rem 0 2.5rem 2.5rem;
    }

    .content-box.more-padding {
        padding: 2rem;
    }

    .digital-template .dw-logo {
        margin: 0 1.5rem 1rem 1rem;
    }
}

@media (min-width: 75em){
    .digital-template .icon-links {
        width: 80%;
        margin: auto;
    }
}

@media(min-width: 62em) {
    .wellness-text {
        padding-right: 7.5vw;
    }
}

/* Image Carousel Template */
.carousel-intro {
    margin-bottom: 1rem;
}

.carousel-intro h3 {
    margin-bottom: .5rem;
}

.wellness-icon img {
    display: block;
    max-width: 150px;
    width: 100%;
}

.image-slide img {
    display: block;
    width: 100%;
    aspect-ratio: 970/267;
}

.image-slide::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(0,0,0,0.45) 0%, rgba(255,255,255,0) 90%, rgba(0,0,0,0.45) 100%);
    opacity: 0.8;
}

.image-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: var(--primary-brand);
    padding: 0.5rem;
}

.image-caption h4 {
    color: white;
    text-align: center;
}

@media (min-width: 48em){
    .wellness-icon {
        padding-right: 0;
    }
}

/* International Home */
.international-ed.spotlight-wrapper {
    gap: 5px;
}

.international-ed .spotlight-item.featured,
.international-ed .spotlight-item-1 {
    margin-bottom: 0;
}

.international-ed .spotlight-video .youtube-player {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

.international-ed .spotlight-item.featured .spotlight-overlay {
    /* background: #101010; */
    background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
}

.international-ed.spotlight-wrapper .btn {
    background: var(--district);
}

.international-ed .spotlight-content {
    z-index: 1;
}

.international-ed .about .btn {
    margin: 1rem auto 0;
}

.cta-item img {
    aspect-ratio: 1 / 1;
}

@media (min-width: 37.5em) {
    .international-ed .spotlight-item.small {
        margin-left: 0;
        margin-right: 0;
    }

    .international-ed .spotlight-item-1 {
        margin-bottom: 5px;
    }

	.cta-item img {
		aspect-ratio: 4 / 3;
	}
}

@media (min-width: 62em) {
    .international-ed.spotlight-wrapper {
       grid-template-columns: calc(65% - 10px) 0 calc(35%);
	   margin-bottom: 5px;
    }

    .spotlight-video {
        width: 100%;
    }

    .international-ed .spotlight-item.small img {
        aspect-ratio: 16 / 9;
    }


    .international-ed .spotlight-item.featured .spotlight-content h3 {
        width: 100%;
    }

    .international-ed .spotlight-item.featured .spotlight-content .desc-1 {
        margin-bottom: .5rem;
    }

	.cta-item img {
		aspect-ratio: 1 / 1.2;
	}
}

@media (min-width: 75em) {
   .international-ed .about .btn {
        margin: 1rem 0 0;
    }
}

@media (min-width: 99em) {
    .international-ed .spotlight-item.featured .spotlight-content {
        left: 7.5vw;
    }
}
