.posts-list {
  list-style: none;
  margin: 0;
  margin-top: 14px;
  margin-bottom: 0;
  margin-right: 26px;
  padding: 0;
}
@media (min-width:0px) and (max-width:640px) {
.posts-list {
    margin: 0 0 18px;
}
}
.posts-list li {
  background: #f5f5ef;
  border: 3px solid #000;
  box-shadow: 4px 4px 0 0 rgba(0,0,0,0.4);
  display: block;
  margin-bottom: 14px;
}
@media (min-width:0px) and (max-width:640px) {
.posts-list li {
    box-shadow: none;
}
}
.posts-list li .image {
  background-position: center;
  background-size: cover;
  display: inline-block;
  float: left;
  height: 95px;
  margin: 10px;
  width: 95px;
}
@media (min-width:0px) and (max-width:640px) {
.posts-list li .image {
    display: block;
    float: none;
    margin: 18px auto 0;
}
}
.posts-list li .details {
  padding: 10px 16px 4px;
}
@media (min-width:0px) and (max-width:640px) {
.posts-list li .details {
    padding-top: 0;
}
}
.posts-list li .details h4 {
  color: #000;
  font-family: "Montserrat SemiBold";
  font-size: 21px;
  line-height: 25px;
  padding: 14px 0;
}
.posts-list li .details p {
  color: #2f2f2f;
  font-family: Roboto, sans-serif;
  font-size: 14.4px;
  letter-spacing: 0;
  line-height: 20px;
}

.load-more-posts {
  border: 2px solid #4abfd9;
  background-color: #4899af;
  box-shadow: 4px 4px 0 0 rgba(0,0,0,0.4);
}

.intro {
  font-family: Montserrat Medium;
  font-size: 16px;
  line-height: 24px;
  margin-right: 26px;
}
@media (min-width:0px) and (max-width:640px) {
.intro {
    margin-right: 0;
}
}
.available-badges {
  list-style: none;
  margin-bottom: 18px;
  margin-left: 0;
  padding-left: 0;
}
.available-badges li {
  background: #4899af;
  border: 4px solid #bcd645;
  margin-top: 14px;
  margin-bottom: 0;
  margin-right: 26px;
  min-height: 115px;
}
.available-badges li.closed {
  background: #575e60;
  border: 4px solid #575e60;
}
.available-badges li.closed:hover * {
  color: #fff !important;
}
.available-badges li * {
  color: #fff;
}
@media (min-width:0px) and (max-width:640px) {
.available-badges li {
    display: block;
    height: auto;
    margin: 0 0 18px;
}
}
.available-badges li:hover * {
  color: #000;
}
.available-badges li .image {
  background-position: center;
  background-size: contain;
  display: inline-block;
  float: left;
  height: 94px;
  margin: 10px;
  width: 94px;
}
@media (min-width:0px) and (max-width:640px) {
.available-badges li .image {
    display: block;
    float: none;
    margin: 4px auto 8px;
}
}
.available-badges li .details {
  display: inline-block;
  float: right;
  padding: 16px 16px 10px 9px;
  width: calc(100% - 115px);
}
@media (min-width:0px) and (max-width:640px) {
.available-badges li .details {
    width: 100%;
}
}
.available-badges li .details .item-title {
  font-family: Montserrat Semibold;
  font-size: 21px;
  line-height: 25px;
  text-transform: uppercase;
}
.available-badges li .details .sub-details {
  display: flex;
  flex-flow: row wrap;
  margin-top: 10px;
}
.available-badges li .details .sub-details > span {
  align-self: center;
  display: flex;
  font-family: Montserrat Medium;
  font-size: 16px;
}
.available-badges li .details .sub-details .time {
  align-items: center;
  display: flex;
  flex: 1;
  font-family: Montserrat Semibold;
  font-size: 16px;
  justify-content: flex-end;
  line-height: 19px;
  text-align: left;
}
.available-badges li .details .sub-details .time .clock.icon {
  background-image: url("/images/clock.svg");
  height: 29px;
  margin-right: 8px;
  width: 29px;
}
.available-badges li .details .sub-details .time .clock.icon.notify {
  background-image: url("/images/clock-red.svg") !important;
}
.available-badges li:hover .details .sub-details .time .clock.icon {
  background-image: url("/images/clock-black.svg");
}
.newly-earned-badges {
  margin-right: 26px;
}
.newly-earned-badges .v-alert {
  margin-bottom: 16px;
  position: relative;
}
@media (min-width:0px) and (max-width:640px) {
.newly-earned-badges .v-alert {
    padding-top: 32px;
}
}
.newly-earned-badges .v-alert .v-alert__dismissible {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media (min-width:0px) and (max-width:640px) {
.newly-earned-badges {
    margin: 0 0 18px;
}
}
.badges-earned {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.badges-earned li img {
  float: left;
  margin: 0 8px 8px;
}
h3.with-banner {
  margin-bottom: 38px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
h3.with-banner:before {
  background-image: url("/images/banner.svg");
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  height: 64px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
h3.with-banner span {
  color: #fff;
  line-height: 42px;
  position: relative;
  z-index: 1;
}
.totals-header {
  font-family: "Montserrat Medium";
  font-size: 24px;
  line-height: 36px;
}
.totals-header span {
  color: #839d34;
}
.all-badges-link {
  clear: both;
  color: #000;
  display: block;
  font-family: "Montserrat Semibold";
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.all-badges-link .arrow.icon {
  background-image: url("/images/arrow-right-black.svg");
  background-position: center;
  background-size: contain;
  display: inline-block;
  height: 18px;
  transform: translateY(4px);
  width: 32px;
}
.all-badges-link:hover .arrow.icon {
  background-image: url("/images/arrow-right-green.svg");
}

