.front .region-banner{
	background: #fff;
	padding: 0;
		height: unset;
	display: block;
}

.hp-banner .wrap{
	background-color:#555;
	background-position:left;
	background-size:1800px auto;
	height:810px;
}
.hp-banner .inner{
	max-width: 720px;
	padding:192px 40px 0 190px;
}
.hp-banner h1{
	color:#fff;
	font-size:57px;
	margin: 0 0 50px;
	font-weight: 700;
}
.hp-banner p{
	color:#fff;
	font-size:22px;
	font-weight: 600;
	max-width: 550px;
	line-height:1.5em;
}

.hp-nav{margin-top: -120px; overflow: hidden;}

.hp-nav ul.nav-base{
	display: flex;
	text-decoration: none;
	padding-left: 0;
	overflow: hidden;
	background: linear-gradient(90deg, rgba(138,204,58,1) 10%, rgba(1,65,107,0) 10%);
	margin: 0;
}


.hp-nav ul.nav-base li{
	display: block;
	background: #333;
	    width: 210px;
      height: 200px;
      transform: skew(-20deg);
      margin: 0;
      position: relative;
}

.hp-nav ul.nav-base li:nth-of-type(1){
	background: rgb(138,204,58);
	margin-left: 25px;
}

.hp-nav ul.nav-base li:nth-of-type(2){
	background: #4cb688;
}

.hp-nav ul.nav-base li:nth-of-type(3){
	background: #07937c;
}

.hp-nav ul.nav-base li:nth-of-type(4){
	background: #003e6b;
}

.hp-nav ul.nav-base li a{
	width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: 100%;
    text-decoration: none;
/*    transform: skew(30deg);*/
}

.hp-nav ul.nav-base li a .icon{
	transform: skew(20deg);
	max-width: 70px;
	    position: absolute;
    left: 46%;
    margin-left: -35px;
    top: 50px;
}

.hp-nav ul.nav-base li a p{
	transform: skew(20deg);
	margin: 0;
	color: #fff;
	line-height: 1.1em;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 140px;
}

.hp-nav ul.nav-base li:last-of-type a p{
	margin-top: 120px;
}

.hp-nav ul.nav-base li a p span{
	display: block;
    text-transform: initial;
    margin: -8px auto 5px;
    font-weight: 400;
    max-width: 175px;
    font-size: 10px;
    text-align: center;
    opacity: .75;
    line-height: 1.1em;
}


.hp-connect .flex{
	display: flex;
}

.hp-connect .text{
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	padding-left: 200px;
}

.hp-connect .text h2{
  font-size: 60px;
  background-size: 550px auto;
  font-weight: 700;
}

.hp-connect .text p{
	max-width: 630px;
	font-weight: 600;
}

.hp-connect .text a{
	color: #05937d;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	position: relative;
	display: block;
	width: fit-content;
}

.hp-connect .text a:after{
	position: absolute;
	content: "";
	background: url(img/link-slide.jpg);
	width: 28px;
	height: 16px;
/*	right: -35px;*/
	left: 120px;
	top: 6px;
	background-repeat: no-repeat;
	background-size: auto 16px;
	transition: width .5s ease
}

.hp-connect .text a:hover::after{
	width: 450px;
	transition: width .5s ease
}




.hp-connect .image{
	width: 50%;
	    display: flex;
    flex-direction: row-reverse;
}


.hp-ctas{
	background-repeat: no-repeat;
	overflow: hidden;
	background: url(img/cta-bg.jpg);
	background-repeat: no-repeat;
}

.hp-ctas .item{
	display: flex;
	flex-wrap: wrap;

}

.hp-ctas .item .image{
/*	width: calc(100% - 730px);*/
	margin-top: 50px;
	margin-left: 200px;
}


.hp-ctas .item .text{
		width: calc(100% - 800px);
		display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 80px 0 130px;
    color: #fff;
}

.hp-ctas .item .text h2{
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 0 30px;
	letter-spacing: .1em;
	    background: unset;
    -webkit-text-fill-color: #fff;
}

.hp-ctas .item .text h3{
	font-size: 36px;
	font-weight: 600;
	margin: 0 0 35px;
}

.hp-ctas .item .text p{
	max-width: 625px;
}

.hp-ctas .item .text a.more{
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	position: relative;
	display: block;
	width: fit-content;
}

.hp-ctas .item .text a.more:after{
position: absolute;
	content: "";
	background: url(img/white-link.png);
	width: 28px;
	height: 16px;
	left: 120px;
	top: 6px;
	background-repeat: no-repeat;
	background-size: auto 16px;
	transition: width .5s ease
}

.hp-ctas .item .text a.more:hover::after{
		width: 450px;
	transition: width .5s ease
}

.hp-ctas .slick-prev{
	display: none !important;
}

.hp-ctas .slick-next{
	right: 0;
    top: unset;
    bottom: 0px;
    width: 90px;
    height: 92px;

}

