<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  /*
 Theme Name:   Program - �����о���
 Theme URI:    https://www.pcc.edu/programs/
 Description:  A custom theme for the �����о��� programs. Child of pcc.
 Author:       �����о���
 Author URI:   https://www.pcc.edu/
 Version:      1.0
 Template:     pcc
*/
/* ----------------------------------------------------------------
    programs homepage
---------------------------------------------------------------- */
/* ------------------------------------
    pathway descriptions
------------------------------------ */
.interest-description {
  display: none;
}
.interest-description h3 {
  font-size: 1.875em;
  margin-top: 0;
}
.interest-description.transition {
  display: block;
  height: 6.25rem;
  background-color: #e9e9e9;
}
.interest-description.short-term, .interest-description.two-years, .interest-description.four-years {
  margin: -1.25rem 0 1.875rem 0 !important;
}

/*----- medium and large screens: pathway descriptions -----*/
@media only screen and (min-width: 40em) {
  .interest-description {
    margin-bottom: 2.5rem;
  }
  .interest-description img {
    width: 40%;
  }
}
/*----- medium screens: pathway descriptions -----*/
@media only screen and (min-width: 40em) and (max-width: 63.9375em) {
  .interest-description.short-term, .interest-description.two-years, .interest-description.four-years {
    margin-bottom: 3.75rem !important;
  }
}
/*----- small screens: pathway descriptions -----*/
@media only screen and (max-width: 39.9375em) {
  .interest-description.short-term, .interest-description.two-years, .interest-description.four-years {
    margin: 1.25rem 0 1.25rem 0 !important;
  }
}
/* ------------------------------------
    a-to-z list
------------------------------------ */
#az-list {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  padding: 0 0.625rem 0.625rem 0.625rem;
  width: 100%;
}
#az-list a {
  display: block;
  flex: 0 1 auto;
  list-style-type: none;
}
#az-list a.off {
  text-decoration: none;
  cursor: default;
  color: #757575;
}

/* ------------------------------------
    filter options
------------------------------------ */
.filter h4 {
  font-size: 1.625em;
  margin-top: 0;
}
.filter fieldset {
  border: none;
  padding: 0;
  margin: 0.9375rem 0;
}
.filter fieldset legend {
  font-family: open_sanssemibold, Helvetica, Arial, sans-serif;
  font-style: normal !important;
  font-weight: normal !important;
  margin-bottom: 0.3125rem;
}
.filter fieldset input {
  margin-bottom: 0.4375rem;
}
.filter fieldset input[disabled] + label {
  color: #757575;
}
.filter fieldset input[disabled] + label:hover {
  cursor: default;
}
.filter fieldset label {
  margin-left: 0.3125rem;
  margin-right: 0;
}
.filter input[type=radio] {
  height: 0.0625rem;
  left: -624.9375rem;
  overflow: hidden;
  position: absolute;
}
.filter input[type=radio] + label {
  background: #e9e9e9;
  border: 0.0625rem solid #c1c1c1;
  border-radius: 0.25rem;
  margin: 0 0 0.5rem 0;
  padding: 0.1875rem 0.4375rem;
}
.filter input[type=radio]:checked + label {
  background: #008099;
  border-color: #006b80;
  color: #ffffff;
}
.filter input[type=radio][disabled] + label {
  background: #f6f6f6;
  border-color: #e9e9e9;
  color: #707070;
}
.filter input[type=radio]:hover + label, .filter input[type=radio]:focus + label, .filter input[type=radio]:checked:focus + label {
  background: #263c53;
  border-color: #1e2f42;
  color: #ffffff;
}
.filter input[type=checkbox]:focus {
  outline: 0.0625rem solid #333333;
}

