/* ----------------------------------------------------------------------------------------------------------
                         Flex Footer
------------------------------------------------------------------------------------------------------------- */
#footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    max-width: 100%;
    background: #ffe710;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 25px;
	padding-top: 10px;
}

#footer-widget-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px;
}


#footer-widget-area-center p {
    font-weight: 400;
    font-size: 10pt;
    -webkit-margin-before: 0.25em;
    -webkit-margin-after: 0.5em;
}

#copyright, #affiliations {
    color: #fff;
    font-family: "Open Sans";
    font-size: 12pt;
    font-weight: 350;
    letter-spacing: 0.1em;
    text-align: center;
    margin-right: 5%;
    margin-left: 5%;
}

#copyright {
    margin-top: 0.6em;
    margin-bottom: 2px;
}

#copyright a {
    color: #008dff;
    text-decoration: none;
}

#copyright a:hover {
    color: #008dff;
}

#affiliations {
    margin-bottom: 8px;
}

#affiliations p {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    text-align: center;
}

#affiliations a {
    color: #008dff;
    text-decoration: none;
}

#cresttext {
    color: #fff;
    font-family: "Open Sans";
    font-size: 12pt;
    font-weight: 350;
    letter-spacing: 0.1em;
    text-align: left;
}

#cresttext p {
    margin-top: 0.5em;
    margin-bottom: 0.4em;
    text-align: left;
}

#cresttext a {
    color: #008dff;
    text-decoration: none;
}

#market-experience {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    color: #000;
    font-family: "Open Sans";
    font-size: 18pt;
    font-weight: 300;
    letter-spacing: 0.1em;
    margin-right: 5%;
    margin-left: 5%;
}

.footer-contact-us p {
    text-align: center;
}

.contact-us-link {
    color: white;
    padding: 14px 40px 14px 40px;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    font-size: 16pt;
    margin-top: 20px;
    text-decoration: none;
    background: #008dff;
}

.contact-us-link:hover {
    background: #0063b3;
    color: white;
}


.footer-crest-container {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-right: 5%;
    margin-left: 5%;
	padding: 0px;
}

.footer-nav-container {
    display: flex;
    justify-content: space-between;
    flex-flow: column;
    align-items: center;
    min-height: 100px;
}

.footer-uw-crest {
    width: 20%;
}

.footer-uw-crest img {
    width: 100%;
    height: auto;
	float: left;
}


.footer-uw-crest-label {
	color: #fff;
    font-family: "Open Sans";
    font-size: 12pt;
    font-weight: bolder;
    letter-spacing: 0.1em;
    text-align: left;
    margin-right: 5%;
    margin-left: 5%;
}

.ccns-link-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ccns-link {
    font-weight: 400;
    color: #008dff;
    text-decoration: none;
    margin-left: 25px;
    letter-spacing: 0.1em;
}

.ccns-link:hover {
    color: #008dff;
}

.footer-contact-us {
    margin-bottom: 10px;
    margin-left: 4%;
    margin-right: 4%;
}



@media only screen and (max-width: 800px) {
    #copyright {
        text-align: center;
        margin-bottom: 15px;
    }

    #affiliations {
        margin-bottom: 30px;
    }

    #affiliations p {
        text-align: center;
    }

    .footer-crest-container {
        flex-flow: column;
    }

    .footer-uw-crest {
        width: 50%;
    }

    .ccns-link-container {
        margin-top: 10px;
    }

    .ccns-link {
        text-align: center;
        font-size: 12pt;
    }
}


@media only screen and (max-width: 400px) {

    #affiliations {
        margin-bottom: 15px;
        font-size: 10pt;
    }

    #copyright {
        font-size: 10pt;
    }

    .social-media-container {
        padding: 0px;
    }

}

/* ----------------------------------------------------------------------------------------------------------
                        Social Media Icons & Font Awesome
------------------------------------------------------------------------------------------------------------- */

.social-media-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
	flex-flow: row;
    justify-content: center;
    width: 204px;
    padding: 20px;
}

.social-media-icon {
    text-decoration: none;
    margin-left: 4%;
    margin-right: 4%;
}

