.navbar {
    position: relative;
}

.job-position-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

    .job-position-row h3 {
        margin-bottom: 0;
    }

.read-more-info-btn {
    margin-left: 10px;
}

    .read-more-info-btn a {
        text-decoration: none;
        display: block;
        width: 30px;
    }

        .read-more-info-btn a[aria-expanded="false"] {
            background: url("../../images/add-button.svg") center right no-repeat;
            background-size: 24px;
        }

        .read-more-info-btn a[aria-expanded="true"] {
            background: url("../../images/close-button.svg") center right no-repeat;
            background-size: 24px;
        }

        .read-more-info-btn a[aria-expanded="false"]:hover {
            text-decoration: none;
            display: block;
            width: 30px;
            background: url("../../Resources/add-button-hover.svg") center right no-repeat;
            background-size: 24px;
        }

.content-info-container .read-more-info {
    margin: 0;
}

    .content-info-container .read-more-info .collapse.show {
        margin-top: 1rem;
    }

.content-main-container li {
    margin-bottom: 0 !important;
}
/* Header CSS start */
.run-header-bg {
    background-color: #B3FFC3 !important;
}

    .run-header-bg .navbar-toggler-icon span,
    .run-header-bg .navbar-toggler-icon::before,
    .run-header-bg .navbar-toggler-icon::after {
        background-color: #0931c8 !important;
    }

    .run-header-bg .river-logo svg {
        fill: #0931c8 !important;
    }

.content-info-container {
    background-color: #B3FFC3 !important;
}

/* Apply footer CSS start */
.runrun-footer-bg.footer-container {
    background-color: #0931c8;
    color: #ffffff;
}

    .runrun-footer-bg.footer-container a {
        color: #ffffff;
    }

@media (max-width: 480px) {
    .runrun-footer-bg .footer-links a {
        display: inline-block;
        margin: 3px 0;
    }

    .runrun-footer-bg .footer-text {
        font-size: 14px;
    }
}