/*
	Theme Name: Streetwise Partners
	Theme URI: http://html5blank.com
	Description: Custom HLG Theme
	Version: 10000000000
	Author: Liam Kearns
	Author URI: http://harrylarrygary.co.uk/
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}



/* html element 62.5% font-size for REM use */
html {
	scroll-behavior: smooth;
}
body {
	position: relative;
	
}

/*GLOBAL STYLES*/

:root {
	--blue: #bbcfe5;
	--green: #009140;
}

::selection {
	background: #27ac62;
	color: #fff;
}

::-webkit-scrollbar{
width: 10px;
height: 10px;
}
::-webkit-scrollbar-thumb{
background: #009140;
border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover{
background: #bbcfe5;
}
::-webkit-scrollbar-track{
background: #FFFFFF;
border-radius: 0px;
box-shadow: inset 0px 0px 0px 0px #F0F0F0;
}

a{
	text-decoration: none;
}
#page-loader {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: var(--green);
	display: block;
	z-index: 100;	
}
#page-loader img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 200px;
	height: auto;
}
#menu-loader {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: -100%;
	background-color: var(--green);
	display: none;
	z-index: 100;	
}
#menu-loader img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 200px;
	height: auto;
	opacity: 0;
}
.fullwidth{
	width: 100%;
	height: auto;
	float: left;
	overflow: hidden;
	position: relative;
}

.fullwidth--green{
	background-color: var(--green);
}

.fullwidth--blue{
	background-color: var(--blue);
}

.fullwidth--grey{
	background-color: #e5e5e5;
}

.fullwidth--black{
	background-color: #000;
}

.fullwidth--pale{
	background-color: #f5f6fb;
}

.fullwidth--halfblue{
	background-color: #e2e9f2;
}

.fullwidth--white{
	background-color: #fff;
}

.fullwidth--padding{
	padding: 80px 0 0 0;
}

.fullwidth--paddingfull{
	padding: 80px 0;
}

.fullwidth--paddingbottom{
	padding: 40px 0 80px 0;
}

.fullwidth--biopadding{
	padding: 80px 0 0 0;
}

.fullwidth--margintop{
	margin: 92px 0 0 0;
}

.fullwidth--marginbottom{
	margin: 40px 0 92px 0;
}

.fullwidth--margintop-half{
	margin: 40px 0 0 0;
}

.fullwidth--margin{
	margin: 80px 0;
}

.fullwidth--flex{
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}

.partners--button{
	margin: 0 0 80px 0;
}

.fixedwidth{
	width: 80%;
	height: auto;
	float: left;
	margin: 0 10%;
	overflow: hidden;
}

.fixedwidthtwo{
	width: 90%;
	height: auto;
	float: left;
	margin: 0 5%;
	overflow: hidden;
}

.fixedwidth--flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-content: center;
}

.fixedwidth--marginbottom{
	margin-bottom: 92px;
}

.fixedwidth--margintophalf{
	margin-top: 40px;
}


button {
    width: fit-content;
    height: auto;
    position: relative;
    padding: 20px 60px 20px 30px;
    text-align: center;
    display: flex;
    align-items: center;
    font-family: poppins, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #fff;
    background-color: var(--green);
	border: 0;
}

button img {
    width: 20px;
    position: absolute;
    height: auto;
    right: 28px;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0,0,.2,1);
}

button:hover{
    background-color: #000;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0,0,.2,1);
}

button:hover img{
    right: 20px;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0,0,.2,1);
}

.img--link{
	width: 100%;
	height: 100%;
	float: left;
}

/*FONTS*/

/*
	
REGULAR
	font-family: poppins, sans-serif;
	font-weight: 400;
	font-style: normal;
	
SEMI-BOLD
	font-family: poppins, sans-serif;
	font-weight: 600;
	font-style: normal;
	
BOLD
	font-family: poppins, sans-serif;
	font-weight: 800;
	font-style: normal;
*/



h1{
	font-size: 140px;
	font-family: poppins, sans-serif;
	font-weight: 800;
	font-style: normal;
	margin: 0;
	line-height: 120px;
}

h2{
	font-size: 26px;
	font-family: poppins, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 0;
	line-height: 31px;
}

h3{
	font-size: 40px;
	font-family: poppins, sans-serif;
	font-weight: 800;
	font-style: normal;
	margin: 0;
	line-height: 48px;
}

h4{
	font-size: 25px;
	font-family: poppins, sans-serif;
	font-weight: 800;
	font-style: normal;
	margin: 0;
	line-height: 33px;
}

h5{
	font-size: 57px;
	font-family: poppins, sans-serif;
	font-weight: 800;
	font-style: normal;
	margin: 0;
	line-height: 50px;
}

h6{
    font-size: 110px;
    font-family: poppins, sans-serif;
    font-weight: 800;
    font-style: normal;
    line-height: 100px;
    letter-spacing: -4px;
    margin: 0;
}

p{
	font-size: 17px;
	font-family: poppins, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 0;
}

.list_text {
	font-size: 17px;
	font-family: poppins, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 0;
}

.careers__button{
	width: auto;
	height: auto;
	position: fixed;
	bottom: 40px;
	right: 5%;
	z-index: 5;
}

.back__button{
	width: auto;
	height: auto;
	position: fixed;
	top: 130px;
	left: 5%;
	z-index: 4;
}

button.career-button{
	border-radius: 40px;
    font-size: 15px;
    padding: 13px 19px;
	box-shadow: 0px 5px 16px -1px rgba(0,0,0,0.5);
-webkit-box-shadow: 0px 5px 16px -1px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 5px 16px -1px rgba(0,0,0,0.5);
}

button.back-button{
	border-radius: 30px;
    font-size: 15px;
    padding: 15px 22px 15px 50px;
	box-shadow: 0px 5px 16px -1px rgba(0,0,0,0.5);
-webkit-box-shadow: 0px 5px 16px -1px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 5px 16px -1px rgba(0,0,0,0.5);
}

.back-button img{
	transform: rotate(180deg);
	left: 19px;
}
	
/*NAVIGATION STYLES*/

.navbar{
	width: 100%;
	position: fixed;
	top: 0;
	right: 0;
	height: auto;
	padding: 12px 0;
	background-color: #000;
	float: left;
/*	overflow: hidden;*/
	z-index: 10;
}

.navbar-contain{
	width: 90%;
	margin: 0 5%;
	float: left;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: center;
}

.navbar-contain__logo{
	width: 50px;
	height: auto;
	float: left;
	max-width: 45px;
	order: 1;
}

.navbar-contain__logo img{
	width: 100%;
	height: auto;
}

.navbar-contain__slider{
	width: 50%;
	height: auto;
	float: left;
	position: relative;
	overflow: hidden;
	order: 2;
}



