.application-container-body {
    margin-top: 10rem;
    margin-bottom: 5rem;
}

.application-container-disclaimers {
    background-color: #002c2f;
	color:#ffffff;
    font-size: small;
    padding: 3rem;
}

@media (max-width: 576px) {
    .application-container-body {
        margin-top: 16rem;
        margin-bottom: 10rem;
    }
}

.navbar {
    background-color: #ffffff;
    background-position: center;
}

.navbar-brand-cornerstone {
    background-image: url('../images/Cornerstone-Dark-Logo.svg');
    background-size: 250px;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 5rem;
    margin: 0 15px;
}

.footer-cornerstone{
	background-image: url('../images/Cornerstone-White-Logo.svg');
    background-size: 250px;
    background-repeat: no-repeat;
    background-position: left;
    width: 100%;
    height: 5rem;
    margin: 0 5px;
}

.callout {
    margin-top: 3rem;
}

a, .text-primary {
    color: #002c2f !important;
    text-decoration: none;
}

.btn-view{
	color:#002c2f;
	border-radius: 15px;
	border-color: #002c2f;
	border width: 2px;		
	width:100px;
	height: 2rem;
}
