<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat&amp;display=swap");


/*start common css for all theme*/ 

.headersection { 
    margin-left: 0px; 
    margin-right: 0px; 
    display: block !important; 
} 

body { 
    padding-top: 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 &gt; div.row.hidden-lg.hidden-md { 
    display: none !important; 
} 

footer{
margin-top:0;
}
/*end common css for all theme*/ 
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&amp;display=swap");

body {
  margin: 0;
  padding: 0;
  font-family: Open Sans,Arial,sans-serif;
  font-size: 14px;
  color: #666;
  background-color: #fff;
  line-height: 1.7em;
  font-weight: 500;
}
.theme_anjcInfo{
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: normal;
  background-color: #d7d6d6;
}
.theme_anjcInfo a:hover,
.theme_anjcInfo a:focus {
  outline: 0 none;
  text-decoration: none;
}
 
.theme_anjcInfo .custom-container {
  width: 100%;
  max-width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}
/* header */
.theme_anjcInfo  .custom-header {
  max-width: 100%;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  /*position: fixed; Mantis: 24283*/
  top: 0;
  width: 100%;
  left: 0;
  z-index: 999;
}
.theme_anjcInfo .custom-header .navbar {
  height: 80px;
  background: #fff;
  border-radius: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px 5px 30px;
  transition: all 0.5s;
  z-index: 9;
  margin-bottom: 0;
  box-shadow: 0 0 7px rgba(0,0,0,0.1) !important;
}
.theme_anjcInfo  .logo {
  transition: all 0.5s;
  height: 60px;
  width: auto;
}
.theme_anjcInfo .custom-header .navbar.sticky {
  box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 12%);
}
.theme_anjcInfo .custom-header .navbar .navbar-brand {
  height: 100%;
  padding: 0;
  display: flex;
  align-items: center;
}
.theme_anjcInfo .custom-header .navbar .navbar-collapse {
  width: 100%;
}
.theme_anjcInfo .custom-header .navbar .navbar-nav{
  margin-left: 0;
}

.theme_anjcInfo .custom-header .navbar .navbar-nav,
.theme_anjcInfo  .custom-header .navbar .nav &gt; li,
.theme_anjcInfo  .custom-header .navbar .navbar-nav &gt; li &gt; a {
  height: 100%;
  font-family: "Open Sans", sans-serif;
}
.theme_anjcInfo  .custom-header .navbar-header,
.theme_anjcInfo  .custom-header .navbar .navbar-nav &gt; li &gt; a {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0;
  color: rgba(0,0,0,0.6);
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s;
}
.theme_anjcInfo .nav .open &gt; a,
.theme_anjcInfo .nav .open &gt; a:focus,
.theme_anjcInfo .custom-header .navbar .navbar-nav &gt; li &gt; a:hover, .theme_anjcInfo .custom-header .navbar .navbar-nav &gt; li &gt; a:focus {
  opacity: 0.7;
  background: none transparent;
}

.theme_anjcInfo  .custom-header .navbar .navbar-nav &gt; li .caret-ion {
  right: -8px;
  position: relative;
  font-size: 10px;
}
.theme_anjcInfo  .custom-header .navbar .navbar-nav &gt; li {
  padding-right: 32px;
}
.theme_anjcInfo  .custom-header .navbar .navbar-nav &gt; li:last-child {
  padding-right: 0;
}
.theme_anjcInfo  .custom-header .navbar .navbar-collapse {
  height: 100% !important;
  transition: all 0.3s;
}

.theme_anjcInfo .fixed-header .logo{
  height: 44px;
}
.custom-header .top-custom-header {
  background-color: #004588;
  display: flex;
  justify-content: flex-end;
  transition: all 0.4s;
}
.theme_anjcInfo .top-link {
  list-style: none;
  display: flex;
  padding: 0 10px;
  margin: 0;
}
.theme_anjcInfo .top-link a {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  margin-left: 25px;
  padding: 8px 0;
  display: block;
}
.theme_anjcInfo .top-link a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.home {
  color: #004588 !important;
}

.theme_anjcInfo .border-text {
  border-bottom: 1px solid #8f8f8f;
  padding-bottom: 25px;
}
.theme_anjcInfo .block {
  display: block;
}
.theme_anjcInfo .mobile-ic {
  display: none;
} 

