.university {
  color: #444; }
  .university p {
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: .8rem; }
  .university .wp-post-image {
    width: 100%;
    max-width: 400px; }
    @media (max-width: 900px) {
      .university .wp-post-image {
        float: none;
        margin: 1rem 0; } }

.class-title {
  font-variant: small-caps;
  font-size: 1.8rem;
  margin: 0 0 1rem 0; }

.class-list {
  min-height: 220px;
  position: relative;
  background: url(../images/graphics/magic-u-bunnyhat.png) no-repeat bottom right, url(../images/graphics/gp_now-showing-h2-after.png) 0% 97% no-repeat;
  font-size: 1.2rem;
  columns: 3;
  padding: 70px 200px 70px 0;
  background-size: auto 220px, 85% auto; }
  .class-list:after {
    content: '...oh the things you will learn!';
    font-style: italic;
    position: absolute;
    bottom: 1.5rem;
    left: 0; }
  .class-list li {
    margin: 0 0 .5rem 0; }
  @media (max-width: 900px) {
    .class-list {
      columns: 2;
      padding: 70px 220px 70px 0; } }
  @media (max-width: 680px) {
    .class-list {
      padding: 70px 0px 70px 0;
      background: url(../images/graphics/gp_now-showing-h2-after.png) 0% 97% no-repeat;
      background-size: auto; } }

.class-table {
  width: 100%; }
  .class-table th {
    font-size: .9rem;
    font-style: italic;
    padding: 6px 10px;
    text-align: left; }
  .class-table tbody tr:nth-child(odd) {
    background: #E2C38D; }
  .class-table tbody td {
    padding: 10px 12px;
    font-size: 1rem;
    vertical-align: middle;
    color: #444; }
    .class-table tbody td:first-child {
      font-family: "bernier_distressedregular", "sans-serif";
      color: #AD383B;
      font-size: 1.5rem;
      text-transform: uppercase; }
    .class-table tbody td:last-child {
      text-align: right; }
    .class-table tbody td a {
      background: #0dac8e;
      color: #fff;
      font-size: 1rem;
      padding: 5px 8px 3px;
      border-radius: 3px;
      font-variant: small-caps; }

.class-excerpt {
  font-size: 1.1rem;
  line-height: 1.4;
  margin: 1rem 0; }
  .class-excerpt p {
    line-height: 1.4; }
