html {
  font-size: 95%; }
  @media only screen and (min-width: 40em) {
    html {
      font-size: 100%; } }
  @media only screen and (min-width: 60em) {
    html {
      font-size: 105%; } }

body {
  color: #4b5457;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0 0 1.5rem;
  color: #4b5457;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.3; }

h1, .h1 {
  font-size: 1.8rem;
  color: #c4262e;
  font-weight: 400; }

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

h3, .h3 {
  font-size: 1.2rem; }

h4, .h4 {
  font-size: 1.1rem; }

h5, .h5 {
  font-size: 1rem; }

h6, .h6 {
  font-size: 0.9rem; }

a,
a:active,
a:visited {
  color: #c4262e;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  a:hover,
  a:active:hover,
  a:visited:hover {
    color: #4b5557; }

blockquote {
  margin: 0;
  padding-left: 1.5rem;
  border-left: 6px solid #e2e2e2;
  margin-bottom: 3rem; }
  blockquote p:last-of-type {
    text-align: right;
    font-weight: 700;
    font-size: .8rem; }

p {
  margin: 0; }

.centre .content p {
  margin: 0 0 1.5rem; }
  .centre .content p.intro {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e9ebec;
    color: #4b5457;
    font-size: 1.1rem; }
    @media only screen and (min-width: 40em) {
      .centre .content p.intro {
        font-size: 1.2rem; } }

.centre .content * + ul {
  list-style-type: disc;
  margin: 0 0 1.5rem;
  padding: 0 0 0 25px; }

.centre .content * + ul li ul {
  padding-left: 20px;
  list-style-type: disc; }

.centre .content * + ol {
  list-style: decimal;
  margin: 0 0 1.5rem;
  padding: 0 0 0 25px; }

strong {
  font-weight: 600; }

hr {
  border: 1px solid #e9ebec; }

.table-scroll {
  overflow: scroll; }
  .table-scroll table {
    width: 100%; }
    .table-scroll table th,
    .table-scroll table td {
      padding: 1rem; }
    .table-scroll table th {
      font-family: "Open Sans Condensed", "Helvetica Neue", Arial, sans-serif;
      color: #fff;
      background: #c4262e;
      border: 2px solid #af2229; }
    .table-scroll table td {
      border: 2px solid #efefef; }

a.button, a.read-more,
a.read-more-alt,
a.morelink {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 0.8rem;
  position: relative; }
  a.button:hover, a.read-more:hover,
  a.read-more-alt:hover,
  a.morelink:hover, a.button:active, a.read-more:active,
  a.read-more-alt:active,
  a.morelink:active, a.button:visited, a.read-more:visited,
  a.read-more-alt:visited,
  a.morelink:visited {
    color: #fff; }
  a.button:hover, a.read-more:hover,
  a.read-more-alt:hover,
  a.morelink:hover {
    background: #af2229; }

.hidden, .cms-toolbar, .header .menu-toggle,
.header .nav, .header .inner *, .hero .inner *, .crumbtrails, .column.right, .column.left, .pre-footer,
.footer-block, .search-container, .cookies {
  display: none; }

* {
  color: #111;
  background: none; }

.wrapper {
  padding-bottom: 0 !important; }

.header .inner .company-logo-link,
.header .inner .company-logo {
  display: block; }

.header .inner .company-logo {
  margin-bottom: 3rem; }

.hero .inner .profile-image-wrapper,
.hero .inner .profile-image {
  display: block; }

.hero .inner .profile-image-wrapper {
  margin-bottom: 3rem; }

#ccc-notify {
  display: none !important; }
