/*
Theme Name: founderscoop
Theme URI: http://founderscoop.com
Author: Will Kelly
Author URI: http://will-kelly.com
Description: Custom theme developed for founderscoop.com
Version: 1.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: #f8f8f8;
}
html body {
  max-width: 2100px;
  margin: 0 auto;
  background-color: #fff;
}
html body header {
  max-width: 2100px;
}

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

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: #f78469;
}

p {
  line-height: 1.4em;
}

.button {
  display: inline-block;
  padding: 0.9em 1.7em;
  border-radius: 30px;
  color: #fff;
  line-height: 1em;
  font-family: "Nunito", Arial, sans-serif;
  background-color: #f78469;
  transition: all 0.2s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.button:hover {
  background-color: #e5694c;
  transform: scale(1.02);
}
.button.outline {
  border: 1px solid #f78469;
  color: #f78469;
  background-color: transparent;
}
.button.outline:hover {
  color: #fff;
  background-color: #f78469;
}
.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: #121214;
  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: 100px 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: 2;
  height: 71px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0px 40px rgba(3, 0, 69, 0.1);
}
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: #f78469;
}
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;
}
header .header-logo {
  height: 25px;
  width: 190px;
  margin-top: 22px;
  background: 0/190px 25px url("images/founders-logo.png") no-repeat;
  display: inline-block;
}
header .header-links {
  position: absolute;
  right: 0;
  top: 15px;
}
header .header-links li {
  display: inline-block;
}
header .header-links li a {
  padding: 6px 12px;
  font-size: 14px;
  cursor: pointer;
  color: #7e7c86;
}
header .header-links li a.button {
  color: #fff;
  padding: 12px 22px;
  margin-left: 12px;
}
header .header-links li a.button:hover {
  color: #fff;
}
header .header-links li a:hover {
  color: #121214;
}

/* Slide-in Menu
------------------------------ */
header button.lines-button {
  display: none;
  position: absolute;
  top: 7px;
  right: 0;
  z-index: 5;
  float: right;
  padding: 14px 16px 24px;
  margin-right: -16px;
  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: #fff;
}
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: #7e7c86;
}
header .slide-in-menu nav a:hover {
  color: #121214;
}
header .slide-in-menu nav a.button {
  padding: 14px 24px;
  margin: 11px 0 0 14px;
  color: #fff;
}
header .slide-in-menu nav a.button:hover {
  color: #fff;
}
@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: #3f4166;
}
body.home footer {
  margin-top: 155px;
}
footer * {
  font-size: 15px;
  color: #fff;
}
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: rgba(255, 255, 255, 0.2);
}
footer .button:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.4);
}
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: 25px;
  width: 190px;
  margin-bottom: 13px;
  background: 50%/190px 25px url("images/founders-logo-white.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 h1,
.home h3 {
  font-size: 34px;
  font-family: "Nunito", Arial, sans-serif;
  color: #121214;
  line-height: 1.25em;
  font-weight: 600;
}
.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: #f78469;
}
.meet-our-founders .article-preview h4 {
  margin-bottom: 9px;
  font-size: 18px;
  color: #f78469;
  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: #f78469;
  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: #121214;
}
.members .info h4 {
  margin-top: 2px;
  font-size: 13px;
  font-family: "Nunito", Arial, sans-serif;
  color: #9c9ba1;
}
.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: #f78469;
}
.portfolio-founders li a:hover .logo {
  background-position: 0 -85px;
}
.portfolio-founders li a:hover h3 {
  color: #121214;
}
@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: #121214;
}
.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: 100px 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: #121214;
}
.apply .apply-prompt > div.statement {
  align-items: center;
  display: flex;
  border-right: 2px solid #d3d3d3;
}
.apply .apply-prompt > div.guidelines {
  background-color: #f8f8f8;
}
.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: #f78469;
}
.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: #fff;
  padding: 0 26px;
  line-height: 1.3em;
}
.apply .questions h3 a {
  display: inline-block;
  border-bottom: 1px solid;
  padding: 0;
  line-height: 1em;
  color: #f78469;
}
.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: #121214;
}
@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: 100px 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: #121214;
  transition: all 0.35s;
}
.blog-posts li a p {
  margin-bottom: 6px;
  font-size: 14px;
}
.blog-posts li a:hover h2 {
  color: #f78469;
  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: #121214;
}
.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: #e5694c;
}
.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: #f78469;
  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: #7e7c86;
  font-size: 20px;
  display: inline-block;
  margin-bottom: 10px;
}
.oops-links a:hover {
  color: #121214;
}

/* 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: #121214;
  box-shadow: 0 12px 0 -10px #f78469;
}

/* CSS Override for Social Share Plugin */
.single-post #ssba-bar-2.left {
  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 */
