/*---------------------------------

Intro banner with background image layout

----------------------------------*/

*, *:before, *:after {
  box-sizing: border-box;
}

.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;
}

.LandingBox{
    margin-right: 1%;
}

.LandingBox h1{
    font-size: 1.3em;
    margin: 0;
    padding: 0
}

.LandingBox h1 a{
	background-color: #3B5179;
    border-bottom: 0 none;
    color: #FFFFFF;
    display: inline-block;
    font-weight: normal;
    margin-top: 0;
	padding: 0.5rem 3%;
    width: 100%;
}

.LandingBox {
    margin-bottom: 20px;
    padding-bottom: 0;
    position: relative;
}
.newsSection {
    float: left;
    margin-right: 2%;
    position: relative;
    width: 66%;
}
.newsSection img {
    width: 100%;
}

.partner img{
	width: 150px;
}

.home-text {
	padding: 0.5%;
	font-size: 1em;
	border-top: 1px dashed #A1A1A1;
	border-bottom: 1px dashed #A1A1A1;
}

.linksList{
	width: 26%;
	margin-left: 2%;
}
