/* CSS Document */

html,
body{
    overflow-x: hidden;
}
html.no-scroll{
	overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}
body,
[data-canvas=container]{
	background: rgb(0,0,0);
	background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(50,50,50,1) 50%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(50,50,50,1) 50%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(50,50,50,1) 50%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
}
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;
}

[data-canvas=container]{
	padding-top: 70px;
}
[data-canvas=container].w-alert{
	padding-top: 110px !important;
}

main{
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.cd-top{
	bottom: 10px;
	right: 10px;
	font-size: 36px;
	color: var(--primary-color);
	transition: all .3s ease !important;
	z-index: 1000;
}
.cd-top:hover,
.cd-top:focus{
	color: var(--primary-color-hover);
}
img{
	border: 0px;
}
p{
	margin: 0 !important;
	padding: 0 !important;
}
a{
    text-decoration: none !important;
	transition: all 0.3s ease;	
}
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;
}
.remodal{
	max-width: 1200px !important;
	text-align: left !important;
}
.remodal.sm{
	max-width: 500px !important;
}
.remodal.xl{
	max-width: 95% !important;
}
.remodal-close{
	top: 3px !important;
	right: 3px !important;
	left: auto !important;
	font-size: 30px;
	outline: none !important;
}
.remodal-close:hover{
	color: var(--secondary-color) !important;
}
.remodal-close:before{
	content: "" !important;
}
.remodal-close-it{
    position: absolute;
	top: 0;
	right: 0;
}
.remodal-overlay{
    background: rgba(0, 0, 0, .9) !important;
}

#nav-main-sticky-wrapper{
    display: none;
}

/* Offcanvas Nav Styles */

@media (max-width: 1200px) {
	.offcanvas.offcanvas-end{
		top: 70px !important;
	}
	.offcanvas.offcanvas-end.w-alert{
		top: 110px !important;
	}
}

#main-alert-bar,
#nav-mobile{
	z-index: 1046 !important;
	transition: all .2s linear;
}
#main-alert-bar{
	position: fixed;
	top: 0;
	left: 0;
	height: 40px;
	width: 100vw;
}
#main-alert-bar.up{
	margin-top: -40px;
}
#main-alert-bar:hover{
	opacity: .75;
}
#nav-mobile,
#nav-mobile .toggle-menu,
#nav-mobile .toggle-menu .hamburger{
	height: 70px;
}
#nav-mobile.w-alert{
	top: 40px;
}
#nav-mobile .logo img{
	height: 28px;
}
#nav-mobile .toggle-menu .hamburger .hamburger-inner, 
#nav-mobile .toggle-menu .hamburger .hamburger-inner:after, 
#nav-mobile .toggle-menu .hamburger .hamburger-inner:before{
    background-color: var(--bs-white);
    border-radius: 0;
}
#nav-mobile .toggle-menu .hamburger.is-active:hover, 
#nav-mobile .toggle-menu .hamburger:hover{
    opacity: 1;
}
#nav-mobile.up{
    margin-top: -70px;
}
#nav-mobile.w-alert.up{
	margin-top: -110px;
}

#menu-mobile{
	width: 100vw;
}

#menu-mobile nav > div{
	border-bottom: 1px solid var(--lightest-gray-color);
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
#menu-mobile nav > div:last-child{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

#menu-mobile nav > div > a.main-link{
	display: flex;
	justify-content: space-between;
	align-content: center;
	transition: none;
}
nav.main-nav > div > a.main-link{
	font-size: 18px;
	color: var(--black-color);
	font-weight: 700;
}
#menu-mobile nav > div > a span:nth-child(2){
	color: var(--primary-color);
}
nav.main-nav > .dropdown > a > span{
	display: inline-block;
}
nav.main-nav > .dropdown > a.show > span:nth-child(2){
	transform: rotate(-180deg);
}
#menu-mobile > nav > div > a:hover,
#menu-mobile > nav > div > a:focus,
#menu-mobile nav .dropdown> a.show ,
#menu-mobile > nav > div > a:hover span,
#menu-mobile > nav > div > a:focus span,
#menu-mobile nav .dropdown a.show span,
nav.main-nav .dropdown .dropdown-menu a:hover,
nav.main-nav .dropdown .dropdown-menu a:focus{
	color: var(--primary-color);
}
#menu-mobile > nav > div > a:hover,
#menu-mobile > nav > div > a:focus,
#menu-mobile nav .dropdown > a.show{
	background-color: transparent;
}
nav.main-nav .dropdown .dropdown-toggle::after{
	content: none;
}
#menu-mobile nav .dropdown .dropdown-menu{
	position: relative !important;
	width: 100%;
	float: none;
	background-color: transparent;
	border-radius: 0;
	border: none;
	margin: 0;
	padding: 0;
	transform: none !important;
}
nav.main-nav .dropdown .dropdown-menu a{
	color: var(--black-color);
}
nav.main-nav .dropdown .dropdown-menu .main a{
	font-size: 16px;
}
nav.main-nav .dropdown .dropdown-menu .sub a{
	font-size: 14px;
}
/* End Offcanvas Nav Styles */

#rotator,
#rotator .slide,
#rotator .slider .slide picture{
	position: relative;
}

