@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
u {
	border: 0!important;
}
/*Header CSS*/
.top_link {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
	padding: 12px 70px;
}
.top_link a {
	position: relative;
	display: inline-block;
	float: right;
	text-transform: uppercase;
	color: #1F4053;
	text-decoration: none;
	font-family: "Lato", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1px;
	border: 0;
}
.top_link a:before {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 24px;
	right: 0;
	width: 80%;
	height: 1px;
	background: #1F4053;
	transition: 0.3s;
}
.top_link a:hover:before {
	background: #C4122F;
}
.top_link a:hover {
	color: #C4122F;
}
.top_link a i.hover_hidden {
	margin-left: 5px;
	opacity: 1;
}
.top_link a:hover i.hover_hidden{
	opacity: 0;
	transition: 0.3s;
}
.top_link a i.hover_show {
	margin-right: 5px;
	opacity: 0;
}
.top_link a:hover i.hover_show {
	opacity: 1;
	transition: 0.3s;
}
header {
	position: fixed;
	top: 47px;
	left: 0;
	right: 0;
	padding: 16px 70px;
	background: linear-gradient(90deg, rgba(188,76,94,1) 60%, rgba(121,89,156,1) 85%, rgba(121,89,156,1) 100%);
	z-index: 999;
	transition: 0.5s;
}
.secondary-navigation.menu-wrapper {
	display: none!important;
	position: fixed;
	top: 120px;
	left: 0;
	right: 0;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	z-index: 999;
	background: #f7f7f7;
	grid-template-columns: calc(100% - 5rem) 5rem;
}
.secondary-navigation.menu-wrapper a {
	position: relative;
	color: #1F4053!important;
	display: inline-block;
}
.secondary-navigation.menu-wrapper ul.menu {
	margin-left: 20px!important;
}
.swiper-wrapper li.active-parent a span {
	position: relative;
}
.swiper-wrapper li.active-parent a span:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 2px;
	background-color: #1F4053;
}
header .container {
	display: flex;
	justify-content: space-between;
}
header .nav_button {
	 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	 -webkit-tap-highlight-color: transparent;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 flex-direction: column;
	 cursor: pointer;
	 width: 70px;
	 height: 60px;
	 border-radius: 20px;
	 box-shadow: -7px -7px 20px 0px #fff 9, -4px -4px 5px 0px #fff 9, 7px 7px 20px 0px #000 2, 4px 4px 5px 0px #000 1, inset 0px 0px 0px 0px #fff 9, inset 0px 0px 0px 0px #000 1, inset 0px 0px 0px 0px #fff 9, inset 0px 0px 0px 0px #000 1;
	 transition: box-shadow 0.6s cubic-bezier(0.79, 0.21, 0.06, 0.81);
	 border: 1px solid #fff;
	 background: rgba(255,255,255,0.2);
}
header .nav_button span {
	 background-color: #fff;
	 box-shadow: 0px 0px 10px 0px rgba(240, 128, 128, 0.3);
	 width: 35px;
	 height: 2px;
	 border-radius: 4px;
	 margin: 3px 0px 3px 0px;
	 transition: margin 0.4s cubic-bezier(0.79, 0.21, 0.06, 0.81), transform 0.4s cubic-bezier(0.79, 0.21, 0.06, 0.81);
}
 .nav_button span:nth-child(2) {
	 transform-origin: 50% 50%;
}
 .active .nav_button {
	 box-shadow: 0px 0px 0px 0px #fff 9, 0px 0px 0px 0px #fff 9, 0px 0px 0px 0px #000 1, 0px 0px 0px 0px #000 1, inset -7px -7px 20px 0px #fff 9, inset -4px -4px 5px 0px #fff 9, inset 7px 7px 20px 0px #000 3, inset 4px 4px 5px 0px #000 1;
}
 .active .nav_button span {
	 margin: -1px;
}
 .active .nav_button span:nth-child(1) {
	 transform: rotate(-45deg);
}
 .active .nav_button span:nth-child(2) {
	 transform: scale(0);
}
.active .nav_button span:nth-child(3) {
	 transform: scale(0);
}
 .active .nav_button span:nth-child(4) {
	 transform: rotate(45deg);
}
header .left_side {
	display: flex;
	align-items: center;
	gap: 20px;
}
header .left_side a {
	border: 0;
}
header .left_side svg {
	width: 100%;
	fill: #fff;
}
header .left_side p {
	color: #fff;
	font-family: "Roboto Slab", serif;
	font-size: 14px;
	margin-bottom: 10px;
}
header .right_side_nav > ul {
	display: none;
    position: absolute;
    top: 100%;
    right: 30px;
    background: #fff;
    padding: 0 30px;
    margin-top: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
    -webkit-box-shadow: -3px 3px 10px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: -3px 3px 10px 0px rgba(0, 0, 0, 0.45);
    box-shadow: -3px 3px 10px 0px rgba(0, 0, 0, 0.45);
    border-radius: 10px;
}
header .right_side_nav ul > li {
	position: relative;
	display: block;
	margin: 32px 0;
	width: 300px;
}
header .right_side_nav ul > li:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 96%;
	height: 2px;
	background: #1F4053;
}
header .right_side_nav ul > li a {
	position: relative;
	font-family: "Lato", sans-serif;
	text-decoration: none;	
	color: #1F4053;
	border: 0;
	font-size: 18px;
	height: 35px;
	overflow: hidden;
}
header .right_side_nav ul > li span {
	position: relative;
	cursor: pointer;
	float: right;
	padding: 0 10px;
	transform: rotate(0deg);
}
header .right_side_nav ul > li i.rotateIcon,
header .right_side_nav ul > li .subMenu .secondMenu a i.rotateIcon {
	transform: rotate(90deg);
	top: 0;
	transition: 0.3s;
}
header .right_side_nav ul.visible {
    display: block;
    opacity: 1;
}
header .right_side_nav ul.visible li.menu:first-child ul.show {
	overflow-y: scroll; 
	overflow-x: hidden; 
}
header .right_side_nav ul.visible li.menu:nth-last-child(2) ul.show {
	overflow-y: scroll; 
	overflow-x: hidden; 
}
header .right_side_nav ul form {
	position: relative;
	margin-bottom: 30px;
}
header .right_side_nav ul form input {
	border-radius: 20px;
	border: 1px solid #1F4053;
	padding: 12px 12px 12px 40px;
	font-family: "Lato", sans-serif;
	width: 100%;
}
header .right_side_nav ul form button {
	position: absolute;
	top: 0;
	left: 5px;
	bottom: 0;
	background: transparent;
	border: 0;
	font-size: 18px;
}
header .right_side_nav ul form input::placeholder {
	font-size: 16px;
	color: #1F4053;
}
header .right_side_nav ul.subMenu,
header .right_side_nav ul.secondSubMenu {
	display: none;
    max-height: 320px!important;
	padding-left: 0;
	margin: 10px 0;
    transition: max-height 0.5s ease-out;
}
header .right_side_nav ul.secondSubMenu {
	border-radius: 10px;
	background: rgba(121, 89, 156, 0.20);
	width: 250px;
    overflow: hidden!important;
}
ul.subMenu.show,
header .right_side_nav ul.secondSubMenu.show {
    display: block!important;
    max-height: 400px;
}
header .right_side_nav ul.secondSubMenu li a {
	font-family: 'Lato', sans-serif!important;
	font-size: 16px!important;
	font-weight: 400!important;
}
header .right_side_nav ul.subMenu li a:before {
	content: none;
}
header .right_side_nav ul.subMenu li {
	margin: 5px;
}
header .right_side_nav ul.subMenu li.secondMenu > a {
	font-weight: bold;
}
header .right_side_nav ul.subMenu li.secondMenu span {
	float: none;
}
header .right_side_nav ul.subMenu li::before {
	content: none;
}
.removeBorderBefore::before {
	content: none!important;
}
header .right_side_nav ul.subMenu li a {
	position: relative;
	display: inline;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	border: 0;
	font-size: 16px;
}

