
/* ####################################### BASE ####################################### */
/* Background color for footer block */
#content .footerBasic .footerID433 {
    background-color: #ffffff;
}
/* Text color for footer block */
#content .footerBasic h1,
#content .footerBasic h2,
#content .footerBasic h3,
#content .footerBasic h4,
#content .footerBasic p,
#content .footerBasic a {
    color: #000000!important;
    border-color: #000000!important;
    text-decoration: none!important;
}
/* Padding for content block */
#content .footerBasic .padding {
    padding: 20px!important;
}

#content .footerBasic .block:hover .editModule {
    cursor: default!important;
}
/* ####################################### BASE ####################################### */

/* ####################################### SELECTED FOOTER ############################ */
#content .footerBasic h1.footerMainHeader {
    font-size: 24px!important;
    line-height: 24px;
    margin-bottom: 6px!important;
}
#content .footerBasic p.footerSubHeader {
    font-size: 20px!important;
    line-height: 20px;
    margin-bottom: 10px;
}
#content .footerBasic p.smallInfo {
    font-size: 12px!important;
    margin-bottom: 3px;
}
#content .footerBasic a p.footerLink {
    display: inline-block;
    padding-top: 20px;
    font-size: 12px!important;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 0px;
    color: #000000!important;
    transition: all 0.5s;
}
#content .footerBasic a p.footerLink:hover {
    border-color: #000000;
}
.footerBasic .social {
    display: inline-block;
    color: #000000;
    font-size: 16px;
    width: 34px;
    height: 34px;
    padding-top: 6px;
    text-align: center;
    border-radius: 100px;
    background: transparent;
    margin-left: 2px;
    margin-right: 2px;
    opacity: 1;
    transition: all 0.5s;
}
.footerBasic .social:hover {
    opacity: 0.8;
}


@media (max-width: 768px) {
    /* Centers content on mobile */
    .footer-left,
    .footer-center,
    .footer-right {
        text-align: center;
    }
}

@media (min-width: 768px) {
    /* Align content on desktop */
    .footer-left {
        text-align: left;
    }
    .footer-center {
        text-align: center;
    }
    .footer-right {
        text-align: right;
    }
}