  /*for SG quote*/
blockquote {
  border-right: 0px;
  background-image: url(/ar/spotlight-initiative/assets/img/qtmrk.png);
  background-repeat: no-repeat;
  background-position: right top;
}
cite {
  padding-right: 50%;
}
.event-date {
  color: gray;
  font-size: 95%;
  font-weight: 200;
  line-height: 2em;
}
.unorg-heading {
  display: block;
  margin-right: 1px;
  margin-top: 1.75rem;
  margin-bottom: 20px;
  border-bottom: #009edb solid 3px;
  width: 50%;
}
.bigfont {
	font-size: 18px;
}
/* STYLES FOR MEDIA QUIERY*/
@media (max-width: 1130px) {
  .event-date {
    color: gray;
    font-size: 95%;
    font-weight: 200;
    line-height: 2em;
  }
  cite {
    padding-right: 10%;
  }
  .unorg-heading {
    display: block;
    margin-right: 1px;
    margin-top: 1.75rem;
    margin-bottom: 20px;
    border-bottom: #009edb solid 3px;
    width: 50%;
  }
	.bigfont {
	font-size: 18px;
}
}
@media (max-width: 992px) {
  .event-date {
    color: gray;
    font-size: 95%;
    font-weight: 200;
    line-height: 2em;
  }
  cite {
    padding-right: 10%;
  }
  .unorg-heading {
    display: block;
    margin-right: 1px;
    margin-top: 1.75rem;
    margin-bottom: 20px;
    border-bottom: #009edb solid 3px;
    width: 50%;
  }
	.bigfont {
	font-size: 18px;
}
}
@media (max-width: 660px) {
  .event-date {
    color: gray;
    font-size: 95%;
    font-weight: 200;
    line-height: 2em;
  }
  cite {
    padding-right: 10%;
  }
  .unorg-heading {
    display: block;
    margin-right: 1px;
    margin-top: 1.75rem;
    margin-bottom: 20px;
    border-bottom: #009edb solid 3px;
    width: 50%;
  }
	.bigfont {
	font-size: 18px;
}
}