#rotator .slider .slide picture{
	height: 200px !important;
	overflow: hidden;
}
#rotator .slider .slide picture:before,
#rotator .slider .slide picture:after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
}
#rotator .slider .slide picture:before{
	display: none;
	width: 80px;
	height: 80px;
	z-index: 1;
}
#rotator.black .slider .slide picture:before{
	background: url("../images/bg-rotator-black.png") no-repeat center;
	background-size: contain;
}
#rotator.red .slider .slide picture:before{
	background: url("../images/bg-rotator-red.png") no-repeat center;
	background-size: contain;
}
#rotator .slider .slide picture:after{
	height: 30%;
	width: 100%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
	opacity: .5;
	z-index: 2;
}

#rotator .slider .slide .image .video-container{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#rotator .slider .slide .image .video-container iframe{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100vw;
	height: 100vh;
	transform: translate(-50%, -50%);
}

@media (min-aspect-ratio: 16/9) {
	#rotator .slider .slide .image .video-container iframe{
		height: 56.25vw;
	}
}
/*@media (max-aspect-ratio: 16/9) {*/
/*	#rotator .slider .slide .image .video-container iframe{*/
/*		width: 177.78vh;*/
/*	}*/
/*}*/

#rotator .slick-track{
	display: block !important;
}

#rotator.black .slider .slide .content{
	background: rgb(0,0,0);
	background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(50,50,50,1) 50%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(50,50,50,1) 50%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(50,50,50,1) 50%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
}
#rotator.red .slider .slide .content{
	background: rgb(186,18,43);
	background: -moz-linear-gradient(top,  rgba(186,18,43,1) 0%, rgba(110,0,17,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(186,18,43,1) 0%,rgba(110,0,17,1) 100%);
	background: linear-gradient(to bottom,  rgba(186,18,43,1) 0%,rgba(110,0,17,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba122b', endColorstr='#6e0011',GradientType=0 );
}
#rotator .slider .slide .content > div{
	height: 100%;
}

#rotator .slider .slide .content .h1{
	font-size: 30px !important;
}
#rotator .slider .slide .content .lead{
	font-size: 16px !important;
}

#rotator .navi{
	position: absolute;
	top: 185px;
	left: 0;
	width: 100%;
}

#rotator .control{
	position: relative;
	top: 1px;
}

#rotator .pager > ul{
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#rotator .pager > ul > li{
	list-style: none;
	margin-right: .75rem;
}
#rotator .pager > ul > li:last-child{
	margin-right: 0;
}
#rotator .pager > ul > li > div{
	height: 16px;
	width: 16px;
	border-radius: 16px;
	background-color: transparent;
	border: 2px solid var(--bs-white);
	transition: all .3s ease;
	cursor: pointer;
}
#rotator .pager > ul > li > div:hover{
	background-color: var(--extra-light-gray-color);
	border: 2px solid var(--extra-light-gray-color);
}
#rotator .pager > ul > li.slick-active > div{
	background-color: var(--bs-white);
}

.action-calls-main a,
.action-calls-main a:after,
.action-calls-main a svg,
.action-calls-main a picture{
	transition: all .25s cubic-bezier(.335,.015,.25,.995);
}
.action-calls-main a{
	position: relative;
	overflow: hidden;
}
.action-calls-main a{
	height: 80px;
}
.action-calls-main a:after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: var(--bs-white);
	opacity: .8;
}
.action-calls-main a:hover:after{
	background-color: var(--black-color);
	opacity: .15;
}
.action-calls-main a svg{
	color: var(--primary-color);
}
.action-calls-main a:hover svg{
	color: var(--bs-white);
}
.action-calls-main a:hover picture{
	transform: scale(1.1);
}

picture.journey,
picture.journey:before,
picture.journey:after{
	border-radius: 170px;
}
picture.journey{
	height: 170px;
	width: 170px;
	min-width: 170px;
	max-width: 170px;
	padding: 10px;
	position: relative;
}
picture.journey:before,
picture.journey:after,
picture.journey > div{
	height: 100%;
	width: 100%;
	border-radius: 100%;
}
picture.journey:before,
picture.journey:after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	transition: all .25s cubic-bezier(.335,.015,.25,.995);
}
picture.journey:before{
	background: rgb(186,18,43);
	background: -moz-linear-gradient(top,  rgba(186,18,43,1) 0%, rgba(110,0,17,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(186,18,43,1) 0%,rgba(110,0,17,1) 100%);
	background: linear-gradient(to bottom,  rgba(186,18,43,1) 0%,rgba(110,0,17,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba122b', endColorstr='#6e0011',GradientType=0 );
}
picture.journey:after{
	background-color: var(--bs-white);
}
picture.journey:before,
a:hover picture.journey:after{
	opacity: 1;
}
a:hover picture.journey:before,
picture.journey:after{
	opacity: 0;
}
picture.journey{
	background-image: none !important;
}
picture.journey > div{
	position: relative;
	z-index: 1;
}

#events-main #calendar-output > .event{
	border-bottom: 2px solid var(--gray-color);
}
#events-main #calendar-output > .event:last-child{
	border-bottom: none;
}
#events-main #calendar-output > .event .text-sm .text-primary-color-hover{
	transition: all .3s ease;
}
#events-main #calendar-output > .event:hover .text-sm .text-primary-color-hover{
	color: var(--secondary-color) !important;
}
#events-main .btn{
	border-radius: 0 !important;
}