header .right_side_nav ul.subMenu li a:before {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	width: 0;
	height: 2px;
	background: #1F4053;
	transition: 0.3s;
}
header .right_side_nav ul.subMenu li a:hover:before {
	width: 100%;
}
/*End Header CSS*/

/*Media Queries*/
@media only screen and (max-width: 767px) {
	body.cr-gallery header .left_side p {
        position: fixed;
        top: 130px;
        left: 0;
        right: 0;
        color: #000;
        text-align: center;
        max-width: 100%;
        margin: 0 auto;
        line-height: 20px;
		background-color: #fff;
		padding: 5px 40px;
	}
	header .left_side p {
		position: fixed;
        top: 138px;
        left: 0;
        right: 0;
        color: #000;
        text-align: center;
        max-width: 100%;
        margin: 0 auto;
        line-height: 20px;
		background-color: #fff;
		padding: 5px 40px;
	}
	header .right_side_nav > ul {
		top: 92%;
		right: 0;
	}
	
	header .right_side_nav ul > li {
		margin: 20px 0;
	}
	header .right_side_nav ul.visible li.menu:first-child ul.show {
		margin-top: 0;
	}
}
.no-sticky-top {
	top: -46px;
	background-color: red;
}
@media only screen and (max-width: 450px) {
	header .left_side svg {
		width: 80%;
	}
	header .nav_button {
		width: 60px;
		height: 40px;
		border-radius: 12px;
	}
	header .nav_button span {
		width: 27px;
		margin: 2px 0;
	}
	.internal_hero .internal_image_bg img {
		height: 75vh!important;
	}
	body.cr-gallery header .left_side p {
        top: 118px;
	}
	header .left_side p {
		top: 118px;
		font-size: 13px;
	}
}
/*End Header*/

/* Internal Hero CSS*/
.internal_hero {
	position: relative;
	width: 100%;
	height: auto;
}
.internal_hero .internal_image_bg img {
	width: 100%;
	height: 100vh;
	display: block;
	object-fit: cover;
	padding-top: 138px;
}
.internal_hero .internal_image_bg h1 {
	position: absolute;
	left: 0;
	bottom: 2%;
	border-radius: 0px 10px 10px 0px;
	background: rgba(31, 64, 83, 0.70);
	color: #fff;
	text-shadow: 2px 4px 12px rgba(0, 0, 0, 0.25);
	font-family: 'Lato', sans-serif;
	font-size: 48px;
	font-weight: 700;
	padding: 30px;
}
.secondary-navigation.menu-wrapper .splide__arrows {
	display: block;
}
.swiper-container {
	width: 100%;
	height: 50px;
}
.swiper-button-next {
	/* background: #eaeaea; */
    padding: 0 50px 0 80px;
    right: 0;
    overflow: hidden;
}
.swiper-button-prev {
	/* background: #eaeaea; */
    padding: 0 50px;
    left: 0;
    overflow: hidden;
}

.swiper-slide {
	text-align: left;
	font-size: 16px;
	width:auto;
}
.sticky-menu {
	position: fixed;
	top: 138px;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 998;
	padding: 0;
	background-color: #EAEAEA;
}
.swiper-wrapper {
	margin: 0 0 0 20px;
	padding: 10px 0 5px;
	display: flex;
}
.swiper-wrapper li {
	margin-right: 0px!important;
	display: inline-block;
    margin: 0;
    width: auto;
	margin: 0 20px!important;
	text-align: center;
}
.swiper-wrapper a {
	border: 0;
	font-family: 'Lato', sans-serif;
}
.sticky-menu .swiper-wrapper a {
	border: 0;
	font-family: 'Lato', sans-serif;
}

.swiper-wrapper a span {
	color: #1F4053;
	font-size: 14px;
	transition: 0.3s;
	border-bottom: 2px solid transparent;
}
.swiper-wrapper a span:hover {
	border-bottom: 2px solid #1F4053;
}
.active-parent a span:hover {
	border-bottom: 2px solid transparent;
}
.swiper-button-prev:after,
.swiper-button-next:after {
	display: block;
	font-size: 20px;
	height: 20px;
	color: #1F4053;
	font-weight: bold;
}

@media only screen and (max-width: 992px) {
	.swiper-wrapper {
		width: 100%;
		max-width: 750px;
	}
	.hero_slideshow .swiper-wrapper {
		max-width: 100%;
	}
}
@media only screen and (max-width: 768px) {
	.sticky-menu {
		top: 168px;
	}
	.secondary-navigation.menu-wrapper .splide__arrows {
		display: block!important;
	}
	.secondary-navigation.menu-wrapper {
		grid-template-columns: calc(100% - 8rem) 8rem;
	}
	.secondary-navigation.menu-wrapper ul.menu {
		margin-left: 40px!important;
	}
	.secondary-navigation.menu-wrapper .splide__arrow--next {
		position: absolute;
		right: -15px;
	
	}
	.swiper-wrapper {
		max-width: 450px;
	}
	.swiper-button-prev {
		left: 0;
		top: 25px;
		overflow: hidden;
		padding: 0 30px;
		background-color: #eaeaea;
	}
	.swiper-button-next {
		right: 0;
		top: 25px;
		overflow: hidden;
		padding: 0 30px;
		background-color: #eaeaea;
	}
}
@media only screen and (max-width: 500px) {
	.internal_hero .internal_image_bg img {
		height: 85vh!important;
	}
	.internal_hero .internal_image_bg h1 {
		position: relative;
		margin-right: 30px;
		font-size: 38px;
    	margin-top: 10px;
		max-width: 300px;
		padding: 30px 15px 30px 15px!important;
		border-radius: 0px 10px 10px 0px;
	}
}
.sticky-menu .swiper-button-prev {
	left: 0;
	top: 25px;
	overflow: hidden;
	padding: 0 20px;
	background-color: #eaeaea;
	z-index: 999!important;
}
.sticky-menu .swiper-button-next {
	right: 0;
	top: 25px;
	overflow: hidden;
	padding: 0 20px;
	background-color: #eaeaea;
	opacity: 1;
	z-index: 999!important;
}
@media only screen and (max-width: 615px) {
	.sticky-menu {
		top: 188px;
	}
}
@media only screen and (max-width: 450px) {
	.swiper-wrapper {
		max-width: 300px;
	}
	.swiper-wrapper li {
		width: auto;
		margin: 0 15px!important;
		z-index: 22;
	}
	.sticky-menu {
		top: 167px;
		transition: 0.3s;
	}
	.sticky-menu .swiper-button-prev {
		padding: 0 20px;
	}
	.sticky-menu .swiper-button-next {
		padding: 0 20px;
	}
}
/* End Internal Hero CSS*/

