  input:checked + label {
  font-weight: 700;
  color: #002d72;
}

input[type="text"] {
  /*font-family: FontAwesome, sans-serif;*/
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  padding: 5px;
  font-size: 1em;
  line-hight: 1.25;
  border-radius: 3px;
  border: 1px solid #555;
}
input[type="checkbox"] {
  -webkit-appearance: none;
  width: 1.2em;
  height: 1.2em;
  line-height: 2em;
  background: white;
  border-radius: 3px;
  border: 2px solid #555;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
}
input[type="checkbox"]:checked {
  background: #abd;
}

h3 {
  margin-top: 1.5em;
}

#degreeoptions,
#quicksearch,
#filterRelated,
#filterCollege,
#filterCollegeMob {
  width: 100%;
  background-color: rgba(240, 240, 240, 1);
  border-radius: 0.25em;
  padding: 1em;
  margin-bottom: 1em;
}
#quicksearch {
  margin-top: 1em;
  width: 100%;
}
#filterCollege label {
  margin-left: 0.5em;
}
#filterCollegeMob {
 /* font-family: FontAwesome, sans-serif;*/
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  padding: 5px;
  font-size: 1em;
  line-hight: 1.5;
  border: 1px solid #333;
  border-radius: 4px;
  margin-top: 1em;
}

* {
  box-sizing: border-box;
}

.no-results,
.searchvar {
  padding: 0.25em;
  font-weight: 700;
  margin: 1em;
}

/* -----college search checkbox vs mobile dropdown ---*/

@media (min-width: 960px) {
  .optionsMobile {
    display: none;
  }
}

@media (min-width: 960px) and (max-width: 1200px) {
  .optionsMobile {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  .optionsMobile {
    display: none;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  .optionsMobile {
    display: none;
  }
}

@media (min-width: 480px) and (max-width: 599px) {
  .optionsMobile {
    display: none;
  }
  .mobileCollegeRemove, .removeMobile {
    display: none;
  }
   #filterRelated {
      display: none;
  }
}

@media (min-width: 320px) and (max-width: 479px) {
  .optionsMobile {
    display: none;
  }
  .mobileCollegeRemove, .removeMobile {
    display: none;
  }
   #filterRelated {
      display: none;
  }
}

@media (max-width: 319px) {
  .optionsMobile {
    display: none;
  }
  .mobileCollegeRemove, .removeMobile {
    display: none;
  }
   #filterRelated {
      display: none;
  }
}

/* ---- grid ---- */

.grid {
  background: #fff;
}

/* clear fix */
.grid:after {
  content: "";
  display: block;
  clear: both;
}

/* ---- .element-item ---- */

/* 5 columns, percentage width */
.grid-sizer {
  width: 50%;
  margin-top: 1em;
}
.gutter-sizer {
  width: 2%;
}

.element-item1 {
  float: left;
  margin: 3px;
  background-color: #FFFFFF;
}

.grid-item {
  width: 50%;
}
.grid-item--width2 {
  width: 50%;
}

btn-shutter-out-horizontal {
  padding: 0;
  margin: 0;
}

/*.btn1 {
  background: none;
  padding: 0;
  margin: 0;
}
.btn1 a,
.btn1 a:hover {
  display: inline;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  border: 0;
  background: none;
  color: #000;
  font-size: 1.1em;
  padding: 6px 8px;
  text-decoration: none;
}
*/
.academics-icon {
  margin-right: 0.3em;
  padding: 3px;
  border-radius: 0.5em;
  font: #fff;
 /* font-family: FontAwesome;*/
  font-weight: 900;
  font-size: 1em;
  min-width: 35px;
  display: none;
  text-align: center;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.cba-icon {
  background: #d53b20;
}

.eng-icon {
  background: #f1b434;
}

.chp-icon {
  background: #e56a54;
}
.clae-icon {
  background: #009cde;
}
.dental-icon {
  background: #425563;
}
.sacd-icon {
  background: #d57800;
}
.law-icon {
  background: #66435a;
}

.soo-icon {
  background: #7bb0e2;
}
