form.views-exposed-form {
  margin: 2rem 0.5rem 0.5rem; }
  form.views-exposed-form .form-row {
    justify-content: center;
    font-size: 1.4rem; }
    form.views-exposed-form .form-row fieldset {
      padding: 0 1rem; }
      form.views-exposed-form .form-row fieldset label {
        float: left;
        padding: 0 5px;
        height: 40px;
        line-height: 40px;
        color: #555;
        font-size: 1.2rem; }
      form.views-exposed-form .form-row fieldset select.form-control {
        border-color: #ef445d;
        color: #ef445d;
        float: right;
        box-shadow: none;
        width: auto; }

.view-empty {
  margin: 2rem;
  text-align: center;
  font-family: "Future PT ExtraBold";
  font-weight: bold;
  font-size: 2rem;
  color: #ef445d; }
  .view-empty a {
    color: #ef445d; }

.content-library-intro {
  max-width: 1400px;
  margin: 1rem auto; }
  .content-library-intro .content-library-banner img {
    width: 100%;
    height: auto; }
  .content-library-intro .content-library-blurb {
    width: auto;
    margin: 1rem;
    text-align: center;
    font-family: Arial;
    font-size: 1.1rem; }

.content-items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 1400px;
  margin: 0 auto; }
  .content-items .content-type-title, .content-items .see-all {
    display: block;
    width: 100%;
    flex: 0 0 100%;
    margin: 1rem;
    font-family: "Future PT ExtraBold";
    font-weight: bold;
    font-size: 2rem;
    color: #ef445d; }
  .content-items .see-all {
    margin: 1rem;
    padding-right: 2rem;
    text-align: right; }
    .content-items .see-all a {
      font-size: 1.8rem; }
  .content-items .views-row {
    max-width: 479px;
    max-height: 490px;
    margin: 1rem;
    flex: 1; }
    .content-items .views-row .content-item {
      font-family: "Arial Narrow";
      max-width: 447px;
      min-width: 300px;
      width: 100%;
      border: 1px solid #ef445d; }
      .content-items .views-row .content-item .thumbnail img {
        width: 100%;
        height: auto; }
      .content-items .views-row .content-item .category {
        padding: 5px 10px;
        font-size: 1.3rem;
        height: 46px;
        color: #555; }
      .content-items .views-row .content-item .title {
        padding: 5px 10px;
        font-size: 1.6rem;
        font-weight: bold;
        height: 114px; }
        .content-items .views-row .content-item .title a {
          color: #ef445d; }
      .content-items .views-row .content-item .created-by {
        padding: 5px 10px;
        font-size: 1.3rem;
        height: 46px;
        color: #555;
        overflow: hidden; }
        .content-items .views-row .content-item .created-by a {
          text-decoration: none;
          color: #555; }

@media (max-width: 768px) {
  .content-items .content-type-title {
    margin: 0.5rem;
    width: 100%;
    flex-basis: auto;
    font-size: 1.4rem; }
  .content-items .see-all {
    width: 100%;
    flex-basis: auto;
    margin: 0.5rem 0;
    padding-right: 0.5rem; }
    .content-items .see-all a {
      font-size: 1.4rem; }
  .content-items .views-row {
    max-height: auto;
    margin: 0.5rem; }
    .content-items .views-row .content-item {
      min-width: 250px; }
      .content-items .views-row .content-item .category, .content-items .views-row .content-item .title, .content-items .views-row .content-item .created-by {
        height: auto; }
  form.views-exposed-form .form-row fieldset {
    width: 100%; }
    form.views-exposed-form .form-row fieldset label {
      display: block; }
    form.views-exposed-form .form-row fieldset select.form-control {
      width: 100%; } }
