body .content {
    min-height: 600px;
}

.navbar-logo {
    background: url("") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
    height: 20px;
    width: 160px;
}

.logo-small, .navbar-logo {
    background: url("") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
    display: inline-block;
    height: 14px;
    overflow: hidden;
    text-indent: -2000px;
    width: 112px;
}

@media (min-width: 970px) {
	.navbar-logo {
	    background: url("") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
	    height: 20px;
	    width: 160px;
	}
}

.logo-minnesota-life-autosized, .logo-minnesota-life-small {
    background: url("/userservices/jakarta.faces.resource/images/logo_minnesota_life_small.png.xhtml?ln=securian-layout&v=17.2.1") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
    display: inline-block;
    height: 14px;
    overflow: hidden;
    text-indent: -2000px;
    width: 101px;
}

@media (min-width: 970px) {
	.logo-minnesota-life-autosized {
	    background: url("/userservices/jakarta.faces.resource/images/logo_minnesota_life.png.xhtml?ln=securian-layout&v=17.2.1") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
	    height: 20px;
	    width: 144px;
	}
}

.menu-icon {
    background: url("") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 20px;
    width: 20px;
}

.close-icon {
    background: url("") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 20px;
    width: 20px;
}

.facebook-icon-inverse {
    background: url("/userservices/jakarta.faces.resource/images/logo_fb_footer.png.xhtml?ln=securian-layout&v=17.2.1") no-repeat scroll 0 0 rgba(0, 0, 0, 0);   
}

.twitter-icon-inverse {
    background: url("/userservices/jakarta.faces.resource/images/logo_twitter_footer.png.xhtml?ln=securian-layout&v=17.2.1") no-repeat scroll 0 0 rgba(0, 0, 0, 0);   
}

.linkedin-icon-inverse {
    background: url("/userservices/jakarta.faces.resource/images/logo_linkedin_footer.png.xhtml?ln=securian-layout&v=17.2.1") no-repeat scroll 0 0 rgba(0, 0, 0, 0);   
}

.logo-full-inverse {
	width: 136px;
	height: 128px;
	background: url("/userservices/jakarta.faces.resource/images/logo_full_inverse.png.xhtml?ln=securian-layout&v=17.2.1") no-repeat 50% 50%;
	display: inline-block;
	text-indent: -2000px;
	overflow: hidden
}

.logo-lockup-inverse {
	width: 222px;
	height: 47px;
	background: url("/userservices/jakarta.faces.resource/images/logo_lockup.png.xhtml?ln=securian-layout&v=17.2.1") no-repeat 50% 50%;
	display: inline-block;
	text-indent: -2000px;
	overflow: hidden;
	text-align: left
}

/* Landscape phone to portrait tablet */
@media (max-width: 639px) {
	
	/* BG Added */
	.ui-button-mobile {
		display: block;
		width: 100%
	}
	
	.ui-button-mobile+.ui-button-mobile {
		margin-top: 5px
	}
	
}