/* sidebar links */
.sidebar_links {
	position: relative;
	display: flex;
    flex-direction: column;
    gap: 80px;
	width: 100%;
	max-width: 550px;
	height: auto;
	padding-top: 8rem;
}
.sidebar_links .container ul {
	padding-left: 0;
}
.sidebar_links .container ul li {
	display: flex!important;
	align-items: center;
	padding: 10px;
	margin: 30px 0;
	border-radius: 20px;
	height: 60px;
	border: 1px solid #EAEAEA;
	background: linear-gradient(90deg, rgba(234, 234, 234, 0.50) 0%, rgba(255, 255, 255, 0.20) 50%, rgba(234, 234, 234, 0.50) 100%);
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
}
.sidebar_links ul li img {
	width: 100%;
	max-width: 40px;
	height: 40px;
	display: block;
	border-radius: 10px;
	margin-right: 10px;
}
.sidebar_links ul li a {
	position: relative;
	text-transform: uppercase;
	text-decoration: underline;
	color: #1F4053;
	font-family: 'Lato', sans-serif;
	transition: 0.3s;
	border: 0;
	font-size: 14px;
	transition: 0.3s;
}
.sidebar_links ul li a:hover {
	color: #C4122F;
}
.sidebar_links ul li a i.hover_show {
	opacity: 0;
	margin-right: 5px;
	transition: 0.3s;
}
.sidebar_links ul li a:hover i.hover_show {
	opacity: 1;
}
.sidebar_links ul li a i.hover_hidden {
	margin-left: 5px;
	opacity: 1;
	transition: 0.3s;
}
.sidebar_links ul li a:hover i.hover_hidden {
	opacity: 0;
}
.sidebar_links ul li a:hover span:before {
	background: #C4122F;
}
.sidebar_links .pin-spacer  {
	margin: 0 auto 30px!important;
}
.sidebar_links .tsusa-sidebar-text p {
	font-family: "Lato", sans-serif;
    font-style: normal;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 300px;
	font-size: 12px;
}

/* End Sidebar Links */
.field-type-image  > a {
	border: 0;
}
.content .group-image-text {
	padding: 0 15px;
}
.content .group-image-text h3:first-child {
	display: inline-flex;
}
.content .group-image-text h3 a {
	transform: scale(0.9);
	transition: 0.3s;
	margin-right: 10px;
}
.content .group-image-text h3 a:hover {
	transform: scale(1.1);
}
.content .group-image-text h3 a:before {
	content: none;
}
.content .group-image-text a {
	position: relative;
	border: 0;
	display: inline-block;
	color: #1F4053!important;
	border: 0!important;
}
.wp-block-buttons  .wp-block-button__link {
	position: relative!important;
	border: 0!important;
	display: inline-block!important;
	color: #1F4053!important;
	background-color: #fff;
    text-transform: uppercase;
	font-family: "Lato", sans-serif;
	font-size: 1.8rem;
	font-weight: 600;
	border-radius: 1.3rem;
	border: 1px solid #BC4C5E!important;
	overflow: hidden;
	padding: 0.8rem 1.9rem;
	text-align: center;
	box-shadow: 0 0 0 0.1rem #BC4C5E;
	transition: 0.3s;
}
.wp-block-buttons  .wp-block-button__link:before {
	content: none!important;
}
.wp-block-buttons  .wp-block-button__link:hover {
	background-color: #1F4053;
    color: #fff !important;
}
.asset-image-text .field-name-field-image-text-link a {
	border: 1px solid #BC4C5E!important;
}
.content .group-image-text a:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 2px;
	background: #1F4053;
	transition: 0.3s;
	opacity: 1;
}
.content .group-image-text a > span {
	color: #1F4053!important;
}
.content .group-image-text a:hover:before {
	opacity: 0;
}
@media only screen and (max-width: 450px) {
	.sidebar_links ul li a {
		font-size: 12px;
	}
}
#footer .footer--top {
	padding-top: 100px;
}
.content--no-intro {
	margin-top: 150px;
}
.content--no-intro .tsusa-content-block,
.content--no-intro .tsusa-inline-content-block {
	padding-bottom: 0!important;
	padding-top: 50px;
}
.content--no-intro h1 {
	padding-bottom: 0;
	margin-top: 50px;
}
/* Member Profile */

.member_profile {
	margin: 30px 0;
	padding: 20px;
}
.member_profile .container {
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
}
.member_profile .container .member_wrap {
	display: flex;
	margin-bottom: 50px;
}
.member_profile .container .member_wrap .member_pucture,
.member_profile .container .member_wrap .member_info {
	flex: 50%;
}
.member_profile .container .member_wrap .member_info h2 {
	color: #1F4053;
	font-family: Lato, sans-serif;
	font-size: 48px;
	font-weight: 700;
	margin: 20px 0;
}
.member_profile .container .member_wrap .member_info p {
	color: #1F4053;
	font-family: "Roboto Slab", sans-serif;
	font-size: 16px;
	margin: 5px 0;
	line-height: 20px;
}
.member_profile .container .member_wrap .member_info a {
	position: relative;
	display: inline-block;
	color: #363636;
	font-family: "Roboto Slab", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	margin: 5px 0;
}
.member_profile .container .member_wrap .member_info a:before {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	width: 100%;
	height: 2px;
	background: #1F4053;
	transition: 0.3s;
}
.member_profile .container .member_wrap .member_info a:hover:before {
	width: 0;
}
.member_profile .container p {
	color: #1F4053;
	font-family: "Roboto Slab", sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
	line-height: 22px;
}
.member_profile .container p > b {
	font-weight: bold;
}
.member_profile .container a {
	position: relative;
	color: #1F4053;
	font-family: Lato, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 23.4px;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 10px;
	display: inline-block;
}
.member_profile .container > a:before {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	width: 90%;
	height: 2px;
	background: #1F4053;
	transition: 0.3s;
}
.member_profile .container > a:hover:before {
	width: 0;
}
.member_profile .container a i {
	margin-left: 5px;
}

@media only screen and (max-width: 768px) {
	.member_profile .container .member_wrap {
		flex-direction: column;
		align-items: center;
	}
	.single-staff .left_side p {
		bottom: -50px;
	}
	.member_profile {
		padding-top: 50px;
	}
	.field-name-field-media-image {
		text-align: center;
	}
}
.single-staff .block-system .content {
	margin-top: 150px;
	padding: 0 15px;
}
.single-staff .block-system .content a {
	border: 0;
}
.single-staff .block-system .content h2 {
	margin-bottom: 0!important;
}
.single-staff .block-system .content h2::after {
	content: none;
}
/* End Member Profile */
.event {
	margin: 40px 0;
	padding: 0 15px;
}
.event .container {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}
.event .travel_body h2 {
	padding-bottom: 0;
}
.event .event_col h2:after,
.event .event_col h3:after {
	content: none;
}
.event h2.show_event {
	color: #1F4053;
    font-family: 'Lato', sans-serif;
    border-bottom: 1px solid #79599C;
    display: inline-block;
    padding-bottom: 5px;
	cursor: pointer;
	margin-top: 40px;
}
.event .travel_wrap_collapse .travel_column {
	max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}
