@charset "UTF-8";
/*
    Theme Name: Bitwise Stories
    Author: Crystal Maldonado
    Version: 1.0
*/
/*--------------------------------------------------------------
   Normalize, Mixins, Variables
--------------------------------------------------------------*/
@import url("https://use.typekit.net/nva0vxd.css");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  /* line-height: 1;
  font-size: 16px; */
}

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;
}

.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax > .jarallax-img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
}

/*--------------------------------------------------------------
   Views
--------------------------------------------------------------*/
/* ---------------------------------------------- */
/* DEFAULTS                                       */
/* ---------------------------------------------- */
/* #body_wrapper {
  padding-top: 70px;
  width: 100%;
} */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.bw-stories-wrapper {
  height: 100%;
  /* ---------------------------------------------- */
  /* HERO                                           */
  /* ---------------------------------------------- */
  /* CUSTOM BREAKPOINT < 376
  /* ------------------------------------------------- */
  /* CUSTOM BREAKPOINT > 375
  /* ------------------------------------------------- */
  /* ---------------------------------------------- */
  /* SIDE BY SIDE FEATURED IMAGES                   */
  /* ---------------------------------------------- */
  /* CUSTOM BREAKPOINT < 576
  /* ------------------------------------------------- */
}

.bw-stories-wrapper .feat-img {
  width: 400px;
  height: 300px;
}

.bw-stories-wrapper .hero {
  display: none;
}

.bw-stories-wrapper .hero-mid {
  display: none;
}

.bw-stories-wrapper .mobile-hero {
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bw-stories-wrapper .mobile-hero > img {
  width: 100%;
}

.bw-stories-wrapper .mobile-hero .logo-inner {
  position: absolute;
  top: 42vw;
  z-index: 2;
}

.bw-stories-wrapper .mobile-hero .logo-inner .logo-container {
  width: 81vw;
  height: 61vw;
  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;
  background-color: #231f20;
}

.bw-stories-wrapper .mobile-hero .logo-inner .logo {
  width: 75vw;
}

.bw-stories-wrapper .mobile-hero .hero-tag {
  font-family: courier;
  text-transform: uppercase;
  font-weight: 900;
  position: relative;
  top: 15px;
  color: #fffdf8;
  text-align: center;
  width: 80vw;
}

@media (min-width: 376px) {
  .bw-stories-wrapper .bw-stories-wrapper .hero .hero-tag {
    width: auto;
  }
}

.bw-stories-wrapper #half-panel-wrapper {
  margin-top: 15px;
  margin-bottom: 15px;
}

.bw-stories-wrapper #half-panel-wrapper #has-padding-right {
  padding-right: 8px;
}

.bw-stories-wrapper #half-panel-wrapper #has-padding-left {
  padding-left: 8px;
}

.bw-stories-wrapper #half-panel-wrapper .half-panel-outer {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bw-stories-wrapper #half-panel-wrapper .half-panel-outer > img {
  width: 100%;
}

.bw-stories-wrapper #half-panel-wrapper .half-panel-outer .half-panel-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.bw-stories-wrapper
#half-panel-wrapper
.half-panel-outer
.half-panel-inner
.half-panel-content {
  padding: 12px;
}

.bw-stories-wrapper
#half-panel-wrapper
.half-panel-outer
.half-panel-inner
.half-panel-content
.name {
  max-width: unset;
  color: #fffdf8;
  font-size: 1.7em;
  font-family: "museo-sans", sans-serif;
  font-weight: 900;
  position: relative;
  margin-bottom: 5px;
  letter-spacing: -1px;
}

.bw-stories-wrapper
#half-panel-wrapper
.half-panel-outer
.half-panel-inner
.half-panel-content
.tagline {
  max-width: unset;
  font-family: "museo-sans", sans-serif;
  font-weight: 100;
  font-size: 0.875em;
  position: relative;
  color: #fffdf8;
  letter-spacing: 0.13em;
}

/* col-sm > 576
/* ------------------------------------------------- */
@media (min-width: 576px) {
  .bw-stories-wrapper
#half-panel-wrapper
.half-panel-outer
.half-panel-inner
.half-panel-content {
    padding: 23px;
  }
  .bw-stories-wrapper
#half-panel-wrapper
.half-panel-outer
.half-panel-inner
.half-panel-content
.name {
    font-size: 2.3em;
  }
  .bw-stories-wrapper
#half-panel-wrapper
.half-panel-outer
.half-panel-inner
.half-panel-content
.tagline {
    font-size: 1.25em;
  }
  .bw-stories-wrapper .mobile-hero {
    display: none;
  }
  .bw-stories-wrapper .hero {
    display: none;
  }
  .bw-stories-wrapper .hero-mid {
    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-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .bw-stories-wrapper .hero-mid > img {
    width: 100%;
  }
  .bw-stories-wrapper .hero-mid .logo-inner {
    position: absolute;
    top: 33vw;
    z-index: 2;
  }
  .bw-stories-wrapper .hero-mid .logo-inner .logo-container {
    width: 70vw;
    height: 49vw;
    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;
    background-color: #231f20;
  }
  .bw-stories-wrapper .hero-mid .logo-inner .logo {
    width: 65vw;
  }
}

/* col-md 768
/* ------------------------------------------------- */
@media (min-width: 768px) {
  .bw-stories-wrapper
#half-panel-wrapper
.half-panel-outer
.half-panel-inner
.half-panel-content
.name {
    font-size: 1.8em;
  }
  .bw-stories-wrapper
#half-panel-wrapper
.half-panel-outer
.half-panel-inner
.half-panel-content
.tagline {
    font-size: 0.875em;
  }
  .bw-stories-wrapper .mobile-hero {
    display: none;
  }
  .bw-stories-wrapper .hero-mid {
    display: none;
  }
  .bw-stories-wrapper .hero {
    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-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .bw-stories-wrapper .hero > img {
    width: 100%;
  }
  .bw-stories-wrapper .hero .logo-inner {
    position: absolute;
    top: 22vw;
    z-index: 2;
  }
  .bw-stories-wrapper .hero .logo-inner .logo-container {
    width: 82vw;
    height: 11vw;
    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;
    background-color: #231f20;
  }
  .bw-stories-wrapper .hero .logo-inner .logo {
    width: 76vw;
  }
}

/* col-xl > 1200
/* ------------------------------------------------- */
@media (min-width: 1200px) {
  .bw-stories-wrapper
#half-panel-wrapper
.half-panel-outer
.half-panel-inner
.half-panel-content {
    padding: 40px;
  }
  .bw-stories-wrapper
#half-panel-wrapper
.half-panel-outer
.half-panel-inner
.half-panel-content
.name {
    font-size: 2.5em;
  }
  .bw-stories-wrapper
#half-panel-wrapper
.half-panel-outer
.half-panel-inner
.half-panel-content
.tagline {
    font-size: 1.25em;
  }
}

/* DONT CHANGE
/* ------------------------------------------------- */
@media (max-width: 767px) {
  .bw-stories-wrapper #half-panel-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .bw-stories-wrapper #half-panel-wrapper #has-padding-right {
    padding: 0px;
  }
  .bw-stories-wrapper #half-panel-wrapper #has-padding-left {
    padding: 0px;
  }
}

@media screen and (min-width: 766px) and (max-width: 980px) {
  .content-container {
    min-height: calc(100vh - 270px);
  }
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

strong {
  font-weight: 900;
}

em {
  font-style: italic;
}

a {
  /* font-weight: bold; */
  text-decoration: none;
  color: #00aeef;
}

a:hover {
  color: #00aeef;
  text-decoration: none;
}

body {
  background-color: #fffdf8;
  height: 100%;
  padding-right: 0 !important;
  /* ---------------------------------------------- */
  /* NAVIGATION                                     */
  /* ---------------------------------------------- */
  /* CUSTOM BREAKPOINT < 376
  /* ------------------------------------------------- */
  /* ------------------------------------------------ */
  /* CUSTOM BREAKPOINT > 376
  /* ------------------------------------------------ */
}

/* ---------------------------------------------- */
/* HERO                                           */
/* ---------------------------------------------- */
/* CUSTOM BREAKPOINT < 376
/* ------------------------------------------------- */
/* ---------------------------------------------- */
/* STORIES LIST                                   */
/* ---------------------------------------------- */
/* LATEST POST SECTION
  /* ------------------------------------------------*/
/* RECENT POSTS SECTION
  /* ------------------------------------------------- */
/* ARCHIVE LIST SECTION
  /* ------------------------------------------------- */
/* SUBSCRIPTION SECTION
  /* ------------------------------------------------- */
/* ---------------------------------------------- */
/* MEDIA QUERIES                                  */
/* ---------------------------------------------- */
/* col-sm >576                             
  /* ---------------------------------------------- */
/* col-md > 768
  /* ------------------------------------------------- */
/* col-lg > 992
  /* ------------------------------------------------- */
/* col-lg > 1200
  /* ------------------------------------------------- */
/* col-lg > 1400
  /* ------------------------------------------------- */
.stories-home .hero {
  display: none;
}

.stories-home .hero-mid {
  display: none;
}

.stories-home .mobile-hero {
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.stories-home .mobile-hero > img {
  width: 100%;
}

.stories-home .logo-inner {
  position: absolute;
  top: 42vw;
  z-index: 2;
}

.stories-home .logo-inner .logo-container {
  width: 81vw;
  height: 61vw;
  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;
  background-color: #231f20;
}

.stories-home .logo-inner .logo {
  width: 75vw;
}

.stories-home .three-up-wrapper {
  display: none;
}

.stories-home .lg-archive {
  display: none;
}

.stories-home .title {
  padding: 12px 18px;
  font-family: "museo-sans", sans-serif;
  background-color: #231f20;
}

.stories-home .title h1 {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 0;
}

.stories-home .latest-post {
  font-family: "museo-sans", sans-serif;
  position: relative;
}

.stories-home .latest-post a {
  font-weight: 900;
  text-decoration: none;
  color: #fffdf8;
}

.stories-home .latest-post img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 400px;
}

.stories-home .image {
  position: relative;
  margin-top: 10px;
}

.stories-home .post {
  font-family: "museo-sans", sans-serif;
  position: relative;
  margin-bottom: 30px;
}

.stories-home .post .p-heading {
  font-size: 1.2em;
  font-family: "museo-sans", sans-serif;
  position: absolute;
  bottom: -11px;
  background: #231f20;
  padding: 3% 5%;
  z-index: 1;
}

.stories-home .post .p-heading a {
  font-weight: 900;
  text-decoration: none;
  color: #fffdf8;
}

.stories-home .title-date-wrapper {
  position: absolute;
  bottom: 10px;
}

.stories-home .date-latest-post {
  color: #fffdf8;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 17px 2px;
  font-size: 16px;
  font-weight: 500;
}

.stories-home .excerpt {
  font-size: 16px;
  font-weight: 500;
  padding: 6% 5% 10%;
  line-height: 25px;
}

.stories-home .excerpt a {
  font-weight: 900;
  text-decoration: none;
  color: #00aeef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
}

.stories-home .not-feat-img {
  vertical-align: middle;
}

.stories-home .image-date-wrapper {
  font-family: "museo-sans", sans-serif;
  position: relative;
}

.stories-home .recent-title {
  font-family: "museo-sans", sans-serif;
  padding: 10px 17px;
  background-color: #231f20;
}

.stories-home .recent-title a {
  font-weight: 900;
  text-decoration: none;
  color: #fffdf8;
}

.stories-home .recent-title h1 {
  font-size: 19px;
  margin-bottom: 0;
}

.stories-home .date-recent-posts {
  color: "museo-sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 7px 17px 2px;
  font-size: 14px;
  font-weight: 500;
  color: #fffdf8;
  text-shadow: 1px 1px rgba(33, 33, 33, 0.31);
}

.stories-home .archive {
  padding-bottom: 11%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.stories-home .archive .header {
  font-family: "museo-sans", sans-serif;
  color: #231f20;
  text-align: center;
  font-size: 14px;
  padding: 50px 0 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.stories-home .archive .archive-date {
  color: #231f20;
  font-family: "museo-sans", sans-serif;
  font-weight: 100;
  letter-spacing: 1px;
}

.stories-home .archive .story-title {
  padding: 12px;
}

.stories-home .archive .story-title a {
  font-family: "Courier New", Courier, monospace;
  font-weight: 900;
  text-decoration: none;
  color: #231f20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
}

.stories-home .section-wrapper {
  width: 100%;
}

.stories-home .subscribe-wrapper {
  background-color: #231f20;
  color: #fffdf8;
  width: 100%;
  min-height: 250px;
  font-family: "museo-sans", sans-serif;
  padding: 20px 20px 0 20px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.stories-home .subscribe-header {
  height: 145px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.stories-home .subscribe-header > h3 {
  font-size: 22px;
  font-weight: 900;
}

.stories-home .subscribe-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  top: 15px;
  font-size: 16px;
  font-weight: 400;
}

.stories-home .subscribe-input {
  width: 100%;
  background-color: #fffdf8;
  color: #231f20;
  border: 1px solid #fffdf8;
  height: 2.3em;
  padding-left: 10px;
  margin: 10px 0 20px 0;
}

.stories-home .subscribe-button-wrapper {
  width: 100%;
  height: 155px;
  font-family: "museo-sans", sans-serif;
  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;
  background-color: #231f20;
}

.stories-home .subscribe-button-wrapper > input {
  border: 1px solid #00aeef;
  background-color: #00aeef;
  color: #fffdf8;
  width: 150px;
  height: 45px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .stories-home .not-feat-img {
    display: unset;
    height: 27vh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    vertical-align: middle;
  }
  .stories-home .title {
    padding: 15px 17px;
  }
  .stories-home .excerpt {
    padding: 6% 5%;
    font-weight: 400;
    font-size: 16px;
  }
  .stories-home .subscribe-form {
    width: 530px;
  }
  .stories-home .subscribe-header {
    height: 100px;
  }
}

@media (min-width: 768px) {
  .stories-home .latest-post img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 500px;
  }
  .stories-home .recent-posts-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: 10px solid #fffdf8;
  }
  .stories-home .image-date-wrapper {
    font-family: "museo-sans", sans-serif;
    position: relative;
    padding: 0px;
    border: 6px solid #fffdf8;
  }
  .stories-home .excerpt {
    padding: 4% 5% 2%;
  }
}

@media (min-width: 992px) {
  .stories-home .latest-post-wrapper,
  .stories-home .recent-posts-wrapper,
  .stories-home .archive {
    display: none;
  }
  .stories-home .lg-latest-post-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .stories-home .lg-recent-posts-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;
    width: 100%;
  }
  .stories-home .three-up-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 5px solid #fffdf8;
    border-bottom: 5px solid #fffdf8;
  }
  .stories-home .latest-post {
    border: 5px solid #fffdf8;
    border-left: 10px solid #fffdf8;
    border-right: 5px solid #fffdf8;
    width: 50vw;
  }
  .stories-home .image {
    margin-top: 0;
  }
  .stories-home .title {
    padding: 8px 17px;
  }
  .stories-home .not-feat-img {
    height: 330px;
  }
  .stories-home .image-date-wrapper {
    position: relative;
    padding: 0px;
    border: 5px solid #fffdf8;
    border-right: 10px solid #fffdf8;
  }
  .stories-home .excerpt {
    padding: 4% 1% 2%;
  }
  .stories-home .lg-archive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .stories-home .lg-archive .archive-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 5px;
  }
  .stories-home .lg-archive .card-wrapper {
    font-family: "museo-sans", sans-serif;
    position: relative;
    padding: 10px;
  }
  .stories-home .lg-archive .card-title-date {
    position: absolute;
    bottom: 20px;
  }
  .stories-home .lg-archive .header {
    font-family: "museo-sans", sans-serif;
    color: #231f20;
    text-align: center;
    font-size: 1em;
    padding: 50px 0 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
  }
  .stories-home .lg-archive .archive-date {
    color: #231f20;
    font-family: "museo-sans", sans-serif;
    font-weight: 100;
    letter-spacing: 1px;
  }
  .stories-home .lg-archive .story-title {
    padding: 12px;
  }
  .stories-home .lg-archive .story-title a {
    font-family: "Courier New", Courier, monospace;
    font-weight: 900;
    text-decoration: none;
    color: #231f20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .stories-home .subscribe-wrapper {
    min-height: unset;
  }
  .stories-home .subscribe-form {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .stories-home .subscribe-input {
    width: 550px;
  }
  .stories-home .subscribe-button-wrapper {
    height: 140px;
  }
}

@media (min-width: 1200px) {
  .stories-home .title > h1 {
    font-size: 26px;
    margin-bottom: 0;
  }
  .stories-home .recent-title > h1 {
    font-size: 19px;
    margin-bottom: 0;
  }
  .stories-home .subscribe-form {
    width: 80%;
  }
}

@media (min-width: 1350px) {
  .stories-home .subscribe-form {
    width: 90%;
  }
  .stories-home .subscribe-input {
    width: 550px;
  }
}

/* ---------------------------------------------- */
/* Main Footer Buttons                            */
/* ---------------------------------------------- */
.footer-button-container {
  padding-bottom: 50px;
  border-top: 20px solid #fffdf7;
}

.footer-button {
  background-color: #00aeef;
  color: #fffdf7;
  text-transform: uppercase;
  font-weight: 500;
  height: 70px;
  font-size: 1.3rem;
  border: 4px solid #fffdf7;
  max-width: 320px;
}

#hashtag-button {
  color: #fffdf7 !important;
}

#hashtag-button:visited {
  color: #fffdf7;
}

#hashtag-button:hover {
  background-color: #0afb60;
}

#shift3-button {
  color: #fffdf7 !important;
}

#shift3-button:visited {
  color: #fffdf7;
}

#shift3-button:hover {
  background-color: #e2cf00;
}

#geekwise-button {
  color: #fffdf7 !important;
}

#geekwise-button:visited {
  color: #fffdf7;
}

#geekwise-button:hover {
  background-color: #b32118;
}

.button-bold {
  text-transform: lowercase;
  -webkit-text-emphasis: none;
          text-emphasis: none;
  font-weight: 900;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .footer-button-container {
    border-top: unset;
  }
  .footer-button {
    border: unset;
    height: 43px;
    max-width: unset;
  }
  #shift3-button {
    border-left: 4px solid #fffdf7;
    border-right: 4px solid #fffdf7;
  }
  #bitwise-41-button {
    border-right: 4px solid #fffdf7;
  }
}

/* ---------------------------------------------- */
/* Bitwise Stories Footer                         */
/* ---------------------------------------------- */
.bitwise-stories-footer {
  width: 100vw;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #00aeef;
}

.bitwise-stories-footer .inner-container {
  height: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  bottom: 10px;
  position: relative;
}