@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.ticker-wrap {
	position: relative;
	bottom: 0;
	width: 100%;
	overflow: hidden;
	height: auto;
	background-color: rgba(#000, 0.9); 
	padding-left: 100%;
	box-sizing: content-box;
}

.ticker {
	display: inline-block;
	height: auto;
	white-space: nowrap;
	padding-right: 100%;
	box-sizing: content-box;
	-webkit-animation-iteration-count: infinite; 
			animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
			animation-timing-function: linear;
	-webkit-animation-name: ticker;
		   animation-name: ticker;
	-webkit-animation-duration: 20s;
			animation-duration: 20s;
}

.ticker__item{
	height: auto;
	font-size: 40px;
	font-family: poppins, sans-serif;
	font-weight: 800;
	font-style: normal;
	display: inline-block;
	padding: 4px 30px;
}

.ticker__item a{
	color: var(--green);
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0,0,.2,1);
}
.ticker__item a:hover{
	color: var(--blue);
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0,0,.2,1);
}

.navbar-contain__slider--gradientleft{
	width: 10%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;
	z-index: 2;
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}

.navbar-contain__slider--gradientright{
	width: 10%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	float: left;
	z-index: 2;
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}



.navbar-contain__buttons{
	width: 310px;
    height: auto;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
	order: 3;
	position: relative;
	z-index: 6;
}

.navbar-contain__button{
	width: fit-content;
    padding: 10px 16px;
    float: left;
    height: auto;
    font-family: poppins, sans-serif;
    font-weight: 800;
    font-size: 15px;
    font-style: normal;
    text-decoration: none;
    letter-spacing: 3px;
    position: relative;
}

.navbar-contain__button--green{
	background-color:rgba(187,207,229,0.00);
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0,0,.2,1);
	border: 2px solid rgba(187,207,229,1);
	color: #fff;
	overflow: hidden;
}
/*

.navbar-contain__button--green:after {
    content: '';
    position: absolute;
    z-index: -1;
	width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: rgba(187,207,229,1);
    opacity: 0.2;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0,0,.2,1);
}


.navbar-contain__button--green:hover:after {
    height: 380%;
    opacity: 1;
}
*/

.navbar-contain__button--blue{
	background-color:rgba(0,145,64,0.00);
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0,0,.2,1);
	border: 2px solid rgba(0,145,64,1);
	color: #fff;
	overflow: hidden;
}

.navbar-contain__button--blue:after {
    content: '';
    position: absolute;
    z-index: -1;
	width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: rgba(0,145,64,1);
    opacity: 0.2;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0,0,.2,1);
}

.navbar-contain__button--blue:hover:after {
    height: 260%;
    opacity: 1;
}

.button__hover__wrap{
	width: 380px;	
    height: auto;
    position: absolute;
    top: 11px;
    left: -96px;
    display: none;
    justify-content: space-between;
}

.button__hover--one{
    width: fit-content;
    height: auto;
    position: relative;
    padding: 12px 29px;
    text-align: center;
    display: flex;
    align-items: center;
    font-family: poppins, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #fff;
    background-color: var(--green);
    border: 0;
    margin: 86px 0 0 0;
    float: left;    
	box-shadow: 0px 5px 16px -1px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 5px 16px -1px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 5px 16px -1px rgba(0,0,0,0.5);
	opacity: 0;
	transform: translate(0px,-20px);
}

.button__hover--one:hover{
    background-color: #000;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0,0,.2,1);
}

.navbar-contain__menu{
    display: flex;
    align-items: center;
    width: auto;
    margin: 0;
    float: right;
    z-index: 5;
    text-align: right;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0,0,.2,1);
	order: 4;
}

.navbar-contain__hamburger{
    width: 50px;
    height: 26px;
    position: relative;
    float: right;
    cursor: pointer;
}

.navbar-contain__hamburger--one{
	width: 50px;
	height: 2px;
	background-color: var(--green);
	position: absolute;
	top: 0;
	right: 0;
	transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0,0,.2,1);
}

.navbar-contain__hamburger--two{
	width: 50px;
	height: 2px;
	background-color: var(--green);
	position: absolute;
	right: 0;
	top: 49%;
}

.navbar-contain__hamburger--three{
	width: 50px;
	height: 2px;
	background-color: var(--green);
	position: absolute;
	bottom: 0;
	right: 0;
	transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0,0,.2,1);
}

.hamburger-closeone{
	top: 52%;
}

.hamburger-closethree{
	bottom: 44%;
}

.navopen{
	width: 100%;
	height: 100vh;
	position: fixed;
	right: -100%;
	top: 0;
	z-index: 9;
/*
	transition-property: all;
    transition-duration: .4s;
	transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
*/
	display: flex;
	align-items: center;
/*	background-color: #000;*/
}

.navopen__overlay{
	width: 100%;
	height: 100vh;
	background-color:#000;
	position: fixed;
	display: none;
	z-index: 8;
	opacity: 0;
}
/*

.click-one{
	left: 100%;
}
*/

.navopen__right{
    width: 60%;
    height: 100vh;
    float: right;
    z-index: 3;    
	margin: 0 0 0 40%;
	display: flex;
	align-items: center;
	background-color: #000;
	
}

.navopen__right__content{
	width: 84%;
    height: 100%;
    margin: 0 8%;
    text-align: right;
    position: relative;
	display: flex;
    flex-direction: column;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0,0,.2,1);
}

.navcontentopen{
    opacity: 1;
    right: 0;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0,0,.2,1);
}

.navopen__right__content > ul {
	list-style: none;
    height: 60vh;
    width: 100%;
    margin: 20vh 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    float: left;
}

.navopen__right__content > ul > li{
	opacity: 0;
	transform: translate(25px,0px);
}

.navopen__right__content > ul > li > a {
	font-family: poppins, sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 45px;
    margin: 0;
    line-height: 60px;
	color: var(--blue);
	cursor: pointer;
	position: relative;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0,0,.2,1);
}

.navopen__right__content > ul > li > a:hover {
	color: var(--green);
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0,0,.2,1);
}

/*INTRO BANNER STYLES*/



.homeslidervideo {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
	height: 80vh;
}

.homeslideroptions {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    color: #fff;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.banner__video {
position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
}

/*
.mute-video {
    background: url() no-repeat center;
    background-size: 32px;
    border: 0;
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: 18%;
    left: 5%;
    z-index: 2;
}
*/

.banner-title{
	width: 100%;
	height: 100%;
	float: left;
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
}

.banner-title__text{
	width: 90%;
	margin: 0 5%;
	text-align: left;
	float: left;
	position: relative;
}

.banner-title__text--style {
	width: 100%;
	height: auto;
	float: left;
	font-size: 140px;
	font-family: poppins, sans-serif;
	font-weight: 800;
	font-style: normal;
	line-height: 130px;
	letter-spacing: -4px;
	margin: 0;
	color: #fff;
}

/*INTRO SECTION*/


.fullwidth__introcopy{
	width: 70%;
	height: auto;
	float: left;
	margin: 80px 15%;
	overflow: hidden;
	text-align: center;
	color: #fff;
}

.fullwidth__introcopy h2{
	line-height: 38px;
}

/*2 COL SECTION*/


.fullwidth__title{
	width: 80%;
    height: auto;
    float: left;
    text-align: center;
    color: #000;
    margin: 0 10% 70px 10%;
}

