/* CSS Document */

/*html,*/
/*body{*/
/*    overflow-x: hidden;*/
/*}*/
html.no-scroll{
	overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}

body{
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0 !important;
}
body:before{
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: linear-gradient(to bottom right, #046e96, #065A7B);
	z-index: -1;
}

[data-canvas=container]{
	background-color: var(--bs-white);
	padding-top: 70px;
}
[data-canvas=container].w-header{
	padding-top: 0 !important;
}

main{
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	overflow-x: hidden;
}

img{
	border: 0px;
}
p{
	margin: 0 !important;
	padding: 0 !important;
}
a{
    text-decoration: none !important;
	transition: all .3s cubic-bezier(.335,.015,.25,.995);
}
a.no-ease{
    transition: none !important;
}
a:hover,
a:focus{
	text-decoration: none !important;
}
.container{
	max-width: 1200px !important;
	position: relative;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.container.widish{
	max-width: 1400px !important;
}
.container.wide{
	max-width: 1600px !important;
}
.container.widest{
	max-width: 1800px !important;
}
.container.full{
	max-width: 100% !important;
	padding: 0 !important;
}
.modal{
	z-index: 99999999 !important;
}

/* Landing Page Styles */
#landing-page:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 170px;
	background: url("../images/landing-page/bg-xs.svg") no-repeat bottom center;
	background-size: cover;
	z-index: -1;
}
#landing-page .btn{
	width: 60px;
	height: 60px;
}
#landing-page .btn,
#landing-page .btn:before,
#landing-page .btn:after{
	border-radius: 100% !important;
}
#landing-page picture img{
	width: 200px;
}

/* Offcanvas Nav Styles */
#nav-main,
#nav-main .triggers{
	height: 70px;
}
#nav-main,
#nav-main:after{
	transition: all .3s cubic-bezier(.335,.015,.25,.995);
}
#nav-main{
	z-index: 1046 !important;
}
#nav-main:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right bottom, #00acec, #0197ce, #0382b2, #046e96, #065a7b);
	z-index: -1;
	opacity: 0;
}
#nav-main.active:after{
	opacity: .9;
}

#nav-main .logo img{
	height: 28px;
}

#nav-main .toggle-menu .hamburger{
	height: 60px;
}
#nav-main .toggle-menu .hamburger .hamburger-box,
#nav-main .toggle-menu .hamburger .hamburger-inner,
#nav-main .toggle-menu .hamburger .hamburger-inner:before,
#nav-main .toggle-menu .hamburger .hamburger-inner:after{
	width: 34px;
}
#nav-main .toggle-menu .hamburger .hamburger-inner,
#nav-main .toggle-menu .hamburger .hamburger-inner:before,
#nav-main .toggle-menu .hamburger .hamburger-inner:after{
    background-color: var(--secondary-color-hover);
    border-radius: 5px;
}
#nav-main .toggle-menu .hamburger .hamburger-inner:before{
	top: -12px;
}
#nav-main .toggle-menu .hamburger .hamburger-inner:after{
	bottom: -12px;
}
#nav-main .toggle-menu .hamburger.is-active .hamburger-inner:after{
	bottom: 0;
}
#nav-main .toggle-menu .hamburger.is-active:hover,
#nav-main .toggle-menu .hamburger:hover{
    opacity: 1;
}
#nav-main.up{
    margin-top: -70px;
}

.offcanvas{
	width: 330px !important;
	overflow-y: scroll;
}
.alt-offcanvas {
	width: 100% !important;
}
.offcanvas.sm{
	max-width: 350px !important;
}
.offcanvas-header{
	height: 56px;
	z-index: 1;
}
.offcanvas-body{
	height: calc(100% - 56px);
	margin-top: 56px;
}
.offcanvas.showing.hiding{
	visibility: hidden;
}

.offcanvas.offcanvas-end{
	top: 0 !important;
	padding-top: 70px;
	border-left: none !important;
}
.offcanvas-backdrop{
	background-color: var(--black-color) !important;
}

.offcanvas a{
	transition: none;
}
.offcanvas a span,
.offcanvas a svg{
	transition: all .3s cubic-bezier(.335,.015,.25,.995);
}
.offcanvas a span{
	display: inline-block;
}
.offcanvas nav.main a:hover span{
	transform: translateX(15px);
}
.offcanvas a.back-link:hover span{
	transform: translateX(-10px);
}
.offcanvas nav a:hover svg{
	color: var(--secondary-color-hover) !important;
}
.offcanvas .main-link{
	font-family: var(--secondary-font);
	font-size: 26px;
	font-weight: 900;
	letter-spacing: 2px;
	line-height: 1.2;
}
.offcanvas nav.sub a{
	letter-spacing: 1px;
}
.offcanvas nav.sub a:hover{
	letter-spacing: 2px;
}


/* End Offcanvas Nav Styles */

#bg-main-video{
	position: fixed;
	top: -5%;
	left: 0;
	width: 100vw;
	height: calc(100vh + 10%);
	object-fit: cover;
	z-index: -2;
}
#bg-main-video video {
	object-fit: cover;
}

#live-event,
#live-event .text-primary-color-hover{
	transition: all .3s cubic-bezier(.335,.015,.25,.995);
}
#live-event{
	position: absolute;
	left: 0;
	top: 90px;
	border-radius: 0 20px 20px 0;
	z-index: 999;
}
#live-event:hover{
	border-radius: 0 10px 10px 0;
}
#live-event:hover .text-primary-color-hover{
	color: var(--secondary-color) !important;
}

#home-top{
	margin-top: 70px;
}

.explore-main {
	position: relative;
    z-index: 1;
}
.explore-main button,
.explore-main button:hover,
.explore-main button:after,
.explore-main button:hover:after{
	border-radius: 100% !important;
}
.explore-main button svg,
.explore-main button:after{
	transition: all .3s cubic-bezier(.335,.015,.25,.995);
}
.explore-main button{
	position: relative;
	height: 180px;
	width: 180px;
	background-image: linear-gradient(to right bottom, #ffffff, #f8f9ff, #ebf5ff, #dbf2ff, #c9f0ff);
}
.explore-main button:after{
	content: "";
	position: absolute;
	top: -10px;
	left: -10px;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	background-image: linear-gradient(to right bottom, #00acec, #0197ce, #0382b2, #046e96, #065a7b);
	box-shadow: 10px 10px 20px rgba(0,0,0,.1);
	z-index: -1;
	opacity: .25;
}
.explore-main button.show:after,
.explore-main button:hover:after{
	top: -25px;
	left: -25px;
	width: calc(100% + 50px);
	height: calc(100% + 50px);
	opacity: .25;
}
.explore-main button.show svg,
.explore-main button:hover svg{
	transform: translateY(10px);
}
.explore-main .dropdown-menu {
	margin-top: -60px !important;
	padding-top: 85px;
	border-radius: 30px;
	background-image: linear-gradient(to right bottom, rgba(6, 90, 123, 0.8), rgba(5, 78, 107, 0.8), rgba(4, 67, 92, 0.8), rgba(3, 56, 77, 0.8), rgba(3, 45, 62, 0.8));
	z-index: -2;
}
.explore-main .dropdown-menu a svg {
	transition: transform .3s cubic-bezier(.335,.015,.25,.995);
}
.explore-main .dropdown-menu a:hover svg {
	transform:  translateX(-8px);
}
.explore-main .dropdown-menu > div a:not(:last-child){
	margin-bottom: 15px
}

#home-main{
	margin-top: -60px;
}
/* #home-main.mask{
	-webkit-mask-box-image: url(../images/svg-home-main-xs.svg);
	mask-border: url(../images/svg-home-main-xs.svg);
} */
/* #home-main .mask{
	padding-top: calc(70px - 1.5rem);
	position: relative;
	z-index: 1;
	min-height: 275px;
}
#home-main .mask .content{
	position: relative;
	z-index: 2;
} */

#events-main,
#events-ua{
	-webkit-mask-box-image: url(../images/svg-home-main-xs.svg);
	mask-border: url(../images/svg-home-main-xs.svg);
}

.action-calls a,
.action-calls a:before,
.action-calls a:after,
.action-calls a picture{
	transition: all .3s cubic-bezier(.335,.015,.25,.995);
}
.action-calls a{
	position: relative;
	overflow: hidden;
}
.action-calls a,
.action-calls a:before,
.action-calls a:after{
	border-radius: 20px;
}
.action-calls a:hover,
.action-calls a:hover:before,
.action-calls a:hover:after{
	border-radius: 30px;
}
.action-calls a:before,
.action-calls a:after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.action-calls a:before,
.action-calls a:hover:after{
	opacity: .8;
}
.action-calls a:hover:before,
.action-calls a:after{
	opacity: 0;
}
.action-calls a:before{
	background-image: linear-gradient(to right bottom, #065a7b, #054e6b, #04435c, #03384d, #032d3e);
}
.action-calls a:after{
	background-image: linear-gradient(to right bottom, #00acec, #0197ce, #0382b2, #046e96, #065a7b);
}
.action-calls a:hover picture{
	transform: scale(1.1);
}

/* FOOTER CSS */
footer{
	/* -webkit-mask-box-image: url(../images/svg-footer-xs.svg);
	mask-border: url(../images/svg-footer-xs.svg); */
	margin-bottom: 60px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	position: relative;
	z-index: 2;
}
footer .logo img{
    height: 150px;
}

#bottom-ctas{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background-color: var(--primary-color-hover);
	z-index: 999;
}
#bottom-ctas .btn{
	height: 40px;
	width: 50px;
}
#bottom-ctas .btn,
#bottom-ctas .btn:before,
#bottom-ctas .btn:after{
	border-radius: 10px !important;
}
#bottom-ctas .btn:hover,
#bottom-ctas .btn:hover:before,
#bottom-ctas .btn:hover:after{
	border-radius: 20px !important;
}
#bottom-ctas .cd-top{
	position: relative;
	visibility: visible !important;
	opacity: 1 !important;
}
#bottom-ctas a .content{
	display: none;
}

/********************************************************** MEDIA QUERRIES ******************************************************************/

/* Phone (landscape) */
@media (min-width: 576px){

	.offcanvas{
		width: 360px !important;
	}
	.alt-offcanvas {
		width: 425px !important;
	}

	#nav-main .logo img{
		height: 34px;
	}

	.logo-ua img{
		max-width: 170px;
	}

	.explore-main .dropdown-menu {
		border-radius: 40px;
	}

	/* #home-main .mask{
		min-height: 350px;
	} */

}

