html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

body {
  color: #677078;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 1.8em; }

h1, h2 {
  color: #d41a20;
  font-weight: 300;
  margin-top: 0; }

h2 {
  font-size: 2em; }

a {
  color: #4A4A4A; }

img {
  max-width: 100%; }

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1em; }
  .container::after {
    clear: both;
    content: "";
    display: block; }

.button {
  background-color: #d41a20;
  color: #fff;
  display: inline-block;
  padding: 10px 80px;
  text-decoration: none;
  text-transform: uppercase; }

.table {
  margin: 1em auto;
  width: 50%; }
  @media screen and (max-width: 667px) {
    .table {
      width: 100%; } }
  .table thead {
    text-transform: uppercase;
    font-size: 0.8em; }
  .table tbody tr {
    border-bottom: 1px solid #677078; }
    .table tbody tr:last-child {
      border-bottom: none; }
    .table tbody tr td {
      padding: 30px 0; }

.content, .content--shaded, .content--brand {
  padding: 4em 0;
  text-align: center; }

.content--shaded {
  background-color: #F7F9F9; }

.content--brand {
  background-color: #d41a20;
  color: #fff; }
  .content--brand h2 {
    color: #fff; }

.text__list {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 31.7615653177%; }
  .text__list:last-child {
    margin-right: 0; }
  @media screen and (max-width: 667px) {
    .text__list {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 100%; }
      .text__list:last-child {
        margin-right: 0; } }
  .text__list:nth-child(3n) {
    margin-right: 0; }
  .text__list:nth-child(3n+1) {
    clear: both; }
  .text__list .text__item {
    margin-bottom: 0; }

.image__list {
  list-style: none;
  padding: 0; }
  .image__list li {
    display: inline-block;
    margin: 10px 20px; }
    .image__list li img {
      margin-bottom: 20px; }

.header {
  margin: 1em 0; }
  .header .header__logo {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 31.7615653177%; }
    .header .header__logo:last-child {
      margin-right: 0; }
    @media screen and (max-width: 667px) {
      .header .header__logo {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 100%;
        text-align: center; }
        .header .header__logo:last-child {
          margin-right: 0; } }
    .header .header__logo img {
      max-width: 150px; }
  .header .header__navigation {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 65.8807826589%;
    margin-top: 0.5em;
    text-align: right; }
    .header .header__navigation:last-child {
      margin-right: 0; }
    @media screen and (max-width: 667px) {
      .header .header__navigation {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 100%;
        text-align: center; }
        .header .header__navigation:last-child {
          margin-right: 0; } }
    .header .header__navigation a {
      display: inline-block;
      font-size: 0.8rem;
      margin: 0 5px;
      padding: 0 15px;
      text-decoration: none;
      text-transform: uppercase; }
      .header .header__navigation a.header__button {
        border: 1px solid #4A4A4A;
        border-radius: 3px;
        margin-right: none; }

.hero, .hero--sub {
  background: #d41a20 url(https://irp.cdn-website.com/6c358bdc/DESKTOP/jpg/picccc.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  height: 400px;
  padding-top: 7em;
  text-align: center;
  width: 100%;
  position: relative; }
  .hero .hero-tint, .hero--sub .hero-tint {
    background-color: #d41a20;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    opacity: 0.3; }
  .hero .hero__content, .hero--sub .hero__content {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 100%;
    position: relative;
    z-index: 1; }
    .hero .hero__content:last-child, .hero--sub .hero__content:last-child {
      margin-right: 0; }
  .hero .hero__title, .hero--sub .hero__title {
    color: #fff; }
  .hero .hero__subtitle, .hero--sub .hero__subtitle {
    margin-bottom: 3em; }

.hero--sub {
  background: #d41a20 url(https://irp.cdn-website.com/6c358bdc/DESKTOP/jpg/picccc.jpg) no-repeat center center;
  background-size: cover;
  height: auto;
  padding: 4em 0; }

.footer {
  background-color: #d41a20;
  color: #fff;
  padding: 4em 0; }
  .footer a {
    color: #fff; }
  .footer .footer__social-media {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 23.2317609825%;
    text-align: right; }
    .footer .footer__social-media:last-child {
      margin-right: 0; }
    @media screen and (max-width: 667px) {
      .footer .footer__social-media {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 100%;
        text-align: center; }
        .footer .footer__social-media:last-child {
          margin-right: 0; } }
    .footer .footer__social-media a {
      background-color: #F7F9F9;
      border-radius: 15px;
      color: #677078;
      display: inline-block;
      font-size: 15px;
      height: 30px;
      margin-left: 5px;
      padding-top: 2px;
      text-align: center;
      width: 30px; }
  .footer .footer__copyright {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 23.2317609825%; }
    .footer .footer__copyright:last-child {
      margin-right: 0; }
    @media screen and (max-width: 667px) {
      .footer .footer__copyright {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 100%;
        margin-bottom: 1em;
        text-align: center; }
        .footer .footer__copyright:last-child {
          margin-right: 0; } }
  .footer .footer__contact-info {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%;
    text-align: center; }
    .footer .footer__contact-info:last-child {
      margin-right: 0; }
    @media screen and (max-width: 667px) {
      .footer .footer__contact-info {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 100%;
        margin-bottom: 1em; }
        .footer .footer__contact-info:last-child {
          margin-right: 0; } }