.twocol{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
	float: left;
}

.twocol__panel{
	width: 45%;
	height: auto;
	float: left;
	position: relative;
	margin: 0 0 100px 0;
	
}

.twocol__panel__title{
	width: auto;
	height: auto;
	float: left;
	padding: 18px 46px 28px 0;
	text-align: left;
	background-color: #fff;
	position: absolute;
	top: -45px;
	left: 0;
	color: var(--green);
	z-index: 2;
}

.twocol__panel__image{
	width: 100%;
	height: 400px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.twocol__panel__button-wrap{
	width: auto;
	height: auto;
	float: left;
	position: absolute;
	bottom: -33px;
	right: 0;
}

/*HOW WE DO IT SECTION*/

.fourcol{
	width: 90%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	float: left;
	overflow: hidden;
	margin: 0 5%;
}

.fourcol__panel{
	width: 18%;
	height: auto;
	float: left;
	text-align: center;
	overflow: hidden;
}

.fourcol__panel h4{
	color: var(--green);
}

.fourcol__panel p{
	color: #000;
	margin: 15px 0 0 0;
	font-size: 14px;
}

.fourcol__panel img{
	width: 60%;
	max-width: 120px;
	margin: 0 0 30px 0;
	min-width: 90px;
}

.fullwidth__button{
   margin: 10px auto;
}

/*SKILLS SECTION*/

.skills-panel{
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	overflow: hidden;
	margin: 0 0 50px 0;
}

.skills-panel__image{
	width: 60%;
	height: auto;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	
}

.skills-panel__image__text{
	width: 86%;
	padding: 0 5.5% 0 8.5%;
	float: left;
	height: 100%;
	text-align: left;
	color: #fff;
	background: rgb(0,145,64);
	background: linear-gradient(90deg, rgba(0,145,64,0.7973564425770308) 0%, rgba(0,145,64,0) 100%);
	display: flex;
	align-items: center;
}

.skills-panel__content{
	width: 40%;
	height: auto;
	float: left;
	overflow: hidden;
}

.skills-panel__content__text{
	width: 75%;
	height: auto;
	margin: 0 12.5%;
    float: left;
    display: flex;
    flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
}

.skills__stat{
	width: 100%;
	height: auto;
	float: left;
	text-align: left;

}

.skills__stat__copy{
	width: 100%;
	height: auto;
	float: left;
	text-align: left;

}

.skills-panel--odd{
	order: 1;
}

.skills-panel--even{
	order: 2;
}

.skills__stat h6, .skills__stat h5 {
	color: var(--green);
}

.skills-panel__text--right{
	text-align: right;
}

.skills-panel__text--left hr{
	width: 60%;
	height: 2px;
	border: 0;
	background-color: #000;
	margin: 30px 40% 30px 0;
	display: block;
}

.skills-panel__text--right hr{
	width: 60%;
	height: 2px;
	border: 0;
	background-color: #000;
	margin: 30px 0 30px 40%;
	display: block;
}

button.button--left{
	float: left;
}

.button--right{
	float: right;
}




/*ABOUT PAGE SECTION*/

.quicklink__anchor{
    position: absolute;
    top: -90px;
    left: 0;
    width: 0px;
    height: 0px;
}

.fullwidth__quicklinks{
	position: relative;
	width: 70%;
    height: auto;
    float: left;
    overflow: hidden;
    text-align: center;
    color: #fff;
	margin: 0 15%;
	padding: 40px 0;
}

.fullwidth__quicklinks h2{
	color: var(--green);
}

.fullwidth__quicklinks > ul{
	list-style: none;
	margin: 0;
    padding: 0;
	position: relative;
}

.fullwidth__quicklinks > ul > li{
	width: auto;
	height: auto;
    display: inline-block;
	text-align: center;
	margin: 15px 15px 0 15px;
	position: relative;
}

.fullwidth__quicklinks > ul > li > a{
	font-size: 20px;
	font-family: poppins, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 0;
	line-height: 31px;
	position: relative;
	color: #000;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0,0,.2,1);
}

.fullwidth__quicklinks > ul > li > a:after{
	content: '';
	height: 2px;
	width: 0%;
	position: absolute;
	background-color: var(--green);
	bottom: -3px;
	left: 0;
	opacity: 0;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0,0,.2,1);
}

.fullwidth__quicklinks > ul > li > a:hover{
	color: var(--green);
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0,0,.2,1);
}

.fullwidth__quicklinks > ul > li > a:hover:after{
	width: 100%;
	opacity: 1;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0,0,.2,1);
}


.fullwidth__mission{
	width: 70%;
	height: auto;
	float: left;
	margin: 80px 15%;
	overflow: hidden;
	text-align: center;
	color: #000;
}

.fullwidth__mission h2{
	line-height: 38px;
}

.values__slider{
	width: 60%;
	height: auto;
	margin: 0 20%;
	float: left;
}

.values__slide{
	width: 100%;
	text-align: center;
	margin: 0 auto;
	height: auto;
}

.values__slide h3{
	color: var(--green);
}

.values__slider > .slick-prev {
	left: -80px;
}

.values__slider > .slick-next {
	right: -80px;
}

.slick-dots {
    bottom: -45px;
}

.slick-dots li button:before {
    font-size: 36px;
	color: var(--green);
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: var(--green);
}

/*MENTEE PAGE SECTION*/

.mentee-banner{
	width: 100%;
	height: 70vh;
	display: flex;
	align-content: center;
	background-position: center left;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	float: left;
}

.mentee-banner__content{
	width: 100%;
	float: left;
	overflow: hidden;
	height: 100%;
	display: flex;
	align-items: center;
	background: rgb(0,0,0);
	background: linear-gradient(270deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 60%);	
}

.mentee-banner__content__text{
	width: 90%;
	margin: 0 5%;
	height: auto;
	float: left;
	text-align: right;
}

.mentee-banner__content__text h1, .mentee-banner__content__text h2{
	color: #fff;
}

.mentee-banner__content__text h3{
	color: #009140;
}

.mentee-phase{
	width: 100%;
	float: left;
	overflow: hidden;
	height: auto;
	display: flex;
	align-content: center;
	position: relative;
	flex-wrap: wrap;
}

.mentee-phase__left{
	width: 52%;
	height: auto;
	float: left;
	clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
	background-color: var(--green);
}

.mentee-phase__left__content{
    width: 70%;
    margin: 100px 20% 100px 10%;
	height: auto;
	float: left;
	text-align: left;
}

.mentee-phase__left__content img{
	width: 100px;
}

.mentee-phase__right__content img{
	width: 130px;
}

.mentee-phase__left__content h5{
	color: var(--blue);
}

.mentee-phase__right__content h5{
	color: var(--green);
}

.mentee-phase__left__content h2, .mentee-phase__right__content h2{
	font-weight: 800;
}

.mentee-phase__left__content h5, .mentee-phase__left__content h2, .mentee-phase__left__content p, .mentee-phase__right__content h5, .mentee-phase__right__content h2, .mentee-phase__right__content p{
	margin: 20px 0 0 0;
}

