* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  font-family: sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 16px;
  color: #243142;
}

#wrapper {
  max-width: 1280px;
  margin: 0 auto;
}
#wrapper footer {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  color: #243142;
}

@media all and (max-width: 1280px) {
  #wrapper {
    padding: 0 10px;
  }
}
.logo-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  padding: 10px 0;
}
.logo-nav .logo {
  height: 100%;
}
.logo-nav .logo a {
  display: flex;
  height: 100%;
}
.logo-nav .logo a .iu-logo {
  height: 100%;
}
.logo-nav .logo a .crane-logo {
  height: 100%;
}
.logo-nav .logo a img {
  height: 100%;
}
.logo-nav nav {
  min-width: 25%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo-nav nav a {
  text-decoration: none;
  color: #243142;
  text-transform: uppercase;
}

@media all and (max-width: 750px) {
  a {
    margin-right: 10px;
  }
}
.home .hero {
  min-height: 500px;
  max-width: 100%;
  background-image: url(../images/r4-hero.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.home .sub-stories {
  margin-top: 50px;
  margin-bottom: 50px;
  min-height: 300px;
  display: flex;
  justify-content: space-between;
}
.home .sub-stories .story {
  width: 417px;
  min-height: 224px;
}
.home .sub-stories .story .story-image {
  height: 224px;
  width: 100%;
  margin-bottom: 10px;
}
.home .sub-stories .story .story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.home .sub-stories .story .story-description {
  text-overflow: ellipsis;
}
.home .sub-stories .story .story-description p:last-of-type {
  margin-bottom: 50px;
}
.home .sub-stories .story .story-description a {
  text-decoration: none;
}
.home .sub-stories .story .story-description .read-more {
  padding: 10px 20px;
  background-color: #990000;
  color: #fff;
  border-radius: 10px;
  text-transform: uppercase;
}

@media all and (max-width: 1280px) {
  .home .sub-stories {
    flex-direction: column;
    align-items: center;
  }
  .home .sub-stories .story {
    margin-bottom: 30px;
  }
}
.r4 .hero {
  height: 500px;
  background-image: url(../images/r4-hero.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 20px;
}
.r4 a {
  text-decoration: none;
}
.r4 .read-more {
  padding: 10px 20px;
  background-color: #990000;
  color: #fff;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 16px;
}
.r4 .article-section {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 25px;
}
.r4 .article-section .right {
  float: right;
  height: 200px;
  padding-left: 10px;
}
.r4 .article-section .left {
  float: left;
  height: 150px;
  padding-right: 10px;
}
.r4 .article-section .full-pic {
  max-width: 750px;
  margin-bottom: 16px;
}
.r4 .article-section .full-pic img {
  width: 100%;
}
.r4 .article-section .full-pic .caption {
  text-align: center;
  font-size: 12px;
}
.r4 .article-section .image-gallery {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

@media all and (max-width: 750px) {
  .r4 .article-section .image-gallery {
    flex-direction: column;
  }
  .r4 .article-section .image-gallery .gallery-img {
    margin-bottom: 16px;
  }
}
.auto-acres .hero {
  height: 500px;
  background-image: url(../images/auto-acres-hero.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 20px;
}
.auto-acres a {
  text-decoration: none;
}
.auto-acres .read-more {
  padding: 10px 20px;
  background-color: #990000;
  color: #fff;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 16px;
}
.auto-acres .article-section {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 25px;
}
.auto-acres .article-section .right {
  float: right;
  height: 200px;
  padding-left: 10px;
}
.auto-acres .article-section .left {
  float: left;
  height: 150px;
  padding-right: 10px;
}
.auto-acres .article-section .full-pic {
  max-width: 750px;
  margin-bottom: 16px;
}
.auto-acres .article-section .full-pic img {
  width: 100%;
}
.auto-acres .article-section .full-pic .caption {
  text-align: center;
  font-size: 12px;
}
.auto-acres .article-section .image-gallery {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

@media all and (max-width: 750px) {
  .r4 .article-section .image-gallery {
    flex-direction: column;
  }
  .r4 .article-section .image-gallery .gallery-img {
    margin-bottom: 16px;
  }
}
.mv .hero {
  height: 500px;
  background-image: url(../images/mv-hero.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 20px;
}
.mv a {
  text-decoration: none;
}
.mv .read-more {
  padding: 10px 20px;
  background-color: #990000;
  color: #fff;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 16px;
}
.mv .article-section {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 25px;
}
.mv .article-section .right {
  float: right;
  height: 200px;
  padding-left: 10px;
}
.mv .article-section .left {
  float: left;
  height: 150px;
  padding-right: 10px;
}
.mv .article-section .full-pic {
  max-width: 750px;
  margin-bottom: 16px;
}
.mv .article-section .full-pic img {
  width: 100%;
}
.mv .article-section .full-pic .caption {
  text-align: center;
  font-size: 12px;
}
.mv .article-section .image-gallery {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

@media all and (max-width: 750px) {
  .r4 .article-section .image-gallery {
    flex-direction: column;
  }
  .r4 .article-section .image-gallery .gallery-img {
    margin-bottom: 16px;
  }
}

/*# sourceMappingURL=styles.css.map */
