@charset "utf-8";
/* CSS Document */

.sticky-event-details {
    padding: 15px 15px 15px 0px;
    margin-left: 15px;
    margin-right: 15px;
    height: auto;
    border-top: 2px solid #267a83;
    border-left: 2px solid #267a83;
    border-right: 2px solid #267a83;
    border-bottom: 2px solid #267a83;
    background-color: #FFF;
}

.sticky-event-details-info > em {
    padding-right: 0.2em;
}

.sticky.is-stuck {
    width: 100%;
    max-width: 1140px !important;
}


.sticky-event-details {
    font-size: 1.5rem;
    color: #144773;
}


.table-inner1 > em {
    padding-right: 0.5em;
}

.



@media only screen and (max-width: 768px) {
    .table-inner1 {
        width: 100%;
    }
}

@media screen and (max-width: 39.9375em) {
    .venue-grid > .cell {
        padding-right: 0rem;
        padding-left: 0rem;
    }
}

@media screen and (max-width: 39.9375em) {
    .square {
        aspect-ratio: 1 / 1;
    }
}

@media screen and (max-width: 39.9375em) {
    .venue {
        margin-bottom: 1em;
    }
}


.tab-pane .accordion {
    margin: -3rem;
}

.accordion > li {
    background: #ebeef0;
}

.accordion-title {
    position: relative;
    display: block;
    width: 100%;
    cursor: pointer;
    padding-right: 8rem;
    overflow: hidden;
}

.accordion-item {
    border-top: 0.5rem solid #fff;
}

    .accordion-item a {
        padding-top: 0;
        padding-bottom: 0;
    }

.accordion-without-description:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 100%;
    padding: 1rem 0;
    content: "";
    width: 8rem;
    background: #ebeef0;
    text-align: center;
    color: #222;
    font-size: 2.8rem;
    font-family: 'FontAwesome';
}

.accordion-without-description {
    pointer-events: none;
    cursor: default;
}

.accordion-with-description:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 100%;
    padding: 1rem 0;
    content: "\f0d7";
    width: 8rem;
    background: #f4f6f7;
    text-align: center;
    color: #222;
    font-size: 2.8rem;
    font-family: 'FontAwesome';
}


@media (max-width: 479px) {
    .accordion-with-description:after {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        height: 100%;
        padding: 1rem 0;
        content: "\f0d7";
        width: 3rem;
        background: #f4f6f7;
        text-align: center;
        color: #222;
        font-size: 1.8rem;
        font-family: 'FontAwesome';
    }
}

@media (max-width: 479px) {
    .accordion-programme-speakers {
        display: none;
    }
}


    .is-active > .accordion-with-description:after {
        content: "\f0d8";
    }



    .accordion-programme-time {
        padding: 1.5rem 1rem;
        color: #1e3b6d;
        font-size: 1.5rem;
        float: left;
    }

    .accordion-programme-title {
        padding: 1.5rem 1rem;
        font-size: 1.3rem;
        color: #222;
        float: left;
    }

    .accordion-programme-speakers {
        float: right;
        position: relative;
        padding-right: 1em;
        padding-left: 1em;
        padding-top: 0.5em;
    }

        .accordion-programme-speakers > img {
            position: relative;
            border: 0.3rem solid #fff;
            border-radius: 50%;
        }

    .accordion-content {
        padding: 3rem;
        background: rgba(255, 255, 255, 0.4);
        border-top: 0em;
        border-bottom: 0.1rem solid #ebeef0;
    }

    #googlemap {
        width: 100% !important;
        height: 100% !important;
        border: 1px solid #000;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        box-shadow: 1px 2px 5px 0px #d4d0d4;
        border: 1px solid #ddd;
    }

    #GoogleMap, .googleMap {
        border: 1px solid #000;
    }

        #googlemap img, #GoogleMap img {
            max-width: none !important;
        }

    .sidebar-map {
        width: 50px;
    }

    #map {
        width: 100%;
        height: 100%;
    }

    #aspnetForm {
        height: 100%;
        padding-left: 0px;
    }

    .venue {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        box-shadow: 1px 2px 5px 0px #d4d0d4;
        border: 1px solid #ddd;
    }

    .venue-info {
        list-style: none;
    }

    .venue-details {
        padding-bottom: 1em;
    }

        .venue-details .fa {
            padding-right: 0.2em;
        }

        .venue-details > span {
            font-size: 1rem;
            color: #222;
        }

    .venue-title {
        padding-top: 1em;
        margin-top: 1em;
    }

    .page-content-area {
        padding: 0 0 0;
    }


    .eventbrite-widget-container {
        border-radius: 4px;
        transition: all 300ms linear;
        cursor: pointer;
        padding: 0.5em;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        box-shadow: 1px 2px 5px 0px #d4d0d4;
        border: 1px solid #ddd;
    }

        .eventbrite-widget-container h2 {
            font-size: 5em;
        }

    .speaker-text {
        margin: 0px 0px 5px 0px;
        padding: 0px 20px 0px 20px;
        width: 100%;
        height: auto;
        border: 0px solid red;
    }

    .speaker-text-link {
        font-weight: bold;
    }


    .speaker-sm-icon {
        margin: 5px 0px 0px 0px;
        text-align: center;
        width: 22px;
        height: 22px;
        display: inline-block;
        border: 0px solid red;
    }

    .eds-modal__container > h2 {
        font-size: 5em;
    }

    /*.page-content-title h1, .page-content-area-info h1 {
    font-size: 3em;
    margin-bottom: 0.5em !important;
    font-weight: 400;
    line-height: 1.5;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    text-align: center;
}*/

    .page-content-title h1, .page-content-area-info h1 {
        text-align: center;
        color: #1e3b6d;
    }

    h3 {
        font-size: 3em !important;
        margin-bottom: 0.5em !important;
        font-weight: 400 !important;
        line-height: 1.5 !important;
        font-family: "Open Sans",Helvetica,Arial,sans-serif !important;
        text-align: center !important;
        color: #1e3b6d !important;
    }

    .center {
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }