*,
*::after,
*::before {
	box-sizing: border-box;
}

html {
	background: #fff;
}

body {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	color: #555555;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
p {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 20px;
}
.articles p{
	font-family: 'Work Sans', sans-serif;font-size:1.000rem;
	-webkit-font-smoothing: antialiased;
	color: #1f497d;
	-moz-osx-font-smoothing: grayscale;
	line-height: 24px;
	margin-bottom: 20px;
}

a {
	border:none;
	outline: none;
	text-decoration: none; 
}
a:focus {
	border:none;
	outline: none;
}
.clearfix {
	clear: both;
}

.fullWidth{
	width: 100%;
}

.main-container {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding:0 40px;
	height: auto;
	overflow: hidden;
}



h2 {
	font-size: 36px;
	line-height: 1.2;
	font-weight:900;
	margin: 40px 0 20px;
}

.h2-stripe {
	display: inline-block;
	height: 10px;
	opacity: 0.15;
	width:80px;
	margin-bottom: 8px;
	margin-left:20px;
}
.left {
	float: left;
}
.right {
	float: right;
}

.main-container-grey {
	background-color: #FAFAFA;
	width: 100%;
	clear: both;
	height: auto;
	overflow: hidden;
	margin:0px 0 0;
	border-top: solid 1px #DDDDDD;
	border-bottom: solid 1px #DDDDDD;
}
.stats-container {
	text-align: center;
}
.stats {
	float: none;
	vertical-align: top;
	text-align: center;
	display: inline-block;
	padding:20px 0px;
	font-size: 16px;
	line-height: 20px;
	width: 33.3333%;
	max-width: 320px;
}
.mainstat {
	font-size: 55px;
	letter-spacing: 2px;
	line-height: 55px;
	width: 100%;
	display: block;
	height: auto;
	overflow: hidden;
	font-weight:900;
}

.content-strip {
	width: 100%;
	height: auto;
	overflow: hidden;
	min-height: 140px;
	padding:30px 0;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	color: #ffffff;
	text-align: center;
	font-size: 24px;
	line-height: 32px;
}
.content-strip-inner {
	width: 100%;
	max-width: 740px;
	margin:0 auto;
}
.content-strip strong {
	font-weight:900;
}

.bb-strip {
	text-align: left;
	font-weight:900;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding:20px 40px;
	height: auto;
	overflow: hidden;
}
.bb-strip-headings {
	float: left;
	width: 70%;
}
.bb-strip-headings h2 {
	font-size: 36px;
	line-height: 42px;
	margin:0 0 3px;
}
.bb-strip-headings h4 {
	font-size: 24px;
	line-height: 28px;
	margin:0 0 3px;
}
.bb-strip-headings p {
	font-size: 16px;
	padding:3px 0 0;
	font-style: italic;
	margin-bottom: 0;
}
.bb-strip-button {
	width: auto;
	padding:15px 20px;
	float: right;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	margin-top: 24px;
	font-size: 16px;
	line-height: 16px;
}
.partnership {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.partnership p {
	font-style: italic;
	font-size: 16px !important;
	margin-bottom:8px !important;
}
.partnership a img {
	float:left;
	width: 100%;
	max-width: 140px;
	height: auto;
	display: block;
}
.article {
	width: 33.33333%;
	border-left: dashed 1px #173975;
	padding:30px;
	float: left;
	margin-bottom:2px;
}
.article h4 {
	margin: 0 0 15px;
	font-size: 20px;
	line-height: 24px;
	font-weight:900;
}
.article p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
}
.article a {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
	text-decoration: none;
	font-weight:900;
	padding-right:18px;
	background-image: url(../img/article-arrow.svg);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 14px;
}
.footer {
	background-color: #173975;
	height: auto;
	overflow: hidden;
	color: #FFFFFF;
	font-size: 14px;
}
.footer-inner {
	width: 100%;
	height: auto;
	overflow: hidden;
	max-width: 1280px;
	margin: 0 auto;
	padding:20px 40px;
}
.footer-logo {
	float: left;
	width: 40px;
	margin-right: 15px;
	margin-top: 6px;
}
.footer-logo img {
	width: 100%;
	max-width: 40px;
}
.copyright {
	float: left;
	width: auto;
	margin: 10px 0;
    line-height: 16px;
}
.connect {
	float: right;
	width: auto;
	margin: 4px 0 0;
	text-align: right;
	font-weight:900;
}
a.social {
	clear: both;
	margin:0 2px;
	display: inline-block;

}
a.social img {
	margin-top:5px;
	width: 28px;
	height: 28px;
	text-decoration: none;
	outline: none;
}
.overlay-intro {
	width: 100%;
	max-width: 1280px;
	padding:40px;
	background-color: #ffffff;
	margin: -55px auto 40px;
	border-top: solid 5px;
	height: auto;
	overflow: hidden;
}
.involved-intro {
	border-top-color: #00ADED !important;
}

.employers-intro {
	border-top-color: #00A082 !important;
}
.workseekers-intro {
	border-top-color: #F4841E !important;
}
.insights-intro {
	border-top-color: #7C51A0 !important;
}
.overlay-main-heading {
	width: 36%;
	float: left;
	padding-right:40px;
	position: relative;
}
.overlay-main-heading h1 {
	font-size: 44px;
	line-height: 1.1;
	text-transform: uppercase;
	margin:0;
	font-weight:900;
}
.overlay-main-heading h1 span {
	background-repeat: repeat-x;
    background-size: 8px;
    background-position: 0px 27px;
    z-index: -1;
}
.overlay-main-heading h1.harambee-purple span {
	background-image: url(../img/purple-stripe.svg);
}
.overlay-main-heading h1.harambee-aqua span {
	background-image: url(../img/aqua-stripe.svg);
}
.overlay-main-heading h1.harambee-green span {
	background-image: url(../img/green-stripe.svg);
}
.overlay-main-heading h1.harambee-blue span {
	background-image: url(../img/blue-stripe.svg);
}
.overlay-main-heading h1.harambee-orange span {
	background-image: url(../img/orange-stripe.svg);
}
.overlay-divide {
	position: absolute;
	right: 0px;
	top: 9px;
	width: 5px;
	height: 60px;
}
.overlay-divide-flat {
	float: left;
	margin: 40px 0;
	width: 60px;
	height: 5px;
}
.overlay-content {
	width: 64%;
	float: right;
	padding-top:4px;
	padding-left:40px;
}
.overlay-content p {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 20px;
}
.overlay-sub-heading {
	font-weight:900;!important;
	font-size: 22px;
	line-height: 26px;
	clear: both;
	margin-bottom:10px;
}
.overlay-sub-heading span {
	font-style: italic;
	font-weight:400;
	font-size: 18px;
	line-height: 24px;
}
.stat-graph {
	margin-top:110px;
}
.stat-graph img {
	margin-bottom:20px;
}

ul.workseeker-req {
	list-style-type: none;
	padding-left:2px;
	padding-top: 0px;
	margin-bottom:20px;
}
ul.workseeker-req li {
	margin:0 0 5px;
	font-size: 16px;
	line-height: 20px;
	background: url(../img/work-req.svg) 0px 3px no-repeat;
	background-size: 15px;
	padding-left: 25px;
}

.full-w-stat {
	width: 100%;
	margin:20px auto;
	padding:20px;
	text-align: center;
	font-size: 20px;
	font-weight:900;
}
.full-w-stat img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom:30px;
}
.graph-details {
	font-size:12px;
	line-height: 16px;
	padding-left:20px;
	background-image: url(../img/info.svg);
	background-repeat: no-repeat;
	background-position: top left; 
	text-align: left;
	font-weight: 400;
	margin-top: 5px;
	margin-bottom: 20px;
}
.insights-wrap {
	width: 100%;
	margin: 0 -20px;
	height: auto;
	overflow: hidden;
	border-right: dashed 1px #173975;
	border-left: dashed 1px #173975;
}
.insight {
	width: 33.3333%;
	position: relative;
	padding:20px;
	float: left;
	border-right: dashed 1px #173975;
	border-top:none;
	border-bottom:none;
	margin-left:-1px;
	min-height: 420px;
}
.insight:last-child {
	border-right: none;
}
.insight strong {
	font-weight:900;
}
.insight .three-col {
	width: 33.3333%;
	float: left;
	padding:10px 10px 0;
	font-weight:900;
	font-size: 26px; 
	text-align: center;
}
.insight .three-col p, .insight .two-col p {
	font-size: 12px;
	line-height: 14px;
	margin-top:5px;
	margin-bottom: 0;
	color: #555555;
	font-weight: 400;
}
.insight .two-col {
	width: 50%;
	float: left;
	padding:15px 10px 0;
	margin:10px 0 0;
	font-weight:900;
	font-size: 26px;
}
.insight .two-col-img {
	width: 70px;
	float: left;
	height: auto;
	overflow: hidden;
}
.insight .two-col img {
	float: left;
	margin-right:10px;
	width: 60px;
	margin-bottom:20px;
}
.insight p {
	font-size: 16px;
    line-height: 22px;
    width: 100%;
}
.insight img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    display: block;
}
.insight-three {
	position: absolute;
	left:20px;
	top:160px;
	max-width: 100px !important;
}
.insight-three-wrap {
	width: 100%;
	padding-left: 100px;
	height: auto;
	overflow: hidden;
}
.insight-three-wrap .three-col {
	width: 33.3333%;
	float: left;
	text-align: center;
	padding:10px;
	font-weight:900;
	font-size: 26px; 
}

