/*
Theme Name: Founders Co-op Dark
Theme URI: http://founderscoop.com
Author: Will Kelly (Modified by Aviel)
Author URI: http://will-kelly.com
Description: Dark theme version with teal accents for founderscoop.com
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: founderscoop
Tags:
*/
/* -----------------------------------------------------------

VARIABLES

-------------------------------------------------------------- */
/* Layout
-------------------------------------------------------------- */
/* Fonts
-------------------------------------------------------------- */
/* Colors
-------------------------------------------------------------- */
/*

TABLE OF CONTENTS:
------------------

# Reset
# Clearfix
# Global Styles
	> Header
	> Footer
# Home

-------------------------------------------------------------- */
/* Reset
-------------------------------------------------------------- */
html * {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
html *:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Clearfix
-------------------------------------------------------------- */
.clearfix {
  zoom: 1;
}
.clearfix:after, .clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

/* Global Styles
-------------------------------------------------------------- */
/* Remove wp-admin bar
------------------------------ */
/* --------------------------- */
/* Max Body Width */
html {
  background-color: #0f1419;
}
html body {
  max-width: 2100px;
  margin: 0 auto;
  background-color: #1a1f2e;
}
html body header {
  max-width: 2100px;
}

html * {
  font-family: "Lato", Arial, sans-serif;
  box-sizing: border-box;
  color: #a0aec0;
}

html span,
html strong,
html b,
html em {
  font-family: inherit;
  font-style: inherit;
  color: inherit;
}

body {
  position: relative;
}

.inner {
  position: relative;
  max-width: 1300px;
  width: 86%;
  margin: 0 auto;
}

#content {
  overflow: hidden;
  padding-top: 71px;
}

a {
  text-decoration: none;
  color: #4fd1c5;
}

p {
  line-height: 1.4em;
}

