main.symposium-wrap {
    margin-top: 175px;
}

.event-internal.symposium-wrap {
    margin-top: 0;
}

.event-image {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    max-height: 700px;
    object-fit: cover;
}

.content ol,
.content ul {
    list-style: disc;
    list-style-position: inside;
    font-size: 16px;
    margin-bottom: 30px;
}

.content ol {
    list-style: decimal;
    list-style-position: inside;
}

.content li {
    margin-bottom: 5px;
}

.content blockquote {
    font-size: 16px;
    margin: 30px auto;
    font-style: italic;
    color: #555555;
    padding: 1.2em 30px 1.2em 75px;
    border-left: 8px solid #001a45;
    line-height: 1.6;
    position: relative;
    background: #EDEDED;
}

.content blockquote::before {
    font-family: Arial;
    content: "\201C";
    color: #001a45;
    font-size: 4em;
    position: absolute;
    left: 10px;
    top: -10px;
}

.content blockquote::after {
    content: '';
}

.content blockquote p:last-child {
    margin-bottom: 0;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    color: #383838 !important;
    font-size: 40px !important;
    line-height: 1.25 !important;
    margin-bottom: 30px !important;
    font-weight: bold !important;
}


.content h2 {
    font-size: 36px !important;
}

.content h3 {
    font-size: 30px !important;
}

.content h4 {
    font-size: 26px !important;
}

.content h5,
.content h5>p {
    font-size: 22px !important;
}

.content h6 {
    font-size: 18px !important;
}

.content p {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.5;
}

.content h5>p a:hover {
    text-decoration: underline;
}

.content img {
    height: auto;
}

.buttons,
.map-with-contacts {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 35px;
}

.buttons {
    flex-wrap: wrap;
    align-items: center;
}

main.symposium-wrap .button {
    background: #0AB1D6;
    border-radius: 15px;
    margin: 35px 30px;
    margin-top: 0;
    color: #fff;
    text-transform: uppercase;
    min-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
    font-size: 22px;
    text-align: center;
    border: 1px solid transparent;
}

main.symposium-wrap .button:hover {
    background: #fff;
    border: 1px solid #0AB1D6;
    color: #0AB1D6;
}

.eventbrite-widget {
    margin: 20px 0;
}

.map-with-contacts .contacts {
    max-width: 320px;
    margin-right: 30px;
}

.map-with-contacts .contacts img.logo {
    width: 200px;
    height: auto;
    margin-bottom: 20px;
}

.map-with-contacts .contact-block {
    margin-top: 25px;
    font-size: 22px;
    line-height: 33px;
}

.contact-block h4 {
    color: #000;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
}

main.symposium-wrap .button.contact {
    background-color: rgba(226, 84, 57, 1);
    margin: 30px 0;
}

main.symposium-wrap .button.contact:hover {
    background: #fff;
    border: 1px solid rgba(226, 84, 57, 1);
    color: rgba(226, 84, 57, 1);
}

.map-with-contacts .map {
    width: 100%;
}

.map h4 {
    color: #000;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: right;
    margin-bottom: 30px
}

.map-wrap {
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
}

.map .info {
    padding: 30px 20px;
    padding-bottom: 50px;
}

.map .info * {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

/* start slider */

.symposium-slider {
    margin: 20px auto;
    height: 400px;
    max-width: 600px;
}

.photo-area img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.symposium-slider .slick-arrow {
    position: absolute;
    z-index: 100;
    top: 38%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: #0AB1D6;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.symposium-slider .slick-arrow:last-child {
    right: -25px;
}

.symposium-slider .slick-arrow:first-child {
    left: -25px;
}

/* end slider */


/* sponsors */

.sponsors_images {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    gap: 20px 70px;
    max-width: 1200px;
    margin: 0 auto 30px;
}

@media (min-width: 801px) and (max-width: 1200px) {
    .sponsors_images {
        grid-template-columns: repeat(2, 1fr);
    }
    .sponsors_images div{
        display: none;
    }
}

@media (min-width: 1201px) {
    .sponsors_images {
        grid-template-columns: repeat(3, 1fr);
    }
}

.sponsors_images img {
    width: 100%;
    display: block;
    margin: 0 auto;
    align-self: center;
}

/* end sponsors */

#symposium_popup,
.symposium-popup-content {
    display: none;
}

#symposium_popup.active {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    overflow: hidden;
    position: fixed;
    top: 0px;
    z-index: 99999;
}

