/**
** Cogent Prototype **
** Thanks to HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ **
**/

/*
** coming soon
*/
body {
	background:#eee;
}
#header .wrapper {
	position: relative;
	height: 600px;
}
#header .wrapper:before {
	content:'';
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
}
#header .wrapper img {
	max-width: 400px;
}
#header .wrapper .col-left p {
	text-align: left;
	margin: 40px 0 0;
	font-size: 1.35em;
	background: transparent;
}
#header .wrapper .col-right p {
	text-align: left;
	margin: 0.5em;
}	
#header .wrapper p a {
	color: #152d69;
}
#header .wrapper .column {
	display: flex;
	align-items: center;
	justify-content: center;	
}
.login-form-wrapper {
	box-sizing: border-box;
	padding: 20px;
	background: #152d69;
	color: #fff;
	width: 325px;
}
.login-form-wrapper table {
	width: 100%;
}
.login-form-wrapper form {
	width: 100%;
}
.login-form-wrapper form input {
	margin-bottom: 10px;
	width:100%;
}
.login-form-wrapper form input[type="submit"] {
	margin: 15px auto 0;
	width: auto;
	display: block;
}
.login-form-wrapper h4 {
	text-align: center;
	color: #fff;
	margin-bottom: 0.5em;
}
.login-form-wrapper a {
	color: #fff;
}
.grid .column {
	position: relative;
}
.homepage-about-us-overlay h3 {
    color: #fff;
}
.homepage-about-us-overlay a {
    color: #fff;
    text-decoration: underline;
}
.homepage-about-us-overlay a:hover {
    text-decoration: none;
}
.homepage-about-us-parallax {
    background-position: center 20%;
    background-size: cover;
    background-repeat: no-repeat;
}
main {
    padding-bottom: 0;
}
main .wrapper {
	background:#fff;
	box-sizing: border-box;
	padding: 10px 0;
}
.landing-intro .wrapper {
	background: #152d69;
	padding: 20px 0;
}
.landing-intro .wrapper p {
	color: #fff;
	max-width: 900px;
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 1.35em;
	line-height: 1.3em;
}
.main-content .wrapper {
	padding: 20px;
}
.main-content .wrapper p {
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 1em;
}
.homepage section {
    margin: 0;
}
footer {
    padding: 0;
    background: #eee;
}
footer .wrapper {
	padding: 40px 20px 40px;
	background: #bebebe;
}
footer .copyright {
    text-align: left;
    top:20px;
}
footer .grid .col-half {
	align-self: center;
}
footer .grid .col-half .grid .col-half {
	align-self: flex-start;
}
@media (max-width: 768px) {
    .grid .column.col-40 {
      width: 100%; } }
@media (max-width: 767px) {
    #header .header-grid {
        display: block;
        height: auto;
    }
    .grid .column.col-right {
        text-align: center;
    }
    .header-grid .logo.column a {
        display: block;
        text-align: center;
        width: 100%;
        box-sizing: border-box;
    }
    .homepage-about-us-overlay h2 {
        line-height: 1em;
    }
    .homepage-about-us-parallax {
        background-position: center center;
    }
    .homepage-about-us-parallax .grid.wrapper {
        padding: 0;
    }
    .homepage-about-us-overlay {
        padding:40px 20px;
    }
}
@media (min-width: 1200px) {
    .homepage-about-us .grid .column.col-40 {
        width: 40%;
    }
}