.event .travel_wrap_collapse .travel_column.show {
	max-height: 350px!important;
	overflow: visible;
}
.event h2.show_event i {
    transition: transform 0.5s ease-in-out;
}
.event h2.show_event i.rotate {
    transform: rotate(90deg);
}
.event .travel_column p.time {
	margin-top: 20px;
    border-radius: 10px;
    background: rgba(234, 234, 234, 0.50);
    color: #1F4053;
    font-family: "Roboto Slab", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-block;
    width: 100%;
    max-width: 250px;
    padding: 10px;
}
.event .travel_column h3 {
	color: #1F4053;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 700;
	padding-top: 0;
	padding-bottom: 5px;
}
.event .travel_column h3 > a {
    color: #1F4053;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    text-decoration-line: underline;
    text-transform: uppercase;
	border: 0;
}
.event .travel_column .location {
	margin-bottom: 32px;
}
.event .travel_column p.description {
	font-family: "Roboto Slab", sans-serif;
	color: #1F4053;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	line-height: 24px;
}
.event .travel_column .calendar .addeventatc {
	position: relative;
    display: inline-flex;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #BC4C5E;
    color: #1F4053;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 20.8px;
    text-transform: uppercase;
    gap: 10px;
    text-decoration: none;
    padding: 10px 0 8px 40px;
    transition: 0.3s;
    z-index: 1;
}
.event .travel_column .calendar .addeventatc:hover {
	background-color: #1F4053;
}
.event .travel_column .calendar .addeventatc .atc_node {
	color: #1F4053;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20.8px;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	transition: 0.3s;
}
.event .travel_column .calendar .addeventatc:hover .atc_node {
	color: #fff;
}
.event .line_column {
	border: 1px solid #EAEAEA;
    margin: 50px 0 20px 0;
	width: 100%;
	max-width: 95%;
}
/* Footer */
@media only screen and (max-width: 1200px) {
	.sidebar_links {
		padding-top: 0;
		max-width: 100%;
	}
	.sidebar_links {
		padding: 0 20px;
	}
}
@media only screen and (max-width: 992px) {
	#footer .footer--social ul {
		justify-content: center;
	}
	#footer .footer--social::after {
		margin: 0 auto;
		left: 0;
	}
}
@media only screen and (max-width: 500px) {
	.event h2.show_event {
		font-size: 2rem;	
	}
}

.asset-partners {
	max-width: 1080px;
}
.field-name-field-image-text-link a {
	color: #1F4053!important;
	text-transform: uppercase;
	transition: 0.3s;
}
.field-name-field-image-text-link a:before {
	content: none!important;
}
.field-name-field-image-text-link a:hover {
	background-color: #1F4053;
	color: #fff!important;
}

/* Featured Items */

.features_item {
	position: relative;
	margin: 30px 0;
}
.features_item .container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 20px;
}
.features_item .container .item {
	position: relative;
	width: 33%;
	max-width: 32%;
	transition: 0.3s;
	margin-bottom: 80px;
}
.field-collection-view-final .container {
	display: flex!important;
	flex-wrap: wrap!important;
	width: 100%!important;
	max-width: 1080px!important;
	justify-content: left!important;
	gap: 30px;
}
.field-collection-view-final .container .item {
	position: relative;
	width: 33%;
	max-width: 30%;
	transition: 0.3s;
	margin-bottom: 80px;
}
.features_item .container .item .image_box {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 10px;
}
.features_item .container .item .image_box img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
	transition: 0.3s;
}
.features_item .container .item:hover .image_box img {
	transform: scale(1.1);
	filter: brightness(0.7);
}
.features_item .container .item p {
	margin: 20px 0!important;
}
.features_item .container .item p {
	color: #1F4053;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	margin: 10px 0!important;
	line-height: 22px;
	margin-bottom: 50px;
}
.features_item .container .item h3 {
	padding: 20px 0 10px!important;
	font-size: 20px;
}
.features_item .container .item a,
.asset-featured-items .field-name-field-more-information a {
	color: #1F4053;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 20.8px;
	text-decoration-line: underline;
	text-transform: uppercase;
	border: 0;
	margin-top: 10px;
	display: inline-block;
	margin-left: -20px;
	transition: 0.3s
}
.features_item .container .item a i.hover_hidden,
.asset-featured-items .field-name-field-more-information a i.hover_hidden {
	margin-left: 5px;
	transition: 0.3s
}
.features_item .container .item:hover a i.hover_hidden,
.asset-featured-items .field-name-field-more-information:hover a i.hover_hidden {
	opacity: 0;
}
.features_item .container .item a i.hover_show,
.asset-featured-items .field-name-field-more-information a i.hover_show {
	margin-right: 5px;
	opacity: 0;
	transition: 0.3s
}
.features_item .container .item:hover a i.hover_show,
.asset-featured-items .field-name-field-more-information:hover a i.hover_show {
	opacity: 1;
}
.features_item .container .item .field-name-field-event-description p {
	font-size: 16px;
	font-family: 'Lato', sans-serif;
}
.features_item .container .item:hover a {
	color: #C4122F;
	margin-left: 0px;
}

@media only screen and (max-width: 768px) {
	.features_item .container .item {
		margin-bottom: 30px;
		width: 48%;
		max-width: 48%;
	}
	.field-collection-view  .container .item {
		margin-bottom: 30px;
		width: 45%;
		max-width: 45%;
	}
	.asset-featured-events .content .asset-title:before {
		content: none!important;
	}
}
@media only screen and (max-width: 500px) {
	.features_item .container {
		flex-direction: column;
	}
	.features_item .container .item {
		width: 100%;
		max-width: 100%;
	}
	.internal_hero .internal_image_bg h1 {
		font-size: 30px;
		padding: 15px;
	}
	.node--page--wrapper .field-type-text-long p,
	.node--page--wrapper .field-type-text-long ul li {
		font-size: 15px!important;
	}
	.node--page--wrapper .field-type-text-long p a {
		font-size: 15px!important;
	}
}
.node--page--wrapper .field-type-text-long ul li {
	margin: 10px 0;
}

@media only screen and (max-width: 1080px) {
	.asset-event-schedule .event-schedule-day .event-row .event-details .addeventatc {
		width: 150px;
	}
	.asset-event-schedule .event-schedule-day .event-row .event-details .addeventatc .btn-txt {
		width: 100%;
		height: auto;
	}
	.asset-event-schedule .event-schedule-day .event-row .event-details .addeventatc .btn-txt span {
		position: relative;
	}
}
/* Text & Image */
.tsusa-inline-content-block {
	padding: 0;
}
.text_image {
	margin: 0 0 40px 0;
}
.text_image .container {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	display: block!important;
}
.text_image .container .flex_box {
	position: relative;
	display: flex;
	align-items: center;
	gap: 30px;
	margin: 40px;
}
.text_image .container .line {
	border: 1px solid #79599C;
}
.text_image .container .flex_box .image {
	width: 100%;
	max-width: 250px;
}
.text_image .container .flex_box .image img {
	width: auto;
	height: auto;
	display: block;
	object-fit: cover;
}
.text_image .container .flex_box .content {
	display: inline-flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
}
.text_image .container .flex_box .content h3 {
	position: relative;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: #1F4053;
	margin: 0px 0 10px; 
	padding-bottom: 20px;
}
.text_image .container .flex_box .content h3:before {
	content: '';
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	width: 70px;
	height: 2px;
	background: #79599C;
}
.text_image .container .flex_box .content p {
	color: #1F4053;
	font-family: "Roboto Slab", sans-serif;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 20px;
}
.text_image .container .flex_box .content p a[rel*="noopener"] {
	position: relative;
	border: 0;
	border-radius: 0;
	padding: 0;
	line-height: normal;
	display: inline-flex;
	border: 0!important;
	color: #1F4053!important;
}
.text_image .container .flex_box .content p a[rel*="noopener"]:hover {
	background: #fff!important;
}
.text_image .container .flex_box .content p a[rel*="noopener"]:before {
	content: '';
	position: absolute;
	left: 0;
	top: 90%;
	width: 0;
	height: 2px;
	background: #1F4053;
	transition: 0.3s;
	z-index: -1;
}
.text_image .container .flex_box .content p a[rel*="noopener"]:hover:before {
	width: 100%;
}
.text_image .container .flex_box .content a {
	position: relative;
	display: inline-block;
	border-radius: 10px;
	border: 1px solid #BC4C5E!important;
	text-decoration: none;
	padding: 10px 20px;
	text-transform: uppercase;
	color: #1F4053!important;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 20.8px;
	overflow: hidden;
	z-index: 1;
	transition: 0.3s;
}
.text_image .container .flex_box .content a:hover {
	color: #fff!important;
	background: #1F4053!important;
}
@media only screen and (max-width: 550px) {
	.text_image .container .flex_box {
		flex-direction: column;
		align-items: center;
	}
	.text_image .container .flex_box .content h3 {
		margin-top: 0;
	}
	.text_image .container .flex_box .image img {
		width: 100%;
		height: auto;
	}
}