.theme_anjcInfo .navbar-right .dropdown-menu.lastmenu {
    right: 0;
    left: -100px !important;
}
@media (min-width: 992px) {
  .theme_anjcInfo .fixed-header {
    position: fixed;
    top: 0;
    z-index: 999;
  }
  .theme_anjcInfo .fixed-header .navbar {
    height: 54px;
  }
  .theme_anjcInfo .custom-header .navbar .navbar-collapse {
    padding-right: 0;
  }
 

  .theme_anjcInfo .navbar-nav &gt; li.dropdown:hover &gt; .dropdown-menu {
    display: block;
  }
  .theme_anjcInfo .navbar-nav &gt; li &gt; .dropdown-menu {
    border-radius: 0;
    border: 0;
    box-shadow: 1px 1px 30px rgb(0 0 0 / 6%);
    border-top: 3px solid #2ea3f2;
    padding: 20px 0;
    top: 105%;
    left: 0;
    background-color: #288599;
    width: 240px;
    visibility: hidden;
    opacity: 0;
    display: block;
    transition: all 0.2s ease-in-out;
  }
  .theme_anjcInfo .navbar-nav &gt; li:hover &gt; .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transition: all 0.2s ease-in-out;
  }
  .theme_anjcInfo .navbar-nav &gt; li &gt; .dropdown-menu li {
    padding: 0 20px;
  }
  .theme_anjcInfo .custom-header .navbar .navbar-nav &gt; li.pr-10 {
    padding-right: 15px;
  }
  .theme_anjcInfo .navbar-nav &gt; li &gt; .dropdown-menu a {
    padding: 8px 20px;
    display: flex;
    color: #ffffff;;
    font-weight: 600;
    font-size: 14px;
    width: 200px;
    line-height: 20px;
    justify-content: space-between;
    align-items: center;
    white-space: inherit;
  }
  .theme_anjcInfo .navbar-nav &gt; li &gt; .dropdown-menu a:hover,
  .theme_anjcInfo .navbar-nav &gt; li &gt; .dropdown-menu a.active {
    background-color: rgba(0, 0, 0, 0.03);
    opacity: 0.7;
  }
  .theme_anjcInfo .custom-header .navbar .navbar-nav &gt; li .dropdown .caret-ion {
    font-size: 10px;
    position: absolute;
    right: 30px;
    top: 16px;
  }
  .theme_anjcInfo .custom-header .navbar .navbar-nav &gt; li .dropdown .dropdown-menu {
    display: block;
    position: absolute;
    right: 100%;
    font-size: 10px;
    top: 0;
    border-radius: 0;
    border: 0;
    box-shadow: 1px 1px 30px rgb(0 0 0 / 6%);
    border-top: 3px solid #fa873d;
    padding: 20px 0;
    background-color: #f2f2f2;
    width: 240px;
    visibility: hidden;
    opacity: 0;
    display: block;
    transition: all 0.2s ease-in-out;
  }
  .theme_anjcInfo .custom-header .navbar .navbar-nav &gt; .dropdown .dropdown-menu .dropdown .dropdown-menu {
    left: 100% !important;
    right: auto;
  }
  .theme_anjcInfo .custom-header .navbar .navbar-nav &gt; li .dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 1100px) {
  .theme_anjcInfo .custom-header .navbar {
    height: 100px;
  }
  .theme_anjcInfo .custom-header .navbar .navbar-nav &gt; li {
    padding-right: 18px;
  }
  .theme_anjcInfo .custom-header .navbar .navbar-nav &gt; li a{
    font-size: 13px;
  }
  .theme_anjcInfo .top-link{
    padding: 0;
  }
}
@media (max-width: 991px) {
  .theme_anjcInfo .custom-header {
    position: relative;
  }
  .theme_anjcInfo .custom-header .navbar {
    box-shadow: 0 10px 50px -2px rgb(0 0 0 / 14%);
    height: 80px;
    padding: 0 10%;
    flex-wrap: wrap;
  }
  .theme_anjcInfo .custom-header .navbar .navbar-brand {
    align-items: center;
    display: flex;
  }
  .theme_anjcInfo .custom-header .navbar-toggle {
    margin: 0;
    display: block;
  }
  .theme_anjcInfo .custom-header .navbar-toggle.button-search {
    transform: translateY(15px);
    transition: all 0.4s;
    opacity: 0;
  }
  .theme_anjcInfo .custom-header .navbar .navbar-collapse {
    position: absolute;
    top: 79px;
    background: #fff;
    left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.03);
    display: block !important;
    max-height: 0;
    transition: all 0.3s;
    overflow: hidden !important;
    height: auto !important;
    width: 80%;
    margin: 0 auto;
    right: 0;
    padding: 5%;
    visibility: hidden;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
  }
  .theme_anjcInfo .custom-header .navbar .navbar-collapse.in {
    display: block !important;
    max-height: 1920px;
    padding: 4%;
    visibility: visible;
    border-top: 3px solid #2ea3f2;
  }
  .theme_anjcInfo .custom-header .navbar-nav {
    margin: 0;
    width: 100%;
  }
  .theme_anjcInfo .custom-header .navbar .navbar-nav &gt; li {
    padding-right: 0;
    border-bottom: 0px solid #dadada;
    display: block;
    width: 100%;
  }
  .theme_anjcInfo .custom-header .navbar .navbar-nav &gt; li &gt; a {
    padding: 12px 5%;
    font-size: 14px;
    width: 100%;
    justify-content: space-between;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.03);
    color: #666;
    border-bottom: 1px solid rgba(0,0,0,.03);
  }
  .theme_anjcInfo .custom-header .navbar .navbar-nav &gt; li.mb-header a{
    background: transparent;
  }
  .theme_anjcInfo .custom-header .navbar .navbar-nav &gt; li.dropdown .dropdown-menu {
    display: block !important;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s;
    position: relative;
    width: 100%;
    box-shadow: 0 0 0;
    border: 0;
    background: #f9f9f9;
  }
  .theme_anjcInfo .custom-header .navbar .navbar-nav &gt; li.dropdown.open .dropdown-menu {
    border-top: 1px solid rgba(0, 0, 0, 0.03);
    max-height: 500px;
  }
  .theme_anjcInfo .custom-header .navbar .navbar-nav &gt; li.dropdown .dropdown-menu a {
    font-size: 14px;
    padding: 12px 5%;
    position: relative;
    font-weight: 600;
    color: #666;
  }
  .theme_anjcInfo .custom-header .navbar .navbar-nav &gt; li a:active {
    background: #ade1f5 !important;
  }
  .theme_anjcInfo .custom-header .dropdown-menu &gt; li &gt; a:focus,
  .theme_anjcInfo .custom-header .dropdown-menu &gt; li &gt; a:hover {
    background-color: rgba(0, 0, 0, 0.03);
    opacity: 0.7;
  }
  .theme_anjcInfo .custom-header .navbar .navbar-nav &gt; li.dropdown .dropdown-menu {
    padding: 0;
    visibility: visible;
    opacity: 1;
    max-height: unset;
    background: #fff;
    margin-left: 10px;
    padding-left: 5%;
    width: calc(100% - 34px);
  }
  .theme_anjcInfo .custom-header .navbar .navbar-nav &gt; li.dropdown .dropdown-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    padding: 0;
  }
  .theme_anjcInfo .custom-header
    .navbar
    .navbar-nav
    &gt; li.dropdown
    .dropdown-menu
    li:last-child {
    border-bottom: 0px solid #dadada;
  }
  .theme_anjcInfo .custom-header .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #2EA3F2;
  }
  .theme_anjcInfo .mobile-ic {
    width: 100%;
    display: block;
  }
  .theme_anjcInfo .custom-header .navbar-header {
    width: 100%;
    justify-content: space-between;
  }
  .theme_anjcInfo .custom-header .navbar .navbar-nav &gt; li .caret-ion {
    display: none;
  }
  .theme_anjcInfo .custom-header .top-custom-header {
    justify-content: center;
  }
  .theme_anjcInfo .hide-md {
    display: none;
  }
  .theme_anjcInfo .logo {
    transition: all 0.5s;
    height: 44px;
  }
  .theme_anjcInfo .top-link a {
    margin: 0 7px;
  } 
  
  .theme_anjcInfo .custom-header .navbar .navbar-nav &gt; li .dropdown &gt; a {
    font-weight: 700 !important;
  }
  .theme_anjcInfo .custom-header .navbar .navbar-nav &gt; li.md-normal-font {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    padding: 0;
  }
  .theme_anjcInfo .custom-header .navbar .navbar-nav &gt; li.md-normal-font &gt; a {
    background: none;
    font-weight: 600;
  }
  
}

