.page-hero {
    padding-top: 9%
}

#hero-outer {
    background-image: url(../img/background-hero-top@2x.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 99%;
    padding: 0 0 80px;
    position: relative
}

#hero-outer-bottom {
    background-color: #131313;
    background-image: url(../img/background-hero-bottom@2x.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 20px 0 120px
}

#hero-outer-bottom {
    padding: 20px 0 120px;
    background-color: #131313
}

#hero-outer-bottom h2 {
    font-size: 40px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #fff;
    margin: 0;
    padding: 0
}

#hero-outer-bottom p {
    font-family: WorkSans-Medium;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: normal;
    color: #fff;
    margin: 0
}

.focus-outer {
    width: 95%;
    max-width: 1270px;
    margin: 60px auto;
    background-color: #1b1b1b;
    border-style: solid;
    border-width: 0 0 0 3px;
    border-image-source: linear-gradient(to bottom, #1a41ff, #758cff);
    border-image-slice: 1;
    padding: 60px 0
}

.focus-outer h3 {
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #fff;
    margin: 0 0 16px 0
}

.focus-outer p {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: normal;
    color: #fff
}

.focus-outer .icon-columns {
    text-align: center
}

.focus-outer .icon-description {
    margin-top: 24px;
    text-transform: uppercase;
    font-family: WorkSans-Medium;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: .9px;
    text-align: center;
    color: #fff
}

.focus-outer .icon-box {
    text-align: center
}

.focus-outer .icon-box:first-of-type {
    margin-left: 0
}

.focus-outer .icon-box:last-of-type {
    margin-right: 0
}

#home-potential {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-wrap: wrap
}

#home-potential .left-panel {
    width: 44%;
    background: url(../img/left-photo-potential.png);
    background-size: cover;
    background-position: left top;
    text-align: right
}

#home-potential .right-panel {
    width: 56%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap
}

#home-potential .left-panel .left-panel-inner {
    margin: 20px;
    text-align: left;
    max-width: 393px
}

#home-potential .left-panel h2 {
    font-size: 40px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #fff;
    margin-bottom: 32px
}

#home-potential .right-panel-box {
    text-align: center;
    padding: 50px 15px 50px;
    width: 50%;
    background-color: #f2f5f7
}

#home-potential .right-panel-box .icon-wrap img {
    height: 76px
}

#home-potential .right-panel-box.blue {
    background-color: #1a41ff
}

#home-potential .right-panel-box.black {
    background-color: #131313
}

#home-potential .right-panel-box.black h3,
#home-potential .right-panel-box.black h4,
#home-potential .right-panel-box.black p,
#home-potential .right-panel-box.blue h3,
#home-potential .right-panel-box.blue h4,
#home-potential .right-panel-box.blue p {
    color: #fff
}

#home-potential .right-panel-box h3 {
    font-size: 32px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #0f0f0f;
    text-transform: uppercase;
    margin: 0 auto 0
}

#home-potential .right-panel-box h4 {
    margin: 15px auto 30px;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: .9px;
    text-align: center;
    color: #0f0f0f;
    text-transform: uppercase
}

#home-potential .right-panel-box .divider {
    margin: 0 auto 22px;
    background: #000;
    max-width: 71px
}

#home-potential .right-panel-box.black .divider,
#home-potential .right-panel-box.blue .divider {
    background: #fff
}

#home-potential .right-panel-box p {
    font-family: WorkSans-Medium;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #252525;
    max-width: 248px;
    margin: 0 auto
}

#engage {
    background: url(../img/engage-background-image.jpg) no-repeat center center;
    background-size: cover;
    padding: 110px 0;
    text-align: center
}

#engage .center-container {
    text-align: center;
    width: 100%
}



.engage-intro-box {
	max-width: 780px;
	margin: 0 auto 60px;
}

.engage-boxes-outer {
    display: flex; flex-wrap: wrap;
    width: 100%; max-width: 1160px;
    margin: 0 auto; padding-left: 20px; padding-right: 20px
}

.engage-box {
	flex: 1; position: relative;
	padding: 0 30px 72px 0;
    text-align: left
}

.engage-box .btn {
	position: absolute; left: 0; bottom: 0;
    width: 260px;
}

.engage-box img {
	display: block;
	height: 64px; width: auto;
}
.engage-box h3 {
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #fff;
    margin: 20px 0 20px
}

.engage-box p {
    font-family: WorkSans-Medium;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #fff
}

