body
{
	-webkit-transition: background .2s linear;
	-moz-transition: background .2s linear;
	-o-transition: background .2s linear;
	-ms-transition: background .2s linear;
	transition: background .2s linear;
}

body.no-bg.red
{
	background-image: none;
	background-color: #D12A21;
}

body.no-bg.beige
{
	background-image: none;
	background-color: #D7D1C4;
}

body.no-bg.darkgreen
{
	background-image: none;
	background-color: #041E21;
}	

body.no-bg.darkbrown
{
	background-image: none;
	background-color: #011d20;
}	



body.no-bg.blue
{
	background-image: none;
	background-color: #00ADEE;
}


body.no-bg.darkgrey
{
	background-image: none;
	background-color: #575756;
}

body.no-bg.lightgreen
{
	background-image: none;
	background-color: #354a4d;
}




#top, #bottom, #left, #right {
	background: #d12a21;
	z-index:20;
}

html.homepage #top, 
html.homepage #bottom 
{
	background: transparent;
	z-index:20;
}

body.no-bg.darkgreen #top,
body.no-bg.darkgreen #bottom,
body.no-bg.darkgreen #left,
body.no-bg.darkgreen #right,
body.no-bg.darkgreen .site-footer,
body.no-bg.darkgreen .container.header
{
	background-color: #041E21;
}


body.no-bg.blue #top,
body.no-bg.blue #bottom,
body.no-bg.blue #left,
body.no-bg.blue #right,
body.no-bg.blue .site-footer,
body.no-bg.blue .container.header
{
	background-color: #00ADEE;
}


body.no-bg.beige #top,
body.no-bg.beige #bottom,
body.no-bg.beige #left,
body.no-bg.beige #right,
body.no-bg.beige .site-footer,
body.no-bg.beige .container.header
{
	background-color: #D7D1C4;
}


body.beige .header-nav ul.nav-items li a
{
	color: #D12A21;
}

body.no-bg.darkgrey #top,
body.no-bg.darkgrey #bottom,
body.no-bg.darkgrey #left,
body.no-bg.darkgrey #right,
body.no-bg.darkgrey .site-footer,
body.no-bg.darkgrey .container.header
{
	background-color: #575756;
}

body.no-bg.lightgreen #top,
body.no-bg.lightgreen #bottom,
body.no-bg.lightgreen #left,
body.no-bg.lightgreen #right,
body.no-bg.lightgreen .site-footer,
body.no-bg.lightgreen .container.header
{
	background-color: #354a4d;
}



body.no-bg.darkbrown #top,
body.no-bg.darkbrown #bottom,
body.no-bg.darkbrown #left,
body.no-bg.darkbrown #right,
body.no-bg.darkbrown .site-footer,
body.no-bg.darkbrown .container.header
{
	background-color: #011d20;
}


body.no-bg.darkbrown .container.header
{
    background: transparent !important;
    height: 10px;
    display: block;
    margin: 0px auto 30px;
    width: 100%;
    border: 0;
}


body.no-bg.darkbrown .container.header .row
{
	/*border-bottom: 5px solid #FFF;*/
}

body.no-bg.beige .container.header {
    background: transparent !important;
    height: 10px;
    display: block;
    margin: 0px auto 30px;
    width: 100%;
    border: 0;
}

body.no-bg.beige .container.header .row
{
	/*border-bottom: 5px solid #D12A21;*/
}



body.no-bg.blue .container.header
{

}

#left, #right
{
	position: fixed;
	top: 0; bottom: 0;
	width: 45px;
}

#left
{ 
	left: 0;
}

#right
{
	right: 0;
}

#top
{
	left: 0;
	right: 0;
	top: 0;
	height:60px !important;
}

html.homepage #top
{
	position:absolute;
}

#bottom
{
	position: fixed;
	left: 0;
	right: 0;
	height: 45px;
}

#bottom
{
	z-index:10;
	height:110px;
}

body.no-footer-border #bottom
{
	height:70px;
}



#bottom
{ 
	bottom: 0;
}

.header-nav ul.nav-items
{
	margin-top: 20px;
	margin-left: 45px;
	float: left;

}

.header-nav ul.nav-items li
{
	display: inline-block;
	margin-right: 10px;
	display: inline-block;
    margin-right: 15px;
    letter-spacing: 0.5px;
    margin-bottom: 0px;
   	position: relative;
}

.header-nav ul.nav-items li a
{
	text-decoration: none;
	color: #FFF;

	-webkit-transition: .2s all linear;
	-moz-transition: .2s all linear;
	-o-transition: .2s all linear;
	transition: .2s all linear;	
}