/* Tablet (portrait) */
@media(min-width:768px){

	/* Landing Page Styles */
	#landing-page:after{
		height: 210px;
	}
	#landing-page .btn{
		width: 70px;
		height: 70px;
	}
	#landing-page picture img{
		width: 250px;
	}

	.offcanvas{
		width: 400px !important;
	}
	.alt-offcanvas {
		width: 500px !important;
	}
	.offcanvas .main-link{
		font-size: 32px;
	}

	/* #home-main .mask{
		min-height: 400px;
	} */
	
}

/* Tablet (landscape) */
@media(min-width:992px){

	.offcanvas{
		width: 450px !important;
	}
	.alt-offcanvas {
		width: 550px !important;
	}

	/* #home-main.mask,
	#home-main .mask{
		-webkit-mask-box-image: url(../images/svg-home-main-xl.svg);
		mask-border: url(../images/svg-home-main-xl.svg);
	} */
	/* #home-main .mask {
		padding: 10rem 0 9rem;
		min-height: 450px;
	}
	#home-main.mask:after{
		opacity: .25;
	}
	#home-main .mask:after{
		display: none;
	}
	#home-main .mask .content{
		min-width: 60%;
	} */
	/* #home-main .mask .content:after{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: linear-gradient(to right bottom, #065a7b, #054e6b, #04435c, #03384d, #032d3e);
		border-top-right-radius: 100px;
		border-bottom-right-radius: 100px;
		opacity: .95;
		z-index: 1;
	} */
	/* #home-main .mask .content h2,
	#home-main .mask .content > div{
		position: relative;
		z-index: 3;
	} */

	#events-main{
		-webkit-mask-box-image: url(../images/svg-events-main.svg);
		mask-border: url(../images/svg-events-main.svg);
	}
	
}

/* Desktop */
@media(min-width:1200px){

	body:before{
		background: linear-gradient(to bottom right, #00ACEC, #065A7B);
		opacity: .8;
	}

	/* Landing Page Styles */
	#landing-page:after{
		position: fixed;
		width: 56vw;
		height: 100vh;
		background: url("../images/landing-page/bg-lg.svg") no-repeat right center;
		background-size: cover;
	}
	#landing-page .btn{
		width: 80px;
		height: 80px;
	}
	#landing-page picture img{
		width: 220px;
	}
    
	[data-canvas=container]{
		padding-top: 100px !important;
	}

	#home-top{
		margin-top: 100px;
	}

	#nav-main,
	#nav-main .triggers{
		height: 100px;
	}
	#nav-main.up{
		margin-top: -100px;
	}

	#nav-main .logo img{
		height: 54px;
	}

	#nav-main .toggle-menu .hamburger{
		height: 76px;
	}

	.offcanvas{
		width: 550px !important;
		/*overflow-y: hidden;*/
	}
	.alt-offcanvas {
		width: 650px !important;
	}
	.offcanvas.offcanvas-end {
		padding-top: 100px;
	}
	.offcanvas .main-link{
		font-size: 36px;
	}
	.offcanvas nav.sub a:hover{
		letter-spacing: 3px;
	}

	.explore-main button{
		height: 250px;
		width: 250px;
	}
	.explore-main button:after{
		top: -15px;
		left: -15px;
		width: calc(100% + 30px);
		height: calc(100% + 30px);
	}
	.explore-main button.show:after,
	.explore-main button:hover:after{
		top: -35px;
		left: -35px;
		width: calc(100% + 70px);
		height: calc(100% + 70px);
	}
	.explore-main .dropdown-menu {
		margin-top: -85px !important;
		padding-top: 120px;
		border-radius: 50px;
	}

	#live-event{
		top: calc(4.5rem + 100px);
		max-width: 160px;
		border-radius: 0 50px 50px 0;
	}
	#live-event:hover{
		border-radius: 0 30px 30px 0;
	}

	/* #home-main .mask {
		min-height: 500px;
	} */

	/* FOOTER CSS */
	footer {
		/* -webkit-mask-box-image: url(../images/svg-footer-xl.svg);
		mask-border: url(../images/svg-footer-xl.svg); */
		margin-bottom: 0;
	}

	#bottom-ctas{
		bottom: 1rem;
		left: auto;
		right: 1rem;
		width: 50px;
		height: auto;
		background-color: transparent;
	}
	#bottom-ctas .btn{
		height: 50px;
		width: 50px;
	}
	#bottom-ctas .btn,
	#bottom-ctas .btn:before,
	#bottom-ctas .btn:after{
		border-radius: 20px !important;
	}
	#bottom-ctas .btn:hover,
	#bottom-ctas .btn:hover:before,
	#bottom-ctas .btn:hover:after{
		border-radius: 30px !important;
	}
	#bottom-ctas .cd-top,
	#bottom-ctas .cd-top svg,
	#bottom-ctas a .content{
		transition: all .3s cubic-bezier(.335,.015,.25,.995);
	}
	#bottom-ctas .cd-top{
		visibility: hidden !important;
		opacity: 0;
	}
	#bottom-ctas .cd-top.cd-is-visible{
		visibility: visible !important;
		opacity: 1;
	}
	#bottom-ctas a{
		position: relative;
	}
	#bottom-ctas a .content{
		display: inline-block;
		position: absolute;
		top: 16px;
		right: 0;
		opacity: 0;
	}
	#bottom-ctas a:hover .content{
		right: 60px;
		opacity: 1;
	}
	
}

@media(min-width:1400px){

	/* Landing Page Styles */
	#landing-page .btn{
		width: 90px;
		height: 90px;
	}
	#landing-page picture img{
		width: 300px;
	}

	.offcanvas{
		width: 600px !important;
	}
	.alt-offcanvas {
		width: 740px !important;
	}
	.offcanvas .main-link{
		font-size: 40px;
	}

	#live-event{
		max-width: 200px;
	}

	/* #home-main .mask {
		padding: 13rem 0 12rem;
	}
	#home-main .mask .content{
		min-width: 45%;
	}
	#home-main .mask .content:after{
		border-top-right-radius: 150px;
		border-bottom-right-radius: 150px;
	} */

	#events-ua{
		-webkit-mask-box-image: url(../images/svg-events-ua.svg);
		mask-border: url(../images/svg-events-ua.svg);
	}

	.logo-ua img{
		max-width: 120px;
	}

	#home-main .mask {
		min-height: 575px;
	}

}

@media(min-width:1600px){

	/* Landing Page Styles */
	#landing-page picture img{
		width: 380px;
	}

	/* #home-main .mask {
		padding: 14rem 0 13rem;
	} */

	.logo-ua img{
		max-width: 170px;
	}

	/* #home-main .mask {
		min-height: 675px;
	} */

}

@media(min-width:1800px){

	/* Landing Page Styles */
	#landing-page picture img{
		width: 440px;
	}

	/* #home-main .mask {
		min-height: 750px;
	} */
	
}

@media(min-width:1900px){

	/* #home-main .mask {
		min-height: 775px;
	} */
	
}


/*************** Typography Styles ***************/

body{
	font-family: var(--primary-font) !important;
	font-size: 16px !important;
	color: var(--body-color) !important;
	font-weight: 400 !important;
}
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6{
	margin: 0 !important;
	font-family: var(--secondary-font) !important;
	font-weight: 900 !important;
	line-height: 1 !important;
}
.flex-1{
	flex: 1;
}
.text-block.xs .block{
	max-width: 400px;
}
.text-block.sm .block{
	max-width: 600px;
}
.text-block.md .block{
	max-width: 700px;
}
.text-block.lg .block{
	max-width: 800px;
}
.text-block.xl .block{
	max-width: 1000px;
}
.lead{
	font-size: 16px !important;
}
.lead-set,
.lead.lg{
	font-size: 20px !important;
}
.lead.lg-set,
.lead.xl{
	font-size: 24px !important;
}
.lead.xl-set{
	font-size: 30px !important;
}
.text-xs{
	font-size: 10px !important;
}
.text-xs-set,
.text-sm,
.text-grow{
	font-size: 12px !important;
}
.text-sm-set,
.text-md{
	font-size: 14px !important;
}
.ls0{
	letter-spacing: 0 !important;
}
.ls1{
	letter-spacing: 1px !important;
}
.ls2{
	letter-spacing: 2px !important;
}
.ls3{
	letter-spacing: 3px !important;
}
.ls4{
	letter-spacing: 4px !important;
}
.ls5{
	letter-spacing: 5px !important;
}
.ls6{
	letter-spacing: 6px !important;
}
.ls7{
	letter-spacing: 7px !important;
}
.ls8{
	letter-spacing: 8px !important;
}
.ls9{
	letter-spacing: 9px !important;
}
.ls10{
	letter-spacing: 10px !important;
}
h1.main,
h1 .main,
.h1.main,
.h1 .main,
h2.main,
h2 .main,
.h2.main,
.h2 .main,
h1.main.xlish,
h1 .main.xlish,
.h1.main.xlish,
.h1 .main.xlish,
h2.main.xlish,
h2 .main.xlish,
.h2.main.xlish,
.h2 .main.xlish{
	font-size: 30px;
}
h1.main-set,
h1 .main-set,
.h1.main-set,
.h1 .main-set{
	font-size: 50px;
}
h1.main.xlish-set,
h1 .main.xlish-set,
.h1.main.xlish-set,
.h1 .main.xlish-set{
	font-size: 60px;
}
h1.main.xl-set,
h1 .main.xl-set,
.h1.main.xl-set,
.h1 .main.xl-set{
	font-size: 80px;
}
h1.main.xl,
h1 .main.xl,
.h1.main.xl,
.h1 .main.xl,
h2.main.xl,
h2 .main.xl,
.h2.main.xl,
.h2 .main.xl,
h3.main-set,
h3 .main-set,
.h3.main-set,
.h3 .main-set{
	font-size: 40px;
}
h1.main.xler,
h1 .main.xler,
.h1.main.xler,
.h1 .main.xler{
	font-size: 60px;
}
h1.main.xlest,
h1 .main.xlest,
.h1.main.xlest,
.h1 .main.xlest{
	font-size: 80px;
}
h3.main,
h3 .main,
.h3.main,
.h3 .main{
	font-size: 30px;
}
.bord-all{
	border: 1px solid !important;
}
.bord-none{
	border: none !important;
}
.bord-top{
	border-top: 1px solid !important;
}
.bord-top-0{
	border-top: none !important;
}
.bord-right{
	border-right: 1px solid !important;
}
.bord-right-0{
	border-right: none !important;
}
.bord-bottom{
	border-bottom: 1px solid !important;
}
.bord-bottom-0{
	border-bottom: none !important;
}
.bord-left{
	border-left: 1px solid !important;
}
.bord-left-0{
	border-left: none !important;
}
.card-columns{
	-webkit-column-count: 2 !important;
	-moz-column-count: 2 !important;
	column-count: 2 !important;
}
.w-100-auto,
.w-100-sm-auto,
.w-100-md-auto,
.w-100-lg-auto,
.w-100-xl-auto,
.w-100-xxl-auto{
	width: 100%;
}

