/*
 Theme Name:   Student Life - Portland Community College
 Theme URI:    https://www.pcc.edu/student-life/
 Description:  A custom theme for the the Student Life site. Child of pcc.
 Author:       Portland Community College
 Author URI:   https://www.pcc.edu/
 Version:      1.0
 Template:     pcc
*/
/* ----------------------------------------------------------------
    hero image and page title
---------------------------------------------------------------- */
#hero-header {
  align-items: center;
  background: url(/student-life/wp-content/themes/pcc-student-life/_source/images/sketches.jpg) repeat-x right 0 #263c53;
  display: flex;
  flex-direction: column;
  height: 21.25rem;
  width: 100%;
}
#hero-header h2 {
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  font-style: normal !important;
  font-weight: normal !important;
  color: #ffffff;
  font-size: 2.375em;
  height: 0;
  margin: 0;
  padding: 4.375rem 0 0;
}
#hero-header #hero-callout {
  display: none;
}

/* ----------------------------------------------------------------
    hero tabs
---------------------------------------------------------------- */
#interest-category {
  margin-top: auto;
  max-width: 62.5rem;
  overflow: hidden;
}
#interest-category fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
#interest-category .cell {
  padding-left: 0.46875rem;
  padding-right: 0.46875rem;
  width: 20%;
}
#interest-category .cell.first-of-type {
  padding-left: 0;
}
#interest-category .cell.last-of-type {
  padding-right: 0;
}
#interest-category label {
  font-family: open_sansbold, Helvetica, Arial, sans-serif;
  font-style: normal !important;
  font-weight: normal !important;
  align-items: center;
  background: rgb(29.9917355372, 47.3553719008, 65.5082644628);
  border: 0.0625rem solid rgb(21.9834710744, 34.7107438017, 48.0165289256);
  border-bottom: none;
  border-radius: 0.25rem 0.25rem 0 0;
  box-shadow: 0 0 0.625rem rgb(29.9917355372, 47.3553719008, 65.5082644628);
  color: #c9c9c9;
  font-size: 1.125em;
  height: 9.375rem;
  line-height: 1.4;
  margin: 0.625rem 0 0;
  padding: 1.25rem 0.9375rem;
  text-align: center;
  width: 100%;
}
#interest-category label i {
  display: block;
  font-size: 2.375em;
  margin: 0 auto;
  padding-bottom: 0.625rem;
}
#interest-category label:hover, #interest-category input:focus + label {
  background: rgb(25.1867768595, 39.7685950413, 55.0132231405);
}
#interest-category input:focus-visible + label {
  outline: 0.125rem solid #c7502a;
}
#interest-category input:checked + label {
  background: #ffffff;
  border: none;
  color: #333333;
  height: 10rem;
  margin: 0;
  padding-top: 1.9375rem;
}
#interest-category input:checked + label i {
  color: #008099;
}

/* --------------------------------------
	media queries - hero tabs
-------------------------------------- */
/*----- medium screens -----*/
@media only screen and (min-width: 40em) and (max-width: 63.9375em) {
  #hero-header {
    height: 19.375rem;
  }
  #interest-category {
    width: 95%;
  }
  #interest-category label {
    font-size: 1.125em !important;
    height: 7.5rem;
    padding: 1.25rem 0.625rem;
  }
  #interest-category label i {
    font-size: 2.1875em;
  }
  #interest-category input:checked + label {
    height: 8.125rem;
  }
}
/*----- narrower medium screens -----*/
@media only screen and (min-width: 40em) and (max-width: 48.75em) {
  #interest-category label {
    font-size: 1em !important;
  }
}
/*----- small screens -----*/
@media only screen and (max-width: 39.9375em) {
  #hero-header {
    height: 16.25rem;
  }
  #hero-header h2 {
    font-size: 1.875em;
    padding-top: 3.75rem;
  }
  #interest-category {
    width: 98%;
  }
  #interest-category .cell {
    padding-left: 0.1875rem;
    padding-right: 0.1875rem;
  }
  #interest-category label {
    font-size: 0.875em !important;
    height: 5.625rem;
    padding: 0.9375rem 0.5rem;
  }
  #interest-category label i {
    font-size: 1.875em;
  }
  #interest-category input:checked + label {
    height: 5.9375rem;
    margin-top: 0.3125rem;
    padding-top: 1.3125rem;
  }
}
/* ----------------------------------------------------------------
    hero header callout
    (remove class="hero-callout" on id="hero-header" when not in use)
---------------------------------------------------------------- */
#hero-header.hero-callout {
  height: 25.9375rem;
}
#hero-header.hero-callout #hero-callout {
  align-items: center;
  background: #ffffff;
  border-radius: 0.25rem;
  box-shadow: 0 0 0.625rem rgb(29.9917355372, 47.3553719008, 65.5082644628);
  display: flex;
  margin: 4.375rem auto -4.375em;
  padding: 1.25rem;
  width: 50%;
}
#hero-header.hero-callout #hero-callout i {
  color: #008099;
  font-size: 3.125em;
  padding-right: 1.25rem;
}
#hero-header.hero-callout #hero-callout p {
  margin: 0;
  padding: 0;
}
#hero-header.hero-callout #hero-callout a {
  white-space: nowrap;
}

/* --------------------------------------
	media queries - hero header callout
-------------------------------------- */
/*----- medium screens -----*/
@media only screen and (min-width: 40em) and (max-width: 63.9375em) {
  #hero-header.hero-callout #hero-callout {
    width: 80%;
  }
}
/*----- small screens -----*/
@media only screen and (max-width: 39.9375em) {
  #hero-header.hero-callout {
    height: 23.4375rem;
  }
  #hero-header.hero-callout #hero-callout {
    width: 90%;
  }
}
