/** Margins */
.margin-auto {
  margin-left: auto;
  margin-right: auto;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.bottom {
  top: auto;
  bottom: 0;
}
.display-block {
  display: block;
}

/** Margins */
.m-t {
  margin-top: 20px !important;
}
.m-b {
  margin-bottom: 20px !important;
}
.m-t-2 {
  margin-top: 30px !important;
}
.m-b-2 {
  margin-bottom: 30px !important;
}
.m-t-3 {
  margin-top: 40px !important;
}
.m-b-3 {
  margin-bottom: 40px !important;
}
.m-t-4 {
  margin-top: 50px !important;
}
.m-b-4 {
  margin-bottom: 50px !important;
}

.mn-t {
  margin-top: -20px !important;
}
.mn-t-2 {
  margin-top: -30px !important;
}
.mn-t-3 {
  margin-top: -40px !important;
}
.mn-t-4 {
  margin-top: -50px !important;
}


/** Fonts */
body {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}
h1,h2,h3,h4,h5,h6,strong,b {
  font-weight: 900;
}
p {
  font-size: 16px;
  line-height: 1.6em;
}


a {
  color: #000;
}
a:hover {
  color: #333;
  text-decoration: underline;
}

/** CSS clases */
.full-width {
  width: 100%;
}


/** Navigation  */
nav ul,
nav li {
  list-style: none;
}

/** Headings & titles */
.heading-1 {
  color: #B30022;
  font-size: 36px;
  font-weight: 300;
  margin: 0 0 30px 0;
}
.heading-2 {
  color: #B30022;
  font-size: 20px;
  font-weight: 300;
  border-top: 2px solid #B30022;
  padding-top: 5px;
  margin-top: 0px;
}
.heading-3 {
  color: #B30022;
  font-size: 20px;
  font-weight: 300;
  padding-top: 5px;
  margin-top: 20px;
}

.heading-5 {
  color: #B30022;
  font-size: 14px;
  font-weight: 300;
  margin-top: 0;
}

.content-box h1,
.title-1 {
  color: #B30022;
  font-size: 36px;
  font-weight: 300;
  padding-bottom: 20px;
  display: table-cell;
}

.title-2 {
  font-size: 18px;
  font-weight: 300;
  margin-top: 0;
}
.title-3 {
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 5px;
}
.sidebar .title-3 {
  font-size: 15px;
}
.title-3 a {
  color: #B30022;
}
.title-4 {
  font-size: 14px;
  font-weight: 300;
}
.heading-5 + .title-3 {
  margin-top: 0;
}
.heading-5 + .title-2 {
  margin-top: 0;
  font-weight: bold;
}
.summary p {
  font-size: 15px;
}

.icon-round {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid #e7e7e7;
  display: inline-block;
  width: 35px;
  height: 35px;
  padding: 4px 2px;
  text-align: center;
  font-size: 20px;
  margin: 6px 8px 0 0;
}


/** Colors */
.black,
.black a {
  color: #000;
}
.grey,
.grey a {
  color: #bbb;
}
.white,
.white a {
  color: #fff;
}
.border-white {
  border-color: #fff;
}


/** Links */
.more-info {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 11px;
}
.more-info:after {
  content: "\f0da";
  font-family: 'FontAwesome';
  margin-left: 5px;
  font-size: 12px;
}