﻿.container {
	width: 1080px;
	margin: 0 auto;
	padding: 0;
}

@media (max-width: 1199.98px) {
	.container {
		width: 960px;
	}
}
@media (max-width: 991.98px) {
	.container {
		width: 720px;
	}
}
@media (max-width: 767.98px) {
	.container {
		width: 540px;
	}
}
@media (max-width: 575.98px) {
	.container {
		width: calc(100vw - 60px);
	}
}

.part.facts {
    margin-bottom: 50px !important;
}

.part.facts .facts__header {
    font-family: 'GeometricSans';
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #553377;
    margin-bottom: 24px;
    margin-top: 0;
}

.part.facts .facts__subheader {
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    color: #553377;
    margin-bottom: 30px;
    margin-top: 0;
}

.part.facts .facts__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
}

.part.facts .facts__stat {
	margin: 0 0 25px 0;
	border-bottom: 3px solid #EEAA11;
	font-family: 'GeometricSans';
    font-weight: 700;
    font-size: 70px;
    line-height: 84px;
    color: #553377;
}

.part.facts .facts__title {
	font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #553377;
    margin-bottom: 20px;
    margin-top: 0;
}

.part.facts .facts__item p {
	font-size: 16px;
    line-height: 20px;
    color: #000;
	margin: 0px;
}

@media (max-width: 767.98px) {
	.part.facts .facts__grid {
	    grid-template-columns: 1fr;
		grid-gap: 38px;
	}
}

@media (max-width: 575.98px) {
    .part.facts {
        margin-bottom: 35px !important;
    }
}

.part.widg-links {
	margin-bottom: 50px !important;
	background: #553377;
	position: relative;
	z-index: 1;
}

.widg-links__container {
	display: flex;
	justify-content: flex-start;
	padding: 70px 0;
}

.widg-links__links-item {
	width: 320px;
}

.part.widg-links .widg-links__img-item {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 64%;
}

.part.widg-links .widg-links__img-item img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

.part.widg-links .widg-links__title {
	font-family: 'GeometricSans';
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 24px;
    margin-top: 0;
}

.part.widg-links .widg-links__links-item ul {
	list-style: none;
	margin: 0;
}

.part.widg-links .widg-links__links-item li {
	margin: 0 0 20px 0;
	padding: 0;
}

.part.widg-links .widg-links__links-item li:before {
	display: none;
}

.part.widg-links .widg-links__links-item a {
	font-size: 16px;
    line-height: 20px;
    color: #fff;
}

.part.widg-links .widg-links__links-item a::after {
	content: '';
	display: inline-block;
	width: 9px;
	height: 9px;
	background: center/contain no-repeat url('../image/arrow1.svg');
	margin-left: 10px;
	margin-right: 5px;
	transition: 0.5s all;
}

.part.widg-links .widg-links__links-item a:hover::after {
	margin-left: 15px;
	margin-right: 0px;
	transition: 0.5s all;
}

@media (max-width: 991.98px) {
	.widg-links__container {
		padding: 35px 0 255px 0;
	}
	.part.widg-links .widg-links__img-item {
		position: absolute;
		top: unset;
		bottom: 0;
		right: 0;
		height: 240px;
		width: 100%;
	}
}

@media (max-width: 575.98px) {
    .part.widg-links {
        margin-bottom: 35px !important;
    }
}

.fs-grid .page .fs-row, .fs_grid_row {
	max-width: 1920px;
}

.page #slate_wrapper_cell {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
	margin: 0 !important;
}

@media screen and (min-width: 980px) {
	.fs-grid .page .fs-row, .fs_grid_row {
	    width: 100%;
	}
	.page #slate_wrapper_cell {
	    width: 100% !important;
	    max-width: 100% !important;
	    flex: 0 0 100% !important;
	}
}

@media screen and (min-width: 740px) {
	.fs-grid .page .fs-row, .fs_grid_row {
	    width: 100%;
	}
	.page #slate_wrapper_cell {
	    width: 100% !important;
	    max-width: 100% !important;
	    flex: 0 0 100% !important;
	}
}