/* FOOTER CSS */
footer{
    overflow: hidden;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	position: relative;
	z-index: 2;
}

footer .action-calls a,
footer .action-calls a:after{
	transition: all .25s cubic-bezier(.335,.015,.25,.995);
}
footer .action-calls a{
	height: 100px;
	border: 1px solid var(--bs-white);
	border-radius: 0;
	position: relative;
}
footer .action-calls a:hover,
footer .action-calls a:hover:after{
	border-radius: 20px;
}
footer .action-calls a:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--black-color);
	opacity: 0;
}
footer .action-calls a:hover:after{
	opacity: .8;
}
footer .action-calls a .icon{
	font-size: 50px;
}
footer .action-calls a .icon img{
	width: 44px;
}
footer .action-calls a .title{
	font-size: 26px;
}

footer .logo img{
	height: 40px;
}

/********************************************************** MEDIA QUERRIES ******************************************************************/

/* Phone (landscape) */
@media (min-width: 576px){
    
	.remodal.xl{
		max-width: 80% !important;
	}

	#menu-mobile{
		width: 400px;
	}

	#rotator,
	#rotator .slider,
	#rotator .slider .slide,
	#rotator .slider .slide picture{
		height: 350px !important;
	}

	#rotator .slider .slide picture:before{
		display: block;
		width: 180px;
		height: 180px;
	}

	#rotator .slider .slide .content{
		background: transparent !important;
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		z-index: 6;
	}
	#rotator .slider .slide .content > div{
		height: auto;
	}

	#rotator .slider .slide .content .lead{
		font-size: 14px !important;
	}

	#rotator .slider .slide .content .btn:not(.no-translate){
		transform: translateY(1.9rem);
	}

	#rotator .navi{
		top: auto;
		bottom: 0;
		max-width: 70%;
	}

	/* FOOTER CSS */
	footer .logo img{
		height: 60px;
	}
	footer .addresses{
		font-size: 12px;
	}
	footer .addresses .lead-set{
		font-size: 16px !important;
	}

}

/* Tablet (portrait) */
@media(min-width:768px){
    
	.cd-top{
		font-size: 44px;
	}
	.remodal.xl{
		max-width: 90% !important;
	}

	#rotator,
	#rotator .slider,
	#rotator .slider .slide,
	#rotator .slider .slide picture{
		height: 400px !important;
	}

	#rotator .slider .slide picture:before{
		width: 210px;
		height: 210px;
	}

	#rotator .slider .slide .content .h1{
		font-size: 40px !important;
	}
	#rotator .slider .slide .content .lead{
		font-size: 16px !important;
	}

	.action-calls-main a{
		height: 100px;
	}

	/* FOOTER CSS */
	footer .action-calls a{
		height: 120px;
	}
	footer .action-calls a .icon{
		font-size: 54px;
	}
	footer .action-calls a .icon img{
		width: 48px;
	}
	footer .action-calls a .title{
		font-size: 28px;
	}
	
}

/* Tablet (landscape) */
@media(min-width:992px){

	#rotator,
	#rotator .slider,
	#rotator .slider .slide,
	#rotator .slider .slide picture{
		height: 500px !important;
	}

	#rotator .slider .slide picture:before{
		width: 270px;
		height: 270px;
	}

	#rotator .slider .slide .content .h1{
		font-size: 54px !important;
	}
	#rotator .slider .slide .content .lead{
		font-size: 20px !important;
	}

	#rotator .slider .slide .content .btn:not(.no-translate){
		transform: translateY(2.3rem);
	}

	picture.journey{
		height: 120px;
		width: 120px;
		min-width: 120px;
		max-width: 120px;
		padding: 5px;
	}

	#events-main a{
		min-height: 215px;
	}
	#events-main #calendar-output{
		min-width: 87.5%;
		max-width: 87.5%;
	}
	#events-main #calendar-output > .event{
		min-width: 20%;
		max-width: 20%;
		border-bottom: none;
		border-right: 2px solid var(--gray-color);
	}
	#events-main #calendar-output > .event:nth-child(5){
		border-right: none;
	}
	#events-main > .btn{
		min-width: 12.5%;
		max-width: 12.5%;
	}

	/* FOOTER CSS */
	footer .action-calls a{
		height: 100px;
	}
	footer .action-calls a .icon{
		font-size: 40px;
	}
	footer .action-calls a .icon img{
		width: 36px;
	}
	footer .action-calls a .title{
		font-size: 18px;
	}
	footer .action-calls a .sub-title{
		font-size: 14px;
	}

	footer .logo img{
		height: 70px;
	}

	footer .addresses{
		font-size: 14px;
	}
	
}

