/*start common css for a theme*/
.headersection {
    margin-left: 0px;
    margin-right: 0px;
    display: block !important;
}
 
body {
    padding-top: 0px;
    font-family: "Lato", sans-serif !important;
  	background: #456E8D url(https://cdn.ce21.com/global/negotiation_imgBackground.jpg) 0 0 repeat-x !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;
}
/*end common css for all theme*/

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap");

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: normal;
  margin: 0;
  padding: 0;
  background-color: #d7d6d6;
}
.theme_latznegotiation{
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: normal;
  background-color: #d7d6d6;
}
.theme_latznegotiation a:hover,
.theme_latznegotiation a:focus {
  outline: 0 none;
  text-decoration: none;
}
 
.theme_latznegotiation .custom-container {
  width: 100%;
  max-width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}
/* header */
.theme_latznegotiation  .custom-header {
  max-width: 100%;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 999;
}
.theme_latznegotiation .custom-header .navbar {
  height: 84px;
  background: rgba(26,50,105,0.83) !important;
  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;
}
.theme_latznegotiation  .logo {
  transition: all 0.5s;
  height: 100%;
  max-width: 120px;
  object-fit: contain;
}
.theme_latznegotiation .custom-header .navbar.sticky {
  box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 12%);
}
.theme_latznegotiation .custom-header .navbar .navbar-brand {
  height: 100%;
  padding: 0;
}
.theme_latznegotiation .custom-header .navbar .navbar-collapse {
  width: 100%;
}
.theme_latznegotiation .custom-header .navbar .navbar-nav{
  margin-left: 0;
}
.theme_latznegotiation .custom-header .navbar .navbar-nav,
.theme_latznegotiation  .custom-header .navbar .nav > li,
.theme_latznegotiation  .custom-header .navbar .navbar-nav > li > a {
  height: 100%;
  font-family: "Open Sans", sans-serif;
}
.theme_latznegotiation  .custom-header .navbar-header,
.theme_latznegotiation  .custom-header .navbar .navbar-nav > li > a {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s;
}
.theme_latznegotiation .nav .open > a,
.theme_latznegotiation .nav .open > a:focus,
.theme_latznegotiation .custom-header .navbar .navbar-nav > li > a:hover, .theme_latznegotiation .custom-header .navbar .navbar-nav > li > a:focus {
  opacity: 0.7;
  background: none transparent;
}

.theme_latznegotiation  .custom-header .navbar .navbar-nav > li .caret-ion {
  right: -8px;
  position: relative;
  font-size: 10px;
}
.theme_latznegotiation  .custom-header .navbar .navbar-nav > li {
  padding-right: 32px;
}

.theme_latznegotiation  .custom-header .navbar .navbar-collapse {
  height: 100% !important;
  transition: all 0.3s;
}
.custom-header .top-custom-header {
  background-color: #4e6993;
  display: flex;
  justify-content: flex-end;
  transition: all 0.4s;
  height: 40px;
}
.theme_latznegotiation .top-link {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0 10px;
  margin: 0;
}
.theme_latznegotiation .top-link a {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  margin-right: 15px;
  padding: 8px 0;
  display: block;
}
.theme_latznegotiation .top-link a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/* footer */
.theme_latznegotiation .fcontainer {
  width: 100%;
  padding: 50px 0;
  background-color: #1a3269 !important;
  margin-top: 124px;
  color: #fff;
}
.theme_latznegotiation .custom-footer {
  width: 1090px;
  max-width: 80%;
  margin: auto;
  position: relative;
  padding: 27px 0;
}

.theme_latznegotiation .custom-footer .flogo {
  position: relative;
  max-width: 100%;
  margin-bottom: 10px;
}
.theme_latznegotiation .custom-footer p{
  line-height: 20px;
  margin-bottom: 2px;
}

.theme_latznegotiation .custom-footer p a{
  color: #fff;
  font-weight: 800;
}

.theme_latznegotiation .custom-footer ul{
  padding-left: 19px;
  list-style-type: disc !important;
}

.theme_latznegotiation .custom-footer .content ul{
  list-style : none !important;
}