.mentee-phase__right{
	width: 48%;
	height: auto;
	float: left;
	display: flex;
    align-items: center;
}

.mentee-phase__right__content{
	width: 80%;
	margin: 0 10%;
	height: auto;
	float: left;
	text-align: right;
}

.floating-logo{
    width: 120px;
    height: auto;
    position: absolute;
    top: 33%;
    left: 45%;
    z-index: 1;
}

.mentee-steps{
	width: 90%;
	height: auto;
	margin: 0 5%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	float: left;
}

.mentee-steps__element{
	width: 20%;
	height: auto;
	float: left;
	margin: 0 auto;
	text-align: center;
}

.mentee-steps__arrow{
	width: 5%;
	height: auto;
	float: left;
	margin: 0 auto;
	text-align: center;
	padding: 50px 0;
	opacity: 0;
}

.mentee-steps__element img{
	width: 150px;
	margin: 0 auto;
}

.mentee-steps__element h4{
	color: var(--green);
	margin: 10px 0;
}

.mentee-steps__element p{
	color: #000;
}

.two-col__left{
	width: 50%;
	height: auto;
	float: left;
	overflow: hidden;
	order: 1;
}

.two-col__left--text{
	width: 80%;
	margin: 80px 10%;
	float: left;
	text-align: left;
	height: auto;
}

.two-col__left h5{
	color: var(--green);
	margin: 0 0 30px 0;    
	transform: translate(0px, -30px);
	opacity: 0;
}

.two-col__left h2{
	font-weight: 800;
}

.two-col__left p{
	margin: 0 0 20px 0;
}

.mentee_text_fade{
	opacity: 0;
	transform: translate(-30px, 0);
}

.two-col__right{
	width: 50%;
	height: auto;
	float: left;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	order: 2;
}

.checklist{
    width: 90%;
    height: auto;
    margin: 80px 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    overflow: hidden;
}

.checklist__item{
	width: 22%;
    margin: 0 0 30px 0;
    height: auto;
    float: left;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-direction: column;
	opacity: 0;
}

.checklist__item img{
	width: 40px;
	margin: 0 auto;
	float: left;
}

.checklist__item img, .checklist__item p{
	float: left;
}

.checklist__item p{
    width: 100%;
    flex-grow: 1;
    margin: 20px 0 0 0;
}

.mentee-testimonial{
	width: 60%;
	height: auto;
	float: left;
	margin: 0 20% 70px 20%;
}

.mentee-testimonial__slider{
	width: 100%;
	height: auto;
	display: flex!important;
	flex-wrap: wrap!important;
	justify-content: space-between!important;
	align-items: center;
}

.mentee-testimonial__slider--image{
	width: 30%;
	height: auto;
	float: left;
}

.mentee-testimonial__slider--image img{
	width: 100%;
	max-width: 300px;
}

.mentee-testimonial__slider--text{
    width: 60%;
    margin: 0 0 0 10%;
	height:auto;
	float: left;
	text-align: left;
	opactiy: 0;
}

.mentee-testimonial__slider--text h2{
	font-size: 20px;
	margin: 0 0 20px 0;
}


/*	VOLUNTEER PAGE*/

.two-col__left--volunteer{
	width: 50%;
	height: auto;
	float: left;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	order: 1;
}

.two-col__right--volunteer{
	width: 50%;
	height: auto;
	float: left;
	overflow: hidden;
	order: 2;
}

.two-col__right--text--volunteer{
	width: 80%;
	margin: 80px 10%;
	float: left;
	text-align: left;
	height: auto;
}

.two-col__right--volunteer h5{
	color: var(--green);
	margin: 0 0 30px 0;    
	transform: translate(0px, -30px);
	opacity: 0;
}

.two-col__right--volunteer h2{
	font-weight: 800;
}

.two-col__right--volunteer p{
	margin: 0 0 20px 0;
}

.volunteer__title{
	width: 90%;
	margin: 0 5%;
	text-align: center;
	height: auto;
	
}

.volunteerlinks{
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	margin: 10px 0;
}

.volunteerlinks img{
	width: 18px;
    display: block;
    float: left;
	margin: 0 0 0 10px;
}

.volunteerlinks a{
    color: var(--green);
    font-size: 20px;
    float: left;
}

.volunteerlinks a:hover{
    color: var(--blue);
}

.anchor{
	position: absolute;
	top: -90px;
	left: 0;
	width: 0px;
	height: 1px;
}

/*	PARTNERS PAGE*/

.threecol{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
	float: left;
}
.threecol__partner{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: flex-start;
	float: left;
}

.threecol__panel{
	width: 30%;
	height: auto;
	float: left;
	position: relative;
	margin: 0 0 100px 0;
	
}

/*FOOTER SECTION*/

.partners-slider{
	width: 90%;
	height: auto;
	margin: 0 5%;
	float: left;
	text-align: center;
	overflow: hidden;	
}

.partners-slider__slide{
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
}

.partners__title{
	width: 80%;
    height: auto;
    float: left;
    text-align: center;
    color: #000;
    margin: 0 10% 30px 10%;
}

.partners-slider__slide img{
	width: auto;
	margin: 0 auto;
	max-height: 100px;
}

.footer-wrap{
	width: 90%;
	height: auto;
	float: left;
	margin: 100px 5% 30px 5%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
}

.footer-wrap__logo{
	width: 24%;
	height: auto;
	text-align: left;
	float: left;
}

.footer-wrap__logo img{
	width: 100%;
	max-width: 130px;
}

.footer-wrap__col{
	width: 24%;
	height: auto;
	text-align: left;
	float: left;
}

.footer-wrap__col h2{
	color: var(--green);
	font-weight: 800;
	font-size: 18px;
}

.footer-wrap__col p{
	color: #fff;
	font-size: 12px;
}

.footer-wrap__col a{
	color: #fff;
	font-size: 12px;
	margin: 10px 0 0 0;
	float: left;
}

.footer-copywrite{
	width: 90%;
	height: auto;
	margin: 0 5% 100px 5%;
	float: left;
	overflow: hidden;
	text-align: center;
}

.footer-copywrite p{
	color: #fff;
	font-size: 14px;
}

.input-wrap{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	float: left;
}

.input-styling{
	width: 40%;
	height: auto;
	float: left;
}

.input-styling input{
	width: 100%;
	height: auto;
	padding: 15px 0;
	text-align: center;
	background-color: #fff;
	border: 0;
	font-size: 20px;
	font-family: poppins, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 0;
	line-height: 31px;
	color: #000;
}

.submit-wrap{
	width: 160px;
	height: auto;
	float: left;
}

.submit-wrap input{
	width: 100%;
	height: auto;
	background-color: var(--green);
	text-align: center;
	padding: 15px 0;
	border: 0;
	font-size: 20px;
	font-family: poppins, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 0;
	line-height: 31px;
	color: #fff;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0,0,.2,1);
}

