.expwht-wrapper {
    background-color: #FFFFFF;
    border: 1px solid #E5E5E5;
    padding: 15px 12px;

    h4 {
        font-size: 1.375em;
        margin: 0;
        margin-bottom: 20px;
    }

    hr {
        margin: 30px 0;
    }
}

.page-single-event {
    .subtitle {
        color: #444444;
        font-size: 13px;
        padding: 0;
    }

    .title {
        padding-bottom: 20px;
        margin: 6px 0;
        color: #23282d;
        font-size: 1.25rem;
        font-weight: 400;
    }

    h3 {
        color: #23282D;
        font-size: 14px;
        font-weight: 600;
        margin: 25px 0 0px;
    }

    h4 {
        color: #23282D;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 22px;
        position: relative;
        padding-right: 120px;

        input[type=checkbox].tgl + .tgl-btn {
            outline: 0;
            display: block;
            width: 30px;
            height: 18px;
            position: relative;
            cursor: pointer;
            user-select: none;
        }

        input[type=checkbox].tgl-light + .tgl-btn {
            border-radius: 2em;
            padding: 3px;
            transition: all .4s ease;
            position: absolute;
            right: 0;
            top: 0;
        }

        input[type=checkbox].tgl-light:checked + .tgl-btn {
            background: rgb(0, 156, 154);
        }
    }
}

.topic-strip {
    h6 {
        color: #0085BA;
        font-size: 13px;
        font-weight: 400;
        margin: 13px 0;
    }

    a {
        color: #0085BA;
        font-size: 13px;
        font-weight: 400;
        text-decoration: none;
    }
}

.eventmajors {
    .eventmajors-card {
        border: 1px solid rgba(0, 0, 0, 0.075);
        box-shadow: rgb(153, 153, 153) 0px 2px 1px -1px;
        padding: 20px 15px;
    }

    .icon {
        display: block;
        width: 10%;
        float: left;
    }

    .major-details {
        width: 76%;
        margin-left: auto;
    }
}

.action-bar {
    text-align: right;
}

.page-action {
    margin: 10px 0 12px;
    display: inline-block;
    background-color: rgb(0, 133, 186);
    box-shadow: rgb(0, 103, 153) 0px 1px 0px;
    text-shadow: rgb(0, 103, 153) 0px -1px 1px, rgb(0, 103, 153) 1px 0px 1px, rgb(0, 103, 153) 0px 1px 1px, rgb(0, 103, 153) -1px 0px 1px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 3px;
    height: 32px;
    outline: none;
    line-height: 31px;
    border: none;
    padding: 0 22px;
    cursor: pointer;
    transition: all 300ms linear;

    &:hover, &:active, &:focus {
        text-decoration: none;
        color: #ffffff;
        background-color: darken(#0085ba, 15%);
    }
}

.ex-layout-card {
    border-width: 1px;
    border-radius: 0px;
    border-color: rgba(0, 0, 0, 0.075);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(153, 153, 153) 0px 2px 1px -1px;
    padding: 15px;
    margin: 25px 0 35px;

    label {
        font-size: 13px;
        font-weight: 500;
        margin-bottom: 5px;
        display: inline-block;
    }

    input {
        border-width: 1px;
        border-radius: 0px;
        border-color: rgb(221, 221, 221);
        border-style: solid;
        background-color: rgb(255, 255, 255);
        box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px inset;
        height: 32px;
        width: 100%;
    }

    h2 {
        color: #23282d;
        text-transform: uppercase;
    }

    li {
        font-size: 13px;
        line-height: 2em;
    }

    p {
        line-height: 2em;
    }

    &.related-details {
        padding: 0;
    }
}

.ex-event-details {
    ul {
        list-style: disc;
        padding-left: 20px;
    }
}

.organize-detail {
    li {
        color: #23282D;
        font-size: 14px;
        padding-left: 35px;
        position: relative;
        line-height: 1.5em;
        margin-bottom: 15px;

        .fa {
            color: rgb(0, 156, 154);
            font-size: 16px;
            position: absolute;
            left: 0;
            top: 5px;
        }

        span {
            color: #23282D;
            text-transform: uppercase;
        }

        strong {
            color: #009c9a;
            display: block;
            font-weight: 500;
            line-height: 1.8em;
        }

        p {
            margin: 5px 0;
            font-weight: 500;
            color: #23282D;
            font-size: 14px;
        }

        a {
            color: #444444;
            font-size: 13px;
            text-decoration: none;
            text-transform: lowercase;
            font-weight: 400;
        }
    }

    .no-margin {
        margin: 0;
    }

    .no-pd-lt {
        padding-left: 0;
    }
}

.exp-notice-sidebar {
    padding: 10px 20px;
    padding-left: 50px;
    position: relative;
    padding-right: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    cursor: pointer;
    display: inline-block;
    text-decoration: none;

    a {
        text-decoration: none;
    }

    h2 {
        margin: 0;
        color: rgb(219, 67, 68);
        font-size: 14px;
        text-transform: capitalize;
    }

    span {
        position: absolute;
        top: 12px;
        left: 20px;
        font-size: 16px;

        .fa {
            color: rgb(219, 67, 68);
        }
    }

    p {
        color: #444444;
        font-size: 13px;
        line-height: 1.5em;
        margin: 5px 0;
    }

    .arrow-icon {
        position: absolute;
        right: 15px;
        top: 45px;
        font-size: 18px;
        color: rgb(219, 67, 68);
    }

    transition: all 300ms linear;

    &:hover, &:active, &:focus {
        text-decoration: none;
        transition: all 300ms linear;
        background-color: rgb(219, 67, 68);

        p {
            color: #ffffff;
        }

        h2 {
            color: #ffffff;
        }

        span {
            .fa {
                color: #ffffff;
            }
        }

        .arrow-icon {
            color: #ffffff;
        }
    }
}