.symposium-popup-content.active {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #001A45;
    box-shadow: 4px 4px 10px rgb(0 0 0 / 25%);
    border-radius: 15px;
    width: 80%;
    min-width: 300px;
    height: auto;
    max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 30px;
    color: #fff;
    position: relative;
    padding: 20px;
}

#popup_register.active {
    display: block;
}

.symposium-popup-content.active>p {
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
}

.symposium-popup-content.active .actions {
    margin: 25px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.symposium-popup-content.active .actions .button {
    width: 100px;
    height: 50px;
    background: #0AB1D6;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
    border: 1px solid transparent;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.symposium-popup-content.active .actions .button:hover {
    border: 1px solid #0AB1D6;
    background: #fff;
    color: #0AB1D6;
}

.symposium-popup-content.active .actions .button#download_no {
    background: #fff;
    color: #001A45;
}

.symposium-popup-content.active .actions .button#download_no:hover {
    border: 1px solid #fff;
    background: #001A45;
    color: #fff;
}

a.close_symposium_popup {
    position: absolute;
    top: -5px;
    right: 10px;
    transform: rotate(-45deg);
    font-size: 50px;
}

a.close_symposium_popup:hover {
    color: #0AB1D6;
}

.symposium-popup-content.active#popup_register {
    background: #fff;
    color: #001A45;
    padding: 25px;
}

.symposium-popup-content.active#popup_register>p {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 20px;
}

form#popup_register_form {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    max-width: 600px;
}

form#popup_register_form>input {
    width: 100%;
    height: 36px;
    background: #FFFFFF;
    border: 1px solid #2B4272;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 0 10px;
    margin-bottom: 10px;
    font-size: 16px;
}

form#popup_register_form>.headshot-block {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 5px;
}

form#popup_register_form>.headshot-block label {
    font-weight: 800;
}

form#popup_register_form>input[type="file"] {
    width: 100%;
    border: none;
}

form#popup_register_form>.headshot {
    display: inline-block;
}

form#popup_register_form>.headshot-block {
    display: flex;
    align-items: center;
    justify-content: start;
    align-self: start;
    margin-bottom: 10px;
    width: 100%;
    border: 1px solid #2B4272;
    border-radius: 10px;
    padding: 10px;
}

form#popup_register_form>.headshot-block label {
    font-size: 16px;
    margin-right: 10px;
    color: #777777;
}

form#popup_register_form>input[type="file"] {
    width: 100%;
    border: none;
}

form#popup_register_form .field_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
    font-weight: bold;
    font-size: 16px;
}

form#popup_register_form .field_row .radios {
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
}

form#popup_register_form .field_row .radio {
    display: flex;
    align-items: center;
    justify-content: center;
}

form#popup_register_form .field_row .radio+.radio {
    margin-left: 15px;
}

form#popup_register_form .field_row .radio input {
    margin-right: 5px;
}

form#popup_register_form textarea {
    background: #FFFFFF;
    border: 1px solid #2B4272;
    box-sizing: border-box;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    resize: none;
    font-size: 16px;
}

form#popup_register_form .field_row.column {
    width: 100%;
    align-items: flex-start;
}

form#popup_register_form .field_row.column label {
    margin-bottom: 10px
}

form#popup_register_form button.button {
    width: 100px;
    height: 40px;
    background: #0AB1D6;
    border-radius: 15px;
    border: 1px solid transparent;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 20px;
}

form#popup_register_form button.button:hover {
    border: 1px solid #0AB1D6;
    color: #0AB1D6;
    background: #FFFFFF;
}

.map-wrap .icons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-wrap .icons img {
    width: 25px;
    height: 25px;
    object-fit: cover;
    margin: 5px !important;
    margin-top: 15px !important;
}

/*fix table in event */
.event-info.without_header table a {
    color: #ffffff;
    text-decoration: none;
}

.event-info.without_header table a:hover {
    cursor: pointer;
    text-decoration: underline;
}

.event-info.without_header table {
    margin: 0 auto;
    max-width: 1000px;
}

.event-info.without_header table table,
.event-info.without_header table th,
.event-info.without_header table tr,
.event-info.without_header table td {
    border: 2px solid white;
    border-collapse: collapse;
    text-align: center;
    font-size: 12px;
    padding: 5px;
    line-height: 1.5;
    color: #ffffff;
}

.event-info.without_header table .day {
    background-color: #666666;
}

.event-info.without_header table .break {
    color: #000000;
    background-color: #F3F3F3;
}

.event-info.without_header table .closing {
    background-color: #0078B8;
}

.event-info.without_header table .time {
    min-width: 90px;
    color: #000000;
}

.event-info.without_header table .time-grey {
    background-color: #F5FCFE;
}

.event-info.without_header table .time-darkgrey {
    background-color: #F3F3F3;
}

.event-info.without_header table .first-col {
    background-color: #0078B8;
}

.event-info.without_header table .second-col {
    background-color: #2F5597;
}

.event-info.without_header table .third-col {
    background-color: #6ECCFE;
}

.event-info.without_header .event-table {
    overflow-y: auto;
}

/*fix table in event */

@media all and (max-width: 1200px) {

    main.symposium-wrap {
        margin-top: 40px;
    }

}

@media all and (max-width: 800px) {

    .symposium-popup-content.active .actions .button {
        width: 60px;
        margin: 0 10px;
    }

    main.symposium-wrap .button {
        font-size: 14px;
        padding: 10px;
    }

    .map-with-contacts {
        flex-wrap: wrap;
        margin-bottom: 20px;
        text-align: center;
    }

    .map h4 {
        text-align: center;
    }

    .map-with-contacts .contacts {
        max-width: 100%;
        margin-right: 0;
    }

    main.symposium-wrap .button.contact {
        margin: 30px auto;
        max-width: 250px;
    }

    .symposium-slider {
        height: 100%;
        max-width: 400px;
    }

    .photo-area img {
        height: auto;
    }

    .symposium-slider .slick-arrow:last-child {
        right: -15px;
    }

    .symposium-slider .slick-arrow:first-child {
        left: -15px;
    }

    form#popup_register_form .field_row {
        flex-direction: column;
    }

    .sponsors_images img {
        max-width: 200px;
        object-fit: contain;
    }

}

.event-upcoming.single-event-list {
    max-width: 800px;
    margin: 0 auto;
}

.event-upcoming.single-event-list .child_event_card {
    background-color: #ECECEC;
    padding: 15px 0;
}

.event-upcoming.single-event-list h2 {
    margin-bottom: 0px !important;
}

.event-upcoming.single-event-list .description {
    margin-bottom: 0;
    padding: 0 !important;
}

.event-upcoming.single-event-list .description .title-area .area {
    font-size: 12px !important;
}

.event-upcoming.single-event-list .description .author-title h2 {
    font-size: 18px !important;
}

.event-upcoming.single-event-list .description .address-time {
    margin-bottom: 0;
    font-size: 16px !important;
    align-items: center;
}

.event-upcoming.single-event-list .description .address-time .address {
    font-size: 16px;
}

.event-upcoming.single-event-list .description .address-time .date-time {
    font-size: 13px;
}

.event-upcoming.single-event-list .location {
    color: #0AB1D6;
    font-weight: 600;
    font-size: 20px;
}

.event-upcoming.single-event-list .tab-buttons {
    display: flex;
    gap: 20px;
    margin: 20px 0;
}

.event-upcoming.single-event-list .tab-button {
    cursor: pointer;
    color: black;
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
    background-color: transparent;
    border: none;
    outline: none;
}

.event-upcoming.single-event-list .tab-button.active {
    color: #1bb9d1;
}

.event-upcoming .calendar_notice {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
}

.sponsors-text{
    margin: 50px 0;
}

.sponsors_images img:not(.main_row) {
    transform: scale(0.5);
}

@media (max-width: 600px) {
    .event-upcoming.single-event-list .event-inner.child_event_card .description .author-title h2 {
        font-size: 16px !important;
    }
    .event-upcoming.single-event-list .event-inner.child_event_card .description .address-time {
        font-size: 14px !important;
    }
    .event-upcoming.single-event-list .event-inner.child_event_card .description .location {
        font-size: 16px;
    }
}