.hero_slideshow {
	position: relative;
	width: 100%;
	height: 100vh;
	top: -90px;
}
.hero_slideshow .swiper-wrapper {
	margin: 0!important;
}
.hero_slideshow .swiper-container {
	 overflow: hidden;
	 width: 100%;
	 height: 100%;
}
.hero_slideshow .swiper-container .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	overflow: hidden;
}
.hero_slideshow .swiper-container .swiper-slide img {
	width: 100%;
	height: 100vh;
	display: block;
	object-fit: cover;
}
.hero_slideshow .swiper_box {
	position: absolute;
	left: 10%;
	top: 30%;
	border-radius: 10px;
	background: rgba(31, 64, 83, 0.60);
	padding: 30px;
	width: 100%;
	max-width: 600px;
	text-align: left;
}
.hero_slideshow .swiper_box h2 {
	color: #FFF;
	text-shadow: 2px 4px 12px rgba(0, 0, 0, 0.25);
	/* font-family: "Berkshire Swash", serif; */
	font-family: "Lobster", sans-serif;
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 20px;
}
.hero_slideshow .swiper_box h2:after {
	content: none;
}
.hero_slideshow .swiper_box h3 {
	position: relative;
	color: #FFF;
	text-shadow: 2px 4px 12px rgba(0, 0, 0, 0.25);
	font-family: Lato, serif;
	text-align: left;
	font-size: 24px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	margin-bottom: 50px;
	padding-top: 0;
	padding-bottom: 30px;
}
.hero_slideshow .swiper-slide .line {
	position: absolute;
	top: 65%;
	width: 100%;
	height: 8px;
}
.hero_slideshow .swiper-slide .line:before {
	content: '';
	position: absolute;
	top: 65%;
	width: 250%;
	height: 8px;
	background: rgba(255, 255, 255, 0.80);
}
.hero_slideshow .wrap_box {
    position: absolute;
    top: 47%;
    right: 2%;
    background: rgba(255,255,255,0.8);
    height: 125px;
    width: 50px;
    padding: 10px;
    z-index: 2;
    border-radius: 10px;
}
.hero_slideshow .wrap_box .arrow_box {
	position: relative;
}
.hero_slideshow .arrow_box .swiper-pagination {
    background: #fff;
    position: absolute;
    top: 40px;
    left: 5px;
    font-weight: bold;
    color: #1F4053;
    font-family: "Roboto Slab";
}
.hero_slideshow .arrow_box .swiper-pagination span {
	display: block;
	margin-right: 15px;
	height: 20px;
}
.hero_slideshow .arrow_box .swiper-button-next,
.hero_slideshow .arrow_box .swiper-button-prev {
	position: relative;
	 color: #1F4053;
	 opacity: 1;
	 z-index: 22;
	 cursor: pointer;
}
.hero_slideshow .arrow_box .swiper-button-next {
	position: absolute;
	transform: rotate(-270deg);
	top: 115px;
	right: -5px;
	padding: 20px;
}
.hero_slideshow .arrow_box .swiper-button-prev {
    transform: rotate(-270deg);
    top: 8px;
    left: -36px;
}
.hero_slideshow .arrow_box .swiper-button-prev i {
	transform: rotate(90deg);
	font-size: 20px;
}
.hero_slideshow .arrow_box .swiper-button-next i {
	transform: rotate(90deg);
	font-size: 20px;
}
.hero_slideshow .arrow_box .swiper-button-prev:after,
.hero_slideshow .arrow_box .swiper-button-next:after {
	content: none;
	font-size: 20px;
}
@media screen and (max-width: 1700px) { 
    .hero_slideshow .swiper-slide .line:before {
		width: 200%!important;
	}
}
@media screen and (max-width: 1500px) { 
    .hero_slideshow .swiper-slide .line:before {
		width: 160%!important;
	}
}
@media screen and (max-width: 1200px) { 
    .hero_slideshow .swiper-slide .line:before {
		width: 130%!important;
	}
}
@media only screen and (max-width: 992px) {
	.hero_slideshow .swiper_box {
		left: 2%;
	}
	.hero_slideshow .swiper-slide .line:before {
		width: 100%!important;
	}
}
@media only screen and (max-width: 768px) {
	.hero_slideshow .swiper-slide .line {
		top: 68%;
	}
	.hero_slideshow .wrap_box {
		bottom: 2%;
	    left: 0;
	    right: 0;
	    top: auto;
	    width: 100%;
	    max-width: 150px;
	    padding: 0;
	    margin: 0 auto;
	    height: 35px;
	}
	.hero_slideshow .arrow_box .swiper-pagination {
		top: 27px!important;
		left: 3px!important;
		background: transparent!important;
	}
	.hero_slideshow .arrow_box .swiper-pagination span {
		display: inline!important;
		margin-right: 5px!important;
		padding: 0!important;
	}
	.hero_slideshow .arrow_box .swiper-button-next {
		transform: none!important;
		top: 40px!important;
		right: 0!important;
		background: transparent!important;
	}
	.hero_slideshow .arrow_box .swiper-button-prev {
		transform: none!important;	
		top: 18px!important;
		left: 0!important;
		background: transparent!important;
	}
	.hero_slideshow .swiper_box {
		left: 0;
		right: 0;
		margin: 0 auto;
		max-width: 450px;
	}
	.hero_slideshow .swiper_box h2 {
		font-size: 48px;
	}
	.hero_slideshow .swiper_box h3 {
		font-size: 20px;
	}
	header {
		padding: 16px 20px;
	}
	.top_link {
		padding: 12px 20px;
	}
	.hero_slideshow,
	.hero_slideshow .swiper-container .swiper-slide img {
		height: 70vh;
	}
	.node--page--wrapper .group-main {
		padding-top: 0;
	}
}
@media only screen and (max-width: 450px) {
	
	.hero_slideshow .swiper_box h2 {
		font-size: 48px;
        width: 300px;
        line-height: 60px;
	}
	.hero_slideshow .swiper-slide .line {
		top: 67%;
	}
	.hero_slideshow .swiper-slide .line:before {
		top: 65%;
	}
	.content--no-intro {
		margin-top: 130px;
	}
}

.node--landing-page--full .group-main {
	max-width: 1080px;
}
.field-name-field-promo-link a {
	position: relative;
	color: #1F4053!important;
	border: 1px solid #BC4C5E;
}
.field-name-field-promo-link a::before {
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background: #1F4053;
    transition: 0.3s;
    z-index: -1;
}
.field-name-field-promo-link a:hover {
	color: #fff;
}
.field-name-field-promo-link a:hover:before {
	width: 100%;
}
.field-name-field-partners .field-name-field-partner-image  {
	display: flex;
	justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 200px;
}
.field-type-text-long p span,
.node--page--wrapper p span,
.node--page--wrapper p a {
	font-family: "Roboto Slab", sans-serif!important;
	font-size: 16px!important;
}
.views-exposed-form .form-select,
.asset-block-reference .view-events input {
	width: 100%;
}