.work-process {
	width: 50% !important;
	padding:20px;
	float: left;
}

.bb h3 {
	font-size: 20px;
	line-height: 24px;
	margin:0 0 10px;
	font-weight:900;
}
.bb p {
	font-size: 16px;
    line-height: 22px;
    width: 100%;
}
.bb-stat {
	font-size: 34px;
    line-height: 34px;
    width: 100%;
    overflow: hidden;
	font-weight:900;
    margin-top:20px;
}
.bb-stat div {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
    color: #555555;
}
.insight-heading {
	font-size: 12px;
	margin-bottom: 5px;	
	margin-top: 15px;
	color: #555555;
	text-transform: uppercase;
	font-style: italic;
	display: inline-block;
}
.insights-divide-flat {
	float: left;
	margin: 10px 0 20px;
	width: 60px;
	height: 5px;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.insights-divide-dash {
	border-top:dashed 1px #7C51A0;
	margin: 20px 0px;
}
.halfwrap {
	width: 50%;
}
.rightpadding{
	padding-right:40px;
}
.leftpadding{
	padding-left:40px;
}
.halfwrap p {
	width: 100%;
	font-size: 16px;
	line-height: 22px;
}
.halfwrap h5 {
	font-size: 20px;
	line-height: 1.2;
	font-weight:900;
	margin-bottom: 15px;
	margin-top: 0;
}
.halfwrap h4 {
	font-size: 20px;
	line-height: 1.2;
	font-weight:900;
	margin: 5px 0; 
}
.halfwrap img {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}
.halfwrap ul {
	list-style-type: none;
	padding-left:2px;
	padding-top: 8px;
}
.halfwrap ul li {
	margin:0 0 5px;
	line-height: 1;
	background: url(../img/dot.svg) 0px 5px no-repeat;
	background-size: 6px;
	padding-left: 15px;
}
.icon {
	float: left;
	width: 80px;
	margin-right:15px;
	margin-bottom: 40px
}
.icon img {
	width: 100%;
	margin-top: 0;
}
.cta {
	text-align: center;
	font-weight:900;
	font-size: 22px;
	line-height: 26px;
	padding:40px;
	margin: 20px 0;
}

.cta .btn {
	color: #FFFFFF;
	width: 220px;
    padding: 12px 20px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 10px auto 0;
    font-size: 16px;
    display: block;
}
.involved-cta {
	background-color: #FAFAFA;
	color: #00ADED;
	margin: 0;
}
.employers-cta {
	color: #00A082;
}
.insights-cta {
	color: #7C51A0;
	margin: 0;
}
.insights-cta .btn {
	width: 160px;
}
.process-inner {
	margin:0 -20px;
	height: auto;
	overflow: hidden;
}
.process-step {
	width: 33.3333%;
	padding:0 20px 20px;
	float: left;
}
.process-number {
	font-size: 72px;
	opacity: 0.15;
	width: 100%;
	text-align: left;
	font-weight:900;
}
.process-desc {
	font-size: 16px;
	line-height: 22px;
}
.process-desc h4 {
	font-size: 20px;
    line-height: 1.2;
	font-weight:900;
    margin: 10px 0 5px;
}
.process-desc p {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
}
.logo-grid {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom:40px;
}
.logo-grid ul {
	list-style: none;
	margin:0;
	padding: 0;
}
.logo-grid ul li {
	float: left;
	width: 20%;
	border: solid 1px #efefef;
	border-top:none;
	padding: 20px;
	margin-right:-1px;
}
.logo-grid ul li span {
	font-size: 0px;
	line-height: 0px;
	display: block;
}
.hide-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.logo-grid ul li img {
	width: 100%;
	max-width: 160px;
	margin:0 auto;
	display: block;
}


/* OUR TEAM */


/* -------------------------------- 

Main components 

-------------------------------- */
main {
  position: relative;
  z-index: 2;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
main.slide-out {
  /* the main element slides to the left when the author bio is visible */
  -webkit-transform: translateX(-270px);
  -moz-transform: translateX(-270px);
  -ms-transform: translateX(-270px);
  -o-transform: translateX(-270px);
  transform: translateX(-270px);
}
main.slide-out .cd-overlay {
  /* the overlay layer gets visible when the author bio slides in */
  display: block;
  -webkit-animation: cd-fade-in 0.3s;
  -moz-animation: cd-fade-in 0.3s;
  animation: cd-fade-in 0.3s;
}
@media only screen and (min-width: 768px) {
  main.slide-out {
    /* change in size of the author bio section */
    -webkit-transform: translateX(-600px);
    -moz-transform: translateX(-600px);
    -ms-transform: translateX(-600px);
    -o-transform: translateX(-600px);
    transform: translateX(-600px);
  }
}
@media only screen and (min-width: 1200px) {
  main.slide-out {
    -webkit-transform: translateX(-640px);
    -moz-transform: translateX(-640px);
    -ms-transform: translateX(-640px);
    -o-transform: translateX(-640px);
    transform: translateX(-640px);
  }
}

.cd-section {
  text-align: center;
}
.cd-section .cd-container {
  /* this modifies the .cd-container default max-width */
  max-width: 640px;
}
.cd-section h2 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-size: 20px;
  font-size: 1.25rem;
}
.cd-section p {
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {

  .cd-section p {
    line-height: 1.6;
  }
}
@media only screen and (min-width: 1200px) {

  .cd-section h2 {
    margin-bottom: 2em;
  }
  .cd-section p {
    line-height: 1.8;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

header {
  background: #f2ecbd;
}
header h1 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: .4em;
  color: #3e380c;
}
header p {
  font-size: 15px;
  
 
}

.cd-placeholder-1 {
  background: #f25f5c;
  color: #fdeaea;
}

.cd-placeholder-2 {
  background: #FFF;
}

#cd-team .cd-container {
  max-width: 100%;
}
#cd-team h2 {
  color: #1a2f2a;
}
#cd-team li {
  margin-bottom: 2em;
  box-shadow: 0 0 10px rgba(92, 75, 81, 0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
/*#cd-team li:hover {
  box-shadow: 0 0 10px rgba(92, 75, 81, 0.3);
}*/
#cd-team li:hover .cd-img-overlay {
  opacity: 1;
}
#cd-team figure {
  position: relative;
  border: solid 2px #173975;
}
#cd-team img {
  display: block;
  width: 100%;
}
#cd-team .cd-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(85, 85, 85, 0.7);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#cd-team .cd-img-overlay span {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #FFF;
}
#cd-team .cd-member-info {
  background: #1f497d;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  margin: 0px auto 0;
  color: #FFFFFF;
  position: relative;
  bottom:28px;
  width: 90%;
  margin:0 auto;
  font-size: 14px;
}
#cd-team .cd-member-info span {
  display: block;
  font-weight: normal;
  color: #FFFFFF;
  font-style: italic;
  font-size: 11px;
  margin-top: 3px;
  line-height: 13px;
}
@media only screen and (min-width: 768px) {
  #cd-team li {
    width: 15%;
    float: left;
    margin-right: 1.66666%;
  }
  /*#cd-team li:nth-child(4n) {
    margin-right: 0;
  }*/
}

