/*
Theme Name: Enrollment Resources Client
Theme URI: http://enrollmentresources.com
Author: Enrollment Resources
Author URI: http://enrollmentresources.com
Description: Description
Version: 1.0
Template: er-2015
Tags:
*/

/*
Place custom styles here
*/

footer .campus-title {
    display: none;
}

footer .campus-list {
    margin-top: 1em;
}

.h-white-text a, .h-white-text a:hover, .h-white-text a:active {
    color: #ffbc14;
}

.h-white-text a.button, .h-white-text a.button:hover, .h-white-text a.button:active {
    color: #ffffff;
}

.star-dates-grid-container {
    display: flex;
    flex-wrap: wrap;
  }

  .start-dates-grid-item {
    width: calc(33.33% - 20px);
    margin: 10px;
    background-color: #f2f2f2;
    padding: 20px;
    box-sizing: border-box;
  }

  @media (max-width: 768px) {
    .start-dates-grid-item {
      width: calc(50% - 20px);
    }
  }

  @media (max-width: 480px) {
    .start-dates-grid-item {
      width: calc(100% - 20px);
    }
  }