.bitwise-stories-footer .text-box {
  width: 500px;
  height: 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 2px solid #f5f4f0;
  font-family: "museo-sans", sans-serif;
  color: #231f20;
  font-size: 1em;
  padding: 10px;
  margin: 10px 12px;
}

.bitwise-stories-footer .text-box .bold {
  font-size: 16px;
  font-weight: 900;
}

.bitwise-stories-footer .text-box .thin {
  font-weight: 100;
  text-transform: uppercase;
  font-size: 0.875em;
  letter-spacing: 0.07em;
  color: #4d4d4d;
}

.bitwise-stories-footer .address {
  color: #fffdf8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "museo-sans", sans-serif;
}

.bitwise-stories-footer li {
  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;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  margin: 12px;
}

.bitwise-stories-footer .heart {
  width: 19px;
  position: relative;
  bottom: 4px;
}

@media screen and (max-width: 480px) {
  .bitwise-stories-footer .text-box {
    height: 120px;
  }
}

@media screen and (max-width: 708px) {
  .bitwise-stories-footer .text-box {
    height: 100px;
  }
}

@media screen and (max-width: 767px) {
  .bitwise-stories-footer .text-box {
    width: 70%;
    line-height: 23px;
    text-align: center;
  }
  .bitwise-stories-footer {
    height: 300px;
  }
  .bitwise-stories-footer .address {
    display: block;
  }
}

@media screen and (min-width: 767px) and (max-width: 1032px) {
  .bitwise-stories-footer .address {
    text-align: center;
  }
}

.error-message {
  line-height: 2.7em;
  margin-left: 20px;
}

.error-wrapper {
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 4em;
  font-family: "museo-sans", sans-serif;
  font-size: 2em;
}

#has-top-space {
  position: relative;
  top: 3em;
}

#error-image {
  width: 80%;
  margin: 2em 0;
}

.error-container {
  width: 100%;
  min-height: calc(100vh - 270px);
  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;
  bottom: 3em;
  position: relative;
}

.feature-modules {
  font-size: 16px;
  /* ------------------------------------------------ */
  /* HERO ONLY                                        */
  /* ------------------------------------------------ */
  /* col-xs < 576
  /* ------------------------------------------------ */
  /* HERO WITH TEXT OVERLAY                           */
  /* ------------------------------------------------ */
  /* col-xs < 576
  /* ------------------------------------------------ */
  /* CUSTOM BREAKPOINT > 445
  /* ------------------------------------------------- */
  /* col-sm > 576
  /* ------------------------------------------------- */
  /* col-md > 768
  /* ------------------------------------------------- */
  /* col-md > 992
  /* ------------------------------------------------- */
  /* CUSTOM BREAKPOINT > 1400
  /* ------------------------------------------------- */
  /* ---------------------------------------------- */
  /* HERO W / FEATURE INFO                          */
  /* ---------------------------------------------- */
  /* col-xs < 576
  /* ------------------------------------------------ */
  /* CUSTOM BREAKPOINT  > 530
  /* ------------------------------------------------- */
  /* col-sm > 576px                                 
  /* ---------------------------------------------- */
  /* col-md > 768px                                 
  /* ---------------------------------------------- */
  /* col-md > 992px                                 
  /* ---------------------------------------------- */
  /* col-md > 1200px                                 
  /* ---------------------------------------------- */
  /* CUSTOM BREAKPOINT iPHONE X
  /* ------------------------------------------------- */
  /* ---------------------------------------------- */
  /* SINGLE COLUMN LAYOUT                           */
  /* ---------------------------------------------- */
  /* Text
  /* ------------------------------------------------- */
  /* col-lg > 992
  /* ------------------------------------------------- */
  /* IMAGE
  /* ------------------------------------------------- */
  /* ---------------------------------------------- */
  /* col-xs < 576
  /* ------------------------------------------------ */
  /* col-lg > 992px                                 
  /* ---------------------------------------------- */
  /* col-xl > 1200px                                 
  /* ---------------------------------------------- */
  /* col-xl > 1400px                                 
  /* ---------------------------------------------- */
  /* ---------------------------------------------- */
  /* IMAGE / IMAGE / IMAGE                          */
  /* ---------------------------------------------- */
  /* CUSTOM BREAKPOINT < 767PX
  /* ------------------------------------------------- */
  /* col-md > 768
  /* ------------------------------------------------ */
  /* col-lg > 992
  /* ------------------------------------------------ */
  /* col-xl > 1200
  /* ------------------------------------------------ */
  /* col-custom > 1400
  /* ------------------------------------------------ */
  /* ---------------------------------------------- */
  /* GIF / GIF / GIF                                */
  /* ---------------------------------------------- */
  /* col-lg > 576
  /* ------------------------------------------------ */
  /* ---------------------------------------------- */
  /* TWO COLUMN LAYOUT eg copy/copy, img/copy, etc. */
  /* ---------------------------------------------- */
  /* col-s > 576 
  /* ------------------------------------------------ */
  /* col-s > 992 
  /* ------------------------------------------------ */
  /* ---------------------------------------------- */
  /* TWO COLUMN LAYOUT WITH TRANSPARENT BACKGROUND  */
  /* ---------------------------------------------- */
  /* col-lg > 992
  /* ------------------------------------------------- */
  /* ---------------------------------------------- */
  /* TRI PANEL TEXT AND IMAGES                      */
  /* ---------------------------------------------- */
  /* col-lg > 992
  /* ------------------------------------------------ */
  /* ---------------------------------------------- */
  /* WRAP TEXT IMAGE                                */
  /* ---------------------------------------------- */
  /* ---------------------------------------------- */
  /* BITWISE 5                                      */
  /* ---------------------------------------------- */
  /* col-sm > 576
  /* ------------------------------------------------- */
  /* col-md > 768
  /* ------------------------------------------------- */
  /* CUSTOM BREAKPOINTS > 1200
  /* ------------------------------------------------- */
  /* ---------------------------------------------- */
  /* THREE UP TEXT LEFT                             */
  /* ---------------------------------------------- */
  /* custom query >768 < 992
  /* ------------------------------------------------- */
  /* column lg > 992
  /* ------------------------------------------------- */
  /* ---------------------------------------------- */
  /* BOOTSTRAP CARD (normalize.scss overwrites      */
  /* some of bootstrap's styling.                   */
  /* here we add it back in for cards               */
  /* ---------------------------------------------- */
  /* ---------------------------------------------- */
  /* TATTOO GRAPHIC - one-off module                */
  /* ---------------------------------------------- */
  /* ---------------------------------------------- */
  /* GENERAL MEDIA QUERIES USED ON MULTIPLE BLOCKS  */
  /* ---------------------------------------------- */
  /* col-md > 768
  /* ------------------------------------------------ */
  /* col-lg > 992
  /* ------------------------------------------------ */
}

.feature-modules a {
  color: #9c9a9b;
}

.feature-modules a:hover {
  color: #bfbfbf;
}

.feature-modules #full-panel {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
}

.feature-modules #full-panel > img {
  width: 100%;
}

.feature-modules .hero-text-overlay {
  font-size: 2.5em;
  font-family: "museo-sans", sans-serif;
  text-align: left;
  position: relative;
}

.feature-modules .full-panel-outer {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 88vh;
}

.feature-modules .full-panel-outer > img {
  width: 100%;
}

