/*
   -- primary --
    Navy:           #001C33     rgba(0,28,51,1)
    Teal:           #032B29     rgba(3,43,41,1)
    Blue:           #1FB5D9     rgba(31,181,217,1)
    Green:          #8CCC29     rgba(140,204,41,1)
    Light Blue:     #9EE0F0     rgba(158,224,240,1)
    Light Green:    #BAE58A     rgba(186,229,138,1)


    -- secondary --
    Maroon:         #820033     rgba(130,0,51,1)
    Orange:         #FF690F     rgba(255,105,15,1)
    Charcoal:       #262629     rgba(38,38,41,1)
    Grey:           #878787     rgba(135,135,135,1)
    light Grey      #BFBFBF     rgba(191,191,191,1)

    -----
   
*/
#footer-container {
    background: #f8f8f8;
    border-top: 2px solid #8CCC29;
    color: #767676;
}
#footer-container a {
    color: #1FB5D9;
}
#footer-container a:hover, #footer-container a:focus, #footer-container a:active {
    color: #8CCC29;
}
#footer-content {
    font-size: 1rem;
    position:relative;
}

#footer-content h3 {
    color:#1FB5D9;
    font-weight:700;
}


#footerLogos {   
    padding:3rem 8rem;
    background:#FFF;
}
#footer-copyright {
    width: 100%;
    padding: 2rem 4rem;
    font-family: 'KnockoutHTF49-LiteweightRegular', 'ff-good-headline-web-pro', sans-serif;
    display: inline-block;
    border-top: 1px solid #f3f3f3;
    background: #f5f5f5;
    background: #001C33;
}
    #footer-copyright ul {
        list-style: none;
        display: inline-block;
        margin-left: 0;
        margin-bottom: 0;
    }
    #footer-copyright ul li {
        display: inline-block;
    }
    #footer-copyright ul li::after {
        content: " | ";
    }
    #footer-copyright ul li:last-of-type::after {
        content: none;
    }

.footerBullet {
    display: inherit;
}


/*#region media breaks*/
@media(max-width:1460px) {
    #footerLogos {
        padding: 3rem 4rem;
    }
}
@media(max-width:1023px) {
    #footerLogos {
        padding: 3rem 1rem 1rem 1rem;
    }
    #footerLogos .text-right, #footerLogos .text-left {
        text-align: center;
    }
    #footerLogos img {
        padding-bottom:2rem;
    }    
}
@media(max-width:730px) {
    #footer-copyright {
        text-align: center;
        padding: 2rem 1rem;
    }
}
@media(max-width:620px) {
    .footerBullet {
        display: block;
        height:0;
        overflow:hidden;
    }    
}
/*#endregion*/