/* Desktop */
@media(min-width:1200px){
    
	.cd-top{
		right: 20px;
		font-size: 50px;
	}
	.remodal.xl{
		max-width: 100% !important;
	}
    
	[data-canvas=container]{
		padding-top: 70px !important;
	}
	[data-canvas=container].w-alert{
		padding-top: 110px !important;
	}

	#main-alert-bar{
		position: absolute;
		width: 100%;
	}
	#main-alert-bar.up{
		margin-top: 0;
	}

	header,
	#nav-main-sticky-wrapper{
		position: absolute;
		width: 100%;
	}
	header,
	#nav-main-sticky-wrapper,
	#nav-main{
		width: 100% !important;
		z-index: 1005 !important;
	}

	header{
		top: 0;
		height: 70px;
	}
	header.w-alert{
		top: 40px;
	}

	header nav{
		font-size: 12px;
	}
	header nav > div{
		margin-right: 1.5rem;
	}

	#nav-main-sticky-wrapper{
		top: 70px;
		display: block;
	}
	#nav-main-sticky-wrapper.w-alert{
		top: 110px;
	}

	#nav-main-sticky-wrapper,
	#nav-main{
		height: 100px;
	}

	#nav-main:after{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgb(186,18,43);
		background: -moz-linear-gradient(top,  rgba(186,18,43,1) 0%, rgba(110,0,17,1) 100%);
		background: -webkit-linear-gradient(top,  rgba(186,18,43,1) 0%,rgba(110,0,17,1) 100%);
		background: linear-gradient(to bottom,  rgba(186,18,43,1) 0%,rgba(110,0,17,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba122b', endColorstr='#6e0011',GradientType=0 );
		opacity: .9;
	}
	#nav-main.full:after{
		opacity: 1;
	}

	#nav-main > div:nth-child(2){
		position: static;
		z-index: 3;
	}

	#nav-main .logo img{
		height: 44px;
	}

	#nav-main nav .dropdown{
		position: static;
		margin-right: 1.65rem;
	}
	#nav-main-sticky-wrapper #nav-main nav .dropdown-toggle.show:before{
		position: absolute;
		content: '';
		top: 100px;
		left: 0;
		height: calc(100vh - 170px);
		width: 100vw;
		background-color: var(--black-color);
		opacity: .6;
		cursor: default;
		transition: all .25s cubic-bezier(.335,.015,.25,.995);
	}
	#nav-main-sticky-wrapper.is-sticky #nav-main nav .dropdown-toggle.show:before,
	#nav-main-sticky-wrapper.w-alert.is-sticky #nav-main nav .dropdown-toggle.show:before{
		height: calc(100vh - 100px);
	}
	#nav-main-sticky-wrapper.w-alert #nav-main nav .dropdown-toggle.show:before{
		height: calc(100vh - 210px);
	}

	nav.main-nav > .dropdown > a.main-link,
	nav.main-nav > .dropdown > a.main-link.show:hover{
		color: var(--bs-white);
	}
	nav.main-nav > .dropdown > a.main-link{
		display: block;
		font-size: 14px;
		line-height: 100px;
	}
	nav.main-nav > .dropdown > .main-link:hover{
		color: var(--extra-light-gray-color);
	}

	#nav-main nav .dropdown-toggle.main-link > span{
		position: relative;
		height: 100px;
		display: block;
	}
	#nav-main nav .dropdown-toggle.main-link > span:first-child:after{
		position: absolute;
		content: '';
		left: 0;
		bottom: -11px;
		height: 22px;
		width: 100%;
		background: url("../images/bg-nav-triangle.png") no-repeat center;
		background-size: contain;
		opacity: 0;
		z-index: 1006;
	}
	#nav-main nav .dropdown-toggle.main-link.show > span:first-child:after{
		opacity: 1;
	}
	#nav-main nav .dropdown-toggle.main-link > span:nth-child(2){
		display: none;
	}

	#nav-main nav .dropdown-menu{
		width: 100vw;
		left: -1rem !important;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		background: rgb(0,0,0);
		background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(50,50,50,1) 100%);
		background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(50,50,50,1) 100%);
		background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(50,50,50,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#323232',GradientType=0 );
		margin-top: -2px !important;
		transform: translate(1rem, 102px) !important;
	}
	#nav-main nav .dropdown-menu .dropdown-links > div{
		padding-right: 2rem;
		margin-right: 2rem;
		border-right: 1px solid var(--gray-color);
	}
	#nav-main nav .dropdown-menu .dropdown-links > div:last-child{
		padding-right: 0;
		margin-right: 0;
		border-right: none;
	}
	#nav-main nav .dropdown-menu .dropdown-links > div > div.mt-3:first-child{
		margin-top: 0 !important;
	}

	nav.main-nav .dropdown .dropdown-menu a{
		color: var(--bs-white);
	}

	#rotator,
	#rotator .slider,
	#rotator .slider .slide,
	#rotator .slider .slide picture{
		height: 650px !important;
	}

	#rotator .slider .slide picture:before{
		width: 300px;
		height: 300px;
	}

	#rotator .slider .slide .content .h1{
		font-size: 60px !important;
	}
	#rotator .slider .slide .content .lead{
		font-size: 22px !important;
	}

	.action-calls-main a{
		height: 115px;
	}

	picture.journey{
		height: 140px;
		width: 140px;
		min-width: 140px;
		max-width: 140px;
		padding: 7px;
	}
	#home-journey a > div:nth-child(2){
		transition: all .25s cubic-bezier(.335,.015,.25,.995);
	}
	#home-journey a{
		transition: none !important;
	}
	#home-journey a:hover > div:nth-child(2){
		transform: translateX(8px);
	}

	#events-main a{
		min-height: 250px;
	}

	/* FOOTER CSS */
	footer .action-calls a{
		height: 120px;
	}
	footer .action-calls a .icon{
		font-size: 50px;
	}
	footer .action-calls a .icon img{
		width: 46px;
	}
	footer .action-calls a .title{
		font-size: 24px;
	}
	footer .action-calls a .sub-title{
		font-size: 16px;
	}

	footer .addresses .lead-set{
		font-size: 18px !important;
	}
	footer .addresses{
		font-size: 16px;
	}
	
}

