.smallcaps {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.025em;
  font-size: 1.3rem;
  font-weight: bold;
}

.readmore, .btn--primary {
  color: #fff !important;
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: 0.05em;
  line-height: 1;
  background: #003594;
  padding: 1em 1.5em;
  margin-top: 2em;
  border-radius: 0;
  display: inline-block;
  text-decoration: none;
}
.readmore:hover, .btn--primary:hover {
  background: #3366ff;
}
.readmore a, .btn--primary a {
  text-decoration: none;
  color: #fff;
}

.viewmore {
  color: #fff !important;
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: 0.05em;
  line-height: 1;
  background: #003594;
  padding: 1em 1.5em;
  margin-top: 2em;
  border-radius: 0;
  display: inline-block;
  text-decoration: none;
  /*
    color: $pitt-blue-dark !important;
    font-weight: bold;
    font-family: $body-font;
    line-height: 1;
    font-size: 1.6rem;
    @include tablet {
      font-size: 1.6rem
    }
    @include desktop {
      font-size: 2.0rem;
    }
    &:hover {
      color: $bright-blue !important;
    }
    &:after {
      content: "";
      background: url(../img/arrow_right.png) no-repeat;
      background-size: contain;
      display: inline-block;
      width: 40px;
      height: 12px;
      margin-left: 0.75em;  
    }
  */
}
.viewmore:hover {
  background: #3366ff;
}

h2 {
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: 2.4rem;
  }
}
h3 {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 992px) {
  h3 {
    font-size: 2.1rem;
  }
}
h4 {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.025em;
  font-size: 1.3rem;
  font-weight: bold;
  /*
    @include tablet {
      font-size: 4.0rem;
    }
    @include desktop {
      font-size: 5.0rem;
    }
    @include wide {
      font-size: 6.0rem;
    } 
  */
}

.paragraph--type--home-display-text .field--name-field-title {
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 992px) {
  .paragraph--type--home-display-text .field--name-field-title {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1200px) {
  .paragraph--type--home-display-text .field--name-field-title {
    font-size: 1.8rem;
  }
}

.view .image-grid-callout {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .view .image-grid-callout {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 992px) {
  .view .image-grid-callout {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .view .image-grid-callout {
    margin-bottom: 75px;
  }
}

.viewmore:hover {
  color: #fff !important;
}
.viewmore:after {
  display: none;
}

/*
.page-node-type-home-layout-page .paragraph--type--grid-style-d .field--name-field-title {
  @include smallcaps;
  @include bodyfont;
}
*/
@media screen and (min-width: 992px) {
  .block-system-main-block .bg_torn_gray {
    margin-bottom: 75px;
  }
}
@media screen and (min-width: 1200px) {
  .block-system-main-block .bg_torn_gray {
    margin-bottom: 100px;
  }
}

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