@import url('https://fonts.googleapis.com/css?family=Lato');

footer {
    background: #113358;
    padding: 50px 0 0 0;
    font-family: "Lato",sans-serif !important;
    font-weight: normal !important;
}

body { font-family: "Lato",sans-serif !important;
    font-weight: normal !important; }

@media (min-width: 768px) {
    footer {
        padding: 90px 0 0 0
    }
}

footer .content {
    color: #fff;
    padding-bottom: 30px;
}

footer p {
	margin: 0 0 10px;
}

footer .container.wide {
    width: 100%;
    max-width: 90%;
}

footer .content p {
    font-size: 20px;
    font-weight: 300
}

@media (min-width: 768px) {
    footer .content p {
        font-size: 30px
    }
}

footer .content p em {
    font-weight: 300
}

footer .content p strong {
    font-weight: 400;
    display: block
}

footer .content p span {
    color: #2cb6dd
}

footer .content.image {
    text-align: center
}

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

footer .footer-links {
    border-top: 1px solid rgba(137, 152, 170, .5);
    padding: 50px 0
}

footer .footer-links dl {
    float: left;
    margin-right: 30px
}

footer .footer-links dl dt {
    color: #8998aa;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px
}

footer .footer-links dl dt a {
    color: #8998aa
}

footer .footer-links dl dt a:hover {
    color: #fff;
    text-decoration: none
}

footer .footer-links dl dd {
    color: #8998aa;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 10px
}

footer .footer-links dl dd a {
    color: #8998aa
}

footer .footer-links dl dd a:hover {
    color: #fff;
    text-decoration: none
}

.signoff {
    background: #113358;
    color: #cfd7df;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 30px 0
}

.signoff p {
    color: #cfd7df;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: center
}

.signoff p.right-align {
    text-align: center
}

.talentvault-link {
	float:right;
	margin-top: -60px;
}


@media (min-width: 992px) {
    .signoff p {
        text-align: left
    }

    .signoff p.right-align {
        text-align: right
    }
}

@media (max-width: 992px) {
    .talentvault-link {
        margin-top: 0px;
        float: none;
    }
}

.talent-top .logo-sec {
	margin-top: 15px !important;
}

.talent-top {
	background: url("../images/tvheader.jpg");
}

@media (min-width:320px) and (max-width: 767px) {
	.talent-top .logo-sec {
		float: none;
		max-width: 167px;
		margin:auto;
	}
}
