.wp-block-stmu-a11y-table {
  border-bottom: 1px solid #777; }
  .wp-block-stmu-a11y-table caption, .wp-block-stmu-a11y-table td, .wp-block-stmu-a11y-table th, .wp-block-stmu-a11y-table tfoot {
    border: 1px solid #777;
    border-bottom: none;
    text-align: left; }
  .wp-block-stmu-a11y-table caption, .wp-block-stmu-a11y-table tfoot {
    background: #fff; }
  .wp-block-stmu-a11y-table th {
    background: #ddd; }
  .wp-block-stmu-a11y-table td, .wp-block-stmu-a11y-table th {
    height: 2em; }
  .wp-block-stmu-a11y-table tbody {
    border: none; }
  .wp-block-stmu-a11y-table tbody tr:nth-child(even) {
    background: #eee; }
  .wp-block-stmu-a11y-table tfoot td {
    font-style: italic;
    font-weight: normal; }

.wp-block-stmu-icon-heading i {
  margin-right: .4em; }

.programInfo .max-width {
  display: -ms-grid;
  -ms-grid-rows: auto auto auto auto auto auto;
  -ms-grid-columns: 1fr 1fr;
  display: grid;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr; }

.stmu-blocks .programInfo h2 {
  font-size: 1.25em;
  margin: 0;
  padding: 0; }

.programStats {
  margin: 0 0 1em;
  text-align: center; }

.programStats:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }

.programStats:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2; }

.statNumber {
  font-size: 1.33em;
  line-height: 2em;
  width: 2.25em;
  height: 2.25em;
  margin: 0 auto;
  border: 5px solid #05c;
  border-radius: 100%; }

.statText {
  font-size: .9em; }

.programDetails {
  grid-column: 1/span 2;
  -ms-grid-column: 1;
  -ms-column-span: 2;
  padding: 1em 0;
  border-top: 1px solid #888; }

.programDetails ul {
  margin: 0 0 0 1.2em; }

.programDetails:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2; }

.programDetails:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2; }

.programDetails:nth-child(5) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2; }

.programDetails:nth-child(6) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2; }

.programButtons {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/span 2;
  padding: 1.5em .2em .75em 0;
  border-top: 1px solid #888; }

.programButtons .apply-btn, .programButtons .ghost-btn {
  margin: 0 auto 1em;
  width: 100%; }

.programButtons a:last-child {
  margin-bottom: 0; }

@media (min-width: 800px) {
  .programInfo .max-width {
    -ms-grid-rows: auto auto auto;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr; }
  .programInfo h2 {
    margin: 0; }
  .programDetails {
    padding: 0 1em;
    border-top: none; }
  .programDetails:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/span 1;
    padding-top: .5em; }
  .programDetails:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/span 1; }
  .programDetails:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/span 1; }
  .programDetails:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/span 1; }
  .programButtons {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/span 3;
    display: flex;
    padding: 1em .2em .2em 0;
    border-top: none; }
  .programButtons .apply-btn, .programButtons .ghost-btn {
    margin: 0 1em; } }

@media (min-width: 1200px) {
  .programInfo .max-width {
    -ms-grid-rows: 1fr 1fr;
    -ms-grid-columns: auto 1fr 1fr 12.5em;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: auto 1fr 1fr 12.5em;
    padding: .5em 0; }
  .programStats, .programDetails {
    border-right: 1px solid #888;
    margin-right: 0;
    padding-right: 1em; }
  .programInfo h2 {
    padding-top: 0; }
  .programStats {
    display: block;
    margin: 0;
    padding: .5em 1em .5em 0; }
  #programStatTwo {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-row: 2;
    grid-column: 1; }
  .programDetails:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2; }
  .programDetails:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    grid-column: 2;
    grid-row: 2; }
  .programDetails:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-column: 3;
    grid-row: 1;
    padding-top: .5em; }
  .programDetails:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    grid-column: 3;
    grid-row: 2; }
  .programButtons {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 4;
    grid-column: 4;
    grid-row: 1/span 2;
    display: block;
    margin: .75em .2em 0 1em;
    padding: 0; }
  .programButtons .apply-btn, .programButtons .ghost-btn {
    display: block;
    margin: 0 auto .7em; } }