/*Footer*/
footer {
	position: relative;
	margin-top: 40px;
}
footer .container {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}
footer ul {
	list-style: none;
}
footer .sun_position img {
	position: absolute;
	left: 0;
	top: 0;
}
footer .footer_center_item {
	text-align: center;
}
footer .footer_center_item .footer_logo {
	margin-bottom: 30px;
	padding: 0 15px;
}
footer .footer_center_item .footer_info p {
	color: #1F4053;
	font-family: "Roboto Slab", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 12px 0;
}
footer .footer_center_item .footer_info p > br {
	display: none;
}
footer .footer_center_item .footer_info p a {
	display: inline-flex;
	align-items: center;
	color: #1F4053;
	font-family: "Roboto Slab", sans-serif;
	text-decoration: none;
	font-weight: normal;
	gap: 8px;
	border: 0;
}
footer .footer_center_item .footer_info p img {
	vertical-align: middle;
}
footer .footer_center_item .footer_info p a i {
	margin-right: 8px;
}
footer .footer_center_item .footer_info p.two_item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
footer .footer_center_item .footer_info p.two_item a:first-child {
	border-right: 1px solid #1F4053;
	padding-right: 5px;
}
footer .footer_center_item .footer_info .link_site a {
	position: relative;
	margin-top: 24px;
	margin-bottom: 12px;
	color: #1F4053;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18.2px;
	text-decoration-line: none;
	text-transform: uppercase;
	gap: 0;
}
footer .footer_center_item .footer_info .link_site a i {
	margin-left: 4px;
	margin-right: 0;
}
footer .footer_center_item .footer_info .link_site a:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 90%;
	height: 1px;
	background: #1F4053;
	transition: 0.3s;
}
footer .footer_center_item .footer_info .link_site a:hover:before {
	width: 0;
}
footer .footer_center_item .footer_info ul {
	margin-top: 24px;
	padding-left: 15px;
	margin-bottom: 40px;
}
footer .footer_center_item .footer_info ul li {
	display: inline-block;
	margin-right: 22px;
}
footer .footer_center_item .footer_info ul li a {
	border: 0;
}
footer .down_info_line {
	position: relative;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 2px solid #EAEAEA;
}
footer .down_info_line .privacy ul {
	padding-left: 0;
}
footer .down_info_line .privacy ul li {
	display: inline-block;
	margin-right: 24px;
}
footer .down_info_line .privacy ul li a {
	position: relative;
	color: #363636;
	font-family: "Roboto Slab", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration: none;
	transition: 0.3s;
	border: 0;
}
footer .down_info_line .privacy ul li a:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 1px;
	background: #1F4053;
	transition: 0.3s;
}
footer .down_info_line .privacy ul li a:hover:before {
	width: 100%;
}
footer .down_info_line .all_reserved p {
	color: #363636;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;	
	margin-top: 15px;
}

@media only screen and (max-width: 768px) {
	footer .down_info_line {
		flex-direction: column;
	}
	footer .down_info_line .privacy ul li {
		display: block;
		margin: 10px 0;
	}
}
@media only screen and (max-width: 500px) {
	footer .footer_center_item .footer_logo img {
		width: 100%;
		height: auto;
	}
}

/* featured events */

