body {
  background-image: url(../../images/page_extended/ad10__bg.svg);
  background-color: #fff;

  font: 15px/21px "Helvetica Neue", Arial, sans serif;
  font-weight: 100;
  color: #000;
}

body .container {
  background-color: #fff;
}

body .node-unpublished {
  background-color: transparent;
}

body p {
  margin-bottom: 15px;
}

/*** TYPOGRAPHY ***/
body h2,
body .h2 {
  display: inline-block;
  margin: 0 0 10px;
  padding: 0 10px 10px 0;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;

  font: 40px/1.05 "Helvetica Neue", Arial, sans serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #000;
}

body h2.title {
  border: none;

  font-size: 50px;
}

body h2.line {
  padding-top: 18px;
  border-top: 2px solid #000;
}

body h3 {
  padding: 0 5px 3px 0;
  display: block;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;

  font-size: 21px;
  font-weight: normal;
  line-height: 24px;
  color: #000;
  text-transform: uppercase;
}

/*** LIST ***/
body ul {
  margin-right: 0;
  margin-left: 0;
}
body ul li {
  list-style-image: none;
  list-style-type: disc;
  margin-bottom: 5.2px;
}

/*** LINK ***/
body .block-system a:hover {
  color: #c6182f;
}
body .more-wrapper {
  display: block;
  text-align: right;
}
body .more {
  display: inline-block;
  padding: 0 5px 2px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;

  text-transform: uppercase;
  color: #000;
}
body .more:hover {
  color: #c6182f;
}

/*** BUTTONS ***/
body .btn {
  width: 100%;
  padding: 10px;

  text-transform: uppercase;
  font-weight: bold;
  font-size: 23px;
  text-align: center;
}

body .btn.bg-red {
  background-color: #de1935;
  color: #fff;
}
body .btn.bg-gray {
  background-color: #e7e7e9;
  color: #000;
}

/*** MENU ***/
body .menu {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  margin-bottom: 30px;
  padding: 10px 0 7px;
}

body .menu a.menu-item {
  padding: 0 5px 3px 0;
  display: block;
  border-bottom: 2px solid transparent;
  border-right: 2px solid transparent;

  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  color: #000;
  text-transform: uppercase;
}

body .menu a.menu-item:hover {
  border-bottom-color: #000;
  border-right-color: #000;

  color: #c6182f;
}

@media screen and (min-width: 768px) {
  body .menu a.menu-item {
    display: inline-block;
  }
  body .menu a.menu-item:not(:last-child) {
    margin-right: 29px;
  }
}

@media screen and (min-width: 992px) {
  body .menu a.menu-item:not(:last-child) {
    margin-right: 60px;
  }
}

@media screen and (min-width: 1200px) {
  body .menu a.menu-item {
    font-size: 21px;
    line-height: 24px;
  }
  body .menu a.menu-item:not(:last-child) {
    margin-right: 100px;
  }
}

/*** IMAGES ***/
body img.main {
  padding-top: 12px;
  border-top: 2px solid #c6182f;
}

/*** LAYOUT ***/
body #main {
  padding-top: 30px;
  padding-bottom: 30px;
}

body .field--name-body > .field__item {
  margin-bottom: 30px;
}

body .field--name-body > .field__item:first-child {
  margin-bottom: 14px;
}

/*** EXPANDED ***/
body .expand-wrapper .expand-content {
  position: relative;
  padding: 20px 0;
  border-top: 2px solid #c6182f;
  overflow: visible !important;
}

body .expand-wrapper .expand-content:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  border: 2px solid transparent;
  border-top-color: #c6182f;
  border-left-color: #c6182f;
  top: -12px;
  width: 20px;
  height: 20px;
  background-color: #fff;

  transform: rotate(225deg);
}

/*** TILES ***/
body .tiles {
  margin-bottom: -5px;
}

body .tiles .tile {
  margin-bottom: 30px;
}

body .tiles .tile .tile-header.expand-link .lead {
  color: #000;
}

body .tiles .tile.expanded .tile-header h3,
body .tiles .tile .tile-header.expand-link:hover h3 {
  color: #c6182f;
  border-color: #c6182f;
}

body .tiles .tile .tile-header .date {
  font-weight: 100;
}

body .tiles .tile .tile-header .lead {
  font-size: 15px;
}

body .tiles .tile .tile-header .lead .more {
  margin-top: 10px;
}
body .tiles .tile.expanded .tile-header .lead {
  font-weight: bold;
}
body .tiles .tile.expanded .tile-header .lead .more {
  font-weight: normal;
}

body .tiles .tile .tile-header.expand-link:hover .lead .more {
  color: #c6182f;
  border-color: #c6182f;
}

@media all and (min-width: 768px) {
  body .tiles .tile.col-md-6:nth-child(odd) {
    clear: both;
  }

  body .tiles .tile.col-md-6.expanded:nth-child(odd) + .tile + .tile,
  body .tiles .tile.col-md-6.expanded:nth-child(even) + .tile {
    clear: both;
  }

  body .tiles .tile.col-md-6 .tile-header {
    position: relative;
    padding-bottom: 50px;
  }

  body .tiles .tile.col-md-6 .tile-header .lead {
    margin-bottom: 0;
  }

  body .tiles .tile.col-md-6 .tile-header .lead .more-wrapper {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
  }
}

/*** INTRO ***/
body #intro {
  margin-bottom: 15px;
}
body #intro > .col-md-6:first-child > p:first-child {
  padding: 0 13px 15px 0;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;

  font-weight: bold;
}

/*** ADDITIONAL ***/
body #additional div.additional-item {
  overflow: hidden;
  margin-bottom: 15px;
}

body #additional div.additional-item > a {
  display: block;
}

body #additional div.additional-item img {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  border-right: 2px solid #000;
}

body #additional div.additional-item .more {
  float: right;
}

body #additional div.additional-item > a:hover .h2,
body #additional div.additional-item > a:hover .more {
  color: #c6182f;

  border-color: #c6182f;
}

/* Marked */
body #additional div.additional-item.marked .h2,
body #additional div.additional-item.marked .more {
  color: #c6182f;

  border-color: #c6182f;
}

body #additional div.additional-item.marked > a:hover .h2,
body #additional div.additional-item.marked > a:hover .more {
  color: #000;

  border-color: #000;
}

/*** FOOTER ***/
#block-block-18 > .content > div {
  border-top-color: #000 !important;
}