.feature-modules .full-panel-outer .full-panel-image {
  background-image: url("img/blank-pngs/hero-full.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  position: relative;
}

.feature-modules .full-panel-outer .full-panel-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.feature-modules .full-panel-outer .full-panel-inner .full-panel-content {
  width: 100%;
  max-width: 88vw;
  position: absolute;
  bottom: 1.5em;
}

@media (min-width: 445px) {
  .feature-modules .hero-text-overlay {
    font-size: 2.5em;
  }
  .feature-modules .full-panel-outer .full-panel-inner .full-panel-content {
    width: 100%;
    width: 88vw;
  }
}

@media (min-width: 576px) {
  .feature-modules .hero-text-overlay {
    font-size: 3em;
  }
  .feature-modules .full-panel-outer .full-panel-inner .full-panel-content {
    width: 100%;
    max-width: 400px;
    left: 1.6rem;
  }
}

@media (min-width: 768px) {
  .feature-modules .hero-text-overlay {
    font-size: 3.3em;
  }
  .feature-modules .full-panel-outer .full-panel-inner .full-panel-content {
    width: 100%;
    max-width: 550px;
  }
}

@media (min-width: 992px) {
  .feature-modules .hero-text-overlay {
    font-size: 3.3em;
  }
  .feature-modules .full-panel-outer .full-panel-inner .full-panel-content {
    max-width: 650px;
  }
}

@media (min-width: 1400px) {
  .feature-modules .hero-text-overlay {
    font-size: 4.3em;
  }
  .feature-modules .full-panel-outer .full-panel-inner .full-panel-content {
    width: 100%;
    max-width: 1020px;
    padding: 2%;
  }
}

.feature-modules .full-panel-outer {
  display: none;
}

.feature-modules .hero-mid {
  display: none;
}

.feature-modules .feature-hero-mobile {
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-height: calc(100vh - 70px);
}

.feature-modules .feature-hero-mobile > img {
  width: 100%;
}

.feature-modules .hero-container .hero-info-container {
  width: 100%;
  position: absolute;
  bottom: 17px;
  left: 0;
}

.feature-modules .hero-container .job-title {
  font-family: "Courier New", Courier, monospace;
  font-size: 1.1em;
  display: inline-block;
  padding: 0.2em 1em 0.2em 1em;
  letter-spacing: 0.08rem;
}

.feature-modules .hero-container .subjects-name {
  font-family: "museo-sans", sans-serif;
  font-size: 1.5em;
  font-weight: 900;
  padding: 0.2rem 1.7rem 0rem;
}

.feature-modules .hero-container .post-title {
  font-family: "Courier New", Courier, monospace;
  font-size: 1.5em;
  padding-left: 1.7rem;
}

.feature-modules .hero-container .author-name {
  width: 100%;
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
  font-size: 1em;
  display: inline-block;
  padding: 0rem 2rem;
}

.feature-modules .hero-container .layered-img-png {
  position: absolute;
  width: 100%;
}

@media (min-width: 530px) {
  .feature-modules .hero-container .job-title {
    padding: 0.5rem 1.3rem 0.5rem 5.3%;
  }
  .feature-modules .hero-container .post-title {
    font-size: 2.2em;
    padding-left: 1.8rem;
  }
  .feature-modules .hero-container .subjects-name {
    padding: 0.6rem 2.5rem 0rem;
  }
  .feature-modules .hero-container .author-name {
    padding: 0rem 2.8rem 0.6rem;
  }
}

@media (min-width: 576px) {
  .feature-modules .hero-container .feature-hero-mobile {
    display: none;
  }
  .feature-modules .hero-container .full-panel-outer {
    display: none;
  }
  .feature-modules .hero-container .hero-mid {
    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-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .feature-modules .hero-container .hero-mid > img {
    width: 100%;
  }
  .feature-modules .hero-container .job-title {
    padding: 0.6rem 2rem 0.6rem 5.2rem;
  }
  .feature-modules .hero-container .subjects-name {
    padding: 0rem 4.9rem;
  }
  .feature-modules .hero-container .post-title {
    padding-left: 4.8rem;
    font-size: 2.2em;
  }
  .feature-modules .hero-container .author-name {
    padding: 0rem 5.4rem;
    font-size: 1em;
  }
}

@media (min-width: 768px) {
  .feature-modules .hero-container .subjects-name {
    font-size: 2.2em;
  }
  .feature-modules .hero-container .post-title {
    font-size: 2.8em;
  }
}

@media (min-width: 992px) {
  .feature-modules .hero-container {
    height: unset;
  }
  .feature-modules .hero-container .layered-img-png {
    position: relative;
  }
  .feature-modules .hero-container .feature-hero-mobile {
    display: none;
  }
  .feature-modules .hero-container .hero-mid {
    display: none;
  }
  .feature-modules .hero-container .full-panel-outer {
    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-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .feature-modules .hero-container .full-panel-outer > img {
    width: 100%;
    position: none;
  }
  .feature-modules .hero-container .job-title {
    padding: 0.6rem 1.6rem 0.6rem 5.3rem;
  }
  .feature-modules .hero-container .subjects-name {
    font-size: 2.5em;
    padding: 0rem 0.6rem 0rem 5rem;
  }
  .feature-modules .hero-container .post-title {
    font-size: 3.4em;
  }
}

@media (min-width: 1200px) {
  .feature-modules .hero-container .job-title {
    font-size: 1.2em;
  }
  .feature-modules .hero-container .subjects-name {
    font-size: 2.7em;
  }
  .feature-modules .hero-container .post-title {
    font-size: 4em;
  }
  .feature-modules .hero-container .author {
    font-size: 1.2em;
  }
}

@media (min-width: 1400px) {
  .feature-modules .hero-container .job-title {
    font-size: 1.2em;
    padding-left: 7.3rem;
  }
  .feature-modules .hero-container .subjects-name {
    font-size: 3em;
    padding-left: 7.2rem;
  }
  .feature-modules .hero-container .post-title {
    font-size: 5em;
    padding-left: 6.5rem;
  }
  .feature-modules .hero-container .author-name {
    font-size: 1.4em;
    padding-left: 7.4rem;
  }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .feature-modules .full-panel-outer {
    background-position: 60%;
  }
}

.feature-modules .single-panel {
  min-height: 17vw;
  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;
  padding: 2% 10%;
  text-align: left;
}

.feature-modules .single-text {
  font-family: "museo-sans", sans-serif;
  text-align: left;
  position: relative;
  font-size: 1.125em;
  line-height: 1.75rem;
}

.feature-modules .single-overlay {
  position: relative;
  top: 0;
  padding: 7%;
  min-height: 50vh;
  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;
}

@media (min-width: 992px) {
  .feature-modules .single-panel {
    text-align: center;
  }
  .feature-modules .single-text {
    font-size: 1.125em;
    line-height: 1.75rem;
    font-family: "museo-sans", sans-serif;
    text-align: center;
    position: relative;
    padding: 3% 7%;
  }
  .feature-modules .single-overlay {
    position: relative;
    padding: 4% 5%;
    min-height: 30vw;
  }
}

.feature-modules .full-panel-single-image {
  display: none;
}

@media (min-width: 992px) {
  .feature-modules .hero-container {
    height: unset;
  }
  .feature-modules .hero-container .layered-img-png {
    position: relative;
  }
  .feature-modules .hero-container .full-panel-single-image {
    display: block;
    height: 65vh;
    overflow: hidden;
    margin-top: 12px;
  }
  .feature-modules .hero-container .full-panel-single-image > img {
    width: 100%;
    position: none;
  }
}

@media (min-width: 992px) {
  .feature-modules .hero-container {
    height: unset;
  }
  .feature-modules .hero-container .layered-img-png {
    position: relative;
  }
  .feature-modules .hero-container .full-panel-single-image {
    display: block;
    height: 65vh;
    overflow: hidden;
    padding-left: 80px;
    padding-right: 80px;
  }
  .feature-modules .hero-container .full-panel-single-image > img {
    width: 100%;
    position: none;
  }
}

@media (min-width: 1400px) {
  .feature-modules .hero-container {
    height: unset;
  }
  .feature-modules .hero-container .layered-img-png {
    position: relative;
  }
  .feature-modules .hero-container .full-panel-single-image {
    display: block;
    height: 65vh;
    overflow: hidden;
    padding-left: 150px;
    padding-right: 150px;
  }
  .feature-modules .hero-container .full-panel-single-image > img {
    width: 100%;
    position: none;
  }
}

.feature-modules .tri-panel-outer {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.feature-modules .tri-panel-outer > img {
  width: 100%;
  max-height: 300px;
}

@media screen and (max-width: 767px) {
  .feature-modules .tri-panel-outer > img {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .feature-modules .tri-panel-outer > img {
    width: 65%;
  }
  .feature-modules .tri-panel-gutter {
    margin: 0.75rem 0.75rem 0;
  }
}

@media (min-width: 768px) {
  .feature-modules .tri-panel-outer {
    margin-top: 0.75rem;
  }
}

@media (min-width: 992px) {
  .feature-modules .tri-panel-gutter {
    margin: 0 -15px;
  }
  .feature-modules .tri-panel-outer {
    margin-top: 0.75em;
    padding: 4%;
  }
}

@media (min-width: 1200px) {
  .feature-modules .tri-panel-gutter {
    margin: 0 -15px;
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media (min-width: 1400px) {
  .feature-modules .tri-panel-gutter {
    margin: 0 -15px;
    padding-left: 150px;
    padding-right: 150px;
  }
}

.feature-modules .mobile-kill {
  display: none;
}

.feature-modules .single-gif {
  width: 100%;
  height: 375px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 576px) {
  .feature-modules .single-gif {
    display: none;
  }
  .feature-modules .mobile-kill {
    display: unset;
  }
  .feature-modules .tri-gif-panel-outer {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .feature-modules .tri-gif-panel-outer > img {
    width: 100%;
    padding: 0 10% 0 25%;
  }
}

@media (min-width: 992px) {
  .feature-modules .tri-gif-panel-outer {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .feature-modules .tri-gif-panel-outer > img {
    width: 100%;
    padding: 0 25%;
  }
}

.feature-modules .two-col-panel {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.feature-modules .two-col-panel > img {
  width: 100%;
  padding: 16%;
}

.feature-modules .copy-panel {
  min-height: unset;
  font-family: "museo-sans", sans-serif;
  font-size: 1.125em;
  padding: 7%;
  font-weight: 400;
  line-height: 1.7em;
}

@media (min-width: 992px) {
  .feature-modules .two-col-panel {
    height: 100%;
    margin-top: none;
  }
}

.feature-modules .transparent-background {
  background-color: rgba(0, 0, 0, 0.68);
}

.feature-modules .transparent-background > img {
  display: none;
}

.feature-modules .panel-overlay-outer {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.feature-modules .panel-overlay-outer > img {
  display: none;
}

.feature-modules .two-panel-overlay-inner {
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5%;
}

.feature-modules .two-panel-text-overlay {
  position: relative;
  top: 0;
  padding: 7%;
  min-height: 50vh;
  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;
}

.feature-modules .text-overlay-on-bg {
  font-size: 2.25em;
  font-family: "museo-sans", sans-serif;
  text-align: left;
  position: relative;
}

@media (min-width: 992px) {
  .feature-modules .two-panel-text-overlay {
    position: relative;
    min-height: 30vw;
  }
}

.feature-modules .tri-panel {
  min-height: unset;
  font-family: "museo-sans", sans-serif;
  font-size: 1.125em;
  padding: 7%;
  line-height: 1.75em;
}

@media (min-width: 992px) {
  .feature-modules .tri-panel {
    width: 33.33vw;
  }
}

@media (max-width: 992px) {
  .feature-modules .wrap-img {
    display: none;
  }
  .feature-modules .wrap-img > img {
    display: none;
  }
  .feature-modules .wrap-text {
    display: none;
  }
}

@media (min-width: 992px) {
  .feature-modules .wrap-img {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 40vw;
    margin: 2.3rem 10% 1% 2%;
  }
  .feature-modules .wrap-img > img {
    width: 100%;
    height: 20vw;
  }
  .feature-modules .wrap-text {
    min-height: unset;
    font-family: "museo-sans", sans-serif;
    font-size: 1.125em;
    line-height: 1.75em;
    margin: 1% 3%;
    padding: 20px;
  }
}

.feature-modules .bw5-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.feature-modules .logo {
  height: 100%;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.8rem 0 0.3rem 0;
}

.feature-modules .logo-block {
  background-color: #fffdf8;
}

.feature-modules .logo-position {
  width: 100px;
  position: relative;
  z-index: 3;
}

.feature-modules .accent-color {
  height: 75px;
  width: 100px;
  bottom: 10px;
  position: relative;
}

.feature-modules .question-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "museo-sans", sans-serif;
  text-align: center;
  padding: 1.25em 0.7em;
}

.feature-modules .question-block a {
  font-weight: bold;
  text-decoration: none;
  color: #9c9a9b;
}

.feature-modules .question-block a:hover {
  color: #bfbfbf;
  text-decoration: none;
}

.feature-modules .question-block .icon {
  width: 30px;
  height: 33px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.feature-modules .question-block .question {
  line-height: 1.1em;
  font-size: 0.9em;
  color: #fff;
  padding: 9px 0px;
  font-weight: 400;
}

.feature-modules .question-block .answer {
  font-size: 1.2em;
  color: #fffdf8;
  line-height: 1.3em;
  font-weight: 400;
}

@media (min-width: 576px) {
  .feature-modules .logo-position {
    width: 120px;
  }
  .feature-modules .accent-color {
    width: 120px;
    bottom: 12px;
  }
}

@media (min-width: 1200px) {
  .feature-modules .logo-position {
    width: 150px;
    position: relative;
    z-index: 3;
  }
  .feature-modules .accent-color {
    width: 150px;
    bottom: 1rem;
    /* z-index: 3; */
    position: relative;
  }
}

.feature-modules .stacked-col {
  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;
  /* background-color: rebeccapurple; */
  height: 100%;
}

.feature-modules .stacked-img-top,
.feature-modules .stacked-img-bottom {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-height: 500px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .feature-modules .stacked-col .stacked-img-top {
    display: none;
  }
}

.feature-modules .stacked-img-bottom {
  margin-top: 0.75rem;
}

.feature-modules .card {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fffdf8;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  font-family: "museo-sans", sans-serif;
  margin-bottom: 15px;
  width: 100%;
  border-radius: 0;
}

.feature-modules .card-img-top {
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.feature-modules .card-img-top > img {
  vertical-align: middle;
  border-style: none;
}

.feature-modules .card-body {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  padding: 1.25rem;
}

.feature-modules .card-title {
  margin-bottom: 0.75rem;
  text-align: center;
  font-weight: 900;
}

.feature-modules .card-body > h4 {
  font-size: 1.5em;
}

.feature-modules .card-body > p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.5em;
}

.feature-modules .cards-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 0.8rem 1.75rem;
}

@media (min-width: 992px) {
  .feature-modules .card {
    width: 31%;
  }
  .feature-modules .cards-container {
    padding: 0;
  }
}

.feature-modules .tattoo-graphic {
  width: 100%;
  height: 80px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 0.75rem;
}

@media (min-width: 576px) {
  .feature-modules .tattoo-graphic {
    height: 120px;
  }
}

@media (min-width: 768px) {
  .feature-modules .tattoo-graphic {
    height: 165px;
  }
}

@media (min-width: 992px) {
  .feature-modules .tattoo-graphic {
    height: 215px;
  }
}

@media (min-width: 1200px) {
  .feature-modules .tattoo-graphic {
    height: 260px;
  }
}

.feature-modules blockquote {
  font-family: "museo-sans-display", sans-serif;
  font-style: normal;
  font-weight: 200;
  position: relative;
  padding: 5px 42px;
  font-size: 25px;
  line-height: 35px;
}

.feature-modules blockquote:before {
  font-family: Times, "Times New Roman", serif;
  position: absolute;
  font-size: 2.2em;
  line-height: 1;
  top: 0;
  left: -1rem;
  content: "“";
}

.feature-modules blockquote:after {
  font-family: Times, "Times New Roman", serif;
  position: absolute;
  float: right;
  font-size: 2.2em;
  line-height: 1;
  right: -1.1rem;
  bottom: -0.29rem;
  content: "”";
}

@media (min-width: 768px) {
  .feature-modules .gutters {
    margin: 2.3rem 2.75rem 0;
  }
  .feature-modules blockquote {
    position: relative;
    padding: 5px 58px;
    font-size: 35px;
    line-height: 45px;
  }
  .feature-modules blockquote:before {
    font-family: Times, "Times New Roman", serif;
    position: absolute;
    font-size: 70px;
  }
  .feature-modules blockquote:after {
    font-family: Times, "Times New Roman", serif;
    position: absolute;
    /* display: block; don't use this, it raised the quote too high from the bottom - defeated line-height? */
    float: right;
    font-size: 70px;
  }
}

@media (min-width: 992px) {
  .feature-modules .copy-panel {
    width: 100%;
    height: 100%;
    padding: 10%;
  }
  .feature-modules .gutters {
    margin: 0;
    width: 100%;
  }
  .feature-modules .square-align {
    width: 100%;
    min-height: 30vw;
  }
  .feature-modules .section-gutter {
    margin-top: 0.75em;
  }
  .feature-modules .kill {
    display: none;
  }
}

@media (min-width: 1200px) {
  .feature-modules .section-gutter {
    padding-left: 80px;
    padding-right: 80px;
  }
  .feature-modules .copy-panel {
    padding: 30px 40px 30px 40px;
  }
}

@media (min-width: 1400px) {
  .feature-modules .section-gutter {
    padding-left: 150px;
    padding-right: 150px;
  }
}

.homeview {
  background-color: #231f20;
  font-size: 16px;
  overflow: hidden;
  /* ---------------------------------------------- */
  /* GENERAL STYLING                                */
  /* ---------------------------------------------- */
  /* JARALLAX SCROLLING
  /* ------------------------------------------------- */
  /* ---------------------------------------------- */
  /* HERO                                           */
  /* ---------------------------------------------- */
  /* VIDEO STYLING
  /* ------------------------------------------------- */
  /* HERO CONTENTS
  /* ------------------------------------------------- */
  /* ---------------------------------------------- */
  /* ODOMETER                                       */
  /* ---------------------------------------------- */
  /* ---------------------------------------------- */
  /* EDUCATION                                      */
  /* ---------------------------------------------- */
  /* ---------------------------------------------- */
  /* REAL ESTATE                                    */
  /* ---------------------------------------------- */
  /* ---------------------------------------------- */
  /* CULTURE                                        */
  /* ---------------------------------------------- */
  /* ---------------------------------------------- */
  /* ACCORDION NAV                                  */
  /* ---------------------------------------------- */
  /* ---------------------------------------------- */
  /* MEDIA QUERIES MOBILE DEVICES                   */
  /* ---------------------------------------------- */
  /* CUSTOM BREAKPOINT iPHONE 5
  /* ------------------------------------------------- */
  /* iphone 6/7/8
  /* ------------------------------------------------- */
  /* iphone 6/7/8 Plus
  /* ------------------------------------------------- */
  /* iphone x 
  /* ------------------------------------------------- */
  /* pixel2 XL
  /* ------------------------------------------------- */
  /* pixel2 
  /* ------------------------------------------------- */
  /* galaxy s5
  /* ------------------------------------------------- */
  /* ---------------------------------------------- */
  /* MEDIA QUERIES                                  */
  /* ---------------------------------------------- */
  /* CUSTOM BREAKPOINT > 430px
  /* ------------------------------------------------- */
  /* CUSTOM BREAKPOINT > 450px
  /* ------------------------------------------------- */
  /* col-sm > 576px
  /* ------------------------------------------------- */
  /* col-md > 768
  /* ------------------------------------------------- */
  /* col-lg > 992
  /* ------------------------------------------------- */
  /* col-xl > 1200
  /* ------------------------------------------------- */
  /* Custom Breakpoint > 1400
  /* ------------------------------------------------- */
}

.homeview .left-header-container {
  display: none;
}

.homeview .left-sub-header {
  display: none;
}

.homeview .section-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 35px;
}

.homeview .header-container {
  width: 77vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.homeview .center-sub-header {
  width: 100vw;
  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;
}

.homeview .sub-header {
  color: #fffdf8;
  font-size: 1.7em;
  font-family: "museo-sans", sans-serif;
  font-weight: 300;
  line-height: 1.3em;
  padding: 15px 0;
  text-align: left;
  margin-left: 10%;
  margin-right: 10%;
}

.homeview .p-header {
  font-size: 1.625em;
  /* font-weight: 700; */
  padding: 20px 0;
  line-height: 1.4em;
}

.homeview .paragraph {
  font-size: 1.2em;
  line-height: 1.4em;
  padding-bottom: 25px;
}

.homeview .header {
  color: #00aeef;
  font-size: 1em;
  font-family: "museo-sans", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  margin-left: 2%;
}

.homeview .accent-line {
  border-top: 1px solid #00aeef;
  width: 13%;
  margin-top: 6px;
}

.homeview .accent-line-white {
  border-top: 1px solid #fffdf8;
  width: 13%;
  margin-top: 6px;
}

.homeview .paragraph-container {
  padding: 0 10%;
  font-family: "museo-sans", sans-serif;
  color: #fffdf8;
  margin: 0 auto;
  font-weight: 500;
}

.homeview .image-container {
  width: 100%;
}

.homeview .row-wrapper {
  display: none;
}

.homeview .column-wrapper {
  display: initial;
  width: 100%;
}

.homeview .right-header-container {
  display: none;
}

.homeview .r-e-header-container {
  display: none;
}

.homeview .right-row-wrapper {
  display: none;
}

.homeview .right-sub-header {
  display: none;
}

.homeview .category-wrapper {
  display: none;
}

.homeview .half-size {
  /* This is the container object setting the width */
  width: 50%;
  display: inline-block;
  height: 300px;
  vertical-align: top;
  position: relative;
}

.homeview .half-size .half-size-inner {
  /* The inside of the container, to set parent parameters */
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.homeview .jarallax-img {
  margin-top: 200px !important;
}

.homeview .jarallax-img-container {
  height: 400px;
}

.homeview #big-video {
  position: relative;
  background: #231f20;
  overflow: hidden;
  width: 100%;
  height: calc(100vh - 70px);
}

/* .homeview #big-video .video { */
.homeview #big-video .mov {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.homeview #big-video .video-element {
  position: absolute;
  width: 100%;
  height: 800px;
  top: 0;
  left: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.homeview .hero-container {
  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;
  position: relative;
  z-index: 1;
}

.homeview .hero-wrapper {
  width: 100%;
  max-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 150px;
}

.homeview .intro-header {
  width: 84%;
  font-family: "museo-sans", sans-serif;
  color: #fffdf8;
  font-weight: 300;
  font-size: 2em;
  line-height: 1.3em;
  text-align: left;
  margin-top: 20px;
}

.homeview hr {
  border-top: 1px solid #00aeef;
  width: 100%;
  margin: 0 0;
  position: relative;
}

.homeview .page-links-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 80%;
  height: 150px;
  position: relative;
}

.homeview h2 {
  color: #00aeef;
  font-family: "museo-sans", sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.4em;
  letter-spacing: 2px;
  margin-bottom: 0.7em;
  cursor: pointer;
  line-height: 1em;
  top: 10px;
}

.homeview .h2-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 128px;
}

.homeview .vert-rule {
  display: none;
}

.homeview .btn {
  width: 160px;
  min-height: 50px;
  border: 2px solid #fffdf8;
  color: #fffdf8;
  border-radius: 0;
  font-family: "museo-sans", sans-serif;
  font-size: 1em;
  font-weight: 900;
  text-transform: uppercase;
  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;
}

.homeview .btn-blue {
  width: 160px;
  min-height: 50px;
  border: 2px solid #00aeef;
  color: #fffdf8;
  border-radius: 0;
  font-family: "museo-sans", sans-serif;
  font-size: 1em;
  font-weight: 900;
  text-transform: uppercase;
  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;
  display: flex;
  justify-content: center;
  align-items: center;
}

.homeview .btn a {
  color: #fffdf8;
}

.homeview .in-page-links-992 {
  display: none;
}

.homeview #Workforce-Anchor {
  position: relative;
  bottom: 80px;
}

.homeview #Infrastrucure {
  position: relative;
  bottom: 80px;
}

.homeview #Industry-Anchor {
  position: relative;
  bottom: 80px;
}

/* Sub-section Commen Block
/* ------------------------------------------------- */
.homeview #Workforce-nav {
  position: relative;
  bottom: 80px;
}

.homeview #Infrastrucure-nav {
  position: relative;
  bottom: 102px;
}

.homeview #Industry-nav {
  position: relative;
  bottom: 282px;
}

/* Sub-section Commen Block
/* ------------------------------------------------- */
.homeview .section-2 {
  width: 100%;
}

.homeview .section-2-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.homeview .r-e-section-container {
  width: 100%;
  font-family: "museo-sans", sans-serif;
  color: #fffdf8;
}

.homeview .r-e-section-container .wrapper {
  width: 100%;
  background: #fffdf8;
  padding: 50px 0;
  width: 100%;
  max-width: unset;
}

.homeview .r-e-section-container .wrapper .r-e-header-container .header {
  height: 30px;
  color: #fffdf8;
}

.homeview .r-e-section-container .wrapper .r-e-header-container .accent-line {
  border-top: 1px solid #fffdf8;
  width: 10vw;
  margin-top: 6px;
}

.homeview .r-e-section-container .wrapper .r-e-sub-header {
  color: #fffdf8;
  font-size: 1.8em;
  font-family: "museo-sans", sans-serif;
  font-weight: 300;
  line-height: 1.2em;
  padding: 22px 10px 48px 10px;
  text-align: center;
  width: 361px;
  margin: 0 auto;
}

.homeview .r-e-section-container .wrapper .paragraph {
  width: 100%;
  height: 200px;
}

.homeview .r-e-section-container .campus-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.homeview .r-e-section-container .campus-container {
  width: 200px;
  height: 105px;
  background-color: #fffdf8;
  color: #231f20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding-top: 28px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 20px 10px;
  font-size: 0.875em;
}

.homeview .r-e-section-container .campus-info {
  width: 100%;
  height: 40px;
  background-color: #bbbbbb;
  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;
  color: #fffdf8;
  font-size: 0.75em;
  text-transform: initial;
}

.homeview .culture {
  background-color: #fffdf8;
  color: #231f20;
  padding: 55px 0;
}

.homeview .culture-sub-header {
  font-family: "museo-sans", sans-serif;
  font-size: 2.2em;
  padding: 20px 0;
  line-height: 2.8em;
  text-align: center;
}

.homeview .accordion-section-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0;
  padding-top: 0;
  display: initial;
}

.homeview #accordion {
  width: 100%;
}

.homeview #accordion .btn {
  width: 100%;
  color: #fffdf8;
  border: none;
  text-decoration: none;
  height: 68px;
  padding: 15px 30px;
}

.homeview #accordion a {
  font-family: "museo-sans-display", sans-serif;
  font-weight: 100;
  color: #231f20;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.homeview .card {
  border: unset;
  border-radius: 0;
  background-clip: unset;
  background-color: #231f20;
  font-family: "museo-sans-display", sans-serif;
  font-weight: 100;
  color: #231f20;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  padding: 0;
}

.homeview .card-header {
  padding: 0;
  border-bottom: 0;
}

.homeview .card-header:first-child {
  border-radius: 0;
}

.homeview .card-body {
  background-color: #fffdf8;
  color: #231f20;
  padding: 2em;
}

.homeview .caret-wrapper {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.homeview .expand_caret {
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  margin-left: 8px;
  margin-top: -4px;
  color: #fffdf8;
}

.homeview button[aria-expanded="false"] > .expand_caret {
  -webkit-transform: scale(1.6) rotate(-90deg);
          transform: scale(1.6) rotate(-90deg);
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  padding-top: 4px;
}

.homeview .r-e-section-container .wrapper .r-e-header-container-hide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.homeview #Infrastrucure-Anchor {
  position: relative;
  bottom: 80px;
}

.homeview #About-Anchor {
  position: relative;
  bottom: 80px;
}

@media only screen and (device-width: 320px) and (device-height: 568px) {
  .homeview #big-video {
    height: calc(100vh - 70px);
  }
  .homeview #big-video .video-element {
    height: calc(100vh - 70px);
  }
  .homeview .hero-wrapper {
    margin-top: 0;
  }
  .homeview .stat-text {
    font-size: 1.1em;
    line-height: 1.8em;
  }
  .homeview .intro-header {
    width: 84%;
    font-family: "museo-sans", sans-serif;
    color: #fffdf8;
    font-weight: 300;
    font-size: 2em;
    line-height: 1.3em;
    text-align: left;
    margin-top: 20px;
  }
  .homeview hr {
    border-top: 1px solid #00aeef;
    width: 84%;
    margin: 0 0;
    position: relative;
  }
  .homeview .page-links-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 80%;
    position: relative;
    top: 10px;
    height: 120px;
  }
  .homeview h2 {
    color: #00aeef;
    font-family: "museo-sans", sans-serif;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
  }
  .homeview .h2-container {
    height: 95px;
  }
  .homeview .r-e-section-container .wrapper .r-e-sub-header {
    width: 300px;
    font-size: 1.6em;
    line-height: 1.3em;
    padding: 18px 15px 45px;
    text-align: left;
  }
  .homeview .carousel-caption {
    width: 278px;
  }
}

@media only screen and (device-width: 375px) and (device-height: 667px) {
  .homeview .hero-container {
    height: calc(90vh - 70px);
    top: 0px;
  }
  .homeview .hero-wrapper {
    height: calc(90vh - 70px);
    margin-top: 50px;
  }
  .homeview .intro-header {
    font-size: 2.4em;
    line-height: 1.2em;
  }
  .homeview .stat-text {
    font-size: 1.1em;
    line-height: 1.8em;
  }
  .homeview .carousel-caption {
    height: 130px;
    width: 278px;
  }
  .homeview .homeview .r-e-section-container .wrapper .r-e-sub-header {
    width: 315px;
    font-size: 1.8em;
    line-height: 2.2em;
    padding: 18px 15px 55px;
    text-align: center;
  }
  .homeview .jarallax-img-container {
    height: 200px;
  }
  .homeview .paragraph {
    width: 283px;
  }
}

