.event-box {
  min-height: 390px;
  position: relative;
  text-decoration: none;
}
.event-box .image {
  background-position: center top;
  background-size: cover;
  height: calc(100% - 80px);
  position: relative;
  width: 100%;
}
.event-box .date {
  box-shadow: 4px 4px 0 0 rgba(0,0,0,0.4);
  color: #fff;
  height: 100px;
  left: 0px;
  margin: 20px;
  position: absolute;
  text-align: center;
  top: 0px;
  width: 102px;
}
.event-box .date .month {
  display: block;
  font-family: Montserrat Semibold;
  font-size: 27px;
  line-height: 1;
  margin-top: 10px;
  text-transform: uppercase;
}
.event-box .date .day {
  font-family: Montserrat Semibold;
  font-size: 53px;
  line-height: 50px;
}
.event-box .event-details {
  bottom: 0;
  color: #fff;
  left: 0;
  font-family: Montserrat Semibold;
  padding: 8px 17px;
  position: absolute;
  right: 0;
  transition: all 200ms linear;
}
.event-box .event-details .event-title {
  display: block;
  font-size: 27px;
  line-height: 33px;
}
.event-box .event-details .location {
  font-size: 20px;
  line-height: 24px;
}
.event-box:hover {
  transition: all 200ms linear;
}
.event-box:hover .event-details,
.event-box:hover .date {
  color: #163e70;
}
.event-box:hover .event-details {
  padding-bottom: 30px;
}

