/*
Theme Name: FHU NCSA
Theme URI: http://bramblettgrp.com
Author: Bramblett Group
Author URI: http://bramblettgrp.com
Description: A responsive theme for FHU's NCSA landing page
Version: 1.0.2
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
*/
@font-face {
  font-family: "Montserrat";
  src: url("resources/fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("resources/fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("resources/fonts/Montserrat-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Montserrat";
  src: url("resources/fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Italic";
  src: url("resources/fonts/Montserrat-Italic.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Zilla";
  src: url("resources/fonts/ZillaSlab-Bold.ttf");
  font-weight: 800;
  font-display: swap;
}
body, html {
  margin: 0;
  padding: 0;
  font-synthesis: none;
}

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #661324;
  color: #ffffff;
  border-bottom: 20px solid #E29F24;
  height: 650px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1550px) {
  .hero {
    height: 500px;
  }
}
@media only screen and (max-width: 1024px) {
  .hero {
    height: 800px;
  }
}
@media only screen and (max-width: 600px) {
  .hero {
    height: 650px;
  }
}
@media only screen and (max-width: 500px) {
  .hero {
    height: 700px;
  }
}
@media only screen and (max-width: 400px) {
  .hero {
    height: 800px;
  }
}
.hero__wrapper {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1rem;
  position: relative;
}
.hero__logo {
  width: 350px;
}
@media only screen and (max-width: 400px) {
  .hero__logo {
    width: 250px;
  }
}
.hero__logo source {
  width: 100%;
}
.hero__logo img {
  width: 100%;
}
.hero__header {
  font-family: "Montserrat";
  font-size: 36px;
  line-height: 4.2rem;
}
@media only screen and (max-width: 1235px) {
  .hero__header {
    line-height: 3.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .hero__header {
    font-size: 28px;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 600px) {
  .hero__header {
    line-height: 2.6rem;
  }
}
@media only screen and (max-width: 500px) {
  .hero__header {
    font-size: 20px;
    line-height: 2rem;
  }
}
.hero__header .outline {
  text-transform: uppercase;
  font-family: "Zilla";
  font-size: 96px;
  -webkit-text-stroke: 1.5px #ffffff;
  color: transparent;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  position: absolute;
  left: 10px;
  z-index: 10;
}
@media only screen and (max-width: 1235px) {
  .hero__header .outline {
    font-size: 72px;
  }
}
@media only screen and (max-width: 768px) {
  .hero__header .outline {
    font-size: 60px;
  }
}
@media only screen and (max-width: 600px) {
  .hero__header .outline {
    font-size: 48px;
  }
}
@media only screen and (max-width: 500px) {
  .hero__header .outline {
    font-size: 36px;
  }
}
.hero__header .active {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.hero__copy {
  margin: 100px 0 0 10px;
  width: 45%;
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8rem;
}
@media only screen and (max-width: 1024px) {
  .hero__copy {
    width: 40%;
    margin-top: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .hero__copy {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 400px) {
  .hero__copy {
    width: 90%;
  }
}
.hero__copy--bold {
  font-weight: 800;
}
.hero__image {
  position: absolute;
  right: -110px;
  top: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 1550px) {
  .hero__image {
    right: -210px;
  }
}
@media only screen and (max-width: 1024px) {
  .hero__image {
    top: 0;
    bottom: -400px;
  }
}
@media only screen and (max-width: 768px) {
  .hero__image {
    bottom: -250px;
    right: -110px;
  }
}
@media only screen and (max-width: 600px) {
  .hero__image {
    bottom: -150px;
  }
}
@media only screen and (max-width: 400px) {
  .hero__image {
    bottom: -400px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
.hero__image--picture {
  width: 800px;
  height: 800px;
  -webkit-clip-path: circle();
          clip-path: circle();
}
@media only screen and (max-width: 1450px) {
  .hero__image--picture {
    width: 600px;
  }
}
@media only screen and (max-width: 768px) {
  .hero__image--picture {
    width: 400px;
  }
}
@media only screen and (max-width: 600px) {
  .hero__image--picture {
    width: 300px;
  }
}
.hero__image--picture source {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1450px) {
  .hero__image--picture source {
    -o-object-position: 40% 100px;
       object-position: 40% 100px;
  }
}
@media only screen and (max-width: 768px) {
  .hero__image--picture source {
    -o-object-position: 45% 200px;
       object-position: 45% 200px;
  }
}
@media only screen and (max-width: 600px) {
  .hero__image--picture source {
    -o-object-position: 45% 250px;
       object-position: 45% 250px;
  }
}
.hero__image--picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1450px) {
  .hero__image--picture img {
    -o-object-position: 40% 100px;
       object-position: 40% 100px;
  }
}
@media only screen and (max-width: 768px) {
  .hero__image--picture img {
    -o-object-position: 45% 200px;
       object-position: 45% 200px;
  }
}
@media only screen and (max-width: 600px) {
  .hero__image--picture img {
    -o-object-position: 45% 250px;
       object-position: 45% 250px;
  }
}
@media only screen and (max-width: 400px) {
  .hero__image--picture img {
    -o-object-position: 40% 250px;
       object-position: 40% 250px;
  }
}
.hero__image .circle-small {
  width: 810px;
  height: 810px;
  border: 4px solid #4B0F1B;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1450px) {
  .hero__image .circle-small {
    width: 610px;
    height: 610px;
  }
}
@media only screen and (max-width: 768px) {
  .hero__image .circle-small {
    width: 410px;
    height: 410px;
  }
}
@media only screen and (max-width: 600px) {
  .hero__image .circle-small {
    width: 310px;
    height: 310px;
  }
}
.hero__image .circle-big {
  width: 830px;
  height: 830px;
  border: 12px solid #4B0F1B;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1450px) {
  .hero__image .circle-big {
    width: 630px;
    height: 630px;
  }
}
@media only screen and (max-width: 768px) {
  .hero__image .circle-big {
    width: 430px;
    height: 430px;
  }
}
@media only screen and (max-width: 600px) {
  .hero__image .circle-big {
    width: 330px;
    height: 330px;
  }
}

.testimonials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.testimonials__card {
  width: 33.2%;
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .testimonials__card {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}
.testimonials__card--wrapper {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.testimonials__card--top {
  margin-bottom: 1rem;
}
.testimonials__card--header {
  color: #661324;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-size: 36px;
  margin: 3rem 0 0 0;
}
@media only screen and (max-width: 1200px) {
  .testimonials__card--header {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1024px) {
  .testimonials__card--header {
    font-size: 36px;
  }
}
@media only screen and (max-width: 400px) {
  .testimonials__card--header {
    font-size: 28px;
  }
}
.testimonials__card--subhead {
  margin: 0;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
  width: 80%;
}
.testimonials__card--list {
  font-family: "Montserrat";
  font-weight: 200;
  font-size: 16px;
  padding-left: 10px;
}
.testimonials__card--list li {
  margin-bottom: 1rem;
}
.testimonials__card--list li::marker {
  font-size: 9px;
}
.testimonials__card--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 4rem;
}
.testimonials__card--link {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 2rem;
  background-color: #661324;
  padding: 0.5rem 2rem;
  font-family: "Montserrat";
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
  color: #E29F24;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.testimonials__card--link:hover {
  background-color: #E29F24;
  color: #661324;
}
.testimonials__card--headshot {
  width: 48%;
  z-index: 2;
}
@media only screen and (max-width: 1640px) {
  .testimonials__card--headshot {
    width: 54%;
  }
}
@media only screen and (max-width: 1400px) {
  .testimonials__card--headshot {
    width: 64%;
  }
}
@media only screen and (max-width: 1024px) {
  .testimonials__card--headshot {
    width: 40%;
  }
}
@media only screen and (max-width: 600px) {
  .testimonials__card--headshot {
    width: 50%;
  }
}
@media only screen and (max-width: 500px) {
  .testimonials__card--headshot {
    width: 60%;
  }
}
@media only screen and (max-width: 400px) {
  .testimonials__card--headshot {
    width: 70%;
  }
}
.testimonials__card--headshot source {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .testimonials__card--headshot source {
    height: 250px;
  }
}
.testimonials__card--headshot img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .testimonials__card--headshot img {
    height: 250px;
  }
}
.testimonials__card--quote {
  width: 80%;
  height: 600px;
  padding: 0 2rem;
  margin-left: -2rem;
  background-color: #333333;
  color: #ffffff;
  margin-top: -180px;
  font-family: "Montserrat";
}
@media only screen and (max-width: 1600px) {
  .testimonials__card--quote {
    height: 700px;
  }
}
@media only screen and (max-width: 1400px) {
  .testimonials__card--quote {
    height: 750px;
  }
}
@media only screen and (max-width: 1200px) {
  .testimonials__card--quote {
    height: 800px;
  }
}
@media only screen and (max-width: 1024px) {
  .testimonials__card--quote {
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}
.testimonials__card--quote-text {
  margin-top: 190px;
  font-family: "Montserrat-Italic";
  font-weight: 400;
  margin-bottom: 2rem;
}
.testimonials__card--quote-name {
  font-weight: 800;
  margin-bottom: 0;
}
.testimonials__card--quote-info {
  margin-top: 0.5rem;
  font-weight: 300;
}

.splash {
  background-color: #E29F24;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .splash {
    margin-top: -0.2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.splash__wrapper {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  .splash__wrapper {
    width: 100%;
  }
}
.splash__header {
  width: 100%;
  text-align: center;
  color: #661324;
  font-size: 96px;
  font-family: "Zilla";
  margin: 1rem 0 0.5rem 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 600px) {
  .splash__header {
    font-size: 72px;
  }
}
@media only screen and (max-width: 500px) {
  .splash__header {
    font-size: 36px;
  }
}
.splash__subhead {
  width: 100%;
  margin: 0 0 4rem 0;
  text-align: center;
  color: #661324;
  font-size: 36px;
  font-family: "Montserrat";
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  .splash__subhead {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 500px) {
  .splash__subhead {
    font-size: 28px;
  }
}
.splash__stat {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #ffffff;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 1024px) {
  .splash__stat {
    width: 100%;
  }
}
.splash__stat--number {
  font-size: 96px;
  font-family: "Zilla";
  text-align: center;
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 500px) {
  .splash__stat--number {
    font-size: 72px;
  }
}
.splash__stat--number-hidden {
  display: none;
}
.splash__stat--text {
  font-size: 36px;
  font-family: "Montserrat";
  text-align: center;
  width: 60%;
  margin: 0;
}
@media only screen and (max-width: 500px) {
  .splash__stat--text {
    font-size: 28px;
  }
}
.splash__stat--divider {
  position: relative;
}
.splash__stat--divider::before {
  content: "";
  background-color: #661324;
  width: 2px;
  height: 100%;
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 1024px) {
  .splash__stat--divider::before {
    bottom: -3rem;
    right: 50%;
    width: 50%;
    height: 2px;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

.partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.partner__background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.partner__background source {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.partner__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.partner__background::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 60%;
  position: absolute;
  top: 0;
  left: 0;
}
.partner__wrapper {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80%;
}
.partner__subhead {
  font-size: 36px;
  color: #ffffff;
  margin: 4rem 0 0 -4rem;
  width: 100%;
  font-family: "Montserrat";
  text-transform: capitalize;
}
@media only screen and (max-width: 768px) {
  .partner__subhead {
    font-size: 28px;
  }
}
.partner__header {
  width: 100%;
  font-size: 96px;
  color: #ffffff;
  margin: -1rem 0 2rem 3rem;
  font-family: "Zilla";
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .partner__header {
    font-size: 72px;
  }
}
@media only screen and (max-width: 768px) {
  .partner__header {
    font-size: 36px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 400px) {
  .partner__header {
    font-size: 28px;
  }
}
.partner__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 8rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.partner__cards--item {
  width: 32.5%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.partner__cards--item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5rem;
}
@media only screen and (max-width: 1024px) {
  .partner__cards--item {
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin-bottom: 0.5rem;
  }
}
.partner__cards--item-header {
  font-size: 28px;
  color: #661324;
  text-transform: uppercase;
  font-family: "Zilla";
  margin: 0;
}
.partner__cards--item-text {
  color: #661324;
  font-size: 20px;
  font-family: "Montserrat";
}
.partner__cards--item-text-bold {
  font-weight: 800;
}
.partner__cards--item-link {
  color: #661324;
  background-color: #E29F24;
  padding: 0.5rem 2rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-size: 20px;
}
.partner__cards--item-link:hover {
  color: #E29F24;
  background-color: #661324;
}/*# sourceMappingURL=style.min.css.map */