/*body height fix*/
	body {
	    min-height: 100vh;
	    display: flex;
	    flex-direction: column;
	    -moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
	}

	main {
	    flex-grow: 1;
	    overflow-x: none;
	}

	/*Base Settings*/

	body {
		font-family: "Rustica", sans-serif;
		font-weight: 400;
	}

/*General*/
	.button-yellow {
		background-color: #FFCE01;
		color: #01385E;
		min-width: 183px;
		min-height: 40px;
		text-decoration: unset;
		text-transform: uppercase;
		font-size: 20px;
		font-weight: 600;
	    padding-top: 4px;
	}

	.button-white {
		color: #01426A;
		text-decoration: none;
		border: 2px solid #01426A;
		padding: 8px 56px;
		font-size: 20px;
		line-height: 30px;
		background-color: #fff;
	}

	/*.button-yellow > span{
		font-family: sans-serif!important;
		font-weight: 400!important;
	}*/

	.cta-button-white {
		margin-bottom: 32px;
		text-decoration: none;
	    border: 2px solid #01426A;
	    padding: 8px 56px;
	    font-size: 20px;
	    line-height: 30px;
	    background-color: #fff;
	    color: #01426A;
	    border-radius: 50rem !important;
	    align-items: center !important;
	    justify-content: center !important;
	    display: inline-flex !important;
	}

	section.background-white {
		color: #01426A;
		padding-bottom: 50px;
	}

	section.background-gray {
	    background-color: rgba(217,207,185,.3);
	    color: #01426A;
	}

	section.background-yellow {
	    background-color: #FFCE01;
	    color: #01426A;
	}

	section.background-blue {
	    background-color: #01426A;
	    color: #fff;
	}

	section.background-lightblue {
	    background-color: #57B6B2;
	    color: #fff;
	}

	section.background-tan {
	    background-color: #D9CFB9;
	    color: #01426A;
	}

/*Header*/
	.header {
		z-index: 10;
	}

	.nav-wrapper {
		padding: 21px 25px 20px 28px;
	}

	.nav-wrapper .navbar {
		padding-top: 0;
		padding-bottom: 0;
	}

	.nav-wrapper .button {
		margin-left: 12px;
		margin-bottom: 6px;
	}

	.nav-wrapper li.nav-item a:empty { display: none; }

	.nav-wrapper li.nav-item a {
		font-size: 16px;
		letter-spacing: .64px;
		line-height: 23px;
		text-transform: uppercase;
		color: #01426A!important;
		font-weight: 600;
		margin-left: 10px;
		margin-right: 10px;
	}

	.nav-wrapper li.nav-item a:hover {
		background-color: unset;
		text-decoration: underline;
	}

	.nav-wrapper li.nav-item:first-of-type a {
		margin-left: unset;
	}

	.nav-wrapper li.nav-item:last-of-type a {
		margin-right: unset;
	}

	.nav-wrapper li.nav-item {
		position: relative;
	}

	.nav-wrapper li.nav-item.dropdown:after {
		content: '';
		height: 100%;
		border-right: 2px solid #D4CDBA;
		top: 0;
		right: 0;
		position: absolute;
		transform: rotate(45deg);
	}

	.nav-wrapper li.nav-item:last-of-type:after {
		content: unset;
	}

	.nav-wrapper :not(.menu-item-has-children) > .dropdown-toggle::after {
	    display: none;
	}


	.nav-wrapper ul.dropdown-menu {
	    top: 100%;
	    border: unset;
	    border-radius: unset;
	    background-color: #F4F1EA;
	    padding-top: 51px;
	    min-width: 257px;
	}

	.nav-wrapper ul.dropdown-menu > li:first-of-type {
	    margin-top: 46px;
	}

	.nav-wrapper ul.dropdown-menu::after {
	    content: '';
	    position: absolute;
	    width: 100%;
	    height: 51px;
	    background-color: white;
	    top: 0;
	    z-index: 1;
	}

	.nav-wrapper li.nav-item a.dropdown-item {
	    margin-bottom: 32px;
	    text-transform: unset;
	    font-weight: 600;
	    font-size: 20px;
	    margin-left: unset;
	    padding-left: 42px;
	    padding-right: 42px;
	}

	.nav-wrapper li.nav-item a.dropdown-item:hover {
		text-decoration: underline;
	}

	.nav-wrapper li.nav-item a.active {
	    background: unset;
	    font-weight: 800;
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu {
		top: 85px;
	    border-radius: unset;
	    border: unset;
	    background-color: #F4F1EA;
	    min-width: 304px;
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu li a:hover {
		background-color: unset;
	}

	.nav-wrapper .navbar > .container > .d-flex { margin-bottom: 10px; }

	.navbar-brand img {
	    width: 272px;
	    height: 78px;
	    object-fit: contain;
	    object-position: center;
	}

/*Footer*/
	.footer-background-image {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		z-index: -3;
		display: block;
	}

	.footer-inner {
		margin-top: 30px;
		padding: 32px!important;
	}

	.footer-inner .footer-background {
		background-color: #fff;
		z-index: -2;
		top: 0;
		left: 0;
	}

	.footer-inner img {
		margin-bottom: 32px;
		width: 272px;
		height: 78px;
	}

	.footer-inner .upper-row {
		overflow: visible;
		max-height: 150px;
	}

	.footer-inner p.contact-footer {
	    padding-top: 23px;
	    padding-bottom: 101px;
	    font-size: 20px;
	    color: #01426A;
	    line-height: 32px;
	}

	.footer-inner p.contact-footer a {
	    color: #01426A;
	    text-decoration: unset;
	}

	.footer-inner p.contact-footer .heading {
	    font-weight: 600;
	}



	.socials {
		padding-top: 36px;
		padding-bottom: 38px;
		padding-left: 60px;
	}


	.socials .socials-background {
		width: 50vw;
		background-color: #6BAED5;
		opacity: .8;
		z-index: -1;
		top: 0;
		left: 0;
	}

	.socials > div {
		column-gap: 20px;
	}

	.socials > p {
	    text-transform: uppercase;
	    font-size: 16px;
	    letter-spacing: .8px;
	    font-weight: 600;
	    color: #01426A;
	    margin-bottom: 12px;
	}

	.socials a {
		width: 60px;
		height: 60px;
		text-decoration: none;
	}

	.socials a i {
		color: white;
		height: fit-content;
		font-size: 1.5rem;
	}

	.helpful-links {
	    margin-top: 67px;
	}
	.helpful-links > div {
		padding-right: 50px;
	}

	.helpful-links ul {
		list-style: none;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		padding-left: unset;
	}

	.helpful-links ul > li {
		display: block;
		flex: 0 50%;
	}

	.helpful-links p,
	.helpful-links li a {
		font-size: 20px;
		line-height: 40px;
		font-weight: 600;
		color: #01426A;
		text-decoration: none;
		text-transform: uppercase;
		margin-bottom: 24px;
	}

	.helpful-links li a:hover {
		text-decoration: underline;
	}

	.helpful-links a.button-yellow {
		margin-right: 50px;
		/*margin-top: -40px;*/
	}

	.footer-lower-inner {
	    padding-top: 10px;
	    padding-bottom: 10px;
	}

	.footer-lower-links {
	    display: flex;
	    flex-direction: row;
	    justify-content: flex-start;
	    column-gap: 20px;
	    padding-left: 20px;
	}

	.footer-lower-links a {
	    display: block;
	    color: white;
	}

/*Owlcarousel*/
	.owl-stage {
	    display: flex;
	}

	.owl-theme .owl-nav {
	    position: absolute;
	    width: 100%;
	    height: 100%;
	    top: 40px;
	    margin-top: unset;
        pointer-events: none;
	}

	.owl-carousel .owl-item {
	    display: flex;
	}

	.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
	    background-color: #fff;
	    opacity: 0.9;
	    margin-top: 111px;
	    height: 122px;
	    width: 122px;
	    font-size: 120px;
	    letter-spacing: 6px;
	    line-height: 28px;
	    font-weight: 100;
	    color: #008C44;
	    border-radius: unset;
	    margin-left: unset;
	    margin-right: unset;
	    mix-blend-mode: normal;
	    filter: drop-shadow(0px 4px 6px rgba(0,0,0,.18));
	    pointer-events: all;
	}

	.owl-carousel .owl-nav button.disabled {
	    display: none;
	}

	.owl-carousel .owl-nav button.owl-prev {
	    float: left;
	    margin-left: -36px;
	}

	.owl-carousel .owl-nav button.owl-next {
	    float: right;
	    margin-right: -36px;
	}

	.owl-carousel.owl-theme .owl-dots .owl-dot span {
	    border: 1px solid #01426A;
	    background: unset;
	    width: 20px;
	    height: 20px;
	}

	.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
	.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
	    background: #01426A;
	}

	.owl-carousel .owl-dots {
	    margin-top: 34px;
	}

	.owl-carousel.owl-theme.owl-loaded.owl-drag {
	    /*mix-blend-mode: multiply;*/
	}