.button {
  display: inline-block;
  padding: 0.9em 1.7em;
  border-radius: 30px;
  color: #1a1f2e;
  line-height: 1em;
  font-family: "Nunito", Arial, sans-serif;
  background-color: #4fd1c5;
  transition: all 0.2s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.button:hover {
  background-color: #38b2ac;
  transform: scale(1.02);
}
.button.outline {
  border: 1px solid #4fd1c5;
  color: #4fd1c5;
  background-color: transparent;
}
.button.outline:hover {
  color: #1a1f2e;
  background-color: #4fd1c5;
}
.button.outline.green {
  border: 1px solid #16cbbb;
  color: #16cbbb;
}
.button.outline.green:hover {
  color: #fff;
  background-color: #16cbbb;
}
.button.outline.blue {
  border: 1px solid #6689ff;
  color: #6689ff;
}
.button.outline.blue:hover {
  color: #fff;
  background-color: #6689ff;
}

.section-intro {
  max-width: 580px;
  margin: 0 auto;
  text-align: center;
}
.section-intro h1 {
  font-size: 34px;
  font-family: "Nunito", Arial, sans-serif;
  color: #f7fafc;
  line-height: 1.25em;
  font-weight: 600;
}
.section-intro h4 {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.5em;
}
.section-intro.page-header {
  margin: 60px auto;
}
.section-intro.page-header h2 {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.5em;
}
@media (max-width: 500px) {
  .section-intro h1 {
    font-size: 28px;
  }
  .section-intro.page-header {
    margin: 70px auto;
  }
  .section-intro.page-header h2 {
    font-size: 16px;
  }
}

/* Header
------------------------------ */
header {
  position: fixed;
  top: 0;
  z-index: 3;
  height: 71px;
  width: 100%;
  background-color: #242b3c;
  box-shadow: 0 0px 40px rgba(0, 0, 0, 0.3);
}
header .color-bar {
  height: 3px;
  width: 100%;
}
header .color-bar span {
  float: left;
  display: block;
  height: 3px;
  width: 25%;
}
header .color-bar span.red {
  background-color: #4fd1c5;
}
header .color-bar span.blue {
  background-color: #6689ff;
}
header .color-bar span.green {
  background-color: #16cbbb;
}
header .color-bar span.yellow {
  background-color: #ffc976;
}
header .inner {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
header > .inner > nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-logo {
  height: 40px;
  width: 220px;
  background: 0/220px 40px url("images/fc-logo-main-full-color-wt.png") no-repeat;
  display: inline-block;
  flex-shrink: 0;
}
header .header-links {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
header .header-links li {
  display: inline-flex;
  align-items: center;
}
header .header-links li a {
  padding: 6px 12px;
  font-size: 14px;
  cursor: pointer;
  color: #cbd5e0;
  display: inline-flex;
  align-items: center;
}
header .header-links li a.button {
  color: #1a1f2e;
  padding: 12px 22px;
  margin-left: 12px;
}
header .header-links li a.button:hover {
  color: #1a1f2e;
}
header .header-links li a:hover {
  color: #4fd1c5;
}

/* Slide-in Menu
------------------------------ */
header button.lines-button {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 5;
  padding: 14px 16px 24px;
  margin-right: 0;
  cursor: pointer;
  background: transparent;
  box-shadow: none;
  user-select: none;
}
header button.lines-button:hover {
  background-color: transparent;
}
header button.lines-button:hover .lines {
  opacity: 1;
}
header button.lines-button:focus {
  box-shadow: none;
}
header .lines {
  display: inline-block;
  width: 26px;
  height: 3px;
  opacity: 0.8;
  background: #121214;
  border-radius: 1.8571428571px;
  position: relative;
  transition: all 0.3s;
}
header .lines:before, header .lines:after {
  display: inline-block;
  width: 26px;
  height: 3px;
  background: #121214;
  border-radius: 1.8571428571px;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  content: "";
  transform-origin: 1.8571428571px center;
}
header .lines:before {
  top: -6.9333333333px;
}
header .lines:after {
  top: 6.9333333333px;
}
header .slide-in-menu {
  position: fixed;
  z-index: 4;
  top: 0;
  right: 0;
  transform: translateX(440px);
  width: 440px;
  padding: 0 0 100%;
  text-align: left;
  transition: all 0.6s ease-in-out 0.15s;
}
@media (max-width: 440px) {
  header .slide-in-menu {
    width: 100%;
  }
}
header .slide-in-menu p {
  margin-bottom: 18px;
  color: #fff;
  font-size: 15px;
  line-height: 19px;
}
header .slide-in-menu .slide-in-links {
  height: 1000px;
  background: #242b3c;
}
header .slide-in-menu nav {
  opacity: 0;
  margin-left: 32px;
  transition: opacity 0.5s, transform 0.8s 0.8s;
  transform: translateY(-10px);
}
header .slide-in-menu nav .header-logo {
  margin: 40px 0 22px 13px;
}
header .slide-in-menu nav li {
  width: 100%;
  text-align: left;
}
header .slide-in-menu nav a {
  display: inline-block;
  padding: 10px 18px;
  margin-left: -4px;
  font-size: 16px;
  cursor: pointer;
  color: #cbd5e0;
}
header .slide-in-menu nav a:hover {
  color: #4fd1c5;
}
header .slide-in-menu nav a.button {
  padding: 14px 24px;
  margin: 11px 0 0 14px;
  color: #1a1f2e;
}
header .slide-in-menu nav a.button:hover {
  color: #1a1f2e;
}
@media (max-width: 900px) {
  header button.lines-button {
    display: block;
  }
  header .header-links {
    display: none;
  }
}

.mask {
  pointer-events: none;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  background: #000;
  transition: opacity 0.5s;
}

body.slide-in-nav {
  height: 100%;
  overflow: hidden;
}
body.slide-in-nav header .slide-in-menu {
  transform: translateX(0);
}
body.slide-in-nav header .slide-in-menu nav {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.7s 0.75s;
}
body.slide-in-nav button.lines-button .lines {
  background: transparent;
}
body.slide-in-nav button.lines-button .lines:before, body.slide-in-nav button.lines-button .lines:after {
  transform-origin: 50% 50%;
  top: 0;
  width: 26px;
}
body.slide-in-nav button.lines-button .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
body.slide-in-nav button.lines-button .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
body.slide-in-nav .mask {
  z-index: 3;
  opacity: 0.5;
  pointer-events: initial;
}

/* Footer
------------------------------ */
footer {
  position: relative;
  margin-top: 235px;
  background-color: #0f1419;
}
body.home footer {
  margin-top: 155px;
}
footer * {
  font-size: 15px;
  color: #e2e8f0;
}
footer a {
  display: inline-block;
  font-weight: 600;
  line-height: 30px;
  transition: opacity 0.2s;
}
footer a:hover {
  opacity: 0.7;
}
footer p {
  opacity: 0.75;
}
footer h5 {
  margin-bottom: 8px;
  opacity: 0.4;
  font-weight: 600;
}
footer nav {
  margin-top: 16px;
}
footer .button {
  padding: 0.65em 1.7em;
  margin-top: 7px;
  background-color: #4fd1c5;
  color: #1a1f2e;
}
footer .button:hover {
  opacity: 1;
  background-color: #38b2ac;
  color: #1a1f2e;
}
footer .footer-skyline {
  position: absolute;
  top: -126px;
  height: 155px;
  width: 100%;
  background: 50%/1680px 155px url("images/footer-skyline.png") no-repeat;
}
footer .inner {
  padding: 106px 0 100px;
  height: 430px;
}
footer .inner > div {
  float: left;
}
footer .footer-nav,
footer .addresses {
  width: 28%;
}
footer .addresses h5:last-of-type {
  margin-top: 24px;
}
footer .contact {
  width: 20%;
}
footer .footer-nav {
  margin-left: 4%;
}
footer .addresses {
  margin-left: 11%;
}
footer .addresses p {
  line-height: 1.5em;
}
footer .contact {
  margin-left: 9%;
}
footer .logo-white {
  height: 60px;
  width: 213px;
  margin-bottom: 13px;
  background: 50%/213px 60px url("images/fc-logo-horz-stack-full-color-wt.png") no-repeat;
}
footer .twitter,
footer .linkedin {
  display: inline-block;
  height: 34px;
  width: 34px;
  transition: all 0.3s;
}
footer .twitter:hover,
footer .linkedin:hover {
  opacity: 1;
  transform: scale(1.05);
}
footer .twitter {
  margin-top: 13px;
  border-radius: 50%;
  background: 50%/21.3px 17.3px url("images/twitter.svg") rgba(255, 255, 255, 0.2) no-repeat;
}
footer .twitter:hover {
  background-color: #00aced;
}
footer .linkedin {
  margin: 13px 0 0 5px;
  border-radius: 50%;
  background: 50%/16px url("images/linkedin.svg") rgba(255, 255, 255, 0.2) no-repeat;
}
footer .linkedin:hover {
  background-color: #0077b5;
}
@media (max-width: 1260px) {
  footer .footer-skyline {
    background-position: 72%;
  }
  footer .footer-nav {
    margin-left: 0%;
  }
  footer .contact {
    width: 22%;
    margin-left: 11%;
  }
}
@media (max-width: 1130px) {
  footer .tagline br {
    display: none;
  }
}
@media (max-width: 1000px) {
  footer .contact .button {
    font-size: 14px;
  }
}
@media (max-width: 920px) {
  footer .footer-skyline {
    background-position: 80%;
  }
  footer p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  footer .tagline br {
    display: block;
  }
  footer .inner {
    height: auto;
    padding: 50px 0 60px;
  }
  footer .inner > div {
    float: none;
    margin: 50px auto;
    width: 100%;
    max-width: 280px;
  }
  footer .inner > div:first-of-type {
    margin-top: 20px;
  }
  footer .inner > div:last-of-type {
    margin-bottom: 20px;
  }
}
@media (max-width: 700px) {
  footer .footer-skyline {
    position: absolute;
    top: -93px;
    height: 93px;
    background-size: 1008px 93px;
    background-position: 80%;
  }
}

/* Home
-------------------------------------------------------------- */
.home-content {
  padding-top: 0;
}

/* Hero Section */
.hero-section {
  background-color: transparent;
  padding: 20px 0 30px 0;
  text-align: left;
  position: relative;
}

.hero-title {
  font-size: 48px;
  font-family: "Nunito", Arial, sans-serif;
  color: #4fd1c5;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.hero-subtitle {
  font-size: 40px;
  padding-bottom: 20px;
  color: #d8dadf;
  line-height: 1.4;
  font-weight: 400;
  margin: 0;
}

/* Home Sections */
.home-section {
  padding: 40px 0;
  background-color: #1a1f2e;
}

.home-section:nth-child(even) {
  background-color: transparent;
}

.section-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  align-items: start;
}

.section-title h2 {
  font-size: 28px;
  font-family: "Nunito", Arial, sans-serif;
  color: #ffffff;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
  opacity: 1;
}

.section-content p {
  font-size: 18px;
  color: #a0aec0;
  line-height: 1.7;
  margin-bottom: 10px;
}

.section-content p:last-child {
  margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero-title {
    font-size: 32px;
  }
  
  .hero-subtitle {
    font-size: 32px;
  }
  
  .section-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .section-title h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  
  .section-content p {
    font-size: 16px;
  }
  
  .home-section {
    padding: 30px 0;
  }
  
  .hero-section {
    padding: 20px 0 30px 0;
  }
}

@media (max-width: 500px) {
  .hero-title {
    font-size: 26px;
  }
  
  .hero-subtitle {
    font-size: 22px;
  }
  
  .home-section {
    padding: 20px 0;
  }
}
.home .hero {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 750px;
  width: 100%;
  background: 100% -71px/730px 750px url("images/hero-image.jpg") no-repeat;
}
.home .hero .hero-text {
  max-width: 400px;
  margin-top: 250px;
}
.home .hero .hero-text h2 {
  margin: 18px 0 30px;
  font-size: 18px;
  line-height: 1.5em;
}
.home .hero .button {
  font-size: 16px;
}

.network {
  position: relative;
  padding-bottom: 100px;
  text-align: center;
}
.network .blue-shape {
  position: absolute;
  top: -330px;
  left: -415px;
  display: block;
  height: 901px;
  width: 590px;
  background: 50%/590px 901px url("images/blue-shape.png") no-repeat;
}
.network .yellow-shape {
  position: absolute;
  top: 20px;
  right: -340px;
  display: block;
  height: 818px;
  width: 445px;
  background: 50%/445px 818px url("images/yellow-shape.png") no-repeat;
}
.network .section-intro {
  padding-top: 10px;
  margin-bottom: 100px;
}
.network .section-intro h3 {
  font-size: 26px;
  line-height: 1.4em;
}
@media (max-width: 900px) {
  .network .section-intro {
    max-width: 480px;
  }
  .network .section-intro h3 {
    font-size: 22px;
  }
}
@media (max-width: 500px) {
  .network .section-intro {
    padding-top: 40px;
    margin-bottom: 70px;
  }
  .network .section-intro h3 {
    font-size: 19px;
  }
}
.network .big-stats {
  max-width: 800px;
  margin: 0 auto;
}
.network .big-stats > div {
  float: left;
  width: 50%;
  padding: 60px 0;
}
.network .big-stats > div:first-of-type {
  border-right: 1px solid #b6b6b8;
}
.network .big-stats .number {
  font-family: "Nunito", Arial, sans-serif;
  font-size: 90px;
  line-height: 1em;
}
.network .big-stats .number span {
  position: relative;
  top: -42px;
  padding: 0 4px;
  color: inherit;
  font-size: 40px;
}
.network .big-stats .number.companies {
  padding-left: 11px;
  color: #6689ff;
}
.network .big-stats .number.companies span {
  font-size: 48px;
}
.network .big-stats .number.raised {
  padding-right: 32px;
  color: #16cbbb;
}
.network .big-stats .stats-description {
  max-width: 224px;
  margin: -6px auto 0;
  line-height: 1.45em;
}
@media (max-width: 650px) {
  .network .big-stats .stats-description {
    font-size: 14px;
    margin-top: 0;
    max-width: 196px;
  }
  .network .big-stats .number {
    font-size: 64px;
  }
  .network .big-stats .number span {
    top: -33px;
    font-size: 36px;
  }
  .network .big-stats .number.companies span {
    font-size: 42px;
  }
}
@media (max-width: 520px) {
  .network .big-stats {
    margin: -54px auto;
  }
  .network .big-stats > div:first-of-type {
    border-right: 18px solid #fff;
  }
  .network .big-stats .number {
    font-size: 56px;
  }
  .network .big-stats .number span {
    top: -33px;
    font-size: 29px;
  }
  .network .big-stats .number.companies span {
    font-size: 37px;
  }
}
@media (max-width: 500px) {
  .network {
    padding-bottom: 50px;
  }
}

@-webkit-keyframes float {
  from {
    -webkit-transform: rotate(0deg) translate3d(3px, 0, 0) rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg) translate3d(3px, 0, 0) rotate(-360deg);
  }
}
@keyframes float {
  from {
    transform: rotate(0deg) translate3d(3px, 0, 0) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translate3d(3px, 0, 0) rotate(-360deg);
  }
}
.network-circles > div:nth-child(1n) > div {
  -webkit-animation: float 8.4s infinite linear;
  animation: float 8.4s infinite linear;
}
.network-circles > div:nth-child(2n) > div {
  -webkit-animation: float 4.2s infinite linear;
  animation: float 4.2s infinite linear;
}
.network-circles > div:nth-child(3n) > div {
  -webkit-animation: float 6s infinite linear;
  animation: float 6s infinite linear;
}
.network-circles > div:nth-child(4n) > div {
  -webkit-animation: float 9.6s infinite linear;
  animation: float 9.6s infinite linear;
}
.network-circles > div:nth-child(5n) > div {
  -webkit-animation: float 6.6s infinite linear;
  animation: float 6.6s infinite linear;
}
.network-circles > div:nth-child(6n) > div {
  -webkit-animation: float 10.8s infinite linear;
  animation: float 10.8s infinite linear;
}

.meet-our-founders .article-preview {
  position: relative;
  padding: 30px 0 100px;
  max-width: 1600px;
  margin: 0 auto;
}
.meet-our-founders .article-preview .logo-wrapper {
  position: absolute;
  left: 0;
  bottom: 142px;
  height: 57px;
  width: 198px;
  background-color: rgba(255, 255, 255, 0.85);
  background-size: 170px 48px;
  background-position: 50%;
  background-repeat: no-repeat;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  transform: translateX(-198px);
  transition: transform 0.5s ease-out;
}
@media (max-width: 760px) {
  .meet-our-founders .article-preview .logo-wrapper {
    top: 353px;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: none;
  }
}
.meet-our-founders .article-preview .logo-wrapper.animate {
  transform: translateX(0);
}
.meet-our-founders .article-preview h3 a {
  font-family: inherit;
  color: inherit;
  text-decoration: underline;
  transition: all 0.2s;
}
.meet-our-founders .article-preview h3 a:hover {
  color: #4fd1c5;
}
.meet-our-founders .article-preview h4 {
  margin-bottom: 9px;
  font-size: 18px;
  color: #4fd1c5;
  font-family: "Nunito", Arial, sans-serif;
}
.meet-our-founders .article-preview > div,
.meet-our-founders .article-preview .founder-image {
  float: left;
  height: 600px;
}
.meet-our-founders .article-preview .founder-image {
  width: 48%;
  margin-left: -2%;
  background: 0/auto 100% url("images/matt-openheimer.jpg") no-repeat;
  box-shadow: -16px -14px rgba(247, 132, 105, 0.25);
}
.meet-our-founders .article-preview .founder-image.amy {
  background: 0/auto 100% url("images/amy-nelson.jpg") no-repeat;
}
.meet-our-founders .article-preview .founder-image.manny {
  background: 0/auto 100% url("images/manny-medina.jpg") no-repeat;
}
.meet-our-founders .article-preview .founder-intro {
  display: table;
  width: 34%;
  margin: 0 9%;
}
.meet-our-founders .article-preview .founder-intro p {
  padding: 10px 0;
  font-size: 15px;
  line-height: 1.8em;
}
.meet-our-founders .article-preview .founder-intro .intro-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.meet-our-founders .article-preview .founder-intro .quote {
  position: relative;
  padding-top: 20px;
  font-style: italic;
}
.meet-our-founders .article-preview .founder-intro .quote .quotation-mark {
  position: absolute;
  top: 35px;
  left: -26px;
  font-size: 92px;
  opacity: 0.18;
  color: #4fd1c5;
  font-family: "Nunito", Arial, sans-serif;
  font-style: initial;
}
.meet-our-founders .article-preview .founder-intro .prompt {
  margin-bottom: 19px;
}
.meet-our-founders .article-preview .founder-intro .button {
  font-size: 15px;
}
@media (max-width: 960px) {
  .meet-our-founders .article-preview > div,
.meet-our-founders .article-preview .founder-image {
    float: left;
    height: 480px;
  }
}
@media (max-width: 760px) {
  .meet-our-founders .article-preview {
    width: 100%;
    margin: 0 auto;
    max-width: 500px;
  }
  .meet-our-founders .article-preview > div,
.meet-our-founders .article-preview .founder-image {
    height: 380px;
    width: 100% !important;
    float: none;
  }
  .meet-our-founders .article-preview .founder-image {
    margin: 0;
    box-shadow: none;
  }
  .meet-our-founders .article-preview .founder-intro {
    height: auto;
    margin: 0;
    padding: 50px 50px 0;
  }
}
.meet-our-founders .article-preview:nth-child(3n +2) h4 {
  color: #16cbbb;
}
.meet-our-founders .article-preview:nth-child(3n +2) .founder-intro .quote .quotation-mark {
  color: #16cbbb;
}
.meet-our-founders .article-preview:nth-child(3n +2) .founder-image {
  box-shadow: -16px -14px rgba(22, 203, 187, 0.25);
}
@media (max-width: 760px) {
  .meet-our-founders .article-preview:nth-child(3n +2) .founder-image {
    box-shadow: none;
  }
}
.meet-our-founders .article-preview:nth-child(3n +2) h3 a:hover {
  color: #16cbbb;
}
.meet-our-founders .article-preview:nth-child(3n +2) .button {
  border: 1px solid #16cbbb;
  color: #16cbbb;
}
.meet-our-founders .article-preview:nth-child(3n +2) .button:hover {
  color: #fff;
  background-color: #16cbbb;
}
.meet-our-founders .article-preview:nth-child(3n +3) h4 {
  color: #6689ff;
}
.meet-our-founders .article-preview:nth-child(3n +3) .founder-intro .quote .quotation-mark {
  color: #6689ff;
}
.meet-our-founders .article-preview:nth-child(3n +3) .founder-image {
  box-shadow: -16px -14px rgba(102, 137, 255, 0.25);
}
@media (max-width: 760px) {
  .meet-our-founders .article-preview:nth-child(3n +3) .founder-image {
    box-shadow: none;
  }
}
.meet-our-founders .article-preview:nth-child(3n +3) h3 a:hover {
  color: #6689ff;
}
.meet-our-founders .article-preview:nth-child(3n +3) .button {
  border: 1px solid #6689ff;
  color: #6689ff;
}
.meet-our-founders .article-preview:nth-child(3n +3) .button:hover {
  color: #fff;
  background-color: #6689ff;
}
.meet-our-founders .article-preview:nth-child(even) .founder-image {
  float: right;
}
.meet-our-founders .article-preview:nth-child(even) .founder-intro {
  margin: 0 14% 0 4%;
}
@media (max-width: 1600px) {
  .meet-our-founders .article-preview:nth-child(even) .founder-intro {
    margin: 0 9%;
  }
}
@media (max-width: 760px) {
  .meet-our-founders .article-preview:nth-child(even) .founder-intro {
    margin: 0;
    padding-top: 40px;
  }
}
.meet-our-founders .article-preview:nth-child(even) .logo-wrapper {
  right: 0;
  left: auto;
  transform: translateX(198px);
}
.meet-our-founders .article-preview:nth-child(even) .logo-wrapper.animate {
  transform: translateX(0);
}

.pnw {
  position: relative;
  bottom: 0px;
  margin-top: -100px;
}
.pnw .pnw-text {
  position: relative;
  z-index: 2;
  width: 60%;
  max-width: 440px;
  padding-top: 160px;
}
.pnw .pnw-text .text-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.pnw .pnw-text .text-wrapper .network-text {
  margin-top: 48px;
}
.pnw .pnw-text .text-wrapper .network-images {
  margin-top: 20px;
}
.pnw .pnw-text .text-wrapper .network-images img {
  width: 120px;
}
.pnw .pnw-text .text-wrapper .network-images img:last-child {
  margin-left: 8px;
  position: relative;
  top: 2px;
}
.pnw .pnw-text p {
  line-height: 1.7em;
  margin: 20px 0;
}
.pnw .pnw-map {
  position: absolute;
  bottom: -94px;
  right: 0;
  display: block;
  width: 760px;
  height: 1068px;
  background: 50%/760px 1068px url("images/faded-map.png") no-repeat;
}
@media (max-width: 1260px) {
  .pnw .pnw-map {
    right: calc(87% - 1068px);
  }
}
@media (max-width: 760px) {
  .pnw .pnw-text {
    width: 100%;
  }
}

/* Media Queries */
@media (max-width: 1300px) {
  .home .hero {
    height: 660px;
    background-size: 642px 660px;
  }
  .home .hero .hero-text {
    margin-top: calc(71px + 18vh);
  }
}
@media (max-width: 1200px) {
  .home .hero {
    background-position: 52vw -44px;
  }
}
@media (max-width: 1025px) {
  .home .hero .hero-text {
    margin-top: 218px;
  }
}
@media (max-width: 930px) {
  .home .hero {
    background-position: 52vw -44px;
  }
}
@media (max-width: 720px) {
  .home .hero {
    background-position: 60vw -44px;
  }
}
@media (max-width: 660px) {
  .home .hero {
    height: 690px;
    background: 100% 100%/253px 550px url("images/hero-mobile.png") no-repeat;
  }
  .home .hero .hero-text {
    margin: 158px 0 0 30px;
  }
}
@media (max-width: 500px) {
  .home .hero {
    height: 690px;
    background: 100% 100%/193px 420px url("images/hero-mobile.png") no-repeat;
  }
  .home .hero .hero-text {
    margin-top: 86px;
  }
}
@media (max-width: 930px) {
  .home h1,
.home h3 {
    font-size: 28px;
  }
  .home .hero .hero-text h2,
.home .section-intro h4 {
    font-size: 16px;
  }
  .home .hero .hero-text {
    max-width: 320px;
  }
  .home .hero .hero-text h2 {
    margin: 14px 0 26px;
  }
  .home .button {
    font-size: 15px;
  }
}

@media (max-width: 1300px) {
  .network .blue-shape {
    top: -256px;
  }
}
@media (max-width: 700px) {
  .network .blue-shape {
    top: -530px;
    left: -540px;
  }
  .network .yellow-shape {
    display: none;
  }
}

/* Team
-------------------------------------------------------------- */
.team .section-intro {
  max-width: 400px;
}

.members {
  margin-bottom: 80px;
  display: flex;
}
.members li {
  float: left;
  width: 30.66%;
  margin-left: 4%;
}
.members li.main {
  width: 47%;
  margin-left: 6%;
}
.members li:first-of-type {
  margin-left: 0;
}
.members img {
  width: 100%;
  box-shadow: -16px -14px rgba(120, 140, 206, 0.15);
}
.members .info {
  position: relative;
  margin-top: 14px;
}
.members .info h3 {
  font-size: 23px;
  font-family: "Nunito", Arial, sans-serif;
  color: #f7fafc;
}
.members .info h4 {
  margin-top: 2px;
  font-size: 13px;
  font-family: "Nunito", Arial, sans-serif;
  color: #a0aec0;
}
.members .main .info {
  margin: 27px 0 23px;
}
.members .main .info h3 {
  font-size: 27px;
}
.members .main .info h4 {
  font-size: 16px;
}
.members .main p {
  line-height: 1.6em;
}
.members .main .socials {
  top: 2px;
}
.members .socials {
  position: absolute;
  right: 0;
  top: -2px;
}
.members .socials a {
  display: inline-block;
  width: 39px;
  height: 39px;
  margin-left: 2px;
  background: 0 0/117px 78px url("images/socials-sprite.png") no-repeat;
  transition: transform 0.15s;
}
.members .socials a:hover {
  transform: scale(1.05);
}
.members .socials a.twitter {
  background-position: 0 0;
}
.members .socials a.twitter:hover {
  background-position: 0 -39px;
}
.members .socials a.linkedin {
  background-position: -39px 0;
}
.members .socials a.linkedin:hover {
  background-position: -39px -39px;
}
.members .socials a.email {
  background-position: -78px 0;
}
.members .socials a.email:hover {
  background-position: -78px -39px;
}
@media (max-width: 1060px) {
  .members li.main {
    width: 46%;
    margin-left: 8%;
  }
  .members li.main:first-of-type {
    margin-left: 0;
  }
  .members img {
    box-shadow: -12px -11px rgba(120, 140, 206, 0.15);
  }
}
@media (max-width: 860px) {
  .members .info h3 {
    font-size: 20px;
  }
  .members .main p {
    font-size: 15px;
  }
  .members .main .info h3 {
    font-size: 23px;
  }
  .members .main .info h4 {
    font-size: 14px;
  }
}

@media (max-width: 720px) {
  .team-members {
    width: 100%;
    max-width: 400px;
    margin: 0 auto -50px;
  }
  .team-members .members {
    display: block;
  }
  .team-members .members li {
    float: none;
    width: 100%;
    margin: 0 0 70px;
  }
}
/* Portfolio
-------------------------------------------------------------- */
.portfolio-main {
  max-width: 1000px;
  margin: 0 auto;
}
.portfolio-main a {
  display: inline-block;
}
.portfolio-main a img {
  width: 100%;
}
.portfolio-main li {
  margin-bottom: 18px;
  float: left;
  width: 25%;
}
@media (max-width: 800px) {
  .portfolio-main li {
    width: 33.33%;
  }
}
@media (max-width: 650px) {
  .portfolio-main li {
    width: 50%;
    padding: 0 6%;
  }
}
@media (max-width: 530px) {
  .portfolio-main li {
    padding: 0 10px;
  }
}
@media (max-width: 350px) {
  .portfolio-main li {
    padding: 0;
  }
}

.portfolio-founders {
  max-width: 1000px;
  margin: 74px auto 80px;
}
.portfolio-founders a {
  display: inline-block;
}
.portfolio-founders a img {
  width: 100%;
}
.portfolio-founders a:hover .logo {
  filter: unset;
  opacity: 1;
}
.portfolio-founders li {
  position: relative;
  float: left;
  width: 16.66%;
  height: 134px;
  padding: 0 1.5%;
  margin-top: 30px;
  text-align: center;
}
.portfolio-founders li .logo {
  display: inline-block;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  filter: grayscale(100%) brightness(90%) sepia(70%) hue-rotate(-178deg) saturate(70%) contrast(1) grayscale(10%);
  opacity: 0.9;
}
.portfolio-founders li h3 {
  margin-top: 7px;
  line-height: 1.3em;
  font-size: 15px;
  font-family: "Nunito", Arial, sans-serif;
}
.portfolio-founders li .acquired {
  position: absolute;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 11px;
  bottom: 50px;
  left: calc(50% - 42px);
  width: 84px;
  line-height: 18px;
  border-radius: 20px;
  background: linear-gradient(to right, #f8846a, #fdb28e);
  background-color: #4fd1c5;
}
.portfolio-founders li a:hover .logo {
  background-position: 0 -85px;
}
.portfolio-founders li a:hover h3 {
  color: #f7fafc;
}
@media (max-width: 900px) {
  .portfolio-founders li .logo {
    display: inline-block;
    width: 70px;
    height: 70px;
  }
  .portfolio-founders li .acquired {
    bottom: 65px;
  }
  .portfolio-founders li a:hover .logo {
    background-position: 0 -70px;
  }
}
@media (max-width: 800px) {
  .portfolio-founders li {
    width: 20%;
  }
}
@media (max-width: 650px) {
  .portfolio-founders li {
    width: 25%;
  }
}
@media (max-width: 580px) {
  .portfolio-founders li {
    width: 33.33%;
    height: 106px;
    margin-top: 24px;
  }
  .portfolio-founders li h3 {
    font-size: 14px;
  }
  .portfolio-founders li .logo {
    display: inline-block;
    width: 60px;
    height: 60px;
  }
  .portfolio-founders li .acquired {
    font-size: 9px;
    bottom: 45px;
    left: calc(50% - 35px);
    width: 70px;
    line-height: 15px;
    font-weight: 600;
  }
  .portfolio-founders li a:hover .logo {
    background-position: 0 -60px;
  }
}
@media (max-width: 500px) {
  .portfolio-founders {
    margin-top: 44px;
  }
}

.techstars-investments {
  max-width: 1120px;
  margin: 0 auto;
  padding-top: 90px;
  border-top: 1px solid #babcd5;
  text-align: center;
}
.techstars-investments h4 {
  font-size: 30px;
  font-family: "Nunito", Arial, sans-serif;
  color: #f7fafc;
}
.techstars-investments .portfolio-techstars {
  max-width: 1020px;
  margin: 56px auto 70px;
  padding-left: 110px;
}
.techstars-investments .portfolio-techstars li {
  position: relative;
  float: left;
  width: 33.3%;
  margin-top: 18px;
  text-align: left;
  color: #6a6c8c;
  font-size: 17px;
  font-family: "Nunito", Arial, sans-serif;
  line-height: 1.3em;
}
@media (max-width: 980px) {
  .techstars-investments .portfolio-techstars {
    padding-left: 9%;
  }
}
@media (max-width: 850px) {
  .techstars-investments .portfolio-techstars li {
    font-size: 15px;
  }
}
@media (max-width: 680px) {
  .techstars-investments .portfolio-techstars {
    padding-left: 15%;
  }
  .techstars-investments .portfolio-techstars li {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .techstars-investments h4 {
    font-size: 28px;
    max-width: 300px;
    margin: 0 auto;
    line-height: 1.2em;
  }
  .techstars-investments .portfolio-techstars {
    padding-left: 5%;
    margin-bottom: 40px;
  }
}
@media (max-width: 420px) {
  .techstars-investments .portfolio-techstars {
    padding-left: 0;
  }
}

/* Apply
-------------------------------------------------------------- */
.apply .section-intro.page-header {
  margin: 60px auto 40px;
}
.apply .apply-prompt {
  display: flex;
  max-width: 988px;
  margin: 0 auto;
  border: 2px solid #d3d3d3;
}
.apply .apply-prompt > div {
  width: 50%;
  padding: 4%;
}
.apply .apply-prompt > div h2 {
  line-height: 1.5em;
  font-size: 19px;
  font-family: "Nunito", Arial, sans-serif;
  color: #f7fafc;
}
.apply .apply-prompt > div.statement {
  align-items: center;
  display: flex;
  border-right: 2px solid #d3d3d3;
}
.apply .apply-prompt > div.guidelines {
  background-color: #0f1419;
}
.apply .apply-prompt > div.guidelines p {
  margin-bottom: 12px;
  font-size: 13px;
}
.apply .apply-prompt > div.guidelines p a {
  display: inline-block;
  border-bottom: 1px solid;
  padding: 0;
  line-height: 1em;
  color: #4fd1c5;
}
.apply .apply-prompt > div.guidelines p:last-of-type {
  margin-bottom: 0;
}
.apply .apply-prompt > div.guidelines p.ps {
  opacity: 0.7;
}
.apply .questions {
  max-width: 750px;
  margin: 70px auto 40px;
  border-top: 2px solid #d3d3d3;
  text-align: center;
}
.apply .questions h3 {
  text-align: center;
  position: relative;
  z-index: 1;
  top: -11px;
  display: inline-block;
  background-color: #1a1f2e;
  padding: 0 26px;
  line-height: 1.3em;
}
.apply .questions h3 a {
  display: inline-block;
  border-bottom: 1px solid;
  padding: 0;
  line-height: 1em;
  color: #4fd1c5;
}
.apply .questions-list {
  margin-top: 49px;
  text-align: left;
  list-style: disc;
}
.apply .questions-list li {
  line-height: 1.3em;
  margin: 0 0 14px 24px;
  color: #f7fafc;
}
@media (max-width: 760px) {
  .apply .apply-prompt {
    display: block;
  }
  .apply .apply-prompt > div {
    width: 100%;
    padding: 6%;
  }
  .apply .apply-prompt > div.statement {
    border-right: none;
    border-bottom: 2px solid #d3d3d3;
  }
}
@media (max-width: 520px) {
  .apply .apply-prompt > div {
    padding: 26px;
  }
}

/* Our Thoughts
-------------------------------------------------------------- */
.our-thoughts .section-intro.page-header {
  margin: 60px auto 50px;
}

.blog-posts {
  max-width: 900px;
  margin: 0 auto 100px;
}
.blog-posts li a {
  padding: 40px 0;
  display: block;
  border-bottom: 1px solid #d3d3d3;
}
.blog-posts li a h2 {
  font-family: "Nunito", Arial, sans-serif;
  font-size: 28px;
  line-height: 1.3em;
  color: #f7fafc;
  transition: all 0.35s;
}
.blog-posts li a p {
  margin-bottom: 6px;
  font-size: 14px;
}
.blog-posts li a:hover h2 {
  color: #4fd1c5;
  transform: translateX(3px);
}
.blog-posts li .post-metadata span {
  padding: 0 3px;
}

/* Individual Post
-------------------------------------------------------------- */
article header {
  position: relative;
  z-index: 1;
  height: auto;
  width: auto;
  box-shadow: none;
}

.blog-content {
  max-width: 670px;
  margin: 0 auto 80px;
}
.blog-content .featured-image {
  width: 120%;
  margin: 13px 0 54px -10%;
}
@media (max-width: 840px) {
  .blog-content .featured-image {
    width: 116%;
    margin-left: -8%;
  }
}
.blog-content p,
.blog-content b {
  color: #f7fafc;
}
.blog-content p {
  font-size: 17px;
  line-height: 1.65em;
  margin-bottom: 20px;
}
.blog-content p span {
  color: inherit;
  opacity: 0.8;
}
.blog-content b {
  display: inline-block;
  font-size: 17px;
  margin-top: 20px;
  font-weight: 600;
}
.blog-content a {
  text-decoration: underline;
}
.blog-content a:hover {
  color: #38b2ac;
}
.blog-content em {
  font-style: italic;
}
.blog-content strong,
.blog-content b {
  font-weight: 600;
}
@media (max-width: 820px) {
  .blog-content {
    padding: 0 20px;
  }
}

.individual-post h1 {
  max-width: 500px;
  margin: 0 auto 14px;
}
.individual-post .divider {
  display: inline-block;
  height: 2px;
  background-color: #4fd1c5;
  width: 64px;
  position: relative;
  left: calc(50% - 32px);
  margin: -50px 0 53px;
}
.individual-post .post-metadata span {
  padding: 0 6px;
}

/* 404 */
.oops-links {
  max-width: 200px;
  margin: -50px auto 30px;
  text-align: center;
}
.oops-links a {
  color: #cbd5e0;
  font-size: 20px;
  display: inline-block;
  margin-bottom: 10px;
}
.oops-links a:hover {
  color: #f7fafc;
}

/* Active State for Nav */
body.page-template-team header .header-links li a.team,
body.page-template-portfolio header .header-links li a.portfolio,
body.page-template-our-thoughts header .header-links li a.our-thoughts {
  color: #4fd1c5;
  box-shadow: 0 12px 0 -10px #4fd1c5;
}

/* CSS Override for Social Share Plugin */
.single-post #ssba-bar-2.left {
  display: none;
  top: 206px;
  left: 7%;
  z-index: 2;
}
@media (max-width: 940px) {
  .single-post #ssba-bar-2.left {
    left: calc(7% - 40px);
  }
}
@media (max-width: 640px) {
  .single-post #ssba-bar-2.left {
    position: absolute;
    top: auto;
    bottom: 900px !important;
    left: calc(50% - 75px);
    transform: scale(0.87);
  }
  .single-post #ssba-bar-2.left .ssbp-bar-list {
    max-width: 150px !important;
  }
  .single-post #ssba-bar-2.left .ssbp-bar-list li {
    margin: 0 4px !important;
  }
}
.single-post #ssba-bar-2.left.bottom {
  position: absolute;
  top: auto;
  bottom: 661px;
}
@media (max-width: 767px) {
  .single-post #ssba-bar-2.left.bottom {
    bottom: 981px;
  }
}
.single-post #ssba-bar-2 .ssbp-bar-list li a::before {
  line-height: 38px !important;
  vertical-align: top;
}

