.header .KCLogo {
    float:left;
    margin-top:4px;
    margin-right:20px;
}

.header .FLogo {
    float:left;
    margin-top:4px;
    margin-right:20px;
}
.header .FLogoCustom {
    float:left;
    margin-top:4px;
    margin-right:20px;
    height: 135px;
}

.header .KCText {
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    line-height: 42px;
    color: #010073;
    padding: 7px 0;
}

.application-text {

    padding-left: 8.5%;

}

.header {
    height: 140px;
    background-color:#ffffff;
}
.header-secondary {
    background-color:#ffffff;
}

.footer2 {
    position: relative;
    height: 100px;
    background-color:#010073;
    clear:both;
    padding: 12px 16px;
}

.footer2 .RTText  {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #ffffff;
    text-align: left;
    padding-top: 33px;
    padding-right: 33px;
}
.footer2 .RTText2  {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #ffffff;
    text-align: left;
    padding-top: 33px;
    padding-right: 33px;
}

.footer2 .RTText2 .rt_copyright {

    float: right;
    margin-right: 6%;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    /* body {
        overflow-y:hidden;
    } */

    /* .content {
        bottom: 75px;
    } */

    .header .KCText {
        font-size: 24px;
        line-height: 36px;
        padding: 16px 0;
    }

    .footer2 {
        height: 75px;
        /* margin-top: -75px; */
    }

    .footer2 .RTLogo {
        width: 150px;
    }

    .footer2 .RTText {
        font-size:12px;
        padding-top: 4px;
        padding-right: 6px;
    }
    .footer2 .RTText2 {
        font-size:10px;
        padding-top: 10px;
        padding-right: 6px;
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

    /* .content {
        bottom: 100px;
    } */

    .header .KCText {
        font-size: 30px;
        line-height: 36px;
        padding: 16px 0;
    }

    .footer2 {
        height: 100px;
        /* margin-top: -100px; */
    }

    .footer2 .RTText {
        padding-top: 4px;
        padding-right: 6px;
    }
    .footer2 .RTText2 {
        padding-top: 3px;
        padding-right: 3px;
    }

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {


}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .footer2 .RTText {
        padding-top: 30px;
        padding-right: 30px;
    }
}
@media only screen and (min-width: 992px) {
    .footer2 .RTText2 {
        padding-top: 3px;
        padding-right: 3px;
    }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}