@media screen and (max-width: 739px) {
	.fs-grid .page .fs-row, .fs_grid_row {
	    width: 100%;
	}
	.page #slate_wrapper_cell {
	    width: 100% !important;
	    max-width: 100% !important;
	    flex: 0 0 100% !important;
	}
}

.part.twoVid {
	margin-bottom: 50px !important;
}

.twoVid__container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 40px;
}

.twoVid__item {
	position: relative;
	z-index: 1;
}

.twoVid__item .twoVid__top-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.twoVid__item .twoVid__play-img {
	position: absolute;
	top: calc(50% - 34px);
	left: calc(50% - 34px);
	cursor: pointer;
	width: 68px !important;
	height: 68px !important;
	transition: 0.5s all;
}

.twoVid__item .twoVid__play-img:hover {
	transform: scale(1.1);
	transition: 0.5s all;
}

.twoVid__item.play .twoVid__play-img, .twoVid__item.play .twoVid__top-img {
	opacity: 0;
	transition: 0.5s all;
}

.twoVid__item.play.start .twoVid__play-img, .twoVid__item.play.start .twoVid__top-img {
	display: none;
}

.twoVid__item iframe {
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 16/9
}

@media (max-width: 991.98px) {
	.twoVid__container {
		grid-template-columns: 1fr;
		grid-gap: 35px;
	}
}

@media (max-width: 575.98px) {
    .part.twoVid {
        margin-bottom: 35px !important;
    }
}

.part.slider {
	margin-bottom: 0px !important;
    background: #6CC5E9;
}

.splide__slide.slider__item {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 40px;
	padding: 0;
    align-items: center;
    padding: 50px 0;
}

#filter .slider__img {
	display: inline-block;
	width: 100%;
	height: 100%;
    max-height: 320px;
	position: relative;
}

#filter .slider__img img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	object-position: top;
}

#filter .slider__img iframe {
	width: 100% !important;
	height: 100% !important;
}

#filter .slider__title {
    color: #553377;
	font-size: 16px;
	font-weight: 900;
	line-height: 16px;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}

#filter .slider__sub-title {
	color: #553377;
	font-size: 30px;
	font-weight: 700;
	line-height: 36px;
	margin: 0 0 25px 0;
}

#filter .slider__section p {
	color: #000;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 24px;
}

.slider__section p a {
	color: #fff !important;
	background: unset;
	text-decoration: underline !important;
	font-weight: 400;
}

.slider__section {
	padding-bottom: 0px;
}

#filter {
	position: relative;
}

#filter .splide__pagination {
	display: none;
}

#filter .splide__arrow {
	opacity: 1;
	border: unset;
}

#filter .splide__arrow img {
	width: 24px !important;
	height: 24px !important; 
}

#filter .splide__arrow.splide__arrow--prev {
	left: -50px;
	bottom: calc(50% - 12px);
	top: unset;
	background: unset;
	height: 24px !important;
	width: 24px !important; 
}

#filter .splide__arrow.splide__arrow--next {
	right: unset;
	right: -50px;
	bottom: calc(50% - 12px);
	top: unset;
	background: unset;
	height: 24px !important;
	width: 24px !important; 
}

#filter .splide__arrow.splide__arrow--prev img {
	transform: rotate(90deg)
}

#filter .splide__arrow.splide__arrow--next img {
	transform: rotate(-90deg)
}

@media (max-width: 1199.98px) {
	#filter .splide__arrow.splide__arrow--prev {
    	left: calc(50% - 40px);
        bottom: 0px;
    }
    
    #filter .splide__arrow.splide__arrow--next {
    	right: calc(50% - 40px);
        bottom: 0px;
    }
}

@media (max-width: 767.98px) {
	.splide__slide.slider__item {
		grid-template-columns: 1fr;
		grid-row-gap: 35px;
		padding: 35px 0 80px 0;
		align-content: space-between;
	}
	.slider__img {
		grid-row-start: 2;
	}
    #filter .splide__arrow.splide__arrow--prev {
        bottom: 20px;
    }
    
    #filter .splide__arrow.splide__arrow--next {
        bottom: 20px;
    }
    #filter .slider__img {
    	height: 50vw;
        max-height: 320px;
    }
	.slider__item {
		height: 0;
	}
	.slider__item.is-active.is-visible {
		height: auto;
	}
}