@media only screen and (device-width: 414px) and (device-height: 736px) {
  .homeview .jarallax-img-container {
    height: 280px;
  }
  .homeview .hero-container {
    height: calc(90vh - 70px);
    top: 0px;
  }
  .homeview .hero-wrapper {
    height: calc(90vh - 70px);
    margin-top: 50px;
  }
  .homeview .intro-header {
    font-size: 2.5em;
    line-height: 1.3em;
  }
  .homeview .stat-text {
    font-size: 1.1em;
    line-height: 1.8em;
  }
  .homeview .carousel-caption {
    height: 130px;
    width: 278px;
  }
  .homeview .paragraph {
    width: 330px;
  }
  .homeview .homeview .r-e-section-container .wrapper .r-e-sub-header {
    width: 363px;
    font-size: 1.8em;
    line-height: 2.2em;
    padding: 18px 15px 45px;
    text-align: center;
  }
}

@media only screen and (device-width: 375px) and (device-height: 812px) {
  .homeview #big-video .video-element {
    height: calc(98vh - 70px);
  }
  .homeview h2 {
    margin-bottom: 1em;
  }
  .homeview .page-links-container {
    height: 160px;
  }
  .homeview .hero-container {
    height: calc(82vh - 70px);
    top: 0px;
  }
  .homeview .hero-wrapper {
    height: calc(90vh - 70px);
    margin-top: 50px;
  }
  .homeview .intro-header {
    font-size: 2.4em;
    line-height: 1.2em;
  }
  .homeview .carousel-caption {
    height: 130px;
    width: 278px;
  }
  .homeview .stat-text {
    font-size: 1.1em;
    line-height: 1.8em;
  }
  .homeview .btn {
    position: relative;
    top: 20px;
  }
  .homeview .homeview .r-e-section-container .wrapper .r-e-sub-header {
    width: 305px;
    font-size: 1.8em;
    line-height: 2.2em;
    padding: 18px 10px 33px 10px;
    text-align: center;
  }
  .homeview .homeview .r-e-section-container .wrapper {
    padding: 50px 0 70px;
  }
  .homeview .homeview .jarallax-img-container {
    height: 305px;
  }
  .homeview .paragraph {
    width: 300px;
  }
}

@media only screen and (device-width: 411px) and (device-height: 823px) {
  .homeview .homeview .jarallax-img-container {
    height: 325px;
  }
  .homeview .hero-container {
    height: calc(90vh - 70px);
    top: 0px;
  }
  .homeview .hero-wrapper {
    height: calc(90vh - 70px);
    margin-top: unset;
  }
  .homeview .intro-header {
    font-size: 2.5em;
    line-height: 1.2em;
  }
  .homeview .page-links-container {
    position: relative;
  }
  .homeview .stat-text {
    font-size: 1.1em;
    line-height: 1.8em;
  }
  .homeview .carousel-caption {
    height: 130px;
    width: 278px;
  }
  .homeview .homeview .r-e-section-container .wrapper .r-e-sub-header {
    width: 363px;
    font-size: 1.8em;
    line-height: 2.2em;
    padding: 18px 15px 35px;
    text-align: center;
  }
}

@media only screen and (device-width: 411px) and (device-height: 731px) {
  .homeview .homeview .jarallax-img-container {
    height: 250px;
  }
  .homeview .hero-container {
    height: calc(90vh - 70px);
    top: 0px;
  }
  .homeview .hero-wrapper {
    height: calc(90vh - 70px);
    margin-top: 50px;
  }
  .homeview .intro-header {
    font-size: 2.5em;
    line-height: 1.2em;
  }
  .homeview .stat-text {
    font-size: 1.1em;
    line-height: 1.8em;
  }
  .homeview .carousel-caption {
    height: 130px;
    width: 278px;
  }
  .homeview .paragraph {
    width: 330px;
  }
  .homeview .homeview .r-e-section-container .wrapper .r-e-sub-header {
    width: 315px;
    font-size: 1.8em;
    line-height: 2.2em;
    padding: 18px 15px 35px;
    text-align: center;
  }
  .homeview .chars-container {
    width: 300px;
  }
  .homeview .carousel-caption {
    width: 275px;
  }
}

@media only screen and (device-width: 360px) and (device-height: 640px) {
  .homeview #big-video {
    height: calc(100vh - 70px);
  }
  .homeview .hero-container {
    height: calc(90vh - 70px);
    top: 0px;
  }
  .homeview .hero-wrapper {
    height: calc(90vh - 70px);
    margin-top: 45px;
  }
  .homeview .intro-header {
    font-size: 2.2em;
    line-height: 1.2em;
  }
  .homeview .stat-text {
    font-size: 1.1em;
    line-height: 1.8em;
  }
  .homeview .carousel-caption {
    height: 130px;
    width: 278px;
  }
  .homeview .btn {
    margin-top: 20px;
  }
  .homeview .homeview .r-e-section-container .wrapper .r-e-sub-header {
    width: 315px;
    font-size: 1.8em;
    line-height: 2.2em;
    padding: 18px 15px 35px;
    text-align: center;
  }
}

@media (min-width: 430px) {
  .homeview .stats-wrapper {
    width: 300px;
    margin: 0 auto;
  }
  .homeview .intro-header {
    color: #fffdf8;
    font-size: 2.2em;
    line-height: 2.6em;
    margin-top: 0;
  }
  .homeview .h2-container {
    height: 125px;
  }
  .homeview .page-links-container {
    width: 362px;
  }
  .homeview .intro-header {
    width: 400px;
    padding: 0 20px;
    font-size: 2.4em;
    line-height: 1.4em;
  }
}

@media (min-width: 450px) {
  .homeview .intro-header {
    width: 448px;
    font-size: 2.6em;
    line-height: 1.3em;
  }
  .homeview h2 {
    font-size: 1.3em;
  }
  .homeview .stat-text {
    font-size: 1em;
    line-height: 1.4em;
  }
  .homeview .page-links-container {
    width: 400px;
    top: 10px;
  }
}

@media (min-width: 576px) {
  .homeview #big-video {
    height: calc(100vh - 70px);
  }
  .homeview .video-element {
    height: 715px;
  }
  .homeview .intro-header {
    width: 530px;
    font-size: 2.9em;
    /* line-height: 3.7em; */
    text-align: left;
  }
  .homeview .carousel-caption {
    width: 329px;
    height: 120px;
  }
  .homeview .hero-wrapper {
    margin-top: 65px;
    height: 700px;
  }
  .homeview hr {
    width: 450px;
  }
  .homeview .page-links-container {
    width: 490px;
  }
  .homeview .card-header {
    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-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .homeview .card-body {
    width: calc(100vw - 15px);
  }
  .homeview .r-e-section-container .wrapper .r-e-sub-header {
    font-size: 1.9em;
    width: 464px;
  }
  .homeview #accordion .btn {
    width: 60%;
    color: #fffdf8;
    border: none;
    text-decoration: none;
    height: 68px;
    padding: 15px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 768px) {
  .homeview .intro-header {
    width: 610px;
    font-size: 3.4em;
    line-height: 1.2em;
  }
  .homeview hr {
    width: 526px;
    top: 20px;
  }
  .homeview h2 {
    font-size: 1.6em;
  }
  .homeview .carousel-caption {
    width: 400px;
    height: 100px;
  }
  .homeview .page-links-container {
    width: 557px;
    top: unset;
    margin: unset;
  }
  .homeview .h2-container {
    height: 100px;
  }
  .homeview .vertical-line {
    display: none;
  }
  .homeview .ed-section-container {
    padding-top: 20px;
  }
  .homeview .sub-header {
    padding: 15px 0 15px 0;
  }
  .homeview .p-header {
    padding: 45px 0 20px;
  }
  .homeview .jarallax-img-container {
    height: 50vh;
  }
  .homeview .r-e-section-container .campus-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 50px 0;
  }
  .homeview .r-e-section-container .wrapper .r-e-sub-header {
    width: 700px;
    font-size: 2.2em;
    line-height: 1.3em;
    padding: 47px 10px 48px 10px;
  }
  .homeview .r-e-section-container .campus-wrapper {
    padding: 30px 0;
  }
  .homeview .culture-sub-header {
    padding: 40px;
  }
}