.theme_latznegotiation .custom-footer ul li{
  margin-bottom: 11px;
}

.theme_latznegotiation .custom-footer ul li a{
  color: #fff;
  font-size: 14px;
  line-height: 25px;
}

.theme_latznegotiation .custom-footer ul li a:hover{
  opacity: 0.7;
}

.theme_latznegotiation .ft-title {
  font-size: 22px;
  color: #fff;
  margin-bottom: 15px;
}
.theme_latznegotiation .ft-title-lg {
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: #e8f1f9 !important;
  line-height: 1.2em;
  margin-top: 15px;
}
.theme_latznegotiation .border-text {
  border-bottom: 1px solid #8f8f8f;
  padding-bottom: 25px;
}
.theme_latznegotiation .block {
  display: block;
}

.theme_latznegotiation .bluebtn{
  font-size: 13px;
  border: none;
  border: 2px solid transparent;
  border-radius: 3px;
  letter-spacing: .03em;
  color: #1a3269 !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  box-sizing: border-box;
  height: 32px;
  line-height: 28px;
  padding: 0 18px;
  display: block;
  margin: 0;
  transition: all .23s ease-in-out 0s;
  background: linear-gradient(to bottom right,#d0e1f9,#7f92ac);
  width: 100% !important;
  margin-top: 10px;
}

.theme_latznegotiation .greenbtn{
  background: #d0e1f9;
  font-weight: 700 !important;
  text-decoration: none;
  font-size: 12px;
  padding: 2px 10px;
  border: 2px solid transparent;
  border-radius: 3px;
  text-transform: uppercase;
  line-height: 1.7em;
  transition: all .2s;
  margin-right: 15px;
  color: #fff !important;
  border-color: #4dc053;
  background-image: linear-gradient(180deg,#4dc053 0%,#0a804a 100%);
}

.theme_latznegotiation .whiteoutlinebtn{
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  padding: 2px 10px;
  font-size: 12px;
  border: 2px solid #d0e1f9;
  color: #d0e1f9 !important;
  border-radius: 3px;
  line-height: 1.7em;
  transition: all .2s;
  background-color: transparent;
}

.theme_latznegotiation input{
  font-size: 15px;
  border: 1px solid #abb0b2;
  border-radius: 3px;
  color: #343434;
  background-color: #fff;
  box-sizing: border-box;
  height: 32px;
  padding: 0px 0.4em;
  display: block;
  margin: 0;
  width: 100%;
}

.theme_latznegotiation .custom-footer input{
  margin-top: 10px;
}

.theme_latznegotiation .navbar-header::before, .theme_latznegotiation .navbar-header::after{
  display: none;
}

.theme_latznegotiation .footer-bottom{
  background-color: #4e6993;
  border-top: 1px #fff solid;
}

.theme_latznegotiation .footer-bottom .content{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.theme_latznegotiation .footer-bottom .content p{
  color: #efefef;
}

.theme_latznegotiation .footer-bottom .content ul{
  padding-left: 0;
  display: flex;
  align-items: center;
  list-style: none;
}

.theme_latznegotiation .footer-bottom .content ul li{
  margin-bottom: 0 !important;
  margin-right: 20px !important;
}

.theme_latznegotiation .footer-bottom .content ul li a{
  font-size: 25px;
}

.theme_latznegotiation .footer-bottom .content ul li:last-child{
  margin-right: 0;
}
 
@media (min-width: 992px) {
  .theme_latznegotiation .fixed-header {
    position: fixed;
    top: 0;
    z-index: 999;
  }
  .theme_latznegotiation .fixed-header .navbar {
    height: 58px;
  }
  .theme_latznegotiation .custom-header .navbar .navbar-collapse {
    padding-right: 0;
  }
  .theme_latznegotiation .navbar-nav > li.dropdown:hover > .dropdown-menu {
    display: block;
  }
  .theme_latznegotiation .navbar-nav > li > .dropdown-menu {
    border-radius: 0;
    border: 0;
    box-shadow: 1px 1px 30px rgb(0 0 0 / 6%);
    border-top: 3px solid #52688f;
    padding: 20px 0;
    left: 0;
    top: 104%;
    background-color: #1a3269;
    width: 240px;
    visibility: hidden;
    opacity: 0;
    display: block;
    transition: all 0.2s ease-in-out;
  }
  .theme_latznegotiation .navbar-nav > li:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transition: all 0.2s ease-in-out;
  }
  .theme_latznegotiation .navbar-nav > li > .dropdown-menu li {
    padding: 0 20px;
  }
  .theme_latznegotiation .custom-header .navbar .navbar-nav > li.pr-10 {
    padding-right: 15px;
  }
  .theme_latznegotiation .navbar-nav > li > .dropdown-menu a {
    padding: 8px 12px;
    display: flex;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    white-space: break-spaces;
    line-height: 20px;
    justify-content: space-between;
    align-items: center;
  }
  .theme_latznegotiation .navbar-nav > li > .dropdown-menu a:hover,
  .theme_latznegotiation .navbar-nav > li > .dropdown-menu a.active {
    background-color: transparent !important;
    background-image: none;
    box-shadow: none;
    opacity: 0.7;
  }
  .theme_latznegotiation .custom-header .navbar .navbar-nav > li .dropdown .caret-ion {
    font-size: 10px;
    position: absolute;
    right: 30px;
    top: 16px;
  }
  .theme_latznegotiation .custom-header .navbar .navbar-nav > 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_latznegotiation .custom-header .navbar .navbar-nav > .dropdown .dropdown-menu .dropdown .dropdown-menu {
    left: 100% !important;
    right: auto;
  }
  .theme_latznegotiation .custom-header .navbar .navbar-nav > li .dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 1100px) {
  .theme_latznegotiation .custom-header .navbar {
    height: 100px;
  }
  .theme_latznegotiation .custom-header .navbar .navbar-nav > li {
    padding-right: 18px;
  }
  .theme_latznegotiation .custom-header .navbar .navbar-nav > li a{
    font-size: 13px;
  }
  .theme_latznegotiation .top-link{
    padding: 0;
  }
}
@media (max-width: 991px) {
  .theme_latznegotiation .custom-header {
    position: relative;
  }
  .theme_latznegotiation .custom-header .navbar {
    box-shadow: 0 10px 50px -2px rgb(0 0 0 / 14%);
    height: 80px;
    padding: 0 10%;
    flex-wrap: wrap;
  }
  .theme_latznegotiation .custom-header .navbar .navbar-brand {
    align-items: center;
    display: flex;
  }
  .theme_latznegotiation .custom-header .navbar-toggle {
    margin: 0;
    display: block;
  }
  .theme_latznegotiation .custom-header .navbar-toggle.button-search {
    transform: translateY(15px);
    transition: all 0.4s;
    opacity: 0;
  }
  .theme_latznegotiation .custom-header .navbar .navbar-collapse {
    position: absolute;
    top: 79px;
    background: rgba(26,50,105,.83);
    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_latznegotiation .custom-header .navbar .navbar-collapse.in {
    display: block !important;
    max-height: 1920px;
    padding: 4%;
    visibility: visible;
    border-top: 3px solid #52688f;
  }
  .theme_latznegotiation .custom-header .navbar-nav {
    margin: 0;
    width: 100%;
  }
  .theme_latznegotiation .custom-header .navbar .navbar-nav > li {
    padding-right: 0;
    border-bottom: 0px solid #dadada;
    display: block;
    width: 100%;
  }
  .theme_latznegotiation .custom-header .navbar .navbar-nav > li > 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: #fff;
    border-bottom: 1px solid rgba(0,0,0,.03);
  }
 
  .theme_latznegotiation .custom-header .navbar .navbar-nav > 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_latznegotiation .custom-header .navbar .navbar-nav > li.dropdown.open .dropdown-menu {
    border-top: 1px solid rgba(0, 0, 0, 0.03);
    max-height: 500px;
  }
  .theme_latznegotiation .custom-header .navbar .navbar-nav > li.dropdown .dropdown-menu a {
    font-size: 14px;
    padding: 12px 5%;
    position: relative;
    font-weight: 600;
    color: #fff;
  }
  .theme_latznegotiation .custom-header .navbar .navbar-nav > li a:active {
    background: #ade1f5 !important;
  }
  .theme_latznegotiation .custom-header .dropdown-menu > li > a:focus,
  .theme_latznegotiation .custom-header .dropdown-menu > li > a:hover {
    background-color: rgba(0, 0, 0, 0.03);
    opacity: 0.7;
  }
  .theme_latznegotiation .custom-header .navbar .navbar-nav > li.dropdown .dropdown-menu {
    padding: 0;
    visibility: visible;
    opacity: 1;
    max-height: unset;
    background: transparent;
    margin-left: 10px;
    padding-left: 5%;
    width: calc(100% - 34px);
  }
  .theme_latznegotiation .custom-header .navbar .navbar-nav > li.dropdown .dropdown-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    padding: 0;
  }
  .theme_latznegotiation .custom-header
    .navbar
    .navbar-nav
    > li.dropdown
    .dropdown-menu
    li:last-child {
    border-bottom: 0px solid #dadada;
  }
  .theme_latznegotiation .custom-header .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
  }

  .theme_latznegotiation .custom-header .navbar-header {
    width: 100%;
    justify-content: space-between;
  }
  .theme_latznegotiation .custom-header .navbar .navbar-nav > li .caret-ion {
    display: none;
  }
  .theme_latznegotiation .custom-header .top-custom-header {
    display: none;
  }
  .theme_latznegotiation .hide-md {
    display: none;
  }
  .theme_latznegotiation .logo {
    transition: all 0.5s;
    height: 44px;
  }
  .theme_latznegotiation .top-link a {
    margin: 0 7px;
  } 
  .theme_latznegotiation .fcontainer {
    padding: 50px 0;
    margin-top: 20px;
  }
  .theme_latznegotiation .fcontainer .custom-footer .row{
    display: flex;
    flex-wrap: wrap;
  }
  .theme_latznegotiation .custom-header .navbar .navbar-nav > li .dropdown > a {
    font-weight: 700 !important;
  }
  .theme_latznegotiation .custom-header .navbar .navbar-nav > li.md-normal-font {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    padding: 0;
  }
  .theme_latznegotiation .custom-header .navbar .navbar-nav > li.md-normal-font > a {
    background: none;
    font-weight: 600;
  }
  .theme_latznegotiation .footer-bottom .content{
    flex-direction: column-reverse;
  }
  #footer-bottom .et-social-icon a{
    text-align: center;
  }
  
}