.asset-featured-events {
	position: relative;
	padding-top: 30px;
	padding-left: 0;
	padding-right: 0;
}
.asset-featured-events .content {
	position: relative;
	border-radius: 20px;
	background: linear-gradient(90deg, rgba(234, 234, 234, 0.50) 0%, rgba(255, 255, 255, 0.20) 50%, rgba(234, 234, 234, 0.50) 100%);
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
	transition: 0.3s;
	overflow: hidden;
}
.asset-featured-events .content .asset-title {
	position: relative;
	padding-left: 20px;
}
.asset-featured-events .content .asset-title:before {
	content: '';
    position: absolute;
    top: 20%;
    left: 0;
    bottom: 0;
    width: 4px;
    height: 60%;
    background: linear-gradient(0deg, rgba(188, 76, 94, 1) 0%, rgba(121, 89, 156, 1) 100%);
    transition: 0.3s;
	opacity: 0;
}
.asset-featured-events .content:hover .asset-title:before {
	opacity: 1;
}
.asset-featured-events:before {
	content: '';
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	width: 100%;
	height: 2px;
	background: #79599C;
}
.asset-featured-events h3 {
	color: #1F4053;
	font-family: 'Lato', sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.asset-featured-events h3 > a {
	border: 0;
	font-weight: normal;
}
.asset-featured-events .field-name-field-event-location-alt-title  {
	color: #1F4053;
	font-family: "Roboto Slab", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.asset-featured-events .content .dates {
	color: #79599C;
	font-family: 'Lato', sans-serif;
	font-size: 23px;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	border-radius: 8px;
	border: 1px solid #79599C;	
	padding: 2px;
}
.asset-b a {
	position: relative;
	color: #1F4053;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20.8px;
	text-transform: uppercase;
	border: 1px solid transparent;
	border-radius: 10px;
	background: 
	  linear-gradient(to right, white, white), 
	  linear-gradient(to right, #BC4C5E , #79599C); 
	background-clip: padding-box, border-box;
	background-origin: padding-box, border-box;
	z-index: 1;
	letter-spacing: 0.3px;
	transition: 0.3s;
}
@media only screen and (max-width: 992px) {
	.asset-featured-events {
		padding-left: 25px;
		padding-right: 25px;
	}
	.asset-featured-events:before {
		top: 0;
		width: 95%;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 768px) {
	.asset-featured-events .content {
		flex-direction: column-reverse;
	}
	.asset-featured-events .content .dates {
		margin-top: 20px;
	}
}
.cr__gallery .loadMore__text {
	color: #1F4053;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20.8px;
	text-transform: uppercase;
}
.cr__gallery {
	text-align: center;
}
.cr__gallery .loadMore {
	background-color: #fff!important;
	overflow: hidden;
	width: 100%;
	max-width: 890px;
	margin-top: 30px!important;
	color: #1F4053;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20.8px;
	text-transform: uppercase;
}
.cr__gallery .loadMore:after {
	background-color: #fff!important;
	border-radius: 10px!important;
	border: 1px solid #BC4C5E;
	opacity: 1!important;
}
.cr__gallery .loadMore:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 0;
	height: 100%;
	background: #BC4C5E;
	z-index: 1;
	border-radius: 10px;
	transition: 0.3s;
}
.cr__gallery .loadMore:hover:before {
	width: 100%;
}
.cr__gallery .loadMore:hover span {
	color: #fff;
}
.field-name-body a {
	color: #1F4053;
	font-family: 'Roboto Slab', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	text-decoration-line: none;
	text-transform: uppercase;
	transition: 0.3s;
	border-bottom: 1px solid #1F4053; 
}
.field-name-body a:hover {
	color: #C4122F;
	border-bottom: 1px solid #C4122F;
}
.asset-partners .asset-title {
	color: #1F4053;
	font-family: 'Lato', sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.field-type-text-with-summary h2 {
	text-align: center;
	padding-bottom: 0;
}
.field-type-text-with-summary h2:after {
	content: none;
}
.asset-partners .splide__pagination__page,
.asset-in-page-slide-show .splide__pagination__page {
	width: 10px;
	height: 10px;
	background: rgba(121, 89, 156, 0.5);
}
.asset-partners .splide__pagination__page.is-active,
.asset-in-page-slide-show .splide__pagination__page {
	background: #79599C;
	width: 10px;
	height: 10px;
	opacity: 1;
}
.asset-partners .splide__arrow--prev,
.asset-in-page-slide-show .splide__arrow--prev {
	top: 94%;
	bottom: 0;
	left: 43%;
	background: #fff;
	font-size: 20px;
}
.asset-partners .splide__arrow--next,
.asset-in-page-slide-show .splide__arrow--next {
	top: 94%;
	bottom: 0;
	right: 43%;
	background: #fff;
	font-size: 20px;
}
@media only screen and (max-width: 760px) {
	.asset-partners .splide__arrow--prev,
	.asset-in-page-slide-show .splide__arrow--prev {
		left: 40%;
	}
	.asset-partners .splide__arrow--next,
	.asset-in-page-slide-show .splide__arrow--next {
		right: 40%;
	}
}
@media only screen and (max-width: 550px) {
	.asset-partners .splide__arrow--prev,
	.asset-in-page-slide-show .splide__arrow--prev {
		left: 35%;
	}
	.asset-partners .splide__arrow--next,
	.asset-in-page-slide-show .splide__arrow--next {
		right: 35%;
	}
	.asset-quote-block .field-name-field-quote-link a {
		font-size: 13px;
	}
	.asset-quote-block .field-name-field-quote-link a:before {
		left: 16px;
	}
}
@media only screen and (max-width: 480px) {
	.asset-partners .splide__arrow--prev {
		left: 18%;
	}
	.asset-partners .splide__arrow--next {
		right: 18%;
	}
}
@media only screen and (max-width: 400px) {
	.asset-partners .splide__arrow--prev {
		left: 10%;
	}
	.asset-partners .splide__arrow--next {
		right: 10%;
	}
}
.addeventatc_icon:before {
	content: '';
	background: url('../images/calendar-plus-new.svg') no-repeat center;
	display: inline-block;
	width: 18px;
	height: 18px;
}
.event .travel_column .calendar .addeventatc:hover .addeventatc_icon:before {
	background: url('../images/calendar-plus-white.svg') no-repeat center;
}

.field-type-text-with-summary a {
	text-align: center;
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 220px;
}
@media only screen and (max-width: 992px) {
	.aid-284.asset-quote-block {
		margin-bottom: 30px;
	}
}
/* Quete Block */
.asset-quote-block {
	position: relative;
	max-width: 100%;
	margin: 100px 0 100px;
	overflow: hidden;
}
.asset-quote-block .field-name-field-quote::before {
	content: none;
}
.asset-quote-block .compass_image {
	position: absolute;
	left: 0;
	top: 0;
}
.asset-quote-block .content {
	position: relative;
	max-width: 1080px;
	margin: 0 auto;
	z-index: 1;
}
.asset-quote-block .content .field-name-field-quote-attribution {
	padding-top: 0;
}
.asset-quote-block .image {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	max-width: 900px;
	height: 500px;
}
.asset-quote-block .image img {
	display: block;
	width: 100%;
	height: 100%;
}
.asset-quote-block .field-type-text-long {
	position: relative;
	z-index: 2;
	padding-bottom: 0;
}
.asset-quote-block .field-type-text-long p {
	position: relative;
	z-index: 2;
	background: rgba(255, 255, 255, 0.80);
	width: 100%;
	max-width: 680px;
	color: #363636;
	font-family: "Roboto Slab", sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding: 16px 16px 16px 0;
}
.asset-quote-block .field-name-field-quote + div {
	border: 0;
}
.asset-quote-block .field-name-field-quote-link {
	margin-top: 10px;
}
.asset-quote-block .field-name-field-quote-link a {
	color: #1F4053;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20.8px;
	text-transform: uppercase;
}
.asset-quote-block .field-name-field-quote-link a:before {
	left: 19px;
}
@media only screen and (max-width: 1200px) {
	.asset-quote-block .content {
		padding-left: 16px;
		padding-bottom: 16px;
		background: rgba(255, 255, 255, 0.80);
	}
	.asset-quote-block .field-type-text-long p {
		background: none;
	}
	.asset-quote-block .image {
		height: 650px;
	}
}
@media only screen and (max-width: 500px) {
	.asset-quote-block .field-type-text-long p {
		font-size: 28px!important;
		margin-bottom: 0;
	}
	.asset-quote-block .field-name-field-quote-link a {
		font-size: 14px;
	}
}

/*  supporters_brand */
.supporters_brand {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;	
	padding: 0 15px;
}
.supporters_brand h3 {
	padding-top: 0;
	color: #1F4053;
	text-align: center;
	font-family: "Roboto Slab", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.supporters_brand .brand_flex {
	display: flex;
	justify-content: space-around;
	align-items: center;
	gap: 30px;
	padding: 24px 0 40px;
}
.supporters_brand .brand_flex .brand_img {
	width: 100%;
	max-width: 150px;
}
.supporters_brand .brand_flex .brand_img img {
	display: block;
	width: 100%;
	height: 100%;
}
.supporters_brand .brand_flex_mobile {
	display: none;
}
.supporters_brand .brand_flex a,
.supporters_brand .brand_flex_mobile a {
	text-decoration: none;
	border: 0;
}
.supporters_brand p {
	color: #1F4053;
	text-align: center;
	font-family: "Roboto Slab", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 10px 15px 40px;
}
@media only screen and (max-width: 550px) {
	.supporters_brand .brand_flex {
		display: none;
	}
	.supporters_brand .brand_flex_mobile {
		display: block;
	}
	.supporters_brand .brand_flex_mobile .mobile_first_column {
		display: flex;
		justify-content: space-around;
		align-items: center;
	}
	.supporters_brand .brand_flex_mobile .brand_img {
		padding: 10px 0;
		width: 100%;
	}
}

.registration_information {
    position: relative;
    width: 100%;
    max-width: 1080px;
    margin: 40px auto;
}
.registration_information h2 {
    color: #1F4053;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
	width: 100%;
}
.registration_information h2:after {
	content: none;
}
.registration_information .splide {
	padding-bottom: 50px;
	overflow: hidden;
	width: 100%;
}
.registration_information .splide__list {
	width: 90%;
}
.registration_information .splide li {
	position: relative;
    border-radius: 20px;
    background: linear-gradient(90deg, #BC4C5E 0%, #79599C 100%);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
    padding: 40px 5px;
    color: #fff;
    text-align: center;
    margin: 0 18px;
    transition: 0.3s;
}
.registration_information .splide li a {
	position: relative;
    color: #FFF;
    display: inline-flex;
	justify-content: space-around;
	align-items: center;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    border-bottom: none;
}
.registration_information .splide li a:before {
	content: '';
    position: absolute;
    left: -7px;
    top: 0;
    width: 3px;
    height: 90%;
    background-color: #fff;
    border-radius: 10px;
	transition: 0.3s;
	opacity: 0;
}
.registration_information .splide li:hover a:before {
	opacity: 1;
}
.registration_information .splide__pagination {
    display: block!important;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.registration_information .splide__pagination li {
    background: transparent;
    box-shadow: none;
    margin: 0;
    padding: 40px 0px;
}
.registration_information .splide__pagination li button {
    width: 10px;
    height: 10px;
    background: #79599C;
    transform: scale(1);
    opacity: 0.5;
}
.registration_information .splide__pagination li button.is-active {
    background: #79599C;
    opacity: 1;
	transform: scale(1.4);
}
.registration_information .splide__arrows {
	display: block!important;
    position: absolute;
    bottom: 48px;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    max-width: 170px;
    margin: 0 auto;
}
.registration_information .splide__arrow--prev {
    background: #fff;
    font-size: 20px;
    opacity: 0.9;
    transition: 0.3s;
}
.registration_information .splide__arrow--prev:hover {
    opacity: 1;
}
.registration_information .splide__arrow--prev i {
    color: #1F4053;     
}
.registration_information .splide__arrow--next {
    background: #fff;
    font-size: 20px;
    opacity: 0.9;
    transition: 0.3s;
}
.registration_information .splide__arrow--next:hover {
    opacity: 1;
}
.registration_information .splide__arrow--nect i {
    color: #1F4053;     
}
/* registration_information--fw with check checkbox*/
.registration_information--fw {
	max-width: 100%;
	margin: 0;
}
.registration_information--fw .container {
	max-width: 100%!important;
}
.registration_information--fw .container ul.splide {
	padding-left: 0;
}
.registration_information--fw .container ul.splide > li {
	width: 300px!important;
}
.registration_information--fw .splide__list {
	width: 100%;
}
@media only screen and (max-width: 768px) {
	.registration_information .splide {
		padding-left: 0;
	}
}
@media only screen and (max-width: 550px) {
	.registration_information .container {
		display: block!important;
	}
	.registration_information .splide {
		padding-left: 0;
		gap: 20px;
	}
	.registration_information .splide__list {
		position: relative;
		left: 0;
		width: 100%;
	}
    .registration_information .splide li.splide__slide {
        margin: 0 40px 0 -20px;
        width: 160px !important;
		display: flex;
		align-items: center;
		justify-content: center;
    }
    .registration_information .splide__arrows {
        max-width: 200px;
    }
	.registration_information .splide__track {
		padding-right: 0!important;
		padding-left: 0!important;
	}
}

.asset-featured-items .field-name-field-event-image {
	background-color: #fff;
	box-shadow: none;
	transition: 0.3s;
}
.asset-featured-items .field-name-field-event-image img {
	padding: 30px;
    border-radius: 50%;
    width: 270px;
    height: 270px;
    object-fit: cover;
	transition: 0.3s;
}
.asset-featured-items:hover .field-name-field-event-image img {
	transform: scale(1.1);
    filter: brightness(0.7);
}
.asset-featured-items .field-name-field-event-image::after {
	content: none;
}
.asset-featured-items .group-sans-date {
	text-align: center;
}
.asset-featured-items .field-name-field-event-location-alt-title {
	padding-bottom: 1rem;
}
.asset-featured-items .field-name-field-more-information a {
	background-image: none;
	border: 0;
}
.node--landing-page--full .group-main h1 {
	text-align: center;
}
.asset-wrapper.aid-148 {
	margin-top: 250px;
}

.asset-wrapper .asset-title,
.asset-wrapper h1 {
	font-size: 30px;
	padding-top: 1rem;
	font-family: var(--font-sans-serif);
	line-height: 1.32;
	color: var(--blue);
	font-weight: 700;
	text-align: center;
	margin-top: 0;
}
.asset-wrapper h1 {
	font-size: 48px;
}
.asset-b .field-name-field-promo-link a {
	border: 1px solid #BC4C5E!important;
    color: var(--white);
    position: relative;
    border-radius: 1.3rem;
    font-weight: 600;
    font-family: var(--font-sans-serif);
    overflow: hidden;
    padding: 1.3rem 1.9rem;
    font-size: 1.8rem;
    line-height: 1;
    text-align: center;
    box-shadow: 0 0 0 0.1rem var(--gray);
    display: inline-block;
}
.asset-b .field-name-field-promo-link a:before {
	content: none;
}
.asset-b .field-name-field-promo-link a:hover {
	background: #1F4053!important;
    color: #fff !important;
}
.field-name-field-partner-image a:before,
.field-name-field-partners  .field-collection-view::after {
	content: none!important;
}
.field-name-field-partners  .field-collection-view {
	padding: 0rem 2rem;
}
.field-name-field-partner-image {
	display: inline-block; 
}
@media only screen and (max-width: 500px) {
	.field-name-field-partners .field-name-field-partner-image {
		height: auto;
	}
	.field-name-field-partners .field-name-field-partner-image picture img {
		display: flex!important;
		margin: 20px auto;
		width: 200px!important;
	}
}
.asset-in-page-slide-show .splide__slide img {
	width: 100%;
}
.asset-in-page-slide-show {
	max-width: 1080px!important;
}
.asset-in-page-slide-show .splide__pagination {
	bottom: .5em;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1;
}
.asset-in-page-slide-show .splide__pagination li {
	display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto;
}
.asset-in-page-slide-show .splide__pagination .splide__pagination__page.is-active {
	background: rgba(121, 89, 156, 1);
}
.asset-in-page-slide-show .splide__pagination .splide__pagination__page {
	width: 10px;
    height: 10px;
    background: rgba(121, 89, 156, 0.5);
}
.asset-in-page-slide-show .splide__arrows .slick-arrow.fa-arrow-left {
	top: 95%;
    bottom: 0;
    left: 42%;
    background: transparent;
    font-size: 22px;
    position: absolute;
    border: 0;
    cursor: pointer;
    z-index: 22;
	opacity: 0.7;
	transition: 0.3s;
}
.asset-in-page-slide-show .splide__arrows .slick-arrow.fa-arrow-right {
	top: 95%;
    bottom: 0;
    right: 42%;
    background: transparent;
    font-size: 22px;
    position: absolute;
    border: 0;
    cursor: pointer;
    z-index: 22;
	opacity: 0.7;
	transition: 0.3s;
}
.asset-in-page-slide-show .splide__pagination {
	bottom: 12px;
}
.asset-in-page-slide-show .splide {
	padding-bottom: 50px;
}
.asset-in-page-slide-show .splide__arrows .slick-arrow.fa-arrow-left:hover {
	opacity: 1;
}
.asset-in-page-slide-show .splide__arrows .slick-arrow.fa-arrow-right:hover {
	opacity: 1;
}
.asset-in-page-slide-show .splide__arrows svg {
	display: none;
}
@media only screen and (max-width: 768px) {
	.asset-in-page-slide-show .splide__arrows .slick-arrow.fa-arrow-left,
	.asset-in-page-slide-show .splide__arrows .slick-arrow.fa-arrow-right {
		top: 93%;
	}
	.asset-in-page-slide-show .splide__arrows .slick-arrow.fa-arrow-left {
		left: 40%;
	}
	.asset-in-page-slide-show .splide__arrows .slick-arrow.fa-arrow-right {
		right: 40%;
	}
	.content .group-image-text {
		padding: 0 30px;
	}
}
@media only screen and (max-width: 550px) {
	.asset-in-page-slide-show .splide__arrows .slick-arrow.fa-arrow-left,
	.asset-in-page-slide-show .splide__arrows .slick-arrow.fa-arrow-right {
		top: 88%;
	}
	.asset-in-page-slide-show .splide__arrows .slick-arrow.fa-arrow-left {
		left: 33%;
	}
	.asset-in-page-slide-show .splide__arrows .slick-arrow.fa-arrow-right {
		right: 33%;
	}
	


	.field-name-field-in-page-slidshow-image {
		width: 100%;
		max-height: 100%;
		overflow: hidden;
	}
	.field-name-field-in-page-slidshow-image img {
		width: 100%;
		height: 100%;
		display: block;
	}
	.asset-image-text .field-collection-view {
		padding: 0;
	}
}
.field-name-field-in-page-slidshow-image {
	width: 100%;
    max-height: 800px;
	overflow: hidden;
}
.field-name-field-in-page-slidshow-image img {
	width: 100%;
	height: 100%;
    display: block;
}
.asset-image-text .field-collection-view::after {
	content: none;
}
@media screen and (min-width: 596px) and (max-width: 615px) {
	.sticky-menu {
		top: 168px;
	}
}
@media screen and (min-width: 1477px) and (max-width: 1525px) {
	.sticky-menu .swiper-wrapper {
		margin-left: 0;
	}
}
.asset-image-text .field-name-field-image-text-title {
	margin-top: 30px;
}