html {
  font-size: 100%; }

body {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: normal;
  line-height: 1.7;
  font-size: 0.9rem;
  font-weight: 300;
  color: #373534; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;
  color: #9c132e;
  line-height: 1.4;
  margin: 0 0 1.5rem; }

h1, .h1 {
  font-size: 2rem; }

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

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

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

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

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

a, a:active, a:visited {
  color: #9c132e;
  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: #4f1234; }

.block a {
  border-bottom: 1px solid transparent; }
  .block a:hover {
    border-color: #4f1234; }

.hidden, .header .menu-toggle, .header .nav, .header .inner *, .hero .inner *, .column.right, .column.left, .staff-search-results-wrapper, .pre-footer, .footer-links, .search-container, .cookies {
  display: none; }

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

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

.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; }
.hero .inner .profile-image {
  width: 30%; }