@media (max-width: 767px) {
  .theme_latznegotiation  .custom-header .navbar {
    padding: 0 9.8%;
  }
  .theme_latznegotiation .custom-header .navbar .navbar-nav > li > a {
    padding: 12px 12px;
  }
  .theme_latznegotiation .custom-header .navbar .navbar-nav > li.dropdown .dropdown-menu a {
    padding: 12px 4%;
  }
  .theme_latznegotiation .ft-title-lg {
    margin: 20px 0 10px !important;
  }
}


@media (max-width:635px) {
  .theme_latznegotiation .ft-title-lg{
    margin: 40px 0 10px !important;
  }
}.event_1{background-color: #83b9eb !important;color:white !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:white !important; }.event_10{background-color: #8e7cc3 !important;color:white !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:white !important; }.event_11{background-color: #6aa84f !important;color:white !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:white !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:white !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:white !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:white !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:white !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:white !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:white !important; }.event_3{background-color: #dd9d5a !important;color:white !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:white !important; }.event_4{background-color: #3181cb !important;color:white !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:white !important; }.event_5{background-color: #e06666 !important;color:white !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:white !important; }.event_6{background-color: #ffe599 !important;color:white !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:white !important; }.event_7{background-color: #c27ba0 !important;color:white !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:white !important; }.event_8{background-color: #45818e !important;color:white !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:white !important; }.event_9{background-color: #bf9000 !important;color:white !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:white !important; }