body {
    overflow: hidden;
    background-image: url(../images/bg.png);
    /*background-repeat: no-repeat;*/
    background-size: cover;
    background-position: center;}

/* font */
body {
   font-family: airbnb_cereal_appbook;}
.font-light {
   font-family: airbnb_cereal_applight;}
.font-medium {
   font-family: airbnb_cereal_appmedium;}
.font-bold {
   font-family: airbnb_cereal_appbold;}


/* wrapper-custom */
.wrapper-custom {
    padding-left: 30px;
    padding-right: 30px;}
/* upcoming-events */
.upcoming-events .col-2.custom {
    width: 11.66666667%;}
.upcoming-events .col-1.custom {
    width: 9.33333333%;}
.upcoming-events .col-5.custom {
    width: 45.66666667%;}

/* head */
.upcoming-events .wrapper-head {
    width: 100%;
    height: 155px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;}
.upcoming-events .head .a-logo {
    margin-top: 0;
    display: inline-block;}
.upcoming-events .head .a-logo .logo {
    height: 70px;}
.upcoming-events .head .logo {
    height: 70px;}
.upcoming-events .head .h3 {
    margin-bottom: 0;
    color: #008647;}
.upcoming-events .head .logo-100 {
    height: 45px;}
.upcoming-events .head select {
    position: relative;
    border: none;
    font-size: 13px;
    border-radius: 10px;
    font-weight: bold;
    border: 5px solid #e5e5e5 ;
    background-color: #e5e5e5;
    background-image: url(../images/filter.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;}
.upcoming-events .head .item {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 0 13px;}
.upcoming-events .head .item .th {
    background-color: #008647;
    border-radius: 15px;
    padding: 15px;
    color: #fff;
    font-size: 18px;}
/* body */
.upcoming-events .body {
    padding-top: 170px;
    padding-bottom: 55px;}
.upcoming-events .body .slick-slide {
    margin-bottom: 15px;}
.upcoming-events .body .item {
    position: relative;
    height: 100%;
    border-radius: 15px;
    padding: 40px;
    background-color: #DEFFE3;}
/* slick */
.upcoming-events .body .slick-slide:nth-child(odd) .item {
    background-color: #C5EDC9;}
.upcoming-events .body .item h3 {
    width: 100%;
    position: absolute;
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(50%,50%);
    -ms-transform: translate(50%,50%);
    transform: translate(50%,50%);
    margin-bottom: 0;
    padding: 0 5px;
    color: #232323;
    font-size: 18px;}
.upcoming-events .body .item h3.fs-18 {
    font-size: 18px;}

/* fixed-bottom */
.upcoming-events .fixed-bottom .header-container {
    background-color: #3c8647;}
.upcoming-events .fixed-bottom .header-container .title {
    white-space: nowrap;
    position: relative;
    width: 120px;
    background-color: #dbe5de;
    color: #00954a;
    padding: 15px 30px 11px;
    font-size: 17px;}
.upcoming-events .fixed-bottom .header-container .title::after {
    position: absolute;
    content: "";
    top: 0px;
    z-index: 1;
    right: -95px;
    border-left: 32px solid #dbe5de;
    border-top: 30px solid transparent;
    border-right: 66px solid transparent;
    border-bottom: 22px solid transparent;}
.upcoming-events .fixed-bottom .header-container .title span:first-of-type {
    display: none;}
.upcoming-events .fixed-bottom .header-container .title .fa {
    position: absolute;
    z-index: 2;
    right: -10px;
    top: 12px;
    font-size: 28px;}
/**/
.upcoming-events .fixed-bottom .header-container .news marquee ul {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 8px;}
.upcoming-events .fixed-bottom .header-container .news marquee ul li {
    display: inline-block;
    white-space: nowrap;
    font-size: 20px;
    color: #fff;
    padding-right: 20px;}
.upcoming-events .fixed-bottom .header-container .news marquee ul li a {
    text-decoration: none;
    color: #fff;}