html {
    min-height: 100%;
    position: relative;
}

body {
    height: 100%;
    margin-bottom: 23em;
}

.iec-footer {
    position: absolute;
    bottom: 0;
    height: 23em;
    background-color: #717DA3;
    color: white;
    padding: 2em;
    width: 100%;
}

.iec-footer-header {
    font-weight: bold;
    font-size: large;
}

.iec-footer a {
    color: white;
}

.iec-footer a:visited {
    color: white;
}

.navbar-fixed-top {
    border-bottom: 4px solid #1A224B;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,.3);
}

@media (min-width: 768px) {
    .iec-footer-right {
        text-align: right;
    }

    body {
        margin-bottom: 15em;
    }

    .iec-footer {
        height: 15em;
    }
}