.section-organized-links-image-bg .container {
    z-index: 2;
}

.section-organized-links-image-bg .heading-color { /* Heading is always white - override colors.css styles */
    color: #FFFFFF;
}

.section-organized-links-no-bg {
    background: #FFFFFF;
}

.organized-links {
    background: none;
}

.organized-links li {
    border-radius: .25rem;
    background: #FFFFFF;
    padding: 15px;
    margin-bottom: 15px;
}

.organized-links li a {
    font-family: 'Roboto Slab', serif;
    font-size: 12pt;
    font-weight: bold;
    text-transform: uppercase;
}
    @media only screen and (min-width: 768px) {
        .organized-links li a {
            letter-spacing: 2px;
        }
    }

    @media only screen and (max-width: 768px) {
        #schSrchBtn {
            margin-left: 14px;
        }
    }