@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat&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;
}
/*end common css for all theme*/ 

@font-face {
    font-family: "Macho";
    src: url("../fonts/Macho-ExtraBold.eot");
    src: local("Macho Extra Bold"), local("Macho-ExtraBold"), url("../fonts/Macho-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Macho-ExtraBold.woff2") format("woff2"), url("../fonts/Macho-ExtraBold.woff") format("woff"), url("../fonts/Macho-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: "Macho";
    src: url("../fonts/Macho-Bold.eot");
    src: local("Macho Bold"), local("Macho-Bold"), url("../fonts/Macho-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Macho-Bold.woff2") format("woff2"), url("../fonts/Macho-Bold.woff") format("woff"), url("../fonts/Macho-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "Macho";
    src: url("../fonts/Macho-Black.eot");
    src: local("Macho Black"), local("Macho-Black"), url("../fonts/Macho-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Macho-Black.woff2") format("woff2"), url("../fonts/Macho-Black.woff") format("woff"), url("../fonts/Macho-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: "Macho";
    src: url("../fonts/Macho-Regular.eot");
    src: local("Macho Regular"), local("Macho-Regular"), url("../fonts/Macho-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Macho-Regular.woff2") format("woff2"), url("../fonts/Macho-Regular.woff") format("woff"), url("../fonts/Macho-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Macho";
    src: url("../fonts/Macho-SemiBold.eot");
    src: local("Macho Semi Bold"), local("Macho-SemiBold"), url("../fonts/Macho-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Macho-SemiBold.woff2") format("woff2"), url("../fonts/Macho-SemiBold.woff") format("woff"), url("../fonts/Macho-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Macho";
    src: url("../fonts/Macho-Medium.eot");
    src: local("Macho Medium"), local("Macho-Medium"), url("../fonts/Macho-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Macho-Medium.woff2") format("woff2"), url("../fonts/Macho-Medium.woff") format("woff"), url("../fonts/Macho-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}
body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    color: #4b4b4b;
    -webkit-font-smoothing: antialiased;
}
.theme_vofs {
    font-family: "Montserrat", sans-serif !important;
    font-size: 16px !important;
    font-weight: normal;
    color: #4b4b4b;
    -webkit-font-smoothing: antialiased;
}
.theme_vofs header .container {
    width: 100%;
}
.theme_vofs {
    width: 100%;
}
.theme_vofs .navbar-nav>li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.theme_vofs .navbar-nav>li>a {
    line-height: normal;
    position: relative;
    font-weight: 700;
    padding: 17.5px 9.6px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.3px;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    text-align: center;
}
.theme_vofs .navbar-nav>li a i {
    font-size: 16px;
    transition: all 0.5s;
    font-weight: 800;
    margin-left: 5px;
}

/* .theme_vofs .navbar-nav > li.open a i {
  rotate: 180deg;
} */

.theme_vofs .navbar-nav>li a:hover {
    background: transparent;
}
.theme_vofs .navbar-nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.theme_vofs header .row {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
.theme_vofs header {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    color: rgb(75, 75, 75);
    padding: 0;
    z-index: 99;
    transition: all 0.3s ease;
    background-color: #000b5c;
    width: 100%;
    border-bottom: #ffbf00 solid 1px;
}
.theme_vofs header .main-logo {
    max-width: 130px;
    padding: 0.7rem 0;
    display: inline-block;
}
.theme_vofs header .row .navbar-collapse {
    width: 100%;
}
.theme_vofs header .main-logo img {
    width: 100%;
    display: block;
}
.theme_vofs .nav .open>a, .theme_vofs .nav .open>a:focus, .theme_vofs .nav .open>a:hover, .theme_vofs .nav>li>a:focus, .theme_vofs .nav>li>a:hover {
    background-color: transparent;
}
.theme_vofs .navbar-nav>li .dropdown-menu {
    border: 0;
    top: 100%;
    margin: 0;
    border-radius: 0;
    transition-duration: 0.3s;
    transition-property: opacity, visibility;
    transition-timing-function: ease-out;
    visibility: hidden;
    will-change: opacity, visibility;
    opacity: 0;
    min-width: 302px;
    background: rgba(0, 11, 92, 0.7);
    padding-top: 10px;
    padding-bottom: 40px;
    top: calc(100% + 1px);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}
.theme_vofs .navbar-nav>li .dropdown-menu>li>a {
    border-left: 2px solid rgba(0, 0, 0, 0);
    white-space: nowrap;
    letter-spacing: 0.02em;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.27em 3.5em 0.27em 1.5em;
    color: #fff;
    line-height: 1.8;
    transition: all 0.3s ease-in-out 0s;
}
.theme_vofs .navbar-nav>li .dropdown-menu>li>a:hover {
    border-left-color: #ffbf00;
    background-color: #1f2b83;
}
.theme_vofs .navbar-collapse {
    padding: 0;
}
.theme_vofs .navbar-nav>li .dropdown-menu a {
    padding: 17px 11.6px;
    font-size: 15.5px;
    transition: all 0.3s ease-in-out 0s;
    white-space: normal;
}
.theme_vofs .navbar-nav>li.dropdown:last-child>.dropdown-menu {
    right: 0;
    left: auto;
    min-width: max-content;
}

/* footer css start  */

.theme_vofs footer .container {
    max-width: 1200px;
}
.theme_vofs footer {
    background: -webkit-gradient( linear, left top, left bottom, from(#171e4d), color-stop(50%, #171e4c), to(#0c1132));
    background: linear-gradient(to bottom, #171e4d 0%, #171e4c 50%, #0c1132 100%);
    padding-top: 100px;
    padding-bottom: 100px;
    color: #fff;
    font-size: 16px;
}
.theme_vofs .footer-intro {
    clear: both;
    width: 100%;
    line-height: 28px;
}
.theme_vofs .footer-intro a {
    color: #fff;
}
.theme_vofs .footer-intro a:hover, .theme_vofs .footer-intro a:focus {
    color: #ffbf00;
    text-decoration: underline;
}
.theme_vofs .footer-links {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    line-height: 2;
    margin-top: 55px;
    padding-bottom: 35px;
}
.theme_vofs .footer-col {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 27px;
    line-height: 28px;
}
.theme_vofs .footer-col .office a:hover {
    color: #ffbf00;
    text-decoration: none;
}
.theme_vofs .head-text, .theme_vofs .head-text a {
    color: #ffbf00;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.4rem;
    line-height: 2;
    text-align: left;
    margin: 0 0 0.2em 0;
}
.theme_vofs .head-text a {
    color: inherit;
    text-decoration: none;
}
.theme_vofs .footer-col .office {
    font-size: 14px;
    font-weight: 500;
}
.theme_vofs .footer-col .office a {
    color: #fff;
    text-decoration: underline;
    -webkit-text-decoration-color: #ffbf00;
    text-decoration-color: #ffbf00;
    text-underline-offset: 5px;
    transition: all 0.3s ease-in-out 0s;
}
.theme_vofs .footer hr {
    border-top: 1px solid #ffbf00;
    margin: 0;
    display: inline-block;
    width: 100%;
}
.theme_vofs .link-wrapper {
    margin-top: 60px;
}
.theme_vofs .link-wrapper a {
    text-decoration: underline;
    -webkit-text-decoration-color: #ffbf00;
    text-decoration-color: #ffbf00;
    text-underline-offset: 5px;
    color: #fff;
    transition: all 0.3s ease-in-out 0s;
}
.theme_vofs .link-wrapper a:hover {
    color: #ffbf00;
    text-decoration: none;
}
.theme_vofs .social-icons {
    display: flex;
    margin-top: 36px;
    gap: 5px;
    align-items: center;
}
.theme_vofs .social-icons a {
    color: #ffbf00;
    font-size: 2.136rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5;
    text-align: center;
    /* border: 1px solid currentColor; */
    text-decoration: none;
}
.theme_vofs .social-icons a:hover {
    color: #fff;
}
.theme_vofs .social-icons a.fa-facebook:hover {
    background-color: #1877f2;
}
.theme_vofs .social-icons a.fa-star:hover {
    background-color: #ffbf00;
}
.theme_vofs .social-icons a.fa-rss:hover {
    background-color: #f56842;
}
.theme_vofs .social-icons a.fa-linkedin:hover {
    background-color: #007bb5;
}
.theme_vofs .social-icons a.fa-instagram:hover {
    background: radial-gradient( circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}
.theme_vofs .bottom-links {
    clear: both;
    margin-top: 84px;
}
.theme_vofs .bottom-links .nav-links {
    display: flex;
    margin: 0 0 2rem 0;
    padding: 0 2rem;
    align-items: center;
    gap: 25px;
    justify-content: center;
    text-transform: uppercase;
    flex-wrap: wrap;
}
.theme_vofs .bottom-links .nav-links li a {
    color: #ffbf00;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
}
.theme_vofs .bottom-links .nav-links li {
    list-style: none;
}
.theme_vofs .bottom-links .nav-links li a:hover, .theme_vofs .pbhs-copyright a:hover {
    color: #fff;
}
.theme_vofs .pbhs-copyright {
    color: #ffbf00;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
}
.theme_vofs .pbhs-copyright a {
    color: #ffbf00;
}
.theme_vofs .center-links {
    clear: both;
    width: 100%;
    display: inline-block;
    padding-top: 50px;
}
.theme_vofs .center-links .list-block {
    margin: 0;
    padding: 0;
    list-style: none;
}
.theme_vofs .center-links .list-block li {
    margin-bottom: 7px !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
}
.theme_vofs .center-links .list-block li a {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}
.theme_vofs .center-links .list-block li a:hover {
    color: #ffbf00;
}
.theme_vofs .last-cols {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: left;
}
.theme_vofs .last-cols .left-block {
    margin: 0 auto;
    clear: both;
}
.theme_vofs .top-cell {
    align-items: center;
    display: flex;
    margin-bottom: 80px;
}
.theme_vofs .yellow-btn {
    border: rgba(255, 191, 0, 1) solid 1px;
    width: 350px;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.96px;
    background-color: transparent;
    padding: 2.3rem 1rem;
    font-weight: 600;
    transition: all 0.3s ease-in-out 0s;
}
.theme_vofs .yellow-btn:hover {
    background-color: rgba(255, 191, 0, 1);
}
@media (min-width: 992px) {
    .theme_vofs .navbar-nav>li.cosmetic-li>.dropdown-menu {
        padding-bottom: 1.5rem;
        padding-top: 2rem;
        top: 100%;
    }
    .theme_vofs .navbar-nav>li .dropdown-menu>li.joe-logo, .theme_vofs .navbar-nav>li .dropdown-menu>li.agnihotri-logo {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 10px;
    }
    .theme_vofs .navbar-nav>li .dropdown-menu>li.joe-logo>a, .theme_vofs .navbar-nav>li .dropdown-menu>li.agnihotri-logo>a {
        border: transparent solid 2px;
        color: #6b7da3;
    }
    .theme_vofs .navbar-nav>li .dropdown-menu>li.joe-logo>a:hover, .theme_vofs .navbar-nav>li .dropdown-menu>li.agnihotri-logo>a:hover {
        border-color: #ffbf00;
    }
    .theme_vofs .navbar-nav>li .dropdown-menu>li.joe-logo>a {
        background: #fff url(https://cdn.ce21.com/global/CE21_theme_vofs_logo-nav-Niamtu.webp) center top no-repeat;
        padding-top: 80px;
        padding-right: 1.5em;
        text-align: center;
        background-repeat: no-repeat;
        background-position: 50% 15px;
        text-transform: initial;
    }
    .theme_vofs .navbar-nav>li .dropdown-menu>li.agnihotri-logo>a {
        background: #fff url(https://cdn.ce21.com/global/logo-nav-Agnihotri.webp) center top no-repeat;
        padding-top: 80px;
        padding-right: 1.5em;
        text-align: center;
        background-repeat: no-repeat;
        background-position: 50% 15px;
        text-transform: initial;
    }
    .theme_vofs .navbar-nav>li>a::after {
        height: 1.5px;
        background-color: #ffbf00;
        width: 0;
        left: 0;
        content: "";
        display: block;
        bottom: 0;
        position: absolute;
        transition: all 0.3s ease-in-out 0s;
    }
    .theme_vofs .navbar-nav>li>a:hover::after {
        width: 100%;
    }
    .theme_vofs .navbar-nav>li.cont-cell .dropdown-menu, .theme_vofs .navbar-nav>li.lastcol-cell .dropdown-menu {
        left: auto;
        right: 0;
    }
    .theme_vofs .navbar-nav>li.cont-cell .dropdown-menu li a, .theme_vofs .navbar-nav>li.lastcol-cell .dropdown-menu li a {
        text-align: right;
        padding: 0.27em 1.5em 0.27em 3.5em;
        border-right: 2px solid rgba(0, 0, 0, 0);
        border-left: 0;
    }
    .theme_vofs .navbar-nav>li.cont-cell .dropdown-menu li a:hover, .theme_vofs .navbar-nav>li.lastcol-cell .dropdown-menu li a:hover {
        border-right-color: #ffbf00;
    }
    .theme_vofs .navbar-nav>li.cont-cell .dropdown-menu li .dropdown-menu.third, .theme_vofs .navbar-nav>li.lastcol-cell .dropdown-menu li .dropdown-menu.third {
        left: auto !important;
        right: 100%;
    }
    .theme_vofs .navbar-nav>li.dropdown>.dropdown-menu>.dropdown .dropdown-menu.third {
        left: 100%;
        top: -10px;
    }
    .theme_vofs .navbar-nav>li.dropdown>.dropdown-menu>.dropdown:hover .dropdown-menu.third {
        opacity: 1;
        display: block;
        visibility: visible;
    }
    .navbar-nav>li.dropdown b.dropdown-toggle {
        display: none;
    }
    .theme_vofs .navbar-nav>li.dropdown:hover>.dropdown-menu {
        opacity: 1;
        display: block;
        visibility: visible;
    }
}
@media only screen and (max-width: 1200px) and (min-width: 992px) {
    .theme_vofs .navbar-nav li>a {
        font-size: 13px;
        padding: 17.5px 5px;
    }
    .theme_vofs .navbar-nav>li .dropdown-menu>li>a {
        font-size: 13px;
        white-space: normal;
    }
}
@media (max-width: 991px) {
    .theme_vofs .navbar-toggle i {
        position: absolute;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        top: 50%;
        transition: all 0.3s ease-in-out 0s;
    }
    .theme_vofs .navbar-toggle .fa-times {
        opacity: 0;
        visibility: hidden;
    }
    .theme_vofs .navbar-toggle[aria-expanded="true"] .fa-bars {
        opacity: 0;
        visibility: hidden;
    }
    .theme_vofs .navbar-toggle[aria-expanded="true"] {
        background: #333;
    }
    .theme_vofs .navbar-toggle[aria-expanded="true"] .fa-times {
        opacity: 1;
        visibility: visible;
    }
    .theme_vofs header .container .row {
        justify-content: space-between;
        padding: 0 1.5rem;
    }
    .theme_vofs header .container::before, .theme_vofs header .container .row::before, .theme_vofs header .container .row::after, .theme_vofs header .container::after {
        content: none;
    }
    .theme_vofs .navbar-toggle {
        margin: 0;
        padding: 0;
        text-transform: uppercase;
        font-size: 24px;
        font-weight: 500;
        color: #fff;
        display: block;
        width: 45px;
        height: 45px;
    }
    .theme_vofs .navbar-nav>li .dropdown-menu {
        padding-top: 0;
        padding-bottom: 0;
    }
    .theme_vofs .navbar-nav>li>a {
        text-align: left;
        padding: 12px 15px;
        font-size: 15px;
        padding-right: 48px !important;
    }
    .theme_vofs .navbar-nav>li b.dropdown-toggle {
        position: absolute;
        color: #fff;
        right: 0;
        top: 0;
        font-size: 0;
        width: 48px;
        height: 48px;
        text-align: center;
        z-index: 111;
    }
    .theme_vofs .navbar-nav>li b.dropdown-toggle::after {
        position: absolute;
        color: #ffbf00;
        font-size: 14px;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        content: "\f0d7";
        font-family: FontAwesome;
        font-weight: 400;
        font-style: normal;
        line-height: 1em;
    }
    .theme_vofs .navbar-collapse {
        position: fixed;
        width: 100%;
        left: -100%;
        top: 0px;
        padding: 0rem 0px 0px 0px;
        transition: all 0.3s ease-in-out 0s;
        height: calc(100dvh - 0px) !important;
        z-index: 9999;
        max-width: 350px;
        background: #000b5c url(https://cdn.ce21.com/global/CE21_theme_vofs_banner-sidebar-bk.png) right bottom no-repeat;
        background-size: contain;
    }
    .theme_vofs .navbar-collapse.in {
        left: 0;
        overflow-y: auto !important;
    }
    .theme_vofs .navbar-nav {
        align-items: flex-start;
        flex-direction: column;
        margin: 15px 0 0 0;
        width: 100%;
    }
    .theme_vofs .navbar-nav>li .dropdown-menu a {
        padding: 8px 11.6px;
        font-size: 16px;
    }
    .theme_vofs .navbar-nav>li {
        margin: 0;
        width: 100%;
    }
    .theme_vofs .navbar-nav>li.open .dropdown-menu {
        box-shadow: none;
        position: static;
        width: 100%;
        visibility: visible;
        opacity: 1;
        background: #3a4281;
    }
    .theme_vofs .navbar-nav>li .dropdown-menu>li>a {
        padding: 10px 15px 10px 15px;
        white-space: normal;
    }
    .theme_vofs .navbar-nav>li a i {
        font-size: 20px;
    }
    .theme_vofs .navbar-nav>li .dropdown-menu>li.dropdown.open .dropdown-menu {
        background: #6e74a2;
    }
    .theme_vofs .navbar-nav>li.dropdown.open>.dropdown-toggle {
        background-color: transparent;
        border-color: transparent;
        text-decoration: underline;
    }
    .theme_vofs .navbar-nav>li>a:hover {
        background-color: transparent !important;
        border-color: transparent;
    }
}
@media (max-width: 991px) {
    .theme_vofs .last-cols {
        width: 100%;
    }
    .theme_vofs .footer-links {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
    .theme_vofs .top-cell {
        flex-direction: column;
    }
    .theme_vofs .yellow-btn {
        padding: 1.6rem 1rem;
        margin-top: 50px;
    }
    .theme_vofs .bottom-links .nav-links {
        flex-wrap: wrap;
        padding: 0 3rem;
        gap: 25px;
        row-gap: 10px;
    }
}
@media (max-width: 767px) {
    .theme_vofs .pbhs-copyright {
        margin-bottom: 0;
        padding: 0 3rem;
    }
    .theme_vofs .last-cols {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .theme_vofs .last-cols .list-block {
        display: block;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    .theme_vofs .center-links .list-block {
        text-align: center;
    }
    .theme_vofs .center-links>div {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .theme_vofs .social-icons {
        justify-content: center;
    }
    .theme_vofs .head-text, .theme_vofs .head-text a {
        text-align: center;
    }
    .theme_vofs .footer-links {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        text-align: center;
    }
    .theme_vofs .footer-intro {
        text-align: justify;
    }
    .theme_vofs .top-cell {
        flex-direction: column;
    }
    .theme_vofs footer {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media (max-width: 375px) {
    .theme_vofs .navbar-collapse {
        max-width: 310px;
    }
}.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: #3181cb !important;color:black !important;}.event_icon_4{color: #3181cb !important;font-size:20px;}.event_icon_4:hover,.event_icon_4:focus{text-decoration:none;}.productTypeTagColor4,.productTypeTagColor4:hover { background-color:#3181cb;color:black !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: #45818e !important;color:black !important;}.event_icon_8{color: #45818e !important;font-size:20px;}.event_icon_8:hover,.event_icon_8:focus{text-decoration:none;}.productTypeTagColor8,.productTypeTagColor8:hover { background-color:#45818e;color:black !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; }