/* CONFIRM JOIN EVENT MODAL */
#jsComfirmJoinEvent > div.modal-body {
    text-align: center;
    font-family: Gilroy-Bold !important;
    text-align: center !important;
    padding-bottom: 82px !important;
}

#jsComfirmJoinEvent > div.modal-body > p {
    font-size: 31px !important;
    line-height: 32px !important;
    letter-spacing: 0em !important;
    padding: 85px 35px 105px !important;
}

#jsComfirmJoinEvent > div.modal-body > a {
    font-size: 15px !important;
    line-height: 18px !important;
    letter-spacing: 0.05em !important;
    padding: 16.91px 14.43px;
    background-color: #C8FA00 !important;
    border-radius: 5px !important;
}

/* OWL NAV */
.owl-stage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.owl-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto !important;
}

.owl-nav {
    position: absolute;
    width: 100%;
    height: 27px;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    pointer-events: none!important;
    padding-bottom: 0px;
    z-index: 999;
}

.owl-nav button.disabled {
    opacity: 0;
}

.owl-nav .owl-next {
    position: relative;
    right: -35px;
    pointer-events: auto!important;
}


.owl-nav .owl-prev {
    position: relative;
    left: -35px;
    pointer-events: auto!important;
}

.owl-nav .fa {
    font-size: 40px;
    color: #000000!important;
}

.owl-dots {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 32px;
}

.owl-dots button {
    height: 10px;
    width: 10px;
    background-color: #DEDEDE!important;
    margin: 8.5px;
    border-radius: 100%;
}

.owl-dots button.active {
    background-color: #000000!important;
}

/* All Events */
main.events-container {
    background-color: #F5F5F5;
    color: #000000;
    overflow-x: hidden !important;
}

main.events-container > section.events-header {
    background-color: #007991;
    color: white;
}

main.events-container > section.events-header > div.container > div.header-container {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    flex-flow: column-reverse;
    row-gap: 25px;
    /*padding-top: 70px;*/
    padding-bottom: 70px;
}

main.events-container > section.events-header > div.container > div.header-container > div.intro > div.text > p:first-of-type {
    font-family: Gilroy-Bold;
    font-size: 31px;
    line-height: 48px;
    margin-bottom: 25px;
}

main.events-container > section.events-header > div.container > div.header-container > div.intro > div.text > p:last-of-type {
    font-family: Lato-Regular;
    font-size: 16px;
    line-height: 24px;
}

main.events-container > section.events-header > div.container > div.header-container > div.intro > button {
    font-family: Gilroy-Bold;
    font-size: 15px;
    line-height: 17.5px;
    text-align: center;
    padding: 25px 30px !important;
    color: black;
}

main.events-container > section.events-label-container {
    border-bottom: 2px solid #C4DADE;
}

main.events-container > section.events-label-container > div.container {
    padding-top: 78px;
    padding-bottom: 44px;
}

main.events-container > section.events-label-container > div.container > p {
    font-family: Gilroy-Bold;
    font-size: 39px;
    line-height: 48px;
    margin: 0;
}

main.events-container > section.events-no-upcoming > div.container > p {
    font-size: 24px;
    line-height: 32px;
    font-family: var(--font-body);
    font-weight: normal;
    /* text-align: center; */
    padding: 10px 0 33px;
}

main.events-container > section.events-no-upcoming > div.container > p > a {
    color: #007991 !important;
    font-weight: bold;
    font-size: 24px;
}

main.events-container > section.events-no-upcoming > div.container > p > a:hover {
    text-decoration: underline;
}

main.events-container > section.events-list-container {
    padding-bottom: 65px;
}

main.events-container > section.events-list-container > div.container > div.inner {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: left;
    align-items: center;
    flex-direction: row;
    padding: 25px;
    margin-top: 15px;
    margin-bottom: 65px;
    border-radius: 5px;
    border: 1px solid #C4DADE;
    background-color: #E0EBED;
    font-family: Lato-Regular;
}

main.events-container > section.events-list-container > div.container > div.inner > label {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    margin-right: 25px;
}

main.events-container > section.events-list-container > div.container > div.inner > select {
    cursor: pointer;
    font-size: 16px;
    line-height: 16px;
    color: #4E4E4E;
    border-radius: 5px;
    border: 1px solid #C4DADE;
    padding: 16px;
    padding-right: 45px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("/images/icons/select-dropdown-arrow.svg") white no-repeat calc(100% - 15px) !important;
}

main.events-container > section.events-list-container > div.container > div.inner > select:focus,
main.events-container > section.events-list-container > div.container > div.inner > select:active {
    border-color: #007991 !important;
    outline: none !important;
}

