/* ABOUT PAGE  */

/* Change VC logo sizing to fit 5 logos to a single line on desktops */
.investor-list > li {
/*   width: 20.0%; */
	width: 16% !important;
}



@media screen and (min-width: 920px) {
	.team-list > li {
	  width: 25%;
	  height: 25vw;
	}
}



/* HOMEPAGE – Style News Ribbon that appears below Nav */
.news-ribbon {
	width: 100vw;
	height: 80px;
	background-color: #00b7b6;
	position: absolute;
	top: 100px;
	z-index: 900;
		
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.news-ribbon h3,
.ribbon-title,
.ribbon-cta,
.ribbon-cta-arrow {
	flex: auto;
	color: #fff !important;
}

.news-ribbon h3,
.ribbon-title,
.ribbon-cta {
	padding-top: 20px;
}

.news-ribbon h3 {
	flex-basis: 30%;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 0;
	width: 300px;
	text-align: right;
	padding-right: 10px;
}

.ribbon-title {
	flex-basis: 40%;
	font-size: 20px;
	font-family: "museo-sans", sans-serif;
}

.ribbon-cta a {
	width: 90px;
	border-bottom: solid 1px #fff;
	padding-bottom: 5px;
	text-transform: capitalize;
/* 	text-transform: uppercase; */
	margin-left: 10px;
}

.ribbon-cta-arrow {
/* 	flex-basis: 10%;     */
	flex-basis: 65px;
	height: 40px !important;
    background-image: url('../images/ribbon-cta-arrow@2x.png');
    background-repeat: no-repeat;
    background-size: contain;
/*     z-index: 5000; */
    z-index: 900;
/*     margin-top: 20px; */
	-ms-flex-item-align: center;
    align-self: center;
    margin-top: 7px;
}

@media screen and (max-width: 1365px) {
	.news-ribbon h3,
	.ribbon-title {
		padding-top: 0;
	}
}

@media screen and (min-width: 1100px) {
	.ribbon-cta-arrow {
	    margin-left: -30px;
	}
}

@media screen and (max-width: 900px) {
	.news-ribbon h3,
	.ribbon-title,
	.ribbon-cta {
		padding-top: 0;
	}
}

@media screen and (max-width: 765px) {
	.news-ribbon {
		height: 100px;
		top: 70px;
	}	
	.news-ribbon h3 {
		flex-basis: 20%;
		font-size: 22px;
		margin-bottom: 0;
		text-align: right;
		padding-right: 10px;
	}
	.ribbon-title {
		font-size: 18px;
		padding-top: 20px;
	}
}

@media screen and (max-width: 905px) {
	.news-ribbon {
		min-height: 120px;
		height: auto;
/* 		height: auto; */
		display: block;
	}
	
	.news-ribbon h3,
	.ribbon-title,
	.ribbon-cta {
		width: 100%;
/* 		display: block; */
		flex:none;
		text-align: center;
	}
	

	.ribbon-title {
		width: 100%;
		padding-left: 10vw;
		padding-right: 15vw;
		margin-bottom: 10px;
		text-align: center;
		  box-decoration-break: clone;
		  -webkit-box-decoration-break: clone;

	}

	.ribbon-cta {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.ribbon-cta-arrow {
/* 		flex-basis: 65px; */
		width: auto;
		
		height: 40px !important;
	    margin-top: 7px;
	    margin-bottom: 10px;
	    padding-bottom: 10px;
	    flex: none;
	}
	
	.visual .heading h1 {
		margin-top: 180px;
	}	
}

/*
@media screen and (max-width: 600px) and (max-height: 550px) {
	.visual .heading {
		margin-top: 180px;
	}	
}

@media screen and (max-width: 370px) and (max-height: 550px) {
	.visual .heading {
		margin-top: 200px;
	}	
}
*/

/*
theme.css is using
- (max-device-width: 480px)
- (max-width: 767px)
- (min-width: 768px) and (max-width: 1239px)
- (min-width: 1240px)
*/

/* Hero Blue Circle CTA to Mobile Operator Partners */

.meet-anna {
	font-size: 30px;
	text-align: center;
	line-height: 120%;
/* 	margin-top: 200px; */
	margin-top: 100px;
}

.big-circle {
/* 	width: 300px; */
/* 	height: 300px; */
	width: 200px;
	height: 200px;
	margin-top: 70px;
}

.big-circle:hover {
/* 	background-color:#30D3D2; */
	background-color: #23C6C5;
	box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, .2);
}

.big-circle:hover .hold {
	color: #fff;
}

.big-circle .hold {
	font-size: 18px;
}

@media screen and (max-width: 760px) {
	.big-circle .hold {
		line-height: 1.4;
 		font-size: 14px;
	}
	.big-circle {
/* 		margin-top: -20px; */
		width: 160px;
		height: 160px;
		padding: 4px;
	}
	
}

/*-- Homepage Partner Logos ======================================= */
.flex-wrapper {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome, Safari 6+ */
	display: flex;   

	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;	
	justify-content: space-evenly;
	-webkit-box-pack: center;
	-webkit-justify-content: center;

	
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex-item {
	-webkit-box-flex: 0 1 auto;
	-moz-box-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
	flex-basis: auto;
}

#op-logo-circle {
	margin-left: auto;
	margin-right: auto;
	margin-top: -120px;
	z-index: 1000;
	transform: translateZ(10px);
}

#section-05 > div > div.container {
	z-index: 1;
}