@media(min-width:1400px){
    
	.remodal.xl{
		max-width: 1400px !important;
	}

	header nav > div{
		margin-right: 2rem;
	}
	header nav{
		font-size: 14px;
	}

	#nav-main .logo img{
		height: 50px;
	}

	#nav-main nav .dropdown{
		margin-right: 2rem;
	}

	nav.main-nav > .dropdown > a.main-link{
		font-size: 16px;
	}

	#rotator,
	#rotator .slider,
	#rotator .slider .slide,
	#rotator .slider .slide picture{
		height: 700px !important;
	}

	#rotator .slider .slide picture:before{
		width: 330px;
		height: 330px;
	}

	#rotator .slider .slide .content .h1{
		font-size: 68px !important;
	}
	#rotator .slider .slide .content .lead{
		font-size: 26px !important;
	}

	picture.journey{
		height: 170px;
		width: 170px;
		min-width: 170px;
		max-width: 170px;
		padding: 10px;
	}

	/* FOOTER CSS */
	footer .action-calls a .icon{
		font-size: 56px;
	}
	footer .action-calls a .icon img{
		width: 50px;
	}
	footer .action-calls a .title{
		font-size: 26px;
	}

	footer .logo img{
		height: 80px;
	}
	footer .addresses .lead-set{
		font-size: 18px !important;
	}

}

@media(min-width:1600px){

	header nav > div{
		margin-right: 3rem;
	}

	#nav-main .logo img{
		height: 60px;
	}

	#nav-main nav .dropdown{
		margin-right: 3rem;
	}

	#nav-main nav .dropdown-menu .dropdown-links > div {
		padding-right: 3rem;
		margin-right: 3rem;
	}

	#rotator,
	#rotator .slider,
	#rotator .slider .slide,
	#rotator .slider .slide picture{
		height: 750px !important;
	}

	#rotator .slider .slide picture:before{
		width: 350px;
		height: 350px;
	}

	#rotator .slider .slide .content .h1{
		font-size: 72px !important;
	}

	#events-main #calendar-output > .event{
		border-right: 3px solid var(--gray-color);
	}

	/* FOOTER CSS */
	footer .action-calls a{
		height: 130px;
	}
	footer .action-calls a .icon{
		font-size: 60px;
	}
	footer .action-calls a .icon img{
		width: 54px;
	}
	footer .action-calls a .title{
		font-size: 30px;
	}

	footer .addresses .lead-set{
		font-size: 20px !important;
	}

}

@media(min-width:1800px){

	#rotator,
	#rotator .slider,
	#rotator .slider .slide,
	#rotator .slider .slide picture{
		height: 800px !important;
	}

	#rotator .slider .slide picture:before{
		width: 380px;
		height: 380px;
	}

	#rotator .slider .slide .content .h1{
		font-size: 80px !important;
	}
	#rotator .slider .slide .content .lead{
		font-size: 30px !important;
	}

	.action-calls-main a{
		height: 125px;
	}

	#events-main a{
		min-height: 300px;
	}

	/* FOOTER CSS */
	footer .action-calls a{
		height: 140px;
	}
	
}


/*************** 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;
}
.remodal h2,
.remodal h3{
	font-size: 22px;
	color: var(--primary-color);
}
.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-all-2{
	border: 2px 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.lg{
	height: 175px;
	min-height: 175px;
	max-height: 175px;
}
.thumb-nail.location{
	height: 115px;
	min-height: 115px;
	max-height: 115px;
}
.thumb-nail.path{
	height: 225px;
	min-height: 225px;
	max-height: 225px;
}
.thumb-nail.in-carousel{
	height: 185px;
	min-height: 185px;
	max-height: 185px;
}
.thumb-nail.in-page{
	height: 115px;
	min-height: 115px;
	max-height: 115px;
}
.thumb-nail.staff{
	height: 300px;
	min-height: 300px;
	max-height: 300px;
}
.thumb-nail > div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.icon-100{
	width: 100px;
	height: 100px;
	border-radius: 100px;
	transition: all .25s cubic-bezier(.335,.015,.25,.995);
}
a:hover .icon-100.bg-primary-color-hover{
	background-color: var(--secondary-color) !important;
}

.overflow-contain{
	overflow-x: scroll;
}
.overflow-contain .row a{
	width: 250px;
}

.main-stat{
	height: 170px;
	width: 170px;
	background: url("../images/bg-stat.png") no-repeat center;
	background-size: contain;
}

.journey-items > div > div{
	border-bottom: 1px solid var(--extra-light-gray-color);
	padding-bottom: 3rem;
}
.journey-items > div:last-child > div{
	border-bottom: none;
	padding-bottom: 0;
}


/* 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.in-page{
		height: 220px;
		min-height: 220px;
		max-height: 220px;
	}

}

/* Tablet (portrait) */
@media(min-width:768px){
	.flex-md-1{
		flex: 1;
	}
	.remodal h2,
	.remodal h3{
		font-size: 26px;
	}
	.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%;
	}

	.thumb-nail.location{
		height: 130px;
		min-height: 130px;
		max-height: 130px;
	}
	.thumb-nail.in-carousel{
		height: 215px;
		min-height: 215px;
		max-height: 215px;
	}
	.thumb-nail.in-page{
		height: 260px;
		min-height: 260px;
		max-height: 260px;
	}
	.thumb-nail.staff{
		height: 350px;
		min-height: 350px;
		max-height: 350px;
	}

}

