<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**************** FOOTER CSS ********************/
/************************ DRAGON BORDER ******************************/
#footerRed {
    /* background-color: #c8102e; */
    background-color: #b5001b; /*replace red with this color to make it accessible with white-better contrast*/
    border-bottom:5px solid #b1b3b3; /*med gray*/
    border-top:5px solid #b1b3b3; /*med gray*/
    height: 60px;
    position: relative;
    width: 100%;
    padding-top: 20px;
}
.footerTriangle{
    height: 0px;
    width: 0;
    border-top: 43px solid #b5001b;/*color contrast red for accessibility*/
    border-right: 120px solid transparent;
    border-left: 120px solid transparent;
    border-bottom: 0;
    position: absolute;
    margin-top: -6px;
    z-index: 4;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
.footerBorder{
    height: 0px;
    width: 0;
    border-top: 43px solid #b1b3b3;
    border-right: 120px solid transparent;
    border-left: 120px solid transparent;
    border-bottom: 0;
    position: relative;
    top:0px;
    z-index:3;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
#footerBlue{
    margin-top: -43px;
    width: 100%;
    background-color: #0033a0;
    height: 100%;
    z-index: 4;
}
#footerDragon { /*footer dragon*/
    background: url(/images/icons/svg/dragon-white-footer.svg) center top no-repeat;
    height: 40px;
    width: 100%;
    position: absolute;
    display: block;
    margin: 5 auto;
    z-index: 9;
}
/******** END DRAGON BORDER  *********/
footer .uk-card-primary.uk-card-hover:hover{
  background: #0033a0;
}
footer {
    color: white;
    font-size: 1em;
}
footer .footer-btn img{
    float:left; 
    /* padding-bottom: 5px; */
}
.tips, .ksdegree{
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
}
.footer-navbar-icon {
    position: relative;
    vertical-align:text-top;
    height: 30px; 
}
a.uk-button.uk-button-default.uk-padding-small.ss-media {
    border: 0px;
    background-color: #002d90;
}
.uk-card-primary.col1{
    background: #1947a9;
}
.uk-card-primary.col2{
    background: #002d90;
    padding-top: 60px;
}
.uk-card-primary.col3{
    background: #002370;
}
.uk-card-primary.col4{
    background: #001440;
}
.footer-content{
    margin-top: -43px;
}
footer h2.mission-statement-top {
    text-align: center;
    font-size: 1.25rem;
    color: white;
    letter-spacing:.09em;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: -10px;
}
@media screen and (max-width: 960px) {

    #footerRed {
        height: 20px;
        border-top:6px solid #b1b1b3;
    }
    #footerDragon {
        margin-top: -5px;
    }
    .uk-card-primary.col1{
    padding-top: 60px;
    }
    .uk-card-primary.col2{
    padding:50%px;
    }
}</pre></body></html>