@font-face {
    font-family: 'Poppins';
    font-weight: 100;
    font-style: normal;
    src: url('https://static.colostate.edu/fonts/poppins/poppins/Poppins-Thin.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    font-weight: 200;
    font-style: normal;
    src: url('https://static.colostate.edu/fonts/poppins/poppins/Poppins-ExtraLight.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    font-weight: 300;
    font-style: normal;
    src: url('https://static.colostate.edu/fonts/poppins/poppins/Poppins-Light.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: normal;
    src: url('https://static.colostate.edu/fonts/poppins/poppins/Poppins-Regular.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    font-weight: 500;
    font-style: normal;
    src: url('https://static.colostate.edu/fonts/poppins/poppins/Poppins-Medium.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    font-weight: 600;
    font-style: normal;
    src: url('https://static.colostate.edu/fonts/poppins/poppins/Poppins-SemiBold.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    font-weight: 700;
    font-style: normal;
    src: url('https://static.colostate.edu/fonts/poppins/poppins/Poppins-Bold.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    font-weight: 800;
    font-style: normal;
    src: url('https://static.colostate.edu/fonts/poppins/poppins/Poppins-ExtraBold.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    font-weight: 900;
    font-style: normal;
    src: url('https://static.colostate.edu/fonts/poppins/poppins/Poppins-Black.woff2') format('woff2');
    font-display: swap;
} 

body {
    margin: 0;
}

#csu-branding {
    top: 0;
    width: 100%;
    z-index: 10000;
    background: #1E4D2B;
    background-image: linear-gradient(#00540c,#0c472f 50%,#0c4733);
    opacity: .96;
    padding: 10px;
    padding-left:20px;
}

#csu-outer-container {
    display: inline-flex;
    align-items: center;
}


#csu-logo img {
    height: 50px;
    padding-right: 10px;
    margin-right: 10px;
    border-right: .125em solid white;
}

#site-title {
    max-width: 300px;
    font-family: 'prox-light', sans-serif;
    font-size: 14px;
    color: white;
    font-weight: bold;
    letter-spacing: .11em;
    line-height: 1.1em;
    text-transform: uppercase;
}


footer {
    font-family: 'prox-regular';
    color: white;
    width: 100%;
    position: absolute;
    background: #1E4D2B;
    left: 0;
    font-size:.9em;
    /*bottom:0;*/
}

footer a {
    color: white;
    text-decoration:none;
}
footer a:hover {
    /*color: #dddddd;*/
    color:#e9eeea;
    text-decoration: none;
}

footer a:visited {    
    color:white;
    text-decoration: none;
}

footer .csu-container {
    display: inline-flex;
    padding: 25px;
}

footer .csu-container p {
    padding-right: 50px;
}

#footer-logo {
    width: 400px;
    max-height: 100px;
    float: right;
}

@media (max-width: 991px) {
    footer{
        height:auto;
    }
    footer .csu-container {
        display: block;
        text-align: center;
    }

        footer .csu-container p {
        }

    #footer-logo {
        float: none;
        max-width: 300px;
    }

    footer .csu-container p {
        padding-right: 0;
    }
}


.csu-visible-sm {
    display: block;
}

.csu-visible-md {
    display: none;
}

.csu-visible-lg {
    display: none;
}


@media (min-width: 576px) {
    .csu-visible-sm {
        display: block;
    }

    .csu-visible-md {
        display: none;
    }

    .csu-visible-lg {
        display: none;
    }
}

@media (min-width: 768px) {
    .csu-visible-sm {
        display: none;
    }

    .csu-visible-md {
        display: block;
    }

    .csu-visible-lg {
        display: none;
    }
}

@media (min-width: 992px) {
    .csu-visible-sm {
        display: none;
    }

    .csu-visible-md {
        display: none;
    }

    .csu-visible-lg {
        display: block;
    }
}


.csu-container a:hover{
    text-decoration:none;
}