/* Tablet (landscape) */
@media(min-width:992px){
	.flex-lg-1{
		flex: 1;
	}
	.remodal h2,
	.remodal h3{
		font-size: 30px;
	}
	.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-bottom-none{
		border-bottom: none !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%;
	}

	.thumb-nail.location{
		height: 160px;
		min-height: 160px;
		max-height: 160px;
	}
	.thumb-nail.in-carousel{
		height: 200px;
		min-height: 200px;
		max-height: 200px;
	}
	.thumb-nail.in-page{
		height: 225px;
		min-height: 225px;
		max-height: 225px;
	}
	.col-lg-4 .thumb-nail.lg{
		height: 240px;
		min-height: 240px;
		max-height: 240px;
	}

	.overflow-contain{
		overflow-x: hidden;
	}
	.overflow-contain .row a{
		width: auto;
	}

	.journey-items > div > div{
		border-bottom: none;
		border-right: 1px solid var(--extra-light-gray-color);
		padding-bottom: 0;
	}
	.journey-items > div:last-child > div{
		border-right: none;
	}

}

/* Desktop */
@media(min-width:1200px){
	.flex-xl-1{
		flex: 1;
	}
	.remodal h2,
	.remodal h3{
		font-size: 36px;
	}
	.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%;
	}

	::-webkit-scrollbar{
		width: 20px;
	}

	::-webkit-scrollbar-track{
		background-color: var(--lightest-gray-color);
	}

	::-webkit-scrollbar-thumb{
		background-color: var(--extra-light-gray-color);
		border-radius: 20px;
		border: 6px solid transparent;
		background-clip: content-box;
	}

	::-webkit-scrollbar-thumb:hover{
		background-color: var(--primary-color);
	}

	.thumb-nail.lg{
		height: 200px;
		min-height: 200px;
		max-height: 200px;
	}
	.col-lg-4 .thumb-nail.lg{
		height: 265px;
		min-height: 265px;
		max-height: 265px;
	}
	.thumb-nail.location{
		height: 190px;
		min-height: 190px;
		max-height: 190px;
	}
	.thumb-nail.in-carousel{
		height: 225px;
		min-height: 225px;
		max-height: 225px;
	}
	.thumb-nail.in-page{
		height: 265px;
		min-height: 265px;
		max-height: 265px;
	}

	a:hover .icon-100{
		transform: translateY(-10px);
	}

	.overflow-contain .row a .content-hover{
		font-size: 10px;
		background: rgba(0,0,0,0.8);
		transition: all .25s cubic-bezier(.335,.015,.25,.995);
		opacity: 0;
	}
	.overflow-contain .row a:hover .content-hover{
		opacity: 1;
	}

}

@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.lg{
		height: 225px;
		min-height: 225px;
		max-height: 225px;
	}
	.col-lg-4 .thumb-nail.lg{
		height: 285px;
		min-height: 285px;
		max-height: 285px;
	}
	.thumb-nail.location{
		height: 145px;
		min-height: 145px;
		max-height: 145px;
	}
	.thumb-nail.in-carousel{
		height: 200px;
		min-height: 200px;
		max-height: 200px;
	}
	.container.widish .thumb-nail.in-page{
		height: 225px;
		min-height: 225px;
		max-height: 225px;
	}

	.overflow-contain .row a .content-hover{
		font-size: 12px;
	}

}

@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.lg{
		height: 250px;
		min-height: 250px;
		max-height: 250px;
	}
	.col-lg-4 .thumb-nail.lg{
		height: 325px;
		min-height: 325px;
		max-height: 325px;
	}
	.thumb-nail.location{
		height: 170px;
		min-height: 170px;
		max-height: 170px;
	}
	.thumb-nail.in-carousel{
		height: 225px;
		min-height: 225px;
		max-height: 225px;
	}
	.thumb-nail.staff{
		height: 375px;
		min-height: 375px;
		max-height: 375px;
	}

	.overflow-contain .row a .content-hover{
		font-size: 14px;
	}

}

