/* Break points
576px
700px
979px
*/

/* Global */

:root {
  /* ====== FONTS ====== */
  --menu-font: 'Open Sans Condensed', sans-serif;
  --btn-font: 'Open Sans Condensed', sans-serif;
  --home-subtitle-font: 'Oswald', serif;
  --home-stats-font: 'Open Sans Condensed', sans-serif;
  --body-font: 'Montserrat', sans-serif;
  --header-font: 'Alegreya', serif;
  --home-carousel-font: 'Alegreya-bold', sans serif;
  /* ====== COLORS ====== */
  --color1: rgba(166, 208, 158, 1);
  /* Green #b4d7ad*/
  --color2: rgba(255, 203, 23, 1);
  /* Yellow-Orange #ffcb17*/
  --color3: #fff4c5;
  /* Tan */
  --body-color: #716b66;
  --link-color: rgba(180, 215, 173, 1);
  --section-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.28);
  /* Green */
}

p {
  font-family: var(--body-font), sans-serif;
  font-size: 11.5pt;
}

h1 {
  font-family: var(--header-font);
  font-size: 28pt;
}

h2 {
  font-family: var(--header-font);
  font-size: 22pt;
  color: var(--color1);
  padding-bottom: 15px;
  font-weight: bold;
}

h3 {}

.home-content {
  display: block;
  margin-top: 500px;
  background: white;
  padding-top: 50px;
}


.sidebar {
  margin-right: 5px;
}

.home-stat-container {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  width: 100px;
  margin-right: 15px;
  margin-left: 15px;
}

