body {
  background-color: #eee;
}
/* Nav */
a {
  transition: all .3s ease-in-out;
}
a:focus {
  color: #bbb;
  text-decoration: none;
}

/* Homepage Styles */
.hero {
  /* background-image: url('http://dev.nwurgent.com:8888/assets/images/nwu-locations.jpg'); */
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  margin-top: 130px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.hero-content {
  width: 500px;
  padding: 35px;
  margin-right: 50px;
  background: white;
  border-radius: 20px;
}

.hero-content h1 {
  color: black;
  font-size: 28px;
  font-weight: bold;
}

.hero-content p {
  font-size: 18px;
  margin-bottom: 25px;
  text-align: left;
}

.alt-sections {
  padding: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.alt-sections:nth-child(even) {
  flex-direction: row-reverse;
}

.alt-sections .image {
  width: 450px;
  position: relative;
  /* display: block;
  color: transparent; */
}

.alt-sections .image div {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  height: 300px;
  width: 450px;
}

.alt-sections .nwu-best::before,
.alt-sections .insurance::before,
.alt-sections .testimonial::before,
.alt-sections .services::before,
.alt-sections .covid::before {
  content: '';
  background-image: inherit;
  background-size: inherit;
  background-position: inherit;
  background-repeat: inherit;
  position: absolute;
  z-index: -1;
  border-radius: inherit;
  top: 100%;
  width: inherit;
  height: inherit;
  opacity: .8;

  background-image: inherit;

  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);

  -webkit-box-shadow: inset 0 300px 50px -12px #eee;
  -moz-box-shadow: inset 0 300px 50px -12px #eee;
  -ms-box-shadow: inset 0 300px 50px -12px #eee;
  -o-box-shadow: inset 0 300px 50px -12px #eee;
  box-shadow: inset 0 300px 50px -12px #eee;
}

.alt-sections .alt-section-content {
  max-width: 400px;
  margin: 0 40px;
}

.alt-sections .alt-section-content h2 {
  color: black;
  font-size: 28px;
  font-weight: bold;
  text-transform: capitalize;
}

.alt-sections .alt-section-content p {
  text-align: left;
  margin-bottom: 25px;
}

.covid-banner {
  background-image: url(https://staging.nwurgent.com/assets/images/covid-hero-uc2.jpg);
  background-position: center;
  background-size: cover;
  padding: 100px 10px;
  color: white !important;
}
.covid-banner h2 {
  color: white !important;
}
.covid-banner h3 {
  max-width: 650px;
}

/* Page Styles */

.page-hero {
  /*margin-top: 145px;
  height: 250px; */
  padding-top: 50px;
  background-color: #5b5b5b;
  color: white;
}

@media only screen and (min-width: 768px) {
  .page-hero {
    /*margin-top: 95px;*/
	padding-top: 50px;  
  }
}

.page-hero h1 {
  margin-top: 14px;
  margin-bottom: 0px;
}

.page-hero .breadcrumb {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 6px 0 16px 0;
  text-transform: uppercase;
}

.page-hero .breadcrumb p {
  margin: 0 5px 0 0;
  line-height: 1rem;
  color: white;
}

.page-hero .breadcrumb a {
  color: white;
  text-decoration: none;
}

.page-hero .breadcrumb a:hover {
  color: #ccc;
}

/* Content Sections */
.contentsection {
  margin-bottom: 50px;
}

.contentsection h2 {
  /* color: black; */
  color: #595959;
  /*text-transform: capitalize;*/
  margin: 25px 0;
  font-weight: bolder;
}

.contentsection p {
  font-size: 1.1rem;
  line-height: 1.4rem;
}

.contentsection .w-button {
  color: white;
  text-transform: capitalize;
  font-weight: bold;
  font-size: .9rem;
  margin: 25px 0 0 0;
  padding: 10px 75px;
  border-radius: 8px;
  background-color: #CF2527; /*#961919;*/
}

.contentsection .w-button:hover {
  background-color: #aa2e2e;
}

.red-button {
  color: white;
  text-transform: capitalize;
  text-decoration: none;
  font-weight: bold;
  font-size: .9rem;
  margin: 25px 0 0 0;
  padding: 10px 30px;
  border-radius: 8px;
  background-color: #666;
}
.red-btn {
  border-radius: 8px;
}

.red-button:hover {
  background-color: #aa2e2e;
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.column-6 {
  width: 48%;
  padding-right: 25px;
}

li::marker {
  color: #ce2f2f !important;
}

.locationsSec {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.locationsSec .locationContact {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.locationsSec .locationContact a,
.locationsSec .locationContact p,
.locationsSec .locationContact h2 {
  width: 100%;
}

/* Locations Styles */
.locations {
  /*margin-top: 130px;*/
  padding: 60px 40px 40px 40px;
  background-color: #eee;
}

.locations img {
  border-radius: 25px;
  width: 100%;
  margin-bottom: 15px;
}
.locations h2 {
  color: black;
  font-size: 26px;
  font-weight: 600;
  text-transform: none;
}
.locations h3 {
  color: black;
  font-size: 18px;
  text-transform: none;
  font-weight: 600;
}
.locations p {
  font-weight: 400;
  color: black;
  margin-bottom: 10px;
  line-height: 1.4em;
}
.locations a {
  transition: all .4s ease-in-out;
  font-weight: 600;
  color: #444;
  text-decoration: none;
}
.locations a:hover {
  color: #000;
  font-weight: 800;
}

.waitlist {
  margin-top: 35px;
}
.waitlist span {
  height: 15px; 
  width: 15px; 
  padding: 0px 8px;
  margin-right: 7px;
  border-radius: 30px;
}
.locations .directions_button {
  color: white;
}
.locations .directions_button:hover {
  color: white;
}

.container {
  display: flex;
  flex-wrap: wrap;
}
.scheduleButtons {
  margin: 15px 0;
}
.scheduleButtons .schBtn {
  padding: 12px 15px;
  margin: 0 10px 10px 0;
  color: white;
  text-decoration: none;
  background-color: #CF2527; /*#961919;*/
  width: calc(100%/8);
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  font-family: 'sans-serif';
  border-radius: 4px;
}
.scheduleButtons .schBtn:hover {
  color: #eee;
  background-color: #cc0000;
}

@media only screen and (max-width: 1124px) {
  .alt-sections {
    padding: 50px;
  }
  .mainnav_link {
    margin-left: 0px !important;
    padding: 13px 12px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 900px) {
  .hero {
    /*margin-top: 130px;*/
    align-items: flex-end;
    padding: 25px;
  }
  .page-hero {
    padding: 0px 15px;
  }
  
  .hero-content {
    width: 100%;
    padding: 35px;
    padding-bottom: 45px;
    margin-right: 0;
  }
  
  .hero-content h1 {
    font-size: 28px;
    margin-top: 0;
  }

  .locations {
    padding: 10px 10px;
  }
  .scheduleButtons .schBtn {
    width: calc(100%/1);
    margin: 0 0 10px 0;
  }
  .alt-sections {
    padding: 25px;
    margin-top: 10px;
    flex-wrap: wrap;
  }
  .alt-sections .alt-section-content {
    max-width: 400px;
    margin: 0;
    margin-bottom: 10px;
  }
  .alt-sections .alt-section-content h2 {
    margin-top: 32px;
    font-size: 24px;
  }
  .alt-sections .image div {
    /* border-radius: 0px; */
    width: 100%;
    height: 300px;
    background-size: auto 100%;
  }
  .alt-sections .nwu-best::before,
  .alt-sections .insurance::before,
  .alt-sections .testimonial::before,
  .alt-sections .services::before,
  .alt-sections .covid::before {

    top: 299px;

    -webkit-box-shadow: inset 0 300px 50px -12px #eee;
    -moz-box-shadow: inset 0 300px 50px -12px #eee;
    -ms-box-shadow: inset 0 300px 50px -12px #eee;
    -o-box-shadow: inset 0 300px 50px -12px #eee;
    box-shadow: inset 0 300px 50px -12px #eee;
  }
  .red-button {
    padding: 10px 35px;
  }
}

.contact .directions {
  font-weight: bold;
  font-size: 18px;
  color: black;
  margin-bottom: 10px;
}

/* for adjusting Home page height when header.php div class="covidBanner" is in use */

.locations-home {
    margin-top: 95px !important;
}

@media only screen and (max-width: 811px) {
.locations-home {
    padding-top: 55px !important;
}
}
	
@media only screen and (max-width: 428px) {
.locations-home {
    padding-top: 100px !important;
}
}

/* styles for adjusting page height when header.php div class="covidBanner" is in use */

.page-hero {
    margin-top: 85px !important;
}

@media only screen and (max-width: 811px) {
.page-hero {
    padding-top: 55px !important;
}
}
	
@media only screen and (max-width: 428px) {
.page-hero {
    padding-top: 115px !important;
}
}