/*# sourceMappingURL=www/founderscoop/public_html/wp-content/themes/founderscoop/style.css.map */

/* Dark Theme Additional Overrides
-------------------------------------------------------------- */
/* Ensure page-header has page background, not header background */
.page-header,
.section-intro.page-header {
  background-color: transparent !important;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea,
select {
  background-color: #0f1419;
  color: #e2e8f0;
  border: 1px solid #4a5568;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
  border-color: #4fd1c5;
  outline: none;
}

/* Card and box backgrounds */
.box, .card, .panel,
.content-area,
.site-main {
  background-color: #1a1f2e;
}

/* Update any remaining white sections */
.white-section,
.bg-white {
  background-color: #1a1f2e;
}

/* Hero section dark theme */
.hero {
  background-color: #0f1419;
}

/* Content sections */
#content,
#primary {
  background-color: transparent;
}

/* Ensure proper text hierarchy */
strong, b {
  color: #f7fafc;
  font-weight: 600;
}

/* Update box shadows for dark theme */
.shadow,
.box-shadow {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

/* Borders for dark theme */
.border,
hr {
  border-color: #4a5568;
}

/* Default WordPress Content Text Colors */
#primary *,
#main *,
.content-area *,
.site-main *,
.entry-content * {
  color: #cbd5e0;
}

#primary h1, #primary h2, #primary h3, #primary h4, #primary h5, #primary h6,
#main h1, #main h2, #main h3, #main h4, #main h5, #main h6,
.content-area h1, .content-area h2, .content-area h3, .content-area h4, .content-area h5, .content-area h6,
.site-main h1, .site-main h2, .site-main h3, .site-main h4, .site-main h5, .site-main h6,
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  color: #f7fafc;
  font-weight: 600;
}