@media only screen and (max-width: 736px) {
    #content div:first-child #filter div:nth-child(2) div:first-child {
        margin-bottom: 0px;
    }
}

#filter a.widget-basic-btn {
	background-image: unset;
	background-color: #fff;
    border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	font-weight: bold;
	color: #553377;
	font-size: 16px;
	padding: 4px 20px 0 20px;
	width: max-content;
	margin-right: 60px;
	margin-top: 20px;
	text-transform: uppercase;
	transition: 0.3s all;
}

#filter a.widget-basic-btn:hover {
	transition: 0.3s all;
	text-decoration: none;
    background-color: #553377;
	color: #fff !important;
}

#global {
	display: none;
}

.wysiwyg_block {
    margin-top: 0 !important;
}

.part.header-visit {
	margin-bottom: 50px !important;
	position: relative;
	z-index: 1;
}

.header-visit__background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	z-index: -1;
}

.part.header-visit .header-visit__title {
	color: #ffffff;
	font-family: 'GeometricSans';
	text-transform: uppercase;
	font-size: 50px;
	font-weight: 700;
	line-height: 60px;
	margin: 35px 0;
}

.header-visit__container {
	display: flex;
	height: 350px;
	align-items: flex-end;
}

@media only screen and (max-width: 736px) {
	#content div:first-child div.part.header-visit:nth-child(2) div:first-child {
	    position: static!important;
	    margin-bottom: 0px;
	}
}

@media (max-width: 767.98px) {
	.part.header-visit .header-visit__title {
		font-size: 28px;
		line-height: 34px;
		margin: 20px 0;
	}
	.header-visit__container {
		height: 50vw;
		max-height: 350px;
	}
}

@media (max-width: 575.98px) {
	.part.header-visit {
		margin-bottom: 35px !important;
	}
}

.part.campus-slider {
    margin-bottom: 50px !important;
}

.container > .campus-slider__container {
    position: relative;
    z-index: 1;
    padding: 120px 0 50px 0 ;
}

.campus-slider__inner {
	position: relative;
    z-index: 1;
}

.campus-slider__inner::after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	height: 100%;
	width: 85%;
	background: linear-gradient(90deg, #EEAA1100, rgb(238 170 17 / 10%));
	border-radius: 0 500px 500px 0;
}

@media (min-width: 1200px) {
	.campus-slider__inner::after {
		width: calc((100vw - 1080px) / 2 + 1000px);
	}
}

@media (min-width: 1920px) {
	.campus-slider__inner::after {
		width: 1460px;
	}
}

.part.campus-slider .splide__pagination {
    bottom: unset;
    top: 50px;
    left: 0;
    right: unset;
    margin: 0;
}

.part.campus-slider .splide__pagination li::before {
    display: none;
}

.part.campus-slider .splide__pagination li {
    margin: 0;
    padding: 0;
    margin-right: 15px;
}

.part.campus-slider .splide__pagination .splide__pagination__page {
    width: 260px;
    height: 45px;
    border-radius: 23px;
    background: #fff;
    border: 1px solid #553377;
    margin: 0;
}

.part.campus-slider .splide__pagination .splide__pagination__page:hover {
    background: #EEAA11;
    opacity: 1;
}

.part.campus-slider .splide__pagination .splide__pagination__page.is-active {
    background: #553377;
    color: #fff !important;
}

.part.campus-slider .splide__pagination .splide__pagination__page.is-active::after {
    color: #fff !important;
    transition: 2s all
}

.part.campus-slider .splide__pagination .splide__pagination__page[aria-controls="campusSlider-slide02"]::after {
    content: 'Doheny Campus';
    font-size: 30px;
    font-family: 'GeometricSans';
    line-height: 36px;
    font-weight: 700;
    color: #553377;
}

.part.campus-slider .splide__pagination .splide__pagination__page[aria-controls="campusSlider-slide01"]::after {
    content: 'Chalon Campus';
    font-size: 30px;
    font-family: 'GeometricSans';
    line-heoght: 36px;
    font-weight: 700;
    color: #553377;
}

.campus-slider__inner-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}

