section#vision {
	background:url('../img/vision-bg.jpg') center/cover no-repeat;
	position: relative;
}
section#vision.other-page {
	display: none;
}
#visionnnn::before {
	content: "";
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1a1a1a+0,1a1a1a+100&1+0,0+100 */
	background: -moz-linear-gradient(top,  rgba(26,26,26,1) 0%, rgba(26,26,26,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(26,26,26,1) 0%,rgba(26,26,26,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(26,26,26,1) 0%,rgba(26,26,26,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1a1a', endColorstr='#001a1a1a',GradientType=0 ); /* IE6-9 */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	/* z-index: 100; */
}
#vision .vision-cover {
	background: rgba(102, 102, 102, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
/*#vision .vision-col:hover .vision-cover {
	background: rgba(0, 102, 204, 0.8);
}*/
#vision .events-header-wrap {
	position: relative;
}
#vision a.vision-button {
	display: table;
	text-decoration: none;
}
#vision a.vision-button h1 {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	padding-bottom: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: table;
	text-transform: uppercase;
	text-align: left;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition:color .2 ease-in-out;
	transition: color .2s ease-in-out;
	position: relative;
	z-index: 1;
}
#vision a.vision-button:hover h1 {
	color: #fff;
}

#vision a.vision-button h1::after {
	content: "";
	position: absolute;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 55%;
	height: 15px;
	background-color: #bd9d3d;
	-webkit-transition: background-color .2s ease-in-out;
	-moz-transition: background-color .2 ease-in-out;
	transition: background-color .2s ease-in-out;
}
#vision .statement-wrap {
    height: 120px;
    position: relative;
	z-index: 1;
}
#vision h2 {
	font-size: 28px;
	margin: 0;
	color: #fff;
	font-weight: 600;
	text-align: center;
    width: 290px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.vision-links {
	padding-top: 20px;
	padding-bottom: 20px;
    text-align: center;
}
a.vision-lozenge {
	display: table;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 auto 0;
    background: rgba(217, 217, 217, 0.4);
	color: #fff;
	border: 3px solid #fff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2 ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	padding: 8px 0 8px;
	width: 200px;
	position: relative;
}
a.vision-lozenge:hover {
    color: #051765;
	text-decoration: none;
}


/*----- Responsive Styles -----*/


@media(min-width: 470px) {
    #vision a.vision-button h1 {
		font-size: 28px;
	}
    #vision .statement-wrap {
        height: 140px;
    }
    #vision h2 {
        width: 380px;
    }
}
@media(min-width: 576px) {
    #vision h2 {
        font-size: 30px;
        width: 500px;
    }
}
@media(min-width: 640px) {
	
}
@media(min-width: 768px) {
    #vision a.vision-button h1 {
		font-size: 30px;
	}
    #vision h2 {
        font-size: 32px;
        width: 520px;
    }
}
@media(min-width: 1024px) {
	section#vision {
		background-attachment: fixed;
	}
	section#vision.other-page {
		display: block;
	}
    #vision a.vision-button h1 {
		margin-top: 8px;
	}
    #vision .container {
        position: relative;
    }
    #vision .statement-wrap {
        height: 174px;
        margin-bottom: 90px;
    }
    #vision h2 {
        font-size: 36px;
        width: 580px;
    }
    .vision-links {
        display: table;
        position: absolute;
        right: 15px;
        bottom: 20px;
        padding: 0;
        z-index: 1;
    }
	.other-page .vision-links {
		display: none;
	}
}
@media(min-width:1280px) {
    #vision a.vision-button h1 {
		font-size: 36px;
		padding-bottom: 35px;
	}
	#vision a.vision-button h1::after {
		height: 20px;
	}
    #vision .statement-wrap {
        height: 158px;
        margin-bottom: 105px;
    }
    #vision h2 {
        font-size: 42px;
        width: 680px;
    }
    a.vision-lozenge {
		font-size: 21px;
		padding: 12px 0 12px;
		width: 220px;
	}
}
@media(min-width:1400px) {
	
}
@media(min-width:1600px) {
	
}