/*Components*/

	.hero-large .hero-large-inner {
		min-height: 746px;
	}

	.hero-large .hero-large-background-image {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		z-index: -3;
		display: block;
	}

	.hero-large .hero-large-inner .hero-large-text-wrapper {
		margin-top: 177px;
		width: 480px;
		min-height: 450px;
		padding: 95px 60px 87px 77px;
	}

	.hero-large .hero-large-inner .hero-large-text-wrapper h1 {
		font-size: 60px;
		line-height: 65px;
		color: #fff;
		font-weight: 600;
	}

	.hero-large .hero-large-inner .hero-large-text-wrapper .hero-large-green-background {
		background-color: #008C44;
		mix-blend-mode: multiply;
		height: 100%;
		width: 100vw;
		right: 0px;
		z-index: -1;
		top: 0px;
	}

	.hero-large .hero-large-inner .hero-large-text-wrapper .hero-large-white-background {
		background-color: #ffffff;
		mix-blend-mode: normal;
		height: 100%;
		width: 100vw;
		right: 0px;
		z-index: -2;
		opacity: 80%;
		top: 0px;
	}

	.hero-landing .hero-landing-inner {
		height: 537px;
	}

	.hero-landing .hero-landing-background-image {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		z-index: -3;
		display: block;
	}

	.hero-landing .hero-landing-inner .hero-landing-text-wrapper {
		margin-top: 347px;
		/*width: 480px;*/
		/*min-height: 450px;*/
		padding: 38px 41px 38px 41px;
	}

	.hero-landing .hero-landing-inner .hero-landing-text-wrapper h1 {
		font-size: 60px;
		line-height: 65px;
		color: #fff;
		font-weight: 600;
	    max-width: 40%;
	}

	.hero-landing .hero-landing-inner .hero-landing-background-green {
		background-color: #80C342;
		mix-blend-mode: multiply;
		height: 100%;
		width: 50vw;
		left: 0px;
		z-index: -1;
		top: 0px;
	}

	.hero-landing .hero-landing-inner .hero-landing-background-white {
		background-color: #ffffff;
		mix-blend-mode: normal;
		height: 100%;
		width: 50vw;
		left: 0px;
		z-index: -2;
		opacity: 80%;
		top: 0px;
	}

	.hero-secondary .hero-secondary-inner {
		height: 537px;
	}

	.hero-secondary .hero-secondary-background-image {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		z-index: -3;
		display: block;
	}

	.hero-secondary .hero-secondary-inner .hero-secondary-text-wrapper {
		/*margin-top: 99px;*/
		/*width: 480px;*/
		/*min-height: 450px;*/
		padding: 99px 18px 38px 18px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: flex-start;
	}

	.hero-secondary .hero-secondary-inner .hero-secondary-text-wrapper a {
		padding-top: 90px;
		font-size: 18px;
		line-height: 28px;
		font-weight: 600;
		color: #fff;
		text-decoration: unset;
	}

	.hero-secondary .hero-secondary-inner .hero-secondary-text-wrapper a:hover {
		text-decoration: underline
	}

	.hero-secondary .hero-secondary-inner .hero-secondary-text-wrapper h1 {
		font-size: 60px;
		line-height: 65px;
		color: #fff;
		max-width: 50%;
		/*margin-top: 169px;*/
		margin-bottom: unset;
		font-weight: 600;
	}

	.hero-secondary .hero-secondary-inner .hero-secondary-background-green {
		background-color: #80C342;
		mix-blend-mode: multiply;
		height: 100%;
		width: 100vw;
		left: 0px;
		z-index: -1;
		top: 0px;
	}

	.hero-secondary .hero-secondary-inner .hero-secondary-background-white {
		background-color: #ffffff;
		mix-blend-mode: normal;
		height: 100%;
		width: 100vw;
		leftt: 0px;
		z-index: -2;
		opacity: 80%;
		top: 0px;
	}

	.cta-list {
		padding-bottom: 21px;
	}

	.cta-list .owl-stage-outer {
	    margin-top: -40px;
	}

	.cta-list-item .text-wrapper {
		color: #fff;
		padding-left: 47px;
		padding-top: 42px;
		padding-right: 39px;
		padding-bottom: 20px;
		margin-top: 40px;
	    min-height: 266px;
	}

	.cta-list-item .text-wrapper .background {
		background-color: #000;
		width: 100%;
		height: calc(100% + 40px);
		object-fit: cover;
		object-position: center;
		z-index: -1;
		display: block;
		top: -40px;
		left: 0px;
		mix-blend-mode: multiply;
	}

	.cta-list-item .text-wrapper .background.background-blue {
		background-color: #6BAED5;
	}

	.cta-list-item .text-wrapper .background.background-green {
		background-color: #57B6B2;
	}

	.cta-list-item .text-wrapper .background.background-red {
		background-color: #EA6852;
	}

	.cta-list-item .text-wrapper .background.background-white {
		background-color: #FFFFFF;
		opacity: 75%;
		z-index: -2;
		mix-blend-mode: normal;
	}

	.cta-list-item .text-wrapper .subtitle {
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 0.8px;
		text-transform: uppercase;
		margin-bottom: 10px;
	}

	.cta-list-item .text-wrapper h3 {
		font-size: 35px;
		font-weight: 400;
		position: relative;
	}

	.cta-list-item .text-wrapper h3:after {
	    content: '';
	    width: 72px;
	    border-bottom: 1px solid white;
	    position: absolute;
	    left: 0;
	    bottom: -15px;
	}

	.cta-list-item .text-wrapper .blurb {
		font-size: 20px;
		line-height: 24px;
		margin-top: 24px;
		margin-bottom: unset;
	}

	.cta-list-item img {
		width: 100%;
		height: 114px;
		object-fit: cover;
		object-position: center;
	}

	.cta-list-item .button-wrapper {
		margin-top: 23px;
	}

	.cta {
	    padding-top: 101px;
	    padding-bottom: 101px;
	    position: relative;
	    overflow: hidden;
	    color: #01426A;
	}

	.cta .video-container iframe {
	    height: 540px;
	}

	.cta-right.background-image.with-background {
		color: #fff;
	}

	.cta > img.background-image {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: -3;
		object-fit: cover;
	}

	.cta > img.background-image.with-background {
		opacity: .14;
	}

	.cta > .background {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: -3;
	}

	.cta > .background.transparent-blue {
		background-color: #01426A;
		mix-blend-mode: multiply;
	}

	.cta .text-wrapper h3 {
	    font-size: 16px;
	    font-weight: 600;
	    text-transform: uppercase;
	}

	.cta .text-wrapper h2 {
	    font-size: 45px;
	    font-weight: 700;
	    margin-bottom: 29px;
	}

	.cta .text-wrapper p {
	    font-size: 20px;
	    font-weight: 400;
	    line-height: 32px;
	    margin-bottom: 34px;
	}

	.cta .text-wrapper.no-title h3 {
	    text-transform: unset;
	    font-size: 18px;
	    line-height: 28px;
	    font-weight: 400;
	}

	.cta .text-wrapper.no-title h3 b {
	    font-size: 24px;
	    line-height: 28px;
	    font-weight: 600;
	    margin-bottom: 2px;
	}

	.cta .text-wrapper p b {
	    font-weight: 500;
	}

	.cta-left .row img:not(.image-grid-image),
	.cta-right .row img:not(.image-grid-image) {
	    width: 100%;
	    height: 540px;
	    object-fit: contain;
	    object-position: center;
	}

	.cta-left .text-wrapper {
	    padding-left: 113px;
	    padding-top: 88px;
	    padding-right: 45px;
	}

	.cta-right .text-wrapper {
		padding: 89px 110px 46px 75px;
		position: relative;
		overflow: hidden;
		color: #01426A;
	}

	.cta-right .text-wrapper .background {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: -1;
		background-color: #fff;
		opacity: .9;
		mix-blend-mode: multiply;
	}

	.cta-right.background-image.with-background .text-wrapper .background {
		/*display: none;*/
	}

	.cta-right.image-grid .text-wrapper {
	    color: #fff;
	}

	.cta-right.image-grid.background-image.with-background .text-wrapper .background {
	    display: none;
	}

	.cta-right .row.image-grid-background {
	    background: white;
	    height: 100%;
	}

	.cta.cta-right .text-wrapper p > a {
	    color: inherit;
	}

	.cta-textonly {}

	.cta-textonly .textonly-wrapper > p {
		max-width: 800px;
		font-size: 18px;
		line-height: 28px;
		color: #636363;
		margin-top: 1px;
		margin-bottom: 30px;
	}

	.cta.cta-textonly > img.background-image.with-background {
	    opacity: initial;
	}

	.cta-right.background-image.with-background.cta-textonly .text-wrapper .background {
	    display: block;
	    mix-blend-mode: unset;
	}

	section.cta-wide {
		padding-top: 49px;
		padding-bottom: 101px
	}

	.cta-wide .wide-text-wrapper {
		max-width: 800px;
	}

	.cta-wide .wide-text-wrapper > p {
		font-size: 18px;
		line-height: 28px;
		color: #636363;
		/*margin-top: 53px;*/
		margin-bottom: 45px;
	}

	.cta-wide img {
		width: 100%;
		height: 540px;
		object-fit: cover;
		object-position: center;
		margin-top: 51px;
		margin-bottom: 0px;
	}

	.cta-right.cta-background .text-wrapper {
	    padding-top: 108px;
	}


	.stats {
		color: #01426A;
		padding-top: 109px;
		padding-bottom: 117px;
	}

	.stats h2 {
		font-size: 45px;
		line-height: 55px;
		font-weight: 700;
		font-style: normal;
		color: inherit;
		margin-bottom: 94px;
	}

	.stats .stat-title {
		font-size: 75px;
		/*line-height: 28px;*/
		font-weight: 700;
		color: #008C44;
		/*margin-bottom: 53px;*/
	}

	.stats .stat-title.white {
		-webkit-text-fill-color: #fff;
		-webkit-text-stroke-width: 2px;
		-webkit-text-stroke-color: #008C44;
	}

	.stats .stat-subtitle {
		font-size: 20px;
		font-weight: 700;
		letter-spacing: 1;
		line-height: 28px;
		text-transform: uppercase;
	}

	.upcoming-events {
		padding-top: 145px;
		padding-bottom: 141px;
	}

	.upcoming-events p.simcal-align-right {
	    display: none;
	}

	.upcoming-events .simcal-calendar-list dl dt {
	    display: none;
	}

	.upcoming-events .simcal-calendar-list dl {
	    display: block;
	}

	.upcoming-events .simcal-calendar-list dl dd {list-style: none;}

	.upcoming-events ul.simcal-events {
	    list-style: none;
	    height: 100%;
	    padding-left: unset;
	}

	.upcoming-events .owl-item dd ul.simcal-events li .simcal-event-details .aw-event {
	    display: flex;
	    flex-direction: column;
	    padding-top: 114px;
	    position: relative;
	    background-color: #6BAED5;
	    mix-blend-mode: multiply;
	    height: 100%;
	    min-height: 430px;
	    color: #fff;
	    justify-content: flex-start;
	    padding-bottom: 41px;
	}

	.upcoming-events .owl-item:nth-of-type(2) dd ul.simcal-events li .simcal-event-details .aw-event {
		background-color: #57B6B2;
	}

	.upcoming-events .owl-item:nth-of-type(3) dd ul.simcal-events li .simcal-event-details .aw-event {
		background-color: #EA6852;
	}

	.upcoming-events ul.simcal-events li .simcal-event-details .aw-event::after {
	    display: block;
	    width: 100%;
	    height: 114px;
	    background-color: #D1D1D1;
	    content: '';
	    position: absolute;
	    top: 0;
	}
	ac
	.upcoming-events ul.simcal-events li {
	    /* height: 100%; */
	}

	.upcoming-events span.simcal-event-address.simcal-event-start-location {
	    margin-top: 74px;
	    display: block;
	    text-transform: uppercase;
	    font-weight: 500;
	    margin-bottom: 8px;
	}

	.upcoming-events .aw-event p>a {
	    display: none;
	}

	.upcoming-events ul.simcal-events li .simcal-event-details .aw-event > .date-wrapper {
	    display: flex;
	    flex-direction: column;
	    position: absolute;
	    top: 114px;
	    transform: translateY(-50%);
	    z-index: 1;
	    background-color: #01426A;
	    left: 41px;
	    padding: unset;
	    height: fit-content;
	    /* padding: 17px; */
	    align-items: center;
	    justify-content: center;
	    width: 70px;
	    height: 70px;
	    text-transform: uppercase;
	    padding-top: 6px;
	}

	.upcoming-events ul.simcal-events li .simcal-event-details .aw-event span.simcal-event-start.simcal-event-start-date[data-event-format="M"] {
	    font-size: 16px;
	    letter-spacing: .8px;
	    line-height: 1;
	    font-weight: 600;
	    font-style: normal;
	    margin-bottom: 1px;
	}

	.upcoming-events ul.simcal-events li .simcal-event-details .aw-event span.simcal-event-start.simcal-event-start-date[data-event-format="d"] {
	    font-size: 24px;
	    letter-spacing: 1.2px;
	    line-height: 1;
	    font-weight: 900;
	    font-style: normal;
	}

	.upcoming-events ul.simcal-events li .simcal-event-details .aw-event > * {
	    padding-left: 41px;
	    padding-right: 42px;
	}

	.upcoming-events ul.simcal-events li .simcal-event-details .aw-event span.simcal-event-title {
	    font-size: 35px;
	    letter-spacing: 0px;
	    line-height: 45px;
	    position: relative;
	    display: block;
	}

	.upcoming-events ul.simcal-events li .simcal-event-details .aw-event span.simcal-event-title:after {
	    content: '';
	    position: absolute;
	    left: 0;
	    width: 70px;
	    border-bottom: 1px solid white;
	    bottom: -11px;
	}

	.upcoming-events h2 {
	    font-size: 45px;
	    line-height: 55px;
	    color: #01426A;
	    font-weight: 700;
	    margin-bottom: 54px;
	}

	.upcoming-events span.simcal-event-start.simcal-event-start-time {
	    margin-top: 2px;
	    display: block;
	    font-size: 20px;
	}

	.upcoming-events ul.simcal-events > li {
	    height: 100%;
	}

	.upcoming-events .simcal-event-details {
	    height: 100%;
	}

	.upcoming-events .entry-content {
	    margin-bottom: 57px;
	}

	/*.upcoming-events .simcal-calendar-list .owl-nav,
	.upcoming-events .simcal-calendar-list .owl-dots{
	    display: none;
	}*/

	.quote {
		padding-top: 85px;
		padding-bottom: 80px;
	}

	.quote .text-wrapper {
	    height: 100%;
	    display: flex;
	    flex-direction: column;
	    justify-content: flex-start;
	    margin-top: 2px;
	}

	.quote .text-wrapper > p {
	    font-size: 32px;
	    line-height: 40px;
	    color: #58BDD5;
	    font-weight: 600;
	    margin-bottom: -7px;
	    margin-top: 33px;
	}

	.quote .text-wrapper > p.attribution {
	    color: #fff;
	    font-size: 20px;
	    line-height: 40px;
	    font-weight: 400;
	}

	.person-listing	{
		padding-top: 75px;
		padding-bottom: 50px;
	}

	.person-listing h2 {
		font-size: 45px;
		line-height: 55px;
		font-weight: 700;
		color: #01426A;
		margin-bottom: 41px;
		text-align: center;
	}

	.person-listing .person-wrapper {
		color: #01426A;
		margin-bottom: 91px;
	}

	.person-listing .person-wrapper img {
		width: 100%;
		height: auto;
		margin-bottom: 27px;
	}

	.person-listing	.person-wrapper h3 {
		font-size: 24px;
		line-height: 28px;
		font-weight: 600;
		margin-bottom: 2px;
	}

	.person-listing .person-wrapper p.job-category {
	    font-size: 16px;
	    font-weight: 600;
	    line-height: 20px;
	    margin-bottom: 10px;
	}

	.person-listing .person-wrapper p.subtitle {
	    font-size: 18px;
	    line-height: 28px;
	    margin-bottom: 28px;
	}

	.person-listing .person-wrapper a {
		color: #EA6852;
		font-size: 18px;
		line-height: 28px;
		font-weight: 700;
		text-decoration: none;
	}

	.person-listing .person-wrapper a:hover {
		text-decoration: underline;
	}


	.person-listing .modal-dialog {
	    max-width: 100vw;
	    min-height: 100vh;
	    margin-top: unset;
	}

	.person-listing .modal-content {
	    height: 100%;
	    min-height: 100vh;
	    border-radius: unset;
	}

	.person-listing .modal-header {
		border: unset;
		background-color: #D9CFB9;
	}

	.person-listing .modal-content {
		border: unset;
		background-color: #D9CFB9;
	}

	.person-listing .modal-content img {
		width: 100%;
		height: auto;
	}

	.person-list	{
		padding-top: 77px;
		padding-bottom: 95px;
		color: #01426A;
	}

	.person-list h2 {
		font-size: 45px;
		line-height: 55px;
		font-weight: 700;
		color: #01426A;
		margin-bottom: 66px;
	}

	.person-list .person-wrapper {
		margin-bottom: 28px;
	}

	.person-list .person-wrapper h3,
	.person-list .person-wrapper p {
		font-size: 18px;
	    line-height: 28px;
	    margin-bottom: unset;
	    font-weight: 400;
	}

	.person-list .person-wrapper p a {
		color: #01426A;
		text-decoration: underline;
	}

	.person-list .person-wrapper p a:hover {
		text-decoration: none;
	}

	.contact-info {
		padding-top: 101px;
		padding-bottom: 101px;
	}

	.contact-info .image-wrapper {
		background-color: white;
		height: 100%;
		width: 100%;
		min-height: 540px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 15px;
	}

	.contact-info .text-wrapper {
		padding-top: 87px;
		padding-left: 80px;
	}

	.contact-info .text-wrapper h2 {
		font-size: 24px;
		line-height: 28px;
		font-weight: 600;
		margin-bottom: 2px;
	}

	.contact-info .text-wrapper h3,
	.contact-info .text-wrapper p {
		font-size: 18px;
		line-height: 28px;
		font-weight: 400;
	}

	.contact-info .text-wrapper p {
	    margin-bottom: 0px;
	    margin-top: 28px;
	}

	.contact-info .text-wrapper p span {
		font-weight: 500;
	}

	.contact-info.contact-alt .image-wrapper img {
		width: 100%;
		height: auto;
		object-fit: cover;
		object-position: center;
		min-height: 614px;
	}

	.contact-info.contact-alt .text-wrapper h3 {
		text-transform: uppercase;
		font-size: 16px;
		letter-spacing: 0.8px;
		/*line-height: 55px;*/
		font-weight: 600;
		margin-bottom: 4px;
	}

	.contact-info.contact-alt .text-wrapper h2 {
		font-size: 45px;
		letter-spacing: 0;
		line-height: 55px;
		font-weight: 700;
		margin-bottom: 29px;
	}

	.statement-text {
	    padding-top: 77px;
	    padding-bottom: 67px;
	}

	.statement-text .wide-text-wrapper {
	    max-width: 800px;
	}

	.statement-text .wide-text-wrapper h2 {
	    font-size: 35px;
	    line-height: 45px;
	    color: #636363;
	    margin-bottom: 15px;
	}

	.statement-text .wide-text-wrapper h2 .bold {
	    font-weight: 600;
	}

	.statement-text .wide-text-wrapper h3 {
        font-size: 45px;
        font-weight: 700;
        margin-bottom: 30px;
        color: #01426A;
	}

	.statement-text .wide-text-wrapper p {
	    font-size: 18px;
	    line-height: 28px;
	    color: #636363;
	}

	.statement-text .text-wrapper a.rounded-pill {
	    margin-top: 13px;
	}

	.statement-text .image-wrapper {
	    margin-top: 51px;
	}

	.statement-text .wide-text-wrapper div.d-flex {
	    /*column-gap: 15px;*/
	}

	.statement-text .wide-text-wrapper div.d-flex a.button-white {
	    padding-left: 32px;
	    padding-right: 32px;
	    margin-right: 15px;
	}

	.quote img {
	    max-width: 100%;
	    height: auto;
	    object-fit: cover;
	    object-position: center;
	    height: 306px;
	    width: 306px;
	}

	.quote .text-wrapper > p {
	    font-size: 32px;
	    line-height: 40px;
	}


	/*.statement-text .wide-text-wrapper h2 {
	    font-size: 24px;
	    line-height: 32px;
	}*/

	.cta-center .wide-text-wrapper {
	    max-width: 800px;
	    text-align: center;
	}

	.main-image-with-text .wide-text-wrapper {
	    max-width: 800px;
	    margin-top: 97px;
	}

	.main-image-with-text .wide-text-wrapper p {
	    font-size: 18px;
	    line-height: 28px;
	    color: #636363;
	}

	.main-image-with-text .wide-text-wrapper p .bold {
	    font-weight: 700;
	}

	.main-image-with-text .wide-text-wrapper h2 {
	    font-size: 24px;
	    line-height: 28px;
	    color: #008C44;
	    font-weight: 700;
	    margin-bottom: 2px;
	}

	.button-section {
	    padding-top: 85px;
	    padding-bottom: 76px;
	}

	.award {
	    padding-top: 21px;
	    padding-bottom: 42px;
	}

	.award .award-left img {
	    margin-bottom: 58px;
	    width: 100%;
	    height: 400px;
	    object-fit: cover;
	    object-position: center;
	}

	.award h3,
	.award p strong {
	    font-size: 24px;
	    line-height: 28px;
	    font-weight: 700;
	    color: #008C44;
	    margin-bottom: 17px;
	}

	.award p {
	    font-size: 18px;
	    line-height: 28px;
	    color: #636363;
	    /* margin-bottom: 87px; */
	}

	.award video {
	    width: 100%;
	    height: 400px;
	    margin-top: 71px;
	    margin-bottom: 29px;
	}

	.award .award-wrapper {
	    padding-bottom: 79px;
	    border-bottom: 1px solid #636363;
	    padding-top: 64px;
	}

	.award .award-row:last-of-type .award-wrapper {
	    border-bottom: none;
	}

	.award .resources h4 {
	    font-size: 16px;
	    line-height: 28px;
	    color: #EA6852;
	    text-transform: uppercase;
	    font-weight: 700;
	    margin-bottom: 16px;
	}

	.award .resources {
	    display: flex;
	    flex-direction: column;
	    justify-content: flex-start;
	    align-content: flex-start;
	}

	.award .resources a {
	    text-decoration: unset;
	    border-bottom: 1px solid #636363;
	    color: #636363;
	    font-size: 18px;
	    line-height: 28px;
	    font-weight: 700;
	    margin-top: 29px;
	    padding-bottom: 25px;
	}

	.cta a.button-white {
	    /*min-width: 320px;*/
	    margin-bottom: 32px;
	}


	.accordion-sec button img {
	    display: block;
	}

	.accordion-sec button.accordion-button {
	    display: flex;
	    flex-direction: column;
	    justify-content: flex-start;
	    align-items: flex-start;
	    /* border: unset; */
	}

	.accordion-sec .accordion-item {
	    border: unset;
	    background-color: transparent;
	}

	.accordion-sec button span {
	    color: #636363;
	    font-size: 24px;
	    line-height: 28px;
	    font-weight: 700;
	    margin-top: 10px;
        max-width: 80%;
	}

	.accordion-sec button.accordion-button {
	    border-bottom: 1px solid #707070;
	    padding-left: unset;
	    padding-right: unset;
	    background-color: unset;
	    padding-top: 30px;
	    padding-bottom: 30px;
	}

	.accordion-sec .accordion-button::after {
	    background-size: 4em;
        width: 4em;
        height: 4em;
	    position: absolute;
	    right: 0;
	    /*color: #636363;*/
	    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23636363'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	}

	.accordion-sec h3 {
	    font-size: 45px;
	    line-height: 55px;
	    color: #01426A;
	    font-weight: 700;
	    margin-bottom: 68px;
	}

	.accordion-sec .accordion-wrapper {
	    max-width: 800px;
	    margin-left: auto;
	    margin-right: auto;
	}

	section.accordion-sec {
	    padding-top: 106px;
	    padding-bottom: 128px;
	}

	.accordion-sec p {
	    color: #636363;
	    font-size: 18px;
	    line-height: 28px;
	    margin-bottom: 72px;
	}

	.accordion-sec .accordion-wrapper-actual {
	    border-top: 1px solid #707070;
	}

	.accordion-sec button.accordion-button[aria-expanded="true"] {
	    border-bottom: none;
	    box-shadow: unset;
	}

	.accordion-sec .accordion-body {
	    padding-left: unset;
	    padding-right: unset;
	    padding-top: unset;
	}

	.accordion-sec .tab-subcontent h4,
	.accordion-sec .tab-subcontent strong {
	    font-size: 18px;
	    letter-spacing: 1.8px;
	    line-height: 18px;
	    font-weight: 900;
	    color: #01426A;
	    text-transform: uppercase;
	    margin-bottom: 6px;
	}

	.accordion-sec .tab-subcontent p {
	    margin-bottom: 33px;
	}

	.accordion-sec .tab-subcontent p span.bold {
	    font-weight: 700;
	}

	.jumplinks {
		padding-top: 18px;
		padding-bottom: 84px;
	}

	.jumplinks .owl-item .jumplinks-item > a {
	    display: flex;
	    flex-direction: column;
	    /*padding-top: 114px;*/
	    position: relative;
	    /*background-color: #6BAED5;*/
	    /*mix-blend-mode: multiply;*/
	    height: 100%;
	    min-height: 430px;
	    color: #fff;
	    width: 100%;
	    height: 100%;
	    /*justify-content: center;*/
	    /*padding-bottom: 41px;*/
	}

	.jumplinks-item {
		height: 100%;
	}

	.jumplinks img {
	    width: 100%;
	    height: 114px;
	    object-fit: cover;
	    object-position: center;
	}


	.jumplinks .number-wrapper {
	    display: flex;
	    flex-direction: column;
	    position: absolute;
	    top: 114px;
	    transform: translateY(-50%);
	    z-index: 1;
	    background-color: #01426A;
	    left: 41px;
	    padding: unset;
	    height: fit-content;
	    /* padding: 17px; */
	    align-items: center;
	    justify-content: center;
	    width: 70px;
	    height: 70px;
	    text-transform: uppercase;
	    padding-top: 6px;
	}

	.jumplinks .number-wrapper .number {
	    font-size: 24px;
	    letter-spacing: 1.2px;
	    line-height: 1;
	    font-weight: 900;
	    font-style: normal;
	}

	.jumplinks .jumplinks-item div {
	    /* padding-left: 41px; */
	    /* padding-right: 42px; */
	}

	.jumplinks .jumplinks-item h3 {
	    font-size: 35px;
	    letter-spacing: 0px;
	    line-height: 45px;
	    position: relative;
	}

	.jumplinks .jumplinks-item h3:after {
	    content: '';
	    position: absolute;
	    left: 0;
	    width: 70px;
	    border-bottom: 1px solid white;
	    bottom: -8px;
	}

	.jumplinks h2 {
	    font-size: 45px;
	    line-height: 55px;
	    color: #01426A;
	    font-weight: 700;
	    margin-bottom: 54px;
	}

	.jumplinks .jumplinks-item p {
	    margin-top: 14px;
	    display: block;
	    font-size: 20px;
	    text-transform: uppercase;
	}

	.jumplinks .background-jump-lightgreen {
		mix-blend-mode: multiply;
		background-color: #80C342;
	}
	.jumplinks .background-jump-darkgreen {
		mix-blend-mode: multiply;
		background-color: #008C44;
	}
	.jumplinks .background-jump-lightblue {
		mix-blend-mode: multiply;
		background-color: #57B6B2;
	}
	.jumplinks .background-jump-red {
		mix-blend-mode: multiply;
		background-color: #EA6852;
	}
	.jumplinks .background-jump-blue {
		mix-blend-mode: multiply;
		background-color: #6BAED5;
	}
	.jumplinks .background-jump-gray {
		mix-blend-mode: multiply;
		background-color: #636363;
	}

	.jumplinks .jumplinks-item div:not(.number-wrapper) {
	    flex-grow: 1;
	    padding-top: 71px;
	    padding-left: 41px;
	    padding-right: 42px;
	}

	.jumplinks .jumplinks-item a {
	    text-decoration: none;
	}

	.jumplinks .jumplinks-item a:hover {
	    text-decoration: underline;
	}

	.jumplinks .wide-text-wrapper {
	    max-width: 800px;
        margin-bottom: 69px;
	}

	.jumplinks .wide-text-wrapper h2 {
	    font-size: 35px;
	    line-height: 45px;
	    color: #636363;
	    margin-bottom: 15px;
	    font-weight: 500;
	}

	.jumplinks .wide-text-wrapper p {
	    font-size: 18px;
	    line-height: 28px;
	    color: #636363;
	}

	.news-releases h3 {
	    font-size: 24px;
	    line-height: 28px;
	    color: #008C44;
	    font-weight: 700;
	    margin-bottom: 2px;
	}

	.news-releases p.subtitle {
	    font-size: 18px;
	    line-height: 28px;
	    color: #636363;
	        margin-bottom: 28px;
	}

	.news-releases a.readmore {
	    font-size: 18px;
	    line-height: 28px;
	    color: #EA6852;
	    text-decoration: unset;
	    font-weight: 700;
	    margin-top: auto;
	}

	.news-releases a.readmore:hover {
		text-decoration: underline;
	}

	.news-releases h2 {
	    color: #01426A;
	    font-size: 45px;
	    line-height: 55px;
	    font-weight: 700;
        margin-bottom: 50px;
	}

	.news-releases {
	    padding-top: 98px;
	    padding-bottom: 44px;
	}

	.news-releases .button-white {
	    margin-top: 71px;
	}

	.news-releases .text-wrapper.position-relative {
	    display: flex;
	    flex-direction: column;
	    height: 100%;
	}

	.news-releases .person-listing {
	    padding: unset;
	}

	.class-roster .class-image {
	    position: relative;
	    margin-bottom: 25px;
	}

	.class-roster .roster-modal-image-wrapper {
	    position: relative;
	}

	.class-roster .roster-modal-image-wrapper .class-image {
	    /*position: absolute;*/
	    z-index: 10;
	}

	.class-roster .underlay-1 {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background-color: #F4F1EA;
	    z-index: -10;
	}

	.person-listing.class-roster .person-wrapper img {
	    margin-bottom: unset;
	}

	.person-listing.class-roster .person-wrapper h3 {
	    font-size: 18px;
	    line-height: 28px;
	    font-weight: 700;
	    margin-bottom: 0px;
	}

	.class-roster .class-number {
	    position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        /* font-family: freight-text-pro, serif; */
        font-weight: 600;
        font-style: normal;
        font-size: 170px;
        color: rgb(255, 206, 1);
        z-index: -2;
        font-family: 'Helvetica';
	}

	.person-listing.class-roster .person-wrapper {
	    margin-bottom: 56px;
	}

	.roster-key span {
	    font-weight: 800;
	}

	.class-roster p.roster-key {
	    font-size: 18px;
	    margin-bottom: 42px;
	}

	.class-roster p.roster-links-label {
	    font-size: 18px;
	    font-weight: 800;
	    text-transform: uppercase;
	    margin-bottom: 2px;
	}

	.class-roster .class-roster-links-wrapper {
	    display: flex;
	    width: 100%;
	    column-gap: 17px;
	    flex-wrap: wrap;
        margin-bottom: 3rem;
	}

	.class-roster .class-roster-links-wrapper a {
	    color: #636363;
	    font-size: 18px;
	    font-weight: 400;
	    text-decoration: unset;
	}

	.class-roster .class-roster-links-wrapper a:hover {
	    text-decoration: underline;
	}


	.icon-section .icon-section-content-wrapper {
	    max-width: 800px;
	    display: flex;
	    flex-direction: row;
	    justify-content: center;
	    margin-left: auto;
	    margin-right: auto;
	}

	.icon-section .icon-section-item {
	    width: 33%;
	}

	.icon-section .icon-wrapper {
	    display: flex;
	    flex-direction: column;
	    /* justify-content: center; */
	    align-items: center;
	    height: 100%;
	}

	.icon-section .icon-wrapper img {
	    height: 100%;
	    /* width: auto; */
	    /* flex-grow: 1; */
	    height: 95px;
	    object-fit: none;
	    width: 95px;
	    margin-bottom: 31px;
	}

	.icon-section .icon-wrapper h3 {
	    font-size: 20px;
	    line-height: 28px;
	    text-transform: uppercase;
	    font-weight: 700;
	    margin-bottom: 27px;
	}

	.icon-section .icon-wrapper p.subtitle {
	    font-size: 18px;
        text-align: center;
	}

	.icon-section h2 {
	    font-size: 45px;
	    line-height: 55px;
	    font-weight: 800;
	    margin-bottom: 47px;
	}

	.icon-section .image-wrapper {
	    margin-bottom: 124px;
	}

	section.icon-section {
	    padding-bottom: 111px;
	    padding-top: 112px;
	    color: #01426A;
	}

	.person-listing.planned-testimonials .person-wrapper h3 {
	    margin-bottom: 30px;
	}

	.jumplinks.jump-grid .jumplinks-item div:not(.number-wrapper) {
	    display: flex;
	    flex-direction: column;
	}

	.jumplinks.jump-grid .jumplinks-item h3 {
	    flex-grow: 1;
	}

	.jumplinks.jump-grid .jumplinks-item {
	    padding-bottom: 33px;
	}

	.award.releases-list .award-wrapper {
	    max-width: 800px;
	    margin-left: auto;
	    margin-right: auto;
	    padding-top: 25px;
	    padding-bottom: 28px;
	}

	.releases-list a:not(.button-white) {
	    font-size: 18px;
	    line-height: 28px;
	    color: #EA6852;
	    text-decoration: unset;
	    font-weight: 700;
	    margin-top: auto;
	}

	.award.releases-list h3 {
	    margin-bottom: 2px;
	}

	.award.releases-list p.date {
	    margin-bottom: 28px;
	}

	.award.releases-list p {
	    margin-bottom: 28px;
	}

	.award.releases-list {
	    padding-top: 58px;
	    padding-bottom: 90px;
	}

	.releases-list .award-inner>.container>div:nth-last-child(1) .award-wrapper {
	    border-bottom: none;
	}

	.releases-list .col.d-flex.flex-horizontal.justify-content-center.align-items-center {
	    margin-top: 46px;
	}

	.publications .publications-upper-background {
	    width: 373px;
	    height: 373px;
	    background-color: #F4F1EA;
	    max-width: 100vw;
	    width: 100%;
	}

	.publications-upper.position-relative {
	    width: 100%;
	}

	.publications .publications-upper img {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    max-width: 100%;
	}

	.publications .publications-lower h3 {
	    font-size: 24px;
	    line-height: 28px;
	    color: #008C44;
	    font-weight: 700;
	    margin-bottom: 10px;
	}

	.publications .publications-lower a {
	    text-decoration: none;
	    color: #01426A;
	    font-size: 18px;
	    line-height: 28px;
	}

	section.publications {
	    padding-top: 74px;
	    padding-bottom: 144px;
	}

	.publications .publications-lower {
	    margin-top: 27px;
        width: 100%;
	}

	.publications .publications-lower p {
	    margin-bottom: 28px;
        line-height: 3.5rem;
	}

	.videos h3 {
	    font-size: 24px;
	    line-height: 28px;
	    color: #008C44;
	    font-weight: 800;
	    margin-bottom: 34px;
	}

	.videos h4 {
	    font-size: 16px;
	    line-height: 28px;
	    color: #636363;
	    font-weight: 400;
	    margin-bottom: 41px;
	}

	.video-container iframe {
	    width: 100%;
	    height: 211px;
	}

	.award .video-container iframe {
	    width: 736px;
	    max-width: 	100%;
	    height: 400px;
	}

	.video-container {
	    margin-bottom: -5px;
	}


	section.videos {
	    padding: unset;
	    padding-top: 46px;
	}

	section.divider {
	    padding: unset;
	}

	.divider hr {
	    margin: unset;
	    background-color: #636363;
	    opacity: 0.5;
	    height: 2px;
	}

	a.nav-link.dropdown-toggle:hover+ul.dropdown-menu,
	a.nav-link.dropdown-toggle:focus+ul.dropdown-menu,
	ul.dropdown-menu:hover,
	ul.dropdown-menu:focus {
	    display: block;
	}

	/*calendar*/
	.simcal-calendar-grid .simcal-today span.simcal-day-label.simcal-day-number {background-color: #6BAED5!important;}

	.simcal-calendar-grid .simcal-today div {
	    border-color: #6BAED5!important;
	}

	.simcal-calendar-grid .simcal-day-has-events span.simcal-day-label.simcal-day-number {
	    background-color: #01426A!important;
	}

	.simcal-calendar a.post-edit-link {
	    display: none;
	}

	.simcal-default-calendar-list ul.simcal-events li.simcal-event:not(:first-child) {
	    display: none;
	}

	.jumplinks .jumplinks-item.link_disabled{
	    pointer-events: none;
	}
	.jumplinks .jumplinks-item.link_disabled h3:after, .cta-list-item .text-wrapper h3.underline_disabled:after, .cta-highlights.jumplinks .jumplinks-item h3:after{
	    content: none;
	}

/* Events Listing */
.filter-label {
	text-transform: uppercase;
	color: #01426A;
    font-weight: 600;
	padding-right: .5rem;
}
/* Event Listing - Custom Arrow */
/* The container must be positioned relative: */
.custom-select {
    position: relative;
    display: inline-block;
    width: 150px;
}
.custom-select select {
	display: none; /*hide original SELECT element: */
}
.select-selected {
	background-color: #ffffff;
}
/* Style the arrow inside the select element: */
.select-selected:after {
	position: absolute;
	content: "";
	top: 16px;
	right: 10px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #636363 transparent transparent transparent;
}
/* Point the arrow upwards when the select box is open (active): */
  .select-selected.select-arrow-active:after {
	border-color: transparent transparent #636363 transparent;
	top: 10px;
}
/* style the items (options), including the selected item: */
  .select-items div,.select-selected {
	color: #636363;
	padding: 8px 16px;
	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
	cursor: pointer;
}
/* Style items (options): */
  .select-items {
	position: absolute;
	background-color: #ffffff;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	border: 1px solid #636363;
}
/* Hide the items when the select box is closed: */
  .select-hide {
	display: none;
}
.select-items div:hover, .same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
} 
.loader-wrap {
	position: absolute;
    z-index: 100;
	opacity: .75;
	background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: flex-start;
	width: 100%;
	height: 100%
}
.loader-wrap img {
	opacity: .5;
}

/* Events Listing - Grid */
@media (min-width: 768px) {
	.events-list-wrap {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-auto-rows: minmax(100px, auto);
		gap: 33px;
		row-gap: 60px;
	}
}
@media (max-width: 767px) {
	.events-list-wrap {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-auto-rows: minmax(100px, auto);
		gap: 33px;
		row-gap: 60px;
		padding: 3px;
	}
}
@media (min-width: 1200px) {
	.events-list-wrap {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-auto-rows: minmax(100px, auto);
		gap: 33px;
		row-gap: 60px;
	}
}

/* Event Listing - Thumbnail and Date */
.event-thumbnail {
    position: relative;
	width: 100% !important;
    height: 230px !important;
}
.event-thumbnail i {
	width: 100% !important;
    height: 230px !important;
    background-color: #636363;
}
.event-thumbnail  img {
	width: 100% !important;
	height: 230px !important;
	object-fit: cover;
}
.event-icon {
	color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 100px;
}
.event-date {
	position: absolute;
	text-align: center;
	bottom: -35px;
    left: 40px;
	text-transform: uppercase;
	color: white;
	background-color: #01426A;
	width: 70px;
	height: 70px;	
    padding: 16px 20px 20px 20px;
    line-height: 1.3rem;
}
.event-month {
	font-weight: 600;
}
.event-day {
	font-weight: 800;
	letter-spacing: 1px;
    font-size: 1.4rem;
}

/* Event Listing - Title and Excerpt */
.event-description {
	padding-left: 40px;
	padding-top: 63px;
	padding-right: 20px;
}
.event-title {
	font-weight: 600;
	height: 2.4em;
	color: #01426A;
	font-size: 1.5rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	 /* to specify the number of lines you want the text to run through... */
	 -webkit-line-clamp: 2;
	 line-clamp: 2;
	 text-overflow: ellipsis;
	 /* hide the overflowing text, i.e, texts that did not fit in to the box */
	 overflow: hidden;
}
.event-title a {
	color: #01426A;
	text-decoration: none;
}
.event-excerpt {
	color: #01426A;
    font-weight: 100;
}
.event-excerpt p {
	height: 120px;
	font-weight: 300;
	font-size: 1.25rem;
	margin-top: 14px;
	margin-bottom: 25px;
	display: -webkit-box;
   -webkit-box-orient: vertical;
	/* to specify the number of lines you want the text to run through... */
	-webkit-line-clamp: 4;
	line-clamp: 4;
	text-overflow: ellipsis;
	/* hide the overflowing text, i.e, texts that did not fit in to the box */
	overflow: hidden;
}
.event-learn-more a {
	color: #EA6852;
	text-decoration: none;
	font-weight: 700;
	font-size: 1.1rem;
}
.event-learn-more a:hover {
	color: #EA6852;
	text-decoration: underline;
}

/* Single Event */
.tribe-events-sidebar {
	width: 415px !important;
	padding: 60px 36px 60px 36px;
	display: inline;
	background-color: #F3F0E9;
	flex-shrink: 0;
    height: min-content;
}
.tribe-events-sidebar hr {
	opacity: 1;
	margin: 28px 0 28px 0;
	height: .9px;
}
.tribe-events-single-event-title {
	font-weight: 700 !important;
}
@media (max-width: 1199px) {
	.tribe-events-sidebar {
		width: 100% !important;
	}	
}
.tribe-events-date, .tribe-events-venue {
	font-weight: 700;
}
.tribe-events-single-event .event-detail-image {
    display: inline-block;
    word-wrap: break-word;
}
.tribe-events-single-event .event-detail-image img {
	width:670px;
	height:413px;
	object-fit: cover;
}
@media (max-width: 1199px) {
	.tribe-events-single-event .event-detail-image {
		width: 100%;
	}
	.tribe-events-single-event .event-detail-image img {
		width: 100% !important;
	}
}
.tribe-events-icalendar {
	position: relative;
}
.tribe-events-icalendar button {
	border: none;
	background-color: transparent;
	color: #636363;
}
.tribe-events-icalendar .tribe-events-c-subscribe-dropdown__export-icon {
	display: none;
}
.tribe-events-icalendar .tribe-events-c-subscribe-dropdown__content {
	position: absolute;
	background-color: #F3F0E9;
	border: 1px solid grey;
	box-shadow: 4px 3px 8px 1px #969696;
  	-webkit-box-shadow: 4px 3px 8px 1px #969696;
	z-index: 100;
	padding: 0;
	left: 0;
}
.tribe-events-c-subscribe-dropdown__list {
	margin-bottom: 20px !important;
	padding: 0 !important;
}
.tribe-events-c-subscribe-dropdown__list-item {
	padding: 2px !important;
}
.tribe-events-icalendar .tribe-events-c-subscribe-dropdown {
	margin: 0;
}
.tribe-events-icalendar .tribe-common-c-btn-border {
	padding: 0;
}
.container-inline-padding {
	padding: 0 !important;
}
.tribe-events-purchase a {
	color: #EA6852;
	text-decoration: none;
	font-weight: 700;
}
.tribe-events-purchase a:hover {
	color: #EA6852;
	text-decoration: underline;
}
.tribe-events-download a {
	color: #636363;
	text-decoration: none;
	font-weight: 700;
}
.tribe-events-download a:hover {
	color: #636363;
	text-decoration: underline;
}
.tribe-events-c-subscribe-dropdown__button {
    width: min-content !important;
    white-space: nowrap;
}
.tribe-events-c-subscribe-dropdown__list-item a {
	color: #636363;
	text-decoration: none;
	font-weight: 600;
}
.tribe-events-c-subscribe-dropdown__list-item a:hover {
	color: #636363;
	text-decoration: underline;
}
div.um {
	margin-left: 0 !important;
}