.main-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.rpm-logo {
  width: 60px;
  height: 100%;
}

.brand-logo {
  height: 50px;
  margin-left: 10px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand {
  padding-top: 5px;
  padding-left: 6px;
}

.nav-links-holder {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #a5a5a5;
}

.hero.home {
  height: auto;
  background-color: #a5a5a5;
}

.page-title {
  margin-bottom: 20px;
  font-family: proxima-nova, sans-serif;
  color: #000;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.menu-link {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  border-bottom: 5px solid transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: proxima-nova, sans-serif;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}

.menu-link:hover {
  border-bottom-color: #000;
}

.menu-link.w--current {
  color: #fff;
}

.hero-logo {
  width: 800px;
  height: auto;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #000;
  color: #fff;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: proxima-nova, sans-serif;
  color: #000;
  font-size: 16px;
}

.footer-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
}

.footer-text {
  margin-bottom: 0px;
}

.footer-link {
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #fff;
  text-decoration: none;
}

.footer-link:hover {
  border-bottom-color: #fff;
}

.main-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.page-description {
  width: 400px;
  margin-bottom: 60px;
  text-align: center;
}

.type-column {
  padding-right: 20px;
  background-color: #a5a5a5;
}

.body-link {
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #a5a5a5;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.body-link:hover {
  color: #000;
}

.two-col-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1em;
  font-weight: 900;
  text-transform: uppercase;
}

.type-uppercase {
  margin-bottom: 0px;
  font-size: 23px;
  text-transform: uppercase;
}

.type-numbers {
  margin-bottom: 0px;
}

.paragraph {
  margin-bottom: 0px;
}

.two-column-row {
  width: 100%;
  margin-bottom: 80px;
}

.two-col-text {
  margin-bottom: 20px;
}

.section-color {
  background-color: #a5a5a5;
  color: #fff;
}

.page-subtitle {
  margin-top: 0px;
  margin-bottom: 60px;
  font-family: proxima-nova, sans-serif;
  font-size: 38px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.page-subtitle.low-margin {
  margin-bottom: 20px;
}

.three-col-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 400;
}

.image {
  padding: 20px;
  background-color: #a5a5a5;
}

.three-col-subtitle {
  width: 100px;
  margin-bottom: 0px;
  font-weight: 400;
  text-transform: uppercase;
}

.three-col-info {
  margin-bottom: 0px;
  font-weight: 900;
  text-transform: uppercase;
}

.three-col-note-title {
  margin-top: 20px;
  margin-bottom: 0px;
  color: #000;
  font-size: 16px;
  line-height: 1em;
  font-weight: 400;
  text-transform: uppercase;
}

.three-column-row {
  width: 100%;
  margin-bottom: 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}

.three-column-row.last-row {
  border-bottom-color: transparent;
}

.page-subtitle-white {
  margin-top: 0px;
  margin-bottom: 60px;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 38px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.two-col-note-title {
  margin-top: 20px;
  margin-bottom: 0px;
  color: #000;
  font-size: 16px;
  line-height: 1em;
  font-weight: 400;
  text-transform: uppercase;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.two-col-subtitle {
  width: 80px;
  margin-bottom: 0px;
  font-weight: 900;
  text-transform: uppercase;
}

.two-col-info {
  margin-bottom: 0px;
}

.two-col-color-codes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.color-codes-box {
  margin-bottom: 20px;
}

.dot {
  display: inline;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 22px;
}

.examples-caption {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-weight: 700;
  text-transform: uppercase;
}

.examples-image {
  width: 99%;
  margin-bottom: 5px;
  border: 1px solid #fff;
}

.examples-image-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.examples-images-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.grid {
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 1.25fr;
  grid-template-columns: 1fr 1.25fr;
}

.page-subtitle-link {
  width: 400px;
  margin-bottom: 60px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #a5a5a5;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.page-subtitle-link:hover {
  color: #000;
}

.body-separator {
  width: 100%;
  height: 2px;
  margin-bottom: 60px;
  background-color: #000;
}

.page-subtitle-black {
  margin-top: 0px;
  margin-bottom: 60px;
  font-family: proxima-nova, sans-serif;
  color: #000;
  font-size: 38px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.page-subtitle-black.low-margin {
  margin-bottom: 10px;
}

.grid-three-col-row {
  width: 100%;
}

.grid-three-col-subtitle {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1em;
  font-weight: 900;
  text-transform: uppercase;
}

.grid-column {
  padding: 20px;
}

.page-button {
  margin-bottom: 60px;
  padding: 20px 35px;
  background-color: #000;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.page-button:hover {
  background-color: #a5a5a5;
}

.page-button-color {
  margin-bottom: 60px;
  padding: 20px 35px;
  background-color: #a5a5a5;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.page-button-color:hover {
  background-color: #000;
}

.body-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.three-col-color-codes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.example-row {
  width: 100%;
}

.back-arrow {
  position: absolute;
  left: 0px;
  top: 50px;
  width: 50px;
}

.full-width-image {
  margin-bottom: 80px;
  padding: 20px 30px;
  background-color: #a5a5a5;
}

.full-width-image-holder {
  margin-bottom: 80px;
  padding-right: 10px;
  padding-left: 10px;
}

@media screen and (max-width: 991px) {
  .rpm-logo {
    width: 50px;
  }

  .brand-logo {
    height: 40px;
  }

  .menu-link {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-style: none;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  .menu-link:hover {
    border-bottom-style: none;
    -webkit-transform: translate(5px, 0px);
    -ms-transform: translate(5px, 0px);
    transform: translate(5px, 0px);
  }

  .hero-logo {
    width: 80%;
  }

  .body-link {
    margin-bottom: 10px;
  }

  .dot {
    display: none;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #a5a5a5;
  }

  .icon {
    font-size: 1.25em;
  }

  .nav-menu-2 {
    background-color: #a5a5a5;
  }
}

@media screen and (max-width: 767px) {
  .hero.home {
    height: 300px;
  }

  .footer {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .page-description {
    width: 80%;
  }

  .body-link {
    margin-bottom: 10px;
  }

  .three-col-title {
    margin-bottom: 10px;
  }

  .image {
    margin-bottom: 10px;
  }

  .three-col-subtitle {
    width: auto;
    margin-right: 10px;
  }

  .dot {
    display: inline-block;
  }

  .examples-images-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .page-subtitle-link {
    width: 80%;
  }

  .body-separator {
    width: 95%;
    height: 1px;
  }

  .page-button {
    margin-right: 10px;
    margin-left: 10px;
  }

  .page-button-color {
    margin-right: 10px;
    margin-left: 10px;
  }

  .menu-button {
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: #000;
    color: #fff;
  }

  .back-arrow {
    left: 10px;
    top: 55px;
    width: 40px;
  }

  .full-width-image {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .hero.home {
    height: 250px;
  }

  .dot {
    display: none;
  }
}