/*----- large screens: filter options -----*/
@media only screen and (min-width: 64em) {
  .filter {
    width: 15.3125rem;
  }
}
/*----- medium and large screens: filter options -----*/
@media only screen and (min-width: 40em) {
  .filter {
    float: left;
  }
}
/*----- small and medium screens: filter options -----*/
@media only screen and (max-width: 63.9375em) {
  body.pcc-modal-is-open {
    overflow: hidden;
    -webkit-overflow-scrolling: auto;
  }
  #filter-options {
    background-color: #ffffff;
    border: 0.0625rem solid #888;
    margin: 0;
    min-height: 100%;
    padding: 1.25rem;
    padding-bottom: 6.25rem;
  }
  #filter-options br {
    display: none;
  }
  #filter-options input[type=checkbox] + label {
    background: #e9e9e9;
    border: 0.0625rem solid #c1c1c1;
    border-radius: 0.25rem;
    margin: 0 0 0.5rem 0;
    padding: 0.1875rem 0.4375rem;
  }
  #filter-options input[type=checkbox]:checked + label {
    background: #008099;
    border-color: #006b80;
    color: #ffffff;
  }
  #filter-options input[type=checkbox] {
    height: 0.0625rem;
    left: -624.9375rem;
    overflow: hidden;
    position: absolute;
  }
  #pcc-modal {
    background-color: rgba(0, 0, 0, 0.45);
    display: none;
    height: 100%;
    left: 0;
    overflow: auto;
    padding-right: 6.25rem;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    -webkit-overflow-scrolling: auto;
  }
  .pcc-modal-open {
    display: block;
    margin: -1.875rem 0 1.875rem;
  }
  .pcc-modal-open .fa-sliders {
    font-size: 1em;
    left: 0;
    padding-right: 0.3125rem;
    transition: none;
  }
  .pcc-modal-open:hover .fa-sliders, .pcc-modal-open:focus .fa-sliders {
    left: 0;
    transition: none;
  }
  #pcc-modal-close {
    background: #ffffff;
    border-right: 0.0625rem solid #888;
    bottom: 0;
    margin-right: 6.25rem;
    padding: 0.625rem 1.25rem 0.625rem 7.5rem;
    position: fixed;
    right: 0;
    width: 100%;
  }
  #pcc-modal-close:before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff);
    content: "";
    height: 1.875rem;
    left: 0;
    position: absolute;
    right: 0;
    top: -1.875rem;
  }
  #pcc-modal-close a {
    color: #ffffff;
    cursor: pointer;
    font-size: inherit;
    position: relative;
    width: 100%;
  }
  #pcc-modal-x {
    color: #aaa;
    cursor: pointer;
    font-size: 2.25em;
    font-weight: bold;
    line-height: 1;
    margin-right: 6.25rem;
    position: fixed;
    right: 0.9375rem;
    text-decoration: none;
    top: 0.625rem;
  }
}
/*----- medium screens: filter options -----*/
@media only screen and (min-width: 40em) and (max-width: 63.9375em) {
  .pcc-modal-open {
    margin: -1.25rem 0 1.875rem 0 !important;
  }
}
/*----- small screens: filter options -----*/
@media only screen and (max-width: 39.9375em) {
  .pcc-modal-open {
    margin: 0.625rem 0 1.875rem 0 !important;
  }
}
/* ------------------------------------
    major list
------------------------------------ */
.major-list {
  border-bottom: 0.0625rem solid #c1c1c1;
}
.major-list.transition .major-list-item {
  height: 9.375rem;
  background-image: url("/programs/wp-content/themes/pcc-program/page-templates/images/default-discipline-listing.png");
  background-size: 43.75rem 9.375rem;
  background-repeat: no-repeat;
}
.major-list.transition .major-list-item img, .major-list.transition .major-list-item .item-info {
  display: none !important;
}

.major-list-item {
  border-top: 0.0625rem solid #c1c1c1;
  padding: 1.5625rem 1.25rem 1.25rem;
}
.major-list-item::after {
  clear: both;
  content: "";
  display: block;
}
.major-list-item img {
  float: left;
  width: 25%;
}
.major-list-item .item-info {
  margin-left: 27%;
  padding-right: 3.125rem;
  position: relative;
}
.major-list-item .item-info i.icon {
  color: #999;
  content: "";
  font-family: FontAwesome;
  font-size: 2.5rem;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 1.5625rem;
}
.major-list-item h4 {
  font-size: 1.5em;
  line-height: 1.2;
  margin-top: 0;
}
.major-list-item p + p {
  margin-bottom: 0;
  padding: 0;
}
.major-list-item .open-sesame {
  margin: 0;
}
.major-list-item .open-sesame ul {
  margin-bottom: -0.3125rem;
}

/*----- large screens: major list -----*/
@media only screen and (min-width: 64em) {
  .major-list {
    width: calc(100% - 15.625rem);
  }
}
/*----- medium and large screens: major list -----*/
@media only screen and (min-width: 40em) {
  .major-list {
    float: right;
  }
}
/*----- small and medium screens: major list -----*/
@media only screen and (max-width: 63.9375em) {
  .major-list, .filter {
    float: none;
    width: 100%;
  }
}
/*----- small screens: major list -----*/
@media only screen and (max-width: 39.9375em) {
  .major-list-item::before {
    top: 75%;
  }
  .major-list-item img {
    float: none;
    width: 100%;
  }
  .major-list-item .item-info {
    margin-left: 0;
    padding-top: 1.25rem;
  }
}
/* ------------------------------------
    ged
------------------------------------ */
#ged-notice {
  padding-top: 1.875rem;
}