@media (min-width: 992px) {
  .homeview {
    /* HERO
    /* ------------------------------------------------- */
    /* LEFT SECTION
    /* ------------------------------------------------- */
    /* CENTER ADJUSTED SECTION
    /* ------------------------------------------------- */
    /* RIGHT JUSTIFIED
    /* ------------------------------------------------- */
    /* culture section
    /* ------------------------------------------------- */
    /* ---------------------------------------------- */
    /* BOTTOM NAV LINKS > 992                         */
    /* ---------------------------------------------- */
  }
  .homeview .r-e-section-container .wrapper .r-e-header-container {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .homeview .hero-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: unset;
    margin-top: 0;
  }
  .homeview .page-links-container {
    width: 208px;
    height: 300px;
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 0px;
    margin-bottom: 29px;
  }
  .homeview h2 {
    font-size: 1.7em;
    margin-bottom: 1.5em;
  }
  .homeview .h2-container {
    height: 175px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .homeview hr {
    display: none;
  }
  /* Sub-section Commen Block
/* ------------------------------------------------- */
  .homeview .in-page-links-992 {
    display: inline;
    line-height: 1.3em;
    margin-bottom: 0.7em;
  }
  .homeview .in-page-links {
    display: none;
  }
  .homeview #Workforce {
    position: relative;
    bottom: 70px;
  }
  .homeview #Infrastrucure-Anchor {
    position: relative;
    bottom: 70px;
  }
  .homeview #Industry {
    bottom: unset;
  }
  .homeview #Industry {
    position: relative;
    bottom: 100px !important;
  }
  /* Sub-section Commen Block
/* ------------------------------------------------- */
  .homeview #Workforce-nav {
    position: relative;
    bottom: 73px;
  }
  .homeview #Infrastrucure-nav {
    position: relative;
    bottom: 81px;
  }
  .homeview #Industry-nav {
    bottom: unset;
  }
  .homeview #Industry-nav {
    position: relative;
    bottom: 86px !important;
  }
  /* Sub-section Commen Block
/* ------------------------------------------------- */
  .homeview .Count {
    font-size: 6em;
  }
  .homeview .shrink-font {
    font-size: 5em;
  }
  .homeview .carousel-caption {
    width: 700px;
    height: 135px;
    margin-top: 15px;
  }
  .homeview .stats-wrapper {
    width: 430px;
  }
  .homeview .symbol-length-r {
    width: 14%;
    font-size: 2em;
    padding-right: 50px;
  }
  .homeview .symbol-length-l {
    width: 14%;
    font-size: 5em;
  }
  .homeview .single-int {
    width: 48%;
  }
  .homeview .single-num {
    padding-right: 50px;
  }
  .homeview .min-six-int {
    width: 16%;
    font-size: 5em;
  }
  .homeview .max-five-int {
    width: 20%;
    font-size: 6em;
  }
  .homeview .max-three-int {
    width: 30%;
    font-size: 6em;
  }
  .homeview .vert-rule {
    display: unset;
    height: 220px;
    margin-bottom: 50px;
    border-left: 1px solid #00aeef;
  }
  .homeview .intro-header {
    width: 611px;
    font-size: 2.8em;
    line-height: 1.4em;
    margin-bottom: 35px;
    text-align: left;
  }
  .homeview .r-e-section-container .wrapper .r-e-sub-header {
    width: 795px;
    font-size: 2.5em;
    line-height: 2.9em;
    padding: 47px 10px 15px 10px;
  }
  .homeview #big-video {
    height: calc(100vh - 70px);
    padding: 30px;
  }
  .homeview .hero-container {
    height: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4%;
    top: 0px;
  }
  .homeview .ed-section-container {
    padding-top: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .homeview .right-header-container {
    display: none;
  }
  .homeview .r-e-header-container {
    display: none;
  }
  .homeview .header-container {
    display: none;
  }
  .homeview .accent-line {
    display: none;
  }
  .homeview .accent-line-white {
    display: none;
  }
  .homeview .header {
    display: none;
  }
  .homeview .sub-header {
    display: none;
  }
  .homeview .left-header-container {
    display: unset;
  }
  .homeview .left-sub-header {
    display: unset;
  }
  .homeview .left-header-container {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .homeview .left-header-container .half-size-inner {
    /* The inside of the container, to set parent parameters */
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .homeview .left-accent-line {
    /* The accent line */
    height: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    background: #00aeef;
    margin-top: unset;
  }
  .homeview .left-header {
    /* The text object */
    position: relative;
    top: 50%;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0px 0px 5px 10px;
    color: #00aeef;
    font-size: 1em;
    font-family: "museo-sans", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    margin-left: 5%;
    margin-top: 0.5em;
  }
  .homeview .left-sub-header {
    color: #fffdf8;
    font-size: 1.9em;
    font-family: "museo-sans", sans-serif;
    font-weight: 300;
    line-height: 1.2em;
    padding: 15px 0 33px 0;
    text-align: left;
    /* margin-left: 5%;
    margin-right: 4%; */
  }
  .homeview .left-sub-header-wrapper {
    height: 200px;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .homeview .left-sub-header-text {
    text-align: right;
    padding-left: 10%;
  }
  .homeview .r-e-section-container {
    width: 100%;
    font-family: "museo-sans", sans-serif;
    color: #fffdf8;
    padding-top: 0;
  }
  .homeview .r-e-sub-header {
    margin: 0 auto;
    width: 900px;
  }
  .homeview .r-e-section-container .wrapper {
    padding: 40px 0;
  }
  .homeview .r-e-section-container .wrapper .r-e-sub-header {
    font-size: 2.5em;
    line-height: 1.2em;
    padding: 10px 47px;
    width: 870px;
    margin-top: 100px;
    position: relative;
    bottom: 17px;
  }
  .homeview .r-e-section-container .campus-wrapper {
    width: 80%;
    margin: 0 auto;
    padding: 50px 0 25px;
  }
  .homeview .row-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .homeview .column-wrapper {
    display: none;
  }
  .homeview .hide-for-right-justified {
    display: none;
  }
  .homeview .r-e-section-container .wrapper .r-e-header-container-hide {
    display: none;
  }
  .homeview .section-container {
    margin-top: 5%;
    padding-top: 0;
  }
  .homeview .r-e-section-container .wrapper .r-e-header-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    top: 5px;
    display: flex;
    justify-content: center;
  }
  .homeview
.r-e-section-container
.wrapper
.r-e-header-container
.r-e-accent-line {
    display: none;
  }
  .homeview .r-e-section-container .wrapper .r-e-header-container .accent-line {
    display: none;
  }
  .homeview .r-e-section-container .wrapper .r-e-header-container .header {
    height: 0px;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 22px;
    line-height: 1em;
  }
  .homeview
.r-e-section-container
.wrapper
.r-e-header-container
.header:before,
  .homeview
.r-e-section-container
.wrapper
.r-e-header-container
.header:after {
    display: unset;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 1px;
    content: " ";
    background-color: #ddd;
    position: relative;
    top: 0.2em;
  }
  .homeview
.r-e-section-container
.wrapper
.r-e-header-container
.header:before {
    display: unset;
    margin-right: 20px;
  }
  .homeview
.r-e-section-container
.wrapper
.r-e-header-container
.header:after {
    display: unset;
    margin-left: 20px;
  }
  /* About Headers */
  .homeview
.r-e-section-container
.wrapper
.r-e-header-container
.about-header {
    height: 0px;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 22px;
    line-height: 1em;
    font-weight: 900;
    text-transform: uppercase;
  }
  .homeview
.r-e-section-container
.wrapper
.r-e-header-container
.about-header:before,
  .homeview
.r-e-section-container
.wrapper
.r-e-header-container
.about-header:after {
    display: unset;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 1px;
    content: " ";
    background-color: #00aeef;
    position: relative;
    top: 0.2em;
  }
  .homeview
.r-e-section-container
.wrapper
.r-e-header-container
.about-header:before {
    display: unset;
    margin-right: 20px;
    margin-left: 20px;
  }
  .homeview
.r-e-section-container
.wrapper
.r-e-header-container
.about-header:after {
    display: unset;
    margin-left: 20px;
  }
  /*********************************/
  .homeview .sub-header {
    font-family: "museo-sans", sans-serif;
    font-size: 2.2em;
    line-height: 2.8em;
    color: #fffdf8;
    margin-left: unset;
    padding: 15px 0;
    margin-left: unset;
    margin-right: unset;
    width: 100%;
  }
  .homeview .sub-header-wrapper {
    height: 200px;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .homeview .sub-header-text {
    text-align: right;
    padding-left: 10%;
  }
  .homeview .paragraph-container {
    font-family: "museo-sans", sans-serif;
    color: #fffdf8;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    right: 300px;
    top: 0px;
    height: 300px;
    text-shadow: 1px 1px rgba(33, 33, 33, 0.31);
  }
  .homeview .p-header {
    width: 400px;
    padding: 130px 0 20px;
  }
  .homeview .paragraph {
    font-size: 1.2em;
    line-height: 1.4em;
    width: 500px;
  }
  .homeview .image-container {
    width: 100%;
    padding: 0;
  }
  .homeview .right-header-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .homeview .right-header-container .half-size-inner {
    width: 50%;
    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-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-top: 3px;
  }
  .homeview .right-accent-line {
    border-top: 1px solid #00aeef;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    margin-top: unset;
    margin-bottom: 25px;
  }
  .homeview .right-header {
    position: relative;
    top: 50%;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0px 0px 5px 10px;
    color: #00aeef;
    font-size: 1em;
    font-family: "museo-sans", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    margin-left: unset;
    margin-right: 5%;
    margin-top: 0.5em;
    line-height: 0.9em;
  }
  .homeview .right-sub-header-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .homeview .right-sub-header {
    display: unset;
    font-family: "museo-sans", sans-serif;
    font-size: 1.9em;
    font-weight: 300;
    line-height: 1.2em;
    color: #fffdf8;
    min-width: 479px;
    padding-right: 10%;
    padding-left: 10px;
    width: 50%;
  }
  .homeview .right-sub-header-adjuster {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .homeview .right-paragraph-container {
    font-family: "museo-sans", sans-serif;
    color: #fffdf8;
    margin: 0 auto;
    z-index: 10;
    position: relative;
    left: 12%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: right;
    text-shadow: 1px 1px rgba(33, 33, 33, 0.31);
  }
  .homeview .right-p-header {
    font-family: "museo-sans", sans-serif;
    width: 500px;
    color: #fffdf8;
    text-align: right;
    font-size: 1.625em;
    font-weight: 500;
    padding: 130px 0 20px;
    line-height: 1.5em;
    text-shadow: 1px 1px rgba(33, 33, 33, 0.31);
  }
  .homeview .right-paragraph {
    font-family: "museo-sans", sans-serif;
    color: #fffdf8;
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1.4em;
    width: 500px;
    text-align: right;
    padding-bottom: 25px;
    text-shadow: 1px 1px rgba(33, 33, 33, 0.31);
  }
  .homeview .right-row-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .homeview .image-container {
    width: 100%;
    padding: 0;
    position: relative;
  }
  .homeview .culture {
    width: 100%;
    font-family: "museo-sans", sans-serif;
    padding: 55px 0;
    padding-top: 50px;
  }
  .homeview .culture-paragraph-container {
    font-family: "museo-sans", sans-serif;
    color: #231f20;
    margin: 0 auto;
    z-index: 10;
    position: relative;
    top: 0px;
    width: 610px;
  }
  .homeview .accordion-section-container {
    display: none;
  }
  /* .homeview .category-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    text-align: center;
    background-color: #fffdf8;
    padding: 30px 7% 75px 7%;
  } */
  .homeview .nav-icon {
    height: 75px;
    margin: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .homeview .nav-header {
    color: #00aeef;
    font-size: 1em;
    font-family: "museo-sans", sans-serif;
    font-weight: 900;
    padding: 10px;
    text-transform: uppercase;
  }
  .homeview .menu-links {
    font-family: "museo-sans-display", sans-serif;
    font-weight: 100;
    background-color: #fffdf8;
    color: #231f20;
    padding: 2em;
    font-size: 1.1em;
    line-height: 1.3em;
  }
  .homeview .menu-links a {
    font-family: "museo-sans-display", sans-serif;
    font-weight: 100;
    color: #231f20;
  }
}

@media (min-width: 1200px) {
  .homeview .hero-wrapper {
    width: 975px;
  }
  .homeview .jarallax-img-container {
    height: 60vh;
  }
  .homeview .btn {
    top: 0;
  }
  .homeview .wrapper {
    height: 100%;
  }
  .homeview .r-e-section-container .wrapper .r-e-sub-header {
    font-size: 2.5em;
    line-height: 1.2em;
    padding: 70px 47px 0;
    width: 875px;
    margin-top: 0;
    position: relative;
    bottom: 0;
  }
  .homeview .r-e-section-container .campus-wrapper {
    width: 50%;
    padding: 55px 0 25px;
  }
  .homeview .category-wrapper {
    padding: 30px 12% 75px 12%;
  }
}

@media (min-width: 1400px) {
  .homeview
.homeview
.homeview
.homeview
.r-e-section-container
.wrapper
.r-e-sub-header {
    font-size: 3.2em;
    line-height: 4.3em;
    padding: 10px 47px;
    padding-top: 35px;
    width: 1263px;
  }
  .homeview .homeview .wrapper {
    height: 70vh;
  }
}

.grid {
  /* INVESTORS AND PARTNERS LOGOS
  /* ------------------------------------------------- */
  /* ---------------------------------------------- */
  /* MEDIA QUERIES                                  */
  /* ---------------------------------------------- */
  /* col-sm > 576
  /* ------------------------------------------------- */
  /* col-lg > 992
  /* ------------------------------------------------- */
  /* col-xl > 1200
  /* ------------------------------------------------- */
  margin-top: 50px;
}

.grid .grid-blue {
  background-color: tomato;
}

.grid .logos-wrapper {
  width: 100%;
  background-color: midnightblue;
}

.grid .logo-container {
  width: 100%;
  height: 100%;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.grid .logo-container a {
  margin: 19px 0;
}

.grid .logo-list:before {
  content: "";
  position: absolute;
  left: 5%;
  bottom: 0;
  height: 1px;
  width: 90%;
  /* or 100px */
  margin: auto 0;
  border-bottom: 1px solid #9c9a9b;
}

.grid .logo-list:before {
  content: "";
  position: absolute;
  left: 5%;
  bottom: 0;
  height: 1px;
  width: 90%;
  /* or 100px */
  margin: auto 0;
  border-bottom: 1px solid #9c9a9b;
}

.grid .logo-list:last-child:before {
  border-bottom: unset;
}

/* white */
.logo-list-white:before {
  content: "";
  position: absolute;
  left: 5%;
  bottom: 0;
  height: 1px;
  width: 90%;
  /* or 100px */
  margin: auto 0;
  border-bottom: 1px solid #fffdf8;
}

.logo-list-white:before {
  content: "";
  position: absolute;
  left: 5%;
  bottom: 0;
  height: 1px;
  width: 90%;
  /* or 100px */
  margin: auto 0;
  border-bottom: 1px solid #fffdf8;
}

.logo-list-white:last-child:before {
  border-bottom: unset;
}

.grid .logo-padding {
  padding: 60px 0;
}

.grid .logo {
  max-width: 240px;
  max-height: 100px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.grid .smaller-logo {
  max-width: 180px;
  margin: 5px 0 15px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.names-container {
  width: 100%;
  background-color: rgba(0, 174, 239, 0.2);
  text-align: center;
  padding-top: 50px;
}

.names-header {
  color: #00aeef;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.15em;
}

.names {
  color: #231f20;
  font-family: "museo-sans", sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  text-align: center;
  margin-top: 100px;
}

.philanthropic-names {
  color: #231f20;
  font-family: "museo-sans", sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  text-align: center;
}

.names-list {
  margin-bottom: 10px;
}

@media only screen and (max-width: 576px) {
  .grid {
    margin-top: 0px;
  }
}

@media only screen and (min-width: 576px) {
  .vert-divider-white {
    border-left: 1px solid #fffdf8;
  }
  .vert-divider-white:nth-child(odd) {
    border-left: 1px solid transparent;
  }
  .grid .vert-divider {
    border-left: 1px solid #9c9a9b;
  }
  .grid .vert-divider:nth-child(odd) {
    border-left: 1px solid transparent;
  }
  .grid .logo-list:nth-last-child(-n + 2):before {
    border-bottom: unset;
  }
  .grid .logo-list-white:nth-last-child(-n + 2):before {
    border-bottom: unset;
  }
  .names-container {
    margin-top: 75px;
    padding: 50px 0;
  }
}

@media only screen and (min-width: 992px) {
  .grid {
    padding: 0 10%;
  }
  .grid .divider {
    width: 150px;
  }
}

@media (min-width: 1200px) {
  .grid .logo-list:before {
    content: "";
    position: absolute;
    left: 15%;
    bottom: 0;
    height: 1px;
    width: 70%;
    /* or 100px */
    margin: auto 0;
    border-bottom: 1px solid #9c9a9b;
  }
  .logo-list-white:before {
    content: "";
    position: absolute;
    left: 15%;
    bottom: 0;
    height: 1px;
    width: 70%;
    /* or 100px */
    margin: auto 0;
    border-bottom: 1px solid #fffdf8;
  }
}

@media (min-width: 1350px) {
  .grid {
    padding: 0 13%;
  }
}

.media-page {
  /* width: 100%; */
  width: 100vw;
  overflow-x: hidden;
  font-family: "museo-sans", sans-serif;
  /* ---------------------------------------------- */
  /* MEDIA QUERIES                                  */
  /* ---------------------------------------------- */
  /* col-sm > 576
    /* ------------------------------------------------- */
  /* Custom Break Point > 650
  /* ------------------------------------------------- */
  /* col-md > 768
  /* ------------------------------------------------- */
  /* Custom Break Point > 880
  /* ------------------------------------------------- */
  /* col-lg > 992
  /* ------------------------------------------------- */
  /* Custom Break Point > 1100
  /* ------------------------------------------------- */
  /* Pixel2
  /* ------------------------------------------------- */
  /* Pixel2 XL
  /* ------------------------------------------------- */
}

.media-page .term-children {
  display: none;
}

.media-page .term-group ul {
  position: relative;
  left: 44px;
}

.media-page #filter .term-group .term-children {
  display: none;
}

.media-page .filter-container {
  width: 350px;
  margin: 0 auto;
}

.media-page .filter-container button {
  background-color: #00aeef;
}

.media-page .filter-container #btn-color-toggle {
  background-color: #00aeef;
}

@media screen and (min-width: 676px) {
  .media-page .filter-container #btn-color-toggle {
    display: none;
  }
}

.media-page .filter-container .reset-btn {
  height: 50px;
  position: relative;
}

.media-page .filter-container .reset-btn a {
  font-weight: unset;
  color: #fffdf8;
}

.media-page .filter-container .btn {
  width: 160px;
  height: 50px;
  color: #fffdf8;
  border-radius: 0;
  font-size: 1.2em;
  text-transform: uppercase;
  -webkit-transition: unset;
  transition: unset;
}

.media-page .filter-container .btn:focus {
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
}

.media-page .filter-container .btn:disabled {
  opacity: 0.4;
}

.media-page .filter-container .filter-button {
  background-color: #00aeef;
  left: 1px;
}

.media-page .filter-container button[aria-expanded="true"] {
  background-color: #d1d3d4;
  color: #231f20;
  border: 2px solid #231f20;
  border-bottom: 1px solid #d1d3d4;
  border-bottom-left-radius: 0.15emq;
  z-index: 2;
  position: relative;
  left: 0px;
}

.media-page .filter-container .dropdown {
  width: 335px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 auto;
  z-index: 10;
}

.media-page .filter-container .dropdown-menu {
  width: 335px;
  background-color: #d1d3d4;
  top: 47px;
  z-index: 1 !important;
  border: 2px solid #231f20;
  padding: 20px;
}

.media-page .filter-container .btn-primary {
  background-color: #00aeef;
  border-radius: 0;
  border-color: #231f20;
  position: relative;
  left: 123px;
  margin-top: 40px;
  font-size: 1.5em;
}

.media-page .filter-container .inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-family: "museo-sans", sans-serif;
  font-weight: 100;
  font-size: 2em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.media-page .filter-container .inner-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.media-page .filter-container .checkmark {
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border: 1px solid #707070;
}

.media-page .filter-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.media-page
.filter-container
.inner-container
input:checked
~ .checkmark:after {
  display: block;
}

.media-page .filter-container .inner-container .checkmark:after {
  left: 6px;
  top: 2px;
  width: 6px;
  height: 13px;
  border: solid black;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.media-page .content-title {
  font-size: 1.3em;
  font-weight: 900;
  height: 82px;
  width: 100%;
  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;
  margin-top: 26px;
}

.media-page .archive {
  font-size: 1em;
  height: 45px;
  letter-spacing: 1px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.media-page .media-source-twitter {
  width: 360px;
  height: 400px;
  background-color: green;
}

.media-page .term-children li {
  position: relative;
  right: 19px;
  width: 285px;
}

.media-page .info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 25px 0px;
}

.media-page .source-info {
  width: 205px;
  padding-left: 20px;
  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;
}

.media-page .source {
  font-size: 1em;
  margin-top: -2px;
}

.media-page .post-title {
  font-size: 1em;
  color: #231f20;
  font-weight: 700;
  position: relative;
  line-height: 19px;
}

.media-page .publish-date {
  font-size: 1em;
  width: 100%;
  padding-right: 20px;
}

.media-page .cat-tag {
  padding: 3px 7px;
  color: #00aeef;
  border: 1px solid #00aeef;
  font-size: 11.25px;
  margin: 5px;
}

.media-page .cat-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -5px;
  position: relative;
  right: 5px;
}

/* PR Contact Info
/* ------------------------------------------------- */
.media-page .contact-info-wrapper {
  width: 200px;
  color: #00aeef;
  margin: 0 auto 44px;
  position: relative;
  bottom: 13%;
  font-size: 16px;
}

.media-sub-subheader {
  font-size: 1.3rem;
  font-style: italic;
  position: relative;
  bottom: 4px;
}

@media screen and (min-width: 430px) and (max-width: 575px) {
  .media-page .contact-info-wrapper {
    bottom: 27px;
    margin-bottom: 60px;
  }
  .media-page .media-sub-subheader {
    bottom: 10px;
  }
}

@media screen and (min-width: 576px) {
  .media-page .contact-info-wrapper {
    width: 485px;
    bottom: 27px;
    margin-bottom: 70px;
  }
  .media-page .media-sub-subheader {
    bottom: 8px;
  }
  .media-page .filter-container {
    width: 450px !important;
  }
  .media-page .filter-container .dropdown-menu {
    width: 355px;
  }
  .media-page .filter-container .dropdown {
    width: 355px;
  }
  .media-page .filter-container .btn-primary {
    left: 154px;
  }
}

@media only screen and (min-width: 650px) {
  .media-page .media-sub-subheader {
    bottom: 16px;
  }
  .media-page .contact-info-wrapper {
    bottom: 60px;
    margin-bottom: 60px;
  }
  .media-page .source-info {
    width: 312px;
  }
  .media-page .source {
    font-size: 1 em;
  }
  .media-page .publish-date {
    font-size: 0.875em;
    padding-right: 0;
  }
  .media-page .post-title {
    font-size: 1.2em;
    color: #231f20;
    font-weight: 700;
  }
}

@media only screen and (min-width: 768px) {
  .media-page .filter-wrapper {
    width: 85%;
    min-height: 500px;
    margin: 0 auto;
    margin-bottom: 100px;
    margin-left: 75px;
  }
  .media-page .filter-wrapper .filter-container {
    border-right: 1px solid #231f20;
  }
  .media-page .filter-wrapper .filter-container .checklist-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    min-height: 550px;
    width: 200px;
  }
  .media-page .child-term {
    width: 175px;
  }
  .media-page .filter-wrapper .filter-container .btn-primary {
    top: 24px;
    left: 0;
  }
  .media-page .filter-wrapper .filter-container .inner-container {
    margin-bottom: 1em;
    font-size: 2.2em;
  }
  .media-page .filter-wrapper .content-title {
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 0;
  }
  .media-page .filter-wrapper .archive {
    font-size: 1em;
    height: 100px;
    text-transform: uppercase;
    margin-top: 40px;
  }
  .media-page .filter-wrapper .info-container {
    width: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .media-page .filter-wrapper img {
    /* width: 110px;
    height: 105px; */
    height: 130px;
  }
  .media-page .filter-wrapper .source {
    font-size: 1em;
  }
  .media-page .filter-wrapper .source-info {
    width: 279px;
    min-height: 130px;
  }
  .media-page .filter-wrapper .publish-date {
    font-size: 1em;
    padding-right: 0;
  }
  .media-page .filter-wrapper .post-title {
    font-size: 1.1em;
  }
  .media-page .filter-wrapper .dropdown-menu {
    display: unset;
    background-color: unset;
    width: 100%;
    min-height: 550px;
    left: 15px !important;
    border: 0;
    padding: 0;
    position: relative;
  }
  .media-page .filter-wrapper #dropdownMenuLink {
    display: none;
  }
  .media-page .filter-wrapper .filter-container .reset-btn {
    display: none;
  }
  /* .media-page .filter-wrapper #response {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  } */
  .media-page .filter-wrapper #response .link-archive {
    font-size: 1em;
    width: 75px;
    height: 115px;
    text-transform: uppercase;
    margin-top: 20px;
    background-color: mediumaquamarine;
  }
  /* .media-page .filter-container button {
    display: none;
  } */
}

@media only screen and (min-width: 880px) {
  .media-page .filter-wrapper {
    margin-bottom: 100px;
  }
  .media-page .filter-wrapper .source-info {
    width: 350px;
  }
}

@media only screen and (min-width: 992px) {
  .media-page .filter-wrapper {
    width: 83%;
    margin: 0 auto;
    margin-bottom: 100px;
  }
  .media-page .filter-wrapper .filter-container {
    border-right: 1px solid #231f20;
  }
  .media-page .filter-wrapper .filter-container .checklist-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    min-height: 550px;
    width: 100%;
    /* position: relative;
    right: 21px; */
    padding-right: 135px;
  }
  .media-page .child-term {
    width: unset;
  }
  .media-page .filter-wrapper .filter-container .btn-primary {
    top: 24px;
    left: 0;
    font-size: 1.5em;
  }
  .media-page .filter-wrapper .filter-container .inner-container {
    margin-bottom: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .media-page .filter-wrapper .info-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .media-page .filter-wrapper .source {
    font-size: 1.1em;
  }
  .media-page .filter-wrapper .source-info {
    width: 360px;
  }
  .media-page .filter-wrapper .publish-date {
    font-size: 1.1em;
    padding-right: 0;
  }
  .media-page .filter-wrapper .post-title {
    font-size: 1.3em;
  }
  .media-page .filter-wrapper .dropdown-menu {
    display: unset;
    background-color: unset;
    width: 100%;
    min-height: 550px;
    left: 0px !important;
    border: 0;
    padding: 0;
    position: relative;
  }
  .media-page .filter-wrapper #dropdownMenuLink {
    display: none;
  }
  .media-page .filter-wrapper .filter-container .reset-btn {
    display: none;
  }
  .media-page .filter-wrapper #response {
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
}

@media only screen and (min-width: 1100px) {
  .media-page .filter-wrapper {
    width: 850px;
    margin-bottom: 100px;
  }
}

@media only screen and (width: 320px) and (height: 568px) {
  .media-page .filter-container {
    width: 100%;
  }
  .media-page .filter-container .btn {
    width: 130px;
  }
  .media-page .filter-container .btn-primary {
    margin-top: 35px;
    left: 95px;
    font-size: 1.3em;
  }
  .media-page .filter-container .dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 8px;
  }
  .media-page .filter-container .dropdown-menu {
    width: 274px;
    left: 23px !important;
  }
  .media-page .filter-container .inner-container {
    font-size: 1.7em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .media-page .info-container {
    width: 295px;
  }
  .media-page img {
    width: 100px;
  }
  .media-page .post-title {
    font-size: 0.9em;
  }
}

@media only screen and (width: 360px) and (height: 640px) {
  .media-page .filter-container .btn-primary {
    left: 125px;
  }
}

@media only screen and (width: 411px) and (height: 731px) {
  .media-page .filter-container .btn-primary {
    margin-top: 35px;
    left: 123px;
  }
}

@media only screen and (width: 411px) and (height: 823px) {
  .media-page .filter-container .btn-primary {
    margin-top: 35px;
    left: 123px;
  }
}

@media only screen and (width: 375px) and (height: 667px) {
  .media-page .filter-container .btn-primary {
    margin-top: 35px;
    left: 123px;
  }
}

@media only screen and (width: 414px) and (height: 736px) {
  .media-page .filter-container .btn-primary {
    margin-top: 35px;
    left: 123px;
  }
}

@media only screen and (width: 375px) and (height: 812px) {
  .media-page .filter-container .btn-primary {
    margin-top: 35px;
    left: 123px;
  }
}

.template-hero-starter {
  font-size: 16px;
  /* ---------------------------------------------- */
  /* HERO AND CONTENTS - AFC Hero Starter           */
  /* ---------------------------------------------- */
  /* ---------------------------------------------- */
  /* MEDIA QUERIES                                  */
  /* ---------------------------------------------- */
  /* MOBILE DEVICES
  /* ------------------------------------------------- */
  /* col-sm > 576
  /* ------------------------------------------------- */
  /* col-md > 768
  /* ------------------------------------------------- */
  /* col-lg > 992
  /* ------------------------------------------------- */
}

.template-hero-starter .mobile-hero {
  width: 100%;
  height: calc(90vh - 70px);
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.template-hero-starter .mobile-hero > img {
  width: 100%;
}

.template-hero-starter .hero-mid {
  display: none;
}

.template-hero-starter .hero-full {
  display: none;
}

.template-hero-starter .hero-container {
  width: 100%;
  height: calc(90vh - 70px);
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
}

.template-hero-starter .hero-container .hero-contents {
  width: 100%;
  height: calc(80vh - 70px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.template-hero-starter .hero-container .hero-contents .icon-header-container {
  width: 100%;
  height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  top: 5%;
}

.template-hero-starter
.hero-container
.hero-contents
.icon-header-container
.icon {
  width: 75px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.template-hero-starter
.hero-container
.hero-contents
.icon-header-container
.icon-large-screen {
  display: none;
}

.template-hero-starter
.hero-container
.hero-contents
.icon-header-container
.hero-header {
  font-family: "museo-sans", sans-serif;
  font-size: 0.8em;
  font-weight: 900;
  color: #fffdf8;
  text-transform: uppercase;
  margin-top: 0;
}

.template-hero-starter .hero-container .hero-contents .hero-sub-header {
  font-family: "museo-sans", sans-serif;
  font-size: 3em;
  line-height: 1.2em;
  font-weight: 100;
  color: #fffdf8;
  padding: unset;
  position: relative;
  bottom: 6%;
  text-align: center;
}

.template-hero-starter .hero-container .hero-contents .paragraph {
  font-family: "museo-sans", sans-serif;
  font-size: 1.3em;
  line-height: 1.5em;
  color: #fffdf8;
  text-align: center;
  position: relative;
  bottom: 16%;
  width: 376px;
  font-weight: 400;
}

@media only screen and (min-width: 320px) and (max-height: 640px) {
  .template-hero-starter .hero-container .hero-contents {
    height: calc(100vh - 70px);
  }
  .template-hero-starter .hero-container .hero-contents .hero-sub-header {
    font-size: 2em;
    line-height: 1.3em;
    width: 310px;
    bottom: 2%;
  }
  .template-hero-starter .hero-container .hero-contents .paragraph {
    font-size: 1.6rem;
    line-height: 2.3rem;
    width: 310px;
    padding: 10px;
    bottom: 10%;
    font-weight: 400;
  }
}

@media only screen and (width: 375px) and (height: 667px) {
  .template-hero-starter .hero-container .hero-contents {
    height: calc(80vh - 70px);
  }
  .template-hero-starter .hero-container .hero-contents .hero-sub-header {
    font-size: 2em;
    line-height: 2.5em;
    width: 310px;
    bottom: unset;
  }
  .template-hero-starter .hero-container .hero-contents .paragraph {
    font-size: 1em;
    line-height: 1.5em;
    width: 310px;
    padding: 10px;
    bottom: 8%;
  }
}

@media only screen and (width: 414px) and (height: 736px) {
  .template-hero-starter .hero-container .hero-contents {
    height: calc(80vh - 70px);
  }
  .template-hero-starter .hero-container .hero-contents .hero-sub-header {
    font-size: 2em;
    /*line-height: 2.5em; */
    line-height: 1.7em;
    width: 310px;
    bottom: 3%;
  }
  .template-hero-starter .hero-container .hero-contents .paragraph {
    font-size: 1em;
    line-height: 1.5em;
    width: 310px;
    padding: 10px;
    bottom: 12%;
  }
}

@media only screen and (width: 411px) and (height: 731px) {
  .template-hero-starter .hero-container .hero-contents {
    height: calc(80vh - 70px);
  }
  .template-hero-starter .hero-container .hero-contents .hero-sub-header {
    font-size: 2em;
    line-height: 2.5em;
    width: 310px;
    bottom: 3%;
  }
  .template-hero-starter .hero-container .hero-contents .paragraph {
    font-size: 1em;
    line-height: 1.5em;
    width: 310px;
    padding: 10px;
    bottom: 12%;
  }
}

@media only screen and (width: 411px) and (height: 823px) {
  .template-hero-starter .hero-container .hero-contents {
    height: calc(75vh - 70px);
  }
  .template-hero-starter .hero-container .hero-contents .hero-sub-header {
    font-size: 2em;
    line-height: 2.5em;
    width: 310px;
    bottom: 6%;
  }
  .template-hero-starter .hero-container .hero-contents .paragraph {
    font-size: 1em;
    line-height: 1.5em;
    width: 310px;
    padding: 10px;
    bottom: 21%;
  }
}

@media only screen and (width: 375px) and (height: 812px) {
  .template-hero-starter .hero-container .hero-contents {
    height: calc(75vh - 70px);
  }
  .template-hero-starter .hero-container .hero-contents .hero-sub-header {
    font-size: 2em;
    line-height: 1.5em;
    width: 310px;
    bottom: 6%;
  }
  .template-hero-starter .hero-container .hero-contents .paragraph {
    font-size: 1em;
    line-height: 1.5em;
    width: 310px;
    padding: 10px;
    bottom: 21%;
  }
}

@media only screen and (min-width: 576px) {
  .template-hero-starter .mobile-hero {
    display: none;
  }
  .template-hero-starter .hero-mid {
    display: unset;
    width: 100%;
    height: calc(90vh - 70px);
    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-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .template-hero-starter .hero-mid > img {
    width: 100%;
  }
  .template-hero-starter .hero-full {
    display: none;
  }
  .template-hero-starter .hero-container .paragraph {
    width: 500px;
  }
}

@media only screen and (min-width: 768px) {
  .template-hero-starter .mobile-hero {
    display: none;
  }
  .template-hero-starter .hero-mid {
    display: unset;
    width: 100%;
    height: 50vw;
    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-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .template-hero-starter .hero-mid > img {
    width: 100%;
  }
  .template-hero-starter .hero-full {
    display: none;
  }
  .template-hero-starter .hero-container {
    height: 400px;
    position: relative;
  }
  .template-hero-starter .hero-container .hero-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .template-hero-starter .hero-container .hero-contents .icon-header-container {
    top: unset;
    bottom: 35px;
  }
  .template-hero-starter
.hero-container
.hero-contents
.icon-header-container
.icon {
    display: none;
  }
  .template-hero-starter
.hero-container
.hero-contents
.icon-header-container
.icon-large-screen {
    display: unset;
    min-width: 75px;
    min-height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .template-hero-starter
.hero-container
.hero-contents
.icon-header-container
.hero-header {
    color: #00aeef;
    font-size: 1em;
  }
  .template-hero-starter .hero-container .hero-contents .hero-sub-header {
    color: #231f20;
    font-weight: 100;
    width: unset;
    padding: unset;
    position: relative;
    bottom: 10%;
  }
  .template-hero-starter .hero-container .hero-contents .paragraph {
    color: #231f20;
    font-family: "museo-sans", sans-serif;
    font-size: 1.3em;
    font-weight: 300;
    text-align: center;
    position: relative;
    width: 570px;
    padding: 0 18px;
    bottom: 13%;
  }
}

@media only screen and (min-width: 992px) {
  .template-hero-starter .mobile-hero {
    display: none;
  }
  .template-hero-starter .hero-mid {
    display: none;
  }
  .template-hero-starter .hero-full {
    width: 100%;
    max-height: 575px;
    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-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .template-hero-starter .hero-full > img {
    width: 100%;
  }
}

/* ---------------------------------------------- */
/* ONLY AFC Simple Hero Starter                   */
/* ---------------------------------------------- */
.simple-hero-starter {
  /* ---------------------------------------------- */
  /* MEDIA QUERIES                                  */
  /* ---------------------------------------------- */
  /* MOBILE DEVICES
  /* ------------------------------------------------- */
  /* col-sm > 576
  /* ------------------------------------------------- */
  /* Custom Break Point > 650
  /* ------------------------------------------------- */
  /* col-md > 768
  /* ------------------------------------------------- */
  /* col-lg > 992
  /* ------------------------------------------------- */
}

.simple-hero-starter .starter-container {
  width: 100%;
  min-height: 278px;
  /* margin-bottom: 20px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 20px;
}

.simple-hero-starter .starter-container .icon-header-container {
  width: 100%;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  top: 10px;
}

.simple-hero-starter .starter-container .icon-header-container .icon {
  width: 95px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.simple-hero-starter
.starter-container
.icon-header-container
.icon-large-screen {
  display: none;
}

.simple-hero-starter .starter-container .icon-header-container .hero-header {
  font-family: "museo-sans", sans-serif;
  font-size: 1.3em;
  font-weight: 900;
  color: #00aeef;
  text-transform: uppercase;
  margin-top: 0;
}

.simple-hero-starter .starter-container .paragraph {
  font-family: "museo-sans", sans-serif;
  font-size: 1.5em;
  line-height: 1.6em;
  font-weight: 400;
  color: #231f20;
  text-align: center;
  position: relative;
  bottom: 0px;
  min-width: 200px;
  max-width: 465px;
}

@media screen and (width: 360px) and (height: 640px) {
  .simple-hero-starter .starter-container {
    min-height: 278px;
    margin-bottom: 20px;
  }
  .simple-hero-starter .starter-container .icon-header-container .icon {
    width: 85px;
    height: 70px;
  }
  .simple-hero-starter .starter-container .icon-header-container .hero-header {
    font-size: 1.2em;
  }
  .simple-hero-starter .starter-container .paragraph {
    /* width: 275px; */
    font-size: 1.2em;
    line-height: 1.5em;
  }
}

@media only screen and (width: 411px) and (height: 731px) {
  .simple-hero-starter .starter-container {
    min-height: 278px;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .simple-hero-starter .starter-container .icon-header-container .icon {
    width: 85px;
    height: 70px;
  }
  .simple-hero-starter .starter-container .icon-header-container .hero-header {
    font-size: 1.2em;
  }
  .simple-hero-starter .starter-container .paragraph {
    /* width: 310px; */
    font-size: 1.3em;
    line-height: 1.7em;
    margin-top: 20px;
  }
}

@media only screen and (width: 411px) and (height: 823px) {
  .simple-hero-starter .starter-container {
    min-height: 278px;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .simple-hero-starter .starter-container .icon-header-container .icon {
    width: 85px;
    height: 70px;
  }
  .simple-hero-starter .starter-container .icon-header-container .hero-header {
    font-size: 1.2em;
  }
  .simple-hero-starter .starter-container .paragraph {
    /* width: 330px; */
    font-size: 1.4em;
    line-height: 1.5em;
    margin-top: 20px;
  }
}

@media only screen and (width: 320px) and (height: 568px) {
  .simple-hero-starter .starter-container {
    min-height: 278px;
    margin-bottom: 20px;
  }
  .simple-hero-starter .starter-container .icon-header-container .icon {
    width: 85px;
    height: 70px;
  }
  .simple-hero-starter .starter-container .icon-header-container .hero-header {
    font-size: 1.2em;
  }
  .simple-hero-starter .starter-container .paragraph {
    /* width: 295px; */
    font-size: 1.2em;
    line-height: 1.5em;
    padding: 10px;
  }
}

@media only screen and (width: 375px) and (height: 667px) {
  .simple-hero-starter .starter-container {
    min-height: 278px;
    margin-bottom: 20px;
  }
  .simple-hero-starter .starter-container .icon-header-container .icon {
    width: 85px;
    height: 70px;
  }
  .simple-hero-starter .starter-container .icon-header-container .hero-header {
    font-size: 1.2em;
  }
  .simple-hero-starter .starter-container .paragraph {
    /* width: 275px; */
    font-size: 1.2em;
    line-height: 1.5em;
  }
}

@media only screen and (width: 414px) and (height: 736px) {
  .simple-hero-starter .starter-container {
    min-height: 278px;
    margin-bottom: 20px;
  }
  .simple-hero-starter .starter-container .icon-header-container .icon {
    width: 85px;
    height: 70px;
  }
  .simple-hero-starter .starter-container .icon-header-container .hero-header {
    font-size: 1.2em;
  }
  .simple-hero-starter .starter-container .paragraph {
    /* width: 330px; */
    font-size: 1.4em;
    line-height: 1.4em;
    padding: 0px;
  }
}

@media only screen and (width: 375px) and (height: 812px) {
  .simple-hero-starter .starter-container {
    min-height: 278px;
    margin-bottom: 20px;
  }
  .simple-hero-starter .starter-container .icon-header-container .icon {
    width: 85px;
    height: 70px;
  }
  .simple-hero-starter .starter-container .icon-header-container .hero-header {
    font-size: 1.2em;
  }
  .simple-hero-starter .starter-container .paragraph {
    /* width: 275px; */
    font-size: 1.2em;
    line-height: 1.5em;
    padding: 0px;
  }
}

@media only screen and (min-width: 650px) {
  .simple-hero-starter .starter-container {
    width: 100%;
    height: 350px;
    min-height: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 20px;
  }
  .simple-hero-starter .starter-container .paragraph {
    width: 580px;
    max-width: unset;
    font-size: 1.9em;
  }
}

/* ---------------------------------------------- */
/* CHARITABLE GIVING PAGE USING PARTIALS          */
/* ---------------------------------------------- */
@media only screen and (max-width: 414px) {
  .charitable-subheader {
    font-size: 2.3rem;
    font-weight: 600;
    width: 327px;
    margin-bottom: 30px;
  }
  .charitable-post {
    position: relative;
    bottom: 40px;
    text-align: center;
    padding: 0 20px;
    color: #231f20;
  }
}

@media only screen and (min-width: 415px) {
  .move-simple-hero {
    margin-top: 50px;
  }
  .charitable-subheader {
    font-size: 2.3rem;
    font-weight: 600;
    width: 327px;
    margin: 30px auto 50px;
  }
  .charitable-post {
    position: relative;
    bottom: 40px;
    text-align: center;
    padding: 0 20px;
    color: #231f20;
  }
}

@media only screen and (min-width: 650px) {
  .charitable-subheader {
    line-height: 1.3em;
    font-size: 2.8rem;
    width: 375px;
  }
}

@media only screen and (min-width: 992px) {
  .charitable-subheader {
    font-size: 4.3rem;
    line-height: 5.5rem;
    width: 600px;
    margin: 30px auto;
  }
  .charitable-post {
    width: 700px;
    margin: 25px auto 0;
  }
}

@media only screen and (min-width: 1100px) {
  .charitable-post {
    width: 940px;
  }
}

/* ---------------------------------------------- */
/* New Styles for loop-media-source.php           */
/* ---------------------------------------------- */
.media-subheader {
  font-size: 1.5rem;
}

.media-source {
  font-family: "museo-sans", sans-serif;
  margin-top: 50px;
}

.media-source h1 {
  font-size: 3em;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 5px;
  font-weight: 100;
}

.media-source .term {
  font-size: 2em;
  margin-bottom: 70px;
  font-weight: 700;
  text-transform: uppercase;
}

/* .media-source .wrapper {
  background-color: red;
} */
.media-source .info-container {
  width: 400px;
  margin-bottom: 25px;
  /* background-color: darkseagreen; */
  width: 320px;
}

.media-source .source {
  font-size: 1em;
  position: relative;
  bottom: 5px;
}

.media-source .post-title {
  font-size: 1.1em;
  color: #231f20;
  font-weight: 700;
  position: relative;
  bottom: 23px;
  bottom: 14px;
  line-height: 20px;
  max-height: 40px;
}

.media-source .publish-date {
  font-size: 1em;
  /* text-align: right; */
}

.media-source .source-info {
  padding-right: 0px;
  height: 110px;
}

.media-source .wrapper {
  /* background-color: tomato; */
}

@media screen and (min-width: 430px) {
  .media-source .info-container {
    width: 400px;
  }
}

@media only screen and (min-width: 450px) {
  .media-subheader {
    font-size: 1.8rem;
  }
  .media-sub-subheader {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 576px) {
  .media-source .post-title {
    bottom: 14px;
    line-height: 20px;
    max-height: 40px;
    font-size: 1.3em;
    line-height: 22px;
  }
  .media-source .source-info {
    height: 120px;
  }
  .media-source .source {
    font-size: 1.1em;
  }
  .media-source .publish-date {
    font-size: 1.1em;
  }
}

@media screen and (min-width: 768px) {
  .media-source .info-container {
    width: 335px;
  }
  .media-source .wrapper {
    height: 725px;
  }
  .media-source .wrapper {
    margin-bottom: 30px;
  }
  .media-subheader {
    font-size: 2.5rem;
  }
  .media-sub-subheader {
    font-size: 1.7rem;
  }
}

@media screen and (min-width: 992px) {
  .media-source .wrapper {
    max-width: 850px;
  }
  .media-source .post-title {
    font-size: 1.2em;
    line-height: 19px;
  }
  .media-source .source-info {
    height: 108px;
  }
}

/* Stats Odometer
/* ------------------------------------------------- */
.smooth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: droid-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  color: #00aeef;
}

.number {
  color: #00aeef;
}

.carousel-inner {
  height: 180px;
}

/* Shared Stats Odometer Styles */
.homeview .carousel-caption,
.dtp-carousel .carousel-caption {
  position: unset;
  right: 10%;
  left: 10%;
  z-index: 10;
  color: #fffdf8;
  text-align: center;
  width: 290px;
  height: 110px;
  padding-top: 0;
}

.homeview .stat-text-wrapper,
.dtp-carousel .stat-text-wrapper {
  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;
  height: 140px;
}

.homeview .stat-text,
.dtp-carousel .stat-text {
  color: #fffdf8;
  font-size: 1em;
  font-family: "museo-sans", sans-serif;
  font-weight: 700;
  line-height: 1.4em;
}

.homeview .left-char,
.dtp-carousel .left-char {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 40px;
  padding-right: 10px;
}

.homeview .right-char,
.dtp-carousel .right-char {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 40px;
  padding-left: 10px;
}

/* DTP page Specific Stats Odometer Styles */
.dtp-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dtp-carousel .static-left,
.dtp-carousel .carousel-right {
  width: 50%;
}

@media screen and (min-width: 562px) {
  .smooth {
    font-size: 55px;
  }
  .homeview .left-char,
  .dtp-carousel .left-char {
    font-size: 55px;
    padding-right: 20px;
  }
  .homeview .right-char,
  .dtp-carousel .right-char {
    font-size: 55px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 992px) {
  .smooth {
    font-size: 65px;
  }
  .homeview .left-char,
  .dtp-carousel .left-char {
    font-size: 65px;
    padding-right: 20px;
  }
  .homeview .right-char,
  .dtp-carousel .right-char {
    font-size: 65px;
    padding-left: 20px;
  }
  .homeview .carousel-caption,
  .dtp-carousel .carousel-caption {
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .smooth {
    font-size: 80px;
  }
  .homeview .left-char,
  .dtp-carousel .left-char {
    font-size: 80px;
    padding-right: 20px;
  }
  .homeview .right-char,
  .dtp-carousel .right-char {
    font-size: 80px;
    padding-left: 20px;
  }
  .homeview .stat-text,
  .dtp-carousel .stat-text {
    position: relative;
    bottom: 10px;
  }
}

@media only screen and (min-height: 812px) {
  .homeview #big-video {
    height: 740px;
  }
}

/* ---------------------------------------------- */
/* GRID PARTIALS                                  */
/* ---------------------------------------------- */
.grid-container {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  bottom: 20px;
}

.grid .grid-copy-container {
  width: 90%;
  position: relative;
  left: 5%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.grid .block-title {
  font-size: 2.2rem;
  font-weight: 300;
  text-transform: uppercase;
}

.grid .block-subtitle {
  font-size: 2.2rem;
  font-weight: 600;
  text-transform: uppercase;
}

.grid .copy {
  font-size: 1.5rem;
  margin-top: 20px;
  font-weight: 300;
}

@media only screen and (min-width: 1200px) {
  .grid .grid-copy-container {
    width: 70%;
    position: relative;
    left: 15%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* ---------------------------------------------- */
/* Bootstrap4 Modal Styles                        */
/* ---------------------------------------------- */
.custom-modal .close-modal {
  padding: 10px !important;
}

.custom-modal .modal-copy {
  font-size: 5rem;
  font-weight: 100;
  color: #231f20;
  text-align: center;
}

.custom-modal .modal-sub-copy {
  font-size: 2rem;
  font-weight: 900;
  color: #00aeef;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.custom-modal .modal-footer {
  border-top: unset;
  margin-bottom: 6px;
}

.custom-modal .modal-btn {
  width: 154px;
  height: 70px;
  font-weight: 400;
  padding: 0;
  margin: 5px;
  background-color: #7fd1f6;
  color: #231f20;
  text-align: left;
  text-transform: none;
  line-height: 1.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 5px solid transparent;
  border-bottom: transparent;
  border-left: transparent;
  border-right: transparent;
  background-size: contain;
}

@media only screen and (min-width: 576px) {
  .custom-modal .modal-btn {
    /* use for four up buttons */
    /* width: 160px */
    /* use for 3 up buttons */
    width: 146px;
  }
}

/* Changes Background Color for Button*/
button.hover-black:hover {
  height: 70px;
  background-color: #231f20;
  color: white;
  border-top: 5px solid #00aeef;
  border-bottom: transparent;
  border-left: transparent;
  border-right: transparent;
}

.custom-modal p {
  line-height: 5rem;
}

/* Changes Icon Color */
button:hover .invert {
  -webkit-filter: invert(1);
          filter: invert(1);
}

img.icon-pr {
  width: 25px;
  height: 34px;
}

img.icon-open-letter {
  width: 33px;
}

img.icon-watch {
  width: 36px;
}

img.icon-question {
  width: 19px;
}

.modal-content {
  padding-bottom: 25px;
}

/*
 * New Modal Styles added by Migs @ 5/12
 *
*/
.modal {
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

.modal-dialog {
  max-width: inherit;
  height: 100vh;
  margin: 0;
  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;
}

.custom-modal .close-modal {
  padding: 10px !important;
  position: absolute;
  top: 0;
  right: 0;
}

.modal-content {
  padding: 25px;
  position: relative;
  width: 90%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.modal-news, .modal-announcements {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 25px 0;
}

.modal-news h2::before, .modal-announcements h2::before {
  content: '';
  display: block;
  width: 100%;
  height: 10px;
}

.modal-news h2, .modal-news h3, .modal-announcements h2, .modal-announcements h3 {
  color: #00aeef;
}

.modal-news h2, .modal-announcements h2 {
  font-size: 2.5rem;
  font-weight: 700;
  text-indent: 5%;
  line-height: 2.5;
}

.modal-news h2 span, .modal-announcements h2 span {
  padding-left: 5%;
}

.modal-news h3, .modal-announcements h3 {
  font-size: 3rem;
  font-weight: 900;
}

.modal-news p, .modal-announcements p {
  font-size: 100%;
  line-height: 1.25;
}

.modal-news a, .modal-announcements a {
  color: #00aeef;
}

.modal-news a.btn, .modal-announcements a.btn {
  display: block;
  padding: 10px 20px;
  background-color: #00aeef;
  color: white;
  font-size: 120%;
  margin-top: 10px;
  font-weight: 900;
}

.modal-content {
  padding: 5rem;
  width: 70%;
}

.modal-content .modal-news article {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #eaeaea;
}

.modal-content .modal-announcements article {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 992px) {
  .modal-content {
    padding: 5rem 3rem;
    width: 75%;
  }
}

@media only screen and (max-width: 768px) {
  .modal-content {
    padding: 5rem 2rem;
    width: 80%;
  }
}

@media only screen and (max-width: 576px) {
  .modal-content {
    padding: 5rem 10px;
    width: calc(100% - 40px);
  }
}

@media only screen and (max-width: 992px) {
  .modal-content .modal-uptodate > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.modal-content article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  margin-bottom: 25px;
}

.modal-content article picture {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: 150px;
}

.modal-content article div {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding-left: 10px;
}

.modal-content article img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.modal-uptodate, #top3modal, #email-capture, #top12posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.modal-uptodate h2, #top3modal h2, #email-capture h2, #top12posts h2 {
  font-size: 4.2rem;
  text-align: center;
  margin-bottom: 5rem;
}

.modal-uptodate h3, #top3modal h3, #email-capture h3, #top12posts h3 {
  font-weight: 400;
  font-size: 2rem;
  text-transform: uppercase;
  text-align: left;
  margin: 2rem 0;
}

.modal-uptodate > div, #top3modal > div, #email-capture > div, #top12posts > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.modal-uptodate article, #top3modal article, #email-capture article, #top12posts article {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 2rem 2rem;
}

.modal-uptodate article a, #top3modal article a, #email-capture article a, #top12posts article a {
  color: inherit;
}

.modal-uptodate article picture, #top3modal article picture, #email-capture article picture, #top12posts article picture {
  width: 100%;
  height: auto;
  display: block;
  max-height: none;
  margin-bottom: 2rem;
}

.modal-uptodate article img, #top3modal article img, #email-capture article img, #top12posts article img {
  max-width: 100%;
  height: auto;
}

.modal-uptodate article p, #top3modal article p, #email-capture article p, #top12posts article p {
  line-height: 1.5;
}

.modal-uptodate article time, #top3modal article time, #email-capture article time, #top12posts article time {
  display: inline-block;
  margin-top: 2rem;
}

#top3modal, #top12posts {
  padding: 100px 0;
  max-width: 1280px;
  margin: 0 auto;
}

#top3modal .container, #top12posts .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#top3modal ul, #top12posts ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#top3modal li, #top12posts li {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: calc(100% / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#top3modal .top3card, #top3modal .top12card, #top12posts .top3card, #top12posts .top12card {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  max-width: 300px;
}

#top3modal a, #top12posts a {
  color: inherit;
}

#top3modal img, #top12posts img {
  width: 100%;
  height: auto;
}

#top3modal time, #top12posts time {
  display: inline-block;
  margin-top: 2rem;
}

#top12posts li {
  margin-bottom: 4rem;
}

@media only screen and (max-width: 992px) {
  #top3modal ul, #top12posts ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #top3modal li, #top12posts li {
    width: calc(100% / 2);
    margin-bottom: 4rem;
  }
}

@media only screen and (max-width: 768px) {
  #top3modal li, #top12posts li {
    width: calc(100% / 1);
  }
}

#email-capture {
  padding: 50px 0;
  background-size: cover;
}

