/***Footer Styles***/

footer{
    background: #102c52 no-repeat center top;
    background-image: none !important;
    color:#fff;
    padding:0;
    position:relative;
	font-family: 'SourceSansPro',Helvetica,Arial,sans-serif;
	font-size: 16px;
}
.footer-with-mountains {
	margin-top: 120px;
}
footer #yellow-band{
    background:#f3a71e;
    width:100%;
    height:25px;
}
footer .utilities{
    float:none;
    text-align:center;
    padding:0;
    width:96%;
    margin:0 auto 75px;
    list-style-type:none;
}
footer .utilities li{
    font-weight: 600;
    margin: 0 0 12px;
    padding: 0 2%;
    width: 96%;
    float: left;
    font-size: 16px;
    font-family: "SourceSansPro";
    text-transform: uppercase;
}
footer address{
    line-height:1.4em;
    margin:0 0 1em;
    display:block;
}
footer a,footer a:visited{
    color:#fff;
}
footer a:hover,footer a:visited:hover{
    color:#f3a61f;
    text-decoration:none;
}
footer a#logo,footer a:visited#logo{
    position: relative;
    display:block;
    width: 200px !important;
    height: 55px;
    background: url(/_resources/images/emu-lettermark-logo-color-white.png) left top no-repeat;
    background-size: 200px 55px !important;
    border:0;
    margin:2em auto;
    padding:0;
}
footer .left{
    margin:0;
    float:left;
    text-align:center;
}
.footer-social-icon-container {
	width: 100%;
	margin-top: 25px;
}
.footer-social-icon-container-inner {
	width: 240px;
	margin: auto;
}
.footer-social-icon-ul {
	list-style: none;
	display: inline-flex; 
	padding: 0px;
	margin: 0 0 20px;
}
.footer-social-icon-ul li {
    padding: 0 10px 0 0;
}
.footer-social-icon-ul li a {
	padding: 0 .3em;
}

#footer #ybDiv #logo { 
	display: block; 
	border: 0;
	margin: 40px auto 25px;
	padding: 0;
	width:200px;
}
#footer .wrap {
    width: 98%;
    margin: 0 auto;
    max-width: 61.25em;
}
 
#ybDiv { padding: 18px 0 0 0; }

/******Mobile Apply Bottom*******/

.undergrad-mobile-bottom-buttons { 
	position: fixed;
    bottom: 0px;
    z-index: 9999;
    width: 100%;
	display: none;
}
.mobile-bottom-buttons-surround { 
	display: flex;
}
.mobile-bottom-buttons-surround a {
	width: 100%;
}
.mobile-bottom-buttons-surround a:hover {
	text-decoration: none;
}
.mobile-bottom-button { 
    text-align: center;
    padding: 18px 0;
	background: linear-gradient(#004ca3, #1e3867);
}
.mobile-bottom-button img { 
    width: 30px;
    margin: 0 5px;
}
.mobile-bottom-button-visit {
	border-right: 1px solid #e7f0f9;
}
.mobile-bottom-button-visit img {
	width: 32px;
    position: relative;
    top: -2px;
}
.mobile-bottom-title { 
	color: #fff;
    font-size: 22px;
    vertical-align: middle;
    letter-spacing: 1.2px;
}

body > a#de {
    display: none !important;
}

/******Mountain Footer***********/

.mountain-footer {
	overflow: hidden;
    width: 100%;
    height: 200px;
    top: -160px;
    position: absolute;
    z-index: 10;
    background-position: center !important;
    background: url(/_resources/images/home2019/mountain-footer.png);
}

@media only screen and (min-width:800px){
	footer .wrap{padding:0 0 2em;position:relative}
	footer ul.utilities{display:none;}
	footer #mainPageFooterRight a,footer #mainPageFooterRight a:visited{color:#fff;padding:0 .6em 0 0;}
	footer #mainPageFooterRight a:hover,footer #mainPageFooterRight a:visited:hover{color:#f3a61f;text-decoration:none;}
	footer a#logo,footer a:visited#logo{margin: 35px auto 20px !important;}
	footer .left{float:left;margin:0;width:40%;text-align:left;}
	address.vcard { text-align: center; font-style: inherit; }
	#mainPageFooterRight ul { list-style: none; width: 180px; padding: 0px; }
	#mainPageFooterRight li { margin: 30px 0; font-weight: bold; font-size: 17px; }
	#mainPageFooterRight {width: 60%; display: inline-flex;}
	#mainPageFooterLeft {width: 35%;}
}
@media only screen and (min-width:64.9em) { footer .utilities.primary{max-width:61.25em;left:50%;margin-left:-30.625em;} }
@media only screen and (max-width:875px){ #mainPageFooterRight ul {width: 168px !important;} }
@media only screen and (max-width:799px) { div#mainPageFooterRight {display: none !important;} div#mainPageFooterLeft {width: 100% !important;} #footer #ybDiv #logo { margin: 25px auto; } }
@media only screen and (max-width:675px) { .undergrad-mobile-bottom-buttons { display: inherit; } }