.header-nav ul.nav-items li a.newsletter
{
	font-family: grotesk-light;
}


.header-nav ul.nav-items li a:hover
{
	color: rgba(255,255,255,0.8);

}

.header-nav ul.nav-items li:last-child
{
	margin-right: 0;
}


html.staff-pic .site-border
{
	background: transparent !important;
}

html.staff-pic .site-footer
{
	background: rgba(66,66,66,0);
	background: -moz-linear-gradient(top, rgba(66,66,66,0) 0%, rgba(5,5,5,1) 85%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(66,66,66,0)), color-stop(85%, rgba(5,5,5,1)));
	background: -webkit-linear-gradient(top, rgba(66,66,66,0) 0%, rgba(5,5,5,1) 85%);
	background: -o-linear-gradient(top, rgba(66,66,66,0) 0%, rgba(5,5,5,1) 85%);
	background: -ms-linear-gradient(top, rgba(66,66,66,0) 0%, rgba(5,5,5,1) 85%);
	background: linear-gradient(to bottom, rgba(66,66,66,0) 0%, rgba(5,5,5,1) 85%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#050505', GradientType=0 );
}

html.staff-pic .container.header.half-height {
    background: transparent !important;
    height: 10px;
    display: block;
    margin: 0px auto 30px;
    width: 100%;
    border: 0;
}

html.staff-pic .container.header.half-height .row
{
	/*border-bottom: 5px solid #FFF;*/
}

html.staff-pic body
{
	background-size: cover !important; 
}


html.company-pic .site-border
{
	background: transparent !important;
}

html.company-pic .site-footer
{
	background: transparent !important;
}

html.company-pic body
{
	background-size: cover !important; 
}




.site-footer
{
	background: #d12a21;
	position: fixed;
	bottom: 0;
	z-index: 5000;
	height: 100px;
	
	display: block;
    margin: 0px auto;
    width: 100%;
}

html.homepage .site-footer
{
	background: transparent;
}

.site-footer .footer-inner
{
	border-top: 5px solid #FFF;
	margin: 0px auto;
    margin-left: 45px;
    margin-right: 45px;
}

body.no-footer-border .site-footer .footer-inner
{
	height: 70px;
}

body.footer-transparent .site-footer{
    background: transparent;
}


img.footer-logo
{
	margin: 30px auto 0;
	display: block;
	height: 25px;
}

.logo-homepage-container
{
    position: fixed;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    z-index: 5000;
}

.logo-homepage-container img.hp-main-logo
{
	display: block;
	width: 100%;
}

.hamburger {
	display: none;
	width: 30px;
	padding: 0px;
	position:absolute;
	right:45px;
	top:15px;
	z-index:5000;
	overflow: hidden;
	position: fixed;
}
.hamburger span {
	background: #FFF;
	display: block;
	height: 5px;
	margin: 5px 0;

	position: relative;
	transform: rotate( 0 );
	top: 0;
	left: 0;
	opacity: 1;

	transition: none 0.5s ease;
	transition-property: transform, top, left, opacity;


}

html.mm-opened .hamburger span.top-bar {
	transform: rotate( 45deg );
	top: 13px;
}
html.mm-opened .hamburger span.middle-bar {
	opacity: 0;
	left: -40px;
}
html.mm-opened .hamburger span.bottom-bar {
	transform: rotate( -45deg );
	top: -7px;
}

/* MENU CUSTOMISATIONS */

.mm-title
{
	display:none;
}

.founders-toolkit
{
	line-height:3rem;
}



.container.header {
	width: 100%;
	margin-top: 10px;
	margin-bottom:40px;
	max-width: none;
	height: 255px;
	background: #D12A21 url("/assets/images/yellow-lines-header-bg.png") repeat-x 2px -22px;
	/*border-bottom: 5px solid #FFF;*/
}

.container.header img
{
	max-width: 620px;
    margin: 20px auto 0;
    display: block;
}


.container.header.resources img
{
	margin: 8px auto 0;
}


.container.header.toolkit img
{
	max-width: 925px;
}


.container.header.half-height {
	height: 130px;
	background: #D12A21 url("/assets/images/yellow-lines-header-bg.png") repeat-x 0px -240px;
	border-bottom: 5px solid #FFF;
}




.container.header.platform
{
    width: 100%;
    margin-top: 10px;
   	margin-bottom: 0px;
    padding-bottom: 95px;
    max-width: none;
    height: initial;
    background: #D12A21 url("/assets/images/black-lines-header-bg.png") repeat-y 0px 0px;
    border-bottom: 1px solid #000;
       
}