#email-capture .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#email-capture form {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#email-capture form div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
}

#email-capture h2 {
  color: white;
}

#email-capture p {
  color: white;
  font-size: 2rem;
}

#email-capture p span {
  color: #ec008c;
}

#email-capture .email-field div div {
  width: 100%;
}

#email-capture input {
  width: 100%;
  max-width: 400px;
  font-size: 2.5rem;
  padding: 0.5rem 1rem;
  text-align: center;
  border: none;
}

#email-capture input::-webkit-input-placeholder {
  font-weight: 400;
  color: #a6a6a6;
}

#email-capture input:-ms-input-placeholder {
  font-weight: 400;
  color: #a6a6a6;
}

#email-capture input::-ms-input-placeholder {
  font-weight: 400;
  color: #a6a6a6;
}

#email-capture input::placeholder {
  font-weight: 400;
  color: #a6a6a6;
}

#email-capture input[type="submit"] {
  width: 100%;
  max-width: 250px;
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #1a1a1a;
  color: white;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 1rem 2rem;
  cursor: pointer;
}

.modal-news {
  padding-right: 5%;
  background-color: white;
  color: black;
}

.modal-news h2::before {
  background-color: #00aeef;
}

.modal-announcements {
  padding-left: 5%;
  background-color: black;
  color: white;
}