.hp-ctas .slick-next:before{
	position: absolute;
	content: "";
	background: url(img/arrow-btn.png);
	width: 100%;
	height: 100%;
	background-size: cover;
	opacity: 1;
	   top: 0;
    left: 0;
}

.hp-ctas .slick-dots{}

.hp-ctas .slick-dots li button::before{
	font-size: 15px;
	color: #003E6B;
}

.hp-ctas .slick-dots li button::before{
	font-size: 15px;
	color: #003E6B;
}

.hp-news{
	padding: 115px 200px 175px;
}

.hp-news header{
	background: unset;
	height: unset;
}

.hp-news .view-header h2,
.hp-news header h2{
	background: linear-gradient(279deg, rgba(138,204,58,1) 0%, rgba(46,162,106,1) 50%, rgba(1,65,107,1) 100%);
	 -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 50px;
      background-size: 475px auto;
      margin: 0 0 80px;
      font-weight: 700;
}

.hp-news .item .wrap{
	text-decoration: none;
	display: block;
}

.hp-news .item .wrap .date{
	font-size: 18px;
	text-transform: uppercase;
	color: #003e6b;
	font-weight: 700;
	display: block;
	padding: 0 0 20px;
	border-bottom: 3px solid #07937c;
}

.hp-news .item .wrap h3{
	padding: 30px 0;
	margin: 0;
	color: #003e6b;
	font-size: 30px;
	font-weight: 600;
}

.hp-news .item .wrap .more{
	color: #07937c;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	position: relative;
}

.hp-news .item .wrap .more:after{
position: absolute;
    content: "";
    background: url(img/link-slide.jpg);
    width: 26px;
    height: 13px;
    left: 51px;
    top: 4px;
    background-repeat: no-repeat;
    background-size: auto 14px;
    transition: width .5s ease;
}


.hp-news .item .wrap .more:hover::after{
	width: 250px;
	transition: width .5s ease;
}

.hp-about{
	background: url(img/about-bg.jpg);
	background-size: cover;
}

.hp-about .flex{display: flex;}

.hp-about .flex .left{
	width: 50%;
	display: flex;
  flex-direction: column;
  justify-content: center;

}

.hp-about .flex .left .text{
	color: #fff;
	padding-left: 200px;
	padding-bottom: 100px;
}

.hp-about .flex .left .text h2{
	font-size: 50px;
	font-weight: 600;
		    background: unset;
    -webkit-text-fill-color: #fff;
}

.hp-about .flex .left .text p{
	margin: 0 0;
	max-width: 600px;
}

.hp-about .flex .left .links ul{
/*	background: #8dc63f;*/
background: linear-gradient(90deg, rgba(138,204,58,1) 50%, rgba(1,65,107,0) 50%);
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
	height: 130px;
}

.hp-about .flex .left .links ul li{
	width: 225px;
	transform: skew(-30deg);
	margin: 0;
	    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hp-about .flex .left .links ul li:nth-of-type(1){
	background: #4cb688;
	margin-left: 140px;
}

.hp-about .flex .left .links ul li:nth-of-type(2){
	background: #07937c;
}

.hp-about .flex .left .links ul li:nth-of-type(3){
	background: #003e6b;
}

.hp-about .flex .left .links ul li a{
	    display: block;
    margin: 0 auto;
    transform: skew(30deg);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    max-width: 110px;
    text-align: center;
    font-size: 16px;
    line-height: 1.3em;
    text-transform: uppercase;
}


.hp-about .flex .right{
	width: 50%;
	margin-top: -150px;
	    display: flex;
    justify-content: center;
}

.hp-about .flex .right img{

}


/*Grant List ---------------------------------------- */


.grant-list .bef-exposed-form{
	display: flex;
}

.grant-list .form-item label{
	display: block;
	font-weight: 600;
}

.grant-list .form-item select{
	box-sizing: border-box;
	padding:.75em 1.5em;
}

.grant-list .form-item select#edit-field-year-value{
    width: 175px;
    margin-right: 30px;
}

.grant-list .form-item select#edit-field-grant-type-target-id{
	width: 350px;
	margin-right: 30px;
}

.grant-list .form-actions .button{
	min-width: unset;
	margin: 27px 0;
}

.grant-list .item{
	position: relative;
/*	display: flex;
	flex-wrap: wrap;*/
	padding: 30px 0;
	border-bottom: 1px solid #ccc;
}

.grant-list .item:last-of-type{
	border-bottom: unset;
}

.grant-list .item .left{
	max-width: 650px;
	box-sizing: border-box;
  padding: 0 30px 0 0;
}

.grant-list .item .left h3{
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 20px;
}

.grant-list .item .left p{
	margin: 0;
}

.grant-list .item .right{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
/*	width: 20%;*/
	text-align: right;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.grant-list .item .right h4{
	font-weight: 800;
	font-size: 36px;
		background: linear-gradient(279deg, rgba(138,204,58,1) 0%, rgba(46,162,106,1) 50%, rgba(1,65,107,1) 100%);
	 -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 300px auto;
  margin: 0;
}