@media(min-width:1800px){

	.thumb-nail.lg{
		height: 290px;
		min-height: 290px;
		max-height: 290px;
	}
	.col-lg-4 .thumb-nail.lg{
		height: 375px;
		min-height: 375px;
		max-height: 375px;
	}
	.thumb-nail.location{
		height: 190px;
		min-height: 190px;
		max-height: 190px;
	}
	.thumb-nail.in-carousel{
		height: 200px;
		min-height: 200px;
		max-height: 200px;
	}

	.overflow-contain .row a .content-hover{
		font-size: 16px;
	}

}

@media(min-width:1900px){

	.thumb-nail.lg{
		height: 310px;
		min-height: 310px;
		max-height: 280px;
	}
	.col-lg-4 .thumb-nail.lg{
		height: 400px;
		min-height: 400px;
		max-height: 400px;
	}
	.thumb-nail.location{
		height: 200px;
		min-height: 200px;
		max-height: 200px;
	}
	.thumb-nail.in-carousel{
		height: 215px;
		min-height: 215px;
		max-height: 215px;
	}

}

@media(min-width:2000px){

	.thumb-nail.lg{
		height: 325px;
		min-height: 325px;
		max-height: 325px;
	}
	.col-lg-4 .thumb-nail.lg{
		height: 425px;
		min-height: 425px;
		max-height: 425px;
	}
	.thumb-nail.location{
		height: 215px;
		min-height: 215px;
		max-height: 215px;
	}
	.thumb-nail.in-carousel{
		height: 235px;
		min-height: 235px;
		max-height: 235px;
	}
	.thumb-nail.staff{
		height: 400px;
		min-height: 400px;
		max-height: 400px;
	}

}

@media(min-width:2200px){

	.thumb-nail.lg{
		height: 350px;
		min-height: 350px;
		max-height: 350px;
	}
	.col-lg-4 .thumb-nail.lg{
		height: 450px;
		min-height: 450px;
		max-height: 450px;
	}
	.thumb-nail.location{
		height: 235px;
		min-height: 235px;
		max-height: 235px;
	}
	.thumb-nail.in-carousel{
		height: 250px;
		min-height: 250px;
		max-height: 250px;
	}

}

.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-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-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-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);
}