.modal-announcements h2::before {
  background-color: white;
}

.modal-announcements h2 {
  color: white;
}

@media only screen and (max-width: 992px) {
  .modal-content .modal-news article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .modal-content .modal-announcements article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .modal-content picture {
    display: block;
    width: 100%;
    height: 175px;
    max-height: 175px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .modal-dialog {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .modal-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 25px 0;
  }
  .modal-news, .modal-announcements {
    padding-left: 0;
    padding-right: 0;
    padding: 25px;
  }
}

/* ---------------------------------------------- */
/* Resources Page                                 */
/* ---------------------------------------------- */
.resources {
  font-size: 16px;
}

.resources .title-wrapper {
  padding-top: 50px;
  padding-bottom: 10px;
}

.resources .menu {
  background-color: #e6e7e8;
  color: #939598;
  text-transform: uppercase;
  height: 50px;
  margin-bottom: 70px;
}

.resources li {
  cursor: pointer;
}

.resources #brand-logos-section {
  position: relative;
  bottom: 85px;
}

.resources #images-section {
  position: relative;
  bottom: 120px;
}

.resources #media-contact-section {
  position: relative;
  bottom: 120px;
}

.resources .title {
  font-size: 16px;
  font-weight: 900;
  color: #00aeef;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.resources .logos-container {
  background-color: #fff;
  padding: 40px 0;
  padding-top: 70px;
}

.resources .hoz-logo {
  width: 100%;
  /* padding: 0 50px; */
}

.resources .stacked-logo {
  /* width: 100%; */
  /* padding: 0 80px; */
}

.resources .bw-bug {
  width: 100%;
  /* padding: 0 130px; */
}

.resources .img-logo-bug {
  padding: 0 39%;
}

.resources .img-logo-stacked {
  padding: 0 30%;
}

.resources .img-logo-hoz {
  padding: 0 10%;
}

.resources .info {
  padding: 30px 0;
}

.resources .logo-title {
  font-weight: 500;
}

.resources .logo-title-white {
  color: #fff;
}

.resources .logo-format {
  padding-bottom: 15px;
}

.resources p {
  margin-bottom: 0;
}

.resources .dark {
  background-color: #000;
}

.resources .word-space {
  word-spacing: 4px;
}

.resources .space {
  padding-right: 12px;
}

.resources .list-padding {
  padding-top: 20px;
}

.resources .align-text {
  text-align: left;
}

.resources .list-wrapper {
  max-width: 676px;
}

.resources .list-spacer {
  padding-left: 0px;
}

.resources .title-margin {
  margin-bottom: 25px;
}

/* .resources .logo-col-wrapper {
  background-color: orange;
} */
.resources .image-section {
  background-color: #e6e7e8;
  padding-top: 25px;
}

.resources .logo-links-section {
  min-height: 300px;
  padding: 70px 0;
}

.resources .image-section {
  font-size: 6.5rem;
  color: #231f20;
  padding: 50px 0;
}

.resources .image-card {
  width: 50%;
  margin: 50px auto;
}

.resources .sub-title {
  font-size: 16px;
  font-weight: 700;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}

.resources .card {
  background-color: unset;
  border: unset;
}

.resources .card-wrapper {
  margin-top: 60px;
}

.resources .card-holder {
  margin-bottom: 30px;
}

.resources .card-img-top {
  width: 50%;
}

.resources .card-title {
  font-size: 16px;
  text-align: center;
  font-weight: 700;
}

.resources .card-text {
  font-size: 16px;
  font-weight: 500;
  color: #00aeef;
  text-align: center;
}

.resources .contact-section {
  color: #231f20;
  margin-top: 50px;
  margin: 60px 0;
}

.resources .contact-title {
  font-size: 60px;
  line-height: 53px;
  padding: 0 15px;
}

.resources .contact-copy {
  font-size: 16px;
  font-weight: 700;
  margin: 0 auto;
  text-align: center;
  margin-top: 40px;
  padding: 0 30px;
  line-height: 30px;
}

.resources .info-line {
  margin-top: 20px;
}

@media only screen and (min-width: 567px) {
  .resources .list-spacer {
    padding-left: 61px;
  }
  .resources .list-wrapper {
    max-width: 676px;
    margin: 0 auto;
    padding-right: 30px;
  }
  .resources .sub-title {
    max-width: unset;
  }
}

@media only screen and (min-width: 600px) {
  .resources .menu {
    padding: 0 10%;
  }
}

@media only screen and (min-width: 880px) {
  .resources .hoz-logo {
    max-width: 430px;
  }
  .resources .stacked-logo {
    max-width: 380px;
  }
  .resources .bw-bug {
    max-width: 432px;
  }
  .resources .logos-container {
    max-width: 440px;
    height: 100%;
  }
}

@media only screen and (min-width: 880px) and (min-width: 992px) {
  .resources .menu {
    padding: 0 25%;
  }
}

@media only screen and (min-width: 880px) and (min-width: 1200px) {
  .resources .menu {
    padding: 0 33%;
  }
  .resources .card-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
  }
}

/* ---------------------------------------------- */
/* PORTFOLIO COMPANIES PAGES                      */
/* ---------------------------------------------- */
.tenzin-title {
  text-transform: uppercase;
  color: #00aeef;
  font-weight: 900;
  font-size: 16px;
  text-align: center;
  position: relative;
  margin: 20px 0;
}

.grid-buffer {
  position: relative;
  bottom: 20px;
}