.thumb-nail{
	position: relative;
	overflow: hidden;
}
.thumb-nail.main{
	height: 170px;
	min-height: 170px;
	max-height: 170px;
}
.thumb-nail.main.event-page{
	height: 225px;
	min-height: 225px;
	max-height: 225px;
}
.thumb-nail.list,
.thumb-nail.list.sm{
	height: 80px;
	min-height: 80px;
	max-height: 80px;
}
.thumb-nail.main.staff{
	height: 200px;
	min-height: 200px;
	max-height: 200px;
}
.thumb-nail.page{
	height: 150px;
	min-height: 150px;
	max-height: 150px;
}
.thumb-nail > div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wave-logo img{
	height: 100px;
}

.overflow-contain{
	overflow-x: scroll;
}
.overflow-contain .row a{
	width: 250px;
}

.thumbnail-content{
	position: relative;
}
.thumbnail-content,
.thumbnail-content:after{
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.thumbnail-content:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .25;
	z-index: 0;
	transition: all .3s cubic-bezier(.335,.015,.25,.995);
}
a:hover .thumbnail-content:after{
	opacity: .75;
}
.thumbnail-content.primary:after{
	background-image: linear-gradient(to right bottom, #065a7b, #054e6b, #04435c, #03384d, #032d3e);
}
.thumbnail-content.secondary:after{
	background-image: linear-gradient(to right bottom, #aae8ff, #97e2ff, #82dcff, #6bd5ff, #4ecfff);
}

.pic-mask,
.pic-mask picture{
	position: relative;
}
/* .pic-mask{
	overflow: visible;
}
.pic-mask picture{
	z-index: 2;
}
.pic-mask:after{
	content: "";
	position: absolute;
	top: 15px;
	left: 10px;
	width: 100%;
	height: 100%;
	opacity: .25;
	z-index: 1;
}
.pic-mask.left:after{
	background: url("../images/svg-pic-left.svg") no-repeat center center;
	background-size: contain;
}
.pic-mask.right:after{
	background: url("../images/svg-pic-right.svg") no-repeat center center;
	background-size: contain;
}

.pic-mask.left picture{
	-webkit-mask-box-image: url(../images/svg-pic-left.svg);
	mask-border: url(../images/svg-pic-left.svg);
}
.pic-mask.right picture{
	-webkit-mask-box-image: url(../images/svg-pic-right.svg);
	mask-border: url(../images/svg-pic-right.svg);
} */

/* Phone (landscape) */
@media (min-width: 576px){
	.flex-sm-1{
		flex: 1;
	}
	.ls-sm-0{
		letter-spacing: 0 !important;
	}
	.ls-sm-1{
		letter-spacing: 1px !important;
	}
	.ls-sm-2{
		letter-spacing: 2px !important;
	}
	.ls-sm-3{
		letter-spacing: 3px !important;
	}
	.ls-sm-4{
		letter-spacing: 4px !important;
	}
	.ls-sm-5{
		letter-spacing: 5px !important;
	}
	.ls-sm-6{
		letter-spacing: 6px !important;
	}
	.ls-sm-7{
		letter-spacing: 7px !important;
	}
	.ls-sm-8{
		letter-spacing: 8px !important;
	}
	.ls-sm-9{
		letter-spacing: 9px !important;
	}
	.ls-sm-10{
		letter-spacing: 10px !important;
	}
	h1.main,
	h1 .main,
	.h1.main,
	.h1 .main,
	h2.main,
	h2 .main,
	.h2.main,
	.h2 .main{
		font-size: 34px;
	}
	h1.main.xlish,
	h1 .main.xlish,
	.h1.main.xlish,
	.h1 .main.xlish,
	h2.main.xlish,
	h2 .main.xlish,
	.h2.main.xlish,
	.h2 .main.xlish{
		font-size: 40px;
	}
	h1.main.xl,
	h1 .main.xl,
	.h1.main.xl,
	.h1 .main.xl,
	h2.main.xl,
	h2 .main.xl,
	.h2.main.xl,
	.h2 .main.xl{
		font-size: 54px;
	}
	h1.main.xler,
	h1 .main.xler,
	.h1.main.xler,
	.h1 .main.xler{
		font-size: 70px;
	}
	h1.main.xlest,
	h1 .main.xlest,
	.h1.main.xlest,
	.h1 .main.xlest{
		font-size: 100px;
	}
	h3.main,
	h3 .main,
	.h3.main,
	.h3 .main{
		font-size: 26px;
	}
	.bord-sm-all{
		border: 1px solid !important;
	}
	.bord-sm-top{
		border-top: 1px solid !important;
	}
	.bord-sm-right{
		border-right: 1px solid !important;
	}
	.bord-sm-bottom{
		border-bottom: 1px solid !important;
	}
	.bord-sm-bottom-none{
		border-bottom: none !important;
	}
	.bord-sm-left{
		border-left: 1px solid !important;
	}
	.card-columns{
		-webkit-column-count: 3 !important;
		-moz-column-count: 3 !important;
		column-count: 3 !important;
	}
	.w-100-auto,
	.w-100-sm-auto{
		width: auto;
	}

	.main-carousel .carousel .slides{
		min-width: 88%;
		max-width: 88%;
	}
	.main-carousel .carousel .control{
		min-width: 6%;
		max-width: 6%;
	}

	.thumb-nail.list{
		height: 150px;
		min-height: 150px;
		max-height: 150px;
	}
	.thumb-nail.main.staff{
		height: 250px;
		min-height: 250px;
		max-height: 250px;
	}
	.thumb-nail.page{
		height: 175px;
		min-height: 175px;
		max-height: 175px;
	}

	/* .pic-mask:after{
		top: 25px;
		left: 20px;
	} */

}

/* Tablet (portrait) */
@media(min-width:768px){
	.flex-md-1{
		flex: 1;
	}
	.ls-md-0{
		letter-spacing: 0 !important;
	}
	.ls-md-1{
		letter-spacing: 1px !important;
	}
	.ls-md-2{
		letter-spacing: 2px !important;
	}
	.ls-md-3{
		letter-spacing: 3px !important;
	}
	.ls-md-4{
		letter-spacing: 4px !important;
	}
	.ls-md-5{
		letter-spacing: 5px !important;
	}
	.ls-md-6{
		letter-spacing: 6px !important;
	}
	.ls-md-7{
		letter-spacing: 7px !important;
	}
	.ls-md-8{
		letter-spacing: 8px !important;
	}
	.ls-md-9{
		letter-spacing: 9px !important;
	}
	.ls-md-10{
		letter-spacing: 10px !important;
	}
	h1.main,
	h1 .main,
	.h1.main,
	.h1 .main,
	h2.main,
	h2 .main,
	.h2.main,
	.h2 .main{
		font-size: 38px;
	}
	h1.main.xlish,
	h1 .main.xlish,
	.h1.main.xlish,
	.h1 .main.xlish,
	h2.main.xlish,
	h2 .main.xlish,
	.h2.main.xlish,
	.h2 .main.xlish{
		font-size: 46px;
	}
	h1.main.xl,
	h1 .main.xl,
	.h1.main.xl,
	.h1 .main.xl,
	h2.main.xl,
	h2 .main.xl,
	.h2.main.xl,
	.h2 .main.xl{
		font-size: 64px;
	}
	h1.main.xler,
	h1 .main.xler,
	.h1.main.xler,
	.h1 .main.xler{
		font-size: 80px;
	}
	h1.main.xlest,
	h1 .main.xlest,
	.h1.main.xlest,
	.h1 .main.xlest{
		font-size: 110px;
	}
	h3.main,
	h3 .main,
	.h3.main,
	.h3 .main{
		font-size: 30px;
	}
	.bord-md-all{
		border: 1px solid !important;
	}
	.bord-md-top{
		border-top: 1px solid !important;
	}
	.bord-md-right{
		border-right: 1px solid !important;
	}
	.bord-md-bottom{
		border-bottom: 1px solid !important;
	}
	.bord-md-left{
		border-left: 1px solid !important;
	}
	.w-100-md-auto{
		width: auto;
	}

	.main-carousel .carousel .slides{
		min-width: 90%;
		max-width: 90%;
	}
	.main-carousel .carousel .control{
		min-width: 5%;
		max-width: 5%;
	}

	.overflow-contain.md{
		overflow-x: hidden;
	}
	.overflow-contain.md .row a{
		width: auto;
	}

	.thumb-nail.list,
	.thumb-nail.main.event-page{
		height: 170px;
		min-height: 170px;
		max-height: 170px;
	}
	.thumb-nail.main.staff{
		height: 275px;
		min-height: 275px;
		max-height: 275px;
	}
	.thumb-nail.page{
		height: 200px;
		min-height: 200px;
		max-height: 200px;
	}

}

/* Tablet (landscape) */
@media(min-width:992px){
	.flex-lg-1{
		flex: 1;
	}
	.lead{
		font-size: 18px !important;
	}
	.lead.lg{
		font-size: 22px !important;
	}
	.lead.xl{
		font-size: 26px !important;
	}
	.text-grow{
		font-size: 14px !important;
	}
	.ls-lg-0{
		letter-spacing: 0 !important;
	}
	.ls-lg-1{
		letter-spacing: 1px !important;
	}
	.ls-lg-2{
		letter-spacing: 2px !important;
	}
	.ls-lg-3{
		letter-spacing: 3px !important;
	}
	.ls-lg-4{
		letter-spacing: 4px !important;
	}
	.ls-lg-5{
		letter-spacing: 5px !important;
	}
	.ls-lg-6{
		letter-spacing: 6px !important;
	}
	.ls-lg-7{
		letter-spacing: 7px !important;
	}
	.ls-lg-8{
		letter-spacing: 8px !important;
	}
	.ls-lg-9{
		letter-spacing: 9px !important;
	}
	.ls-lg-10{
		letter-spacing: 10px !important;
	}
	h1.main,
	h1 .main,
	.h1.main,
	.h1 .main,
	h2.main,
	h2 .main,
	.h2.main,
	.h2 .main{
		font-size: 44px;
	}
	h1.main.xlish,
	h1 .main.xlish,
	.h1.main.xlish,
	.h1 .main.xlish,
	h2.main.xlish,
	h2 .main.xlish,
	.h2.main.xlish,
	.h2 .main.xlish{
		font-size: 54px;
	}
	h1.main.xl,
	h1 .main.xl,
	.h1.main.xl,
	.h1 .main.xl,
	h2.main.xl,
	h2 .main.xl,
	.h2.main.xl,
	.h2 .main.xl{
		font-size: 72px;
	}
	h1.main.xler,
	h1 .main.xler,
	.h1.main.xler,
	.h1 .main.xler{
		font-size: 90px;
	}
	h1.main.xlest,
	h1 .main.xlest,
	.h1.main.xlest,
	.h1 .main.xlest{
		font-size: 130px;
	}
	h3.main,
	h3 .main,
	.h3.main,
	.h3 .main{
		font-size: 36px;
	}
	.bord-lg-all{
		border: 1px solid !important;
	}
	.bord-lg-top{
		border-top: 1px solid !important;
	}
	.bord-lg-right{
		border-right: 1px solid !important;
	}
	.bord-lg-bottom{
		border-bottom: 1px solid !important;
	}
	.bord-lg-left {
		border-left: 1px solid !important;
	}
	.w-100-lg-auto{
		width: auto;
	}

	.main-carousel .carousel .slides{
		min-width: 92%;
		max-width: 92%;
	}
	.main-carousel .carousel .control{
		min-width: 4%;
		max-width: 4%;
	}

	.overflow-contain{
		overflow-x: hidden;
	}
	.overflow-contain .row a{
		width: auto;
	}

	.thumb-nail.main,
	.thumb-nail.main.event-page{
		height: 200px;
		min-height: 200px;
		max-height: 200px;
	}
	.thumb-nail.main.three{
		height: 250px;
		min-height: 250px;
		max-height: 250px;
	}
	.thumb-nail.list{
		height: 200px;
		min-height: 200px;
		max-height: 200px;
	}

}

/* Desktop */
@media(min-width:1200px){
	.flex-xl-1{
		flex: 1;
	}
	.lead{
		font-size: 20px !important;
	}
	.lead.lg{
		font-size: 24px !important;
	}
	.lead.xl{
		font-size: 30px !important;
	}
	.text-xs{
		font-size: 12px !important;
	}
	.text-sm{
		font-size: 14px !important;
	}
	.text-grow,
	.text-md{
		font-size: 16px !important;
	}
	.card-columns{
		-webkit-column-gap: 1rem !important;
		-moz-column-gap: 1rem !important;
		column-gap: 1rem !important;
	}
	.card-columns.four{
		-webkit-column-count: 4 !important;
		-moz-column-count: 4 !important;
		column-count: 4 !important;
	}
	.ls-xl-0{
		letter-spacing: 0 !important;
	}
	.ls-xl-1{
		letter-spacing: 1px !important;
	}
	.ls-xl-2{
		letter-spacing: 2px !important;
	}
	.ls-xl-3{
		letter-spacing: 3px !important;
	}
	.ls-xl-4{
		letter-spacing: 4px !important;
	}
	.ls-xl-5{
		letter-spacing: 5px !important;
	}
	.ls-xl-6{
		letter-spacing: 6px !important;
	}
	.ls-xl-7{
		letter-spacing: 7px !important;
	}
	.ls-xl-8{
		letter-spacing: 8px !important;
	}
	.ls-xl-9{
		letter-spacing: 9px !important;
	}
	.ls-xl-10{
		letter-spacing: 10px !important;
	}
	h1.main,
	h1 .main,
	.h1.main,
	.h1 .main,
	h2.main,
	h2 .main,
	.h2.main,
	.h2 .main{
		font-size: 50px;
	}
	h1.main.xlish,
	h1 .main.xlish,
	.h1.main.xlish,
	.h1 .main.xlish,
	h2.main.xlish,
	h2 .main.xlish,
	.h2.main.xlish,
	.h2 .main.xlish{
		font-size: 60px;
	}
	h1.main.xl,
	h1 .main.xl,
	.h1.main.xl,
	.h1 .main.xl,
	h2.main.xl,
	h2 .main.xl,
	.h2.main.xl,
	.h2 .main.xl{
		font-size: 80px;
	}
	h1.main.xler,
	h1 .main.xler,
	.h1.main.xler,
	.h1 .main.xler{
		font-size: 100px;
	}
	h1.main.xlest,
	h1 .main.xlest,
	.h1.main.xlest,
	.h1 .main.xlest{
		font-size: 150px;
	}
	h3.main,
	h3 .main,
	.h3.main,
	.h3 .main{
		font-size: 40px;
	}
	.bord-xl-all{
		border: 1px solid !important;
	}
	.bord-xl-top{
		border-top: 1px solid !important;
	}
	.bord-xl-top-none{
		border-top: none !important;
	}
	.bord-xl-right{
		border-right: 1px solid !important;
	}
	.bord-xl-bottom{
		border-bottom: 1px solid !important;
	}
	.bord-xl-left{
		border-left: 1px solid !important;
	}
	.w-100-xl-auto{
		width: auto;
	}

	.main-carousel.w-overflow .carousel .slick-list{
		overflow: visible;
	}
	.main-carousel.w-overflow .carousel .control{
		position: relative;
		z-index: 1;
	}
	.main-carousel.w-overflow .carousel .control:after{
		position: absolute;
		content: '';
		top: 0;
		height: 100%;
		width: 1000%;
		background-color: var(--bs-white);
		z-index: 1;
	}
	.main-carousel.w-overflow .carousel .control.prev:after{
		left: -1000%;
	}
	.main-carousel.w-overflow .carousel .control.next:after{
		right: -1000%;
	}

	.thumb-nail.main,
	.thumb-nail.main.event-page{
		height: 225px;
		min-height: 225px;
		max-height: 225px;
	}
	.thumb-nail.main.three{
		height: 285px;
		min-height: 285px;
		max-height: 285px;
	}
	.thumb-nail.main.staff{
		height: 300px;
		min-height: 300px;
		max-height: 300px;
	}
	.thumb-nail.page{
		height: 225px;
		min-height: 225px;
		max-height: 225px;
	}

	.modal-fullscreen-xl-down .modal-content{
		border-radius: 20px !important;
	}

	.overflow-contain:not(.no-translate) a:hover,
	a.translate-up:hover{
		transform: translateY(-20px);
	}

	::-webkit-scrollbar{
		width: 20px;
	}

	::-webkit-scrollbar-track{
		background-color: var(--primary-color);
	}

	::-webkit-scrollbar-thumb{
		background-color: var(--secondary-color);
		border-radius: 20px;
		border: 6px solid transparent;
		background-clip: content-box;
	}

	::-webkit-scrollbar-thumb:hover{
		background-color: var(--alternate-two-color);
	}

}

@media(min-width:1400px){

	.ls-xxl-0{
		letter-spacing: 0 !important;
	}
	.ls-xxl-1{
		letter-spacing: 1px !important;
	}
	.ls-xxl-2{
		letter-spacing: 2px !important;
	}
	.ls-xxl-3{
		letter-spacing: 3px !important;
	}
	.ls-xxl-4{
		letter-spacing: 4px !important;
	}
	.ls-xxl-5{
		letter-spacing: 5px !important;
	}
	.ls-xxl-6{
		letter-spacing: 6px !important;
	}
	.ls-xxl-7{
		letter-spacing: 7px !important;
	}
	.ls-xxl-8{
		letter-spacing: 8px !important;
	}
	.ls-xxl-9{
		letter-spacing: 9px !important;
	}
	.ls-xxl-10{
		letter-spacing: 10px !important;
	}

	.bord-xxl-all{
		border: 1px solid !important;
	}
	.bord-xxl-top{
		border-top: 1px solid !important;
	}
	.bord-xxl-right{
		border-right: 1px solid !important;
	}
	.bord-xxl-bottom{
		border-bottom: 1px solid !important;
	}
	.bord-xxl-left{
		border-left: 1px solid !important;
	}
	.w-100-xxl-auto{
		width: auto;
	}

	.main-carousel .carousel .slides{
		min-width: 93%;
		max-width: 93%;
	}
	.main-carousel .carousel .control{
		min-width: 3.5%;
		max-width: 3.5%;
	}

	.thumb-nail.main,
	.thumb-nail.main.event-page{
		height: 255px;
		min-height: 255px;
		max-height: 255px;
	}

}

@media(min-width:1600px){

	.main-carousel .carousel .slides{
		min-width: 94%;
		max-width: 94%;
	}
	.main-carousel .carousel .control{
		min-width: 3%;
		max-width: 3%;
	}

	.thumb-nail.main,
	.thumb-nail.main.event-page{
		height: 300px;
		min-height: 300px;
		max-height: 300px;
	}

}

@media(min-width:1800px){


}

.font-primary{
	font-family: var(--primary-font) !important;
}
.font-secondary{
	font-family: var(--secondary-font) !important;
}
.f200{
	font-weight: 200 !important;
}
.f300{
	font-weight: 300 !important;
}
.f400{
	font-weight: 400 !important;
}
.f500{
	font-weight: 500 !important;
}
.f600{
	font-weight: 600 !important;
}
.f700{
	font-weight: 700 !important;
}
.f800{
	font-weight: 800 !important;
}
.f900{
	font-weight: 900 !important;
}
.smlh{
	line-height: .8 !important;
}
.plh{
	line-height: 1 !important;
}
.mlh{
	line-height: 1.2 !important;
}
.slh{
	line-height: 1.4 !important;
}
.tlh{
	line-height: 1.6 !important;
}
.stlh{
	line-height: 2 !important;
}
.text-primary-color,
.text-primary-color.link a,
a.text-primary-color.link,
a .text-primary-color.link,
.text-secondary-color.link.primary a:hover,
.text-secondary-color.link.primary a:focus,
a.text-secondary-color.link.primary:hover,
a.text-secondary-color.link.primary:focus,
a .text-secondary-color.link.primary:hover,
a .text-secondary-color.link.primary a:focus,
.text-secondary-color-hover.link.primary a:hover,
.text-secondary-color-hover.link.primary a:focus,
a.text-secondary-color-hover.link.primary:hover,
a.text-secondary-color-hover.link.primary:focus,
a .text-secondary-color-hover.link.primary:hover,
a .text-secondary-color-hover.link.primary a:focus,
.text-extra-light-gray-color.link.primary a:hover,
.text-extra-light-gray-color.link.primary a:focus,
a.text-extra-light-gray-color.link.primary:hover,
a.text-extra-light-gray-color.link.primary:focus,
a .text-extra-light-gray-color.link.primary:hover,
a .text-extra-light-gray-color.link.primary a:focus,
.text-white.link.primary a:hover,
.text-white.link.primary a:focus,
a.text-white.link.primary:hover,
a.text-white.link.primary:focus,
a .text-white.link.primary:hover,
a .text-white.link.primary:focus,
.text-black-color.link.primary a:hover,
.text-black-color.link.primary a:focus,
a.text-black-color.link.primary:hover,
a.text-black-color.link.primary:focus,
a .text-black-color.link.primary:hover,
a .text-black-color.link.primary:focus,
.text-light-gray-color.link.primary a:hover,
.text-light-gray-color.link.primary a:focus,
a.text-light-gray-color.link.primary:hover,
a.text-light-gray-color.link.primary:focus,
a .text-light-gray-color.link.primary:hover,
a .text-light-gray-color.link.primary:focus,
.text-gray-color.link.primary a:hover,
.text-gray-color.link.primary a:focus,
a.text-gray-color.link.primary:hover,
a.text-gray-color.link.primary:focus,
a .text-gray-color.link.primary:hover,
a .text-gray-color.link.primary:focus,
.text-dark-gray-color.link.primary a:hover,
.text-dark-gray-color.link.primary a:focus,
a.text-dark-gray-color.link.primary:hover,
a.text-dark-gray-color.link.primary:focus,
a .text-dark-gray-color.link.primary:hover,
a .text-dark-gray-color.link.primary:focus,
.text-alternate-color.link.primary a:hover,
.text-alternate-color.link.primary a:focus,
a.text-alternate-color.link.primary:hover,
a.text-alternate-color.link.primary:focus,
a .text-alternate-color.link.primary:hover,
a .text-alternate-color.link.primary:focus,
.text-alternate-two-color.link.primary a:hover,
.text-alternate-two-color.link.primary a:focus,
a.text-alternate-two-color.link.primary:hover,
a.text-alternate-two-color.link.primary:focus,
a .text-alternate-two-color.link.primary:hover,
a .text-alternate-two-color.link.primary:focus,
.text-primary-color-hover.link.primary a:hover,
.text-primary-color-hover.link.primary a:focus,
a.text-primary-color-hover.link.primary:hover,
a.text-primary-color-hover.link.primary:focus,
a .text-primary-color-hover.link.primary:hover,
a .text-primary-color-hover.link.primary a:focus{
	color: var(--primary-color) !important;
}
.text-primary-color-hover,
.text-primary-color-hover.link a,
a.text-primary-color-hover.link,
a .text-primary-color-hover.link,
.text-primary-color.link.hover a:hover,
.text-primary-color.link.hover a:focus,
a.text-primary-color.link.hover:hover,
a.text-primary-color.link.hover:focus,
a .text-primary-color.link.hover:hover,
a .text-primary-color.link.hover a:focus,
.text-secondary-color.link.primary-hover a:hover,
.text-secondary-color.link.primary-hover a:focus,
a.text-secondary-color.link.primary-hover:hover,
a.text-secondary-color.link.primary-hover:focus,
a .text-secondary-color.link.primary-hover:hover,
a .text-secondary-color.link.primary-hover:focus,
.text-gray-color.link.primary-hover a:hover,
.text-gray-color.link.primary-hover a:focus,
a.text-gray-color.link.primary-hover:hover,
a.text-gray-color.link.primary-hover:focus,
a .text-gray-color.link.primary-hover:hover,
a .text-gray-color.link.primary-hover:focus,
.text-white.link.primary-hover a:hover,
.text-white.link.primary-hover a:focus,
a.text-white.link.primary-hover:hover,
a.text-white.link.primary-hover:focus,
a .text-white.link.primary-hover:hover,
a .text-white.link.primary-hover:focus,
.text-alternate-color.link.primary-hover a:hover,
.text-alternate-color.link.primary-hover a:focus,
a.text-alternate-color.link.primary-hover:hover,
a.text-alternate-color.link.primary-hover:focus,
a .text-alternate-color.link.primary-hover:hover,
a .text-alternate-color.link.primary-hover:focus,
.text-dark-gray-color.link.primary-hover a:hover,
.text-dark-gray-color.link.primary-hover a:focus,
a.text-dark-gray-color.link.primary-hover:hover,
a.text-dark-gray-color.link.primary-hover:focus,
a .text-dark-gray-color.link.primary-hover:hover,
a .text-dark-gray-color.link.primary-hover:focus{
	color: var(--primary-color-hover) !important;
}
.text-secondary-color,
.text-secondary-color.link a,
a.text-secondary-color.link,
a .text-secondary-color.link,
.text-primary-color.link.secondary a:hover,
.text-primary-color.link.secondary a:focus,
a.text-primary-color.link.secondary:hover,
a.text-primary-color.link.secondary:focus,
a .text-primary-color.link.secondary:hover,
a .text-primary-color.link.secondary a:focus,
.text-white.link.secondary a:hover,
.text-white.link.secondary a:focus,
a.text-white.link.secondary:hover,
a.text-white.link.secondary:focus,
a .text-white.link.secondary:hover,
a .text-white.link.secondary:focus,
.text-dark-gray-color.link.secondary a:hover,
.text-dark-gray-color.link.secondary a:focus,
a.text-dark-gray-color.link.secondary:hover,
a.text-dark-gray-color.link.secondary:focus,
a .text-dark-gray-color.link.secondary:hover,
a .text-dark-gray-color.link.secondary:focus,
.text-gray-color.link.secondary a:hover,
.text-gray-color.link.secondary a:focus,
a.text-gray-color.link.secondary:hover,
a.text-gray-color.link.secondary:focus,
a .text-gray-color.link.secondary:hover,
a .text-gray-color.link.secondary:focus,
.text-light-gray-color.link.secondary a:hover,
.text-light-gray-color.link.secondary a:focus,
a.text-light-gray-color.link.secondary:hover,
a.text-light-gray-color.link.secondary:focus,
a .text-light-gray-color.link.secondary:hover,
a .text-light-gray-color.link.secondary:focus,
.text-black-color.link.secondary a:hover,
.text-black-color.link.secondary a:focus,
a.text-black-color.link.secondary:hover,
a.text-black-color.link.secondary:focus,
a .text-black-color.link.secondary:hover,
a .text-black-color.link.secondary:focus,
.text-secondary-color-hover.link.secondary a:hover,
.text-secondary-color-hover.link.secondary a:focus,
a.text-secondary-color-hover.link.secondary:hover,
a.text-secondary-color-hover.link.secondary:focus,
a .text-secondary-color-hover.link.secondary:hover,
a .text-secondary-color-hover.link.secondary a:focus,
.text-primary-color-hover.link.secondary a:hover,
.text-primary-color-hover.link.secondary a:focus,
a.text-primary-color-hover.link.secondary:hover,
a.text-primary-color-hover.link.secondary:focus,
a .text-primary-color-hover.link.secondary:hover,
a .text-primary-color-hover.link.secondary a:focus,
.text-alternate-color.link.secondary a:hover,
.text-alternate-color.link.secondary a:focus,
a.text-alternate-color.link.secondary:hover,
a.text-alternate-color.link.secondary:focus,
a .text-alternate-color.link.secondary:hover,
a .text-alternate-color.link.secondary:focus,
.text-alternate-two-color.link.secondary a:hover,
.text-alternate-two-color.link.secondary a:focus,
a.text-alternate-two-color.link.secondary:hover,
a.text-alternate-two-color.link.secondary:focus,
a .text-alternate-two-color.link.secondary:hover,
a .text-alternate-two-color.link.secondary:focus,
.text-alternate-three-color.link.secondary a:hover,
.text-alternate-three-color.link.secondary a:focus,
a.text-alternate-three-color.link.secondary:hover,
a.text-alternate-three-color.link.secondary:focus,
a .text-alternate-three-color.link.secondary:hover,
a .text-alternate-three-color.link.secondary:focus,
.text-extra-light-gray-color.link.secondary a:hover,
.text-extra-light-gray-color.link.secondary a:focus,
a.text-extra-light-gray-color.link.secondary:hover,
a.text-extra-light-gray-color.link.secondary:focus,
a .text-extra-light-gray-color.link.secondary:hover,
a .text-extra-light-gray-color.link.secondary a:focus{
	color: var(--secondary-color) !important;
}
.text-secondary-color-hover,
.text-secondary-color-hover.link a,
a.text-secondary-color-hover.link,
a .text-secondary-color-hover.link,
.text-secondary-color.link.hover a:hover,
.text-secondary-color.link.hover a:focus,
a.text-secondary-color.link.hover:hover,
a.text-secondary-color.link.hover:focus,
a .text-secondary-color.link.hover:hover,
a .text-secondary-color.link.hover a:focus,
.text-white.link.secondary-hover a:hover,
.text-white.link.secondary-hover a:focus,
a.text-white.link.secondary-hover:hover,
a.text-white.link.secondary-hover:focus,
a .text-white.link.secondary-hover:hover,
a .text-white.link.secondary-hover:focus,
.text-gray-color.link.secondary-hover a:hover,
.text-gray-color.link.secondary-hover a:focus,
a.text-gray-color.link.secondary-hover:hover,
a.text-gray-color.link.secondary-hover:focus,
a .text-gray-color.link.secondary-hover:hover,
a .text-gray-color.link.secondary-hover:focus,
.text-alternate-three-color.link.secondary-hover a:hover,
.text-alternate-three-color.link.secondary-hover a:focus,
a.text-alternate-three-color.link.secondary-hover:hover,
a.text-alternate-three-color.link.secondary-hover:focus,
a .text-alternate-three-color.link.secondary-hover:hover,
a .text-alternate-three-color.link.secondary-hover:focus,
.text-primary-color.link.secondary-hover a:hover,
.text-primary-color.link.secondary-hover a:focus,
a.text-primary-color.link.secondary-hover:hover,
a.text-primary-color.link.secondary-hover:focus,
a .text-primary-color.link.secondary-hover:hover,
a .text-primary-color.link.secondary-hover a:focus,
.text-primary-color-hover.link.secondary-hover a:hover,
.text-primary-color-hover.link.secondary-hover a:focus,
a.text-primary-color-hover.link.secondary-hover:hover,
a.text-primary-color-hover.link.secondary-hover:focus,
a .text-primary-color-hover.link.secondary-hover:hover,
a .text-primary-color-hover.link.secondary-hover a:focus,
.text-black-color.link.secondary-hover a:hover,
.text-black-color.link.secondary-hover a:focus,
a.text-black-color.link.secondary-hover:hover,
a.text-black-color.link.secondary-hover:focus,
a .text-black-color.link.secondary-hover:hover,
a .text-black-color.link.secondary-hover a:focus,
.text-lightest-gray-color.link.secondary-hover a:hover,
.text-lightest-gray-color.link.secondary-hover a:focus,
a.text-lightest-gray-color.link.secondary-hover:hover,
a.text-lightest-gray-color.link.secondary-hover:focus,
a .text-lightest-gray-color.link.secondary-hover:hover,
a .text-lightest-gray-color.link.secondary-hover:focus{
	color: var(--secondary-color-hover) !important;
}
.text-alternate-color,
.text-alternate-color.link a,
a.text-alternate-color.link,
a .text-alternate-color.link,
.text-gray-color.link.alternate a:hover,
.text-gray-color.link.alternate a:focus,
a.text-gray-color.link.alternate:hover,
a.text-gray-color.link.alternate:focus,
a .text-gray-color.link.alternate:hover,
a .text-gray-color.link.alternate:focus,
.text-white.link.alternate a:hover,
.text-white.link.alternate a:focus,
a.text-white.link.alternate:hover,
a.text-white.link.alternate:focus,
a .text-white.link.alternate:hover,
a .text-white.link.alternate:focus,
.text-secondary-color-hover.link.alternate a:hover,
.text-secondary-color-hover.link.alternate a:focus,
a.text-secondary-color-hover.link.alternate:hover,
a.text-secondary-color-hover.link.alternate:focus,
a .text-secondary-color-hover.link.alternate:hover,
a .text-secondary-color-hover.link.alternate a:focus,
.text-dark-gray-color.link.alternate a:hover,
.text-dark-gray-color.link.alternate a:focus,
a.text-dark-gray-color.link.alternate:hover,
a.text-dark-gray-color.link.alternate:focus,
a .text-dark-gray-color.link.alternate:hover,
a .text-dark-gray-color.link.alternate:focus{
	color: var(--alternate-color) !important;
}
.text-alternate-two-color,
.text-alternate-two-color.link a,
a.text-alternate-two-color.link,
a .text-alternate-two-color.link,
.text-primary-color.link.alternate-two a:hover,
.text-primary-color.link.alternate-two a:focus,
a.text-primary-color.link.alternate-two:hover,
a.text-primary-color.link.alternate-two:focus,
a .text-primary-color.link.alternate-two:hover,
a .text-primary-color.link.alternate-two a:focus,
.text-secondary-color-hover.link.alternate-two a:hover,
.text-secondary-color-hover.link.alternate-two a:focus,
a.text-secondary-color-hover.link.alternate-two:hover,
a.text-secondary-color-hover.link.alternate-two:focus,
a .text-secondary-color-hover.link.alternate-two:hover,
a .text-secondary-color-hover.link.alternate-two a:focus{
	color: var(--alternate-two-color) !important;
}
.text-alternate-three-color,
.text-alternate-three-color.link a,
a.text-alternate-three-color.link,
a .text-alternate-three-color.link,
.text-primary-color.link.alternate-three a:hover,
.text-primary-color.link.alternate-three a:focus,
a.text-primary-color.link.alternate-three:hover,
a.text-primary-color.link.alternate-three:focus,
a .text-primary-color.link.alternate-three:hover,
a .text-primary-color.link.alternate-three a:focus,
.text-secondary-color-hover.link.alternate-three a:hover,
.text-secondary-color-hover.link.alternate-three a:focus,
a.text-secondary-color-hover.link.alternate-three:hover,
a.text-secondary-color-hover.link.alternate-three:focus,
a .text-secondary-color-hover.link.alternate-three:hover,
a .text-secondary-color-hover.link.alternate-three a:focus{
	color: var(--alternate-three-color) !important;
}
.text-lightest-gray-color,
.text-white.link.lightest-gray a:hover,
.text-white.link.lightest-gray a:focus,
a.text-white.link.lightest-gray:hover,
a.text-white.link.lightest-gray:focus,
a .text-white.link.lightest-gray:hover,
a .text-white.link.lightest-gray:focus{
	color: var(--lightest-gray-color) !important;
}
.text-extra-light-gray-color,
a.text-extra-light-gray-color.link,
a .text-extra-light-gray-color.link,
.text-extra-light-gray-color.link a,
.text-white.link.extra-light-gray a:hover,
.text-white.link.extra-light-gray a:focus,
a.text-white.link.extra-light-gray:hover,
a.text-white.link.extra-light-gray:focus,
a .text-white.link.extra-light-gray:hover,
a .text-white.link.extra-light-gray:focus,
.text-gray-color.link.extra-light-gray a:hover,
.text-gray-color.link.extra-light-gray a:focus,
a.text-gray-color.link.extra-light-gray:hover,
a.text-gray-color.link.extra-light-gray:focus,
a .text-gray-color.link.extra-light-gray:hover,
a .text-gray-color.link.extra-light-gray:focus{
	color: var(--extra-light-gray-color) !important;
}
.text-light-gray-color,
a.text-light-gray-color.link,
a .text-light-gray-color.link,
.text-light-gray-color.link a,
.text-black-color.link.light-gray a:hover,
.text-black-color.link.light-gray a:focus,
a.text-black-color.link.light-gray:hover,
a.text-black-color.link.light-gray:focus,
a .text-black-color.link.light-gray:hover,
a .text-black-color.link.light-gray:focus,
.text-dark-gray-color.link.light-gray a:hover,
.text-dark-gray-color.link.light-gray a:focus,
a.text-dark-gray-color.link.light-gray:hover,
a.text-dark-gray-color.link.light-gray:focus,
a .text-dark-gray-color.link.light-gray:hover,
a .text-dark-gray-color.link.light-gray:focus{
	color: var(--light-gray-color) !important;
}
.text-gray-color,
a.text-gray-color.link,
a .text-gray-color.link,
.text-gray-color.link a,
.text-secondary-color.link.gray a:hover,
.text-secondary-color.link.gray a:focus,
a.text-secondary-color.link.gray:hover,
a.text-secondary-color.link.gray:focus,
a .text-secondary-color.link.gray:hover,
a .text-secondary-color.link.gray a:focus,
.text-extra-light-gray-color.link.gray a:hover,
.text-extra-light-gray-color.link.gray a:focus,
a.text-extra-light-gray-color.link.gray:hover,
a.text-extra-light-gray-color.link.gray:focus,
a .text-extra-light-gray-color.link.gray:hover,
a .text-extra-light-gray-color.link.gray a:focus{
	color: var(--gray-color) !important;
}
.text-dark-gray-color,
a.text-dark-gray-color.link,
a .text-dark-gray-color.link,
.text-dark-gray-color.link a,
.text-white.link.dark-gray a:hover,
.text-white.link.dark-gray a:focus,
a.text-white.link.dark-gray:hover,
a.text-white.link.dark-gray:focus,
a .text-white.link.dark-gray:hover,
a .text-white.link.dark-gray:focus{
	color: var(--dark-gray-color) !important;
}
.text-black-color,
a.text-black-color.link,
a .text-black-color.link,
.text-black-color.link a,
.text-gray-color.link.black a:hover,
.text-gray-color.link.black a:focus,
a.text-gray-color.link.black:hover,
a.text-gray-color.link.black:focus,
a .text-gray-color.link.black:hover,
a .text-gray-color.link.black:focus,
a:hover .text-gray-color.link.black,
a:focus .text-gray-color.link.black,
.text-white.link.black a:hover,
.text-white.link.black a:focus,
a.text-white.link.black:hover,
a.text-white.link.black:focus,
a .text-white.link.black:hover,
a .text-white.link.black:focus{
	color: var(--black-color) !important;
}
.text-white.link a,
a.text-white.link,
a .text-white.link,
.text-white.link a,
.text-primary-color.link.white a:hover,
.text-primary-color.link.white a:focus,
a.text-primary-color.link.white:hover,
a.text-primary-color.link.white:focus,
a .text-primary-color.link.white:hover,
a .text-primary-color.link.white:focus,
a:hover .text-primary-color.link.white,
a:focus .text-primary-color.link.white,
.text-secondary-color.link.white a:hover,
.text-secondary-color.link.white a:focus,
a.text-secondary-color.link.white:hover,
a.text-secondary-color.link.white:focus,
a .text-secondary-color.link.white:hover,
a .text-secondary-color.link.white a:focus,
.text-secondary-color-hover.link.white a:hover,
.text-secondary-color-hover.link.white a:focus,
a.text-secondary-color-hover.link.white:hover,
a.text-secondary-color-hover.link.white:focus,
a .text-secondary-color-hover.link.white:hover,
a .text-secondary-color-hover.link.white a:focus,
.text-secondary-color-hover.link.white.svg a:hover svg,
.text-secondary-color-hover.link.white.svg a:focus svg,
a.text-secondary-color-hover.link.white.svg:hover svg,
a.text-secondary-color-hover.link.white.svg:focus svg,
a .text-secondary-color-hover.link.white.svg:hover svg,
a .text-secondary-color-hover.link.white.svg a:focus svg,
.text-extra-light-gray-color.link.white a:hover,
.text-extra-light-gray-color.link.white a:focus,
a.text-extra-light-gray-color.link.white:hover,
a.text-extra-light-gray-color.link.white:focus,
a .text-extra-light-gray-color.link.white:hover,
a .text-extra-light-gray-color.link.white:focus,
.text-lightest-gray-color.link.white a:hover,
.text-lightest-gray-color.link.white a:focus,
a.text-lightest-gray-color.link.white:hover,
a.text-lightest-gray-color.link.white:focus,
a .text-lightest-gray-color.link.white:hover,
a .text-lightest-gray-color.link.white:focus,
.text-gray-color.link.white a:hover,
.text-gray-color.link.white a:focus,
a.text-gray-color.link.white:hover,
a.text-gray-color.link.white:focus,
a .text-gray-color.link.white:hover,
a .text-gray-color.link.white:focus,
a:hover .text-gray-color.link.white,
a:focus .text-gray-color.link.white,
.text-black-color.link.white a:hover,
.text-black-color.link.white a:focus,
a.text-black-color.link.white:hover,
a.text-black-color.link.white:focus,
a .text-black-color.link.white:hover,
a .text-black-color.link.white:focus,
a:hover .text-black-color.link.white,
a:focus .text-black-color.link.white,
.text-primary-color-hover.link.white a:hover,
.text-primary-color-hover.link.white a:focus,
a.text-primary-color-hover.link.white:hover,
a.text-primary-color-hover.link.white:focus,
a .text-primary-color-hover.link.white:hover,
a .text-primary-color-hover.link.white a:focus,
.text-alternate-color.link.white a:hover,
.text-alternate-color.link.white a:focus,
a.text-alternate-color.link.white:hover,
a.text-alternate-color.link.white:focus,
a .text-alternate-color.link.white:hover,
a .text-alternate-color.link.white:focus,
a:hover .text-alternate-color.link.white,
a:focus .text-alternate-color.link.white,
.text-alternate-two-color.link.white a:hover,
.text-alternate-two-color.link.white a:focus,
a.text-alternate-two-color.link.white:hover,
a.text-alternate-two-color.link.white:focus,
a .text-alternate-two-color.link.white:hover,
a .text-alternate-two-color.link.white:focus,
a:hover .text-alternate-two-color.link.white,
a:focus .text-alternate-two-color.link.white,
.text-alternate-two-color.link.white.svg a:hover svg,
.text-alternate-two-color.link.white.svg a:focus svg,
a.text-alternate-two-color.link.white.svg:hover svg,
a.text-alternate-two-color.link.white.svg:focus svg,
a .text-alternate-two-color.link.white.svg:hover svg,
a .text-alternate-two-color.link.white.svg a:focus svg,
.text-dark-gray-color.link.white a:hover,
.text-dark-gray-color.link.white a:focus,
a.text-dark-gray-color.link.white:hover,
a.text-dark-gray-color.link.white:focus,
a .text-dark-gray-color.link.white:hover,
a .text-dark-gray-color.link.white:focus{
	color: var(--bs-white) !important;
}
.text-shad{
	text-shadow: 0 5px 10px rgba(0, 0, 0, .25);
}
.text-rotate-left{
	transform: rotate(-90deg);
	margin-left: -10px;
}

/********************************************************** Helper Classes ******************************************************************/
hr{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
.bord{
	height: 1px;
}
.bord.min-100{
	width: 100px;
}
.bord.min{
	width: 200px;
}
.bord.w1000{
	max-width: 1000px;
}
.bord.w1200{
	max-width: 1200px;
}
.bord-primary-color{
	border-color: var(--primary-color) !important;
}
.bord-primary-color-hover{
	border-color: var(--primary-color-hover) !important;
}
.bord-secondary-color{
	border-color: var(--secondary-color) !important;
}
.bord-secondary-color-hover{
	border-color: var(--secondary-color-hover) !important;
}
.bord-alternate-color{
	border-color: var(--alternate-color) !important;
}
.bord-alternate-two-color{
	border-color: var(--alternate-two-color) !important;
}
.bord-alternate-three-color{
	border-color: var(--alternate-three-color) !important;
}
.bord-lightest-gray-color{
	border-color: var(--lightest-gray-color) !important;
}
.bord-extra-light-gray-color{
	border-color: var(--extra-light-gray-color) !important;
}
.bord-light-gray-color{
	border-color: var(--light-gray-color) !important;
}
.bord-gray-color{
	border-color: var(--gray-color) !important;
}
.bord-dark-gray-color{
	border-color: var(--dark-gray-color) !important;
}
.bord-black-color{
	border-color: var(--black-color) !important;
}
.bord-white{
	border-color: var(--bs-white) !important;
}
.box-shad{
	box-shadow: 2px 4px 6px rgba(0,0,0,.15);
}
.zIt{
	position: relative;
	z-index: 2;
}
.hrGray{
	border-color: var(--lightest-gray-color) !important;
}
.modal-open{
	padding-right: 0 !important;
}
.jumbotron{
	margin-bottom: 0 !important;
}
.posRel{
	position: relative;
}
.pointer{
	cursor: pointer;
}
.hide{
	visibility: hidden;
}

b,
strong{
	font-weight: 700 !important;
}
.asterisk,
label.error{
	color: #dc3545 !important;		
}
label.error{
	font-size: 11px !important;
	margin: 0 !important;
}
#hiddenRecaptcha-error{
	top: 56px;
}
.input-group label.error{
	top: 34px;
	left: 0;
}
.input-group-lg label.error{
	top: 46px;
	left: 0;
}

input[type="checkbox"],
input[type="checkbox"] + span,
input[type="checkbox"] + label > span,
input[type="radio"],
input[type="radio"] + span,
input[type="radio"] + label > span{
	cursor: pointer;
}
input[type="checkbox"]:checked + span,
input[type="checkbox"]:checked + label > span,
input[type="radio"]:checked + span,
input[type="radio"]:checked + label > span{
    color: var(--primary-color) !important;
}

.list-group-item-action:hover,
.list-group-item-action:focus{
	background-color: var(--lightest-gray-color) !important;
}

.btn,
.btn span{
	position: relative;
}
.btn span{
	z-index: 2;
}
.btn,
.btn:before,
.btn:after{
	transition: all .3s cubic-bezier(.335,.015,.25,.995) !important;
}
.btn,
.btn:before,
.btn:after{
	border-radius: 20px !important;
}
.btn:hover,
.btn:hover:before,
a:hover .btn:before,
.btn:hover:after,
a:hover .btn:after{
	border-radius: 30px !important;
}
.input-group .btn,
.input-group .btn:hover,
.input-group .btn:before,
.input-group .btn:hover:before,
.input-group .btn:after,
.input-group .btn:hover:after{
	border-top-right-radius: var(--bs-border-radius-pill) !important;
	border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}
.btn.no-radius,
.btn.no-radius:hover,
.btn.no-radius:before,
.btn.no-radius:hover:before,
.btn.no-radius:after,
.btn.no-radius:hover:after{
	border-radius: 0 !important;
}

.btn{
	border: none !important;
	font-family: var(--secondary-font) !important;
	font-weight: 700 !important;
	letter-spacing: 1px;
}
.btn:focus{
	outline: none !important;
	box-shadow: none !important;
}

.btn.no-hover:hover,
.btn.no-hover:hover:before,
.btn.no-hover:hover:after{
	border-radius: inherit !important;
}

.btn.w-shadow:hover:after,
a:hover .btn.w-shadow:after{
	box-shadow: 3px 3px 6px rgba(0,0,0,.08);
}

.btn:before,
.btn:after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.btn.op25:before{
	opacity: .25;
}
.btn:hover:before,
a:hover .btn:before,
.btn:after{
	opacity: 0;
}
.btn:before,
.btn:hover:after,
a:hover .btn:after{
	opacity: 1;
}
.btn-main.op25:hover:before,
a:hover .btn-main.op25:before{
	opacity: .75;
}

.btn-main{
	color: var(--secondary-color-hover) !important;
}
.btn-main:not(.op25){
	background-color: var(--primary-color) !important;
}
.btn-main:hover,
a:hover .btn-main,
.btn-secondary{
	color: var(--bs-white) !important;
}
.btn-main:before{
	background-image: linear-gradient(to right bottom, #00acec, #0197ce, #0382b2, #046e96, #065a7b);
}

.btn-secondary{
	background-color: var(--secondary-color) !important;;
}
.btn-secondary:before{
	background-image: linear-gradient(to right bottom, #4ecfff, #40c6fb, #31bef6, #1fb5f2, #00aced);
}
.btn-main:not(.op25):after,
.btn-secondary:after{
	background-image: linear-gradient(to right bottom, #aae8ff, #97e2ff, #82dcff, #6bd5ff, #4ecfff);
}

.btn-blank{
    border-radius: 0 !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid var(--primary-color-hover) !important;
    color: var(--primary-color) !important;
}
.btn-blank > div:first-child{
    color: var(--primary-color) !important;
}
.btn-blank > div:first-child{
    transition: all .3s ease;
}
.btn-blank:hover > div:first-child,
.btn-blank.show > div:first-child{
    color: var(--secondary-color) !important;
}
.btn-blank svg{
    transform: none !important;
    opacity: 1 !important;
}
.btn-blank + .dropdown-menu .dropdown-item{
    border-bottom: 1px solid var(--primary-color-hover) !important;
    color: var(--bs-white) !important;
}
.btn-blank + .dropdown-menu .dropdown-item:last-child{
    border-bottom: none !important;
}
.btn-blank + .dropdown-menu .dropdown-item:hover,
.btn-blank + .dropdown-menu .dropdown-item:focus{
    background-color: var(--primary-color-hover) !important;
}
.btn-blank:hover{
    color: var(--primary-color) !important;
}
.btn-blank.dropdown-toggle::after{
    display: none !important;
}
.btn-blank:focus{
  	box-shadow: none !important;
}
.dropdown .btn-blank.show > div:nth-child(2){
    transform: rotate(-180deg);
    position: relative;
    top: 2px;
}

::selection{
	background: var(--primary-color);
	color: var(--bs-white);
}
::-moz-selection{
	background: var(--primary-color);
	color: var(--bs-white);
}
::-webkit-selection{
	background: var(--primary-color);
	color: var(--bs-white);
}

input,
select,
textarea{
	color: var(--primary-color-hover) !important;
	font-weight: 700 !important;
	letter-spacing: 2px !important;
}

.form-control::-moz-placeholder{
    color: var(--primary-color-hover) !important;
    font-weight: 700;
    letter-spacing: 2px;
}
.form-control:-ms-input-placeholder{
	color: var(--primary-color-hover) !important;
	font-weight: 700;
	letter-spacing: 2px;
}
.form-control::-webkit-input-placeholder{
	color: var(--primary-color-hover) !important;
	font-weight: 700;
	letter-spacing: 2px;
}

.form-floating>.form-control, 
.form-floating>.form-control-plaintext,
.form-floating > label{
	padding: 1rem !important;
}
.form-floating > label{
	color: var(--primary-color-hover);
	font-weight: 700;
	letter-spacing: 2px;
}
.form-floating .form-control::-moz-placeholder{
	opacity: 0 !important;
}
.form-floating .form-control:-ms-input-placeholder{
	opacity: 0 !important;
}
.form-floating .form-control::-webkit-input-placeholder{
	opacity: 0 !important;
}
.form-floating>.form-control-plaintext:focus, 
.form-floating>.form-control-plaintext:not(:placeholder-shown), 
.form-floating>.form-control:focus, 
.form-floating>.form-control:not(:placeholder-shown){
    padding-top: 1.625rem !important;
    padding-bottom: 0.625rem !important;
}
.form-floating>.form-control:not(:placeholder-shown)~label::after,
.form-floating>.form-select:not(:placeholder-shown)~label::after{
	background-color: transparent !important;
}
.form-select{
	padding-left: 1rem !important;
	--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2300ACED' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
}

.googleCaptcha{
	transform: scale(0.75) !important;
	-webkit-transform: scale(0.75) !important;
	transform-origin: 0 0 !important;
	-webkit-transform-origin: 0 0 !important;
}
.grecaptcha-badge{
	z-index: 1999;
	visibility: hidden;
}
.grecaptcha-badge + iframe,
.grecaptcha-badge + .ratio{
	display: none !important;
}
.slick-slide,
.slick-slide a,
.hamburger{
	outline: none !important;
}
.checkBox,
.radioItem{
	position: relative;
}
.checkBox label,
.radioItem label{
	cursor: pointer;
}
.checkBox label.error,
.radioItem label.error{
	top: 25px;
	left: 0;
}
.checkBox.top label.error,
.radioItem.top label.error{
	top: -15px;
}
.checkBox .fa-stack,
.radioItem .fa-stack,
.svg-inline--fa.fa-stack-1x{
	width: 32px;
}
.checkBox .fa-stack,
.radioItem .fa-stack{
	height: auto;
	color: var(--dark-gray-color);
}
.checkBox input[type="checkbox"],
.radioItem input[type="radio"],
.checkBox input[type="checkbox"] + label .fa-check-square,
.radioItem input[type="radio"] + label .fa-check-circle,
.checkBox input[type="checkbox"] + label + label .fa-check-square,
.radioItem input[type="radio"] + label + label .fa-check-circle{
	display: none;
}
.checkBox input[type="checkbox"]:checked + label .fa-check-square,
.radioItem input[type="radio"]:checked + label .fa-check-circle,
.checkBox input[type="checkbox"]:checked + label + label .fa-check-square,
.radioItem input[type="radio"]:checked + label + label .fa-check-circle{
	display: inline-block;
	color: var(--primary-color);
}
.checkBox input[type="checkbox"]:checked + label span:last-child,
.radioItem input[type="radio"]:checked + label span:last-child,
.checkBox input[type="checkbox"]:checked + label + label span:last-child,
.radioItem input[type="radio"]:checked + label + label span:last-child{
	display: inline-block;
	color: var(--primary-color);
}
.checkBox input[type="checkbox"]:checked + label .fa-square,
.radioItem input[type="radio"]:checked + label .fa-circle,
.checkBox input[type="checkbox"]:checked + label + label .fa-square,
.radioItem input[type="radio"]:checked + label + label .fa-circle{
	display: none;
}
.gj-picker{
	z-index: 9999999999 !important;
}
.gj-datepicker [role=right-icon]{
	display: none !important;
}
.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div{
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}
.gj-picker-bootstrap table tr td.today div{
    color: var(--primary-color) !important;
}
.gj-picker-bootstrap table tr td.selected.today div{
    color: var(--bs-white) !important;
}
.bg-primary-color{
	background-color: var(--primary-color) !important;
}
.bg-primary-color-hover{
	background-color: var(--primary-color-hover) !important;
}
.bg-secondary-color{
	background-color: var(--secondary-color) !important;
}
.bg-secondary-color-hover{
	background-color: var(--secondary-color-hover) !important;
}
.bg-alternate-color{
	background-color: var(--alternate-color) !important;
}
.bg-alternate-two-color{
	background-color: var(--alternate-two-color) !important;
}
.bg-alternate-three-color{
	background-color: var(--alternate-three-color) !important;
}
.bg-lightest-gray-color{
	background-color: var(--lightest-gray-color) !important;
}
.bg-extra-light-gray-color{
	background-color: var(--extra-light-gray-color) !important;
}
.bg-light-gray-color{
	background-color: var(--light-gray-color) !important;
}
.bg-gray-color{
	background-color: var(--gray-color) !important;
}
.bg-dark-gray-color{
	background-color: var(--dark-gray-color) !important;
}
.bg-black-color{
	background-color: var(--black-color) !important;
}
.bg-gradient-primary{
	background-image: linear-gradient(to right bottom, #00acec, #0197ce, #0382b2, #046e96, #065a7b) !important;
}
.bg-gradient-secondary{
	background-image: linear-gradient(to right bottom, #065a7b, #054e6b, #04435c, #03384d, #032d3e) !important;
}
.bg-gradient-white{
	background-image: linear-gradient(to right bottom, #ffffff, #f8f9ff, #ebf5ff, #dbf2ff, #c9f0ff);
}

.slick-track{
    display: flex !important;
}
.slick-slide{
    height: inherit !important;
}

.overlay{
    position: relative;
}
.overlay:after{
    position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.overlay.black:after{
	background-color: var(--black-color) !important;
}
.overlay.primary:after{
	background-color: var(--primary-color) !important;
}
.overlay.primary-hover:after{
	background-color: var(--primary-color-hover) !important;
}
.overlay.secondary:after{
	background-color: var(--secondary-color) !important;
}
.overlay.secondary-hover:after{
	background-color: var(--secondary-color-hover) !important;
}
.overlay.white:after{
	background-color: var(--bs-white) !important;
}
.overlay.gradient-primary:after{
	background-image: linear-gradient(to right bottom, #00acec, #0197ce, #0382b2, #046e96, #065a7b) !important;
}
.overlay.gradient-secondary:after{
	background-image: linear-gradient(to right bottom, #065a7b, #054e6b, #04435c, #03384d, #032d3e) !important;
}
.overlay.op25:after{
	opacity: .25;
}
.overlay.op50:after{
	opacity: .5;
}
.overlay.op75:after{
	opacity: .75;
}
.overlay.op80:after{
	opacity: .8;
}
.overlay.op85:after{
	opacity: .85;
}
.overlay.op90:after{
	opacity: .9;
}
.overlay.op100:after{
	opacity: 1;
}

svg{
    pointer-events: none;
}

.rounded-5,
.rounded-5:before,
.rounded-5:after{
    border-radius: 5px !important;
}
.rounded-10,
.rounded-10:before,
.rounded-10:after{
    border-radius: 10px !important;
}
.rounded-15,
.rounded-15:before,
.rounded-15:after{
    border-radius: 15px !important;
}
.rounded-20,
.rounded-20:before,
.rounded-20:after{
    border-radius: 20px !important;
}
.rounded-25,
.rounded-25:before,
.rounded-25:after{
    border-radius: 25px !important;
}
.rounded-30,
.rounded-30:before,
.rounded-30:after{
    border-radius: 30px !important;
}
.rounded-top-20{
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.m-link,
.m-link svg,
picture.hover-op,
.thumb-nail.zoom-it > div,
.movem a span,
a.movem span,
a .svg svg,
a.svg svg{
	transition: all .3s cubic-bezier(.335,.015,.25,.995);
}
a:hover .m-link svg,
.m-link:hover svg{
	transform: translateX(10px);
}

a.hover-op:hover,
picture.hover-op:hover{
	opacity: .8;
}

a:hover .thumb-nail.zoom-it > div{
	transform: scale(1.1);
}
.movem a,
a.movem{
	transition: none !important;
}
.movem a span,
a.movem span{
	display: inline-block;
}
.movem a:hover span,
a.movem:hover span{
	transform: translateX(7px);
}

.daterangepicker{
    z-index: 99999999 !important;
}
.daterangepicker td.active, 
.daterangepicker td.active:hover{
    background-color: var(--secondary-color) !important;
}

.modal-backdrop{
    background-color: var(--black-color) !important;
}

section.w-bg{
	position: relative;
}

.page-content ul{
	margin-bottom: 0 !important;
}
.page-content a:not(.btn){
	color: var(--primary-color);
	font-weight: 700;
	text-decoration: underline !important;
}
.page-content a:hover{
	color: var(--secondary-color);
}

:root{
    --body-color: #646464;
	--primary-color: #00ACED;
	--primary-color-hover: #065A7B;
	--primary-color-rgba: 0, 172, 237;
	--primary-color-rgba-hover: 6, 90, 123;
	--secondary-color: #4ECFFF;
	--secondary-color-hover: #AAE8FF;
	--secondary-color-rgba: 78, 207, 255;
	--secondary-color-rgba-hover: 170, 232, 255;
	--alternate-color: #E8F7FF;
	--alternate-two-color: #C9F0FF;
	--alternate-three-color: #0C749C;
	--lightest-gray-color: #EFEFEF;
	--extra-light-gray-color: #C8C8C8;
	--light-gray-color: #969696;
	--gray-color: #646464;
	--dark-gray-color: #323232;
	--black-color: #032D3E;
	--primary-font: 'Inter', sans-serif;
	--secondary-font: 'Bitter', serif;
}

/* Article Filter Styles */
.clear-all-filters {
    transition: all 0.3s ease;
}

.article {
    transition: opacity 0.3s ease;
}

.article.filtering {
    opacity: 0.5;
}

.sharethis-inline-share-buttons > div {
	display: inline-block !important;
}