.submit-wrap input:hover{
	background-color: #fff;
	color: var(--green);
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0,0,.2,1);
}

.wpcf7 .ajax-loader{
	display: none;
}

.checkbox-wrap{
    width: 100%;
    height: auto;
    float: left;
    margin: 30px 0 0 0;
    text-align: center;
}

.checkbox-styling{
	width: auto;
	margin: 0 auto;
}

.checkbox-wrap > h2 > .radio-320 > .wpcf7-radio > .wpcf7-list-item > label > input { 
    background-color: red;
    border: 2px solid blue;
    border-radius: 4px;
}


/*EMPLOYER PAGE*/

.employers__title{
	width: 80%;
	height: auto;
	margin: 12px 10%;
	text-align: center;
	float: left;
}

#slideshow {
  margin: 0px auto;
  position: relative;
  width: 100%;
  height: auto;
	float: left;
	
}

#slideshow > div {
  text-align: center;
	width: 100%;
	height: auto;
}

#slideshow > div > h3 {
	color: var(--green);
}

.threecol__panel__copy{
	width: 90%;
	height: auto;
	margin: 30px 10% 30px 0;
	float: left;
	text-align: left;
}

.threecol__panel__button-wrap{
	width: auto;
	height: auto;
	float: left;
	position: absolute;
	bottom: -75px;
	left: 0;
}


/*EMPLOYER PAGE*/

.bio__wrap{
	width: 90%;
	margin: 0 5%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-content: flex-start;
	float: left;
}

.bio{
	width: 30%;
	height: auto;
	margin: 0 auto 40px auto;
	float: left;
	cursor: pointer;
}

.bio__img{
	width: 180px;
    height: 180px;
	border-radius: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 auto;
	text-align: center;
	filter: grayscale(1);
}

.bio__content{
    width: 90%;
    text-align: center;
    height: auto;
    margin: 30px 5% 0 5%;
    float: left;
}

.bio__content h3{
	font-size: 17px;
	line-height: 23px;
}

.bio__content p{
	font-size: 13px;
	
}

.volunteer-leader-twocol{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: flex-start;
	float: left;
}

.volunteer-leader-half{
	width: 45%;
	height: auto;
	float: left;
	text-align: center;
}

.teambutton{
	width: fit-content;
    padding: 10px 16px;
    margin: 20px auto;
	height: auto;
    font-family: poppins, sans-serif;
    font-weight: 800;
    font-size: 15px;
    font-style: normal;
    text-decoration: none;
    letter-spacing: 3px;
    position: relative;
	background-color: rgba(0,145,64,0.00);
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0,0,.2,1);
    border: 2px solid rgba(0,145,64,1);
    color: #000;
    overflow: hidden;
}

.bio:hover .teambutton{
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0,0,.2,1);
	background-color: rgba(0,145,64,1);
}



/* OPEN BIO STYLESHEET ========================================================================= */

.openbiowrap{
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 5;
	background-color: #fff;
	display: none;
	overflow: scroll;
	top: 0;
    left: -100%;
}

.openmodal{
	display: block;
}

.closebio{
    width: fit-content;
    height: auto;
    float: left;
    color: #fff;
    position: fixed;
    top: 132px;
    right: 5%;
}

.closebio h10{
	font-family: nort, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
	color: #000;
	cursor: pointer;
	letter-spacing: 1px;
    text-decoration: none;
	position: relative;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0,0,.2,1);
}

.closebio h10:hover{
	color: var(--green);
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0,0,.2,1);
}

.closebio h10:after {
    content: '';
    width: 100%;
    height: 0px;
	opacity: 0;
    background-color: var(--green);
    position: absolute;
    bottom: -10px;
    right: 0;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0,0,.2,1);
}

.closebio h10:hover:after {
	opacity: 1;
	height: 1px;
	bottom: -5px;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0,0,.2,1);
}

.openbiocontentwrap{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    align-items: center;
    margin: 200px 0;
	opacity: 0;
}

.openbiocontent{
	width: 80%;
	height: auto;
	margin: 0 10%;
	float: left;
}

.openbioimg{
	width: 250px;
	height: 250px;
	border-radius: 100%;
	margin: 0 auto;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.openbiotext{
	width: 80%;
	height: auto;
	text-align: center;
	float: left;
margin: 30px 10% 30px 10%;
}

.openbiotext p{
	margin: 20px 0 0 0;
}

/*	CAREERS */

.careers__wrap{
	width: 90%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	float: left;
	margin: 0 5%;
}

.career__post{
	width: 45%;
	height: auto;
	background-color: var(--blue);
	text-align: left;
	padding: 50px;
	margin: 0 auto;
	float: left;
}

.career__post--section{
	width: 100%;
	text-align: left;
	float: left;
	margin: 10px 0;
}

.career__post--section p{
	font-size: 14px;
}

.open__accordion{
	width: 100%;
	height: auto;
	text-align: left;
	margin: 10px 0;
	float: left;
	cursor: pointer;
	transition: 0.4s;
}

.career__accordion {
	width: 100%;
	height: 0px;
	display: none;
	overflow: hidden;
}

/*BLOG POSTS ======================================*/

.blog__wrap{
	width: 90%;
	height: auto;
	margin: 0 5%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: center;
	float: left;
}

.blog-banner{
	width: 100%;
	height: 40vh;
	display: flex;
	align-content: center;
	background-position: center left;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	float: left;
}

.blog__post{
	width: 48%;
	height: auto;
	margin: 20px auto;
	background-color: #e2e9f2;
	overflow: hidden;
	display: flex;
}

.blog__post__img{
    width: 40%;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    float: left;
    align-items: center;
}

.blog__post__content{
    width: 50%;
    height: auto;
    margin: 30px 5%;
    text-align: left;
    float: left;
}

.blog__post__content h4{
	color: var(--green);
}

.blog__post__button{
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	text-align: left;
}

.blog__post__button a{
	font-size: 17px;
    font-family: poppins, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
	color: #000;
}

.blog__post__button a:hover{
	color: var(--green);
}

.blog__page__wrap{
	width: 100%;
	height: auto;
	float: left;
	padding: 80px 0;
	overflow: hidden;
	
}

.blog__page__content{
	width: 80%;
	height: auto;
	text-align: left;
	float: left;
	margin: 0 10%;
}

.blog__content__text{
	width: 80%;
	margin: 0 10%;
	height: auto;
	float: left;
	text-align: left;
}

.blog-banner__content{
	width: 100%;
	float: left;
	overflow: hidden;
	height: 100%;
	display: flex;
	align-items: center;
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 60%);	
}

/*EVENTS =============================================*/

.events__wrap{
	width: 100%;
	height: auto;
	float: left;
	overflow: hidden;
	background-color: #fff;
	position: relative;
}

.events__header{
	width: 80%;
	height: auto;
	margin: 40px 10% 0 10%;
	float: left;
	overflow: hidden;
	position: relative;
}

.events__title{
	width: 100%;
    float: left;
    text-align: left;
    overflow: hidden;
    font-size: 5vw;
    font-family: poppins, sans-serif;
    font-weight: 800;
    font-style: normal;
    margin: 0;
    line-height: 25px;
    color: #000;
}

