@font-face {
  font-family: Helvetica-Neue;
  src: url(https://foundr.com/wp-content/themes/foundr/fonts/HelveticaNeue-CondensedBold.ttf); }

@font-face {
  font-family: Miller;
  src: url(https://foundr.com/wp-content/themes/foundr/fonts/Miller-Display.otf); }

@font-face {
  font-family: CF Asty Std Book;
  src: url(https://foundr.com/wp-content/themes/foundr/fonts/CFAstyStd-Book.otf); }

@font-face {
  font-family: 'HelveticaNeue-LightCond';
  src: url("https://foundr.com/wp-content/themes/foundr/fonts/HelveticaNeue-LightCond.otf");
  font-weight: normal;
  font-style: normal; }

html,
body {
  overflow-x: hidden;
  margin: auto; }

body {
  background-color: #0d0e13;
  font-size: 17px;
  line-height: 28px;
  counter-reset: section; }

h1, h2, h3, h5, h6 {
  margin: 0;
  font-family: 'Helvetica-Neue';
  text-transform: uppercase;
  color: #1e1e1c; }

h1 {
  font-size: 110px;
  line-height: 110px; }
  @media (max-width: 1199px) {
    h1 {
      font-size: 85px;
      line-height: 85px; } }
  @media (max-width: 767px) {
    h1 {
      font-size: 43px;
      line-height: 45px; } }

h2 {
  font-size: 78px;
  line-height: 83px; }
  @media (max-width: 767px) {
    h2 {
      font-size: 43px;
      line-height: 45px; } }
  @media (max-width: 575px) {
    h2 br {
      display: none; } }

h3 {
  color: #1e1e1c;
  font-size: 66px;
  line-height: 70px; }
  @media (max-width: 1199px) {
    h3 {
      font-size: 50px;
      line-height: 53px; } }

h4 {
  font-size: 28px;
  line-height: 39px;
  font-family: "Miller";
  margin: 0; }

h5 {
  font-size: 26px;
  line-height: 34px; }

h6 {
  font-size: 22px;
  line-height: 26px; }

a {
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }

a:hover,
a:focus {
  text-decoration: none;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }

p {
  font-family: 'CF Asty Std Book';
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px; }

*:focus {
  outline: none; }

button:active {
  outline: none;
  border: none; }

button:focus {
  outline: 0; }

.site-container {
  background-color: #e9e6e7; }
  @media (max-width: 1199px) {
    .site-container .container {
      padding-left: 15px;
      padding-right: 15px; } }

.quote {
  transform: rotate(180deg);
  height: 37px;
  margin-bottom: 20px !important; }

@media (max-width: 1199px) {
  .desktop {
    display: none; } }

.tablet {
  display: none; }
  @media (max-width: 1199px) {
    .tablet {
      display: block; } }
  @media (max-width: 767px) {
    .tablet {
      display: none; } }

.mobile {
  display: none; }
  @media (max-width: 767px) {
    .mobile {
      display: block; } }

.hero {
  padding-top: 100px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 1199px) {
    .hero {
      padding-top: 75px; } }
  @media (max-width: 767px) {
    .hero {
      padding-top: 35px; } }
  .hero:before {
    content: "";
    position: absolute;
    top: 0;
    left: 18%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 1700px 1530px 0;
    border-color: transparent #f7f4f5 transparent transparent;
    z-index: 1; }
    @media (max-width: 1199px) {
      .hero:before {
        left: -30px; } }
  .hero .container {
    position: relative;
    z-index: 1; }
  .hero h4 span {
    background: #ff0042;
    padding: 0 3px;
    font-family: "Miller"; }
  .hero h6 {
    letter-spacing: 0px;
    margin-bottom: 25px; }
  .hero p {
    font-family: "Miller";
    font-size: 18px;
    line-height: 26px; }
  .hero .hero-content {
    display: flex;
    justify-content: space-between;
    padding: 160px 0 120px; }
    @media (max-width: 1199px) {
      .hero .hero-content {
        display: block;
        padding: 125px 0 50px; } }
    @media (max-width: 767px) {
      .hero .hero-content {
        text-align: center;
        padding: 280px 0 50px; } }
    .hero .hero-content h3,
    .hero .hero-content .text-content {
      width: 100%;
      position: relative;
      z-index: 1; }
      @media (max-width: 767px) {
        .hero .hero-content h3,
        .hero .hero-content .text-content {
          width: 100%;
          max-width: 100% !important; } }
    .hero .hero-content h3 {
      max-width: 400px;
      letter-spacing: -2px; }
      @media (max-width: 1199px) {
        .hero .hero-content h3 {
          margin-bottom: 20px; } }
    .hero .hero-content .text-content {
      max-width: 300px; }
  .hero .wrapper {
    position: absolute;
    bottom: -95px;
    left: 52%;
    transform: translateX(-50%);
    width: 100%; }
    @media (max-width: 1199px) {
      .hero .wrapper {
        bottom: 0;
        right: -21px;
        transform: unset;
        left: unset;
        width: 90%; } }
    @media (max-width: 991px) {
      .hero .wrapper {
        right: -110px; } }
    @media (max-width: 767px) {
      .hero .wrapper {
        left: 50%;
        width: 100%;
        top: 25%;
        transform: translateX(-50%); } }
    @media (max-width: 767px) and (min-width: 575px) {
      .hero .wrapper {
        width: 50%; } }
    @media (max-width: 600px) {
      .hero .wrapper {
        top: 24%; } }
    @media (max-width: 500px) {
      .hero .wrapper {
        top: 27%; } }
    @media (max-width: 400px) {
      .hero .wrapper {
        top: 30%; } }
    @media (max-width: 350px) {
      .hero .wrapper {
        top: 34%; } }
    .hero .wrapper .single {
      height: 600px; }
      @media (max-width: 767px) {
        .hero .wrapper .single {
          height: 200px;
          position: relative; } }
      @media (max-width: 1199px) {
        .hero .wrapper .single.Gretta.Van.Riel img.img-left {
          left: 29%; } }
      @media (max-width: 767px) {
        .hero .wrapper .single.Gretta.Van.Riel img.img-left {
          left: 25%; } }
      .hero .wrapper .single.Gretta.Van.Riel img.img-right {
        left: 68%; }
        @media (max-width: 1199px) {
          .hero .wrapper .single.Gretta.Van.Riel img.img-right {
            left: 85%; } }
        @media (max-width: 767px) {
          .hero .wrapper .single.Gretta.Van.Riel img.img-right {
            left: 70%; } }
      .hero .wrapper .single.Oli.Gardner img {
        left: 47%; }
        .hero .wrapper .single.Oli.Gardner img.img-left {
          left: 32%; }
          @media (max-width: 767px) {
            .hero .wrapper .single.Oli.Gardner img.img-left {
              left: 30%; } }
        .hero .wrapper .single.Oli.Gardner img.img-right {
          left: 74%; }
          @media (max-width: 1199px) {
            .hero .wrapper .single.Oli.Gardner img.img-right {
              left: 80%; } }
          @media (max-width: 767px) {
            .hero .wrapper .single.Oli.Gardner img.img-right {
              left: 75%; } }
      .hero .wrapper .single.Daymond.John img.img-left {
        left: 31%; }
        @media (max-width: 1199px) {
          .hero .wrapper .single.Daymond.John img.img-left {
            left: 35%; } }
        @media (max-width: 767px) {
          .hero .wrapper .single.Daymond.John img.img-left {
            left: 27%; } }
      .hero .wrapper .single.Daymond.John img.img-right {
        left: 64%; }
        @media (max-width: 1199px) {
          .hero .wrapper .single.Daymond.John img.img-right {
            left: 75%; } }
        @media (max-width: 767px) {
          .hero .wrapper .single.Daymond.John img.img-right {
            left: 65%; } }
      .hero .wrapper .single img {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 3; }
        .hero .wrapper .single img.img-left {
          left: 25%;
          z-index: 2; }
        .hero .wrapper .single img.img-right {
          left: 72%;
          z-index: 2; }
        @media (max-width: 1199px) {
          .hero .wrapper .single img {
            height: 480px;
            left: 60%; } }
        @media (max-width: 767px) {
          .hero .wrapper .single img {
            height: 190px;
            margin: auto;
            display: block;
            left: 50%; } }
    .hero .wrapper .testimonial-wrapper {
      position: absolute;
      bottom: 140px;
      left: 15%;
      z-index: 9; }
      @media (max-width: 1199px) {
        .hero .wrapper .testimonial-wrapper {
          background: #f7f4f5;
          padding: 10px 50px;
          right: 80px;
          bottom: 0;
          left: unset; } }
      @media (max-width: 767px) {
        .hero .wrapper .testimonial-wrapper {
          bottom: -3px;
          right: 0;
          display: block;
          left: 50%;
          width: 100% !important;
          transform: translateX(-50%);
          justify-content: center;
          padding: 10px 20px; } }
      @media (max-width: 575px) {
        .hero .wrapper .testimonial-wrapper {
          width: 95% !important; } }
      .hero .wrapper .testimonial-wrapper p {
        font-family: 'Helvetica-Neue';
        font-size: 14px;
        line-height: 18px;
        margin: 0;
        text-transform: uppercase; }
        @media (max-width: 575px) {
          .hero .wrapper .testimonial-wrapper p {
            font-size: 11px;
            line-height: 15px; } }
        .hero .wrapper .testimonial-wrapper p.name {
          position: relative;
          width: max-content;
          margin-right: 10px; }
          .hero .wrapper .testimonial-wrapper p.name:after {
            content: "";
            border: 1px #ff0042 solid;
            position: absolute;
            width: 90px;
            top: 6px;
            right: -125px; }
            @media (max-width: 1199px) {
              .hero .wrapper .testimonial-wrapper p.name:after {
                right: unset;
                left: -105px; } }
        .hero .wrapper .testimonial-wrapper p.position {
          font-family: 'HelveticaNeue-LightCond'; }
          @media (max-width: 767px) {
            .hero .wrapper .testimonial-wrapper p.position br {
              display: none; } }

.teach-foundr {
  background-color: #1e1e1c;
  padding: 160px 0 130px;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  @media (max-width: 1199px) {
    .teach-foundr {
      padding: 190px 0 220px; } }
  @media (max-width: 767px) {
    .teach-foundr {
      padding: 130px 0 50px; } }
  .teach-foundr .container {
    max-width: 890px;
    position: relative; }
  .teach-foundr h2, .teach-foundr h4, .teach-foundr h5, .teach-foundr p {
    color: inherit; }
  .teach-foundr h2 {
    margin-bottom: 60px; }
    @media (max-width: 1199px) {
      .teach-foundr h2 {
        text-align: center; } }
    @media (max-width: 767px) {
      .teach-foundr h2 {
        text-align: left;
        margin-bottom: 20px; } }
    @media (max-width: 400px) {
      .teach-foundr h2 {
        margin-right: 150px; } }
  .teach-foundr h4 {
    margin-bottom: 20px; }
  @media (max-width: 767px) {
    .teach-foundr h5 {
      margin-bottom: 20px; } }
  .teach-foundr .image-wrap {
    position: absolute;
    z-index: -1; }
    .teach-foundr .image-wrap:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #1e1e1c;
      opacity: 0.7; }
    @media (max-width: 1199px) {
      .teach-foundr .image-wrap img {
        width: 160px; } }
    @media (max-width: 767px) {
      .teach-foundr .image-wrap img {
        width: 135px; } }
    .teach-foundr .image-wrap.growthhacking {
      left: -230px;
      top: -115px; }
      @media (max-width: 1199px) {
        .teach-foundr .image-wrap.growthhacking {
          left: 170px;
          top: -115px; } }
      @media (max-width: 767px) {
        .teach-foundr .image-wrap.growthhacking {
          left: -45px;
          top: -137px; } }
    .teach-foundr .image-wrap.igdomination {
      right: -140px;
      top: -90px; }
      @media (max-width: 1199px) {
        .teach-foundr .image-wrap.igdomination {
          left: -80px;
          bottom: -95px;
          right: unset;
          top: unset; } }
      @media (max-width: 767px) {
        .teach-foundr .image-wrap.igdomination {
          left: -180px; } }
    .teach-foundr .image-wrap.startandscale {
      left: -230px;
      bottom: -87px; }
      @media (max-width: 1199px) {
        .teach-foundr .image-wrap.startandscale {
          left: 195px;
          bottom: -95px; } }
      @media (max-width: 767px) {
        .teach-foundr .image-wrap.startandscale {
          left: unset;
          bottom: unset;
          top: -20px;
          right: -20px; } }
    .teach-foundr .image-wrap.copyrwriting {
      bottom: 10px;
      left: 160px; }
      @media (max-width: 1199px) {
        .teach-foundr .image-wrap.copyrwriting {
          right: 10px;
          top: -265px;
          bottom: unset;
          left: unset; } }
      @media (max-width: 767px) {
        .teach-foundr .image-wrap.copyrwriting {
          top: -300px; } }
    .teach-foundr .image-wrap.dealflow {
      right: -250px;
      bottom: -87px; }
      @media (max-width: 1199px) {
        .teach-foundr .image-wrap.dealflow {
          right: -30px;
          bottom: -314px; } }

.foundr {
  margin: 150px 0; }
  @media (max-width: 1199px) {
    .foundr {
      margin: 80px 0; } }
  .foundr .icons {
    padding-bottom: 150px; }
    @media (max-width: 1199px) {
      .foundr .icons {
        padding-bottom: 80px; } }
    @media (max-width: 767px) {
      .foundr .icons {
        padding-bottom: 60px; } }
    @media (max-width: 500px) {
      .foundr .icons [class*="col-"] {
        width: 100%; } }
    .foundr .icons .icon-wrap {
      background-color: #f7f4f5;
      height: 158px;
      margin: 20px 0;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px 50px; }
      @media (max-width: 500px) {
        .foundr .icons .icon-wrap {
          margin: 10px 0; } }
      .foundr .icons .icon-wrap.side {
        text-align: left; }
        .foundr .icons .icon-wrap.side img {
          margin-bottom: 30px;
          margin-right: 10px; }
          @media (max-width: 500px) {
            .foundr .icons .icon-wrap.side img {
              margin-bottom: unset !important; } }
      .foundr .icons .icon-wrap.side-up img {
        margin-bottom: 55px; }
      .foundr .icons .icon-wrap img {
        width: 40px;
        margin-bottom: 10px; }
      .foundr .icons .icon-wrap p {
        font-family: 'Helvetica-Neue';
        text-transform: uppercase;
        font-size: 22px;
        margin: 0; }
  .foundr h2 {
    margin-bottom: 50px; }
    @media (max-width: 1199px) {
      .foundr h2 {
        margin-bottom: 30px; } }
  .foundr .text-content {
    width: 100%;
    max-width: 780px;
    margin: 50px auto; }
    @media (max-width: 1199px) {
      .foundr .text-content {
        margin: 30px 0; } }
    .foundr .text-content p span {
      color: #ff0042;
      font-family: 'CF Asty Std Book'; }
  .foundr .magazine {
    position: relative;
    margin: 0 -20px; }
    .foundr .magazine:before {
      content: "";
      position: absolute;
      top: 0;
      left: 22%;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 1700px 1530px 0;
      border-color: transparent #f7f4f5 transparent transparent;
      top: 50%; }
    .foundr .magazine .slick-slide {
      padding: 0 10px; }
  
      @media (max-width: 767px) {
        .foundr .magazine .slick-slide {
          padding: 0 10px; } }
    }
    .foundr .magazine ul {
      bottom: -65px; }
      .foundr .magazine ul li button {
        width: 8px;
        height: 8px; }
  .foundr .testimonial-wrap {
    max-width: 780px;
    width: 100%;
    margin: 150px auto 0;
    display: flex;
    align-items: center;
    text-align: left;
    transform: translateX(80px); }
    @media (max-width: 1199px) {
      .foundr .testimonial-wrap {
        transform: unset; } }
    @media (max-width: 767px) {
      .foundr .testimonial-wrap {
        display: block;
        margin: 100px auto 0; } }
    .foundr .testimonial-wrap .image-wrap {
      max-width: 220px;
      width: 100%; }
      @media (max-width: 767px) {
        .foundr .testimonial-wrap .image-wrap {
          margin: auto; } }
    .foundr .testimonial-wrap .wrap {
      margin-left: 40px;
      max-width: unset; }
      @media (max-width: 767px) {
        .foundr .testimonial-wrap .wrap {
          margin-left: 0; } }
    .foundr .testimonial-wrap p {
      font-family: 'Helvetica-Neue';
      font-size: 14px;
      line-height: 18px;
      margin: 0;
      text-transform: uppercase; }
      .foundr .testimonial-wrap p.testimonial {
        font-size: 20px;
        margin-bottom: 20px; }
      .foundr .testimonial-wrap p.name {
        position: relative;
        width: max-content; }
        .foundr .testimonial-wrap p.name:after {
          content: "";
          border: 1px #ff0042 solid;
          position: absolute;
          width: 90px;
          top: 8px;
          right: -100px; }
      .foundr .testimonial-wrap p.position {
        font-family: 'HelveticaNeue-LightCond'; }

.foundr-audience {
  position: relative;
  z-index: 9; }
  .foundr-audience h2 {
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .foundr-audience h2 {
        margin-bottom: 20px;
        text-align: left; } }
  .foundr-audience .text-content {
    width: 100%;
    max-width: 780px;
    margin: 50px auto; }
    @media (max-width: 767px) {
      .foundr-audience .text-content {
        margin: 20px auto;
        text-align: left; } }
    .foundr-audience .text-content p span {
      color: #ff0042;
      font-family: 'CF Asty Std Book'; }
  .foundr-audience img {
    margin-bottom: -32px;
    margin: auto; }
  .foundr-audience .wrap-black {
    background-color: #1e1e1c;
    padding: 80px 50px 70px; }
    @media (max-width: 767px) {
      .foundr-audience .wrap-black {
        padding: 60px 20px 50px; } }
    .foundr-audience .wrap-black [class*="col-"]:nth-child(2) {
      border: 3px #312f30 solid;
      border-top: none;
      border-bottom: none; }
      @media (max-width: 1199px) {
        .foundr-audience .wrap-black [class*="col-"]:nth-child(2) {
          border: none;
          padding: 20px; }
          .foundr-audience .wrap-black [class*="col-"]:nth-child(2) .wrap {
            border-top: 3px #312f30 solid;
            border-bottom: 3px #312f30 solid;
            padding: 20px 0; } }
    .foundr-audience .wrap-black h4, .foundr-audience .wrap-black p {
      color: #fff; }
    .foundr-audience .wrap-black h4 {
      margin-bottom: 45px; }
      @media (max-width: 575px) {
        .foundr-audience .wrap-black h4 br {
          display: none; } }
    .foundr-audience .wrap-black .wrap {
      padding: 15px; }
      @media (max-width: 767px) {
        .foundr-audience .wrap-black .wrap {
          padding: 0; } }
      .foundr-audience .wrap-black .wrap p {
        font-style: italic;
        font-size: 18px;
        height: 70px; }
        .foundr-audience .wrap-black .wrap p.percentage {
          font-family: 'Helvetica-Neue';
          font-size: 50px;
          font-style: normal !important;
          margin-bottom: 0;
          line-height: 50px;
          height: auto; }

.foundr-exposure {
  margin: 180px 0; }
  @media (max-width: 1199px) {
    .foundr-exposure {
      margin: 100px 0; } }
  @media (max-width: 767px) {
    .foundr-exposure {
      margin: 70px 0; } }
  .foundr-exposure h2 {
    margin-bottom: 50px; }
  .foundr-exposure .text-content {
    width: 100%;
    max-width: 780px;
    margin: 50px auto; }
  .foundr-exposure img {
    margin-bottom: 100px; }
    .foundr-exposure img.desktop {
      margin-left: 60px; }
    @media (max-width: 1199px) {
      .foundr-exposure img {
        margin-left: 0;
        margin: 0 auto 80px; } }
  .foundr-exposure .meta-text {
    font-family: 'Helvetica-Neue';
    text-transform: uppercase;
    font-size: 20px;
    color: #1e1e1c; }
  .foundr-exposure .btn-md {
    height: 100px;
    font-size: 45px;
    max-width: 500px; }
    @media (max-width: 1199px) {
      .foundr-exposure .btn-md {
        font-size: 40px; } }

.online-course {
  background-color: #1e1e1c;
  padding: 150px 0 100px;
  color: #fff; }
  @media (max-width: 1199px) {
    .online-course .desktop {
      display: none !important; } }
  .online-course .tablet {
    display: none !important; }
    @media (max-width: 1199px) {
      .online-course .tablet {
        display: block !important; } }
  @media (max-width: 1199px) {
    .online-course {
      padding: 100px 0; } }
  @media (max-width: 767px) {
    .online-course {
      margin: 70px 0;
      text-align: left; } }
  .online-course .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  .online-course h2 {
    margin-bottom: 40px; }
  .online-course h2, .online-course p {
    color: inherit; }
  .online-course .slider-nav .slick-track {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    transform: unset !important;
    width: 100% !important; }
    .online-course .slider-nav .slick-track .slick-slide {
      width: 33.33% !important;
      padding: 30px 20px; }
      @media (max-width: 767px) {
        .online-course .slider-nav .slick-track .slick-slide {
          width: 49% !important;
          /*padding: 15px 20px;
                    &:nth-last-child(-n+2){
                        padding-bottom: 0;
                    }*/ } }
      .online-course .slider-nav .slick-track .slick-slide.slick-active {
        opacity: 0.3; }
      .online-course .slider-nav .slick-track .slick-slide.slick-current {
        opacity: 1; }
      .online-course .slider-nav .slick-track .slick-slide img {
        width: initial !important; }
  @media (max-width: 1199px) {
    .online-course .slider-for .video-id {
      margin: 30px 0 0; } }
  @media (max-width: 600px) {
    .online-course .slider-for .slick-slide {
      margin: -25px 0; } }
  @media (max-width: 400px) {
    .online-course .slider-for .slick-slide {
      margin: -40px 0; } }
  @media (max-width: 1199px) {
    .online-course .slider-for ul.slick-dots {
      bottom: -60px; } }

ul.slick-dots {
  position: absolute;
  display: flex;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%); }
  ul.slick-dots li {
    font-size: 0px; }
    ul.slick-dots li.slick-active button {
      background-color: #ff0042; }
      ul.slick-dots li.slick-active button:hover {
        background-color: #ff0042; }
    ul.slick-dots li button {
      width: 10px;
      height: 10px;
      padding: 0;
      border-radius: 10px;
      margin: 5px; }
      ul.slick-dots li button:hover {
        background-color: #333333; }

.components {
  margin: 180px 0; }
  @media (max-width: 1199px) {
    .components {
      margin: 100px 0; } }
  @media (max-width: 767px) {
    .components {
      margin: 70px 0; } }
  .components .row {
    display: flex;
    flex-wrap: wrap; }
    .components .row [class*="col-"]:not(:nth-last-of-type(-n+2)) {
      margin-bottom: 80px; }
      @media (max-width: 1199px) {
        .components .row [class*="col-"]:not(:nth-last-of-type(-n+2)) {
          margin-bottom: 50px !important; } }
    @media (max-width: 767px) {
      .components .row [class*="col-"]:not(:last-child) {
        margin-bottom: 35px !important; } }
  .components h2 {
    margin-bottom: 100px;
    text-align: center; }
    @media (max-width: 1199px) {
      .components h2 {
        margin-bottom: 70px; } }
    @media (max-width: 767px) {
      .components h2 {
        margin-bottom: 50px; } }
  .components .components-wrap {
    background-color: #f4f3f3;
    padding: 45px 50px 45px 140px;
    position: relative;
    height: 100%; }
    @media (max-width: 1199px) {
      .components .components-wrap {
        padding: 40px 25px 40px 80px; } }
    @media (max-width: 767px) {
      .components .components-wrap {
        padding: 25px 20px 25px 50px; } }
    .components .components-wrap::before {
      counter-increment: section;
      content: counter(section) ". ";
      position: absolute;
      font-size: 80px;
      line-height: 58px;
      font-family: 'Helvetica-Neue';
      left: 65px;
      top: 0;
      z-index: 1; }
      @media (max-width: 1199px) {
        .components .components-wrap::before {
          font-size: 60px;
          line-height: 40px;
          left: 45px; } }
      @media (max-width: 767px) {
        .components .components-wrap::before {
          font-size: 43px;
          line-height: 45px;
          left: 13px;
          top: -6px; } }
    .components .components-wrap::after {
      content: "";
      position: absolute;
      background-color: #ff0042;
      height: 85px;
      width: 85px;
      border-radius: 50%;
      left: 20px;
      top: -45px; }
      @media (max-width: 1199px) {
        .components .components-wrap::after {
          height: 70px;
          width: 70px;
          left: 0px;
          top: -30px; } }
      @media (max-width: 767px) {
        .components .components-wrap::after {
          height: 45px;
          width: 45px;
          left: -10px;
          top: -20px; } }
    .components .components-wrap p {
      margin: 0; }

.faqs {
  margin: 180px 0; }
  @media (max-width: 1199px) {
    .faqs {
      margin: 100px 0; } }
  @media (max-width: 767px) {
    .faqs {
      margin: 70px 0; } }
  .faqs h2 {
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .faqs h2 {
        margin-bottom: 20px; } }
  .faqs .question {
    position: relative;
    font-family: 'Helvetica-Neue';
    text-transform: uppercase;
    font-size: 20px !important;
    color: #1e1e1c !important;
    border-top: 2px solid #f4f3f3 !important;
    border-bottom: 2px solid #f4f3f3 !important;
    border-left: none !important;
    border-right: none !important;
    background: transparent !important;
    border-radius: 0;
    padding: 1.2em 50px 1.2em 0 !important;
    margin: -1px !important; }
    .faqs .question::after {
      content: "";
      width: 20px;
      height: 15px;
      background-image: url("https://foundr.com/wp-content/themes/foundr/images/angle-down.svg");
      background-size: 100%;
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      top: 50%;
      right: 5px;
      transform: translateY(-50%);
      transition: all .3s ease; }
    .faqs .question.ui-accordion-header-active:after {
      transform: rotate(180deg);
      transform-origin: center; }
    .faqs .question span {
      display: none !important; }
  .faqs .wrap {
    border: none !important;
    background: transparent !important;
    color: #000000 !important; }
    .faqs .wrap .answer {
      margin: 0; }

.tagline {
  background: #ff0042;
  padding: 130px 0; }
  @media (max-width: 1199px) {
    .tagline {
      padding: 100px 0; } }
  @media (max-width: 767px) {
    .tagline {
      padding: 70px 0; } }
  .tagline h2 {
    color: #fff;
    margin: 0 0 40px 0; }
  .tagline .btn-md {
    background-color: #fff;
    color: #231f20 !important;
    font-size: 26px; }
    .tagline .btn-md:before {
      background-color: rgba(255, 255, 255, 0.9); }

.foundr-mag {
  background-color: #f2f0f1;
  padding: 90px 0;
  position: relative;
  z-index: 2; }
  @media (max-width: 767px) {
    .foundr-mag {
      padding: 40px 0; } }
  .foundr-mag h4 {
    padding-bottom: 90px; }
    @media (max-width: 767px) {
      .foundr-mag h4 {
        padding-bottom: 40px; } }
  .foundr-mag .gallery-list {
    white-space: nowrap;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    -webkit-overflow-scrolling: touch; }
    .foundr-mag .gallery-list .slick-slide {
      outline: none !important; }
    .foundr-mag .gallery-list a {
      display: inline; }
      .foundr-mag .gallery-list a .gallery-item {
        width: 300px;
        display: inline-block;
        position: relative;
        padding: 0 20px;
        float: unset; }
        @media (max-width: 1199px) {
          .foundr-mag .gallery-list a .gallery-item {
            width: 160px;
            padding-left: 5px;
            padding-right: 5px; } }
        .foundr-mag .gallery-list a .gallery-item:hover .item-details {
          -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
          transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
          -webkit-transform: translate(0);
          transform: translate(0);
          opacity: 1; }
        .foundr-mag .gallery-list a .gallery-item:hover .magazine-cover {
          -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
          transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
          -webkit-transform: translateY(35%);
          transform: translateY(35%); }
        .foundr-mag .gallery-list a .gallery-item img {
          width: 100%; }
        .foundr-mag .gallery-list a .gallery-item .item-details {
          position: absolute;
          -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
          -webkit-transform: translateY(40px);
          transform: translateY(40px);
          left: 0;
          right: 0;
          top: 0;
          opacity: 0; }
          .foundr-mag .gallery-list a .gallery-item .item-details .item-details-img {
            margin: 15px auto;
            max-height: 60px;
            max-width: 40%;
            width: auto; }
          .foundr-mag .gallery-list a .gallery-item .item-details p {
            display: block;
            text-align: center;
            margin: 0 auto;
            font-size: 22px;
            text-transform: capitalize;
            color: #1e1e1c; }
            @media (max-width: 1199px) {
              .foundr-mag .gallery-list a .gallery-item .item-details p {
                font-size: 15px;
                padding: 0; } }
        .foundr-mag .gallery-list a .gallery-item .magazine-cover {
          margin-bottom: 0 !important;
          padding-bottom: 134%;
          z-index: 10;
          position: relative;
          -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
          border-radius: 2px;
          -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
          overflow: hidden;
          background-repeat: no-repeat;
          background-size: cover;
          background-position: 50%; }

.btn-md {
  background-color: #ff0042;
  color: #fff !important;
  border: 0 !important;
  border-radius: 100px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-family: 'Helvetica-Neue';
  position: relative;
  z-index: 2;
  height: 70px;
  max-width: 450px;
  width: 100%;
  font-size: 26px;
  line-height: 26px; }
  .btn-md:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 0, 66, 0.9);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 200px;
    z-index: -1;
    color: #212529;
    text-decoration: none;
    color: #fff;
    -webkit-animation-name: playButton;
    animation-name: playButton;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: playButtonShadowMobile;
    animation-name: playButtonShadowMobile;
    -webkit-animation-delay: .2s;
    animation-delay: .2s; }

@-webkit-keyframes playButton {
  0% {
    -webkit-box-shadow: 0;
    box-shadow: 0; }
  30% {
    -webkit-box-shadow: 0 0 0 17px rgba(255, 0, 66, 0.6);
    box-shadow: 0 0 0 17px rgba(255, 0, 66, 0.6); }
  60% {
    -webkit-box-shadow: 0 0 0 17px rgba(255, 0, 66, 0);
    box-shadow: 0 0 0 17px rgba(255, 0, 66, 0); }
  to {
    -webkit-box-shadow: 0 0 0 17px rgba(255, 0, 66, 0);
    box-shadow: 0 0 0 17px rgba(255, 0, 66, 0); } }

@keyframes playButton {
  0% {
    -webkit-box-shadow: 0;
    box-shadow: 0; }
  30% {
    -webkit-box-shadow: 0 0 0 17px rgba(255, 0, 66, 0.6);
    box-shadow: 0 0 0 17px rgba(255, 0, 66, 0.6); }
  60% {
    -webkit-box-shadow: 0 0 0 17px rgba(255, 0, 66, 0);
    box-shadow: 0 0 0 17px rgba(255, 0, 66, 0); }
  to {
    -webkit-box-shadow: 0 0 0 17px rgba(255, 0, 66, 0);
    box-shadow: 0 0 0 17px rgba(255, 0, 66, 0); } }

@-webkit-keyframes playButtonShadow {
  0% {
    width: 100%;
    height: 100%; }
  60% {
    width: calc(100% + 85px);
    height: calc(100% + 85px); }
  to {
    opacity: 0;
    width: calc(100% + 85px);
    height: calc(100% + 85px); } }

@keyframes playButtonShadow {
  0% {
    width: 100%;
    height: 100%; }
  60% {
    width: calc(100% + 85px);
    height: calc(100% + 85px); }
  to {
    opacity: 0;
    width: calc(100% + 85px);
    height: calc(100% + 85px); } }

@-webkit-keyframes playButtonShadowMobile {
  0% {
    width: 100%;
    height: 100%; }
  50% {
    width: calc(100% + 40px);
    height: calc(100% + 40px); }
  to {
    opacity: 0;
    width: calc(100% + 40px);
    height: calc(100% + 40px); } }

@keyframes playButtonShadowMobile {
  0% {
    width: 100%;
    height: 100%; }
  50% {
    width: calc(100% + 40px);
    height: calc(100% + 40px); }
  to {
    opacity: 0;
    width: calc(100% + 40px);
    height: calc(100% + 40px); } }

footer {
  position: unset !important;
  font-family: heebo,Helvetica Neue,Helvetica,sans-serif; }

.site-footer p {
  color: #000; }

.pd-ver.white-bg,
#page-footer-spacer,
.essb_mailform {
  display: none; }

.nav-secondary::before,
.footer-education-menu::before,
.footer-categories-menu::before,
.footer-support-menu::before,
.foundr-footer-subscribe-widget .widgettitle {
  color: #000;
  font-family: heebo,Helvetica Neue,Helvetica,sans-serif; }
