.LandingBox{
	margin-right: 1%;
}

.LandingBox:nth-child(3n+1){
	clear: left;
}

/*---------------------------------

	Intro banner with background image layout

----------------------------------*/

.introBanner {
  	background-position: top center;
  	background-repeat: no-repeat;
    background-size: cover;
	padding-top: 30%;
	background-color: #b8d1e9;
  	margin-bottom: 20px;
}

.introText {
	background: rgba(11,28,49,0.85);
    color: #fff;
	padding: 1% 5%; 
	position: relative; 
	margin-right:0%;
	margin-left:0%;
	width: 100%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  
}
.introText h1 {
	font-size: 3em;
}
.introText a {
	color: #FFF;
 	border-color: #FFF!important;
}
