.articles-search-button {
    background-color: #008D9A;
    color: #fff;
    border-radius: 0px;
    padding: .7rem 2rem;
}

.articles-search-button:hover {
    background: #fff;
    color: #008D9A;
    border-radius: 0px;
}

.event-card-image {
    min-height: 250px;
    background-size: cover;
}

.event-card-date {
    text-align: center;
}

.event-card-date-month {
    font-family: Titillium;
    font-weight: 400;
    font-size: 21px;
    font-style: normal;
    line-height: 20.3px;
    color: #5D5D5D;
    position: relative;
}

.event-card-date-month::before {
    content: '';
    height: 1px;
    width: 100%;
    background-color: #5D5D5D;
    display: block;
    bottom: 0px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.event-card-date-day {
    font-family: Titillium;
    font-weight: 700;
    font-size: 55px;
    font-style: normal;
    line-height: 55px;
    color: #5D5D5D;
}

.event-card-loader-bg {
    background: #E5E5E5;
    height: 1.5px;
    margin: 2rem 0px;
}

.event-card-loader-bg > div{
    background: #008D9A;
    height: 1.5px;
    width: 20%;
}

.event-card-footer {
    display: flex;

    font-family: Titillium;
    font-weight: 600;
    font-size: 14px;
    font-style: normal;
    line-height: 55px;
    color: #444444;
}

.event-details-link {
    text-decoration: none;
    margin-left: auto;
}

.event-details-link:hover {
    text-decoration: underline;
    color: #008D9A;
}

.green-line {
    display: inline-block;
    height: 2px;
    background: #008D9A;
    border-radius: 2px;
    margin-top: 10px;
}

.event-card {
    padding: 3rem 0px;
    border-bottom: 1px solid #C7C2C2;
}


/* Responsive design */


@media only screen and (max-width: 389px) {
    .event-card-footer{
        display: block;
    }
}

.event-details-container {
    padding: 2rem;
    background: #fff;
    position: relative;
    top: -200px;
}

.event-detail-title {
    font-family: Titillium;
    font-weight: 700;
    font-size: 28px;
    font-style: normal;
    line-height: 28px;
    color: #444444;
    margin-top: 1rem;
}

.event-detail-text {
    font-family: Titillium;
    font-weight: 300;
    font-size: 14px;
    font-style: normal;
    line-height: 28px;
    color: #444444;
    margin-top: 1rem;
}

.event-details {
    font-family: Titillium;
    font-weight: 300;
    font-size: 14px;
    font-style: normal;
    line-height: 28px;
    color: #444444;
    margin-top: 1rem;
}

.event-tab-date-day {
    font-family: Titillium;
    font-weight: 700;
    font-size: 18px;
    font-style: normal;
    line-height: 18px;
    color: #000;
}

.event-tab-date-date {
    font-family: Titillium;
    font-weight: 300;
    font-size: 13px;
    font-style: normal;
    line-height: 18px;
    color: #444444;
}

.event-detail-dates-tabs-1 .nav-link  {
    padding: 1rem 2rem;
    border: none;
}

.event-detail-dates-tabs-1 .nav-link:hover {
    border-radius: 0px;
    border: 1px solid #008D9A;
}

.event-detail-dates-tabs-1 .active {
    background-color: #E2E6E9 !important;
    border: none;
    border-radius: 0px;
}

.event-detail-dates-tabs-1 {
    background-color: rgba(255, 255, 255, 49%) !important;
    border-bottom: none;
}

.event-detail-dates {
    background: #fff;
}


.event-detail-dates-tabs-2 .nav-link:hover {
    border-radius: 0px;
    border-bottom: 5px solid #008D9A;
    transition: border-bottom .2s ease;
}
.event-detail-dates-tabs-2 .active {
    background-color: transparent !important;
    border: none;
    border-bottom: 5px solid #008D9A !important;
    border-radius: 0px;
}

.event-detail-dates-tabs-2 {
    /* border-bottom: none; */
}

.event-detail-dates-tabs-2  .nav-link {
    border: none;
    margin: 0rem 1rem;
    padding: 1rem 0px;
}

.event-tab-2-date-date {
    font-family: Titillium;
    font-weight: 600;
    font-size: 14px;
    font-style: normal;
    line-height: 14px;
    color: #000;
}

.event-photos-row {
    padding: 2rem;
}

.event-photos-row > div {
    padding: 0px;
}

.event-details-speakers {
    padding: 2rem;
}

.event-details-details, .event-details-videos {
    padding: 2rem;
}

.event-detail-table-label {
    font-family: Titillium;
    font-weight: 800;
    font-size: 13px;
    font-style: normal;
    line-height: 41px;
    color: #000;
    padding-right: 2rem;
}

.event-detail-table-detail {
    font-family: Titillium;
    font-weight: 400;
    font-size: 13px;
    font-style: normal;
    line-height: 41px;
    color: #767373;
}

.sponsor-logo{
    height: 150px;
    border: 2px solid #EAEDEE;
    overflow: hidden;
    margin-bottom: 1rem;
}