.intro-text {
  color: #163e70;
  font-family: Zilla Slab SemiBold;
  font-size: 50px;
  line-height: 1;
  margin: 16px auto 0px;
  text-align: center;
}
.halftone-wrapper {
  background: #fff;
  border-bottom: 11px solid #4abfd9;
  margin: 0 auto;
  padding-bottom: 16px;
  padding-top: 10px;
  position: relative;
  overflow: hidden;
}
.halftone-wrapper:before {
  content: '';
  background: url("/images/gray-halftone.svg");
  background-repeat: repeat-x;
  background-position: center bottom;
  bottom: 0;
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  transform: rotate(-16deg) scale(1.85);
  width: 200%;
  z-index: 0;
}
.halftone-wrapper * {
  position: relative;
}
.feature-boxes {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 45px auto 20px;
}
@media screen and (max-width: 1305px) {
.feature-boxes {
    justify-content: space-evenly;
    margin: 0 auto 20px;
}
}
.feature-boxes .box {
  background-position: center;
  background-size: cover;
  border: 2px solid #4abfd9;
  min-height: 350px;
  position: relative;
  width: 30%;
}
.feature-boxes .box:after {
  content: '';
  height: 90px;
  position: absolute;
  width: 90px;
}
@media screen and (max-width: 1305px) {
.feature-boxes .box {
    margin: 23px 11px;
    max-width: 400px;
    width: 100%;
}
}
.feature-boxes .box:nth-of-type(1) {
  background-image: url("/images/boy-fishing-net.jpg");
}
.feature-boxes .box:nth-of-type(1):after {
  background-image: url("/images/see-it.svg");
  right: 22px;
  bottom: -46px;
}
.feature-boxes .box:nth-of-type(2) {
  background-image: url("/images/mushroom-observation.jpg");
}
.feature-boxes .box:nth-of-type(2):after {
  background-image: url("/images/snap-it.svg");
  left: 22px;
  top: -46px;
}
@media screen and (max-width: 1305px) {
.feature-boxes .box:nth-of-type(2):after {
    bottom: -46px;
    top: auto;
}
}
.feature-boxes .box:nth-of-type(3) {
  background-image: url("/images/girl-submitting-observation.jpg");
}
.feature-boxes .box:nth-of-type(3):after {
  background-image: url("/images/share-it.svg");
  left: 22px;
  bottom: -46px;
}
@media screen and (max-width: 1305px) {
.feature-boxes .box:nth-of-type(3):after {
    left: auto;
    right: 22px;
}
}
.field-season {
  background: #fff;
  border: 6px solid #b4effc;
  display: table;
  margin: 20px auto 36px;
  min-height: 460px;
  width: 100%;
}
@media screen and (min-width:960px) {
.field-season {
    height: 0;
}
}
@media (min-width:0px) and (max-width:640px) {
.field-season {
    display: block;
}
}
.field-season .details {
  border-right: 6px solid #b4effc;
  display: table-cell;
  overflow: hidden;
  padding: 20px;
  position: relative;
  width: 50%;
}
@media (min-width:0px) and (max-width:640px) {
.field-season .details {
    border-right: none;
    display: block;
    width: 100%;
}
}
.field-season .details:before {
  background: url("/images/gray-halftone.svg");
  background-position: center bottom;
  bottom: 0;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transform: rotate(-16deg) scale(1.4);
  z-index: 0;
}
.field-season .details * {
  position: relative;
}
.field-season .details .heading-area {
  margin: 0 70px;
}
@media screen and (max-width: 988px) {
.field-season .details .heading-area {
    margin: 0;
}
}
.field-season .details .date-range {
  font-family: Montserrat;
  font-size: 19px;
  line-height: 23px;
}
.field-season .details .badge {
  background-size: cover;
  display: inline-block;
  float: left;
  height: 0;
  margin-right: 4%;
  padding-bottom: 30%;
  width: 30%;
}
@media (min-width:0px) and (max-width:640px) {
.field-season .details .badge {
    background-position: center;
    background-size: contain;
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 280px;
    padding-bottom: 44vw;
    width: 100%;
}
}
.field-season .details p {
  display: inline-block;
  max-width: 66%;
}
@media (min-width:0px) and (max-width:640px) {
.field-season .details p {
    max-width: 100%;
}
}
.field-season .details .button-wrapper {
  display: inline-block;
  float: right;
  margin: 16px auto;
  text-align: center;
  width: 66%;
}
@media (min-width:0px) and (max-width:640px) {
.field-season .details .button-wrapper {
    width: 100%;
}
}
.field-season .event-box {
  display: table-cell;
}
.field-season .event-box .image {
  position: absolute;
  top: 0;
}
@media (min-width:0px) and (max-width:640px) {
.field-season .event-box {
    display: block;
    float: none;
    margin-bottom: 0;
    height: 80vw;
    min-height: 450px;
    width: 100%;
}
}
.field-season .event-box .date:after {
  content: '';
  height: 63px;
  left: calc(100% + 16px);
  position: absolute;
  width: 113px;
}
.botany .field-season .event-box .date:after {
  background-image: url("/images/save-the-date-botany.svg");
}
.entomology .field-season .event-box .date:after {
  background-image: url("/images/save-the-date-entomology.svg");
}
.herpetology .field-season .event-box .date:after {
  background-image: url("/images/save-the-date-herpetology.svg");
}
.ornithology .field-season .event-box .date:after {
  background-image: url("/images/save-the-date-ornithology.svg");
}
.botany .event-box .date,
.botany .event-details,
.botany .field-season .button {
  background-color: #839d34;
  border-color: #bcd645;
}
.botany .event-box:hover .date,
.botany .event-box:hover .event-details,
.botany .field-season .button:hover {
  background-color: #bcd645;
  border-color: #839d34;
}
.entomology .event-box .date,
.entomology .event-details,
.entomology .field-season .button {
  background-color: #4899af;
  border-color: #4abfd9;
}
.entomology .event-box:hover .date,
.entomology .event-box:hover .event-details,
.entomology .field-season .button:hover {
  background-color: #4abfd9;
  border-color: #4899af;
}
.herpetology .event-box .date,
.herpetology .event-details,
.herpetology .field-season .button {
  background-color: #d97708;
  border-color: #fdba4d;
}
.herpetology .event-box:hover .date,
.herpetology .event-box:hover .event-details,
.herpetology .field-season .button:hover {
  background: #fdba4d;
  border-color: #d97708;
}
.ornithology .event-box .date,
.ornithology .event-details,
.ornithology .field-season .button {
  background-color: #e34a37;
  border-color: #f37170;
}
.ornithology .event-box:hover .date,
.ornithology .event-box:hover .event-details,
.ornithology .field-season .button:hover {
  background-color: #f37170;
  border-color: #e34a37;
}
.events {
  align-items: center;
  clear: both;
  display: flex;
  flex-flow: row wrap;
}
@media (min-width:641px) and (max-width:959px) {
.events {
    justify-content: space-between;
}
}
.events .event-box {
  border: 6px solid #b4effc;
  height: 33vw;
  max-height: 390px;
  width: 33.33333%;
}
@media (min-width:641px) and (max-width:959px) {
.events .event-box {
    height: 48vw;
    margin-bottom: 2%;
    min-height: 365px;
    width: 49%;
}
}
@media (min-width:0px) and (max-width:640px) {
.events .event-box {
    height: 90vw;
    margin-bottom: 12px;
    width: 100%;
}
}
@media screen and (min-width:960px) {
.events .event-box:nth-of-type(1) {
    border-right: none;
}
}
@media screen and (min-width:960px) {
.events .event-box:nth-of-type(3) {
    border-left: none;
}
}
.latest-observations {
  padding-right: 16px;
}
@media screen and (max-width: 960px) {
.latest-observations {
    padding-right: 0;
}
}
.latest-observations h3 {
  margin-bottom: 16px;
  text-align: center;
}
.latest-observations a {
  text-decoration: none;
}
@media (min-width:641px) and (max-width:959px) {
.latest-observations a {
    display: inline-block;
    width: 49%;
}
.latest-observations a:nth-of-type(2n) {
    margin-left: 2%;
}
}
.latest-observations a .observation-card {
  transition: all 200ms linear;
}
.latest-observations a .observation-card:hover {
  transition: all 200ms linear;
}
.latest-observations a:nth-of-type(2) .observation-card {
  background: #839d34;
  border: 3px solid #bcd645;
}
.latest-observations a:nth-of-type(2) .observation-card:hover {
  background: #bcd645;
  border-color: #839d34;
  color: #163e70;
}
.latest-observations a:nth-of-type(3) .observation-card {
  background: #e34a37;
  border: 3px solid #f37170;
}
.latest-observations a:nth-of-type(3) .observation-card:hover {
  background: #f37170;
  border-color: #e34a37;
  color: #163e70;
}
.latest-observations a:nth-of-type(4) .observation-card {
  background: #4899af;
  border: 3px solid #4abfd9;
}
.latest-observations a:nth-of-type(4) .observation-card:hover {
  background: #4abfd9;
  border-color: #4899af;
  color: #163e70;
}
.latest-observations .observation-card {
  background: #d97708;
  border: 3px solid #fdba4d;
  box-shadow: 4px 4px 0 0 rgba(0,0,0,0.4);
  color: #fff;
  margin-bottom: 22px;
  padding: 12px;
}
.latest-observations .observation-card:hover {
  background: #fdba4d;
  border-color: #d97708;
  color: #163e70;
}
.latest-observations .observation-card .image {
  background-color: #fff;
  background-position: center;
  background-size: cover;
  display: inline-block;
  float: left;
  margin-right: 12px;
  height: 102px;
  width: 102px;
}
.latest-observations .observation-card .observation-title {
  font-family: Montserrat Bold;
  font-size: 22px;
  line-height: 27px;
}
.latest-observations .observation-card .attribution {
  font-family: Montserrat Semibold;
  font-size: 16px;
  line-height: 19px;
}
.latest-observations .observation-card .location,
.latest-observations .observation-card .date {
  display: inline-block;
  float: left;
  font-family: Montserrat Semibold;
  font-size: 14px;
  line-height: 18px;
  margin-top: 60px;
  margin-right: 10px;
}
@media (min-width: 651px) and (max-width: 1280px) {
.latest-observations .observation-card .location,
  .latest-observations .observation-card .date {
    margin-top: 5px;
    float: left;
}
}
@media screen and (max-width: 650px) {
.latest-observations .observation-card .location,
  .latest-observations .observation-card .date {
    margin-top: 10px;
    margin-right: 16px;
}
}
.latest-observations .observation-card .date {
  margin-right: 0;
}
@media screen and (min-width:1306px) {
.latest-observations .observation-card .date {
    float: right;
}
}
.leaderboard {
  background: #839d34;
  border: 3px solid #bcd645;
  box-shadow: 4px 4px 0 0 rgba(0,0,0,0.4);
  margin-bottom: 30px;
  margin-left: 16px;
  padding: 29px 31px;
}
@media screen and (max-width:959px) {
.leaderboard {
    margin: 32px 0;
}
}
.leaderboard .prize-ribbon {
  background: url("/images/prize-ribbon.svg");
  background-size: cover;
  display: inline-block;
  height: 59px;
  width: 54px;
}
@media screen and (max-width: 400px) {
.leaderboard .prize-ribbon {
    display: none;
}
}
.leaderboard h3 {
  color: #fff;
  display: inline-block;
  font-family: "Zilla Slab SemiBold";
  font-size: 36px;
  letter-spacing: 1.25px;
  line-height: 43px;
  vertical-align: top;
}
.leaderboard ul {
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 400px) {
.leaderboard ul {
    margin-top: 12px;
}
}
.leaderboard ul li {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  height: 56px;
  justify-content: space-around;
}
.leaderboard ul li:nth-child(even) {
  background: #d8d8d8;
}
.leaderboard ul li:nth-of-type(10) .rank {
  margin-right: 9px;
}
.leaderboard ul li .rank,
.leaderboard ul li .name,
.leaderboard ul li .points {
  display: inline-block;
}
.leaderboard ul li .rank {
  color: #4a4a4a;
  font-family: Montserrat Medium;
  font-size: 20px;
  letter-spacing: 0.69px;
  line-height: 24px;
  margin-left: 14px;
  margin-right: 20px;
  max-width: 32px;
}
.leaderboard ul li .name,
.leaderboard ul li .points {
  color: #163e70;
  font-family: Montserrat Medium;
  font-size: 20px;
  line-height: 24px;
}
@media (min-width:0px) and (max-width:640px) {
.leaderboard ul li .name,
  .leaderboard ul li .points {
    font-size: 16px;
    line-height: 16px;
}
}
.leaderboard ul li .name {
  flex: 1;
}
@media (min-width:0px) and (max-width:640px) {
.leaderboard ul li .name {
    margin-right: 8px;
    overflow: hidden;
}
}
.leaderboard ul li .points {
  font-size: 30px;
  line-height: 37px;
  margin-right: 10px;
  text-align: right;
}
@media (min-width:0px) and (max-width:640px) {
.leaderboard ul li .points {
    font-size: 20px;
    line-height: 25px;
}
}