/* Ensure paragraphs and lists are readable */
#primary p, #main p, .content-area p, .site-main p, .entry-content p,
#primary li, #main li, .content-area li, .site-main li, .entry-content li {
  color: #cbd5e0;
  line-height: 1.6;
}

/* Links in content areas */
#primary a, #main a, .content-area a, .site-main a, .entry-content a {
  color: #4fd1c5;
}

#primary a:hover, #main a:hover, .content-area a:hover, .site-main a:hover, .entry-content a:hover {
  color: #38b2ac;
}

/* Strong and emphasis text */
#primary strong, #main strong, .content-area strong, .site-main strong, .entry-content strong,
#primary b, #main b, .content-area b, .site-main b, .entry-content b {
  color: #f7fafc;
  font-weight: 600;
}

/* Code and pre elements */
code, pre {
  background-color: #0f1419;
  color: #4fd1c5;
  padding: 2px 6px;
  border-radius: 3px;
}

/* Tables */
table {
  border-color: #4a5568;
}

table th {
  background-color: #0f1419;
  color: #f7fafc;
}

table td {
  color: #cbd5e0;
  border-color: #4a5568;
}

/* Blockquotes */
blockquote {
  border-left: 4px solid #4fd1c5;
  padding-left: 20px;
  color: #a0aec0;
  font-style: italic;
}
