/*
 Theme Name:   MSU 2018 Graduate School Child Theme
 Theme URI:    http://www.montclair.edu
 Description:  Child theme for The Graduate School
 Version:      0.1
 Author:       Montclair State University
 Author URI:   http://www.montclair.edu
 Template:     msu-prpl
*/

.grad-programs-filter br {
  display: none;
}

.grad-filter-input,
.grad-filter-select {
  font-size: inherit;
  box-sizing: border-box;
  width: 100%;
  color: inherit;
  padding: .25em .5em;
  border: 1px solid #BBB;
  font-family: inherit;
  box-shadow: inset 0em 0.3em 0.6em 0em rgba(0, 0, 0, .1);
  line-height: 2em;
  height: 2em;
}

.grad-filter-form fieldset,
.form-group {
  margin-bottom: 1.25em;
}

.grad-filter-form legend,
.input-label {
  display: block;
  margin-bottom: 0.5em;
  font-weight: bold;
  color: #333;
}

.grad-filter-form fieldset {
  border: none;
  padding: 0;
}

.grad-filter-form legend {
  padding: 0;
}

.grad-filter-form input[type="checkbox"] {
  vertical-align: middle;
}

.checkbox-item:not(:last-child) {
  margin-bottom: .4em;
}

.prpl-button.grad-filter-selection > a {
  position: relative;
  padding: .7em 2em .7em 1em !important;
}

.prpl-button.grad-filter-selection>a:after {
  content: "\00d7";
  position: absolute;
  top: 50%;
  right: .75em;
  font-size: 1.15em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

p.grad-loading-indicator {
  margin-top: 0;
}

@media (min-width: 720px) {
  .grad-finder-result .inset,
  .grad-finder-result__header,
  .grad-finder-result__attrs,
  .attrs__item {
    display: flex;
  }

  .page-middle .prpl-band dl {
    margin: 0;
  }

  .grad-finder-result .inset {
    flex-direction: row;
    padding: 2em 1.5em;
  }

  .grad-finder-result__header,
  .grad-finder-result__attrs {
    padding: 0 .5em;
  }

  .grad-finder-result__header {
    align-items: flex-start;
    flex: 1 1 25%;
  }

  .grad-finder-result__attrs {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    flex: 1 1 75%;
  }

  .attrs__item {
    flex-direction: column;
    text-align: center;
    flex: 1 1 auto;
  }

  .grad-finder-result__header,
  .page-middle .grad-finder-result__attrs,
  .page-middle .attrs__item dd {
    margin: 0;
  }

  .page-middle .attrs__item dt {
    margin-top: 0;
    margin-bottom: .8em;
  }

  .page-middle .attrs__item dd {
    padding: 0;
  }
}

.attrs__item abbr {
  font-variant: none;
  text-decoration-skip-ink: none;
}

.attrs__item abbr:hover {
  cursor: help;
}

[v-cloak] {
  display: none;
}