.events__date{
	width: auto;
	height: auto;
	float: left;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	margin: 13px 0;
}

.date__left{
	width: auto;
	height: auto;
	float: left;
	overflow: hidden;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.time__right{
	width: auto;
	height: auto;
	float: left;
	overflow: hidden;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.date__title{
	width: auto;
	height: auto;
	transform: rotate(270deg);
	font-size: 15px;
	font-family: poppins, sans-serif;
	font-weight: 800;
	font-style: normal;
	margin: 0 -6px 0 -13px;
	color: var(--green);
}

.date__box{
    width: auto;
    height: auto;
    padding: 5px 10px;
    background-color: var(--green);
    color: #fff;
    font-size: 25px;
    font-family: poppins, sans-serif;
    font-weight: 800;
    font-style: normal;
    margin: 0;
    float: left;
}

.time__box{
    width: auto;
    height: auto;
    padding: 5px 10px;
    background-color: #000;
    color: #fff;
    font-size: 25px;
    font-family: poppins, sans-serif;
    font-weight: 800;
    font-style: normal;
    margin: 0;
    float: left;
}

.time__title{
	width: auto;
	height: auto;
	transform: rotate(90deg);
	font-size: 15px;
	font-family: poppins, sans-serif;
	font-weight: 800;
	font-style: normal;
	margin: 0 -10px 0 -6px;
	color: #000;
}

.events__subtitle{
	width: 100%;
	height: auto;
	float: left;
	overflow: hidden;
	font-size: 5vw;
	font-family: poppins, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 0;
	line-height: 25px;
}

.events--graphic{
	width: 200px;
	height: auto;
	top: 0;
	left: 0;
	position: absolute;
}

.events--graphic img{ 
	width: 100%;
	display: block;
}

.events__image__wrap{
	width: 100%;
	height: 500px;
	float: left;
	overflow: hidden;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 20px 0 0 0;
	position: relative;
}

.events__image__content{
	width: 80%;
	height: auto;
	margin: 0 10%;
	float: left;
	
}

.zoom__details{
    width: auto;
    height: auto;
    margin: 0;
    background-color: var(--green);
    float: left;
}

.zoom__content{
    width: 195px;
    height: auto;
    margin: 7px 10px;
    float: left;
}

.zoom__top{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.zoom__title{
	font-size: 20px;
	font-family: poppins, sans-serif;
	font-weight: 800;
	font-style: normal;
	margin: 0;
	line-height: 20px;
	color: #fff;
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
}

.zoom__subtitle{
	font-size: 15px;
	font-family: poppins, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 0;
	line-height: 15px;
	color: #fff;
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
}

.zoom__top--left{
    width: 170px;
    height: auto;
    float: left;
}

.zoom__top--right{
    width: 22px;
    height: auto;
    float: left;
}

.zoom__top--right img{
	width: 100%;
	display: block;
}

.zoom__bottom{
	width: 100%;
    height: auto;
    float: left;
    margin: 7px 0 0 0;
    overflow: hidden;
}

.zoom--id{
	font-size: 15px;
	font-family: poppins, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 3px 0 0 0;
	line-height: 15px;
	color: #000;
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
}

.events__image--logo{
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
}

.events__content__wrap{
	width: 80%;
	height: auto;
	margin: 0 10%;
	float: left;
	overflow: hidden;
	padding: 30px 0;
}

.events__content--intro{
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	color: var(--green);
	font-size: 20px;
	font-family: poppins, sans-serif;
	font-weight: 800;
	font-style: normal;
	margin: 0;
	line-height: 20px;
}

.events__content--title{
	width: 100%;
	text-align: left;
	height: auto;
	float: left;
	color: var(--green);
	font-size: 30px;
	font-family: poppins, sans-serif;
	font-weight: 800;
	font-style: normal;
	margin: 20px 0 10px 0;
	line-height: 30px;
}

.events__content--text{
	width: 100%;
	text-align: left;
	height: auto;
	float: left;
	color: #000;
	font-size: 15px;
	font-family: poppins, sans-serif;
	font-weight: 800;
	font-style: normal;
	margin: 0;
	line-height: 15px;
}

.events__content--text hr{
	width: 100%;
	height: 2px;
	background-color: var(--green);
	border: 0;
	float: left;
}

.events__bluewrap{
	width: 100%;
	background-color: var(--blue);
	height: auto;
	float: left;
	overflow: hidden;
}

.events__bluecontent{
	width: 80%;
	height: auto;
	margin: 20px 10%;
	float: left;
}

.bluecontent--title{
	width: 100%;
	text-align: left;
	height: auto;
	float: left;
	color: #fff;
	font-size: 30px;
	font-family: poppins, sans-serif;
	font-weight: 800;
	font-style: normal;
	margin: 0 0 10px 0;
	line-height: 30px;
}

.bluecontent--copy{
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
}

.bluecontent--text{
	width: 90%;
	height: auto;
	float: left;
	font-size: 15px;
	font-family: poppins, sans-serif;
	font-weight: 800;
	font-style: normal;
	margin: 0;
	line-height: 15px;
	color: var(--green);
}

.bluecontent--img{
	width: 20px;
	float: right;
	height: auto;
	
}

.events__bluecontent hr{
	width: 100%;
	height: 2px;
	background-color: var(--green);
	border: 0;
	margin: 10px 0;
	float: left;
}

.events__icons{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
	float: left;
}

.events__icon{
	width: 30%;
	height: auto;
	float: left;
	margin: 0;
	
}

.events__icon--img{
	width: 100%;
	height: auto;
	float: left;
	overflow: hidden;
	
}

.events__icon--img img{
	width: 100%;
	display: block;
}

.events__icon--text{
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	font-size: 14px;
	font-family: poppins, sans-serif;
	font-weight: 800;
	font-style: normal;
	margin: 0;
	line-height: 10px;
	color: #fff;
}

.events__contact{
	width: 100%;
	height: auto;
	background-color: var(--green);
	float: left;
	overflow: hidden;
}

.events__contact--content{
	width: 80%;
	height: auto;
	margin: 20px 10%;
	float: left;
	font-size: 14px;
	font-family: poppins, sans-serif;
	font-weight: 800;
	font-style: normal;
	line-height: 10px;
	color: #fff;
	text-align: center;
}

.events__footer{
	width: 100%;
	height: auto;
	background-color: #1d1d1b;
	float: left;
	margin: 0;
	overflow: hidden;
}

.events__footer--wrap{
	width: 80%;
	height: auto;
	margin: 20px 10%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: center;
}

.events__footer--left{
	width: 60%;
	height: auto;
	float: left;
	overflow: hidden;
	display: flex;
	
}

.events__footer--content{
	width: 100%;
	margin: 0 0 0 10px;
	height: auto;
	float: left;
}

.events__footer--line{
	width: 1px;
	height: 100%;
	display: flex;
	background-color: #fff;
	float: left;
	
}

.events__footer--img{
	width: 100%;
	height: auto;
	float: left;
	overflow: hidden;
}

.events__footer--img img{
	width: auto;
	height: 15px;
	display: block;
	margin: 0 5px 5px 0
}

.events__footer--img a{
	width: auto;
	float: left;
	height: auto;
	display: block;
}

.events__footer--text{
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	font-size: 12px;
	font-family: poppins, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 0;
	line-height: 14px;
	color: #fff;
}

.events__footer--right{
	width: 90px;
	height: auto;
	float: right;
	overflow: hidden;
}

.events__footer--right img{
	width: 100%;
	display: block;
}

@media only screen and (max-width:1200px){
	
/*	TWO COL */
	
	.twocol__panel__image {
    height: 350px;
	}
	
/*	FOOTER */
	
	.input-styling {
    width: 100%;
    margin: 0 0 30px 0;
}

	.submit-wrap {
    margin: 0 auto;
}
	
}

@media only screen and (max-width:1000px){

	/*	GLOBAL*/

	
	h1{
		font-size: 100px;
		line-height: 84px;
	}
	
	h2{
		font-size: 23px;
	}
	
	h3{
		font-size: 33px;
		line-height: 40px;
	}
	
	h4{
		font-size: 20px;
		line-height: 25px;
	}
	
	h5 {
    font-size: 37px;
    line-height: 40px;
	}
	
	h6 {
    font-size: 80px;
    line-height: 70px;
	}
	
	p{
		font-size: 15px;
	} 
	
	.list_text {
		font-size: 15px;
	}
	
/*	NAVIGATION*/
	
	.navbar-contain__slider {
    width: 34%;
	}
	
	.banner-title__text--slidein{
		font-size: 100px;
		line-height: 95px;	
	}
	
/*	INTRO SECTION*/

	.fullwidth__introcopy h2{
	line-height: 32px;
}
	
/*	2 COL */
	
	.twocol__panel__image {
    height: 300px;
	}
	.twocol__panel__title {
    padding: 18px 33px 18px 0;
	}
	
/* 4 COL */

		.fourcol {
    justify-content: space-between;
}
	.fourcol__panel{
	width: 20%;
	}
	
/*	SKILLS */
	
	.fullwidth--margintop-half {
    margin: 20px 0 0 0;
}
	.skills-panel__text--right hr {
    margin: 20px 0 20px 40%;
}
	.skills-panel__text--left hr {
    margin: 20px 40% 20px 0;
}
	
	.mentee-testimonial {
    width: 80%;
    margin: 0 10% 70px 10%;
}
	.mentee-testimonial__slider--text h2 {
    font-size: 15px;
		line-height: 24px;
	}
	
}

@media only screen and (max-width:950px){
	/*	BIOS PAGES */
	
	.bio {
    width: 45%;
}
}

@media only screen and (max-width:900px){
	
/*	GENERIC QUERIES */
	
	p {
    font-size: 14px;
}
	
/*	INTRO BANNER*/
	
		.homeslidervideo {
    height: 70vh;
	}
	
/*	MENTEE PAGE*/

.mentee-steps__arrow {
    display: none;
	}
	.mentee-steps__element {
    width: 44%;
}
	.mentee-steps__element:nth-child(5) {
		    margin: 50px auto 0 auto;
	}
	.mentee-steps__element:nth-child(7) {
		    margin: 50px auto 0 auto;
	}
	.mentee-steps__element img {
    width: 110px;
}
	

	


}

@media only screen and (max-width:850px){
	
	/*	GLOBAL*/

	button {
    padding: 15px 58px 15px 25px;
    font-size: 17px;
}  
	h3{
		font-size: 28px;
		line-height: 35px;
	}
	.fullwidth--margin {
    margin: 50px 0;
}
	
/*	NAVIGATION*/
	
	.navopen__right {
    width: 100%;
    margin: 70px 0 0 0%;
	}
	
	.navbar-contain__button {
    padding: 7px 12px;
    font-size: 14px;
	}
	.navbar-contain__buttons {
    width: 280px;
	}
	.navbar-contain__button--green:hover:after {
    height: 400%;
}
	.navbar-contain__button--blue:hover:after {
    height: 280%;
	}
	.ticker__item {
    font-size: 30px;
		padding: 11px 30px;
	}
	
/*	2 COL */
	
		.twocol__panel__button {
    padding: 15px 58px 15px 25px;
    font-size: 17px;
}
	.twocol__panel__image {
    height: 260px;
	}
	
/*	SKILLS SECTION */
	
		.skills-panel__text--left hr {
    width: 60%;
    margin: 18px 40% 18px 0;
}
	.skills-panel__text--right hr {
    width: 60%;
    margin: 18px 0 18px 40%;
}
	
/*	MENTEE PAGE*/

	.mentee-phase__right__content img {
    width: 90px;
}
	.mentee-phase__left__content img {
    width: 64px;
}
	.floating-logo {
    width: 90px;
	}
	
	.two-col__left {
    width: 100%;
		order: 2;
	}
	.two-col__left--text {
    width: 80%;
    margin: 50px 10% 80px 10%;
	}
	.two-col__right {
    width: 80%;
    height: 350px;
    margin: 0 10%;
		order: 1;
	}
	
/*	VOLUNTEER PAGE*/
	
	.two-col__left--volunteer {
    width: 80%;
    height: 350px;
    margin: 0 10%;
	order: 1;
	}
	.two-col__right--text--volunteer {
    width: 80%;
    margin: 50px 10% 80px 10%;
	}
	.two-col__right--volunteer {
	width: 100%;
	order: 2;
	}
	
}
	


@media only screen and (max-width:800px){
.footer-wrap__col {
    width: 50%;
	margin: 20px 0;
	}
	.footer-wrap__logo img {
    max-width: 70px;
}
	.slick-next {
    right: -40px;
	}
	.slick-prev {
    left: -40px;
	}
}

@media only screen and (max-width:770px){
	  
	
/*	 2 COL */
	
	.twocol__panel {
    width: 80%;
	margin: 0 0 80px 0;
	}
	
/*	4 COL */
	
		.fourcol {
	width: 100%;
		margin: 0;
    justify-content: space-evenly;
}
	.fourcol__panel {
    width: 40%;
	margin: 0 0 60px 0;
	}
	.fourcol__panel img{
    width: 40%;
	} 
	
	/*	MENTEE PAGE*/

.mentee-phase__left {
    width: 100%;
    clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0% 90%);
	}
	
	.mentee-phase__right {
    width: 100%;
	}
	.mentee-phase__left__content {
    width: 90%;
    margin: 80px 5% 120px 5%;
	}
	.mentee-phase__right__content {
    width: 90%;
    margin: 40px 5% 80px 5%;
}
	.floating-logo {
		top: 45%;
		left: 41%;
	}
	
	/*	PARTNERS PAGE*/

.threecol__panel {
    width: 90%;
}
	
	.threecol__panel__button-wrap {
    bottom: -40px;
}
	
	/*	BIOS PAGE*/

.bio__content p {
    font-size: 11px;
}
	.bio__content h3 {
    font-size: 14px;
    line-height: 19px;
}
	
}

@media only screen and (max-width:700px){

	/*	GLOBAL*/
h1{
		font-size: 80px;
		line-height: 70px;
	}
	
	
	h2{
		font-size: 20px;
		line-height: 24px;
	}
	
	h4{
    font-size: 18px;
    line-height: 23px;
	}
	
	.fullwidth--margintop {
    margin: 155px 0 0 0;
}
	
	#page-loader img{
		width: 140px;
	}
	#menu-loader img{
		width: 140px;
	}
	
	.back__button {
    top: 180px;
	}
	
/*	NAVIGATION*/
	
	.navbar-contain__logo {
    max-width: 50px;
	}
	.navbar-contain__buttons{
		order: 2;
		width: 290px;
		margin: 0;
	}
	.navbar-contain__menu {
    order: 4;
	}
	.navbar-contain__slider {
    width: 80%;
    order: 3;
	}
	.ticker__item {
    padding: 5px 30px;
	}
	
/*	INTRO BANNER*/
	
	.homeslidervideo {
    height: 60vh;
	}
	
	.banner-title__text--slidein{
    font-size: 80px;
    line-height: 77px;
	}
	
		
/*	INTRO SECTION*/

	.fullwidth__introcopy h2{
	line-height: 28px;
}
	
/*	SKILLS SECTION */
	
	.skills-panel__image{
	width: 100%;
	}
	.skills-panel__image__text {
    padding: 50px 5.5% 50px 8.5%;
	}
	.skills-panel__content {
    width: 100%;
}
	.skills-panel__content__text {
	 width: 90%;
    margin: 30px 5% 0 5%;
}
	.skills__stat {
    width: 40%;
	text-align: right;
}
	.skills__stat__copy {
    width: 40%;
	text-align: left;
}
	button.button--left {
    float: none;
    margin: 0 auto;
}
	button.button--right {
    float: none;
    margin: 0 auto;
}
	.skills-panel__text--left hr, .skills-panel__text--right hr {
    display: none;
}
	.skills-panel--even {
    order: 1;
}
	.skills-panel--odd {
    order: 2;
}
	
/*	MENTEE PAGE*/
	
	.mentee-banner__content {
    align-items: flex-end;
    background: rgb(0,0,0);
    background: linear-gradient(
1800deg
, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 60%);
	}
	
	.mentee-banner__content__text {
    margin: 0 5% 50px 5%;
	}
	
/*	WHO WE ARE PAGE*/
	
	.fixedwidthtwo > a > button {
		margin: 15px auto;
	}
	
	
	.openbioimg {
    width: 200px;
    height: 200px;
	}
	.openbiocontentwrap {
    margin: 250px 0 200px 0;
	}
	.closebio {
    top: 185px;
    right: 11%;
	}
	
	
}


