@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,400,600,700");

:root {
  --us-midblue: rgb(110,197,202);
  --us-yellowgreen: rgb(219, 219, 0);
  --us-green: rgb(165,199,17);
  --us-darkgreen: rgb(67, 179, 122);

  --us-midgrey: rgb(181,181,182);
  --us-darkblue: rgb(47, 155, 174);
  --us-redorange: rgb(234,82,47);
  --us-brightpink: rgb(212, 9, 128);

  --us-yellow: rgb(246, 216, 20);
  --us-lightblue: rgb(143,208,218);
  --us-orange: rgb(243,146,0);
  --us-red: rgb(209,18,25);

  --us-pink: rgb(213,70,123);
  --us-lightpurple: rgb(109,90,163);
  --us-blue: rgb(33, 183, 227);
  --us-darkpurple: rgb(123,33,104);
}

.whyjoin {
  aspect-ratio: 16 / 9;
  max-height: 35em;
  border-radius: 5px;
  /* overflow: hidden; */
}

.whyjoin-titlebox {
  position: relative;
  background-color: var(--us-darkpurple);
  overflow: hidden;
  min-height: 20em;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

@media only screen and (min-width: 768px) {

  .whyjoin-titlebox:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: -1em;
    width: 300%;
    height: 6em;
    background-color: var(--us-yellow);
    transform-origin: 50% left;
    transform: rotate(-7deg);
  }

}

.whyjoinadvert .whyjoin-titlebox:after { display: none; }

.whyjoin-title {
  color: var(--us-yellow);
  font-weight: 700;
  font-size: 3em;
  padding: 30px 20px 0 20px;
}

.whyjoin-subtitle {
  color: white;
  font-weight: 600;
  font-size: 2em;
  padding: 5px 20px 15px 20px;
}

.whyjoin-infobox {
  position: relative;
  background-image: url(/images/psychology.jpg);
  background-size: cover;
  background-position: 50% 50%;
  height: 100%;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.whyjoin-infotext {
  background-color: rgb(0,0,0,);
  background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.6) 70%, rgba(0,0,0,0) 100%);
  color: white;
  position: absolute;
  bottom: -100%;
  left: 0;
  padding: 5em 3em 3em 3em;
  transition: bottom 0.8s ease-out;
}

.whyjoin:hover .whyjoin-infotext {
  bottom: 0;
}

@media(hover: none) {
  .whyjoin-infotext {
    bottom: 0;
  }
}

.whyjoin-whytitle {
  font-weight: 600;
  font-size: 2em;
}

.whyjoin-whytext p { margin: 0 0 0.6em 0 }
.whyjoin-whytext p:last-child { margin-bottom: 0; }



@media only screen and (max-width: 576px) {

  .whyjoin-titlebox {
    min-height: 14em;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .whyjoin-infobox {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 200%;
  }

  .whyjoin-title {
    font-size: 2em;
    padding: 25px 15px 0 15px;
  }

  .whyjoin-subtitle {
    font-size: 1.3em;
    padding: 0 15px 15px 15px;
  }

  .whyjoin-infotext {
    bottom: -100%;
    padding: 5em 2em 2em 2em;
  }

  .whyjoin-whytitle {
    font-size: 1.2em;
  }

  .whyjoin-whytext {
    font-size: 0.9em;
  }
}

.whyjoinadvert .whyjoin.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.whyjoinadvert .whyjoin-titlebox {
  min-height: 14em;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.whyjoinadvert .whyjoin-infobox {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 200%;
}

.whyjoinadvert .whyjoin-title {
  font-size: 2em;
  padding: 25px 15px 0 15px;
}

.whyjoinadvert .whyjoin-subtitle {
  font-size: 1.3em;
  padding: 0 15px 15px 15px;
}

.whyjoinadvert .whyjoin-infotext {
  bottom: -100%;
  padding: 5em 2em 2em 2em;
}

.whyjoinadvert .whyjoin-whytitle {
  font-size: 1.2em;
}

.whyjoinadvert .whyjoin-whytext {
  font-size: 0.9em;
}

.whyjoinadvert .whyjoin-titlebox { max-width: 100% !important; flex-basis: 100%; }
.whyjoinadvert .whyjoin-infobox { max-width: 100% !important; flex-basis: 100%; }