/*
 Theme Name:  Organization - Portland Community College
 Theme URI:   https://www.pcc.edu/organization/
 Description: A custom theme for PCC ORG chart. Child of pcc.
 Author:      Portland Community College
 Author URI:  https://www.pcc.edu/
 Version:     1.0
 Template:    pcc
*/
/* ----------------------------------------------------------------
    main section headings
---------------------------------------------------------------- */
#pcc-org .uber-group {
  background: #f1f1f1;
  margin-top: 1.25rem;
  padding: 1.25rem 1.5625rem;
}
#pcc-org .uber-group h3 {
  color: gray;
  line-height: 1;
  margin: 0;
}
#pcc-org .uber-group p {
  margin: 0;
  padding: 0.3125rem 0.9375rem 0 0;
}

/* ----------------------------------------------------------------
    position listings
---------------------------------------------------------------- */
/* --------------------------------------
	set up the dots
-------------------------------------- */
#pcc-org .entry {
  align-items: end;
  display: grid;
  grid-template-areas: "org wig";
  grid-template-columns: auto max-content;
}

#pcc-org .org {
  grid-area: org;
  overflow: hidden;
  position: relative;
}
#pcc-org .org::after {
  color: gray;
  content: " . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . . . . ";
  font-size: 0.75rem;
  padding: 0.1875rem 0 0 0.625rem;
  position: absolute;
}

#pcc-org .wig {
  grid-area: wig;
}

/* --------------------------------------
	department or area (org, open sesame)
    person and title (wig)
-------------------------------------- */
#pcc-org .org, #pcc-org .wig {
  font-family: open_sanssemibold, Helvetica, Arial, sans-serif;
  font-style: normal !important;
  font-weight: normal !important;
}
#pcc-org .org a, #pcc-org .wig a {
  font-family: open_sanssemibold, Helvetica, Arial, sans-serif;
  font-style: normal !important;
  font-weight: normal !important;
  color: #00667a !important;
  text-decoration: underline !important;
}
#pcc-org .org a:focus, #pcc-org .wig a:focus {
  color: #ae4625 !important;
}
#pcc-org .org a:hover, #pcc-org .wig a:hover {
  color: #333333 !important;
}

#pcc-org .wig {
  font-size: 0.9375em;
  padding-left: 0.625rem;
}

#pcc-org .open-sesame {
  margin: 0.625rem 1.25rem 1.875rem 0;
  overflow-x: hidden;
  padding-left: 0.625rem;
}
#pcc-org .open-sesame .hidden-content {
  margin: 1.25rem 0;
  padding-left: 0.625rem;
}
#pcc-org .open-sesame h4, #pcc-org .open-sesame h5, #pcc-org .open-sesame h6 {
  font-size: 1em;
  position: relative;
}
#pcc-org .open-sesame h4 a, #pcc-org .open-sesame h5 a, #pcc-org .open-sesame h6 a {
  text-decoration: none;
}
#pcc-org .open-sesame h4 i, #pcc-org .open-sesame h5 i, #pcc-org .open-sesame h6 i {
  margin-left: -1.25rem;
  position: absolute;
  top: 0.1875rem;
}
#pcc-org .open-sesame h5 {
  margin: 0.625rem 0 0.625rem 0.9375rem !important;
  padding: 0.3125rem 0 0;
}
#pcc-org .open-sesame h5 .org {
  padding: 0 0.3125rem 0 0;
}
#pcc-org .open-sesame h5 + .facade .hidden-content {
  margin: 0.625rem 0 0.625rem -0.625rem;
}
#pcc-org .open-sesame h5 + .facade .hidden-content h6 {
  margin-left: 0;
  padding: 0 0 0.25rem 0;
  position: relative;
}
#pcc-org .open-sesame h5 + .facade .hidden-content h6 .org {
  padding-left: 0;
}
#pcc-org .open-sesame h5 + .facade .hidden-content h6:first-of-type {
  margin-top: 0.3125rem !important;
}
#pcc-org .open-sesame h5 + .facade .division-website {
  margin-top: -0.625rem;
}
#pcc-org .open-sesame .open-sesame h5 i {
  top: 0.5rem;
}