.home-bg-img2 {
  background-image: url(https://s3.us-east-2.amazonaws.com/sunflower-coop-images/jumbotron_home.jpg);
  background-size: cover;
  position: fixed;
  top: 800px;
  width: 100%;
  height: 400px;
}

.spacer {
  display: block;
  width: 100%;
  height: 400px;
  background-image: url(https://s3.us-east-2.amazonaws.com/sunflower-coop-images/spacer.gif);
  background-color: transparent !important;
}

.green-bar {
  /* height: 20px;
  background-color: var(--color1);
  width: 100%; */
  /* -webkit-box-shadow: 0px -6px 16px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px -6px 16px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px -6px 16px 3px rgba(0, 0, 0, 0.1); */
}

a {
  color: var(--color1);
}

a:hover {
  color: rgba(140, 175, 132, 1);
}

p, ul, li {
  color: var(--body-color);
  font-family: var(--body-font), sans-serif;
}

.page-body {
  background-color: white;
  padding-top: 50px;
  display: flex;
  flex-direction: row;
  -webkit-box-shadow: 0px -5px 16px -3px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 0px -5px 16px -3px rgba(0, 0, 0, 0.37);
  box-shadow: 0px -5px 16px -3px rgba(0, 0, 0, 0.37);
  z-index: 100;
}

.page-body-no-sidebar {
  background-color: white;
  padding-top: 100px;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 200px;
  -webkit-box-shadow: 0px -5px 16px -3px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 0px -5px 16px -3px rgba(0, 0, 0, 0.37);
  box-shadow: 0px -5px 16px -3px rgba(0, 0, 0, 0.37);
  z-index: 100;
}

.archives-nav-title {
  padding: 0px;
  margin-bottom: 15px;
}

.caption {
  font-size: 10pt;
  padding: 10px;
  text-align: center;
  font-style: italic;
  color: var(--body-color);
}

@media (max-width: 576px) {
  .page-body {
    display: block !important;
    padding-top: 20px;
  }
}

.jumbotron-page {
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  top: 0;
  right: 0;
  border: 0;
  color: white;
  min-height: 320px;
}

.page-header {
  align-self: center;
  text-align: center;
}

@media (max-width: 915px) {
  .jumbotron-page {
    background-position: center top;
    background-size: auto 380px;
  }
}

/* .jumbotron-page-image {
  min-height: 155px;
  width: 100%
  position: fixed;
  top: 0;
  right: 0;
  border: 0;
  padding: 0px;
} */



.jumbotron {
  z-index: -100;
  margin-bottom: 0px;
  display: flex;
  flex-direction: row;
  align-content: center;
  text-align: center;
  align-items: center;
  align-self: center;
  justify-content: center;
}

/* Navigation */

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-toggle::after {
  display: none;
}

.nav-item {
  padding: 10px 10px 10px 10px;
}

.nav-pills:hover>.nav-item:hover {
  background-color: transparent;
}

.nav-pills>.nav-item, .nav-pills>h2 {
  align-self: flex-start;
}

.nav-pills:hover .nav-link.active:hover {
  background-color: #c1e1bb;
  color: white;
}

.nav-item:hover>.nav-link:hover {
  color: #c1e1bb;
}

.navbar-nav>.nav-item>.nav-link:hover {
  color: #706252;
}

.nav-item:hover {
  background-color: var(--color2);
}

.navbar-nav>li>a {
  color: #706252;
  font-family: var(--menu-font);
  text-transform: uppercase;
  font-size: 12pt;
  margin-top: 0px;
  margin-bottom: 0px;
  letter-spacing: .5px;
  z-index: 100;
}

.navbar {
  padding: 0px;
  margin-top: 0px;
  z-index: 5000;
  /* background-color: var(--color1); */
}

.navbar-color {
  background-color: var(--color1);
}

.dropdown-menu {
  /* background-color: var(--color1); */
  color: white;
  background-color: rgba(180, 215, 173, .9);
  font-family: var(--menu-font);
  border: none;
  border: collapse;
  margin-top: 0px;
  border-radius: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  -webkit-box-shadow: 0px 10px 34px -6px rgba(0, 0, 0, 0.68);
  -moz-box-shadow: 0px 10px 34px -6px rgba(0, 0, 0, 0.68);
  box-shadow: 0px 10px 34px -6px rgba(0, 0, 0, 0.68);
  position: relative;
  z-index: 5000;
}

.dropdown-menu>a:hover {
  /* background-color: var(--color1); */
  background-color: #c1e1bb;
  color: white;
}

.dropdown-item-special {
  background-color: #8eb589 !important;
}

.dropdown-item-special:hover {
  background-color: #aad6a4 !important;
}

@media (min-width: 979px) {
  .dropdown-menu li:hover .sub-menu {
    visibility: visible;
  }
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

@media (max-width: 576px) {
  .navbar-nav {
    padding: 15px;
    background-color: var(--color1);
    /*#F9DA93  rgba(249, 218, 147, 0.9)*/
    color: white;
  }
}

.dropdown-item {
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: 30%;
}

.dropdown-item-first {
  padding-top: 20px;
}

.dropdown-item-last {
  padding-bottom: 15px;
}

.flex-end {
  justify-content: flex-end !important;
}

.navbar-toggler {
  color: var(--color1);
}

.page-navbar-toggler {
  color: var(--color1);
  background: none;
  border: none;
  margin-bottom: 0px;
}


@media (max-width: 576px) {
  .navbar-collapse>.nav>.nav-item {
    padding: 0px;
    margin: 0px;
  }
  .nav {
    padding-top: 0px;
    margin-top: 0px;
    text-align: right;
  }
  .dropdown-item, .dropdown-menu {
    background-color: transparent;
    color: var(--color1);
    text-align: right;
  }
  .dropdown-item:hover {
    background-color: transparent;
  }
  .dropdown-menu>a:hover {
    background-color: transparent;
    color: #c1e1bb;
  }
  .dropdown-menu {
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 10px 34px -6px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 10px 34px -6px rgba(0, 0, 0, 0);
    box-shadow: 0px 10px 34px -6px rgba(0, 0, 0, 0);
  }
  .dropdown-menu>.dropdown-item {
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
  }
  .navbar-collapse>.nav>.nav-item, .navbar-collapse, .navbar-collapse>.nav {
    background-color: transparent;
  }
  .navbar-header {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .dropdown-item-special{
    background-color: white !important;
  }
  .dropdown-item-special:hover{
    background-color: white !important;
  }
}

.page-sidebar {
  display: flex;
  padding-left: 40px;
  padding-right: 30px;
  padding-bottom: 10px;
  width: 190px;
}

@media (min-width: 576px) {
  .page-navbar-toggler {
    display: none;
    padding-left: 15px;
  }
}

@media (max-width: 576px) {
  .page-sidebar {
    padding-left: 15px;
  }
}

.spaced-list>li {
  margin-bottom: 15px;
}

.box-vacancy {
  border: 2px dotted var(--color1);
  border-radius: 40px;
  padding: 20px 40px 12px 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 430px;
}

.home-tagline {
  margin-bottom: 20px;
  font-size: 32px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.flex-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.home-section2 {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: var(--color1);
  box-shadow: var(--section-shadow);
  z-index: 100;
  -webkit-box-shadow: 0px 5px 16px -3px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 5px 16px -3px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 5px 16px -3px rgba(0, 0, 0, 0.7);
  position: relative;
  display: flex;
  flex-direction: row;
}

@media (max-width: 700px) {
  .home-section2 {
    flex-direction: column;
  }
  .home-section2 > .home-section2-col1 {
    border: 0px;
  }
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
}

/* Header */

.padding-home {
  padding-right: 10%;
  padding-left: 10%;
}

.jumbotron-home {
  background-size: cover;
  width: 100%;
  height: 80vh;
  background-repeat: no-repeat;
  position: fixed;
  background-attachment: fixed;
  background-image: url(https://s3.us-east-2.amazonaws.com/sunflower-coop-images/jumbotron_home.jpg);
  top: 0;
  right: 0;
  border: 0;
  padding-bottom: 50px;
  color: white;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.jumbotron-home-title-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-self: center;
  margin-top: auto;
  margin-bottom: auto;
}

.jumbotron-title {
  font-family: 'Oswald', serif;
  font-size: 15vw;
  /* margin-top: 70px; */

  text-shadow: 0 0 20px #6e695a;
}

.jumbotron-subtitle {
  font-family: var(--header-font);
  font-size: 16pt;
  letter-spacing: 4px;
  text-transform: uppercase;
}

@media (min-width: 576px) {
  .jumbotron-title {
    font-size: 85pt;
    padding-top: 5px;
    margin-top: 0px;
  }
  .jumbotron-subtitle {
    font-size: 20pt;
    letter-spacing: 7px;
    text-shadow: 0 0 20px #6e695a;
  }
}

.jumbotron-home-title {
  font-family: var(--header-font);
  text-transform: uppercase;
  font-size: 24pt;
  /* padding-top: 20px;
  padding-bottom: 5px; */
  text-shadow: 0 0 20px #6e695a;
  align-items: center;
}

.jumbotron-home-subtitle {
  font-family: var(--home-subtitle-font);
  font-size: 14pt;
  letter-spacing: 6px;
  text-transform: uppercase;
  text-shadow: 0 0 20px #6e695a;
  color: white;
  align-items: center;
}

@media (min-width: 544px) {
  .jumbotron-home-title {
    font-size: 50pt;
    /* padding-top: 40px; */
  }
  .jumbotron-home-subtitle {
    font-size: 12pt;
  }
}

@media (min-width: 1000px) {
  .jumbotron-home-title {
    font-size: 85pt;
    /* padding-top: 10px; */
  }
  .jumbotron-home-subtitle {
    font-size: 16pt;
    letter-spacing: 9px;
  }
}

/* Footer */

.footer {
  /*  position: absolute; */
  width: 100%;
  Height: 90px;
  left: 0;
  bottom: 0;
  background-color: var(--color1);
  overflow: hidden;
  padding-top: 30px;
  color: white;
  position: relative;
  -webkit-box-shadow: 0px -5px 16px -3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px -5px 16px -3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px -5px 16px -3px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.footer-dark-shadow {
  -webkit-box-shadow: 0px -5px 16px -3px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px -5px 16px -3px rgba(0, 0, 0, 0.8);
  box-shadow: 0px -5px 16px -3px rgba(0, 0, 0, 0.8);
}

/* Facebook Icon for Footer */

.a>.footer {
  padding-left: 20px;
  padding-right: 20px;
}

.fa-footer {
  padding-top: 10px;
  font-size: 16px !important;
  width: 30px;
  height: 30px;
  text-align: center;
  text-decoration: none;
  border-radius: 30px;
  margin-left: 5px;
  margin-right: 5px;
}

.fa-facebook-f, .fa-envelope, .fa-instagram {
  padding-top: 7px;
  background: white;
  color: var(--color1);
}

.fa:hover, .fab:hover {
  opacity: 0.7;
  color: var(--color1);
  text-decoration: none;
}

/* SHIFT */

/*
nav.shift ul li a {
  position: relative;
  z-index: 1;
}

nav.shift ul li a:hover {
  color: white;
}

nav.shift ul li a:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  content: '.';
  color: transparent;
  background: var(--color1);
  visibility: none;
  opacity: 0;
  z-index: -1;
}

nav.shift ul li a:hover:after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

nav ul li a, nav ul li a:after, nav ul li a:before {
  transition: all .5s;
}

nav ul li a:hover {
  color: white;
} */

/* Home body */

/* .parallax-founders-fg{
  background-image: url(https://s3.us-east-2.amazonaws.com/sunflower-coop-images/founders_fg.png);
  background-color: red !important;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 1000px;
}

.parallax-founders-bg{
  background-image: url(https://s3.us-east-2.amazonaws.com/sunflower-coop-images/founders_bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  height: 800px;
} */

.home-stats-subtitle {
  text-transform: uppercase;
  font-family: var(--home-stats-font);
  color: #706252;
  font-size: 11pt;
  letter-spacing: 1.5px;
  text-align: center;
}
/*
.home-icon:hover {
    max-height: 100px;
  border: 2.5px solid var(--color2);
} */

.home-icon {
  height: 100%;
  max-height: 100px;
  /* background-color: #fff4c5; */
  border: .5px solid var(--color1);
  border-radius: 50%;
  padding: 15px;
  margin-bottom: 15px;
  background-color: rgb(255, 255, 255, .7);
}

@media (max-width: 576px) {
  .home-icon {}
}

}

.home-panel {
  height: 300px;
  background-color: var(--color3);
  margin-top: 50px;
}

.home-stats {
  padding-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}

.nav-link {
  color: var(--color1);
}

.nav-pills .nav-link.active {
  background-color: var(--color1);
}

.nav-pills .nav-item {
  padding-bottom: 5px;
  padding-top: 5px;
}

#navigation {
  -webkit-box-shadow: 0px 5px 16px -3px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 0px 5px 16px -3px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 5px 16px -3px rgba(0, 0, 0, 0.37);
  z-index: 5000;
}

/* @media (max-width: 576px) {
  #navigation {
    position: absolute;
    background: white;
    justify-content: flex-end;
  }
} */

@media (max-width: 576px) {
  .jumbotron-home {
  background-attachment: inherit;
  }
  .jumbotron-page {
      background-attachment: inherit;
  }
}

.jumbotron-gallery {
  background-image: url(https://s3.us-east-2.amazonaws.com/sunflower-coop-images/jumbotron_gallery.jpg);
}

.jumbotron-timeline {
  background-image: url(https://s3.us-east-2.amazonaws.com/sunflower-coop-images/jumbotron_timeline.jpg);
}

.jumbotron-history {
  background-image: url(https://s3.us-east-2.amazonaws.com/sunflower-coop-images/jumbotron_history.jpg);
}

.jumbotron-membership {
  background-image: url(https://s3.us-east-2.amazonaws.com/sunflower-coop-images/jumbotron_membership.jpg);
}

.jumbotron-members {
  background-image: url(https://s3.us-east-2.amazonaws.com/sunflower-coop-images/jumbotron_members.jpg);
}

.jumbotron-members-list {
  background-image: url(https://s3.us-east-2.amazonaws.com/sunflower-coop-images/jumbotron_members-list.jpg);
}

.jumbotron-contribute {
  background-image: url(https://s3.us-east-2.amazonaws.com/sunflower-coop-images/jumbotron_contribute.jpg);
}

.jumbotron-stories {
  background-image: url(https://s3.us-east-2.amazonaws.com/sunflower-coop-images/jumbotron_stories.jpg);
}

.jumbotron-resources {
  background-image: url(https://s3.us-east-2.amazonaws.com/sunflower-coop-images/jumbotron_resources.jpg);
}

.jumbotron-about {
  background-image: url(https://s3.us-east-2.amazonaws.com/sunflower-coop-images/jumbotron_about.jpg);
}

.jumbotron-faq {
  background-image: url(https://s3.us-east-2.amazonaws.com/sunflower-coop-images/jumbotron_faq.jpg);
}

.body-members {
  padding-bottom: 400px;
}

/* Rent */

.jumbotron-rent {
  background-image: url(https://s3.us-east-2.amazonaws.com/sunflower-coop-images/jumbotron_rent.jpg);
}

.jumbotron-archives {
  background-image: url(https://s3.us-east-2.amazonaws.com/sunflower-coop-images/jumbotron_archives.jpg);
}

.body-rent {
  padding-bottom: 400px;
}

.parallax-home {
  height: 700px;
  overflow-y: hidden;
}

.about-image {
  width: 33%;
  display: flex;
  flex-direction: column;
}

.about-image-header {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14pt;
  padding-bottom: 10px;
}

.about-image-1 {
  width: 100%;
  padding-right: 20px;
  padding-bottom: 10px;
}

.about-image-2 {
  width: 100%;
  padding-right: 10px;
  padding-bottom: 10px;
}

.about-image-3 {
  width: 100%;
  padding-left: 10px;
  padding-bottom: 10px;
}

.parallax-home-group {
  background: rgba(0, 0, 0, 0) !important;
  position: relative;
  height: 700px;
  transform-style: preserve-3d;
  padding-bottom: 200px;
  perspective: 1px;
  overflow-x: hidden;
  overflow-y: auto;
}

.parallax-founders-fg {
  background-image: url(https://s3.us-east-2.amazonaws.com/sunflower-coop-images/founders_fg.png);
  width: 100%;
  background-size: cover;
  position: relative;
  transform: translateZ(0);
  top: 20px;
  /* top: -100px; */
}

.parallax-founders-bg {
  background-image: url(https://s3.us-east-2.amazonaws.com/sunflower-coop-images/founders_bg.png);
  background-repeat: no-repeat;
  position: absolute;
  background-size: 100%;
  height: 100%;
  width: 100%;
  transform: translateZ(-.9px) scale(1.9);
  /* top: 100px; */
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */

.carousel {
  margin-bottom: 4rem;
  width: 50%;
  height: 300px;
}

/* Since positioning the image, we need to help out the caption */

.carousel-caption {
  bottom: 3rem;
  z-index: 10;
  width: 36% !important;
}

/* Declare heights because of positioning of img element */

.carousel-item {
  height: 32rem;
  background-color: #777;
}

.carousel-item>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

/* Hover Image Effects */

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translatey(-100px);
  -ms-transform: translatey(-100px);
  transform: translatey(-100px);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 10px;
}

.hovereffect a.info {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin: 50px 0 0;
  padding: 7px 14px;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect:hover img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}

.hovereffect:hover h2, .hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-transform: translatey(0);
  -webkit-transform: translatey(0);
  transform: translatey(0);
}

.hovereffect:hover a.info {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

/* Accordion */

.faq-card-header {
  background-color: white;
  border: none;
  padding: .75rem;
}

.faq-card {
  background-color: white;
  border-top: 1px solid rgba(0, 0, 0, .125);
  border-bottom: border-top: 1px solid rgba(0, 0, 0, .125);
  border-right: none;
  border-left: none;
}

.first-faq-card-header {
  border-top: none;
}

.card-body {
  font-family: var(--body-font), sans-serif;
  margin-bottom: 15px;
}

.faq-card-header .btn {
  padding-left: 5px;
  font-size: 16pt;
  color: var(--color1);
  font-weight: bold;
  font-family: var(--header-font);
}

.faq-card-header .btn:hover, .faq-card-header .btn:active, .faq-card-header .btn:link, .faq-card-header .btn:visited, .faq-card-header .btn:focus {
  text-decoration: inherit !important;
}

@media screen and (max-width: 500px) {
  .faq-card-header .btn {
    font-size: 12pt;
    padding-left: 0px;
  }
  .faq-container{

  }
}

.table-vacancies-row1 {
  background-color: var(--color1);
  border-collapse: collapse;
}

.table-vacancies {
  width: 100%;
}

.table-vacancies tr, td {
    padding: 20px 15px 0px 40px;
  border: 1px solid var(--color1);
}

.table-vacancies-row2 {
  padding-top: 40px;
  padding-bottom: 40px;
  /* Remove height: 100% to allow natural content flow */
}

.vacancy-signup-form {
  padding-top: 20px;
}

.vacancy-signup-form {
  /* color: var(--color1); */
  font-size: 10pt;
  font-family: var(--body-font);
}

.sign-up-field {
  padding-right: 8px;
  padding-bottom: 5px;
}

.sign-up-button {
  background-color: none;
  border-radius: 40px;
  padding: 10px 20px 10px 20px;
  margin-top: 20px;
  color: var(--color2);
  border: 1px solid var(--color2);
  font-family: var(--btn-font);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12pt;
}

.vacancy-sign-up-input1 {
  width: 300px;
  padding-left: 5px;
  font-family: var(--body-font), sans-serif;
}

.vacancy-sign-up-input2 {
  margin-left: 2px;
  width: 300px;
  padding-left: 5px;
  font-family: var(--body-font), sans-serif;
}

.vacancy-sign-up-input3 {
  margin-left: 2px;
  width: 279px;
  padding-left: 5px;
  font-family: var(--body-font), sans-serif;
}

.responsiveCal {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

.responsiveCal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.resource-title {
  font-family: var(--header-font);
  color: var(--color1);
  font-size: 17pt;
}

.resource-description {
  padding-top: 10px;
  padding-bottom: 15px;
}

.resource-external-link-icon {
  font-size: 13pt !important;
  position: relative;
  left: -3px;
  margin-left: 11px;
}

.faq-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: inherit;
  align-items: stretch;
  align-content: stretch;
}

.faq [aria-expanded=true] .fa-angle-right {
  transform: rotate(90deg);
  transition: all linear 0.25s;
}

.faq [aria-expanded=false] .fa-angle-right {
  transform: rotate(0deg);
  transition: all linear 0.25s;
}

.faq-btn {
  width: 100%;
}

/* .faq [data-toggle="collapse"]:after {
display: inline-block;
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  transform: rotate(90deg) ;
  transition: all linear 0.25s;
  float: right;
  }
.faq [data-toggle="collapse"].collapsed:after {
  transform: rotate(0deg) ;
} */

/* Home Carousel */

/* Carousel base class */

.carousel {
  margin-bottom: 4rem;
  width: 100%;
  height: 500px;
}

/* Since positioning the image, we need to help out the caption */

.carousel-caption {
  bottom: 3rem;
  z-index: 10;
  width: 35%;
  min-width: 315px;
}

/* Declare heights because of positioning of img element */

.carousel-item {
  height: 500px;
  background-color: #777;
}

.carousel-item>img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

.carousel-container {
  height: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-caption>h1 {
  font-family: var(--home-carousel-font);
  font-weight: bold;
  font-size: 38pt;
  margin-bottom: 30px;
}

a.btn-orange-empty {
  background-color: none;
  border-radius: 40px;
  padding: 10px 20px 10px 20px;
  color: var(--color2);
  border: 1px solid var(--color2);
  font-family: var(--btn-font);
  text-transform: uppercase;
  letter-spacing: 1px;
}

a.btn-white-empty {
  background-color: none;
  border-radius: 40px;
  padding: 10px 20px 10px 20px;
  color: white;
  border: 1px solid white;
  font-family: var(--btn-font);
  text-transform: uppercase;
  letter-spacing: 1px;
}

a.hover-white:hover {
  background-color: rgb(255, 255, 255, .1);
  text-decoration: none;
}

a.hover-orange:hover {
  background-color: rgb(250, 250, 250, .8);
  text-decoration: none;
}

.carousel-indicators {
  margin-right: 0px;
  margin-left: 0px;
  background-color: var(--color1);
  padding-top: 15px;
  padding-bottom: 15px;
  bottom: -54px;
  -webkit-box-shadow: 0px 5px 16px -3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 16px -3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 16px -3px rgba(0, 0, 0, 0.15);
}

.carousel-indicators li {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  margin-right: 5px;
  margin-left: 5px;
}

.display-block {
  display: block;
}
.home-section1 {
  background-color: white;
  z-index: 1000;
  position: relative;
}

.home-section1-row1 {
  margin-bottom: 40px;
  margin-top: 40px;
}

@media (max-width: 830px) {
  .home-section1-row1 {
    max-width: 500px;
  }
}

@media (max-width: 500px) {
  .home-section1-row1 {
    max-width: 300px;
  }
}

.home-section1-row2 {
  margin-bottom: 50px;
}

.home-section2-col1 {
  width: 30%;
  display: flex;
  flex-direction: row;
  min-width: 400px;
}

.home-section2-col1 .fas {
  color: white;
  font-size: 40pt;
  margin-right: 20px;
  top: 20px;
}

.home-section2-col1>h2, .home-section2-col2>p {
  color: white;
}

.home-section2-col1>h2 {
  font-size: 30pt;
  font-weight: bold;
  letter-spacing: .5px;
}

.home-section2-col1 {
  border-right: .5px solid rgb(255, 255, 255, .9);
  padding-right: 40px;
}

.home-section2-col2 {
  padding-left: 40px;
}

.home-section2-col2 p {
  margin-bottom: 30px;
}

.home-section2-col2 a {
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 15px;
}

.home-section3-row2>img {
  width: 100%;
}

.home-section3-row1 {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 500;
}

.home-section3-row1 .fas {
  padding-right: 5px;
  transform: rotate(-15deg);
  color: var(--body-color);
}

.home-section2-col1 img {
  align-self: flex-start;
  width: 100px;
  margin-right: 20px;
  position: relative;
  top: 10px;
  transform: rotate(-15deg);
}

.home-section4 {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: var(--color2);
}

.home-section4-col1 img {
  align-self: flex-start;
  width: 60px;
  margin-right: 20px;
}

.home-section4-col1 {
  width: 30%;
  display: flex;
  flex-direction: row;
  min-width: 350px;
  border-right: .5px solid rgb(255, 255, 255, .9);
  padding-right: 40px;
}

.home-section4-col1 .fas {
  color: white;
  background-color: transparent;
  font-size: 34pt;
  position: relative;
  top: -5px;
  margin-right: 20px;
}

.home-section4-col1>h2, .home-section4-col1>p {
  color: white;
}

.home-section4-col1>h2 {
  font-size: 30pt;
  font-weight: bold;
  letter-spacing: .5px;
}

.home-section4-col2 {
  padding-left: 40px;
}

.home-section4-col2 p {
  margin-bottom: 30px;
}

.home-section4-col2 a {
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 15px;
}

.home-section3 {
  background-color: white;
  overflow: hidden;
  margin-top: -20vw;
}

.home-section3-row1 h2 {
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 14pt;
  letter-spacing: 1.5px;
  color: var(--body-color);


}

.home-section3 .mc_embed_signup {
  background-color: transparent;
}

#mc-embedded-subscribe-home {
  background-color: transparent;
  border-radius: 40px;
  padding: 10px 20px 10px 20px;
  color: white;
  border: 1px solid white;
  font-family: var(--btn-font);
  text-transform: uppercase;
  letter-spacing: 1px;
}

#mc-embedded-subscribe-home:hover {
  background-color: rgb(255, 255, 255, .1);
  text-decoration: none;
}

#mce-EMAIL-home {
  display: inline;
  position: relative;
  font-family: var(--body-font), sans-serif;
  padding-left: 10px;
}

.home-section5 {
  background-image: url(https://s3.us-east-2.amazonaws.com/sunflower-coop-images/chris_workday.jpg);
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 50px;
}

.home-section5-col2 {
  margin-right: 7%;
  padding-top: 50px;
}

.home-collage {
  /* position: relative;
  z-index: -100;
  overflow: hidden;
  background-color: white;
  max-height: 715px; */
  width: 100%;
  height: 30vw;
}

.home-collage-container{
  width: 100%;
}

.home-collage1 {
  width: 100%;
  position: absolute;
  z-index: 1;
}

.home-collage2 {
  width: 100%;
  position: absolute;
  z-index: 1;
}
.home-collage3 {
  width: 100%;
  position: absolute;
  z-index: 2;
}
.home-collage4 {
  width: 100%;
  position: absolute;
  z-index: 1;
}
.home-collage5 {
  width: 100%;
  position: absolute;
  z-index: 2;
}
.home-collage6 {
  width: 100%;
  position: absolute;
  z-index: 1;
}


/*
.home-collage1 {
  transform: translate(-50px, -140px) rotate(0deg);
  position: relative;
  width: auto;
  display: inline-block;
}

.home-collage2 {
  transform: translate(-230px, -140px);
  position: relative;
  width: auto;
  display: inline-block;
}

.home-collage3 {
  transform: translate(-490px, -230px);
  position: relative;
  z-index: 2;
  width: auto;
  display: inline-block;
}

.home-collage4 {
  transform: translate(570px, -695px);
  position: relative;
  width: auto;
  display: inline-block;
}

.home-collage5 {
  transform: translate(140px, -1000px);
  position: relative;
  width: auto;
  display: inline-block;
}

.home-collage6 {
  position: relative;
  z-index: -99;
  transform: translate(1400px, -1450px);
  width: auto;
  display: inline-block;
} */

/* .home-background {
  background-image: url(https://s3.us-east-2.amazonaws.com/sunflower-coop-images/petals.jpg);
  /* background-repeat: repeat; */
  background-size: contain;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  right: 0;
  height: 1080px;
  width: 100%;
  z-index: -3000;
  margin-top: 0px; */

}



#header {
  background-color: white;
}

.home-collage-fg {
  width: 100%;
  position: absolute;
  z-index: 1002;
}

.home-collage-bg {
  width: 100%;
  z-index: 1001;
  position: relative;
}



.home-foreground {
  position: relative;
  z-index: 1000;
}

.founders-fg {
  position: absolute;
  z-index: 100;
  bottom: -50px;
  width: 100%;

}

.founders-bg {
  z-index: -2;
}


@media (min-width: 800px) {
  .founders-bg {
    padding-bottom: 0px;
    transition: padding-bottom 1s;
  }
  .home-section3-row1 {
    padding-top: 50px;
    transition: padding-top 1s;
  }
}

@media (max-width: 800px) {
  .founders-bg {
    padding-bottom: 75px;
    transition: padding-bottom 1s;
  }
    .home-section3 {
      margin-top: -150px;
      transition: 1s;
    }
}

@media (max-width: 700px) and (min-width: 400px){
  .founders-bg {
    padding-bottom: 250px;
    transition: padding-bottom 1s;
  }
  .home-section3 {
    margin-top: -300px;
    transition: 1s;
  }
}

@media (max-height: 700px) and (max-width: 400px) {
  .founders-bg {
    padding-bottom: 200px;
    transition: padding-bottom 1s;
  }
  .home-section3 {
    margin-top: -250px;
    transition: 1s;
  }
}



.home {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.above-footer-flexbox {
  flex: 1;
}

.footer-flexbox {
  margin-top: auto;

}

.clear {
    clear:both;
}

.flex-body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.flex-top {
  flex: 1;

}

.flex-bottom: {
  margin-top: auto;
  align-self: flex-end;
}

.membership-section1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between; /* Ensures the columns are spaced correctly */
  align-items: flex-start; /* Ensures content in both columns aligns at the top */
  flex-wrap: wrap; /* Allows the columns to stack on smaller screens */
}

.membership-section1-col1 {
  width: 50%;
  margin-right: 100px;
}

.membership-section1-col2 {
  width: 40%;
}

@media (max-width: 800px) {
  .membership-section1 {
    flex-direction: column;
  }
  .membership-section1-col1 {
    width: 100%;
    margin-right: 0px;
  }
  .membership-section1-col2 {
    width: 100%;
    margin-top: 50px;
  }
  }

.about-section1 {
  display: flex;
  flex-direction: row;
  padding-bottom: 50px;
}

.about-section1-col1{
  width: 70%;
}

.about-section1-col2{
  width: 60%;
  padding-left: 50px;
}

.about-section2 {
  display: flex;
  flex-direction: row;
  padding-top: 40px;
}

.about-section2-col1 {
  width: 30%;
  min-width: 175px;
  display: flex;
  flex-direction: column;
  padding-right: 50px;
  align-items: center;
}

.about-section2-col2 {
  width: 70%;
}

@media screen and (max-width: 800px) {
.about-section1 {
  flex-direction: column;
}
.about-section1-col1{
  width: 100%;
}
.about-section1-col2{
  width: 100%;
  padding-top: 50px;
  padding-left: 0px;
}
.about-section2 {
  flex-direction: column;
}
.about-section2-col1 {
  padding-top: 30px;
  width: 60%;
  padding-right: 0px;
  order: 2;
}
.about-section2-col2 {
  width: 100%;
  order: 1;
}
}

.history-section1 {
  display: flex;
  flex-direction: row;
}

.history-section1-col1 {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  align-items: center;
  align-content: center;
  text-align: center;
  padding-right: 60px;
  min-width: 400px;
}



@media screen and (max-width: 950px) {
  .history-section1 {
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .history-section1-col1{
    padding-bottom: 40px;
    padding-right: 0px;
  }
}

.contribute-section1 {
  display: flex;
  flex-direction: row;
}

.contribute-section1-col1 {
  padding-right: 50px;
}



@media (max-width: 900px) {
  .contribute-section1 {
    flex-direction: column;
  }
  .contribute-section1-col1 {
    padding-right: 0px;
    padding-top: 50px;
    width: 100%;
    align-self: center;
    order: 2;
  }
}