.operator-logos {
/* 	background-color: #fff; */
	background-color: #fafafa;
}

.op-logo-row {
	margin-top: 20px;
	margin-bottom: 90px;
/* 	margin-left: -50px; */
/* 	margin-right: -50px; */
	padding-top: 80px;
	padding-bottom: 130px;
}

.op-logo {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;	
	height: 50px;
	width: 150px;
	margin-top: 30px;
	margin-bottom: 30px;
e
	flex-basis: 150px;
}

.op-logo-cwc {
	background-image:  url("../images/operator-logos/cwc-logo.svg");
}

.op-logo-dt {
	background-image:  url("../images/operator-logos/dt2-logo.svg");
	height: 70px;
}
.op-logo-sp {
	background-image:  url("../images/operator-logos/sprint-logo.svg");
	margin-left: 20px;
	margin-right: 20px;
}

.op-logo-tel {
	background-image:  url("../images/operator-logos/tele2-logo.svg");
}
.op-logo-tig {
	background-image:  url("../images/operator-logos/tigo-logo.svg");
}
.op-logo-tun {
	background-image:  url("../images/operator-logos/tune3-logo.png");
	height: 70px;
}

.op-logo-sn {
	background-image:  url("../images/operator-logos/sn-logo.png");
	height: 70px;
	
}

#section-07 .circle-link {
	background: #4f3850;
}

@media screen and (max-width: 760px) {
	.op-logo {
		margin-top: 50px;
	}
	.operator-logos {
		margin-top: 50px;
		margin-bottom: 100px;
		background-color: #fff;
		padding: 40px;
	}
	.op-logo-row {
		padding: 0;
		margin-bottom: 0;
	}
}

/* Homepage Award Section */

.award-logos {
/* 	margin-top: 100px; */
	margin-top: 56px;
	margin-bottom: 100px;
/* 	background-color: #fff; */
	padding: 40px;
}

.aw-logo-row {
	margin-left: 11%;
}

.award-logos h3 {
	text-align: center;
	font-family: "brandon-grotesque", sans-serif;
    font-weight: 600;
    font-size: 35px;
    line-height: 68px;
    margin-bottom: 30px;
	color: #664b68;
}

.aw-logo {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;	
/* 	height: 150px; */
	height: 110px;	
	margin-top: 30px;
	margin-bottom: 30px;
/* 	margin-right: 20px; */
}

.aw-logo-mon {
	background-image: url(../images/award-logos/Mondato_award.jpg);
}
.aw-logo-aba {
	background-image:  url(../images/award-logos/aba17_gold_winner.svg);
}
.aw-logo-iba {
	background-image:  url(../images/award-logos/iba17_gold_winner.svg);
}
.aw-logo-len {
	background-image:  url(../images/award-logos/lendit-award3.png);
}

@media screen and (max-width: 760px) {
	.award-logos {
		margin-top: 0;
/* 		margin-bottom: 50px; */
		margin-bottom: 0;
		padding: 20px;
	}
	.aw-logo-row {
		margin-left: 0;
	}
	.award-logos h3 {
		line-height: 32px;
		font-size: 28px;
		margin-bottom: 20px;
	}
	.aw-logo {
/* 		margin: 20px 0; */
		padding-bottom: 20px;
	}
	.aw-logo-mon {
		height: 80px;
		padding-left: 0;
		padding-right: 0;
		margin-left: -24px;
	}
}

@media screen and (max-width: 767px) {
	.talent-area .tbl-cell {
		padding-bottom: 85px;
	}	
}


/*-- SIDE MENU ======================================= */
.side-menu {
	font-size: 14px;
	line-height: 20px;
}


/*-- News and Resources Page ======================================= */

