.cover-photo {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
	background-attachment: unset!important;
}

.cover-photo img {
    margin-top: unset !important;
}

.nav-breadcrumb{
	display: none;
}

.section-heading{
	text-transform: uppercase;
}

#uh100 {
	background-color: #fff9d9;
}

#uh100,
#process,
#listening,
#committee{
	padding-top: 3.375rem;
    padding-bottom: 3.375rem;
}

/*5 EQUAL COLUMNS*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths,
#spp-6,
#spp-7,
#spp-8,
#spp-9{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

#process .spp-bg-circle {
    background-color: #ffe2ad;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
}

#process img.spp-icon {

}

#process #spp-1 img.spp-icon,
#process #spp-2 img.spp-icon,
#process #spp-3 img.spp-icon,
#process #spp-4 img.spp-icon,
#process #spp-5 img.spp-icon,
#process #spp-6 img.spp-icon,
#process #spp-8 img.spp-icon,
#process #spp-9 img.spp-icon,
#process #spp-10 img.spp-icon {
    min-width: 100px;
    position: relative;
    left: -10px;
}

#process #spp-6 img.spp-icon {
    max-width: 70px;
        min-width: 70px;

    position: relative;
    left: 5px;
    top: 3px;
}

#process #spp-9 .spp-icon {
    transform: rotate(-20deg);
    position: relative;
    bottom: 10px;
}

#process table {
    border-top: 3px solid #c8102e;
    margin-top: 25px;
    overflow: hidden;
}

#process .spp-number {
    font-family: 'League Gothic';
    font-size: 7rem;
    line-height: 1.1;
    padding: 0 15px;
    border-right: 1px solid #c8102e;
    vertical-align: top;
}

#process .spp-step {
    padding-left: 15px;
    padding-top: 15px;
    vertical-align: top;
    width: 100%;
}

#process .spp-date {
    font-weight: bold;
}

@media (max-width: 991px) {
  #process .spp-bg-circle {
    margin: inherit;
  }
  #process #spp-5 {
    width: 100%;
  }
  #process #spp-5 table {
      width: 100%;
  }
  #process #spp-5 table .spp-number {
      width: 5%;
  }
}

/*PROCESS COMPLETE WITH CHECKMARKS*/
.checkmark {
    color: #c8201e;
    font-size: 6rem;
    display: inline-block;
    position: absolute;
    top: 25px;
}

.spp-bg-circle-complete {
    margin-left: 6.25rem !important;
    display: inline-block;
}

.complete {
    opacity: .5;
}

#survey {
    display: none;
}

/**/

table tr {
    background-color: #fff;
}

table tr.text-uppercase th {
    font-size: 14px;
    background-color: rgba(0, 0, 0, .2);
}

[class*="theme"] .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .01);
}

[class*="theme"] .table-hover>tbody>tr:hover {
    background-color: rgba(0, 0, 0, .1);
}

table .date {
    width: 125px;
}

table.schedule th.time,
table.schedule td:nth-child(2) {
    width: 125px;
    display: none;
}


table .location {
    width: 350px;
}

#listening,
#faqs{
	background-color: hsl(0, 0%, 95%);
}