@media only screen and (max-width: 1240px) {
  #cd-team li {
    width: 23%;
    float: left;
    margin-right: 2%;
  }
}

@media only screen and (max-width: 768px) {
  #cd-team li {
    width: 32%;
    float: left;
    margin-right: 1.3333%;
    min-height:290px;
  }
}

@media only screen and (max-width: 680px) {
  #cd-team li {
    min-height:270px;
  }
}

@media only screen and (max-width: 540px) {
  #cd-team li {
    width: 48%;
    float: left;
    margin-right: 2%;
  }
  #cd-team li:nth-child(2n) {
    float: left;
    margin-left: 2%;
    margin-left: 0;
  }
  #cd-team li {
    min-height:auto;
  }
}

.cd-member-bio {
  position: fixed;
  top: 0;
  right: 0;
  width: 320px;
  height: 100%;
  overflow-y: auto;
  /* smooth scrolling on mobile phones and tablets */
  -webkit-overflow-scrolling: touch;
  background: #FFFFFF;
  z-index: 999;
  /* this how we move the author bio section off the canvas */
  -webkit-transform: translateX(320px);
  -moz-transform: translateX(320px);
  -ms-transform: translateX(320px);
  -o-transform: translateX(320px);
  transform: translateX(320px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.cd-member-bio.slide-in {
  /* the author bio section slides in when the user clicks on the team member picture */
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 0 0 60px rgba(85, 85, 85, 0.5);
}
.cd-member-bio .cd-member-bio-pict {
  position: relative;
}
.cd-member-bio .cd-member-bio-pict::after {
  /* gradient at the bottom of the image - same color of the background of the section */
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
}
.no-cssgradients .cd-member-bio .cd-member-bio-pict::after {
  display: none;
}
.cd-member-bio img {
  width: 100%;
  display: block;
}
.solutions-list ul {
	list-style-type: none;
	padding-left:2px;
	padding-top: 8px;
}
.solutions-list ul li {
	margin:0 0 20px;
	font-size: 16px;
	line-height: 20px;
	background: url(../img/solution-check.svg) 0px 3px no-repeat;
	background-size: 15px 15px;
	padding-left: 25px;
}
.bio-info-wrap {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.bio-pic {
	float: left;
	width: 150px;
	border: solid 2px #173975;
	margin-right: 20px;
}
.bio-pic img {
	width: 100%;
	display: block;
}
.bio-pic-info {
	float: left;

}
.cd-member-bio .cd-bio-content {
  padding: 20px;
  color: #555555;
}
.cd-member-bio .cd-bio-content h1 {
	font-weight:900;
  text-align: left;
  font-size: 24px;
  line-height: 30px;
  margin:40px 0 5px;
  color: #173975;
}
.cd-member-bio .cd-bio-content em {
  font-style: italic;
  color: #555555;
  font-size: 16px;
  line-height: 20px;
}
.cd-member-bio .cd-bio-content p {
  font-size: 16px;
  margin: 1em 0;
  line-height: 1.4;
  color: #555555;
}
@media only screen and (min-width: 768px) {
  .cd-member-bio {
    width: 600px;
    -webkit-transform: translateX(600px);
    -moz-transform: translateX(600px);
    -ms-transform: translateX(600px);
    -o-transform: translateX(600px);
    transform: translateX(600px);
  }

  .cd-member-bio .cd-bio-content {
    padding: 40px;
  }
  .cd-member-bio .cd-bio-content p {
    line-height: 1.6;
    margin: 2em 0;
  }

}
@media only screen and (max-width: 768px) {
.cd-member-bio .cd-bio-content h1 {
	clear: both;
	padding-top:10px;
}
}
@media only screen and (min-width: 1200px) {
  .cd-member-bio {
    width: 640px;
    -webkit-transform: translateX(640px);
    -moz-transform: translateX(640px);
    -ms-transform: translateX(640px);
    -o-transform: translateX(640px);
    transform: translateX(640px);
  }
  .cd-member-bio .cd-member-bio-pict::after {
    height: 150px;
  }
  .cd-member-bio .cd-bio-content {
    padding: 40px;
    /* we move the content up so the title is over the color gradient */
/*    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);*/
  }

  .cd-member-bio .cd-bio-content p {
    font-size: 16px;
  }
  .no-cssgradients .cd-member-bio .cd-bio-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

.cd-member-bio-close {
  width: 32px;
  height: 32px;
  overflow: hidden;
  position: fixed;
  top: 10px;
  right: 10px;
  background: url("../images/cd-icon-close.svg") no-repeat center center;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 9999;
  display: none;
}
.cd-member-bio-close.is-visible {
  display: block;
  -webkit-animation: cd-move-in 0.8s;
  -moz-animation: cd-move-in 0.8s;
  animation: cd-move-in 0.8s;
}
@media only screen and (min-width: 1200px) {
  .cd-member-bio-close {
    right: 20px;
    top: 20px;
  }
}

.cd-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(85, 85, 85, 0.85);
  cursor: pointer;
  display: none;
}

/* -------------------------------- 

xkeyframes 

-------------------------------- */
@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes cd-move-in {
  0% {
    -webkit-transform: translateX(100px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-move-in {
  0% {
    -moz-transform: translateX(100px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-move-in {
  0% {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

/* OUR TEAM END */


/* CONTACT FORM */
.contact-form-container {
	width: 100%;
	position: relative;
}
.form-main-wrapper {
	background-color: #FAFAFA;
	margin-top: 5px;
	/*box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);*/
	box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}

		#contact {
			background: #F9F9F9;
			margin: 0;
		}

		#contact h3 {
			display: block;
			font-size: 30px;
			font-weight: 400;
			margin-bottom: 10px;
		}

		#contact h4 {
			margin: 0 0 15px;
			display: block;
			font-size: 18px;
			line-height: 24px;
			font-weight: 900;
		}

		fieldset {
			border: none;
			border-bottom: medium none !important;
			margin: 0 0 10px;
			min-width: 100%;
			padding: 0;
			width: 100%;
		}

		#contact input[type="text"],
		#contact input[type="email"],
		#contact input[type="tel"],
		#contact input[type="url"],
		#contact textarea {
			width: 100%;
			border: none;
			border-bottom: 1px solid #A9A791;
			color: #555555;
			background: #FAFAFA;
			margin: 0 0 5px;
			padding: 15px 5px 10px;
		}

		#contact input[type="text"]:placeholder,
		#contact input[type="email"]:placeholder,
		#contact input[type="tel"]:placeholder,
		#contact input[type="url"]:placeholder,
		#contact textarea:placeholder {
			color: #A9A791;
		}

		#contact input[type="text"]:hover,
		#contact input[type="email"]:hover,
		#contact input[type="tel"]:hover,
		#contact input[type="url"]:hover,
		#contact textarea:hover {
			-webkit-transition: border-color 0.3s ease-in-out;
			-moz-transition: border-color 0.3s ease-in-out;
			transition: border-color 0.3s ease-in-out;
			border-bottom: 1px solid #aaa;
		}

		#contact textarea {
			height: 100px;
			max-width: 100%;
			resize: none;
		}
		a.back-arrow {
			padding:10px 0;
			margin-right: 10px;
			position: absolute;
			top:10px;
			left:20px;
		}
		a.back-arrow:hover {
			cursor: pointer !important;
		}
		a.back-arrow img {
			width: 18px;
			margin-bottom: -2px;
		}
		.form-button {
			cursor: pointer;
			border: none;
			border-bottom: none;
			color: #FFF;
			margin: 20px 0 0;
			padding: 12px 20px;
			font-size: 15px;
			font-weight: 900;
			float: left;
			font-size: 18px;
			-webkit-transition: all 0.3s ease-in-out;
			-moz-transition: all 0.3s ease-in-out;
			transition: all-color 0.3s ease-in-out;
			box-shadow: none;
		}
		.contact-indent {
			border-left: solid 5px #555555;
		}
		.contact-job {
			border-left-color: #F4841E;
		}
		.contact-talent {
			border-left-color: #00A082;
		}
		.contact-volunteer {
			border-left-color: #00ADED;
		}
		.contact-info {
			border-left-color: #7C51A0;
		}
		
		.contact-options ul {
			list-style: none;
			margin:0;
		}
		.contact-options ul li {
			padding: 0;
			color: #555555;
		}
		.contact-options ul li a {
			color: #555555;
			font-size: 18px;
			display: block;
			padding: 20px; 
		}
		.contact-options ul li a:hover {
			cursor: pointer;
		}
		.form-heading {
			width: 100%;
			padding:20px;
			font-size: 20px;
			line-height: 24px;
			font-weight: 900;
			color: #FFFFFF;
			position: relative;
			padding-left:55px;
		}
		.select-heading {
			color: #555555;
			position: relative;
			padding-left:25px;
		}
		.form-wrap {
			padding:20px;
			height: auto;
			overflow: hidden;
		}
		/*.form-button:hover {
			box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
			-webkit-transition: all 0.3s ease-in-out;
			-moz-transition: all 0.3s ease-in-out;
			transition: all-color 0.3s ease-in-out;
		}*/

		#contact button[type="submit"]:active {
			box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
		}

		.copyright {
			text-align: center;
		}

		#contact input:focus,
		#contact textarea:focus {
			outline: 0;
			border: none;
			border-bottom: 1px solid #aaa;
		}

		::-webkit-input-placeholder {
			color: #888;
		}

		:-moz-placeholder {
			color: #888;
		}

		::-moz-placeholder {
			color: #888;
		}

		:-ms-input-placeholder {
			color: #888;
		}

		.fields {
			float: left;
			margin: 20px 20px 0 0;
		}
		.label {
			width: 100%;
			margin-bottom: 0;
			float: left;
			font-weight: 900;
		}

		.cancel {
			float: right;
			line-height: initial;
			background: none;
			color: grey;
		}

		.hidden {
			display: none;
			visibility: hidden;
		}



.company-intro {
	padding:20px;
	position: relative;
}
.company-intro img {
	float: left;
	width: 170px;
	margin-right: 20px;
	position: absolute;
	top: 10px;
	left:20px;
}
.company-content {
	width: 100%;
	padding-left:200px;
}
.company-content h3 {
	font-weight:900;
	margin:0px 0 20px;
	font-size: 26px;
}
.company-content p {
	width: 100%;
	font-size: 16px;
	line-height: 22px;
	color: #555555;
	margin-bottom:20px;
}
.work-process .icon {
    margin-bottom: 20px !important;
}
.branches {
	margin-left:-20px;
	margin-right:-20px;
}
.branch {
	width: 33.3333%;
	padding: 10px 20px 10px;
	float: left;
	margin-top:2px;	
	margin-bottom:20px;
}

h2.province {
	font-size: 26px;
	margin:0 0 15px;
	color: #173975;
}
h4.city {
	font-size: 18px;
	margin:10px 0;
	color: #555555;
}
.branch ul {
	list-style: none;
}
.branch ul li {
	padding-left: 20px;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 20px;
	background-position: 0px 2px;
	background-size: 16px;
	background-repeat: no-repeat;
}
.branch-tel {
	background-image: url(../img/branch-tel.svg);
}
.branch-loc {
	background-image: url(../img/branch-loc.svg);
}
.dash-left {
	border-left: dashed 1px #173975;
}
.subhead {
	font-size: 28px;
	margin:-15px 0 20px;
}