@media (max-width: 767px) {
  .theme_anjcInfo  .custom-header .navbar {
    padding: 0 9.8%;
  }
  .theme_anjcInfo .custom-header .navbar .navbar-nav &gt; li &gt; a {
    padding: 12px 12px;
  }
  .theme_anjcInfo .custom-header .navbar .navbar-nav &gt; li.dropdown .dropdown-menu a {
    padding: 12px 4%;
  }
 
}

#myNavbar li.dropdown ul.dropdown-menu a,
#myNavbar li.dropdown ul.dropdown-menu a:focus,
#myNavbar li.dropdown ul.dropdown-menu a:hover{
	background: transparent;
	outline: 0
}

div.anjc .anjc-footer {
	background-color: #005596;
	padding: 70px 0;
	color: #fff
}

div.anjc .anjc-footer .footer-logo {
	max-width: 100%;
  	padding-right: 2vw;
}

div.anjc .anjc-footer a {
	color: #2ea3f2
}

div.anjc .anjc-footer a:hover {
	text-decoration: none
}

div.anjc .anjc-footer .social-links {
	margin-bottom: 25px
}

div.anjc .anjc-footer .social-links a {
	margin-right: 5px
}

div.anjc .anjc-footer .fab-ce21 {
	color: #fff;
	padding: 8px 12px;
	border-radius: 4px
}

