.apply-list li {
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 760px) {
  .countryRoadsCont {
    max-width: 80%;
  }
}

@media screen and (min-width: 900px) {
  .missionCountryRoads .mission-text {
    display: flex;
  }
}
@media screen and (min-width: 760px) {
  .missionCountryRoads .countryRoadsAction {
    text-align: left;
    margin-top: 1rem;
  }
}
.missionCountryRoads .countryRoadsAction img {
  width: 45%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 760px) {
  .missionCountryRoads .countryRoadsAction img {
    width: 25%;
    margin-bottom: 0rem;
  }
}

.programCountryRoads .cont {
  padding: 0 2rem;
}
@media screen and (min-width: 760px) {
  .programCountryRoads .cont {
    display: flex;
    justify-content: space-between;
  }
}
.programCountryRoads .cont .countryRoadsIntro h2 {
  font-size: 2.5rem;
  text-align: left !important;
}
.programCountryRoads .cont .countryRoadsIntro p {
  font-size: 1.25rem;
  line-height: 1.5em;
}

.coronavirus {
  padding: 0 2rem 1rem 2rem;
}
.coronavirus .cont {
  padding: 0 2rem;
}
.coronavirus h2 {
  font-size: 2rem;
  text-align: left !important;
  margin: 2rem 0 0 0 !important;
}
@media screen and (min-width: 760px) {
  .coronavirus .covidSection {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.coronavirus .covidSection p {
  font-size: 1.25rem;
}
@media screen and (min-width: 760px) {
  .coronavirus .covidSection .coronaStatement {
    max-width: 75%;
  }
}
@media screen and (min-width: 760px) {
  .coronavirus .covidSection .covidButtonContainer {
    max-width: 25%;
  }
}

.missionCountryRoads {
  border-bottom: 3px solid #00457c;
  color: #fff;
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, rgba(44, 42, 41, 0.6) 100%, rgba(44, 42, 41, 0) 70%), url(https://ced-editor.hsc.wvu.edu/media/3904/mountainlair.jpg);
  overflow: hidden;
  position: relative;
  background-size: cover;
  -webkit-font-smoothing: antialiased;
}
.missionCountryRoads #main-content {
  margin-top: 0 !important;
}
.missionCountryRoads .cont .countryRoadsIntro h1 {
  color: #fff;
  font-size: 3.25em;
}
.missionCountryRoads .cont .countryRoadsIntro h1 span {
  color: #EAAA00;
}
.missionCountryRoads .cont .countryRoadsIntro p {
  margin: 0.75rem 0 !important;
}

@media screen and (min-width: 760px) {
  .programCountryRoads .countryRoadsIntro {
    padding-right: 5rem;
  }
}

.countryRoadsIntro {
  width: 100%;
}
@media screen and (min-width: 760px) {
  .countryRoadsIntro {
    width: 80%;
  }
}
@media screen and (min-width: 760px) {
  .countryRoadsIntro h1 {
    margin-top: 5%;
  }
}

.programCountryRoads .countryRoadsIntro {
  width: 100%;
  padding: 0 2rem 0rem 0;
}
@media screen and (min-width: 760px) {
  .programCountryRoads .countryRoadsIntro {
    width: 75%;
  }
}
.programCountryRoads .countryRoadsAction {
  width: 100%;
}
@media screen and (min-width: 760px) {
  .programCountryRoads .countryRoadsAction {
    width: 25%;
  }
}
.programCountryRoads .countryRoadsHomeSub {
  list-style-type: none;
  padding: 0;
}
.programCountryRoads .countryRoadsHomeSub li {
  margin-bottom: 1rem;
}
.programCountryRoads .countryRoadsHomeSub li a {
  width: 100%;
}

.crStudentsBanner {
  background-image: url("https://ced-editor.hsc.wvu.edu/media/4082/2020studentsbanner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
}

@media screen and (min-width: 760px) {
  .courseworkContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .courseworkContainer .courseworkProgramText {
    width: 50%;
    padding-right: 2rem;
  }
  .courseworkContainer .packed {
    width: 50%;
  }
}
.packed {
  margin-bottom: 1.5rem;
}

.coreTracks {
  margin-bottom: 2rem;
}
.coreTracks th {
  background-color: #EAAA00 !important;
  color: #000 !important;
}
.coreTracks tr:nth-child(odd) {
  background-color: #bed6ed;
}

.solid-gold-button {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  padding: 0.75rem 1rem;
  border-radius: 0.25rem;
  text-transform: uppercase;
  color: #fff;
  background-color: #ED8B00;
  box-shadow: inset 0 -0.125rem #d47c00;
  position: relative;
}

.solid-gold-button:hover, .solid-gold-button:focus, .solid-gold-button:active {
  color: #fff;
  background-color: #fe9a0b;
}

.solid-db-button {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  padding: 0.75rem 1rem;
  border-radius: 0.25rem;
  text-transform: uppercase;
  color: #fff;
  background-color: #333F48;
  box-shadow: inset 0 -0.125rem #2d3840;
  position: relative;
}

.solid-db-button:hover, .solid-db-button:focus, .solid-db-button:active {
  color: #fff;
  background-color: #43535f;
}

.solid-p-blue-button {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  padding: 0.75rem 1rem;
  border-radius: 0.25rem;
  text-transform: uppercase;
  color: #fff;
  background-color: #0033a0;
  box-shadow: inset 0 -0.125rem #2d3840;
  position: relative;
}

.solid-p-blue-button:hover, .solid-db-button:focus, .solid-db-button:active {
  color: #fff;
  background-color: #003ec3;
}

.tuitionTable .topHead {
  background-color: #d5dce4 !important;
  text-align: left !important;
}
.tuitionTable th {
  text-align: left !important;
  background-color: #fff !important;
  color: #000 !important;
  border-color: #000 !important;
}
.tuitionTable .total {
  background-color: #fff1ce !important;
}
.tuitionTable .total th {
  text-align: left !important;
  background-color: #fff1ce !important;
}

.countryRoadsTeam {
  list-style-type: none;
}
.countryRoadsTeam li {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin: 0.5rem;
  width: 45%;
}
.countryRoadsTeam li img {
  width: 250px;
}

.countryRoadsStudentProfiles {
  list-style-type: none;
}
.countryRoadsStudentProfiles li {
  padding-bottom: 1rem;
}
.countryRoadsStudentProfiles li h3 {
  text-align: center;
}
.countryRoadsStudentProfiles li .crspCont {
  text-align: center;
}
@media screen and (min-width: 760px) {
  .countryRoadsStudentProfiles li .crspCont {
    display: flex;
    text-align: left;
  }
}
.countryRoadsStudentProfiles li .crspCont img {
  margin: 0 1.2rem 1rem 0;
  max-height: 410px;
}
.countryRoadsStudentProfiles li .crspCont .countryRoadsStudentsProfile .crsQuote {
  background-color: #00457c;
  color: #fff;
  padding: 1rem 2rem;
}
.countryRoadsStudentProfiles li:not(:last-child) {
  border-bottom: thin solid #A2AAAD;
}

.covidButton {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  padding: 0.75rem 1rem;
  border-radius: 0.25rem;
  text-transform: uppercase;
  color: #fff;
  background-color: #be3a34;
  box-shadow: inset 0 -0.125rem #be3a34;
  position: relative;
  margin-bottom: 1rem;
}

.covidButton:hover, .covidButton:focus {
  color: #fff !important;
  filter: brightness(85%);
}

.sidebarHeader {
  font-size: 1.2rem;
  color: #00457c;
}
.cr-album-list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-flow: wrap;
  margin: 2rem 0;
}
.cr-album-list div {
  background-repeat: no-repeat;
  background-size: cover;
  width: 250px;
  height: 250px;
  display: flex;
  align-items: end;
  justify-content: start;
  margin-bottom: 2rem;
}
.cr-album-list div a {
  text-decoration: none;
  color: white;
  padding-left: 0.5rem;
  font-size: 1.45rem;
  height: 100%;
  width: 100%;
  padding-top: 88%;
  padding-left: 0.5rem;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.55) 40px, rgba(0, 0, 0, 0) 25px);
}
.cr-album-list div a:focus, .cr-album-list div a:hover {
  text-decoration: underline;
}
.cr-album-list .wellness-work {
  background-image: url("https://ced-editor.hsc.wvu.edu/media/4359/wellness-work.jpg"), linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7));
}
.cr-album-list .public-transit-training {
  background-image: url("https://ced-editor.hsc.wvu.edu/media/4358/public-transit-training.jpg");
}
.cr-album-list .occupational-skills {
  background-image: url("https://ced-editor.hsc.wvu.edu/media/4356/occupational-work.jpg");
}
.cr-album-list .orientation-week {
  background-image: url("https://ced-editor.hsc.wvu.edu/media/4357/orientation-week.jpg");
}
.cr-album-list .mascots {
  background-image: url("https://ced-editor.hsc.wvu.edu/media/4605/mascotsthumb.jpg");
}
.cr-album-list .aug2022 {
  background-image: url("https://ced-editor.hsc.wvu.edu/media/4604/aug2022thumb.jpg");
}
.cr-album-list .latest {
  background-image: url("https://ced-editor.hsc.wvu.edu/media/4761/cr-most-recent-83123.jpg");
}
.cr-album-list .most-recent-2024 {
  background-image: url("https://ced-editor.hsc.wvu.edu/media/5195/recent-2024.jpg");
}
.cr-album-list .most-recent-2025 {
  background-image: url("https://ced-editor.hsc.wvu.edu/media/5541/2025-w.jpg");
}