.campus-slider__inner-item img {
    width: 100% !important;
    height: 220px !important;
    object-fit: cover;
}

.campus-slider__inner-item p {
    margin: 20px 0 0 0;
    font-size: 16px;
    line-height: 20px;
    color: #000;
}

.campus-slider__subhead {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: 700;
    margin: 0px 0 35px 0;
	max-width: 700px
}

#campusSlider .splide__arrow {
	opacity: 1;
	border: unset;
}

#campusSlider .splide__arrow img {
	width: 24px !important;
	height: 24px !important; 
}

#campusSlider .splide__arrow.splide__arrow--prev {
	left: -50px;
	bottom: calc(50% - 12px);
	top: unset;
	background: unset;
	height: 24px !important;
	width: 24px !important; 
}

#campusSlider .splide__arrow.splide__arrow--next {
	right: unset;
	right: -50px;
	bottom: calc(50% - 12px);
	top: unset;
	background: unset;
	height: 24px !important;
	width: 24px !important; 
}

#campusSlider .splide__arrow.splide__arrow--prev img {
	transform: rotate(90deg)
}

#campusSlider .splide__arrow.splide__arrow--next img {
	transform: rotate(-90deg)
}

@media (max-width: 1199.98px) {
	#campusSlider .splide__arrow.splide__arrow--prev {
		display: none;
	}
	#campusSlider .splide__arrow.splide__arrow--next {
		display: none;
	}
}

@media (max-width: 991.98px) {
	.campus-slider__inner-item img {
	    height: 140px !important;
	}
}

@media (max-width: 767.98px) {
	.campus-slider__subhead {
	    margin: 0px 0 25px 0;
	}
	.part.campus-slider .splide__pagination {
		flex-direction: column;
	}
	.part.campus-slider .splide__pagination li {
		margin-right: 0;
		margin-bottom: 15px;
	}
	.part.campus-slider .splide__pagination {
	    top: 0px;
	}
	.part.campus-slider .splide__pagination .splide__pagination__page[aria-controls="campusSlider-slide02"]::after {
	    font-size: 28px;
	}
	
	.part.campus-slider .splide__pagination .splide__pagination__page[aria-controls="campusSlider-slide01"]::after {
	    font-size: 28px;
	}
	.part.campus-slider .splide__pagination .splide__pagination__page {
	    width: 245px;
	}
	.campus-slider__inner::after {
		width: 100%;
		background: linear-gradient(#EEAA1100, rgb(238 170 17 / 10%));
		border-radius: 0 0 50vw 50vw;
	}
	.campus-slider__inner-grid {
	    display: grid;
	    grid-template-columns: 1fr;
	}
	.campus-slider__inner-item img {
	    height: 220px !important;
	}
}

@media (max-width: 575.98px) {
	.part.campus-slider {
		margin-bottom: 35px !important;
	}
}

.part.events {
    margin-bottom: 0px !important;
}

@media (max-width: 575.98px) {
    .part.events {
		margin-bottom: 0px !important;
	}
    .filter-cat-row {
        grid-template-columns: 1fr;
        row-gap: 5px;
        margin-bottom: 15px;
    }
    .exp-header-wrapper {
        min-height: 280px;
        padding-bottom: 3px;
    }
    .grid.card-columns .grid-sizer, .grid.card-columns .grid-item {
        width: 100%;
    }
	.cards_grid .card .card-body {
		margin-bottom: 0px !important;
	}
}

.filter-main__container {
	display: grid;
	grid-template-columns: 360px 1fr;
	grid-gap: 80px;
}

.filter-main__container .filters h2 {
	font-size: 30px;
	line-height: 36px;
	letter-spacing: -1px;
	margin: 0 0 35px 0;
	color: #553377;
}

.filter__instructions {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 35px 0;
	color: #000;
}

.filter-cat-row .form-group h4 {
	font-size: 16px;
	line-height: 19px;
	margin: 0 0 10px 10px;
	color: #000;
}

.filter-cat-item {
	margin-bottom: 25px;
}

.filter-cat-item select {
    width: 100%;
	border: unset;
	font-weight: 400;
	line-height: 19px;
	font-size: 16px;
	color: #000;
    background: url('../image/chevron.svg') no-repeat 97% 50%;
	background-size: auto 8px;
	background-color: rgb(85 51 119 / 10%);
	border: unset;
	border-radius: 20px;
    -moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 6px 26px 4px 15px;
	height: 40px;
	outline: unset;
	-webkit-transition: none;
    transition: none;
}

.card-body {
	background: rgb(20 20 20 / 10%);
	border-radius: 25px;
	padding: 30px;
}

.grid-item {
	padding-bottom: 35px;
}

.part.events .card-body h5 {
	font-size: 20px;
	line-height: 26px;
	margin: 0 0 20px 0;
	color: #553377;
}
.part.events .card-body p {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 20px 0;
	color: #000;
}

.part.events .card-body .btn-primary {
	background: #6CC5E9;
	color: #553377;
	font-size: 16px;
	line-height: 20px;
	display: flex;
	padding: 0;
	align-items: center;
	justify-content: center;
	width: max-content;
	padding: 0 20px;
	height: 40px;
	min-width: 160px;
	border-radius: 20px;
}

.part.events .card-body .btn-primary.btn-coming-soon {
	opacity: 0.5;
	filter: grayscale(1);
	pointer-events: none;
}

.part.events .card-body .btn-primary:hover {
	background: #fff;
}

@media (max-width: 991.98px) {
	.filter-main__container {
		grid-template-columns: 1fr;
		grid-gap: 10px;
	}
	.filter-main__container .filters {
		max-width: 360px; margin: 0 auto;
	}
}

@media (max-width: 575.98px) {
	.part.events {
	    margin-bottom: 35px !important;
	}
}

.noCardsShown .grid-item.show {
	display: block !important;
	position: static !important;
}

.noCardsShown .cards_grid {
	height: auto !important;
}

.cards_container:before {
	content: 'There are currently no events to display for these filters. Please explore other visit options.';
	width: 100%;
	margin-bottom: 24px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
    color: #141414;
	opacity: 0;
	display: none;
	padding: 0 30px;
}

.noCardsShown .cards_container:before {
	opacity: 1;
	display: block;
	transition: all 0.5s
}

.card-body time {
	font-size: 16px;
	display: block;
    line-height: 20px;
    margin: -10px 0 20px 0;
    color: #000;
}

@media (min-width: 375.98px) and (max-width: 390px) {
	.fs-grid .fs-row, .header_primary, .page_wrapper>.header, .page_wrapper + #nav_menu {
	    width: 100% !important;
	}
}

