/*------styles for home------*/

#home-banner{
	position:relative;
	height:38.25em;
	z-index:10;
	display:block;
	width:100%;
	background-image:url('../img/banner-1.jpg');
	background-size: cover;
	background-position: center ;
}

#home-banner div.sponsor{
	position:absolute;
	display:inline-block;
	top:2.188em;
	right:4.188em;
}

#home-banner div.sponsor a{
	font-size:1.5em;
	color:#fff;
	text-decoration:none;
	font-family:arial;
	font-weight:bold;
}

#home-banner div.sponsor a img{
	position:relative;
	display:block;
	margin-top:0.313em;
}

#banner-text{
	position:absolute;
	bottom:0;
	z-index:20;
	display:block;
	width:100%;
	height: 7.125em;
	background: rgba(0, 0, 0, 0.7);

	font-size:1rem;
}
	
#banner-text p{
	position:relative;
	display:inline-block;
	width:100%;
	font-size: 1.4em;
	line-height: 5.25em;
	font-family:arial;
	font-weight:bold;
	color:#fff;
	padding:0 2.25em;
}

#banner-text p span{
	color:#ffcf00;
	
	
}

#banner-text p a{
	position:relative;
	text-decoration:none;
	color:#ffcf00;
	
}

#home-link-wrap{
	display:block;
	width:100%;
	background-color:#466;
}

#home-link-wrap a{
	display:inline-block;
	width:25%;
	height:3.813em;
	background-color:#0088bb;
	text-align:center;
	line-height:3.813em;
	vertical-align:middle;
	font-size:1.857em;
	color:#fff;
	text-decoration:none;
	font-family: arial;
	font-weight: bold;
	border-right: solid 0.188em #eeeeee;
	border-top: solid 0.188em #eeeeee;
}

#home-link-wrap a:hover{
	background-color:#00a1d4
}


#home-link-wrap a.two-line{
	line-height: 1em;
	padding-top: 0.8em;
}

a.read-more-arrow{
	display:none;
}
#home-link-wrap a.last{
border-right:none;
}

h2.blue-button{
	display:inline-block;
	padding:0 .5em;
	color:#fff;
	text-align:left;
	cursor:pointer;
	width:initial;
	font-size:2em;
}

h2.blue-button a {
	color:#fff !important;
}

@media screen and (max-width: 1340px) {
	#home-link-wrap a{
		font-size:1.5em;
	}
}

@media screen and (max-width: 1078px) {
	#home-link-wrap a{
		font-size:1.25em;
	}
}

@media screen and (max-width: 992px) {
	#home-link-wrap a{
		width:50%;
	}
	
	#banner-text {
		font-size:0.8rem;
	}
	
}

@media screen and (max-width: 768px) {
	#home-link-wrap a{
		width:100%;
	}
	#banner-text{
		height:auto;
		padding: 1em 0;
	}
	#banner-text p{
	line-height:1.4em;
	width: 20em;
	margin:0;
	
	}
	#banner-text p a.float-right{
	display:none;
	}
	a.read-more-arrow{
	display: inline-block;
	float: right;
	height: 1.45em;
	width: 1em;
	background-image: url('../img/right-carrot.png');
	text-decoration: none;
	font-size: 4em;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 0.2em;
	}
	
	
	
}
@media screen and (max-width: 480px) {
	
	#banner-text p{
		width: 16em;
		padding:0.5em;
	}
	a.read-more-arrow{
		margin-right: 0.1em;
	}

	#home-banner div.sponsor a {
		font-size: 1em;
	}
	#home-banner div.sponsor {
		position: absolute;
		display: inline-block;
		top: 1.188em;
		right: 1.188em;
		width: 7em;
	}
	#home-banner div.sponsor a img{
    width: 100%;
    height: auto;
	}
}