
/************************* INTRO BLOCK ************************/

.important-info {
    padding-top: 3em;
}

    .important-info h2 {
        color: #e2001a;
        font-size: 1.3em;
        margin-bottom: 1.5em;
        margin-top: 0;
    }

    .important-info p {
        font-size: 1.15em;
        line-height: 1.6em;
        margin-bottom: 0;
    }

    .important-info .text {
        padding-left: 4em;
    }

    .important-info a {
        color: #e2001a;
        text-decoration: underline;
    }

        .important-info a:hover {
            color: #333;
        }

    .important-info .image {
        text-align: right;
    }

        .important-info .image img {
            margin-right: -30px;
            max-width: 100%;
        }


.footeritem {
    padding: -15px !important;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .footeritem {
        padding-left: 15px !important;
    }
}

@media screen and (max-width: 991px) {
    .footeritem {
        padding-left: 35px;
    }
}

.footerclass img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.subtopic {
    color: #e2001a;
    font-weight: bold;
}

.element-Title {
    font-weight: bold;
    font-size: 20px;
}

.newsImg {
    width: 100px;
}

.newsItem {
    display: grid;
    grid-template-columns: auto;
    gap: 10px;
}

.newsItemWithImg {
    display: grid;
    grid-template-columns: 1fr 4fr;
    gap: 10px;
}

.eventItem {
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px;
}

/*********************** MODAL OVERLAY ************************/

.modal {
    text-align: center;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-header {
    border-bottom: 0 none;
}

.modal-content {
    border-radius: 0;
    background: #fff url(../images/logo-small.png) 20px 0 no-repeat;
    border: none;
    padding-left: 75px;
}

.modal-title {
    font-weight: bold;
    font-size: 1.7em;
    padding-top: 12px;
    color: #000;
}

.modal-body p {
    font-size: 1.15em;
    padding: 0 20px 5px 0;
    line-height: 1.6em;
}

.modal-body a {
    color: #e2001a;
    text-decoration: underline;
    font-weight: bold;
}

    .modal-body a:hover {
        color: #333;
    }

/*********************** RESPONSIVE ************************/

@media screen and (max-width: 520px) {
    .important-info .image,
    .important-info .text {
        float: none;
        width: 100%;
    }

        .important-info .image img {
            max-width: 100px;
            margin-bottom: 1em;
        }

    .important-info h2 {
        margin-bottom: 1em;
        text-align: center;
    }

    .important-info {
        padding-top: 2em;
    }

    .modal-title {
        font-size: 1.3em
    }

    .modal-body p {
        font-size: 1em;
    }
}

@media screen and (max-width: 767px) {
    .important-info .image {
        text-align: center;
    }

        .important-info .image img {
            margin-right: auto;
        }

    .important-info .text {
        padding-left: 1em;
        padding-right: 2em;
    }

    .important-info p {
        font-size: 1.05em;
    }

   .sidebar {
    background: #f8f8f8 url(../images/logo-small.png) 35px 0 no-repeat;
    padding: 70px 15px 30px 35px;
    margin-top: 15px;
}
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}