/*
.news-resources-content article:hover,
.news-resources-content article:active {
	border-bottom: 2px solid #00b7b6;
}
*/

/*
.n-r-post-meta:hover,
.n-r-post-meta:active {
	border-bottom: 2px solid #00b7b6;
}
*/

.content-border {
	border-bottom: 2px solid #d8d8d8;
/* 	background-color: #e3e3e3; */
	width: 268px;
}

.content-border:hover,
.content-border:active {
	border-bottom: 2px solid #00b7b6;
	box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, .2);
}

.news-content-text {
/* 	height: 268px; */
/* 	height: 212px; */
	height: 200px;
	position: relative;
}

.resource-content-text {
	height: 140px;
}

.news-resources-content h2 {
	margin-top: 43px;
	margin-bottom: 12px;	
	font-size: 32px;
	font-weight: bold;
}

.n-r-title-border {
	border-top: 2px solid #00b7b6;
/* 	padding-bottom: 16px; */
	width: 80px;
	
}

.n-r-title {
	margin-top: 12px;
/* 	font-weight: bold; */
/* 	font-weight: 300; */
	font-weight: 200;
	font-weight: lighter;
	font-family: "museo-sans", sans-serif;
	font-size: 24px;
	line-height: 1.3;
	padding: 0 12px;
}

.news-resources-content a {
	color: #404040;

}

.n-r-post-meta {
	text-transform: uppercase;
	font-size: 12px;
	padding: 0 12px;
}

.meta-news {
	position: absolute;
/* 	top: 240px; */
	top: 162px;
}

.meta-resource {
	position: absolute;
	top: 266px;
}

.n-r-date {
	color: #9a9a9a;
}

.news-resources-content article {
	margin-top: 50px;
	margin-bottom: 50px;
}

.news-post-image-wrapper {
	position: relative;
	width: 268px;
/* 	height: 100px; */
	height: 45px;
/* 	background-color: #d8d8d8; */
/* 	background-color:#7E9A9A; */
}

/*
.post-image-wrapper {
	width: 254px;
	height: 140px;
}
*/

.news-post-image-wrapper img {
	width: 40%;
/* 	width: auto; */
	height: auto;
	overflow: auto;

	margin-left:14px;

/*
	margin: auto;
	position: absolute;
	top: 0; left: 0;
	bottom: 0; right: 0;
*/
}

.n-r-image {
	width: 254px;
	height: auto;
	position: relative;
	top: 30px;
	left: 48px;
}

.feat-image {
	margin-bottom: 12px;
}

@media screen and (max-width: 900px) {
	.news-resources-content article {
		margin-left: 30px;
		margin-right: 30px;
	}
}

@media screen and (max-width: 1000px) {
	.resource-pad {
		padding-left: 18px;
	}
}

a.view-all {
	text-align: right;
	float: right;
}

#view-all-resources {
	margin-bottom: 40px;
}


.flex-wrapper-left {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome, Safari 6+ */
	display: flex;   

	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;	
	justify-content: space-evenly;
	-webkit-box-pack: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;

	
/*
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
*/
	
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
}

.news-resources-content .tag {
	display:inline-block;
	margin-right: 15px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-size: 12px;

/*
	background-color: #F4F4F4;
	border: 1px solid	#6CEDEA;
	border-radius: 4px;
*/
	padding: 0 1px;
	border-bottom: 1px solid #6CEDEA;
	
}

.news-resources-content .tag:hover, 
.news-resources-content .tag:active {
	font-weight: bold;
} 

/*
@media (min-width: 1240px)
article .news-resources-content .col-md-3,
article .content-border,
article .news-content-text {
    width: 23%;
    width: 250px;
}
*/

@media (max-width: 1240px) {
	.news-resources-content article {
		margin-left: 10px !important;
		margin-right: 10px !important;
		flex-basis: 268px;
		width: 268px;
		padding: 0;
	}
}

@media (max-width: 900px) {
	.news-resources-content article {
		margin-left: 20px !important;
		margin-right: 20px !important;
	}
}


/*-- ABOUT Gallery ======================================= */
/*
.flex-wrapper-about-gallery {
	display: flex;   

	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;

	
	-webkit-box-align: left;
	-ms-flex-align: left;
	align-items: left;
}

.flex-item-about-gallery {
	-webkit-box-flex: 0 1 auto;
	-moz-box-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
	flex-basis: auto;
}


.juvo-life {
  text-align: center;
  font-size: 52px;
  font-weight: bold;
  color: #4a4a4a;
  margin-top: 40px;
}

.flex-item.two-wide img {
	width: 60%;
}

.flex-item.one-wide img {
	width: 30%;
}
*/