.container.header.platform .row
{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.container.header.platform .row.cta
{
	width: 98%;
}


.container.header.platform .row:after {
    background-color: #D12A21;
    content: '';
    display: block;
    position: absolute;
    top: initial;
    left: 10px;
    right: 10px;
    bottom: 0px;
    z-index: 0;
    height: 45px;
}

.container.header.platform img
{
	width: 50%;
	max-height: 30vh;
	display: block;
	max-width: 100%;
	position: relative;
	top: 0px;
	bottom: 0;
	margin: 30px auto 50px;
	left: 0;
	right: 0;
	z-index: 1;
}


.container.header.platform h1
{
	font-size: 2.5rem;
    line-height: 3.5rem;
}

.container.header.platform h2
{
	/*font-size: 1.8rem;
    font-family: grotesk-light;
    line-height: 3.3rem;*/

    font-family: 'grotesk-light';
    font-size: 2.1rem;
    line-height: 3.3rem;
}


.container.platform:not(.header) {
    margin: 0 auto;
    padding-top: 40px;
}

.row.platform-desc
{
	margin-bottom: 160px;
    padding-bottom: 10px;

}


.row.platform-desc h1.num
{
	margin-top: 136px;
}

.row.platform-desc img.platform-col-img
{
    display: block;
    margin-bottom: 30px;
    width:250px;
}

.row.platform-desc img.platform-col-img.middle
{
	width:227px;
}

.row.platform-desc p
{
	font-size: 1.5rem;
    font-family: grotesk-light;
    line-height: 1.6;
    min-height: 200px;
}


.row.platform-testimonials
{
	margin-bottom: 150px;
	padding-bottom: 20px;

}

 blockquote
{
    padding: 0;
    margin: 0;
    font-size: 1.4rem;
    color: #FFF;
    border-top: 1px solid #000;
    padding-top: 30px;
}

.testimonial-photo
{
	float: left;
    width: 115px;
    margin-right: 20px;
    margin-top: 6px;
    display: block;
    margin-bottom: 10px;
}


/* OVERRIDE SKELETON CONTAINER */
.container
{
	/*width: 100%;
	padding-left: 45px;
	padding-right: 45px;
	max-width:none;
	*/

	width: 100%;
    padding-left: 45px;
    padding-right: 45px;
    max-width: 1200px;
    margin: 0 0;
}




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


.container.header.about
{
	margin-top: 10px;
	margin-bottom: 0px;
	max-width: none;
	height: 200px;
	border-bottom: 2px solid #FFF;
}


.container.header.about img {
    max-width: 430px;
    margin: 10px auto 0;
    display: block;
}


.container.about:not(.header)
{
    background-size: cover !important;
    background: #D12A21 url(http://frontline.vc/assets/images/about-globalmap-bg.svg) center center no-repeat;
    position: relative;
    max-width: none;
    z-index: 1000;
    padding-top: 40px;
}

.container.about .row
{
	margin-bottom: 90px;
    max-width: 1200px;
    display: block;
    margin: 0 auto;
}

.container.about .row.about-intro
{
	position: relative;
}


.container.about .row.about-logos
{
	margin-top: 50px;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	margin-bottom: 50px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.container.about .row.about-logos img.about-company-logo
{
	display: block;
    float: left;
    margin-right: 15px;
}

.container.about .row.about-outro
{
	margin-bottom: 130px;
    /*border-top: 2px solid #FFF;*/
    margin-top: 40px;
    padding-top: 40px;
}

.container.about .row.about-outro ul li {
    line-height: 3rem;
    font-size: 2rem;
    width: 190px;
    list-style: none;
    margin-top: 30px;
}

.container.about .row h1
{
	font-size: 4rem;
}

.container.about h2
{
	margin-bottom: 30px;
	font-family: 'grotesk-light';
	font-size: 2.1rem;
	line-height: 3.3rem;
}

.container.about .row h3.about-oneliner
{
    line-height: 3rem;
    font-size: 2rem;
    width: 190px;
    position: absolute;
    bottom: 18px;
}

.container.about h2 em
{
	font-family: 'grotesk-light';
}

.container.about h2 a
{
	color: #FFF;
	text-decoration: underline;
}

.container.about .sponsor p
{
	line-height:2rem;
}

.container.about .sponsor p a
{
	color: #FFF;
}

.container.about .sponsor p img
{
	float: left;
    margin-top: 5px;
    margin-right: 15px;
}

.container.team
{
	margin-top:0px;
}

.container.team h1
{
	font-size: 4rem;
	margin-top: 5px;
	font-family: 'grotesk-bold';
}

.soc {
	overflow:hidden;
	margin:0; padding:0;
	list-style:none;
}

.soc li {
	display:inline-block;
	*display:inline;
	zoom:1;
}

.soc li a {
	font-family:si!important;
	font-style:normal;
	font-weight:400;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;

	-o-transition:.1s;
	-ms-transition:.1s;
	-moz-transition:.1s;
	-webkit-transition:.1s;
	transition:.1s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);

	overflow:hidden;
	text-decoration:none;
	text-align:center;
	display:block;
	position: relative;
	z-index: 1;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	margin-right: 5px;
	color: #D12A21;
	background-color: #ffffff;
}

.soc a:hover {
	z-index: 2;
	background-color:#ebebeb !important;
}

.soc li:last-child a
{
	margin:0 !important;
}

.soc-twitter:before {
	content:'a';
}
.soc-facebook:before {
	content:'b';
}
.soc-linkedin:before {
	content:'j';
}

.soc a.soc-website img,
.soc a.soc-medium img
{
	width: 30px;
}

.soc a.soc-website:hover img,
.soc a.soc-medium:hover img
{
	background-color:#ebebeb !important;
}

.soc.header
{
	float: right;
	margin-top: 20px;
	margin-right: 45px;
}

.soc.header li a {
	
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
}

.soc.library
{
	float:none;
}

.soc.library li a
{
	color:#575756;
	width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
}

.team-list-container
{
	/*
	top: -40%;
	transform: translateY(40%);
	position: absolute;
	height: 320px;
	*/
	margin-top: 17vh;
}

.team-member
{
	margin-bottom: 0px;
	height: 45px;
	position: relative;
	display:none;
}

.team-member p
{
	margin-bottom:0px;
	font-style: italic;
	position:absolute;
	top: -23px;
	display:none;
}

.team-member h2 {
    margin-bottom: 0px;
    margin-top: 0px;
    cursor: pointer;
    display: block;
    line-height: 45px;
    font-family: 'grotesk-light';
}


.team-member h2:hover,
.team-member h2.active
{
	font-family: 'grotesk-bold';
}
.team-member ul.soc
{
	display:none;
	position:absolute;
	top:40px;
}

.team-member.show p,
.team-member.show ul.soc
{
	display: block;
}

.columns.bios
{
	position:relative;
}

.team-member-bio-container
{

	padding-bottom: 0px;
	height: calc(100vh - 200px) !important;
	z-index: 10000;
	position: relative;
	/* margin-top: 100px; */
	/* bottom: 100px; */
}

.slimScrollDiv
{
	height: calc(100vh - 200px) !important;
}

.team-member-bio
{
	display: none;
	position: relative;

}

.team-member-bio h2
{
	font-size: 2.5rem;
	line-height: 3.5rem;
	margin-bottom: 35px;
}


.team-info-close
{
	display: none;

	/*position: absolute;
	top:0px;
	right:-60px;*/


	position: fixed;
	top: 115px;
    right: 50px;
}


.contact.container
{
	padding-bottom:70px;
}


.contact.container .row
{
	margin-bottom: 60px;
}

.contact.container .row.city h2
{
	font-size: 3.4rem;
	line-height: 3.6rem;
	margin-bottom: 10px;
	color: #FFF;
}

.soc.contact
{
	margin-top: 30px;
}


.contact.container .row h1
{
	font-size: 4rem;
    color: #FFF;
}


.contact.container .row,
.contact.container .row a
{
	color: #D12A21 !important;
}

.contact.container .row .intro-blurb h2
{
	font-size: 2rem;
    line-height: 2.6rem;
    font-family: grotesk-light;
    color: #b2bbbc;
}

.contact.container .row .intro-blurb a
{
	color: #D12A21;
}



.city-filter
{
	font-size:4rem;
	margin-bottom:20px;
}

.city-filter li
{
	display:inline;
}

.city-filter li:first-child:after
{
	content: " / ";
}

.city-filter li a
{
	color: #FFF;
	text-decoration: none;
}

.city-filter li a:hover,
.city-filter li a.active
{
	text-decoration: underline;
}

.address-details:first-of-type
{
	display:block;
}

.address-details
{
	margin-top:35px;
	display:none;
}

.address-details p
{
	color: #b2bbbc;	
}


.address-details p b
{
	font-family: 'grotesk-regular';
}
}
    