/********************************************************** Helper Classes ******************************************************************/
hr{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
.bord{
	height: 1px;
}
.bord.min{
	width: 100px;
}
.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;
}
.remodal-overlay{
	z-index: 999999 !important;
}
.remodal-wrapper{
	z-index: 9999999 !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 svg,
.btn:before,
.btn:after{
	transition: all .25s cubic-bezier(.335,.015,.25,.995) !important;
}
.input-group .btn,
.input-group .btn:before,
.input-group .btn:after,
.input-group .btn:hover,
.input-group .btn:hover:before,
.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:before,
.btn.no-radius:after,
.btn.no-radius:hover,
.btn.no-radius:hover:before,
.btn.no-radius:hover:after{
	border-radius: 0 !important;
}

.btn{
	font-family: var(--primary-font) !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 0 !important;
}
.btn:focus{
	outline: none !important;
	box-shadow: 0 0 0 0.2rem rgba(var(--primary-color-rgba), .25) !important;
}
.btn:hover,
a:hover .btn,
.btn:hover:before,
a:hover .btn:before,
.btn:hover:after,
a:hover .btn:after{
	border-radius: 30px !important;
}
.btn.no-hover:hover,
.btn.no-hover:hover:before,
.btn.no-hover:hover:after{
	border-radius: inherit !important;
}

.btn:before,
.btn:after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.btn:hover:before,
a:hover .btn:before,
.btn:after{
	opacity: 0;
}
.btn:before,
.btn:hover:after,
a:hover .btn:after{
	opacity: 1;
}

.btn-main,
.btn-secondary,
.btn-secondary:hover,
a:hover .btn-secondary,
.btn-white:hover,
a:hover .btn-white{
	color: var(--bs-white) !important;
}
.btn-main,
.btn-white,
.btn-alternate{
	border: none !important;
}

.btn-main{
	background: linear-gradient(to bottom, var(--primary-color), var(--primary-color)) padding-box,
				linear-gradient(to bottom, var(--primary-color), var(--secondary-color)) border-box !important;
	border: 2px solid transparent !important;
}
.btn-main:before{
	background: rgb(186,18,43);
	background: -moz-linear-gradient(top,  rgba(186,18,43,1) 0%, rgba(110,0,17,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(186,18,43,1) 0%,rgba(110,0,17,1) 100%);
	background: linear-gradient(to bottom,  rgba(186,18,43,1) 0%,rgba(110,0,17,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba122b', endColorstr='#6e0011',GradientType=0 );
}
.btn-main:after{
	background: rgb(186,18,43);
	background: -moz-linear-gradient(top,  rgba(186,18,43,1) 0%, rgba(186,18,43,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(186,18,43,1) 0%,rgba(186,18,43,1) 100%);
	background: linear-gradient(to bottom,  rgba(186,18,43,1) 0%,rgba(186,18,43,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba122b', endColorstr='#ba122b',GradientType=0 );
}

.btn-white,
.btn-secondary{
	border: 2px solid var(--bs-white) !important;
}
.btn-main:hover,
a:hover .btn-main,
.btn-secondary:hover,
a:hover .btn-secondary{
	border: 2px solid var(--primary-color) !important;
}
.btn-secondary,
.btn-secondary:before,
.btn-secondary:after{
	background: transparent !important;
}
.btn-white:before,
.btn-white:after{
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}
.btn-white:hover,
a:hover .btn-white,
.btn-white svg,
.btn-secondary:hover svg,
a:hover .btn-secondary svg{
	color: var(--primary-color) !important;
}

.btn-white{
	background-color: var(--bs-white) !important;
	color: var(--black-color) !important;
}

.btn-blank{
    border-radius: 0 !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid var(--extra-light-gray-color) !important;
    color: var(--black-color) !important;
	text-transform: none !important;
}
.btn-blank > div:first-child{
    color: var(--black-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(--primary-color) !important;
}
.btn-blank svg{
    transform: none !important;
    opacity: 1 !important;
}
.btn-blank + .dropdown-menu .dropdown-item{
    border-bottom: 1px solid var(--extra-light-gray-color) !important;
    color: var(--black-color) !important;
	font-weight: 700;
}
.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) !important;
	color: var(--bs-white) !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);
}

.form-control::-moz-placeholder{
    color: var(--light-gray-color);
    font-weight: 300;
    font-style: italic;
    letter-spacing: 1px;
}
.form-control:-ms-input-placeholder{
    color: var(--light-gray-color);
    font-weight: 300;
    font-style: italic;
    letter-spacing: 1px;
}
.form-control::-webkit-input-placeholder{
    color: var(--light-gray-color);
    font-weight: 300;
    font-style: italic;
    letter-spacing: 1px;
}

.form-floating>.form-control, 
.form-floating>.form-control-plaintext,
.form-floating > label{
	padding: 1rem !important;
}
.form-floating > label{
    color: var(--gray-color);
    font-weight: 400;
    letter-spacing: 1px;
}
.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-select{
    padding-left: 1rem !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-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-gradient-primary,
.overlay.gradient-primary:after{
	background: rgb(186,18,43);
	background: -moz-linear-gradient(top,  rgba(186,18,43,1) 0%, rgba(110,0,17,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(186,18,43,1) 0%,rgba(110,0,17,1) 100%);
	background: linear-gradient(to bottom,  rgba(186,18,43,1) 0%,rgba(110,0,17,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba122b', endColorstr='#6e0011',GradientType=0 );
}
.bg-gradient-black{
	background: rgb(0,0,0);
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(50,50,50,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(50,50,50,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(50,50,50,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#323232',GradientType=0 );
}
.bg-gradient-black-horz{
	background: rgb(0,0,0);
	background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(50,50,50,1) 50%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(50,50,50,1) 50%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(50,50,50,1) 50%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
}

.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.op25:after{
	opacity: .25;
}
.overlay.op40:after{
	opacity: .4;
}
.overlay.op50:after{
	opacity: .5;
}
.overlay.op60:after{
	opacity: .6;
}
.overlay.op75:after{
	opacity: .75;
}
.overlay.op80:after{
	opacity: .8;
}
.overlay.op85:after{
	opacity: .85;
}
.overlay.op90:after{
	opacity: .9;
}
.overlay.op95:after{
	opacity: .95;
}

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;
}

.m-link,
.m-link svg,
.hover-op,
.thumb-nail.zoom-it > div,
.movem a span,
a.movem span{
	transition: all .25s cubic-bezier(.335,.015,.25,.995);
}
a:hover .m-link svg,
.m-link:hover svg{
	transform: translateX(7px);
}

a.hover-op:hover,
.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);
}
.movem.reverse a:hover span,
a.movem.reverse:hover span{
	transform: translateX(-7px);
}

.daterangepicker{
	z-index: 99999999 !important;
}
.daterangepicker td.active,
.daterangepicker td.active:hover{
	background-color: var(--secondary-color) !important;
}

.page-content ul{
	margin-bottom: 0 !important;
}
.page-content a{
	color: var(--alternate-two-color);
	font-style: italic;
	font-weight: 700;
	text-decoration: underline !important;
}
.page-content a:hover{
	color: var(--primary-color);
}

:root{
    --body-color: #646464;
	--primary-color: #BA122B;
	--primary-color-hover: #6E0011;
	--primary-color-rgba: 86, 18, 43;
	--primary-color-rgba-hover: 110, 0, 17;
	--secondary-color: #6E0011;
	--secondary-color-hover: #BA122B;
	--secondary-color-rgba: 110, 0, 17;
	--secondary-color-rgba-hover: 86, 18, 43;
	--alternate-color: #F5E501;
	--alternate-two-color: #54AAF3;
	--alternate-three-color: #009F2B;
	--lightest-gray-color: #EFEFEF;
	--extra-light-gray-color: #C8C8C8;
	--light-gray-color: #969696;
	--gray-color: #646464;
	--dark-gray-color: #323232;
	--black-color: #000000;
	--primary-font: 'Roboto', sans-serif;
	--secondary-font: 'Roboto', sans-serif;
}