div.anjc .anjc-footer .fa-facebook-f {
	background-color: #3b5998
}

div.anjc .anjc-footer .fa-twitter {
	background-color: #00aced
}

div.anjc .anjc-footer .fa-instagram {
	background-color: #ea2c59
}

div.anjc .anjc-footer .fa-youtube {
	background-color: #a82400
}

div.anjc .anjc-footer .fa-linkedin-in {
	background-color: #007bb6
}

@media (max-width: 768px) {
	div.anjc .container {
		width: 80%;
		max-width: inherit;
	}
}

.anjc .far, .anjc .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.anjc .fa-ce21, .anjc .fab-ce21, .anjc .fal-ce21, .anjc .far-ce21, .anjc .fas-ce21 {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}


@font-face {
	font-family: "Font Awesome 5 Brands - ce21";
	src: url(https://cdn.ce21.com/global/fa-brands-400.woff2), url(https://cdn.ce21.com/global/fa-brands-400-custom.eot?#iefix) format("embedded-opentype")
}

.anjc .fab-ce21 {
    font-family: "Font Awesome 5 Brands - ce21"
}

@font-face {
    font-family: "Font Awesome 5 Free - ce21";
    font-style: normal;
    font-weight: 400;
    font-display:auto;
	src: url(https://cdn.ce21.com/global/fa-regular-400-custom.woff2), url(https://cdn.ce21.com/global/fa-regular-400-custom.eot?#iefix) format("embedded-opentype")
}

.anjc .far-ce21 {
    font-weight: 400
}

@font-face {
    font-family: "Font Awesome 5 Free - ce21";
    font-style: normal;
    font-weight: 900;
    font-display:auto;
	src: url(https://cdn.ce21.com/global/fa-solid-900-custom.woff2), url(https://cdn.ce21.com/global/fa-solid-900-custom.eot?#iefix) format("embedded-opentype")
}

.anjc .fa-ce21, .anjc .far-ce21, .anjc .fas-ce21 {
    font-family: "Font Awesome 5 Free - ce21"
}

.anjc .fa-ce21, .anjc .fas-ce21 {
    font-weight: 900
}


.anjc .fa-facebook-f:before {
    content: "\f39e";
}

.anjc .fa-twitter:before {
    content: "\f099";
}

.anjc .fa-linkedin-in:before {
    content: "\f0e1";
}

.anjc div.anjc-footer .container {
	width: 80%;
    max-width: inherit;
}

.anjc div.anjc-footer h5 {
    font-size: 16px;
}


#grid-PendingSemainar th:nth-child(4), #grid-PendingSemainar th:nth-child(6), #grid-PendingSemainar td:nth-child(4), #grid-PendingSemainar td:nth-child(6), #grid-PendingSemainar .CE21_MyAccount_tabPendingSeminars_Agendabtn {
        display: none;
}

	/*Mantis:#23890+whitebackground*/
   .donationType &gt; label.ml-5.chkRecurring &gt; span{
        background-color: #ffffff;
        font-weight: 700 !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: #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; }.otherProductTypeTagColor61,.otherProductTypeTagColor61:hover { background-color:#6aa84f !important;color:white !important; }</pre></body></html>