.map:first-of-type
{
	display:block;
}

.map
{
	/*display:none;*/
	width:100%;
}

.ee_gmap
{
	width:100% !important;
}

.contact.container .row .map p a
{
	font-size:1.2rem;
	color:#FFF !important;
}

/* Portfolio */

.container.portfolio
{
	margin-top:20px;
	max-width: initial;
}

.container.portfolio h1
{
	font-size: 4rem;
}

.container.portfolio.single
{
	margin-top: 20px;
	max-width: 1200px;
}

.container.portfolio .row.filter
{
	text-align: right;
}


/* Portfolio Filters */


.container.portfolio .company-filters ul li
{
	position: relative;
}

.container.portfolio .company-filters ul li input[type=checkbox]{
  position: absolute;
  visibility: hidden;
}

.container.portfolio .company-filters ul li label{
  display: block;
  position: relative;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

.container.portfolio .company-filters ul li:hover label{
	color: #FFF;
}

.container.portfolio .company-filters ul li .check{
	display: block;
	position: absolute;
	border: 1px solid #FFF;
	height: 10px;
    width: 10px;
    top: 5px;
    left: 0px;
    z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
	/*background-color: #d12a21;*/
}

.container.portfolio .company-filters ul li:hover .check {
  border: 1px solid #FFF;
  background-color: #FFF;
}


.container.portfolio .company-filters input[type=checkbox]:checked ~ .check {
  background: #FFF url("/assets/images/filter-checkmark.png") no-repeat 0 1px;
}

.container.portfolio .company-filters input[type=checkbox]:checked ~ .check::before{
  background-color: #FFF;
}

.container.portfolio .company-filters input[type=checkbox]:checked ~ label{
  color: #FFF;
}



.company-filters h2
{
	font-size:2rem;
	margin-bottom:5px;
	text-align: left !important;
}

.company-filters ul
{
	margin-bottom:15px;
	margin-left:0px;
}

.company-filters ul li
{
	list-style:none;
	font-size:1.4rem;
	font-weight: 300;
	margin-bottom:0px;
	text-align: left !important;
	position: relative;
}

.company-filters ul li a
{
	color:#FFF;
	text-decoration: none;
}

.company-filters ul li a:hover
{
	color: #FFF;
}

.company-filters label
{
	margin:0;
	font-weight:300;
	cursor: pointer;
	padding-left: 20px;
}

.company-filters input, textarea, select, fieldset {
    margin-bottom: 0;
}





.grid-sizer { width: 29%; }
.gutter-sizer { width: 4%; }


.row.companies
{
	padding-top:30px;
	padding-bottom:160px;
}

.row.companies .company-stub
{
    border: 1px solid #FFF;
    width: 29%;

    background-color: #D12A21;
    padding: 15px;
    margin-bottom: 20px;
    height: 180px;
    position: relative;
    cursor: pointer;

    overflow: hidden;

    -webkit-transition: background .2s linear;
	-moz-transition: background .2s linear;
	-o-transition: background .2s linear;
	-ms-transition: background .2s linear;
	transition: background .2s linear;

}


.row.companies .company-stub.acquired::after
{
    content: "ACQUIRED";
    position: absolute;
    right: 0px;
    top: 0;
    background-color: #FFF;
    color: #d12a21;
    padding: 5px 15px;
    font-family: "grotesk-bold";
}

/*
.row.companies .company-stub:nth-child(4n+4)
{
	margin-right:0;
}
*/

.row.companies .company-stub img
{
    max-height: 72px;
    max-width: 100%;
}

.row.companies .company-stub img.portfolio-rollover-pic
{
    position: absolute;
    left: 0px;
    top: 0px;
    min-width: 100%;
    height: auto;
    max-height: none;
    max-width: none;
    display: none;
    z-index: 1;
	
}


.row.companies .company-stub:hover img.portfolio-rollover-pic
{
	display: block;
}

.row.companies .company-stub .links
{
	position: absolute;
	bottom:0px;
	z-index:100;
}

.row.companies .company-stub a.website
{
	color:#FFF;
	font-size:1.5rem;
	margin-bottom:5px;
	display: block;
}

.row.companies .company-stub .soc.company li a
{
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
}

.row.companies .company-details img
{
	margin-top: 45px;
	margin-bottom: 15px;
	height: 90px;
}

.row.companies .company-details ul.soc
{
	margin-bottom: 30px;
}

.row.companies .company-details .address p
{
	margin-bottom: 20px;
}


.row.companies .company-details .address p a
{
	color: #FFF;
}

.row.companies .company-bio h1
{
	margin-top: 0px;
	margin-bottom: 40px;
	font-size: 3rem;
}

.row.companies .company-bio h1 span.acquired
{
    color: #d12a21;
    background-color: #FFF;
    padding: 1px 4px;
    top: -5px;
    font-size: 1.4rem;
    letter-spacing: 1.8px;
    display: inline-block;
    margin-top: -10px;
    width: 100px;
    text-align: center;
    position: relative;
    margin-left: 20px;
}

.row.companies a.portfolio-back
{

	position: absolute;
	top:60px;
	right:0px;

}




.row.companies .company-bio h2
{
	margin-bottom: 20px;
}

.row.companies .company-bio p
{
	font-size: 2rem;
    line-height: 3rem;
}

   
.container.news
{
    padding-bottom: 80px;
    max-width: none;
}

.container.news h1
{
	font-size: 4rem;
}

.container.news .news-intro
{
	margin-bottom: 50px;
}

.container.news .news-intro h2
{
	color: #b2bbbc;
	font-family: 'grotesk-light';
    font-size: 2.1rem;
    line-height: 3.3rem;
	width: 490px;
}


.container.news .row .stub-row
{
	padding: 20px;
	
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
 
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.container.news .news-stub {
    background-color: #D12A21;
    padding: 2%;
    width: 44%;
    margin-right: 4%;
    margin-bottom: 4%;
    float: left;
    position: relative;
    padding-bottom: 85px;
    cursor: pointer;
}

.container.news .news-stub.half:nth-of-type(5n+5)
{
	margin-right: 0;
}
 

.container.news .news-stub.half:nth-of-type(12n+12)
{
	margin-right: 0;
}
 

.container.news .news-stub.wide {
    width: 100%;
    margin-right: 0;
    background-color: #FFF;
    padding-bottom: inherit;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
 
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}



.container.news .news-stub .pic
{
	background-color: #D12A21;

}

.container.news .news-stub .pic img
{
	display: block;
	/*mix-blend-mode: multiply;*/
}

.container.news .news-stub h3
{
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 20px;
    margin-top: 20px;
}

.container.news .news-stub .author-details {
    position: absolute;
    bottom: 0px;
    width: 92%;
    height: 47px;
    left: 0;
    padding: 4%;
}

.container.news .news-stub .author-details p
{
	float: left;
	font-family: 'grotesk-regular';
}

.container.news .news-stub .author-details p span
{
	font-family: 'grotesk-light';
}

.container.news .news-stub .author-details img
{
	float: right;
	height: 20px;
	margin-top: 15px;
}


.container.news .news-stub.wide .pic {
    background-color: #D12A21;
    width: 60%;
    float: left;
}

.container.news .news-stub.wide .preview
{
    float: left;
    width: 36.5%;
    margin-left: 3%;
    position: relative;
    padding-bottom: inherit;
}

.container.news .news-stub.wide h3 
{
    font-size: 3.6rem;
    color: #D12A21;
    line-height: 3.5rem;
    margin-top: 0px;
}

.container.news .news-stub.wide p
{
	color: #D12A21;
}

.container.news .news-stub.wide .author-details {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 47px;
    left: 0;
    padding: 0%;
}

.container.news .news-stub.small
{
	width: 26.6666%;
	background-color: #FFF;
}

.container.news .news-stub.small h3
{
	color: #D12A21;
	line-height:3rem;
}


.container.news .news-stub.small p
{
	color: #D12A21;
	line-height:2.1rem;
}

.container.news .news-stub.small:nth-of-type(2n+2)
{
	background-color: #D12A21;
}

.container.news .news-stub.small:nth-of-type(2n+2) h3,
.container.news .news-stub.small:nth-of-type(2n+2) p
{
	color: #FFF;	
}

.container.news .news-stub.small:nth-of-type(3n+3)
{
	margin-right: 0; /* reset previous 2n+2 rule */
}

/*
.container.news .news-stub.small:nth-of-type(3n+3)
{
	margin-right: 0;
}
*/


.container.news .news-stub.small:nth-of-type(9n+9)
{
    margin-right: 4%;
}


.container.news .news-stub.small:nth-of-type(10n+10) {
    margin-right: 0;
}

.container.platform
{
	margin:0 auto;
}

.container.platform .resource-list
{
	padding-bottom: 120px;
}

.container.platform .resource-list h2
{
	cursor: pointer;
}

.container.platform .resource-list ul
{
	margin-bottom: 20px;
	margin-top: 10px;
	margin-left: 0px;
	display: none;
}

.container.platform .resource-list ul li
{
	list-style: none;
}

.container.platform .resource-list ul li a
{
	color: #FFF;
	text-decoration: none;
}

.container.platform .resource-list ul li a:hover
{
	text-decoration: underline;
}

.container.platform .toolkit
{
	padding-bottom: 120px;
}


.container.platform .toolkit p
{
	font-size: 1.8rem;
}


.container.platform .toolkit p a
{
	color: #FFF;
}

.container.platform .toolkit ul
{
	margin-left: 20px;
	margin-top: 20px;
}

.container.platform .toolkit ul li
{
	list-style: disc;
}


.container.platform .job-content
{
	padding-bottom: 120px;
}


.container.platform .job-content p
{
	font-size: 2.3rem;
}


.container.platform .job-content p a
{
	color: #FFF;
	text-decoration: none;
}

.container.platform .job-content p a:hover
{
	text-decoration: underline;
}

.container.platform  ul.job-openings
{
	margin-top: 40px;
}

.container.platform .jobs ul li
{
	list-style: none;
    width: 20%;
    float: left;
    display: inline;
}

.container.platform .jobs ul li a
{

	color: #FFF;
	text-decoration: none;
	font-size: 2.5rem;
    line-height: 3.6rem;
}

.container.platform .jobs ul li a:hover
{
	text-decoration: underline;
}


.container.platform .row.job-listings
{
	margin-top: 40px;
}


.container.library
{
	margin-top: 10px;
	padding-bottom: 120px;
	max-width: initial;
}

.library-close
{
	position: fixed;
	right: 46px;
	top: 70px;
	z-index: 100;
}


.row.library-shelf
{
	background:  transparent url("/assets/images/book-shelf-bg.png") repeat-x 0 bottom;
	max-width: 1200px;
    margin: 40px auto 0;
}

.row.library-shelf .twelve.columns
{
	display: table-cell;
	vertical-align: bottom;
	text-align: center;
}

.row.library-shelf .cover-holder
{
	width: 20%;
	display: inline-block;
	margin-bottom: 8px;
	margin-left: 2%;
	vertical-align: bottom;
}

.row.library-shelf .cover-holder img
{
	display: block;
}

.row.library-view.pdf
{
	border-bottom: 2px solid #FFF;
    padding-bottom: 0px;
    padding-top: 20px;
}

.row.library-view img.single-view-cover
{
	height: 70vh;
	margin: 0 auto 50px;
	display: block;
}

.row.library-view img.single-view-infographic
{
	margin: 0 auto 50px;
	display: block;
}


.row.library-view.details
{
	margin-top: 20px;
}

.row.library-view.details p
{
	font-size: 1.5rem;
    font-family: grotesk-light;
    line-height: 1.6;
    color:#b2bbbc;
}

.row.library-view.details.header p
{
	font-family: 'grotesk-regular';
	color:#FFF;
}

.row.library-view.details ul:not(.soc)
{
	margin-left:20px;
	margin-bottom:20px;
}


.row.library-view.details ul li
{
	color:#b2bbbc;
	list-style-position: outside;

}


.row.library-view.details a.download-pdf-button
{
	color: #FFF;
    background-color: #e31d1a;
    padding: 3% 0%;
    text-decoration: none;
    font-size: 2rem;
    display: block;
    width: 80%;
    text-align: center;
    margin-top: 28px;
}



.library-extra-info h5
{
	font-size: 1.6rem;
    line-height: 1.6rem;
    margin: 0px;
}





.slide-share-container
{
	max-width:960px;
	width:100%;
	margin:0 auto;
	display:block;
}


.slide-share-container div
{
	margin-bottom: 15px !important;
}

.slide-share-container div a
{
	color:#FFF;
}


.slide-share-container .fluid-width-video-wrapper
{ 
	padding-top:60% !important;
}

/* HOMEPAGE SLIDES */



.intro-slide
{
	position:relative;
	width: 100%;
	height: 100%;
	border-top: 60px solid #d12a21;
	border-bottom: 125px solid #d12a21; 
}


img.homepage-cta-slide
{
	border: 0;
	height: 63vh;
	margin-left: 125px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	display:block;
}



html.homepage #left,
html.homepage #right
{
	position:absolute;
}





.team-slide
{

	position: relative;
	height: 100%;
    width: 100%;
    background-size: cover !important;
    background: #f9453b url(http://frontline.vc/content/images/team-about-photo-update-jun17.jpg) center center no-repeat;
    background-blend-mode: multiply;
}

.team-slide img
{
	position: absolute;
	left: 85px;
	bottom: 190px;
	width: 340px;
}

.about-slide
{

	position: relative;
	height: 100%;
    width: 100%;
    background-size: cover !important;
    background: #D12A21 url(http://frontline.vc/assets/images/about-globalmap-bg.svg) center center no-repeat;
}


img.about-cta-slide
{
	border: 0;
	height: 60vh;
	margin-left: 125px;
	position: relative;
	top: 46%;
	transform: translateY(-50%);
	display:block;
}




.portfolio-slide
{

	position: relative;
	height: 100%;
    width: 100%;
    background-size: cover !important;
    background: #D12A21 url(http://frontline.vc/assets/images/hp-slide-portfolio-1.jpg) center center no-repeat;
}


img.portfolio-cta-slide
{
	border: 0;
	height: 60vh;
	margin-left: 125px;
	position: relative;
	top: 46%;
	transform: translateY(-50%);
	display:block;
}


.platform-slide
{
	position:relative;
	height: 100%;
    width: 100%;
    border-top: 60px solid #001C1F;
	border-bottom: 125px solid #001C1F; 
    background: #001C1F url(/assets/images/grey-lines-bg.png) repeat 0px 0px;
}

.platform-slide #left,
.platform-slide #right
{
	background: #001C1F;
}


img.platform-cta-slide
{
	border: 0;
	height: 60vh;
	margin-left: 125px;
	position: relative;
	top: 46%;
	transform: translateY(-50%);
	display:block;
}




.library-slide
{
	position:relative;
	height: 100%;
    width: 100%;
    border-top: 60px solid #354a4d;
	border-bottom: 75px solid #354a4d; 
    background-color: #354a4d;
}

.library-slide #left,
.library-slide #right
{
	background: #354a4d;
}

.library-slide .logo-container
{
	position: absolute;
    /* bottom: 89px; */
    left: 73%;
    transform: translate(-50%, 25%);
    width: 43%;
    display: block;

}


.library-slide .logo-container img
{
	display: block;
	width: 100%;
}


.library-slide img.library-cta-slide
{
	position: absolute;
	left: 125px;
	top: 50%;
	width: 410px;
	transform: translate(0%, 100%);
	display: block;
}

body.fp-viewing-intro-about .header-nav ul.nav-items li.about::after,
body.fp-viewing-intro-team .header-nav ul.nav-items li.team::after,
body.fp-viewing-intro-portfolio .header-nav ul.nav-items li.portfolio::after,
body.fp-viewing-intro-platform .header-nav ul.nav-items li.platform::after,
body.fp-viewing-intro-library .header-nav ul.nav-items li.library::after
{

	content: url(/assets/images/nav-arrow.svg);
	position: absolute;
	left: 50%;
	top: 35px;
	width: 20px;
	display: block;
	transform: translate(-50%,0);

}

/* FAKE SCROLL */

.scrollWrap{
    overflow : hidden;
    height   : 100%;
    position : relative;
    z-index  : 1;
}
.scrollContent{
    height          : 100%;
    width           : 100%;
    padding         : 0 32px 0 0;
    position        : relative;
    right           : -18px;
    overflow        : auto;
    -moz-box-sizing : border-box;
    box-sizing      : border-box;
}

.fakeScrollBar{
    position            : absolute;
    background          : rgba(255,255,255,.63);
    width               : 9px;
    border-radius       : 4px;
    right               : -15px;
    top                 : 0;
    z-index             : 0;
    cursor              : -moz-grab;
    cursor              : -webkit-grab;
}

.fakeScroll:hover .fakeScrollBar.fakescroll-grabbed{
    cursor     : -moz-grabbing;
    cursor     : -webkit-grabbing;
    background : #FFF;
}

body.fakescroll-grabbed{
    cursor     : -moz-grabbing;
    cursor     : -webkit-grabbing;
}

/* NEWSLETTER SIGNUP */

.container.newsletter
{
	margin-top:20px;
	max-width: initial;
}

.container.newsletter h1
{
	font-size: 4rem;
	line-height: 4rem;
}

.container.newsletter h1 span
{
	font-family: grotesk-light;
}

#mc_embed_signup {
    /*position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 300px;*/



    position: relative;
    width: 300px;
    left: 50%;
    transform: translateX(-50%);


}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000;
}

#mc_embed_signup input[type="text"],
#mc_embed_signup input[type="email"]
{
	padding: 0px 10px;
    height: 35px;
    width: 100%;
}

#mc_embed_signup input[type="submit"]
{
	background-color: #000;
    color: #FFF;
    width: 100%;
    margin-top: 20px;
    text-align: left;
    padding: 0px 10px;
}

#mc_embed_signup .response
{
	background-color: #000;
    padding: 10px;
}


#mc_embed_signup h2
{
	font-size: 1.7rem;
    line-height: 2rem;
    margin-bottom: 14px;
}