@media (min-width: 320.98px) and (max-width: 375px) {
	.fs-grid .fs-row, .header_primary, .page_wrapper>.header, .page_wrapper + #nav_menu {
	    width: 100% !important;
	}
}

@media only screen and (max-width: 736px) {
	#content div:first-child div:nth-child(2) div.part.events:first-child {
	    margin-bottom: 0px;
	}
}

@media (min-width: 980px) {
	.header_primary_inner {
	    max-width: 1080px;
	    margin: 0 auto;
	}
}

@media screen and (max-width: 739px) {
	.header_primary .fs-row {
	    width: calc(100vw - 60px);
	}
	.header_primary .fs-row .fs-cell {
		width: 100%;
		margin-left: 0;
	    margin-right: 0;
		max-width: 100%;
	    min-width: 0;
	    flex: 0 0 100%;
	}
}

.slider__img.slider__video {
	position: relative;
	z-index: 1;
}

.slider__img.slider__video .slider__op-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

#filter .slider__img.slider__video .slider__play-img {
	position: absolute;
	top: calc(50% - 34px) !important;
	left: calc(50% - 34px) !important;
	cursor: pointer;
	width: 68px !important;
	height: 68px !important;
	transition: 0.5s all;
}

#filter .slider__img.slider__video .slider__play-img:hover {
	transform: scale(1.1);
	transition: 0.5s all;
}

#filter .slider__img.slider__video.play .slider__play-img, .slider__img.slider__video.play .slider__op-img {
	opacity: 0;
	transition: 0.5s all;
}

#filter .slider__img.slider__video.play.start .slider__play-img, .slider__img.slider__video.play.start .slider__op-img {
	display: none;
}
