/* @media (min-width: 992px) {
	header.header {
		background: rgba(255,255,255,.7);
		position: relative;
		z-index: 2;
	}

	.homepage .body-container {
		margin-top: -155px;
		position: relative;
	}

	.homepage #section_0 {
		height: 100vh;
	}

	.homepage #section_0 .col-md-pull-6 {
		right: unset;
	}

	.homepage #section_0 #box1-text h2 {
		font-size: 75px !important;
		line-height: 1.5;
	}

	.homepage #section_0 #box1-text p {
		font-family: 'Open Sans', Arial, sans-serif;
		font-size: 23px;
		font-weight: 800;
		font-style: italic;
		letter-spacing: 3px;
		line-height: 2.5;
	}

	.homepage #section_0 a.learnmore {
		color: white !important;
		background: transparent !important;
		border: solid 4px white !important;
		font-size: 23px !important;
		font-family: Arial !important;
		padding: 5px 20px;
	}
}

.path-to-wealth-flex {
	display: flex;
	justify-content: space-between;
	flex-flow: column nowrap;
	align-items: center;
    padding: 50px;
    box-shadow: 0px 0px 10px #bbb;
}

@media (min-width: 992px) {
	.path-to-wealth-flex {
		flex-flow: row wrap;
	}
}

.path-to-wealth-flex div {
	text-align: center;
	width: 300px;
	font-family: 'Montserrat', Helvetica, sans-serif !important;
}

@media (min-width: 992px) and (max-width: 1200px) {
	.path-to-wealth-flex div {
		width: 200px;
	}
}

@media (min-width: 1500px) {
	.path-to-wealth-flex div {
		width: 400px;
	}
}


@media only screen and (min-width: 1500px) {
	.homepage #section_4 .container {
		width: 1470px !important;
	}
}

@media (min-width: 992px) {
	.homepage #section_5 #box1-text {
		padding: 60px;
	}

	.homepage #section_5 #box1-text h2 {
		text-align:center;
		color: black;
		margin-bottom: 75px;
		font-size: 42px;
		font-family: 'Montserrat', Helvetica, sans-serif;
		font-weight: 700;
	}

	.homepage #section_5 #box1-text div {
		margin-bottom: 75px;
	}

	.homepage #section_5 #box1-text div p {
		font-size: 19px;
		font-family: 'Montserrat', Helvetica, sans-serif;
	}

	.homepage #section_5 #box1-text a.learnmore {
		color: #2367b3 !important;
		background: transparent !important;
		border: solid 4px #2367b3 !important;
		font-size: 20px;
		padding: 8px 20px;
		font-family: 'Open Sans', sans-serif;
	}
} */

img.hero {
	    display:none !important;
	}
.submit, .learnmore {
	border: solid 1px #1b75bc;
	color: #ffffff !important;
	background: #1b75bc !important;
		float: none !important;
}
#hero .container {
	width:100% !important;
	margin:0px !important;
	padding-right:0px !important;
	padding-left:0px !important;
}
#hero .heroImages{
	margin-top:0px !important;
}

.fa-angle-right, .fa-angle-left {
	display:none !important;
}

#hero {
	height: 500px !important;
}

@media (min-width:992px) {
	#hero {
	height: 900px !important;
	}
	#hero .wrapper{
		position:absolute;
		width:90%;
		text-align:center;
		left:50%;
		top:50%;
		transform: translate(-50%, -50%) !important;
	}

	#hero h2 {
		font-size:50px !important;
	}

	#hero p {
		font-size:22px;
	}

	.homepage header {
		position:absolute;
		top:15% !important;
		left:50% !important;
		transform: translate(-50%, -50%);
		z-index:999;
	}

	.homepage nav#main .container ul li a { 
		color: #fff !important; 
	} 
}

@media (min-width:1200px) {
	#hero h2 {
	    font-size:65px !important;
	}
}