/*-- Resource Landing Page ======================================= */

a.lp-dl-btn {
	padding: 10px 10px;
	color: #fff;
/* 	font-weight: bold; */
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 6px;
	font-size: 0.8em;
	
/* 	border: 1px solid #11c6cf; */
/* 	background-color: #11c6cf; */
	
/* 	border: 1px solid #24C8D1; */
	background-color: #24C8D1;
}

a.lp-dl-btn:active, 
a.lp-dl-btn:hover {
	box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, .2);
	opacity: 1;
	background-color: #2AD7E0;
}


/*-- ABOUT REDESIGN ======================================= */

.aboutv2 h1 {
  font-size: 48px;
  font-weight: bold;
  letter-spacing: -1.5px;
  color: #4a4a4a;
}

.aboutv2 h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 0.97;
  text-align: center;
  color: #4a4a4a;
}

.aboutv2 span,
.aboutv2 p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.39;
  text-align: center;
  color: #737373;	
}

.about-header {
	margin-top: 144px;
	max-width: 740px;
	margin-left: auto;
	margin-right: auto;
}

.about-header h1 {
  text-align: center;
}

.about-values {
	margin-top: 96px;
	padding-bottom: 200px;
}

.bg-gray {
	background-color: #fcfcfc;
}

.flex-wrapper-about-values {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome, Safari 6+ */
	display: flex;   

	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;	
	justify-content: space-evenly;
	-webkit-box-pack: center;
	-webkit-justify-content: center;

	
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.three-values {
	margin-top: 68px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: flex-start;

}

.value-block {
	
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: flex-start;
	margin-left: 4vw;
	margin-right: 4vw;
}

.vb1 {
	width: 248px;
}

.vb1 h2 {
	padding-top: 5px;
}

.vb2 {
	width: 308px;
}

.vb3 {
	width: 256px;
}

.value-block ul {
	padding: 0;
}

.value-block ul li {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.39;
  text-align: center;
  color: #737373;	
  list-style: none;
}

.decor-03 {
	width: 45px;
	height: 40px;
  background-image: url("../images/bg-decor-01.svg");
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
    opacity: 0.6;
}

.decor-04 {
	width: 45px;
	height: 45px;
  background-image: url("../images/bg-decor-02.svg");
  opacity: 0.6;
}

.decor-08 {
	width: 36px;
	height: 45px;
  background-image: url("../images/bg-decor-03.svg");
    opacity: 0.6;
}

.about-value-icons {
	margin: 14px 14px 40px 14px;
}

.about-value-icon1 {
	margin-left: 98px;
}

.about-value-icon2 {
	margin-left: 128px;
}

.about-value-icon3 {
	margin-left: 104px;
}

.about-team-h1 {
	max-width: 600px;
	margin: 0 auto 75px auto;
	text-align: center;
}


/* ABOUT - Tabs */
.about-tabs {
	max-width: 960px;
	margin: 0 auto 200px auto;
}

.about-tabs ul li {
	width: 224px;
	text-align: center;
}

/* clear Bootstrap NAV margins */
.nav-tabs > li {
	margin: 0;
}

.about-tabs .nav-tabs > li {
	margin-left: 20px;
	width: 216px;
}

.about-tabs .nav-tabs > li:first-of-type {
	margin-left: 10px;
}

.about-tabs ul li:active,
.about-tabs ul li:hover {
	background: none;
}

.nav-tabs > li.active > a {
	background: #fff;
	color: #00b7b6;
}
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:active {
	color: #00b7b6;
	background: #fff;
	font-weight: bold;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #fff;
}


.nav-tabs li a {
	font-size: 20px;
}

.nav-tabs:before {
    background: #fff;
}

.nav-tabs li:first-child {
	padding-left: 
}

/*  ABOUT - Photo Gallery  */
.banner h1,
.our-team .hold-cell,
.life-at-juvo .hold-cell {
	color: #fff;
}

.life-at-juvo {
    position: relative;
    padding-top: 119px;
    background-color: #00b7b6;
	margin-bottom: 10px;
}


.life-at-juvo .circle-link {
    position: absolute;
    top: -127px;
    left: 0;
    right: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 600px) and (max-width: 770px) {
	.life-at-juvo .circle-link {
	    top: -65px;
	}
}

.about-gallery {
	width: 90%;
	margin: 0 5% 5% 5%;
	padding-left: 37px;	
}

.about-gallery img {
	max-width: 100%;
	height: auto;
}

#ag-row1-lt {
	margin-right: 28px;
	margin-bottom: 28px;
}

#ag-row1-rt {
	margin-bottom: 28px;
}

