/* wise custom styles */

@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");

.mega-menu-wrap > ul > li > .mega-menu-link {
	text-transform: uppercase !important;
}

.mega-menu-description {
	cursor: pointer !important;
	font-style: normal !important;
	font-size: 1rem !Important;
	color: #393040;
	font-weight: 500 !Important;
}

.mega-menu a {
	color: #0076ad;
	font-family: "Roboto", Arial, sans-serif !Important;
	font-weight: 600 !Important;

}

.mega-menu-wrap > .mega-menu > li > a {
	border-bottom: 7px solid transparent !important;
}


.mega-menu-wrap > .mega-menu > li:hover > a {

	border-color: #70a45a !Important;
}

@media (min-width: 992px) {

	.mega-menu-wrap > ul > li > ul.mega-sub-menu {

		/* left: -35% !important; */
	}

	.menu-row-sep-top {
		border-top: 1px solid #666 !important;
		margin-top: 1.5rem !important;
		padding: 1.5rem 0 !important;
	}

	.dark-menu-button a.mega-menu-link {
		background-color: #3b3041 !important;
		color: #fff !important;
		display: block !important;
		padding: 0.75rem 55% 0.75rem 0.75rem !important;
	}

	.blue-menu-button a.mega-menu-link {
		background-color: #0076ad !important;
		color: #fff !important;
		display: block !important;
		padding: 0.75rem 55% 0.75rem 0.75rem !important;
	}

	.mega-sub-menu .mega-menu-item-has-children > a {
		font-size: 18px !important;
	}
}

@media (max-width: 991.98px) {

	#mega-menu-wrap-menu-1 .mega-menu-toggle {
		background: transparent !important;
	}
}

ul.mega-menu,
.mega-menu-wrap {
	position: static !Important;
}


.cl-header > .container > .row {
	position: relative !important;

}


.modal-container {
	background: #fff;
	border: 1px solid #ebebeb;
	display: flex;
	flex-flow: column wrap;
	width: 40rem;
	margin: 2rem;
	padding: 3rem 1rem 1rem;
	position: relative;
}

.modal-text {
	padding: 1rem 0;
	width: calc(100% - 9rem);
}

.modal-close {
	background: #fff;
	border: 0;
	cursor: pointer;
	display: block;
	height: 2.675rem;
	position: absolute;
	right: 1rem;
	top: 1rem;
	width: 2.675rem;
}

.modal-close::before {
	background: #0076ad;
	content: "";
	display: block;
	height: 1px;
	transform: rotate(45deg);
	width: 2.675rem;
}

.modal-close::after {
	background: #0076ad;
	content: "";
	display: block;
	height: 1px;
	transform: rotate(-45deg);
	width: 2.675rem;
}

.modal-image {
	display: flex;
	flex-flow: column wrap;
	max-width: 8rem;

}

.modal-content-wise {
	align-items: center;
	background: #fff;
	border: 1px solid #ebebeb;
	display: flex;
	flex-flow: row wrap;
	padding: 2rem;
	min-width: 100%;
	max-width: 100%;
}

button.wise-app {
	background: none;
	border: 0;
	font-weight: 600;
	margin: 0;
	padding: 0;
}

@media (min-width: 992px) {

	.modal-content-wise,
	.modal-dialog {
		min-width: 45rem;

	}
}

.modal-content-wise h2 {
	font-weight: bold;
	font-size: 1.125rem;
}

.modal-content-wise h3 {
	font-weight: 400;
	font-size: 0.9125rem;
}

.modal-content-wise img {
	height: 5rem;
	margin-right: 1rem;
	width: 5rem;
}

.modal-stores {
	align-items: center;
	display: flex;
	flex-flow: row wrap;
	padding: 2rem 0;
	width: 100%;
}

.modal-stores--item {
	display: flex;
	justify-content: flex-start;
	font-size: 1rem;
	padding-right: 1rem;
}

.modal-stores--item a {
	font-size: 1rem !important;
}

.modal-stores--item img {
	height: 2.5rem;
	width: auto;
}

.modal-backdrop {
	z-index: -1;
}


.modal-stores > h3 {
	color: #232323;
	font-size: 21px;
	font-weight: 300;
	margin: 0 0 1rem 0;
	padding: 0 0 0.5rem 0;
	width: 100%;
}

.modal-sharing {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	margin: 2.5rem 0 0;
}

.modal-sharing h3 {
	color: #232323;
	font-size: 21px;
	font-weight: 300;
	margin: 0;
	padding: 0 0 0.5rem 0;
	width: 100%;
}

.modal-sharing a {
	align-items: center;
	background: #0076ad;
	border-radius: 50%;
	color: #fff !important;
	display: flex !important;
	flex-flow: row wrap;
	font-size: 0.75rem !important;
	height: 1.675rem;
	justify-content: center;
	margin-right: 0.25rem;
	padding: 0.25rem;
	text-decoration: none;
	width: 1.675rem;
}

@media (min-width: 992px) {

	.fbc-wrap {
		margin: 0 auto;
		max-width: 1320px;
	}

    .fbc-items {
        
        padding: .5rem;
    }
    .fbc-items li:first-child {
        padding-left: 0px !Important;
    }

	.fbc-items span,
	.fbc-items a {
		font-weight: 500;
		font-size: 0.9125rem;
	}

	.fbc-items ul li a::before {
		height: 25px;
		width: 25px;
	}

	.fbc-separator {
		font-size: 1.25rem !important;
	}
}

.modal-content-wise .rmp-heading--subtitle {
	color: #232323;
	font-size: 21px !important;
	font-weight: 300;
	margin: 0;
	padding: 0 0 0.5rem 0;
	width: 100%;
}

.fbc-items li.active {
	display: none;
}

.fbc-items li:nth-last-child(2) {
	display: none;
}

.single-video .fbc-page .fbc-wrap .fbc-items {
	background-color: transparent !important;
}

.single-video .fbc-page .fbc-wrap .fbc-items li a {
	color: #ebebeb;
}

#lang-switcher {
	margin: 0 0 0 0;
	padding: 0;
	position: relative;
}

#lang-switcher a {
	background: #0076ad;
	color: #fff;
	font-size: 16px;
	padding: 0.375rem 0.75rem;
	text-transform: uppercase;

}

#lang-switcher a:hover {
	background: #0282be;
}

#lang-switcher li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
}

#lang-switcher li:hover ul {
	display: block;
}

#lang-switcher > li > a {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;

}

#lang-switcher > li > a > span {
	padding-right: 0.5rem;
}

#lang-switcher > li > a::after {
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	display: block;
	height: 7px;
	margin-right: 0.25rem;
	transform: rotate(45deg);
	width: 7px;
}

.user-menu-wrapper a {
	font-size: 1rem;
}

.logged-account-link {
	align-items: center;
	display: flex;
	flex-flow: row nowrap;
	text-decoration: none !important;
	padding-block: 6px !important;
	padding-right: 0.5rem !important;
}

.logged-account-link:hover {
	background: rgba(255, 255, 255, 0.15);
}

.logged-account-link::before {
	background: url(images/user-icon.svg) no-repeat center / cover;
	content: "";
	display: block;
	height: 1.3125rem;
	margin: 0 0.5rem;
	width: 1.3125rem;
}
header .cl-header-menu nav.cl-main-navigation .menu li a {
	padding-bottom: calc(0.675rem - 10px);
	border-bottom: 15px solid transparent;
}
