/*degree CSS*/
[page-type="degree-detail"] main {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  padding-bottom: 320px;
  justify-content: center;
}

[page-type="degree-detail"] h1 {
  background-color: #1e4d2a;
  background: linear-gradient(0deg, #1E4D2B, #216033);
  color: #fff;
  font-family: 'Poppins';
  font-size: 48px;
  margin: 0;
  font-weight: 600;
  padding: 31px 0 61px;
  text-align: center;
}

[page-type="degree-detail"] h1 .subtitle {
  display: none;
}

.item .tab-content {
  display: none;
}

.item.active .tab-content {
  display: block;
}

.item.active .tab-content>div {
  display: block;
  float: none;
  margin: 0;
  width: 100%;
}

main .content {
  background-color: inherit;
  border-top-width: 0;
  font-size: 18px;
  margin: 0;
  padding: 15px;
  max-width: 100%;
}

main .content [data-toggle="collapse"] {
  text-decoration: none;
}

main .content .bullet-list,
main .content .content-list,
main .content table {
  font-size: inherit;
}

main .content h4 {
  font-size: 18px;
}

main .main-accordion {
  max-width: 100%;
  padding-bottom: 60px;
  width: 800px;
}

main .main-sidebar {
  box-sizing: border-box;
  color: #000;
  max-width: 100%;
  padding: 0 10px;
  width: 450px;
}

main .main-sidebar .widget {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 30px;
}

.main-sidebar .innerWrap {
  max-width: 100%;
  overflow-x: auto;
}

.main-sidebar .innerWrap,
#degree-at-a-glance,
.application-deadline .at-a-glance,
.at-a-glance .info-list {
  padding: 19px;
}

main .main-accordion .item {
  border-bottom: solid 1px #E0E0E0;
}

main .main-accordion .item .content {
  overflow-x: hidden;
}

main .main-accordion .hdr {
  align-items: center;
  color: #1E4D2B;
  cursor: pointer;
  display: flex;
  font-size: 28px;
  font-weight: 600;
  justify-content: space-between;
  padding: 10px 15px;
}

main .main-accordion .hdr:hover {
  background-color: #F2F2F2;
  color: #A28114;
}

main .main-accordion .hdr:hover svg path {
  stroke: #A28114;
}

main .main-accordion .item.active .hdr {
  border-bottom-width: 0;
}

main .main-accordion .item .hdr svg {
  margin-left: 10px;
  min-width: 24px;
  transform: rotate(180deg);
}

main .main-accordion .item.active .hdr svg {
  transform: rotate(0deg);
}

main .main-accordion .item.active .hdr img {
  transform: rotate(180deg);
}

main .attention-content {
  background-color: inherit;
  margin: 0;
  padding: 0;
}

main .attention-content .wForm {
  background-color: inherit;
  margin-top: 0;
  padding: 0 27px !important;
}

main .main-sidebar .wForm .oneChoice .label.postField {
  color: #000;
}

main .sidebar-content {
  background-color: inherit;
  border-top-width: 0;
  padding: 0;
}

main .sidenav {
  background-color: inherit;
}

main .info-list li .bullet-list ::marker {
  color: #ed6400;
}

main .info-list li .bullet-list li {
  font-size: 16px;
  line-height: 1.2;
  display: flex;
}

main .info-list li .bullet-list {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  margin: 0;
  gap: 10px;
}

main .info-list li .bullet-list li:before {
  content: "";
  display: flex;
  padding: 3px;
  background-color: #ed6400;
  margin-top: 6px;
  margin-right: 6px;
  height: 0;
  width: 0;
}

main .at-a-glance a {
  color: #1574ab;
  text-decoration: underline;
}

main .at-a-glance {
  background-size: inherit;
  margin-bottom: 0;
}

main .application-deadline {
  margin: 30px 0;
}

main .main-sidebar h3 {
  background-color: #1E4D2B;
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 0;
  padding: 14px 0;
  text-align: center;
}

main .sidebar-content ul {
  padding: 0;
}

main .sidebar-content ul a {
  color: #1574ab;
  font-weight: 500;
  text-decoration: underline;
}

main .main-sidebar .wFormContainer .actions .primaryAction {
  background: inherit;
  background-color: #EE6325;
  box-sizing: border-box;
  border-radius: 0;
  color: #fff;
  display: flex;
  font-size: 22px;
  font-weight: 600;
  justify-content: center;
  height: 60px;
  margin-bottom: 30px;
  padding: 0 40px;
  width: 100%;
  white-space: inherit;
}

main .main-sidebar .wFormContainer .actions .primaryAction:disabled {
  background-color: rgb(238 99 37 / 50%);
}

.main-sidebar a.attention {
  align-items: center;
  background: #EE6325;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  display: flex;
  font-size: 22px;
  height: 60px;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.degree-stats {
  align-items: center;
  background: linear-gradient(0deg, #EAEAEA, #fff);
  color: #173B21;
  display: flex;
  min-height: 273px;
  margin-bottom: 32px;
  position: relative;
  justify-content: center;
  text-align: center;
}

.degree-stats .stat {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 200px;
  padding: 0 35px;
  justify-content: flex-start;
  width: 320px;
}

.degree-stats .stat:not(:last-child) {
  border: solid #B5B5B5;
  border-width: 0 1px 0 0;
}

.degree-stats .stat .hdr {
  color: #1C7234;
  font-size: 64px;
  font-weight: bold;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.degree-stats .stat .dsc {
  font-size: 22px;
  line-height: 1.2;
}

.degree-stats:before {
  background-image: url(https://d2t92d45b68dnb.cloudfront.net/CSU/211026/stats-icon.png);
  content: "";
  position: absolute;
  height: 62px;
  width: 62px;
  top: -31px;
}

.main-sidebar .wForm .inputWrapper {
  display: block;
}

.main-sidebar .wFormContainer {
  max-width: 100%;
}

.main-sidebar .wFormContainer .wForm {
  color: #000;
}

.main-sidebar .wFormContainer .wForm .inputWrapper input[type='text'],
.main-sidebar .wFormContainer .wForm .inputWrapper input[type='email'],
.main-sidebar .wFormContainer .wForm .inputWrapper input[type='password'],
.main-sidebar .wFormContainer .wForm .inputWrapper input[type='file'],
.main-sidebar .wFormContainer .wForm .inputWrapper select:not([multiple]) {
  border: solid 1px #B5B5B5;
  box-sizing: border-box;
  color: #000;
  font-size: 18px;
  height: 40px;
  width: 100%;
}

.main-sidebar .wForm .wFormThankYou {
  font-size: 16px;
  min-height: 0 !important;
  margin-bottom: 20px;
  padding: 0 !important;
}

.main-sidebar .privacy {
  color: #000;
}

.main-sidebar .privacy em {
  font-style: normal;
}

.main-sidebar .privacy a:link {
  color: #1574ab;
  text-decoration: underline;
}

.main-sidebar .wFormContainer .htmlSection {
  margin-bottom: 0;
}

.main-sidebar .wForm .actions {
  padding: 0;
}

.main-sidebar .wForm .oneField {
  padding: 0;
}

.main-sidebar .wForm .htmlSection {
  padding: 0;
}

.at-a-glance .info-list li:first-child {
  padding-top: 0;
}

main .main-sidebar .attention-content h3 {
  margin-bottom: 10px;
}

.questions-widget p {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 30px;
}

.questions-widget.success-coach p {
  text-align: center;
}

.coach-info {
  align-items: flex-start;
  display: flex;
  margin-bottom: 40px;
  max-width: 100%;
  gap: 0 20px;
}

.coach-info .headshot {
  border-radius: 100%;
  border: solid 2px #D5D5D5;
  height: 80px;
}

.coach-info .dsc {
  font-size: 18px;
  max-width: 100%;
  overflow: hidden;
}

.coach-info .dsc-name {
  font-size: 20px;
  font-weight: 600;
}

.coach-info a:link {
  color: #1574ab;
  text-decoration: underline;
}

.coach-info a:hover {
  text-decoration: none;
}

.questions-widget button {
  align-items: center;
  background: #EE6325;
  border-width: 0;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  color: #fff;
  display: flex;
  font-size: 22px;
  font-weight: 600;
  justify-content: center;
  height: 60px;
  margin-top: 10px;
  width: 100%;
}

.widget .sk-wrapper {
  align-items: center;
  display: none;
  height: 200px;
  justify-content: center;
}

.widget.loading .sk-wrapper {
  display: flex;
}

.widget .widget-row {
  align-items: center;
  border-bottom: solid 1px #E0E0E0;
  display: flex;
  font-size: 20px;
  justify-content: center;
  gap: 0 18px;
  padding: 15px 0;
}

.widget .widget-hdr {
  align-items: center;
  border-bottom: solid 1px #E0E0E0;
  display: flex;
  font-size: 24px;
  font-weight: bold;
  justify-content: center;
  padding: 7px 0;
  text-align: center;
}

.widget .widget-row[data-info="false"] {
  display: none;
}

.widget .widget-row:last-child {
  border-bottom-width: 0;
}

.widget-row .hdr {
  font-weight: 600;
  text-align: right;
  width: 105px;
}

.widget-row .txt {
  width: 276px;
}

.widget.application-deadline .widget-row {
  justify-content: space-between;
}

.application-deadline .widget-row .hdr {
  text-align: left;
  width: 210px;
}

.application-deadline .widget-row .txt {
  width: auto;
}

.dsc-email a {
  display: block;
  word-wrap: break-word;
  white-space: initial;
}

@media (max-width: 700px) {
  [page-type="degree-detail"] main {
    padding-bottom: 600px;
  }

  [page-type="degree-detail"] h1 {
    font-size: 31px;
    padding: 31px 15px 61px;
  }

  main .main-accordion .hdr {
    font-size: 22px;
    padding: 12px 15px;
  }

  main .main-sidebar h3 {
    font-size: 25px;
  }

  .degree-stats {
    flex-direction: column;
    padding: 15px;
  }

  .degree-stats .stat {
    height: auto;
    max-width: 95%;
    padding: 20px 0;
  }

  .degree-stats .stat:not(:last-child) {
    border-right-width: 0;
    border-bottom-width: 1px;
  }

  .coach-info {
    gap: 10px;
  }

  .degree-stats .stat .hdr {
    font-size: 42px;
  }

  .degree-stats .stat .dsc {
    font-size: 20px;
  }

  .coach-info .dsc-name {
    font-size: 18px;
  }

  .coach-info .dsc {
    font-size: 16px;
  }

  .widget .widget-row {
    font-size: 18px;
    padding: 17px 0;
  }

  .widget .widget-hdr {
    font-size: 20px;
  }

  .application-deadline .widget-row .hdr {
    width: 120px;
  }

  .main-sidebar .innerWrap,
  #degree-at-a-glance,
  .application-deadline .at-a-glance,
  .at-a-glance .info-list {
    padding: 10px;
  }	

  .coach-info .headshot {
     height: 70px;
  }
}
/*degree search CSS*/
[page-type="degree-search"] .sk-wrapper {
  align-items: center;
  display: flex;
  height: 200px;
  justify-content: center;
}

[page-type="degree-search"] main {
  display: flex;
  gap: 50px;
  padding-bottom: 320px;
  justify-content: center;
}

[page-type="degree-search"] h1 {
  background-color: #1e4d2a;
  background: linear-gradient(0deg, #1E4D2B, #216033);
  color: #fff;
  font-size: 48px;
  margin: 0;
  font-weight: 600;
  padding: 31px 10px 61px;
  text-align: center;
}

.degree-search {
  align-items: center;
  background: linear-gradient(0deg, #EAEAEA, #fff);
  box-sizing: border-box;
  color: #173B21;
  display: flex;
  height: 140px;
  margin-bottom: 32px;
  padding: 20px 10px 0;
  position: relative;
  justify-content: center;
  text-align: center;
}

.degree-search .form {
  align-items: center;
  border: solid 1px #B5B5B5;
  box-sizing: border-box;
  display: flex;
  max-width: 1060px;
  width: 100%;
}

.degree-search input {
  border-width: 0;
  box-sizing: border-box;
  color: #173B21;
  height: 58px;
  font-size: 24px;
  padding: 15px;
  width: 100%;
}

.degree-search label {
  align-items: center;
  background: #F2F2F2;
  color: #1E4D2B;
  cursor: pointer;
  display: flex;
  height: 60px;
  margin: 0;
  justify-content: center;
  width: 65px;
}

.degree-search label .glyph {
  font-size: 28px;
}

.degree-search:before {
  background-image: url(https://d2t92d45b68dnb.cloudfront.net/CSU/211026/stats-icon.png);
  content: "";
  position: absolute;
  height: 62px;
  width: 62px;
  top: -31px;
}

.degree-content {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1060px;
  padding: 0 10px;
  width: 100%;
}

.degree-content .degree,
.degree-content .degree:link {
  align-items: center;
  border-top: solid 1px #B5B5B5;
  display: flex;
  padding: 20px;
  text-decoration: none;
}

.degree-content .degree:last-child,
.degree-content .degree:link:last-child {
  border-bottom: solid 1px #B5B5B5;
}

.degree-content .degree.multiple {
  padding: 30px 0;
}

.degree-content .degree.multiple:not(.active) {
  cursor: pointer;
}

.degree-content .degree.multiple.active {
  align-items: flex-start
}

.degree-content .degree img {
  height: 120px;
}

.degree-content .hdr {
  color: #173B21;
  font-size: 24px;
  margin-bottom: 16px;
}

.degree-content .degree .dsc {
  align-items: center;
  color: #1E4D2B;
  display: flex;
  font-size: 32px;
  font-weight: 600;
  justify-content: space-between;
  margin-left: 20px;
  position: relative;
  height: 120px;
  width: 100%;
}

.degree-content .degree.multiple .dsc {
  flex-direction: column;
  align-items: flex-start;
}

.degree-content .degree .sub {
  bottom: 0;
  color: #5D5D5D;
  font-size: 18px;
  margin-top: auto;
  position: absolute;
  vertical-align: bottom;
}

.degree-content .degree.multiple .dsc {
  height: auto;
}

.degree-content .degree.multiple li {
  border-top: solid 1px #D6D6D6;
  font-size: 24px;
}

.degree-content .degree.multiple li:last-child {
  border-bottom: solid 1px #D6D6D6;
}

.degree-content .degree.multiple a {
  color: #000000;
  display: inline-block;
  font-weight: 500;
  padding: 4px 0;
  text-decoration: none;
}

.degree-content .degree.multiple a:after {
  content: " >";
}

.degree-content .degree.multiple a:hover {
  color: #1574ab;
}

.degree-content .degree.multiple .name {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.degree-content .degree svg {
  transform: rotate(90deg);
  min-width: 20px;
  margin-left: 10px;
  width: 20px;
}

.degree-content .degree.multiple svg {
  transform: rotate(180deg);
}

.degree-content .degree.multiple.active svg {
  transform: rotate(0deg);
}

.degree-content .degree.multiple:not(.active) ul {
  display: none;
}

.degree-content .degree-list.list-loading .degree {
  display: none !important;
}

.degree-content .degree-list:not(.list-loading) .sk-wrapper {
  display: none;
}

@media (max-width: 700px) {
  [page-type="degree-search"] main {
    padding-bottom: 600px;
  }

  [page-type="degree-search"] h1 {
    font-size: 32px;
  }

  .degree-search input {
    font-size: 22px;
  }

  .degree-content .hdr {
    font-size: 20px;
  }

  .degree-content .degree,
  .degree-content .degree:link {
    padding: 20px 10px;
  }

  .degree-content .degree.multiple {
    padding: 30px 10px;
  }

  .degree-content .degree.multiple.active {
    padding: 30px 0;
  }

  .degree-content .degree img {
    height: auto;
    width: 64px;
  }

  .degree-content .degree.multiple.active img {
    display: none;
  }

  .degree-content .degree .dsc {
    font-size: 22px;
  }

  .degree-content .degree.multiple.active .dsc {
    margin: 0;
  }

  .degree-content .degree .sub {
    margin-top: 0;
    position: static;
  }

  .degree-content .degree.multiple li {
    font-size: 18px;
  }

  .degree-content .degree.multiple a:after {
    content: ">";
    margin-left: 5px;
  }
}

.admission-reqs-list {
  list-style:inside;
  font-size:20px;
  margin-left:20px;
}

.admission-reqs-list li:only-child { 
  list-style: none; 
}