.header-cta {
	border-radius: 0px !important;
}
.page-hero {
	background-image: url('../images/intake-header.jpg');
	background-position-y: -100px;
}
#message .container {
	background-image: url('../images/couple-background.jpg');
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	background-attachment: fixed;
	height: 500px;
	display: flex;
}
#message .content-wrap {
	width: 75%;
	height: 60%;
	background: rgba(51,51,51,.7);
	margin: auto;
	padding: 50px;
	display: flex;
    align-items: center;
}
#message .content-wrap p {
	color: #FFFFFF;
	font-size: 20px;
	margin-bottom: 0px !important;
}
#intake-form-wrap .section-title {
    margin-bottom: 20px;
}
form .col-sm-6 {
	padding-left: 2px !important;
}
input, select {
	background: rgba(2,67,110,.1);
}
input:hover, input:active, select:hover, select:active {
	border: 1px solid #1679BA;
	outline: none;
}
input:focus, select:focus {
	border: 1px solid #1679BA;
	outline: none;
}
.input-wrap {
	margin-bottom: 25px;
}
form button {
	margin-left: 2px;
	background: #02436E;
	color: #FFFFFF;
	margin-top: 25px;
	transition: border-radius .4s;
}
form button:hover {
	border-radius: 50px !important;
}
#important-documents {
	background: #F3F3F3;
	padding: 50px 0px;
}
#important-documents .row {
	margin-bottom: 50px;
}
.document-row {
	display: flex;
	margin-bottom: 25px;
}
.item-center {
	display: flex;
	justify-content: center;
	align-items: center;
}
.document-row .content-wrap {
	width: 98%;
	margin: auto;
	text-align: center;
    height: 150px;
	box-shadow: 0 5px 15px 5px rgba(50,50,93,0.1), 0 5px 5px rgba(0,0,0,0.1);
    border-radius: 10px;
}
.document-row .content-wrap a {
	width: 100%;
    height: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
}
.document-row .content-wrap:hover {
	cursor: pointer;
}
.document-row.dark-blue .content-wrap {
	background: rgba(2,67,110,.1);
}
.document-row.dark-blue .content-wrap .svg-inline--fa {
	font-size: 50px;
    color: #02436E;
    margin-bottom: 10px;
}
.document-row.dark-blue .content-wrap h5 {
	color: #02436E;
}
@media only screen and (max-width: 1200px) {
	.page-hero {
		background-position-y: unset;
	}
}
@media only screen and (max-width: 992px) {
	#message .content-wrap {
		height: 75%;
	}
}
@media only screen and (max-width: 768px) {
	#message .content-wrap {
		height: 90%;
		width: 90%;
	}
}
@media only screen and (max-width: 575.8px) {
	.document-row .content-wrap {
		width: 65%;
	}
	#important-documents h4 {
		text-align: center;
	}
}
@media only screen and (max-width: 500px) {
	#message .content-wrap {
		height: 95%;
		width: 100%;
		padding: 25px;
	}
	#message .content-wrap p {
		font-size: 18px;
		line-height: 1.7;
	}
}
@media only screen and (max-width: 475px) {
	.document-row {
		display: block;
	}
	#important-documents .row {
		justify-content: center;
	}
}
@media only screen and (max-width: 355px) {
	#message .container {
		height: 550px;
	}
}