/*SIGN UP PAGE ===========*/

.signup-wrap{
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	overflow: hidden;
	background-color: #e2e9f2;
	padding: 100px 0;
	min-height: 100vh;
}

.sign-up--logo{
	width: 300px;
	height: auto;
	float: left;
	text-align: center;
	margin: 0 auto 80px auto;
}


@media only screen and (max-width:600px){
	
	/*	GLOBAL*/

	
	
/*	 2 COL */
	
	.twocol__panel {
    width: 90%;
	margin: 0 0 80px 0;
	}
	
/*	MENTEE PAGE*/

	.checklist__item {
    width: 44%;
	}
	
	/*	BIOS PAGE*/

.bio {
    width: 100%;
}
	
	.mentee-testimonial__slider--text {
    width: 65%;
    margin: 0 0 0 5%;
	}
	
}

@media only screen and (max-width:550px){
	
	
	/*	GENERIC QUERIES*/
	h1 {
		font-size: 60px;
		line-height: 55px;
	}
	
	p {
    font-size: 13px;
}
	.list_text {
	font-size: 13px;	
	}
	
	.slick-next {
    right: 10px;
	}
	.slick-prev {
    left: 10px;
	}
	.slick-prev, .slick-next {
    top: 95%;
}
	
	.values__slider > .slick-prev, .values__slider > .slick-next {
    top: 50%;
}

.values__slider > .slick-prev {
	left: -70px;
}

.values__slider > .slick-next {
	right: -70px;
}
	
	/*	NAVIGATION*/

	.navopen__right__content > ul > li > a {
    font-size: 55px;
    line-height: 85px;
	}
	
	/*	SKILLS SECTION*/

	
	.skills__stat {
    width: 100%;
    text-align: center;
}
	.skills__stat__copy {
    width: 100%;
    text-align: center;
}
	
/*	MENTEE PAGE*/

	
	.mentee-steps__element:nth-child(3) {
		    margin: 50px auto 0 auto;
	}
	
	.mentee-steps__element {
    width: 90%;
}
	
	.two-col__right {
    height: 250px;
	}
	
	
	
	.mentee-testimonial__slider--text {
    width: 100%;
    margin: 0 0 0 0%;
    text-align: center;
	}
	.mentee-testimonial__slider--image {
    width: 40%;
    margin: 0 auto 20px auto;
	}
	
}