main.events-container > section.events-list-container > div.container > div.inner > select:not(:last-of-type) {
    margin-right: 10px;
}

main.events-container > section.events-list-container > div.container > div.events-grid {
    display: grid;
    display: -moz-grid;
}

main.events-container > section.events-list-container > div.container > div.events-grid {
    grid-template-columns: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 65px;
}

main.events-container > section.events-list-container > div.load-more-events-container {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px !important;
}

main.events-container > section.events-list-container > div.load-more-events-container > #more_events {
    font-family: Gilroy-Bold;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    background-color: transparent !important;
    border: none !important;
}

div.events-pagination {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    font-family: Lato-Regular;
    padding-bottom: 65px;
}

div.events-pagination > nav {
    padding: 17px;
    background-color: #ffffff;
    border-radius: 4px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

div.events-pagination > nav > a {
    border: 0px solid transparent;
    border-radius: 4px;
    background: transparent;
    font-family: Lato-Regular;
    font-weight: 400;
    font-size: 16px;
    height: 30px;
    width: 30px;
    margin: 5px 5px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    color: #000000;
}

div.events-pagination > nav > a:hover:not(.active) {
    background-color: #E0EBED;
}

div.events-pagination > nav > a.active,
div.events-pagination > nav > a.disabled {
    pointer-events: none;
}

div.events-pagination > nav > a.active {
    background-color: black;
    color: white;
}

/* Events Details */
main.events-details-container {
    background-color: #F5F5F5;
    color: black;
    overflow: hidden;
}

main.events-details-container > section.events-details-header {
    background-color: #E6EAEB;
}

main.events-details-container > section.events-details-header > a:first-of-type,
main.events-details-container > section.events-details-header > div.container > a:first-of-type,
main.watch-event-container > section.watch-event-header > div.container > a:first-of-type {
    background-color: #DDDDDD !important;
    font-family: Lato-Bold !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 19.5px !important;
    padding: 14px 35px 15px 24px;
    display: inline-block;
    margin-top: 75px;
    margin-bottom: 30px;
    border-radius: 5px;
}

main.watch-event-container > section.watch-event-header > div.container > a:first-of-type {
    margin-top: 25px !important;
}

main.events-details-container > section.events-details-header > div.container > a:first-of-type {
    display: none;
}
    
main.events-details-container > section.events-details-header > a:first-of-type {
    margin-top: 25px;
    margin-left: 15px;
}

main.events-details-container > section.events-details-header > a:first-of-type::before,
main.events-details-container > section.events-details-header > div.container > a:first-of-type::before,
main.watch-event-container > section.watch-event-header > div.container > a:first-of-type::before {
    content: '\27F5';
    margin-right: 5px;
}

main.events-details-container > section.events-details-header > div.container > div.events-details-header-grid {
    display: grid;
    display: -moz-grid;
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    grid-template-rows: 1fr 1fr;
    grid-row-gap: 36px;
    padding-top: 35px;
    padding-bottom: 35px;
}

main.events-details-container > section.events-details-header > div.container > div.events-details-header-grid > div.caption {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

main.events-details-container > section.events-details-header > div.container > div.events-details-header-grid > div.caption > p {
    text-align: center;
    display: block;
    width: 100% !important;
    font-family: Lato-Thin !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 24px !important;
}

main.events-details-container > section.events-details-header > div.container > div.events-details-header-grid > div.caption > p:first-of-type {
    font-family: Gilroy-Bold !important;
    font-weight: 700 !important;
    font-size: 49px !important;
    line-height: 56px !important;
    margin-bottom: 67px;
}

main.events-details-container > section.events-details-header > div.container > div.events-details-header-grid > div.thumbnail {
    padding: 0 !important;
    overflow: hidden;
    border-radius: 10px !important;
}

main.events-details-container > section.events-details-header > div.container > div.events-details-header-grid > div.thumbnail > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

main.events-details-container > section.events-details-description > div.container > div.body {
    display: grid;
    display: -moz-grid;
    grid-template-columns: 1fr;
    grid-column-gap: 32px;
    padding-top: 55px;
    padding-bottom: 55px;
}

main.events-details-container > section.events-details-description > div.container > div.body > div.main > div.description,
main.events-details-container > section.events-details-description > div.container > div.body > div.main > div.description > p,
main.events-details-container > section.events-details-description > div.container > div.body > div.main > div.about-speaker > div.about-speaker-block > div.profile-grid > div.info p {
    font-family: Lato-Regular !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 32px !important;
    margin-bottom: 32px !important;
}

main.events-details-container > section.events-details-description > div.container > div.body > div.main > div.description,
main.events-details-container > section.events-details-description > div.container > div.body > div.main > div.about-speaker {
    margin-bottom: 56px;
}

main.events-details-container > section.events-details-description > div.container > div.body > div.main > div.about-speaker > div.about-speaker-block:not(:last-of-type) {
    margin-bottom: 35px;
}

main.events-details-container > section.events-details-description > div.container > div.body > div.main > div.about-speaker > p {
    font-family: Lato-Bold !important;
    font-weight: 700 !important;
    font-size: 25px !important;
    line-height: 32px !important;
}

main.events-details-container > section.events-details-description > div.container > div.body > div.main > div.about-speaker > div.about-speaker-block > p {
    font-family: Lato-Bold !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 16px !important;
    margin-bottom: 20px;
}

main.events-details-container > section.events-details-description > div.container > div.body > div.main > div.about-speaker > div.about-speaker-block > div.profile-grid {
    display: grid;
    display: -moz-grid;
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    grid-template-rows: 1fr;
    grid-row-gap: 15px;
}

main.events-details-container > section.events-details-description > div.container > div.body > div.main > div.about-speaker > div.about-speaker-block > div.profile-grid > div.avatar {
    flex-direction: column;
    background-color: inherit !important;
    box-shadow: none !important;
    padding: 20px 50px !important;
    height: 100%;
    width: 100%;
}

main.events-details-container > section.events-details-description > div.container > div.body > div.main > div.about-speaker > div.about-speaker-block > div.profile-grid > div.avatar > img {
    border-radius: 100%;
    object-fit: cover;
    width: 100% !important;
}

main.events-details-container > section.events-details-description > div.container > div.footer {
    display: block;
}

main.events-details-container > section.events-details-description > div.container > div.body > div.main > div.about-community {
    margin-bottom: 134px;
}

main.events-details-container > section.events-details-description > div.container > div.body > div.main > div.about-community > p:first-of-type {
    font-family: Gilroy-Bold !important;
    font-weight: 700 !important;
    font-size: 31px !important;
    line-height: 32px !important;
}

main.events-details-container > section.events-details-description > div.container > div.body > div.main > div.about-community > p:last-of-type {
    font-family: Lato-Regular !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 32px !important;
}

main.events-details-container > section.events-details-description > div.container > div.footer > p {
    font-family: Gilroy-Bold !important;
    font-weight: 700 !important;
    font-size: 31px !important;
    line-height: 32px !important;
    margin-bottom: 26px;
}

main.events-details-container > section.events-details-description > div.container > div.footer > div.upcoming-events-container > div.upcoming-events {
    position: relative;
    margin-bottom: 100px;
}

main.events-details-container > section.events-details-description > div.container > div.footer > div.upcoming-events {
    overflow: hidden;
}

main.events-details-container > section.events-details-description > div.container > div.footer a.event-card,
main.events-container > section.events-list-container > div.container > div.events-grid > a.events-grid-card {
    position: relative;
    width: 100% !important;
    height: 361px;
    padding: 45px !important;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-end;
    align-items: flex-start;
    transform: scale(1);
    color: #FFFFFF;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 !important;
}

main.events-details-container > section.events-details-description > div.container > div.footer a.event-card > p:nth-of-type(1),
main.events-container > section.events-list-container > div.container > div.events-grid > a.events-grid-card > p:nth-of-type(1) {
    font-family: Lato-Regular !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 24px !important;
    margin-bottom: 4px;
}

main.events-details-container > section.events-details-description > div.container > div.footer a.event-card > p:nth-of-type(2),
main.events-container > section.events-list-container > div.container > div.events-grid > a.events-grid-card > p:nth-of-type(2) {
    font-family: Gilroy-Bold !important;
    font-weight: bold !important;
    font-size: 25px !important;
    line-height: 32px !important;
    margin-bottom: 4px;
}

main.events-details-container > section.events-details-description > div.container > div.footer a.event-card > p:last-of-type,
main.events-container > section.events-list-container > div.container > div.events-grid > a.events-grid-card > p:last-of-type {
    font-family: Gilroy-Regular !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 24px !important;
    margin-bottom: 4px;
}

main.events-details-container > section.events-details-description > div.container > div.footer a.event-card > img,
main.events-container > section.events-list-container > div.container > div.events-grid > a.events-grid-card > img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
    object-fit: cover;
    object-position: center;
    transform: scale(1.0);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

main.events-details-container > section.events-details-description > div.container > div.footer a.event-card > .overlay,
main.events-container > section.events-list-container > div.container > div.events-grid > a.events-grid-card > .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    background: linear-gradient(0deg, #000000D6 31.34%, rgba(0, 0, 0, 0) 92.31%);
    z-index: -1;
    overflow: hidden;
}

main.events-details-container > section.events-details-description > div.container > div.footer a.event-card:hover > img,
main.events-container > section.events-list-container > div.container > div.events-grid > a.events-grid-card:hover > img {
    transform: scale(1.05);
}

main.events-details-container > section.events-details-description > div.container > div.body > div.aside > div.events-join-card,
main.events-details-container > section.events-details-header > div.events-join-card {
    position: relative;
    padding: 78px 41px;
    border: 1px solid #C4DADE;
    border-radius: 10px;
    background-color: #FFFFFF;
}

main.events-details-container > section.events-details-description > div.container > div.body > div.aside > div.events-join-card {
    display: none;
}

main.events-details-container > section.events-details-header > div.events-join-card {
    border: 0 !important;
    border-radius: 0 !important;
}

main.events-details-container > section.events-details-description > div.container > div.body > div.aside > div.events-join-card > button.save-btn,
main.events-details-container > section.events-details-header > div.events-join-card > button.save-btn {
    position: absolute;
    top: 10px;
    right: 16px;
    height: 20px;
    width: 14px;
    background-image: url("/images/newpage_capabilities/vector-ico.svg")!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: 100% 100%!important;
    background-color: transparent!important;
    border: 0px solid transparent!important;
    padding: 0px!important;
}

main.events-details-container > section.events-details-description > div.container > div.body > div.aside > div.events-join-card > button.save-btn.saved-item,
main.events-details-container > section.events-details-header > div.events-join-card > button.save-btn.saved-item {
    top: 10px;
    right: 12px;
    height: 20px;
    width: 20px;
    background-image: url("/images/newpage_capabilities/bookmark-solid.svg")!important;
}

main.events-details-container > section.events-details-description > div.container > div.body > div.aside > div.events-join-card > div.join-card-header,
main.events-details-container > section.events-details-header > div.events-join-card > div.join-card-header {
    margin-bottom: 32px;
}

main.events-details-container > section.events-details-description > div.container > div.body > div.aside > div.events-join-card > div.join-card-header > p:first-of-type,
main.events-details-container > section.events-details-header > div.events-join-card > div.join-card-header > p:first-of-type {
    font-family: Lato-Bold !important;
    font-weight: 700 !important;
    font-size: 25px !important;
    line-height: 24px !important;
    margin-bottom: 12px;
}

main.events-details-container > section.events-details-description > div.container > div.body > div.aside > div.events-join-card > div.join-card-header > p:last-of-type,
main.events-details-container > section.events-details-header > div.events-join-card > div.join-card-header > p:last-of-type {
    font-family: Lato-Regular !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
}

main.events-details-container > section.events-details-description > div.container > div.body > div.aside > div.events-join-card > div.join-card-details,
main.events-details-container > section.events-details-header > div.events-join-card > div.join-card-details {
    font-family: Lato-Regular !important;
    font-weight: 400 !important;
    margin-bottom: 53px;
}

main.events-details-container > section.events-details-description > div.container > div.body > div.aside > div.events-join-card > div.join-card-details > div.date,
main.events-details-container > section.events-details-header > div.events-join-card > div.join-card-details > div.date,
main.events-details-container > section.events-details-description > div.container > div.body > div.aside > div.events-join-card > div.join-card-details > div.time,
main.events-details-container > section.events-details-header > div.events-join-card > div.join-card-details > div.time,
main.events-details-container > section.events-details-description > div.container > div.body > div.aside > div.events-join-card > div.join-card-details > div.locatioe,
main.events-details-container > section.events-details-header > div.events-join-card > div.join-card-details > div.location,
main.events-details-container > section.events-details-description > div.container > div.body > div.aside > div.events-join-card > div.join-card-details > div.speaker,
main.events-details-container > section.events-details-header > div.events-join-card > div.join-card-details > div.speaker {
    margin-bottom: 17px !important;
}

main.events-details-container > section.events-details-description > div.container > div.body > div.aside > div.events-join-card > div.join-card-details > div.date > p:first-of-type,
main.events-details-container > section.events-details-header > div.events-join-card > div.join-card-details > div.date > p:first-of-type,
main.events-details-container > section.events-details-description > div.container > div.body > div.aside > div.events-join-card > div.join-card-details > div.time > p:first-of-type,
main.events-details-container > section.events-details-header > div.events-join-card > div.join-card-details > div.time > p:first-of-type,
main.events-details-container > section.events-details-description > div.container > div.body > div.aside > div.events-join-card > div.join-card-details > div.location > p:first-of-type,
main.events-details-container > section.events-details-header > div.events-join-card > div.join-card-details > div.location > p:first-of-type,
main.events-details-container > section.events-details-description > div.container > div.body > div.aside > div.events-join-card > div.join-card-details > div.speaker > p:first-of-type,
main.events-details-container > section.events-details-header > div.events-join-card > div.join-card-details > div.speaker > p:first-of-type {
    font-size: 16px !important;
    line-height: 24px !important;
    margin-bottom: 8px !important;
    color: rgba(0, 0, 0, 0.5);
}

main.events-details-container > section.events-details-description > div.container > div.body > div.aside > div.events-join-card > div.join-card-details > div.date > p:last-of-type,
main.events-details-container > section.events-details-header > div.events-join-card > div.join-card-details > div.date > p:last-of-type,
main.events-details-container > section.events-details-description > div.container > div.body > div.aside > div.events-join-card > div.join-card-details > div.time > p:last-of-type,
main.events-details-container > section.events-details-header > div.events-join-card > div.join-card-details > div.time > p:last-of-type,
main.events-details-container > section.events-details-description > div.container > div.body > div.aside > div.events-join-card > div.join-card-details > div.location > p:last-of-type,
main.events-details-container > section.events-details-header > div.events-join-card > div.join-card-details > div.location > p:last-of-type,
main.events-details-container > section.events-details-description > div.container > div.body > div.aside > div.events-join-card > div.join-card-details > div.speaker > p:last-of-type,
main.events-details-container > section.events-details-header > div.events-join-card > div.join-card-details > div.speaker > p:last-of-type {
    font-size: 20px !important;
    line-height: 24px !important;
}

main.events-details-container > section.events-details-description > div.container > div.body > div.aside > div.events-join-card > div.join-card-actions,
main.events-details-container > section.events-details-header > div.events-join-card > div.join-card-actions {
    text-align: center;
}

main.events-details-container > section.events-details-description > div.container > div.body > div.aside > div.events-join-card > div.join-card-actions > a,
main.events-details-container > section.events-details-header > div.events-join-card > div.join-card-actions > a {
    font-family: Gilroy-Bold !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    line-height: 17.5px !important;
    padding: 23.45px 34.35px !important;
    border-radius: 5px;
    display: block;
    width: 100%;
    margin-bottom: 34.55px;
    background-color: #CCFF00;
}

main.events-details-container > section.events-details-description > div.container > div.body > div.aside > div.events-join-card > div.join-card-actions > div.social-share > a,
main.events-details-container > section.events-details-header > div.events-join-card > div.join-card-actions > div.social-share > a,
main.events-details-container > section.events-details-description > div.container > div.body > div.aside > div.events-join-card > div.join-card-actions > div.social-share > button,
main.events-details-container > section.events-details-header > div.events-join-card > div.join-card-actions > div.social-share > button {
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
}

main.events-details-container > section.events-details-description > div.container > div.body > div.aside > div.events-join-card > div.join-card-actions > div.social-share > a:not(:last-of-type),
main.events-details-container > section.events-details-header > div.events-join-card > div.join-card-actions > div.social-share > a:not(:last-of-type) {
    margin-right: 20px;
}

main.events-details-container > section.events-details-description > div.container > div.body > div.aside > div.events-join-card > div.join-card-actions > div.event-joined,
main.events-details-container > section.events-details-header > div.events-join-card > div.join-card-actions > div.event-joined {
    font-family: Lato-Regular !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    text-align: center !important;
    margin-bottom: 47.56px !important;
}

main.events-details-container > section.events-details-description > div.container > div.body > div.aside > div.events-join-card > div.join-card-actions > div.event-joined > img,
main.events-details-container > section.events-details-header > div.events-join-card > div.join-card-actions > div.event-joined > img,
main.events-details-container > section.events-details-description > div.container > div.body > div.aside > div.events-join-card > div.join-card-actions > div.event-joined > span,
main.events-details-container > section.events-details-header > div.events-join-card > div.join-card-actions > div.event-joined > span {
    margin-bottom: 8px !important;
}

main.events-details-container > section.events-details-description > div.container > div.body > div.aside > div.events-join-card > div.join-card-actions > div.event-joined > img,
main.events-details-container > section.events-details-header > div.events-join-card > div.join-card-actions > div.event-joined > img {
    margin-right: 5px;
}

main.events-details-container > section.events-details-description > div.container > div.body > div.aside > div.events-join-card > div.join-card-actions > div.event-joined > span,
main.events-details-container > section.events-details-header > div.events-join-card > div.join-card-actions > div.event-joined > span {
    display: inline-block;
}

main.events-details-container > section.events-details-description > div.container > div.body > div.aside > div.events-join-card > div.join-card-actions > div.event-joined > span:first-of-type,
main.events-details-container > section.events-details-header > div.events-join-card > div.join-card-actions > div.event-joined > span:first-of-type {
    font-family: Lato-Bold !important;
    font-weight: 700 !important;
}

main.events-details-container > section.events-details-description > div.container > div.body > div.aside > div.events-join-card > div.join-card-actions > div.event-joined > span:last-of-type > a,
main.events-details-container > section.events-details-header > div.events-join-card > div.join-card-actions > div.event-joined > span:last-of-type > a {
    font-family: Lato-Bold !important;
    font-weight: 700 !important;
    color: #00BADF !important;
}

main.events-details-container > section.events-details-description > div.container > div.body > div.aside > div.events-join-card > div.previous-event-header > p:nth-of-type(1),
main.events-details-container > section.events-details-header > div.events-join-card > div.previous-event-header > p:nth-of-type(1) {
    font-family: Gilroy-Bold !important;
    font-size: 25px !important;
    line-height: 24px !important;
    margin-bottom: 12px !important;
}

main.events-details-container > section.events-details-description > div.container > div.body > div.aside > div.events-join-card > div.previous-event-header > p:nth-of-type(2),
main.events-details-container > section.events-details-header > div.events-join-card > div.previous-event-header > p:nth-of-type(2) {
    font-family: Lato-Regular !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
}

main.events-details-container > section.events-details-description > div.container > div.body > div.aside > div.events-join-card > div.previous-event-header > p:nth-of-type(2) > a > span,
main.events-details-container > section.events-details-header > div.events-join-card > div.previous-event-header > p:nth-of-type(2) > a > span {
    color: #25CAAC !important;
}

main.events-details-container > section.events-details-description > div.container > div.body > div.aside > div.events-join-card > div.previous-event-action > a,
main.events-details-container > section.events-details-header > div.events-join-card > div.previous-event-action > a {
    margin-top: 38px !important;
}

main.events-details-container > section.events-details-description > div.container > div.body > div.aside > div.events-join-card > div.previous-event-action > a,
main.events-details-container > section.events-details-header > div.events-join-card > div.previous-event-action > a {
    background-color: #C8FA00 !important;
    border-radius: 4px !important;
    text-align: center !important;
    display: block;
    width: 100%;
    padding: 23.45px 34.35px;
    font-family: Gilroy-Bold;
    font-size: 15px;
    line-height: 18px;
}

main.events-details-container > section.events-details-description > div.container > div.body > div.aside > div.events-join-card > div.previous-event-action > a.no-video-available,
main.events-details-container > section.events-details-header > div.events-join-card > div.previous-event-action > a.no-video-available {
    background-color: #E0E0E0 !important;
    color: #808080 !important;
}

main.watch-event-container {
    overflow: hidden;
    color: #000000;
    padding-bottom: 100px !important;
}

main.watch-event-container > section.watch-event-description > div.container > div.watch-event-grid {
    display: grid;
    display: -moz-grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-row-gap: 50px;
}

main.watch-event-container > section.watch-event-description > div.container > div.watch-event-grid > div {
    width: 100%;
    height: 100%;
}

main.watch-event-container > section.watch-event-description > div.container > div.watch-event-grid > div.watch-event-block > div.video-container > video {
    border-radius: 10px;
    height: 250px;
    width: calc(100% + 1px) !important;
    background-color: #000000 !important;
    overflow: hidden !important;
}

main.watch-event-container > section.watch-event-description > div.container > div.watch-event-grid > div.watch-event-block > div.video-container > video > source {
    height: 100% !important;
    width: 100% !important;
}

main.watch-event-container > section.watch-event-description > div.container > div.watch-event-grid > div.watch-event-block > div.description-container > h1.title {
    font-family: Gilroy-Bold !important;
    font-size: 49px !important;
    line-height: 56px !important;
}

main.watch-event-container > section.watch-event-description > div.container > div.watch-event-grid > div.watch-event-block > div.description-container > div.text,
main.watch-event-container > section.watch-event-description > div.container > div.watch-event-grid > div.watch-event-block > div.description-container > div.text > * {
    font-family: Lato-Regular !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 32px !important;
    max-width: 100%;
}

main.watch-event-container > section.watch-event-description > div.container > div.watch-event-grid > div.more-previous-event-block > h3.title {
    font-family: Lato-Bold !important;
    font-size: 25px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
    margin: 0 0 24px !important;
}

main.watch-event-container > section.watch-event-description > div.container > div.watch-event-grid > div.more-previous-event-block > div.previous-events-container {
    display: grid;
    display: -moz-grid;
    grid-template-rows: 1fr;
    grid-row-gap: 24px !important;
}

main.watch-event-container > section.watch-event-description > div.container > div.watch-event-grid > div.more-previous-event-block > div.previous-events-container > a.previous-event-card {
    position: relative;
    width: 100% !important;
    height: 225px;
    padding: 25px !important;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-end;
    align-items: flex-start;
    transform: scale(1);
    color: #FFFFFF;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 !important;
}

main.watch-event-container > section.watch-event-description > div.container > div.watch-event-grid > div.more-previous-event-block > div.previous-events-container > a.previous-event-card > p:nth-of-type(1) {
    font-family: Gilroy-Bold !important;
    font-size: 25px !important;
    line-height: 32px !important;
    margin-bottom: 4px !important;
}

main.watch-event-container > section.watch-event-description > div.container > div.watch-event-grid > div.more-previous-event-block > div.previous-events-container > a.previous-event-card > p:nth-of-type(2) {
    font-family: Gilroy-Regular !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 24px !important;
    margin: 0 !important;
}

main.watch-event-container > section.watch-event-description > div.container > div.watch-event-grid > div.more-previous-event-block > div.previous-events-container > a.previous-event-card > img{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
    object-fit: cover;
    object-position: center;
    transform: scale(1.0);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

main.watch-event-container > section.watch-event-description > div.container > div.watch-event-grid > div.more-previous-event-block > div.previous-events-container > a.previous-event-card > .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    background: linear-gradient(0deg, #000000D6 31.34%, rgba(0, 0, 0, 0) 92.31%);
    z-index: -1;
    overflow: hidden;
}

main.watch-event-container > section.watch-event-description > div.container > div.watch-event-grid > div.more-previous-event-block > div.previous-events-container > a.previous-event-card:hover > img{ 
    transform: scale(1.05);
}

main.events-container > section.events-testimonials {
    display: block;
    margin-top: 13px;
    margin-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

main.events-container > section.events-testimonials div.testimonial-card {
    background-color: #007991;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid #C4DADE;
    border-radius: 10px;
    min-height: 280px;
    padding: 36px;
    position: relative;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

main.events-container > section.events-testimonials div.testimonial-card > p {
    margin: 0 !important;
    font-size: 16px;
    line-height: 26px;
}

main.events-container > section.events-testimonials div.testimonial-card > p:first-of-type {
    font-family: Gilroy-Regular;
    margin-bottom: 50px !important;
}

main.events-container > section.events-testimonials div.testimonial-card > p:last-of-type {
    font-family: Gilroy-Bold;
    position: absolute;
    bottom: 36px;
    left: 36px;
    right: 36px;
}

@media (min-width: 768px) {
    /* OWL NAV */
    .owl-nav .owl-next {
        position: relative;
        right: -35px;
        pointer-events: auto!important;
    }

    .owl-nav .owl-prev {
        position: relative;
        left: -35px;
        pointer-events: auto!important;
    }
    
    main.events-container > section.events-header > div.container > div.header-container > div.intro > div.text > p:first-of-type {
        font-size: 39px;
    }

    main.events-container > section.events-header > div.container > div.header-container > div.intro > div.text > p:last-of-type {
        line-height: 32px;
    }

    main.events-container > section.events-header > div.container > div.header-container > div.intro-image > img {
        max-width: 487px !important;
    }

    main.events-details-container > section.events-details-description > div.container > div.body {
        grid-template-columns: 7fr 6fr;
    }
    
    main.events-details-container > section.events-details-description > div.container > div.body > div.aside > div.events-join-card {
        display: block;
    }

    main.watch-event-container > section.watch-event-description > div.container > div.watch-event-grid > div.more-previous-event-block > div.previous-events-container > a.previous-event-card > p:nth-of-type(1) {
        font-size: 20px !important;
        line-height: 24px !important;
    }
    
    main.watch-event-container > section.watch-event-description > div.container > div.watch-event-grid > div.more-previous-event-block > div.previous-events-container > a.previous-event-card > p:nth-of-type(2) {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    main.watch-event-container > section.watch-event-description > div.container > div.watch-event-grid > div.more-previous-event-block > div.previous-events-container > a.previous-event-card {
        padding: 15px !important;
    }
    
    main.events-details-container > section.events-details-header > div.events-join-card {
        display: none;
    }
    
    main.events-details-container > section.events-details-header > a:first-of-type {
        display: none;
    }
    
    main.events-details-container > section.events-details-header > div.container > a:first-of-type,
    main.watch-event-container > section.watch-event-header > div.container > a:first-of-type {
        display: inline-block;
    }

    main.events-details-container > section.events-details-header > div.container > div.events-details-header-grid {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 36px;
        grid-template-rows: 1fr;
        grid-row-gap: 0;
        padding-top: 0;
        padding-bottom: 84px;
    }

    main.events-details-container > section.events-details-header > div.container > div.events-details-header-grid > div.caption > p {
        text-align: left;
    }

    main.events-details-container > section.events-details-description > div.container > div.footer > div.upcoming-events-container > div.upcoming-events {
        margin-bottom: 230px;
    }

    main.events-container > section.events-list-container > div.container > div.events-grid > a.events-grid-card {
        grid-template-columns: 2fr 3fr;
    }

    main.events-container > section.events-list-container > div.container > div.events-grid > a.events-grid-card > div.thumb > img {
        border-radius: 10px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    
    main.watch-event-container > section.watch-event-header > div.container > a:first-of-type {
        margin-left: 0 !important;
    }
    
    main.events-details-container > section.events-details-description > div.container > div.body > div.main > div.about-speaker {
        margin-bottom: 149px;
    }

    main.events-details-container > section.events-details-description > div.container > div.body > div.main > div.about-speaker > div.about-speaker-block:not(:last-of-type) {
        /* Reserved */
        /* margin-bottom: 35px; */
        /* padding-bottom: 35px; */
        /* border-bottom: 1px solid #73737313; */
        margin-bottom: 70px;
    }

    main.watch-event-container > section.watch-event-description > div.container > div.watch-event-grid {
        grid-template-columns: 2.25fr 1fr;
        grid-column-gap: 50px;
    }

    main.watch-event-container > section.watch-event-description > div.container > div.watch-event-grid > div.watch-event-block > div.video-container > video {
        height: 300px; 
    }

    main.events-container > section.events-testimonials {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    main.events-container > section.events-no-upcoming > div.container > p {
        padding: 20px 0 65px;
    }
}

@media (min-width: 992px) {
    /* OWL NAV */
    .owl-nav {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        pointer-events: none!important;
        padding-bottom: 59px;
        z-index: 999;
    }

    main.events-details-container > section.events-details-description > div.container > div.body {
        grid-template-columns: 7fr 4fr;
    }
    
    main.events-details-container > section.events-details-description > div.container > div.body > div.main > div.about-speaker > div.about-speaker-block > div.profile-grid {
        display: grid;
        display: -moz-grid;
        grid-template-columns: 1fr 2.5fr;
        grid-column-gap: 38px;
        grid-template-rows: 1fr;
        grid-row-gap: 0;
    }

    main.events-details-container > section.events-details-description > div.container > div.body > div.main > div.about-speaker > div.about-speaker-block > div.profile-grid > div.avatar {
        padding: 0 !important;
    }
    
    main.events-container > section.events-header > div.container > div.header-container {
        display: grid !important;
        display: -moz-grid !important;
        grid-template-columns: 5fr 3fr;
    }

    main.events-container > section.events-header > div.container > div.header-container > div.intro > div.text {
        padding-right: 200px;
        text-align: left;
    }

    main.events-container > section.events-list-container > div.container > div.events-grid {
        grid-template-columns: 1fr 1fr;
    }
    
    main.events-details-container > section.events-details-header > div.container > a:first-of-type,
    main.watch-event-container > section.watch-event-header > div.container > a:first-of-type {
        margin-top: 75px !important;
        margin-left: -90px !important;
    }

    main.watch-event-container > section.watch-event-description > div.container > div.watch-event-grid {
        grid-column-gap: 93px;
    }

    main.watch-event-container > section.watch-event-description > div.container > div.watch-event-grid > div.more-previous-event-block > div.previous-events-container > a.previous-event-card {
        padding: 45px !important;
    }

    main.watch-event-container > section.watch-event-description > div.container > div.watch-event-grid > div.watch-event-block > div.video-container > video {
        height: 537px; 
    }
    
    main.events-container > section.events-testimonials {
        width: calc(100% + 300px);
        margin-left: -147.5px;
        padding: 0 !important;
    }
}

@media screen and (min-width: 1025px) {
    main.events-container > section.events-testimonials {
        width: calc(100% + 300px);
        margin-left: -135px;
        padding: 0 !important;
    }
}

@media screen and (min-width: 1249px) {
    main.events-details-container > section.events-details-description > div.container > div.footer a.event-card {
        padding-right: 241px!important;
    }

    main.events-container > section.events-testimonials {
        width: calc(100% + 350px);
        margin-left: -175px;
    }
}

@media screen and (min-width: 1496px) {
}