/* 3 COLS UPDATE */
#engage {
	padding-bottom: 40px;
}
.engage-boxes-outer.three-cols-layout .engage-box  {
	flex: auto; flex-basis: 30%;
	margin-bottom: 80px;
}
.engage-boxes-outer.three-cols-layout .engage-box:last-child .btn {
	color: white;
	background-color: #2247F5;
	border-color: #2247F5;
}
.engage-boxes-outer.three-cols-layout .engage-box:last-child .btn:hover {
	background-color: black;
}

@media screen and (max-width:1000px) {
	.engage-boxes-outer.three-cols-layout .engage-box  {
		flex-basis: 45%;
	}
}


#engage .opportunities {
    width: 100%; max-width: 1160px;
    margin: 120px auto 0 auto; padding-left: 20px; padding-right: 20px;
    text-align: left;
}

#engage .opportunities-columns {
	display: flex; flex-wrap: wrap;
}
#engage .opportunities-columns .col-1 {
	flex-basis: 67%;
	padding-right: 30px;
}
#engage .opportunities-columns .col-2 {
	flex: 1;
}

#engage .opportunities .btn.btn-ghost {
	min-width: 258px;
}

#engage p.learn-more {
    font-family: WorkSans-Medium;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: -.5px;
    color: #fff;
    margin: 0;
    margin-top: -10px
}

#recent-articles {
    background: url(../img/resources-background-image.jpg) no-repeat bottom center;
    background-size: cover;
    padding: 96px 0 36px
}

#recent-articles .head-entry {
    display: flex;
    justify-content: space-between;
    align-items: baseline
}

#recent-articles .head-entry a {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 24px;
    font-family: WorkSans-SemiBold
}

#recent-articles .post-item .img-wrap {
    margin-bottom: 19px;
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center
}

#recent-articles .post-item .img-wrap .category {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    border: solid 1px #ff1a65;
    background-color: #ff1a65;
    text-transform: uppercase;
    font-family: WorkSans-Medium;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: .9px;
    color: #fff;
    padding: 4px 11px
}

#recent-articles .post-item .img-wrap .category.event,
#recent-articles .post-item .img-wrap .category.events {
    border: solid 1px #1a41ff;
    background-color: #1a41ff
}

#recent-articles .post-item .img-wrap .category.publication,
#recent-articles .post-item .img-wrap .category.publications {
    border: solid 1px #26951c;
    background-color: #26951c
}

#recent-articles .post-item .img-wrap .category.blog,
#recent-articles .post-item .img-wrap .category.blog {
    border: solid 1px #1e1e1e;
    background-color: #1e1e1e
}

#recent-articles .post-item .img-wrap img {
    height: 200px
}

#recent-articles .post-item .date {
    font-family: WorkSans-Medium;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #868686;
    margin-bottom: 12px
}

#recent-articles .post-item h2 {
    font-family: WorkSans;
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -.5px;
    color: #252525
}

@media screen and (min-width:991px) {
    #hero-outer {
        padding: 180px 0 180px
    }
    #home-potential .left-panel .left-panel-inner {
        margin: 80px
    }
}

@media (max-width:990px) {
    .navbar-brand {
        margin-right: 0
    }
    #scroll-down {
        bottom: 40px
    }
    #scroll-down:hover {
        bottom: 35px
    }
    .focus-outer .col-md-6 {
        width: 100%
    }
    .focus-outer .icon-columns {
        margin-top: 60px
    }
}

@media screen and (min-width:768px) {
    .focus-outer .icon-box {
        display: inline-block;
        margin: 0 2%;
        width: 120px
    }
    #home-potential .right-panel-box {
        padding: 80px 15px 50px
    }
}

@media screen and (max-width:800px) {
	
	.engage-intro-box {
		padding-left: 30px; padding-right: 30px;
	}
	.engage-boxes-outer {
		display: block;
		max-width: 540px;
		margin: 0 auto;
	}
	.engage-box {
		margin-bottom: 40px; padding-bottom: 0; padding-right: 0;
		text-align: center;
	}
	.engage-box img {
		margin: 0 auto;
	}
	.engage-box .btn {
		position: relative; bottom: auto; display: block;
		margin: 0 auto;
	}
	#engage .opportunities-columns {
		display: block;
		text-align: center;
	}
	#engage .opportunities-columns .col-1 {
		padding-right: 0; margin-bottom: 20px;
	}
}


@media screen and (max-width:767px) {
    .focus-outer .icon-box {
        margin-bottom: 20px
    }
}

@media (max-width:760px) {
    #scroll-down {
        display: none
    }
    #home-potential .left-panel {
        width: 100%
    }
    #home-potential .right-panel {
        width: 100%
    }
}

@media (max-width:640px) {
    #home-potential .right-panel-box {
        width: 100%
    }
}