@media only screen and (max-width:500px){

/*	GLOBAL*/
	
	h2 {
    font-size: 17px;
	}
	
	.fullwidth__mission h2 {
    line-height: 30px;
}	
	
	.fullwidth--margintop {
    margin: 144px 0 0 0;
}
		.fullwidth--padding {
    padding: 50px 0 0 0;
}
	
/*	NAVIGATION*/
	
	.navbar-contain__buttons {
    order: 2;
    width: 230px;
    margin: 0;
	}
	
	.navbar-contain__button {
    padding: 8px 10px;
    font-size: 10px;
}
	
	.ticker__item {
    padding: 0 30px;
	}
	
	.button__hover__wrap{
	width: 304px;
    top: 11px;
    left: -91px;
	}
	.button__hover--one{
	padding: 11px 22px;
	font-size: 13px;
	margin: 75px 0 0 0;
	}
	
/* INTRO SECTION */
	
	.fullwidth__introcopy {
    width: 80%;
		margin: 50px 10%;
}
	
/* 2 COL */
	
		.twocol__panel {
	margin: 0 0 80px 0;
	}
	.twocol__panel__image {
    height: 230px;
	}
	
}

@media only screen and (max-width:430px){
	
	
/*	GENERIC*/	

.values__slider > .slick-prev {
	left: -60px;
}

.values__slider > .slick-next {
	right: -60px;
}
	
	
/*	NAVIGATION*/
	
	.navopen__right__content > ul > li > a {
	font-size: 44px;
    line-height: 70px;
	}
	
	/*	MENTEE PAGE*/
	
	.floating-logo {
		top: 47%;
	}
	
	
	.footer-wrap {
    width: 80%;
    margin: 100px 10%;
	}
	
	.footer-wrap__logo {
    width: 100%;
	}
	
	.footer-wrap__col {
    width: 100%;
	}
	
}