#pcc-org .open-sesame h5 + .facade .hidden-content .open-sesame h6:first-of-type {
  margin-top: 0 !important;
}

/* --------------------------------------
	program abbreviations
-------------------------------------- */
#pcc-org .open-sesame .key abbr {
  font-family: open_sansregular, Helvetica, Arial, sans-serif;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 0.8125rem;
}

/* --------------------------------------
	sublevel gray backgrounds and their content
-------------------------------------- */
#pcc-org .group {
  background: #f1f1f1;
  padding: 0.625rem 0;
  position: relative;
}
#pcc-org .group .open-sesame {
  margin: 0 0.625rem 0.625rem 0.9375rem;
}
#pcc-org .group .open-sesame .open-sesame {
  margin-bottom: -0.625rem;
}
#pcc-org .group .group {
  padding-top: 0;
}
#pcc-org .group .group .division-website {
  padding-bottom: 0.9375rem;
}
#pcc-org .group .arrow::before {
  border: 0.5625rem solid transparent;
  border-bottom-color: #f1f1f1;
  content: "";
  position: absolute;
  top: -1.125rem;
}
#pcc-org .group .division-website {
  padding: 0.625rem 0 0.3125rem 0.9375rem;
}
#pcc-org .group .division-website::before {
  content: "" !important;
}
#pcc-org .group .division-website a {
  font-family: open_sanssemibold, Helvetica, Arial, sans-serif;
  font-style: normal !important;
  font-weight: normal !important;
}
#pcc-org .group .division-website + .open-sesame {
  margin-top: -0.625rem;
}
#pcc-org .group .org {
  padding: 0 0.3125rem 0 0.9375rem;
}
#pcc-org .group .wig {
  padding: 0 0.9375rem 0 0.3125rem;
}

#pcc-org .open-sesame .open-sesame .division-website {
  padding-bottom: 0.625rem;
}

/* ----------------------------------------------------------------
    media queries
---------------------------------------------------------------- */
/* --------------------------------------
	small screens
    (a little wider than default)
-------------------------------------- */
@media only screen and (max-width: 50em) {
  #pcc-org .entry {
    display: block;
    margin-bottom: 1.25rem;
  }
  #pcc-org .org::after {
    content: "";
  }
  #pcc-org .wig, #pcc-org .group .wig {
    padding: 0.125rem 0 0 0;
  }
  #pcc-org .group h6 .entry {
    margin: 0 0 0.625rem 0.625rem;
  }
}
/* --------------------------------------
	print
-------------------------------------- */
@media only print {
  .arrow {
    display: none;
  }
  #pcc-org .uber-group {
    padding: 0;
  }
  #pcc-org .open-sesame .hidden-content,
  #pcc-org .group .open-sesame {
    margin: 0;
    padding: 0;
  }
  #pcc-org .org,
  #pcc-org .org a {
    font: 12pt/1.5 "Times New Roman", Times, serif !important;
    font-weight: bold !important;
  }
  #pcc-org .wig {
    font: 12pt/1.5 "Times New Roman", Times, serif !important;
  }
  #pcc-org .org a,
  #pcc-org .wig a {
    color: #009 !important;
    font-size: 12pt !important;
    text-decoration: none !important;
  }
  #pcc-org .open-sesame .open-sesame {
    margin-top: -0.625rem;
  }
  #pcc-org .group .open-sesame .open-sesame {
    padding-left: 2.5rem;
    padding-top: 0.625rem;
  }
  #pcc-org .group .division-website {
    padding-bottom: 0.5rem !important;
    padding-top: 0;
  }
  #pcc-org .open-sesame h5 + .facade .division-website {
    margin-top: 0;
    padding-left: 2.5rem;
  }
}

/*# sourceMappingURL=style.css.map */
