@media screen and (min-width: 40em) {

	.latest-happenings {
		margin: 0 auto;
	}
}

#compass * {
  -webkit-border-box: border-box;
  -ms-border-box: border-box;
  -moz-border-box: border-box;
  box-sizing: border-box;
}

#compass {
  line-height: 1;
  margin: 0 0 20px;
}

.compass-card {
  width: 100%;
  text-align: center;
  color: #fff;
}

/** Get Involved **/
.compass-involved {
  background-color: #003798;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.compass-involved div p {
	height: 100%;
	padding-top: 16px;
}

.compass-involved-info {
  padding: 0 16px 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.compass-url {
  background-color: #c10435;
  border-top: 3px solid #efaa23;
  padding: 16px 6px;
}

.compass-url a {
  color: #fff;
  font-size: 24px;
  text-decoration: none;
}

/** Voting Days **/
.compass-voting {
  background-color: #efaa23;
  color: #00204e;
  padding: 10px;
  font-size: 21px;
  display: flex;
  justify-content: center;
}

.compass-voting p {
  align-self: center;
}

.voting-day {
  font-size: 72px;
  display: block;
  margin: 8px 0 0 0;
  font-weight: bold;
  line-height: 1;
}

/** Video **/
.compass-video {
  background-color: #00204e;
  height: 100%;
}

.compass-video p {
	background-color: #00204e;
}

@media screen and (min-width: 600px) {
  #compass {
    display: flex;
    flex-wrap: wrap;
  }

  .compass-card {
    width: 50%;
    float: left;
  }

  .compass-voting {
    font-size: 28px;
  }

  .compass-video {
    width: 100%;
    margin-top: 16px;
  }
}

@media screen and (min-width: 1090px) {
	#compass {
	  line-height: 1;
	  margin-top: -40px;
	}

  .compass-card {
    width: 33.333333333%;
  }

  .voting-day {
    font-size: 86px;
  }

  .compass-voting {
    font-size: 28px;
  }

  .compass-video {
	  margin-top: 0;
  }
}