.tenzin-intro {
  font-size: 20px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.tenzin-hr {
  margin-top: 6rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #9c9a9b;
  /* margin: 6rem 10% 1rem; */
}

.bw-company-logo-tenzin {
  /* max-width: 100px; */
  max-height: 81px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media only screen and (max-width: 576px) {
  .bw-company-logo-tenzin {
    max-width: 140px;
    max-height: 81px;
    position: absolute;
    left: 0;
    right: 0;
    margin: -10px auto;
  }
}

@media only screen and (max-width: 991px) {
  .tenzin-hr {
    margin: 6rem 4% 1rem;
  }
}

@media only screen and (min-width: 992px) {
  .tenzin-hr {
    margin: 6rem 13% 1rem;
  }
}

@media only screen and (min-width: 1200px) {
  .tenzin-hr {
    margin: 6rem 16% 1rem;
  }
}

@media (min-width: 1350px) {
  .tenzin-hr {
    margin: 6rem 19% 1rem;
  }
}

/* ---------------------------------------------- */
/* New Styles for Bootstrap 4 5 Columns           */
/* ---------------------------------------------- */
.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-2dot4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

@media (min-width: 540px) {
  .col-sm-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 720px) {
  .col-md-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 960px) {
  .col-lg-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 1140px) {
  .col-xl-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

/* ---------------------------------------------- */
/* LEASING PAGE DROPDOWN                          */
/* ---------------------------------------------- */
.form-control-custom {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 20px;
  line-height: 1.5;
  color: #bababa;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px;
  border-bottom: 2px solid #eeeeee;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

select.form-control-custom:not([size]):not([multiple]) {
  height: calc(2.25rem + 10px);
}

select:focus-within {
  color: #231f20;
  background: #e7f0fe;
}

/* ---------------------------------------------- */
/* BLOG STYLE                                     */
/* ---------------------------------------------- */
.blog-spacing {
  padding: 0 20px;
  max-width: 630px;
  margin: 0 auto;
}

.unmasked-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.unmasked-left-col {
  width: 50%;
}

.unmasked-right-col {
  padding-left: 3%;
}

@media (max-width: 768px) {
  .unmasked-container {
    width: 100%;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .unmasked-left-col {
    width: 100%;
  }
  .unmasked-right-col {
    padding-left: 100%;
  }
}

/* ---------------------------------------------- */
/* Div hardcoded in wp to get "team page" scroll  */
/* ---------------------------------------------- */
#team-section {
  background-color: tomato;
  width: 100px;
  height: 100px;
  /* display: inline; */
}

/* ---------------------------------------------- */
/* MONDAY snippet on CAREERS PAGE                 */
/* ---------------------------------------------- */
.monday-form {
  margin: 0 auto;
  height: 100vh;
  width: calc(100vw - 10vw);
  background-color: white;
}

/* ---------------------------------------------- */
/* BITWISE STORIES NAV                            */
/* ---------------------------------------------- */
.bws-nav {
  background-color: #231f20;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 0 14%;
}

.bws-nav-logo {
  width: 200px;
  background-color: #00aeef;
  height: 70px;
  padding: 0 15px;
}

.zero-padding {
  padding: 0;
}

.bwi-logo-add-padding {
  padding-bottom: 4px;
}

.bws-nav-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 768px) {
  .bws-nav-logo {
    width: 150px;
  }
  .bw-logo {
    width: 175px;
    margin-right: 10px;
  }
  .bws-nav-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (max-width: 576px) {
  .bws-nav {
    padding: unset;
  }
  .bws-nav-logo {
    width: 130px;
  }
  .bw-logo {
    width: 160px;
    margin-right: 13px;
  }
  .bws-nav-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

/* ---------------------------------------------- */
/* HERO INTRO OVERLAY                             */
/* ---------------------------------------------- */
.overlay-header {
  font-size: 5.2em;
  font-family: "museo-sans", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  padding-bottom: 6px;
  text-align: center;
}

.overlay-paragraph {
  width: 425px;
  font-size: 1.6em;
  line-height: 1.3em;
  padding-top: 22px;
  text-align: center;
  margin: 0 auto;
}

.overlay-container {
  margin: 0 auto;
  color: #fffdf7;
  padding-bottom: 10%;
}

.overlay-accent {
  width: 100%;
  border-top: 1px solid #fffdf7;
}

@media (max-width: 576px) {
  .overlay-header {
    font-size: 3.8em;
  }
  .overlay-paragraph {
    width: 315px;
    font-size: 16px;
  }
}

@media (max-width: 340px) {
  .overlay-header {
    font-size: 3.3em;
  }
  .overlay-paragraph {
    width: 277px;
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .overlay-paragraph {
    width: 550px;
    font-size: 1.6em;
    line-height: 1.3em;
    text-align: left;
    padding-top: 22px;
    text-align: center;
  }
  .overlay-container {
    padding-bottom: 5%;
  }
}

/* ---------------------------------------------- */
/* TEAM HERO SECTION                              */
/* ---------------------------------------------- */
.team-block {
  width: 100%;
  height: 100px;
  background-color: #231f20;
  font-family: "museo-sans", "sans-serif";
  font-size: 50px;
  font-weight: 500;
  color: #00aeef;
  z-index: 10000;
  position: fixed;
}

.team-quote {
  font-size: 80px;
  color: #f5f4f0;
  width: 442px;
  font-weight: 500;
}

.quoted-container {
  position: relative;
  left: 280px;
}

.team-quoted {
  font-size: 23px;
  color: white;
  width: 228px;
  height: 100px;
  font-weight: 500;
}

.mobile-quote {
  display: none;
}

@media (max-width: 926px) {
  .mobile-quote {
    display: block;
    position: relative;
  }
  .team-block {
    width: 100%;
    height: 100px;
    background-color: #231f20;
    font-family: "museo-sans", "sans-serif";
    font-size: 50px;
    font-weight: 500;
    color: #00aeef;
    z-index: 10000;
    position: relative;
    bottom: 20px;
  }
  .team-quote {
    font-size: 68px;
    color: #f5f4f0;
    width: 632px;
    font-weight: 500;
    text-align: center;
  }
  .team-quoted {
    font-size: 19px;
    color: white;
    width: 228px;
    /* background-color: red; */
    height: 100px;
    font-weight: 500;
  }
  .quoted-container {
    position: relative;
    left: 280px;
  }
}

@media (max-width: 705px) {
  .mobile-quote {
    display: block;
    position: relative;
  }
  .team-quote {
    font-size: 47px;
    color: #f5f4f0;
    width: 424px;
    font-weight: 500;
    text-align: center;
  }
  .team-quoted {
    font-size: 19px;
    color: white;
    width: 228px;
    /* background-color: red; */
    height: 100px;
    font-weight: 500;
  }
  .quoted-container {
    position: relative;
    left: 185px;
  }
}

@media (max-width: 576px) {
  .team-block {
    width: 100%;
    height: 100px;
    background-color: #231f20;
    font-family: "museo-sans", "sans-serif";
    font-size: 30px;
    font-weight: 500;
    color: #00aeef;
    z-index: unset;
    position: relative;
    bottom: 20px;
  }
}

@media (max-width: 415px) {
  .mobile-quote {
    display: block;
    position: relative;
  }
  .team-quote {
    font-size: 34px;
    color: #f5f4f0;
    width: 284px;
    font-weight: 500;
  }
  .team-quoted {
    font-size: 16px;
    color: white;
    width: 211px;
    height: 75px;
    font-weight: 500;
    position: relative;
    right: 85px;
  }
  .quoted-container {
    position: relative;
    left: 185px;
  }
}

.none-selected {
  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;
  font-weight: 600;
  font-size: 2.5rem;
  position: relative;
  bottom: 180px;
}

/* ---------------------------------------------- */
/* OPEN LETTERS                                   */
/* ---------------------------------------------- */
.open-letters-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.open-letter-hero {
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.open-letter-hero-large {
  display: none;
}

.ol-title {
  z-index: 1;
  font-size: 2.8rem;
  font-family: "museo-sans", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
}

.recent-post {
  width: 100%;
  padding: 0 30px;
  /* font-size: 1.6rem; */
  font-size: 1.8rem;
  line-height: 3rem;
  margin: 0 25px 10px 0;
}

.recent-post p {
  margin-bottom: 1.7rem;
}

.ol-list-title {
  font-weight: 700;
  font-size: 1.8rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  /* margin: 40px 0 39px; */
  margin: 40px 0 7px;
  padding: 0 30px;
  text-transform: uppercase;
}

.spacing {
  margin-bottom: 10px;
}

.recent-post-date-title {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 4rem;
  text-align: center;
}

.post-year-title {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 39px;
  text-transform: uppercase;
  text-align: center;
}

.post-content {
  font-size: 1.8rem;
  line-height: 3rem;
}

.post-content p {
  margin-bottom: 1.7rem;
}

.post-container {
  margin: 30px;
  margin-bottom: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

/* .sigs {
  font-size: 1.6rem;
} */
.sigs-posts {
  font-size: 1.8rem;
}

.sig-name {
  font-weight: 700;
}

.sig-box {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}

.sig-box-jake {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 9px;
}

.sig-title {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sig-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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media screen and (min-width: 450px) {
  .post-container {
    margin: 30px 10%;
  }
}

@media screen and (min-width: 576px) {
  .ol-title {
    font-size: 3.8rem;
  }
  .recent-post {
    padding: 0 75px;
  }
  .recent-post-date-title {
    margin-bottom: 40px;
  }
  .sig-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}

@media screen and (min-width: 650px) {
  .post-container {
    width: 550px;
    margin: 0 auto;
  }
  .ol-list-title {
    font-weight: 700;
    font-size: 1.8rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    margin: 40px 0 39px;
    padding: 0 30px;
    text-transform: uppercase;
  }
}

@media screen and (min-width: 700px) {
  .open-letter-hero {
    display: none;
  }
  .open-letter-hero-large {
    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-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}

@media screen and (min-width: 768px) {
  .ol-title {
    font-size: 4.6rem;
  }
  .recent-post {
    width: 96%;
    margin: 0 auto 100px;
    padding: 0 75px;
  }
  .recent-post-date-title {
    margin-bottom: 40px;
  }
  .sig-wrapper {
    width: 500px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 800px) {
  /* .post-container {
    width: 650px;
    margin-bottom: 75px;
  } */
  /* For Posts */
  .post-container {
    width: 96%;
    padding: 0 75px;
    margin: 0 auto 100px;
  }
}

@media screen and (min-width: 992px) {
  .spacing {
    margin-bottom: 20px;
  }
  .ol-list-title {
    margin-top: 65px;
    text-align: left;
    padding-left: 75px;
  }
  .recent-post {
    margin: 61px auto;
  }
  .recent-post-date-title {
    font-size: 4.3rem;
    line-height: 5.2rem;
    margin-bottom: 20px;
    text-align: left;
  }
  /* For Posts */
  .post-year-title {
    font-size: 4.3rem;
    margin: 61px auto;
    line-height: 5.2rem;
    text-align: left;
    margin-bottom: 20px;
  }
  .open-letters-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .sigs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 1100px) {
  .ol-title {
    font-size: 6.6rem;
  }
}

@media screen and (min-width: 1200px) {
  .open-letters-wrapper {
    width: 88%;
    max-width: 1240px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1400px) {
  .ol-title {
    font-size: 7.6rem;
  }
}

/* ---------------------------------------------- */
/* Bakersfield Campus                             */
/* ---------------------------------------------- */
.campus-mobile {
  height: calc(100vh - 270px);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.campus-mid {
  display: none;
}

.campus-full {
  display: none;
}

.coming-soon-container {
  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;
  position: absolute;
  height: calc(100vh - 270px);
  width: 100%;
}

.coming-soon {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.87);
  font-size: 7.5rem;
  color: #c1e4f8;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  line-height: 7rem;
  padding-top: 3px;
  position: relative;
}

.campus-title-wrapper {
  max-width: 1280px;
  width: 95%;
  margin: 0 auto;
  position: relative;
  padding-top: 0px;
}

.campus-title {
  color: #00aeef;
  text-transform: uppercase;
  position: absolute;
  font-size: 4.5rem;
  text-align: left;
  line-height: 4rem;
  font-weight: 400;
}

@media screen and (min-width: 576px) {
  .campus-mobile {
    display: none;
  }
  .campus-mid {
    display: inherit;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .campus-full {
    display: none;
  }
  .coming-soon {
    font-size: 9rem;
    padding: 20px 0;
    line-height: 7.8rem;
  }
  .campus-title {
    padding-top: 15px;
  }
}

@media screen and (min-width: 768px) {
  .campus-mobile {
    display: none;
  }
  .campus-mid {
    display: none;
  }
  .campus-full {
    display: inherit;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* height: calc(100vh - 270px); */
  }
}

/* ---------------------------------------------- */
/* Leasing Page Links                             */
/* ---------------------------------------------- */
.leasing-header {
  font-size: 2.2rem !important;
  font-weight: 600;
  text-align: center;
}

.leasing-button-container {
  margin: 30px 50px 100px;
}

.leasing-button {
  background-color: #231f20;
  color: #fffdf7;
  text-transform: uppercase;
  font-weight: 500;
  height: 8rem;
  font-size: 1.3rem;
  border: 4px solid #fffdf7;
  max-width: 220px;
}

.loop-net-logo {
  margin-top: 25px;
  margin-bottom: 40px;
  width: 130px !important;
}

.group-buttons {
  max-width: 443px;
  margin: 0 auto;
}

.fake-margin {
  border-right: unset;
}

.fake-margin-last {
  border-right: unset;
}

.leasing-button-text {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .leasing-button {
    border: unset;
    height: 8rem;
  }
  .group-buttons {
    max-width: 1000px;
  }
  .fake-margin {
    border-right: 5px solid #fffdf7;
  }
  .leasing-button-container {
    margin: 30px 50px 200px;
  }
}

:root {
  --edge-pad: 15vw;
  --key: #fb3199;
}

.marquee {
  font-size: 1rem;
  font-weight: 400;
}

.marquee {
  overflow: hidden;
  white-space: nowrap;
  padding: 15px 0;
  background-color: #c80000;
  /* border-bottom: 1px solid #f6f6f6; */
}

.marquee ul {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.marquee li {
  margin: 0 5px;
}

.marquee a {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.marquee a svg {
  margin-left: 5px;
}

.dtp-header {
  background-position: center;
  background-size: cover;
  padding: calc(var(--edge-pad) / 1.5) calc(var(--edge-pad) * 1.5);
  color: white;
  text-align: center;
}

.dtp-header h1 {
  display: inline-block;
  font-family: "museo-sans", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 4.3rem;
  line-height: 5.2rem;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid white;
}

.dtp-header p {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 400;
}

.dtp-carousel {
  background-color: #231f20;
  font-size: 16px;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dtp-carousel .static-left p {
  color: #fffdf8;
  font-size: 1em;
  font-family: "museo-sans", sans-serif;
  font-weight: 700;
  line-height: 1.4em;
}

.dtp-carousel .stat-text p {
  color: #00aeef;
}

.dtp-carousel > div:first-child {
  padding: 50px 0 50px var(--edge-pad);
  text-align: right;
}

.dtp-carousel > div:last-child {
  padding: 50px calc(var(--edge-pad) / 2);
}

.dtp-how {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dtp-how > div:first-child {
  width: 50%;
}

.dtp-how > div:last-child {
  width: 50%;
}

.dtp-how > div:first-child {
  padding: 50px 0 50px var(--edge-pad);
  text-align: right;
  font-size: 1em;
  font-family: "museo-sans", sans-serif;
  font-weight: 700;
  line-height: 1.4em;
}

.dtp-how > div:last-child {
  padding: 50px var(--edge-pad) 50px 96px;
}

.dtp-how h2 {
  color: #00aeef;
  font-family: "museo-sans", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 4.3rem;
  line-height: 5.2rem;
  margin-bottom: 20px;
  border-bottom: 1px solid #00aeef;
}

.dtp-how > div:first-child li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

.dtp-how > div:first-child p {
  width: 100%;
}

.dtp-how > div:first-child div {
  margin-right: -96px;
  position: relative;
}

.dtp-how > div:first-child svg.svg-icon {
  width: 96px;
  height: 96px;
  stroke: #00AEEF;
  stroke-width: 5;
}

.dtp-how > div:first-child svg.svg-arrow {
  width: 48px;
  height: 48px;
  stroke: #C7C8CA;
  stroke-width: 5;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: rotate(90deg) translate3d(50px, 50%, 0);
          transform: rotate(90deg) translate3d(50px, 50%, 0);
}

.dtp-how > div:last-child li {
  text-align: center;
  width: 75%;
  margin: 0 auto 50px;
}

.dtp-how > div:last-child img {
  border-radius: 100%;
  width: 50%;
}

.dtp-how > div:last-child p {
  margin-top: 10px;
  font-size: .9em;
  line-height: 1.25;
  opacity: .6;
}

.dtp-partners > div:first-child {
  padding: 50px var(--edge-pad);
  text-align: center;
  background-color: #00aeef;
  color: white;
  font-size: 1em;
  font-family: "museo-sans", sans-serif;
  font-weight: 700;
  line-height: 1.4em;
}

.dtp-partners h2 {
  font-size: 2.5em;
  font-weight: 300;
  text-transform: uppercase;
}

.dtp-partners ul {
  padding: 0 var(--edge-pad);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dtp-partners img {
  width: 100%;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: .5;
}

.dtp-partners > div:last-child {
  color: #00aeef;
  background-color: black;
  text-transform: uppercase;
  text-align: center;
  padding: 25px var(--edge-pad);
}

@media screen and (max-width: 768px) {
  .dtp-carousel {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .dtp-carousel > div:first-child {
    padding: 50px var(--edge-pad) 25px;
    text-align: center;
  }
  .dtp-how > div:last-child {
    padding: 25px var(--edge-pad);
  }
  .dtp-carousel .static-left,
  .dtp-carousel .carousel-right {
    width: 100%;
  }
  .dtp-how {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .dtp-how > div:first-child, .dtp-how > div:last-child {
    width: 100%;
  }
  .dtp-how > div:first-child {
    text-align: center;
    padding: 50px var(--edge-pad);
  }
  .dtp-how > div:first-child div {
    margin-right: 0;
  }
  .dtp-how > div:first-child li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .dtp-partners ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .dtp-partners li {
    width: calc(100% / 4);
  }
}

/**
 *
 * Contact - I Want To Specific Styling
 *
*/
.iWantTo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 976px;
  margin: 50px auto 0;
}

.iWantTo li {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%;
  margin-bottom: 30px;
  padding-left: 10%;
}

.iWantTo li > p {
  font-size: 115%;
}

.iWantTo li div {
  border-left: 1px solid #00aeef;
  margin: 15px 0 15px 15px;
  padding-left: 15px;
}

@media screen and (max-width: 925px) {
  .iWantTo ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .iWantTo li {
    width: 60%;
    margin: 0 auto 30px auto;
  }
}

.blog-spacing img {
  width: 100%;
}

.blog-style img.size-full {
  height: auto;
}

.blog-style h2 {
  font-size: 2rem;
  margin-bottom: 2.5rem;
}

.blog-style p {
  margin-bottom: 1rem;
}

.blog-style a:hover {
  text-decoration: underline;
}

.blog-style ul, .blog-style ol {
  padding-left: 40px;
  margin-bottom: 2rem;
}

.blog-style ol {
  list-style-type: decimal;
}

.blog-style ul {
  list-style-type: disc;
}

@font-face {
  font-family: "MuseoSansRegular300";
  src: url("fonts/MuseoSansRegular.woff2") format("woff2"), url("fonts/MuseoSansRegular.woff") format("woff"), url("fonts/MuseoSansRegular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "MuseoSansBlack900";
  src: url("fonts/MuseoSansBlack.woff2") format("woff2"), url("fonts/MuseoSansBlack.woff") format("woff"), url("fonts/MuseoSansBlack.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "AleoLight300";
  src: url("fonts/Aleo-Light.woff2") format("woff2"), url("fonts/Aleo-Light.woff") format("woff"), url("fonts/Aleo-Light.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}

body.post-type-archive-bitwise-stories #body {
  padding: 0;
}

body.bitwise-stories-template-default #body {
  padding: 0;
}

header.header-wrapper h1 {
  font-size: 2.8rem;
  margin: 0;
  text-transform: uppercase;
}

header.header-wrapper h1 span:first-child {
  font-family: 'MuseoSansBlack900', 'Segoe UI', Roboto, Ubuntu, 'Open Sans', 'Helvetica Neue', sans-serif;
}

header.header-wrapper h1 span:last-child {
  font-family: 'AleoLight300', "Hoefler Text", Garamond, "Times New Roman", serif;
}

header.header-wrapper a {
  text-decoration: none;
  color: inherit;
}

header.header-wrapper li:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header.header-wrapper li:last-child svg {
  background: #ffffff;
  width: auto;
  height: 1.6rem;
}

header.header-wrapper li:last-child svg path {
  fill: #2a2a2a;
}

.main-menu {
  font-family: 'MuseoSansBlack900', 'Segoe UI', Roboto, Ubuntu, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 1.6rem;
  text-transform: uppercase;
}

.main-menu li a {
  display: block;
  padding: 25px 15px;
}

.main-menu li:first-child {
  background-color: #005b79;
}

.menu-desktop {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.menu-mobile {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.container {
  max-width: 168rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
}

@media (min-width: 1000px) {
  .container {
    width: calc(100% - 8rem);
  }
}

header.header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  color: white;
}

header.header-wrapper ul, header.header-wrapper ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

header.header-wrapper button {
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  color: inherit;
  text-transform: uppercase;
  font-family: 'MuseoSansRegular300', 'Segoe UI', Roboto, Ubuntu, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 1rem;
}

header.header-wrapper button {
  text-decoration: none;
}

header.header-wrapper .menu-toggle svg {
  width: 32px;
  height: 32px;
}

header.header-wrapper .menu-toggle svg path {
  fill: white;
}

header.header-wrapper .fixed-header {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
}

header.header-wrapper .fixed-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header.header-wrapper .mobile-menu {
  height: auto;
  overflow-y: scroll;
}

body:not(.menu-expanded) {
  overflow: visible;
}

body:not(.menu-expanded) header.header-wrapper {
  bottom: auto;
  background-color: rgba(255, 255, 255, 0);
}

body:not(.menu-expanded) button.menu-toggle *[class$="-open"] {
  display: block;
}

body:not(.menu-expanded) button.menu-toggle *[class$="-close"] {
  display: none;
}

body:not(.menu-expanded) .mobile-menu {
  display: none;
}

body.menu-expanded {
  overflow: hidden;
}

body.menu-expanded header.header-wrapper {
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.95);
}

body.menu-expanded button.menu-toggle *[class$="-open"] {
  display: none;
}

body.menu-expanded button.menu-toggle *[class$="-close"] {
  display: block;
}

body.menu-expanded .mobile-menu {
  display: block;
}

body.menu-expanded .menu-mobile li:not(:first-child):not(:last-child) {
  color: #2a2a2a;
}

body .menu-desktop {
  display: none;
}

body button.menu-toggle {
  display: block;
}

body header.header-wrapper .fixed-header .container {
  padding: 10px 0;
}

@media (min-width: 700px) {
  body .menu-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body button.menu-toggle {
    display: none;
  }
  body header.header-wrapper .fixed-header .container {
    padding: 0;
  }
}
/*# sourceMappingURL=new-styles.css.map */