/* ----------------------------------------------------------------
    program pages
---------------------------------------------------------------- */
/* ------------------------------------
    award tables
------------------------------------ */
.fa-laptop {
  color: #008099;
}

table.award-table th {
  padding-right: 2.5rem;
  position: relative;
}
table.award-table .fa-check {
  color: #1c8264;
  font-size: 1.0625em;
  text-shadow: 0 0 #1c8264, 0 0 #1c8264;
}
table.award-table .fa-laptop {
  position: absolute;
  right: 0.625rem;
  top: 0.6875rem;
}

/* ------------------------------------
    locations
------------------------------------ */
#locations {
  text-align: center;
}

/*----- medium screens: locations -----*/
@media only screen and (min-width: 40em) and (max-width: 63.9375em) {
  #locations li {
    width: 25%;
  }
}
/* ------------------------------------
    courses tables
------------------------------------ */
table.sc_courselist thead .hidden {
  display: table-row;
  visibility: visible;
}
table.sc_courselist tbody tr td:first-child {
  background: #e9e9e9;
}

table.sc_courselist tbody tr:last-child td,
table.sc_plangrid th,
table.sc_plangrid .plangridtotal td {
  font-family: open_sanssemibold, Helvetica, Arial, sans-serif;
  font-style: normal !important;
  font-weight: normal !important;
  background: #cecece;
  border-color: #afafaf;
}

table.sc_plangrid caption {
  height: 0.0625rem;
  left: -624.9375rem;
  overflow: hidden;
  position: absolute;
}

dl.sc_footnotes + div[role=img] {
  display: none;
}

p span.legend {
  display: none;
}

p:empty, p:empty + h4 + p + p {
  display: none;
}

.sc_footnotes dt, .sc_footnotes dd, .sc_footnotes p {
  display: inline;
}

.sc_footnotes dt::before {
  content: "";
  display: block;
  margin-bottom: 0.625rem;
}

.sc_footnotes dd {
  padding: 0 0 0 0.3125rem;
}

.sc_footnotes p::after {
  display: block;
  content: "";
}

/* ------------------------------------
    enroll buttons at bottom
------------------------------------ */
.card.action .enroll-button + br {
  display: none;
}
.card.action .enroll-button + br + em {
  display: block;
  padding-top: 0.3125rem;
}

/* ----------------------------------------------------------------
    degrees page
---------------------------------------------------------------- */
.degree-anatomy {
  border-radius: 0.25rem;
  margin: 0.625rem 0 3.75rem;
}
.degree-anatomy .cell {
  padding: 0.9375rem 1.25rem;
}
.degree-anatomy .cell h5 {
  color: #ffffff;
  font-size: 1.1875em;
  margin-top: 0;
}
.degree-anatomy .cell p {
  color: #ffffff;
  line-height: 1.3;
  margin-bottom: 0;
  padding: 0;
}
.degree-anatomy .cell p .subtext {
  font-size: 0.875em;
}
.degree-anatomy .cell:first-of-type {
  border-radius: 0.25rem 0 0 0.25rem;
}
.degree-anatomy .cell:last-of-type {
  border-radius: 0 0.25rem 0.25rem 0;
}
.degree-anatomy .cell:not(:first-of-type) {
  border-left: 0.0625rem solid #263c53;
}
.degree-anatomy .general-ed {
  box-shadow: 0.1875rem 0.1875rem #0e4334;
  background: #1c8264;
}
.degree-anatomy .required-classes {
  box-shadow: 0.1875rem 0.1875rem #00404d;
  background: #008099;
}
.degree-anatomy .electives {
  box-shadow: 0.1875rem 0.1875rem #0e161f;
  background: #263c53;
}

.student-choice {
  margin: -3.4375rem 0.625rem 0 0;
  text-align: right;
}

/* ------------------------------------
    small screens: degrees page
------------------------------------ */
@media only screen and (max-width: 39.9375em) {
  .degree-anatomy {
    margin: 1.25rem 0 0.625rem;
  }
  .degree-anatomy + .show-for-small-only {
    margin-bottom: 0.9375rem !important;
  }
}
/* ----------------------------------------------------------------
    print
---------------------------------------------------------------- */
@media only print {
  .major-list-item .item-info i.icon {
    position: static;
  } /* not aligned right, the links were overlapping */
  .award-table a::after {
    display: block;
  } /* links in award tables on their own line so you can see the full horizontal tables */
  #locations li {
    width: 50%;
  } /* not giant icons */
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>