@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/*start common css for all theme*/ 
.headersection { 
    margin-left: 0px; 
    margin-right: 0px; 
    display: block !important; 
} 
body { 
    padding-top: 0px;
	padding-bottom: 0px;
    font-family: "Lato", sans-serif !important; 
} 
.footer-top, .footer-bottom { 
    margin-left: 0px; 
    margin-right: 0px; 
}  
.container2 { 
    margin-top: 0px; 
} 
.outsideframe .headersection .col-xs-12.col-sm-12.col-md-12.col-lg-12 { 
    margin: 0; 
    padding: 0; 
} 
div.outsideframe > div.row.hidden-lg.hidden-md { 
    display: none !important; 
} 
footer{
	margin-top: 0px;
    float: none;
}
.footer-bottom.ce21_Footer_FooterBottomDiv{
  margin-bottom: 0px !important;
}
/*end common css for all theme*/ 

.theme_leapUs {
	font-family: "Open Sans", sans-serif;
	color      : #58595b;
	font-size  : 16px;
	font-weight: 400;
	position: relative;
}
.theme_leapUs .container {
    padding-right: 0;
    padding-left: 0;
    max-width: 1400px;
	width: 100%;
}
body.overflow-hidden {
	overflow: hidden;
}
.theme_leapUs .header .container {
	position: static;
}
.theme_leapUs .header-left {
	display: flex;
	align-items: center;
}
.theme_leapUs .logo img {
	width: 140px;
}
.theme_leapUs .header .row {
	display: flex;
	align-items: center;
}
.theme_leapUs header:after,
.theme_leapUs .menudiv:after,
.theme_leapUs footer:after {
	content: "";
	display: table;
	clear  : both;
}
.theme_leapUs .navbar {
	margin: 0;
}
.theme_leapUs .navbar {
	display: flex;
	position: static;
	width: 100%;
}
.theme_leapUs nav {
	margin-bottom  : 0;
	border         : 0;
	min-height     : auto;
	display        : -webkit-box;
	display        : -moz-box;
	display        : -ms-flexbox;
	display        : -webkit-flex;
	display        : flex;
	align-items    : center;
	justify-content: flex-end;
	margin-left: 10px;
}
.theme_leapUs .navbar-nav>li, .theme_leapUs .header-actions a:first-child  {
	position: static;
	display: inline-block;
	height: 100% !important;
	background-image: linear-gradient(#d8d8da,#d8d8da);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-size: 0 2px;
	transition: background-size .3s;
}
.theme_leapUs .navbar-nav>li:hover, .theme_leapUs .header-actions a:first-child:hover {
	background-size: 100% 2px;
}
.theme_leapUs .navbar-nav>li.open {
	background-image: linear-gradient(#f69139,#f69139);
	background-size: 100% 2px;
}
.theme_leapUs .navbar-nav>li>a {
	font-size: 14px;
    color: #58595b;
    position: relative;
    font-weight: 600;
    padding: 0;
    line-height: 40px;
	height: 100%;
	padding: 0 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.theme_leapUs .navbar-nav>li a:hover {
	color: #58595b;
}
.theme_leapUs .navbar-nav>li a i {
    font-size: 17px;
    margin: 0px 0 0 5px;
    top: 0;
    position: relative;
	transition: all 0.3s ease-in-out 0s;
}
.theme_leapUs .navbar-nav>li.open a i {
    transform: rotate(180deg);
}
.theme_leapUs .header-btns .navbar-nav>li {
	margin-right: 15px;
	position: relative;
}
.theme_leapUs .header-btns .navbar-nav>li:last-child {
	margin-right: 0;
}
.theme_leapUs .header-btns .navbar-nav>li a {
	color: #990000;
}
.theme_leapUs .header-btns .navbar-nav>li a i {
	font-size: 22px;
}
.theme_leapUs .navbar-nav>li a:hover {
	background: transparent;
}
.theme_leapUs header {
	top: 0 ;
	z-index: 99;
	transition: all .3s ease;
	position: sticky;
	top: 0;
	background: #FFFFFF;
}
.theme_leapUs .header-right {
	display: flex;
	align-items: center;
	position: static;
}
body {
	margin: 0;
}
.theme_leapUs  .header .dropdown-menu {
	padding: 48px 0 64px;
    background: #FFFFFF;
    border: 0;
    width: 100%;
    box-shadow: 0 100px 150px rgba(0, 0, 0, .102);
    border-top: 1px solid #d8d8da;
	top: 99%;
}
.theme_leapUs .navbar-nav {
	height: 70px;
}
.theme_leapUs .header-actions {
	display: flex;
	align-items: center;
	margin-left: auto;
}
.theme_leapUs .header-actions a:first-child {
	color: #58595b;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	letter-spacing: -.15px;
	padding: 0 16px;
	height: 70px;
	line-height: 70px;
}
.theme_leapUs .header-actions a:first-child:hover {
	text-decoration: none;
}
.theme_leapUs .req-btn {
	height: 50px;
	padding: 0 32px;
	background: #f69139;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.theme_leapUs .req-btn:hover {
	text-decoration: none;
	background: #f87a0c;
}
.theme_leapUs .menu-wrapper {width: 100%;}
.theme_leapUs .navbar-toggle {
	border-radius: 0;
    width: 25px;
    height: 18px;
    background: transparent;
    position: relative;
    z-index: 1;
	border: 0;
	padding: 0;
}
.theme_leapUs .navbar-toggle span {
	background: #58595b;
    border-radius: 5px;
    display: block;
    height: 2px;
    left: 0;
    opacity: 1;
    position: absolute;
    transform: rotate(0);
    transition: .25s ease-in-out;
    width: 100%;
}
.theme_leapUs .navbar-toggle span:first-child {
	top: 0;
}
.theme_leapUs .navbar-toggle span:nth-child(2), .theme_leapUs .navbar-toggle span:nth-child(3) {
	top: 8px;
}
.theme_leapUs .navbar-toggle span:nth-child(4) {
	top: 16px;
}
.theme_leapUs .navbar-toggle:not(.collapsed) span:first-child, .theme_leapUs .navbar-toggle:not(.collapsed) span:last-child {
	left: 50%;
    top: 18px;
    width: 0;
}
.theme_leapUs .navbar-toggle:not(.collapsed) span:nth-child(2) {
	transform: rotate(45deg);
}
.theme_leapUs .navbar-toggle:not(.collapsed) span:nth-child(3) {
	transform: rotate(-45deg);
}
.theme_leapUs .menu-column .menu-column-heading {
	color: #66a0cb;
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
	letter-spacing: .6px;
	text-transform: uppercase;
	margin-left: 16px;
	margin-bottom: 12px;
	display: block;
}
.theme_leapUs .menu-column .menu-item-container {
	padding: 16px;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	height: fit-content;
	text-decoration: none;
	color: #0060a9;
}
.theme_leapUs .menu-column .menu-item-container:hover {
	background: rgba(224,236,245,.5);
}
.theme_leapUs .menu-column .menu-item-container .heading {
	color: #1e365e;
	display: block;
	font-size: 14px;
	font-weight: 600;
    letter-spacing: -.15px;
	line-height: 24px;
}
.theme_leapUs .menu-column .menu-item-container .body {
	color: #58595b;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
    margin-top: 8px
}
.theme_leapUs .menu-column-no-heading {
	height: 20px;
	display: block;
	margin-bottom: 12px;
}
.theme_leapUs .menu-feature-container {
	align-items: center;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    padding: 16px;
}
.theme_leapUs .menu-feature-container:hover {text-decoration: none;}
.theme_leapUs .menu-feature-container .img {
	background: #1e365e;
	border-radius: 8px;
	flex: 1 1;
    height: 92px;
	margin-right: 24px;
	overflow: hidden;
    width: 132px;
}
.theme_leapUs .menu-feature-container .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}
.theme_leapUs .menu-feature-container .feature-text {
	flex: 2 1;
    max-width: 300px;
}
.theme_leapUs .menu-feature-container .feature-text .heading {
	color: #66a0cb;
	font: normal normal 600 12px/20px Open Sans;
	letter-spacing: .6px;
	text-transform: uppercase;
}
.theme_leapUs .menu-feature-container .feature-text .body {
	color: #1e365e;
	font-size: 14px;
	letter-spacing: -.02px;
	line-height: 24px;
	margin-top: 4px;
	display: block;
}
/*--- Footer CSS ---*/
.theme_leapUs .footer {
    background: #001322;
    padding: 64px 0 32px;
}
.theme_leapUs  .footer-top .inner {
	display: flex;
}
.theme_leapUs  .footer-top .inner .f-col {
	width: 16.67%;
}
.theme_leapUs  .footer-top .inner .f-col:first-child {
	width: 220px;
}
.theme_leapUs .f-col .heading {
	display: block;
	color: #fff;
    font-size: 12px;
    font-weight: 600;
	margin-bottom: 12px;
	text-transform: uppercase;
	line-height: 25px;
	letter-spacing: -.02px;
}
.theme_leapUs .f-col ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.theme_leapUs .f-col ul li {
	margin-bottom: 8px;
}
.theme_leapUs .f-col ul li:last-child:after {
	content: "";
    display: block;
    height: 20px;
}
.theme_leapUs .f-col ul li a {
	display: block;
    font-size: 14px;
    line-height: 22px;
	color: #bbbdbf;
    cursor: pointer;
}
.theme_leapUs .f-col ul li a:hover {
	color: #FFFFFF;
	text-underline-offset: 6px;
}
.theme_leapUs .footer-bottom {
    padding-top: 32px;
    border-top: 1px solid #3e3f41;
    margin-top: 32px;
}
.theme_leapUs .footer-bottom .inner-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.theme_leapUs .footer-bottom .inner-wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
.theme_leapUs .footer-bottom p {
	font-size: 12px;
	color: #bbbdbf;
	letter-spacing: -.02px;
	line-height: 25px;
}
.theme_leapUs .footer-links a {
	font-size: 12px;
	color: #bbbdbf;
	transition: color .1s;
}
.theme_leapUs .footer-links a:before {
	content: "|";
    display: inline-block;
	margin: 0 8px;
}
.theme_leapUs .footer-links li:first-child a:before {display: none;}
.theme_leapUs .footer-links a:hover {color: #FFFFFF;}
.theme_leapUs .socials a {display: block; line-height: 21px;}
.theme_leapUs .socials a svg {
	width: 21px;
	height: 21px;
	fill: #FFFFFF;
}
.theme_leapUs .socials a svg path {
	fill: #FFFFFF;
}
.theme_leapUs .socials {gap: 16px; margin: 12px 0;}


@media (min-width: 1026px) {
	.theme_leapUs .header .dropdown-menu .nav-item-menu-container {
		display: grid;
        margin-left: auto;
        margin-right: auto;
        max-width: 1400px;
        position: relative;
        width: 100%;
		grid-template-columns: 1fr 1.1fr 1.1fr 1.9fr;
        z-index: 999;
	}
	.theme_leapUs .header .dropdown-menu .nav-item-menu-container.three-column {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.theme_leapUs .header .dropdown-menu .three-column .menu-column:last-child {
		border-right: 0;
		border-left: 1px solid #d8d8da;
	}
	.theme_leapUs .header .dropdown-menu .menu-column {
		padding: 0 2rem;
		text-align: start;
	}
	.theme_leapUs .header .dropdown-menu .menu-column:first-child,
	.theme_leapUs .header .dropdown-menu .menu-column:nth-child(3) {
		border-right: 1px solid #d8d8da;
        padding-left: 0;
	}
	.theme_leapUs .header .dropdown-menu .menu-column:first-child {
		margin-left: -16px;
	}
	.theme_leapUs .header .dropdown-menu .menu-column:nth-child(2) {
		padding-left: 2rem;
        padding-right: 0;
	}
	.theme_leapUs .header .dropdown-menu .menu-column:last-child {
        padding-right: 0;
		padding-left: 32px;
	}
	.theme_leapUs .nav>li>a:focus, .theme_leapUs .nav>li>a:hover {
		background: none;
	}
	.theme_leapUs .tag-title {display: none;}
	.theme_leapUs .mobile-title {display: none;}
	.theme_leapUs .navbar-collapse.collapse {
		display: flex !important;
		flex-wrap: wrap;
		justify-content: flex-end;
		align-items: center;
		padding: 0;
	}
	.theme_leapUs .navbar-collapse.collapse .collapse-inner {
		width: 100%;
		display: flex !important;
		flex-wrap: wrap;
		align-items: center;
	}
	.theme_leapUs .header-btns .navbar-nav>li:last-child>a {
		display: flex;
		align-items: center;
		padding: 10px 15px;
		font-weight: normal;
		font-size: 16px;
		line-height: 40px;
		color: #FFFFFF;
		background: #970000;
		height: 40px;
	}
	.theme_leapUs .header-btns .navbar-nav>li:last-child>a:hover {
		background: #970000;
		color: #FFFFFF;
	}
	.theme_leapUs .nav .open>a, .theme_leapUs .nav .open>a:focus, .theme_leapUs .nav .open>a:hover {
		background-color: transparent;
	}
	.theme_leapUs .header-logo-btn.mob {
		display: none;
	}
}
@media (max-width: 1440px) {
	.theme_leapUs .container {
		max-width: 1200px;
	}
}
@media (max-width: 1300px) {
	.theme_leapUs .footer-top .inner .f-col:first-child {
		width: 16%;
	}
}
@media (max-width: 1200px) {
	.theme_leapUs .header {
		padding: 0 32px;
		display: flex;
		align-items: center;
	}
	.theme_leapUs .footer {
		padding-left: 32px;
		padding-right: 32px;
	}
}
@media (max-width: 1025px) {
	.theme_leapUs .header .navbar-collapse {
		padding: 24px;
		margin-left: -8.33333%;
		margin-right: -8.33333%;
	}
	.theme_leapUs .header {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.theme_leapUs .navbar-nav {height: auto;}
	.theme_leapUs .header .navbar-collapse {
		height: calc(100vh - 90px ) !important;
		padding: 0;
		margin: 0;
		left: 0;
		width: 100%;
		overflow: auto !important;
		display: none !important;
	}
	.theme_leapUs .header .navbar-collapse.collapse {
		display: none !important;
		margin: 0;
        position: fixed;
        background: #FFFFFF;
		bottom: 0;
		overflow: auto !important;
		margin: 0;
		left: 0;
		width: 100%;
	}
	.theme_leapUs .navbar-collapse .collapse-inner  {
		flex-direction: column;
		display: flex;
		width: auto;
	}
	.theme_leapUs .menu-feature-container .img {max-width: 144px;}
	.theme_leapUs .navbar-nav>li>a {
		justify-content: start;
		padding: 20px 0 20px 32px;
		line-height: 24px;
	}
	.theme_leapUs .navbar-nav>li.open>a {
		background-color: #f6f8f9;
		border-bottom: 1px solid #d8d8da;
	}
	.theme_leapUs .menu-feature-container {
		padding: 16px 0;
	}
	.theme_leapUs .header .navbar-collapse.collapse.in {
		display: block !important;
	}
	.theme_leapUs .navbar-toggle  {display: block;}
	.theme_leapUs  .navbar-header {
		position: absolute;
		top: 15px;
		right: 15px;
	}
	.theme_leapUs .menu-column  {
		padding-left: 32px;
		padding-right: 32px;
	}
	.theme_leapUs .menu-wrapper {width: 100%;}
	.theme_leapUs .navbar-nav>li {
		display: block;
		float: none;
		width: 100%;
		border-bottom: 1px solid #d8d8da;
		background-image: none;
	}
	.theme_leapUs .req-btn {margin: 32px 0 32px 32px;}
	.theme_leapUs .header-actions  {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		margin: 0;
	}
	.theme_leapUs .header-actions a:first-child {
		height: auto;
		padding: 20px 0 20px 32px;
		line-height: 24px;
		border-bottom: 1px solid #d8d8da;
		width: 100%;
	}
	.theme_leapUs .navbar-nav {width: 100%;}
	.theme_leapUs .navbar {flex-direction: column;}
	.theme_leapUs .navbar-nav>li a i {
		position: absolute;
		top: 19px;
        right: 40px;
        font-size: 26px;
		transition: rotate 0.4s ease;
	}
	.theme_leapUs .navbar-nav>li.open a i {
		rotate: 180deg;
	}
	.theme_leapUs .header .dropdown-menu {
		position: static;
		float: none;
		box-shadow: none;
		padding: 16px 0;
	}
	.theme_leapUs .menu-column .menu-item-container {
		padding: 4px 0;
	}
	.theme_leapUs .menu-column-no-heading {height: 0; margin: 0;}
	.theme_leapUs .menu-column .menu-column-heading {margin-left: 0; padding-top: 24px;}
	.theme_leapUs .menu-column .menu-item-container .body {display: none;}
	.theme_leapUs .header .mega-sub-menu .menu-title:before {opacity: 0;}
	.theme_leapUs .header .mega-sub-menu .menu-title {margin-bottom: 15px;}
	.theme_leapUs .mega-sub-menu-inner .menu {grid-template-columns: auto;}
	.theme_leapUs .top-menu-wrap {
		order: 2;
		align-items: flex-start;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.theme_leapUs .header-btns {
		order: 3;
		margin: 0;
	}
	.theme_leapUs .header-logo-btn {
		display: none;
	}
	.theme_leapUs .top-menu {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px;
		width: 100%;
	}
	.theme_leapUs .top-menu li a {padding-bottom: 20px;}
	.theme_leapUs .top-menu li {margin-right: 0; border-bottom: 1px solid #D6D6D6;}
	.theme_leapUs .header-btns .navbar-nav>li>a {
		padding: 10px 24px;
		background: #990000;
		color: #FFFFFF;
		margin-bottom: 11px;
		height: auto;
		line-height: 32px;
		font-weight: 500;
	}
	.theme_leapUs .header .header-btns .dropdown-menu,
	.theme_leapUs .header .header-btns li:nth-child(2) .dropdown-menu {
		width: 100%;
	}
	.theme_leapUs .header .header-btns .dropdown-menu .inner-wrap {background: #FFFFFF; padding: 0;}
	.theme_leapUs .header-btn-submenu-title h3 {display: none;}
	.theme_leapUs .label-submenu,
	.theme_leapUs .header-btn-submenu label {color: #000000; font-weight: 600;}
	.theme_leapUs .header-btn-submenu .tag-content li a {
		color: #990000;
		border-bottom-width: 2px;
	}
	.theme_leapUs .header-btn-submenu .menu li {width: 100%; float: none;}
	.theme_leapUs .header-btn-submenu .menu li a, .theme_leapUs .header-btn-submenu .sub-menu li a {color: #990000;}
	.theme_leapUs .header-btn-submenu .sub-menu li a {font-weight: 500; margin: 0;}
	.theme_leapUs .header .header-btns li:nth-child(2) .dropdown-menu .inner-wrap {padding: 0;}
	.theme_leapUs .header .header-btns .dropdown-menu {padding-top: 0;}
	.theme_leapUs .header-btns .navbar-nav>li:last-child .menu {padding-left: 32px;}
	.theme_leapUs .header-btns .navbar-nav>li:last-child .menu a {
		background: #990000;
		color: #FFFFFF;
		padding: 10px 24px;
		line-height: 32px;
	}
	.theme_leapUs .header-btns .navbar-nav>li:last-child .menu li {position: relative;}
	.theme_leapUs .header-btns .navbar-nav>li:last-child .menu li:before {
		content: "";
		width: 5px;
		height: 5px;
		background: #000000;
		border-radius: 100%;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: -16px;
	}
	.theme_leapUs .header-btns .navbar-nav>li>a i {
		right: 24px;
		transform: rotate(-90deg);
		top: 15px;
	}
	.theme_leapUs .header-btns .nav {
		display: flex;
		flex-direction: column;
	}
	.theme_leapUs .header-btns .nav li:last-child {
		order: 2;
	}
	.theme_leapUs .header-btns .nav li:nth-child(2) {
		order: 3;
	}
	.theme_leapUs .tag-title, .theme_leapUs .header-btn-submenu ul.tag-content {
		padding-left: calc(4.16667% - 24px);
		padding-right: calc(4.16667% - 24px);
	}
	.theme_leapUs .header-btn-submenu .tag-content li {
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.theme_leapUs .header-btn-submenu label, .theme_leapUs .label-submenu {margin-bottom: 0; line-height: 1.8;}
	.theme_leapUs .header-logo-btn.mob {
		display: block;
		order: 4;
		margin: 0;
	}
	.theme_leapUs .footer-bottom .inner-wrap {
		flex-direction: column;
		align-items: flex-start;
	}
	.theme_leapUs .socials {
		margin-top: 12px !important;
	}
}
@media (max-width: 991px) {
	.theme_leapUs .footer-top .inner .f-col, .theme_leapUs .footer-top .inner .f-col:first-child {
		width: 33.333%;
	}
	.theme_leapUs  .footer-top .inner {flex-wrap: wrap;}
}
@media (max-width: 767px) {
	.theme_leapUs .footer {
		padding-left: 24px;
		padding-right: 24px;
	}
	.theme_leapUs .footer .row>div:not(:nth-child(3)) .footer-col {
		padding-top: 0;
	}
	.theme_leapUs .footer-col {
		margin-bottom: 30px;
		clear: both;
	}
	.theme_leapUs .footer-col .footer-icons {display: none;}
	.theme_leapUs .footer-icons {
		margin-top: 25px;
		justify-content: center;
		margin-bottom: 50px;
	}
	.theme_leapUs .header .navbar-collapse {
		padding: 0;
		margin-left: 0;
		margin-right: 0;
	}
	.theme_leapUs .navbar-nav {
		margin: 0;
		padding: 0;
	}
	.theme_leapUs .mob-socials {
		display: block;
	}
	.theme_leapUs .about-wrap {text-align: center;}
}
@media (max-width: 360px) {
	.theme_leapUs .logo img {max-width: 190px;}
	.theme_leapUs .navbar-header {top: 5px;}
	.theme_leapUs .footer-top .inner .f-col, .theme_leapUs .footer-top .inner .f-col:first-child {
		width: 50%;
	}
}
@media only screen and (min-width: 769px) {
    .theme_leapUs .navbar-nav .dropdown:hover .dropdown-menu {
        display: none;
    }
	.theme_leapUs .navbar-nav .dropdown.open .dropdown-menu {
        display: block !important;
    }
}
.theme_leapUs .footer-top,.theme_leapUs .footer-bottom
{
  background: #001322 !important;
}.event_1{background-color: #83b9eb !important;color:black !important;}.event_icon_1{color: #83b9eb !important;font-size:20px;}.event_icon_1:hover,.event_icon_1:focus{text-decoration:none;}.productTypeTagColor1,.productTypeTagColor1:hover { background-color:#83b9eb;color:black !important; }.event_10{background-color: #8e7cc3 !important;color:black !important;}.event_icon_10{color: #8e7cc3 !important;font-size:20px;}.event_icon_10:hover,.event_icon_10:focus{text-decoration:none;}.productTypeTagColor10,.productTypeTagColor10:hover { background-color:#8e7cc3;color:black !important; }.event_11{background-color: #6aa84f !important;color:black !important;}.event_icon_11{color: #6aa84f !important;font-size:20px;}.event_icon_11:hover,.event_icon_11:focus{text-decoration:none;}.productTypeTagColor11,.productTypeTagColor11:hover { background-color:#6aa84f;color:black !important; }.event_-11{background-color: #7474d9 !important;color:black !important;}.event_icon_-11{color: #7474d9 !important;font-size:20px;}.event_icon_-11:hover,.event_icon_-11:focus{text-decoration:none;}.productTypeTagColor-11,.productTypeTagColor-11:hover { background-color:#7474d9;color:black !important; }.event_12{background-color: #f1c232 !important;color:black !important;}.event_icon_12{color: #f1c232 !important;font-size:20px;}.event_icon_12:hover,.event_icon_12:focus{text-decoration:none;}.productTypeTagColor12,.productTypeTagColor12:hover { background-color:#f1c232;color:black !important; }.event_-12{background-color: #bb93d5 !important;color:black !important;}.event_icon_-12{color: #bb93d5 !important;font-size:20px;}.event_icon_-12:hover,.event_icon_-12:focus{text-decoration:none;}.productTypeTagColor-12,.productTypeTagColor-12:hover { background-color:#bb93d5;color:black !important; }.event_13{background-color: #315178 !important;color:black !important;}.event_icon_13{color: #315178 !important;font-size:20px;}.event_icon_13:hover,.event_icon_13:focus{text-decoration:none;}.productTypeTagColor13,.productTypeTagColor13:hover { background-color:#315178;color:black !important; }.event_-13{background-color: #91d773 !important;color:black !important;}.event_icon_-13{color: #91d773 !important;font-size:20px;}.event_icon_-13:hover,.event_icon_-13:focus{text-decoration:none;}.productTypeTagColor-13,.productTypeTagColor-13:hover { background-color:#91d773;color:black !important; }.event_14{background-color: #6aa84f !important;color:black !important;}.event_icon_14{color: #6aa84f !important;font-size:20px;}.event_icon_14:hover,.event_icon_14:focus{text-decoration:none;}.productTypeTagColor14,.productTypeTagColor14:hover { background-color:#6aa84f;color:black !important; }.event_-14{background-color: #bb93d5 !important;color:black !important;}.event_icon_-14{color: #bb93d5 !important;font-size:20px;}.event_icon_-14:hover,.event_icon_-14:focus{text-decoration:none;}.productTypeTagColor-14,.productTypeTagColor-14:hover { background-color:#bb93d5;color:black !important; }.event_15{background-color: #bf9000 !important;color:black !important;}.event_icon_15{color: #bf9000 !important;font-size:20px;}.event_icon_15:hover,.event_icon_15:focus{text-decoration:none;}.productTypeTagColor15,.productTypeTagColor15:hover { background-color:#bf9000;color:black !important; }.event_-15{background-color: #FF8633 !important;color:black !important;}.event_icon_-15{color: #FF8633 !important;font-size:20px;}.event_icon_-15:hover,.event_icon_-15:focus{text-decoration:none;}.productTypeTagColor-15,.productTypeTagColor-15:hover { background-color:#FF8633;color:black !important; }.event_16{background-color: #bf9000 !important;color:black !important;}.event_icon_16{color: #bf9000 !important;font-size:20px;}.event_icon_16:hover,.event_icon_16:focus{text-decoration:none;}.productTypeTagColor16,.productTypeTagColor16:hover { background-color:#bf9000;color:black !important; }.event_-16{background-color: #e8eae7 !important;color:black !important;}.event_icon_-16{color: #e8eae7 !important;font-size:20px;}.event_icon_-16:hover,.event_icon_-16:focus{text-decoration:none;}.productTypeTagColor-16,.productTypeTagColor-16:hover { background-color:#e8eae7;color:black !important; }.event_2{background-color: #6aa84f !important;color:black !important;}.event_icon_2{color: #6aa84f !important;font-size:20px;}.event_icon_2:hover,.event_icon_2:focus{text-decoration:none;}.productTypeTagColor2,.productTypeTagColor2:hover { background-color:#6aa84f;color:black !important; }.event_3{background-color: #dd9d5a !important;color:black !important;}.event_icon_3{color: #dd9d5a !important;font-size:20px;}.event_icon_3:hover,.event_icon_3:focus{text-decoration:none;}.productTypeTagColor3,.productTypeTagColor3:hover { background-color:#dd9d5a;color:black !important; }.event_4{background-color: #f69139 !important;color:white !important;}.event_icon_4{color: #f69139 !important;font-size:20px;}.event_icon_4:hover,.event_icon_4:focus{text-decoration:none;}.productTypeTagColor4,.productTypeTagColor4:hover { background-color:#f69139;color:white !important; }.event_5{background-color: #e06666 !important;color:black !important;}.event_icon_5{color: #e06666 !important;font-size:20px;}.event_icon_5:hover,.event_icon_5:focus{text-decoration:none;}.productTypeTagColor5,.productTypeTagColor5:hover { background-color:#e06666;color:black !important; }.event_6{background-color: #ffe599 !important;color:black !important;}.event_icon_6{color: #ffe599 !important;font-size:20px;}.event_icon_6:hover,.event_icon_6:focus{text-decoration:none;}.productTypeTagColor6,.productTypeTagColor6:hover { background-color:#ffe599;color:black !important; }.event_7{background-color: #c27ba0 !important;color:black !important;}.event_icon_7{color: #c27ba0 !important;font-size:20px;}.event_icon_7:hover,.event_icon_7:focus{text-decoration:none;}.productTypeTagColor7,.productTypeTagColor7:hover { background-color:#c27ba0;color:black !important; }.event_8{background-color: #1e365e !important;color:white !important;}.event_icon_8{color: #1e365e !important;font-size:20px;}.event_icon_8:hover,.event_icon_8:focus{text-decoration:none;}.productTypeTagColor8,.productTypeTagColor8:hover { background-color:#1e365e;color:white !important; }.event_9{background-color: #bf9000 !important;color:black !important;}.event_icon_9{color: #bf9000 !important;font-size:20px;}.event_icon_9:hover,.event_icon_9:focus{text-decoration:none;}.productTypeTagColor9,.productTypeTagColor9:hover { background-color:#bf9000;color:black !important; }