@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word; }

html {
  -webkit-text-size-adjust: none; }

body {
  font: 200 normal 100%/1.6 "Myriad Pro", sans-serif;
  color: #58595b;
  background: white; }

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, blockquote, pre {
  margin: 0 0 1em 0; }

h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  font-weight: 200; }

h1, .h1 {
  font-size: 1.8em; }

h2, .h2 {
  font-size: 1.6em; }

h3, .h3 {
  font-size: 1.4em; }

h4, .h4, h5, .h5, h6, .h6 {
  font-weight: bold; }

.p {
  font-size: 1em; }

ol, ul {
  list-style-type: none;
  list-style-position: outside; }

table {
  width: 100%;
  text-align: left;
  table-layout: fixed; }

strong, .strong {
  font-weight: bold; }

em, .em {
  font-style: italic; }

small, .small {
  font-size: 90%; }

.smaller {
  font-size: 70%; }

img, object, embed {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic;
  box-sizing: content-box;
  image-rendering: -webkit-optimize-contrast; }

a {
  color: #0069a6;
  text-decoration: none; }

a:hover {
  color: #4da2c4; }

pre {
  font-family: Consolas, monospace;
  background: #fff;
  border-radius: 3px;
  padding: 10px;
  white-space: pre-wrap; }


.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

.text-left {
  text-align: left !important; }

.text-justify {
  text-align: justify !important; }

.clear-left {
  clear: left !important; }

.clear-right {
  clear: right !important; }

.clear-both {
  clear: both !important; }

.cf:before, .cf:after {
  content: "" !important;
  display: table !important; }

.cf:after {
  clear: both !important; }

.cf {
  zoom: 1 !important; }

.margin-none {
  margin: 0 !important; }

.margin-auto {
  margin: 0 auto !important; }

.padding-none {
  padding: 0 !important; }

.display-inline {
  display: inline !important; }

.display-block {
  display: block !important; }

.display-inline-block {
  display: inline-block !important; }

.bullet-disc {
  list-style-type: disc !important; }

.bullet-decimal {
  list-style-type: decimal !important; }

.bullet-square {
  list-style-type: square !important; }

.bullet-none {
  list-style-type: none !important; }

.bullet-disc, .bullet-square {
  margin-left: 20px !important; }

.list-spaced li {
  margin-bottom: 10px !important; }

.display-none, .js .js-display-none {
  display: none; }

.show, .js .js-show {
  display: block; }

.visually-hidden {
  position: absolute !important;
  left: -99999px !important;
  top: 0 !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important; }

.visibility-hidden {
  visibility: hidden !important; }

.width-auto {
  width: auto !important; }

.mortar {
  margin-bottom: 30px !important; }

.mortar--smaller {
  margin-bottom: 15px !important; }

.mortar--larger {
  margin-bottom: 60px !important; }

.margin-left-mortar {
  margin-left: 30px !important; }

.margin-right-mortar {
  margin-right: 30px !important; }

.border {
  border: 1px solid #eee !important; }

.pipe {
  border-right: 1px solid #eee !important;
  margin-right: 10px !important;
  padding-right: 10px !important; }

.word-divider {
  overflow: hidden;
  padding-left: 20px; }

.word-divider:before,
.word-divider:after {
  background-color: #ddd;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%; }

.word-divider:before {
  right: 0.5em;
  margin-left: -50%; }

.word-divider:after {
  left: 0.5em;
  margin-right: -50%; }

.underline {
  border-bottom: 1px solid transparent !important; }

.underline--white {
  border-color: #fff !important; }

.underline--grey {
  border-color: #eee !important; }

.underline--thicker {
  border-width: 2px !important; }

.lineheight-none {
  line-height: 1 !important; }

.link-underline {
  background-image: -moz-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.3) 50%) !important;
  background-image: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.3) 50%) !important;
  background-image: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.3) 50%) !important;
  background-image: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.3) 50%) !important;
  background-repeat: repeat-x !important;
  background-size: 2px 2px !important;
  background-position: 0 21px !important; }

.colour-success {
  color: #657e3c !important; }

.colour-error {
  color: #bf210e !important; }

.colour-warning {
  color: #956433 !important; }

.position-relative {
  position: relative; }

.fix-text ul,
.fix-text ol {
  margin-left: 20px !important; }

.fix-text ul {
  list-style-type: disc !important; }

.fix-text ol {
  list-style-type: decimal !important; }



.container {
  padding: 10px 0 0 0;
}
.container__inner {
  margin: 0 auto;
  padding: 0 5%;
  max-width: 1050px;
}

.header {
  margin-bottom: 10px;
}
.header__logo {
  max-width: 150px;
  display: block;
}

.hero-image {
  height: 450px;
  background-color: #8C8;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 850px) {
  .hero-image {
    height: 200px;
  }
}

.carousel {
  background: #FAFAFA;
  position: relative;
}
.carousel__cell {
  width: 100%;
  height: 450px;
  margin-right: 10px;
  background-color: #8C8;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.carousel__info {
  background: black;
  width: 300px;
  padding: 20px;
  color: white;
}
.carousel__header {
  margin-bottom: 4px;
  color: white;
  font-weight: normal;
}
.carousel__read-more {
  font-size: 20px;
  text-align: right;
  margin: 0;
  font-style: italic;
}
.carousel__read-more a {
  color: white;
}
.section {
  margin-bottom: 55px;
}
h1 {
  text-transform: uppercase;
  color: #666;
  font-size: 40px;
  margin-bottom: 22px;
  line-height: 1.3;
}
h2 {
  color: #3751b2;
  font-weight: bold;
  text-transform: uppercase;
}
.highlight-text {
  color: #3751b2;
}
.link-blocks {
  margin: 30px 0;
  display: flex;
}
.link-blocks__block {
  position: relative;
  background-color: #5e5957;
  background-position: 111%  100%;
  background-repeat: no-repeat;
  display: block;
  width: 200px;
  margin-right: 20px;
  float: left;
  color: white;
  line-height: 1.4;
  padding: 5px 40px 35px 6px;
  background-size: 54px 100%;
  transition: 0.2s;
}
.link-blocks__block:hover {
  color: white;
  background-color: #333
}
.link-blocks__block--1 {
  background-image: url(../images/link-block-1.jpg);
}
.link-blocks__block--2 {
  background-image: url(../images/link-block-2.jpg);
}
.link-block__description {
  text-transform: uppercase;
} 
.link-block__read-more {
  position: absolute;
  bottom: 5px;
  right: 45px;
  margin: 0;
}
.button {
  display: inline-block;
  padding: 7px 35px;
  background: #9c1f31;
  color: white;
  transition: 0.2s
}
.button:hover {
  opacity: 0.8;
  color: white;
}
.footer {
  padding: 107px 0 50px 0;
  margin-top: 100px;
  border-bottom: 10px solid #9c1f31;
  /*background: black url(../images/footer-bg.jpg) no-repeat top center;*/
  background-color: #000000;
  background-size: 100%;
}
.footer__text {
  color: white;
  text-align: center;
  padding: 0 5%;
  margin: 0;
}
.footer__text a {
  color: white;
  text-decoration: underline;
}
@media (max-width: 850px) {
  .footer {
   
  }
}













