.bigger-text {
  font-size: 2rem;
}

/* COMMITMENT */
.commitment .col-sm-6 {
    padding-top: 2rem;
}
@media (max-width: 767px) {
    .commitment .col-sm-6:nth-of-type(4) {
    padding-top: 0;
}
}


/* QUOTE */
#community-quote {
  background-color: #fff9d9;
  color: #54585a;
  font-size: 1.75rem;
  text-align: center;
}
#community-quote .source {
	 font-size: 1.25rem;
	 font-style: italic;
}
#community-quote #quote {
    padding: 30px 0;
}
#community-quote #open-quote p {
    font-size: 14rem;
    font-family: 'League Gothic';
    position: absolute;
    right: 0;
    top: 30px;
    color: #f6be00;
    opacity: 25%;
}
#community-quote #close-quote p {
    font-size: 14rem;
    font-family: 'League Gothic';
    position: absolute;
    left: 0;
    top: 130px;
    color: #f6be00;
    opacity: 25%;
}
@media only screen and (min-width: 730px) and (max-width: 991px) {
  #community-quote #open-quote p {
    font-size: 10rem;
    right: -15px;
    top: 25px;
  }
  #community-quote #close-quote p {
    font-size: 10rem;
    left: -15px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 729px) {
  #community-quote #open-quote p {
    font-size: 7rem;
  }
  #community-quote #close-quote p {
    font-size: 7rem;
    left: -10px;
    top: 165px;
  }
}
@media only screen and (max-width: 599px) {
  #community-quote #open-quote p {
    font-size: 7rem;
    right: -15px;
    top: 15px;
  }
  #community-quote #close-quote p {
    display: none;
  }
}

/* MICROSOFT EDGE FIX */
@supports (-ms-ime-align:auto) {
  #community-quote #open-quote p {
      font-size: 14rem;
      font-family: 'League Gothic';
      position: absolute;
      right: 0;
      top: -110px;
  }
  #community-quote #close-quote p {
      font-size: 14rem;
      font-family: 'League Gothic';
      position: absolute;
      left: 0;
      top: 0px;
  }
  @media only screen and (min-width: 730px) and (max-width: 991px) {
    #community-quote #open-quote p {
      font-size: 10rem;
      right: 0px;
      top: -70px;
    }
    #community-quote #close-quote p {
      font-size: 10rem;
      left: 0px;
      top: 75px;
    }
  }
  @media only screen and (min-width: 600px) and (max-width: 729px) {
    #community-quote #open-quote p {
      font-size: 7rem;
      left: 0px;
      top: -45px;
    }
    #community-quote #close-quote p {
      font-size: 7rem;
      left: -10px;
      top: 100px;
    }
  }
  @media only screen and (max-width: 599px) {
    #community-quote #open-quote p {
      font-size: 7rem;
      right: -15px;
      top: -45px;
    }
    #community-quote #close-quote p {
      display: none;
    }
  }
}

/* COMMUNITY PARTNERS */
@media only screen and (max-width: 991px) {
  #community-partners img {
        padding-top: 10px;
  }
}