#ag-row2-lt{
	margin-right: 28px;
	margin-bottom: 28px;	
}

#ag-row2-rt {
	margin-bottom: 28px;
}

.circular-photo img {
	width: 180px;
}

.person-info h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.29;
  text-align: center;
  color: #404040;
  margin-top: 27px;
}

.person-info h4 {
  font-family: "museo-sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.72;
  text-align: center;
  color: #9b9b9b;
}

/* Investor Logos */
.team-list > li {
	height: 390px;
}

.investor-list > li {
  display: inline-block;
  vertical-align: top;
/*   width: 25.0%; */
	width: 14% !important;
/*   padding: 0 30px 60px; */
  padding: 0 14px 2px;
  font-size: 16px;
  line-height: 26px;
  font-family: "museo-sans", sans-serif;
/*   max-width: 1100px !important; */
}



#investors {
	position: relative;
}

#investors .team-list {
  position: relative;
  list-style: none;
/*   margin: 0 -3px 118px; */
    margin: 0 -3px 0;
  padding: 14px 0 0;
  line-height: 0;
}

/*
#investor-logos {
	position: absolute;
	width: 1400px;
	top: 655px;
	left: -175px;
}
*/

/* ABOUT TABLET+ STYLES */

@media screen and (min-width: 1050px) {
	.tab-content ul li {
		margin-left: 7px;
		margin-right: 7px;
	}
}

@media screen and (max-width: 1240px) {
	#ag-row2-lt {
	    margin-left: 28px;
	    margin-bottom: 28px;
	}
}

@media screen and (max-width: 830px) {
	#ag-row1-lt,
	#ag-row1-rt,
	#ag-row2-lt,
	#ag-row2-rt {
		margin: 0 auto 28px auto;
	}
}

@media screen and (min-width: 760px) and (max-width: 840px) {
	#ag-row2-lt {
	    margin-left: 28px;
	    margin-bottom: 28px;
	}
}


/* ABOUT MOBILE STYLES */

@media screen and (min-width: 601px) and (max-width: 940px) {
	.about-tabs .nav-tabs > li {
		margin-left: 20px;
		width: 20vw;
	}
}


@media screen and (max-width: 600px) {
	.vb2, .vb3 {
		margin-top: 60px;
	}

	.about-tabs .nav-tabs > li {
    		margin-left: auto;
    		margin-right: auto;
    		width: 100%;
    }
    
    	.about-tabs .nav-tabs > li:first-of-type {
		margin-left: 0;
	}

	
	.life-at-juvo .circle-link {
	    position: absolute;
	    top: -64px;
	    left: 0;
	    right: 0;
	    display: block;
	    margin-left: auto;
	    margin-right: auto;
	}
    
}

/* Headshot centering */
@media screen and (min-width: 740px) and (max-width: 888px) {
	    	.tab-content ul > li:nth-child(3n+1)
	 {
    		margin-left: 10vw;
	}
}

@media screen and (min-width: 520px) and (max-width: 739px) {
	    .tab-content ul > li:nth-child(odd) {
    		margin-left: 15vw;
	}
}

@media screen and (max-width: 442px) {
    .tab-content ul > li {
    		margin-left: 25vw;
		height: 345px;
	}
	.about-gallery {
/* 		width: 90%; */
/* 		margin: 0 5% 5% 5%; */
		padding-left: 0;	
	}
		
	.about-header {
		margin-top: 68px;
		max-width: 740px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 375px) {
    .tab-content ul > li {
    		margin-left: 20vw;
	}
}

.tab-content #investor-logos li {
    margin-left: 0;
    margin-right: 0;
}

@media screen and (max-width: 770px) {
	.investor-list .img {
	  height: 40px;
	  margin: 5% 20%;
	}
	#investor-logos li {
		margin-bottom: 50px;
	}
}


/*-- Bio Mobile Fix ======================================= */

@media screen and (max-width: 740px) {
	.circular-photo img {
		margin-bottom: 2em;
	}
}

/* Terms of Service and Privacy Fix */
.default-template-tabs li {
	margin-right: 64px;
}


/*-- Bold Type Fix ======================================= */

/* basic typography */
h1 {
	font-weight: bold;
}

#navbar {
	font-weight: bold;	
}

#footer .top,
#footer h4 {
	font-weight: bold;		
}

/* homepage elements */
.circle-link {
	font-weight: bold;
}
section h2 {
	font-weight: bold;	
}

/* about page */
.aboutv2 span {
	font-weight: bold;		
}

/* join our team page */

.numbers-area h2,
.benefit-list h3 {
	font-weight: bold;
}

