﻿


/***************************************************************************************
 * 
 * Compass override and supplement
 * 
 **************************************************************************************/

.cwf-form__label {
    font-weight: 700;
}

textarea.cwf-form__input {
    height: 5rem;
}

.cwf-card__media--reset {
    align-items: unset;
    background: unset;
    justify-content: unset;
    overflow: unset;
    padding: 1.5rem 1.5rem 0 1.5rem;
}

.cwf-grid__column--page-layout.cwf-grid__column--page-layout--main > :last-child {
    margin-bottom: unset !important;
}

.cwf-grid__column--page-layout--main {
    padding-bottom: 2rem;
}

@media (min-width: 1024px) {
    .cwf-card__media--reset {
        justify-content: center;
        padding: 1.5rem 0;
    }
}


@media (min-width: 1024px) {

    .cwf-grid--auto-columns {
    }
}

.cwf-form__field .cwf-form__field--flow {
    margin-top: 0.25rem;
}

    .cwf-form__field .cwf-form__field--flow label {
        display: block;
        margin-right: 2rem;
    }

        .cwf-form__field .cwf-form__field--flow label input[type="radio"],
        .cwf-form__field .cwf-form__field--flow label input[type="checkbox"] {
            margin-right: 0.25rem;
        }

@media (min-width: 768px) {

    .cwf-form__field .cwf-form__field--flow label {
        display: inline-block;
    }
}


.cwf-text--gold {
    color: var(--vcu-gold);
}

.cwf-button--reverse {
    background: var(--cwf-button--hover-focus--background-color) !important;
    color: var(--cwf-button--hover-focus--color) !important;
}

    .cwf-button--reverse:focus, .cwf-button--reverse:hover {
        background: var(--cwf-button--background-color) !important;
        color: var(--cwf-button-color) !important;
    }


    #cwf-nav--sub {
        position: sticky;
        top: 0;
    }


textarea.cwf-form__input {
    min-height: 8rem;
    resize: vertical !important;
}



/***************************************************************************************
 * 
 * Telegram issue
 * 
 **************************************************************************************/
.telegram-issue .cwf-card a {
    word-break: break-word;
}


/***************************************************************************************
 * 
 * Back to top button
 * 
 **************************************************************************************/

.skip-top {
    bottom: 2rem;
    display: none;
    position: fixed;
    right: 2rem;
    z-index: 1000;
}

    .skip-top.skip-top--show {
        display: block;
    }

    .skip-top button {
        align-items: center;
        background: rgba(0,0,0,0.8);
        border: none;
        border-radius: 40px;
        color: #ffffff;
        cursor: pointer;
        display: flex;
        font-size: 36px;
        height: 80px;
        justify-content: center;
        opacity: 0.35;
        width: 80px;
    }

        .skip-top button:focus, .skip-top button:hover {
            opacity: 1;
        }


/***************************************************************************************
 * 
 * Telegram issue
 * 
 **************************************************************************************/

.telegram-issue__item {
    --border-color: rgba(0,0,0,.125);
    border: 1px solid var(--border-color);
    margin-bottom: 1rem;
}

.telegram-issue__item-header {
    align-items: stretch;
    background: #000000;
    color: #ffffff;
}

.telegram-issue__item-body {
    padding: 1rem 1.5rem;
    word-break: break-word;
}

.telegram-issue__title {
    flex: 0 1 100%;
    margin: 0;
    padding: 1rem 1.5rem;
}

.telegram-issue__add-calender {
    padding: 0 1.5rem 1rem 1.5rem;
    white-space: nowrap;
    width: auto;
}

@media (min-width: 768px) {

    .telegram-issue__item-header {
        display: flex;
    }

    .telegram-issue__add-calender {
        padding: 1rem 1.5rem;
        white-space: nowrap;
        width: auto;
    }

}

/***************************************************************************************
 * 
 * Home page
 * 
 **************************************************************************************/

.telegram-today ul {
    margin-left: 0;
    padding-left: 0;
}

.telegram-today li {
    list-style: none;
    margin-bottom: 1rem;
}

.telegram-today a {
    font-size: 1.2rem;
}

.telegram-today picture > * {
    object-fit: cover;
    object-position: center;
}


.addeventatc:not([style]) {
    display: none;
}


/***************************************************************************************
 * 
 * Form inputs
 * 
 **************************************************************************************/


/***************************************************************************************
 * 
 * Datepicker override
 * 
 **************************************************************************************/

.ui-datepicker {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);
}


.ui-datepicker table tr {
    display: table-row;
}

.ui-datepicker table td {
    display: table-cell;
    width: auto;
}


/************************************************************************
    Disclaimer
************************************************************************/



.cwf-footer__disclaimer {
    display: flex;
    flex-basis: 100%;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.5rem;
    width: 100%;
}

@media (min-width: 1024px) {
    .cwf-footer__disclaimer {
        flex-direction: row;
        font-size: 0.75rem;
        padding-bottom: 1rem;
    }
}

.cwf-footer__disclaimer__text {
    color: var(--cwf-color--gold);
    font-style: italic;
    font-size: 18px;
    max-width: 1100px;
}

@media (min-width: 1024px) {
    .cwf-footer__disclaimer__text {
        text-align: center;
    }
}
