@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Merriweather:400i");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: 'icomoon';
  src: url("../icons/icomoon.eot?8vxuei");
  src: url("../icons/icomoon.eot?8vxuei#iefix") format("embedded-opentype"), url("../icons/icomoon.ttf?8vxuei") format("truetype"), url("../icons/icomoon.woff?8vxuei") format("woff"), url("../icons/icomoon.svg?8vxuei#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  color: #4d4d4f;
  font-family: Lato, sans-serif;
  font-size: 19px;
  line-height: 30px;
  overflow-x: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: 85px; }
  @media (max-width: 800px) {
    body {
      font-size: 17px;
      line-height: 27px; } }

p {
  font-weight: 400; }

a {
  color: #003e74; }

h1 a, h2 a, h3 a, h4 a, h5 a, .single-hu_module main #resources table th a, .single-hu_module main #resources table tr td .file-type a, h6 a {
  color: inherit;
  text-decoration: inherit; }

h1 {
  font-size: 100px;
  font-weight: 900;
  line-height: 1.1; }
  h1 a {
    color: inherit;
    text-decoration: inherit; }
  @media (max-width: 800px) {
    h1 {
      font-size: 60px; } }
  @media (max-width: 500px) {
    h1 {
      font-size: 40px; } }

h2 {
  font-size: 64px;
  font-weight: 900;
  line-height: 1;
  margin: 1.1em 0; }
  @media (max-width: 800px) {
    h2 {
      font-size: 40px; } }
  @media (max-width: 500px) {
    h2 {
      font-size: 34px; } }

h3 {
  font-size: 34px;
  font-weight: 900;
  line-height: 1.125; }
  @media (max-width: 800px) {
    h3 {
      font-size: 30px; } }
  @media (max-width: 500px) {
    h3 {
      font-size: 24px; } }

h4 {
  font-size: 24px;
  font-weight: 900;
  line-height: 30px; }
  @media (max-width: 800px) {
    h4 {
      font-size: 19px; } }

h5, .single-hu_module main #resources table th, .single-hu_module main #resources table tr td .file-type {
  font-size: 12px;
  font-weight: 900;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 3px; }
  @media (max-width: 500px) {
    h5, .single-hu_module main #resources table th, .single-hu_module main #resources table tr td .file-type {
      font-size: 9px; } }
  h5.vertical-heading, .single-hu_module main #resources table th.vertical-heading, .single-hu_module main #resources table tr td .vertical-heading.file-type {
    padding-top: 43%;
    position: relative;
    color: #003e74;
    overflow: hidden;
    z-index: -1; }
    @media (max-width: 1000px) {
      h5.vertical-heading, .single-hu_module main #resources table th.vertical-heading, .single-hu_module main #resources table tr td .vertical-heading.file-type {
        padding-top: 80%; } }
    @media (max-width: 800px) {
      h5.vertical-heading, .single-hu_module main #resources table th.vertical-heading, .single-hu_module main #resources table tr td .vertical-heading.file-type {
        padding-top: 200px; } }
    h5.vertical-heading > span, .single-hu_module main #resources table th.vertical-heading > span, .single-hu_module main #resources table tr td .vertical-heading.file-type > span {
      position: absolute;
      right: 0;
      -webkit-transform: translate(-50%, -50%) rotate(-90deg);
      -ms-transform: translate(-50%, -50%) rotate(-90deg);
      transform: translate(-50%, -50%) rotate(-90deg);
      bottom: 10%;
      padding-left: 36px;
      padding-right: 12px; }
      @media (max-width: 800px) {
        h5.vertical-heading > span, .single-hu_module main #resources table th.vertical-heading > span, .single-hu_module main #resources table tr td .vertical-heading.file-type > span {
          display: none;
          -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
          transform: rotate(0);
          bottom: auto;
          position: relative; } }
      h5.vertical-heading > span:before, .single-hu_module main #resources table th.vertical-heading > span:before, .single-hu_module main #resources table tr td .vertical-heading.file-type > span:before, h5.vertical-heading > span:after, .single-hu_module main #resources table th.vertical-heading > span:after, .single-hu_module main #resources table tr td .vertical-heading.file-type > span:after {
        content: '';
        display: inline-block;
        height: 3px;
        background: #003e74;
        position: absolute;
        left: 0;
        top: 9px; }
      h5.vertical-heading > span:before, .single-hu_module main #resources table th.vertical-heading > span:before, .single-hu_module main #resources table tr td .vertical-heading.file-type > span:before {
        width: 23px; }
      h5.vertical-heading > span:after, .single-hu_module main #resources table th.vertical-heading > span:after, .single-hu_module main #resources table tr td .vertical-heading.file-type > span:after {
        width: 508px;
        left: 100%; }
        @media (max-width: 1200px) {
          h5.vertical-heading > span:after, .single-hu_module main #resources table th.vertical-heading > span:after, .single-hu_module main #resources table tr td .vertical-heading.file-type > span:after {
            width: 280px; } }

img {
  display: block; }

ol {
  counter-reset: li;
  list-style: none;
  padding: 0; }
  ol li {
    padding-left: 45px;
    position: relative;
    counter-increment: li;
    margin-bottom: 15px; }
    ol li:before {
      content: counter(li) ". ";
      color: #00aeef;
      position: absolute;
      left: 0;
      top: 1px;
      font-weight: 900; }

blockquote {
  font-family: Merriweather, serif;
  font-size: 30px;
  line-height: 1.675; }
  @media (max-width: 800px) {
    blockquote {
      font-size: 24px; } }

main, body > header, .page-header > div, .page--home main .main-feature-project .project-info, footer > div {
  margin: auto;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px; }

main {
  margin-top: 85px;
  display: block;
  position: relative; }
  main header h1 {
    color: #003e74; }

.button, input[type=button] {
  color: #003e74;
  font-size: 15px;
  font-weight: 700;
  line-height: 19px;
  border-radius: 15px;
  border: 3px solid #003e74;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
  margin-right: 16px;
  cursor: pointer; }
  @media (max-width: 500px) {
    .button, input[type=button] {
      font-size: 13px; } }
  @media (max-width: 380px) {
    .button, input[type=button] {
      display: block;
      width: 100%;
      text-align: center; } }
  .single .page-header .button, .single .page-header input[type=button] {
    color: white; }
  .button:before, .button:after, input[type=button]:before, input[type=button]:after {
    vertical-align: middle;
    padding-right: 9px; }
  .button.eye-before:before, input[type=button].eye-before:before {
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 12px; }
  .button.eye-after:after, input[type=button].eye-after:after {
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 12px; }
  .button.yellow, input[type=button].yellow {
    border-color: #faa618; }
  .button.download:before, input[type=button].download:before {
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 19px; }
  .button.embed:before, input[type=button].embed:before {
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 14px; }
  .button.external:after, input[type=button].external:after {
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 14px; }
  .button.external-before:before, input[type=button].external-before:before {
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 14px; }

input[type=button] {
  background: white; }

a > span {
  color: #4d4d4f; }

a.read-more {
  font-size: 15px;
  font-weight: 700;
  margin: 20px 0;
  text-decoration: none; }
  @media (max-width: 500px) {
    a.read-more {
      font-size: 13px; } }
  a.read-more:before, a.read-more:after {
    color: inherit; }

a.eye-before:before {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 12px; }

a.eye-after:after {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 12px;
  padding-left: 10px; }

a.external:after {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  padding-left: 10px;
  vertical-align: middle; }

.module-icon {
  width: 61px;
  height: 61px;
  margin-bottom: 30px;
  border-radius: 50%;
  position: relative;
  background: #e6e6e6; }
  .module-icon img {
    max-width: 41px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    bottom: auto;
    margin: auto; }

.page-nav ul, .module-contents ul, .jump-to ul {
  list-style: none;
  font-size: 15px;
  font-weight: 700;
  padding: 0; }

.page-nav li, .module-contents li, .jump-to li {
  margin-bottom: 10px; }

.page-nav a, .module-contents a, .jump-to a {
  text-decoration: none;
  border-bottom: 1px solid #003e74;
  padding-bottom: 6px;
  line-height: 19px; }

main form input, main form textarea {
  font-size: 24px;
  font-weight: 400;
  border: 0;
  padding: 30px 0;
  outline: 0; }
  @media (max-width: 500px) {
    main form input, main form textarea {
      font-size: 19px;
      padding: 24px 0; } }

main form input {
  border-bottom: 3px solid #003e74; }

main form input[type=button] {
  margin-top: 40px; }
  @media (max-width: 500px) {
    main form input[type=button] {
      margin-top: 30px; } }

main form textarea {
  -webkit-box-shadow: 0 2px 44px rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 44px rgba(0, 0, 0, 0.09);
  padding: 50px 30px;
  max-width: 100%; }
  @media (max-width: 500px) {
    main form textarea {
      padding: 30px 24px; } }

main form .nf-field-element textarea {
  height: 310px;
  margin-top: 50px; }
  @media (max-width: 500px) {
    main form .nf-field-element textarea {
      margin-top: 35px; } }

main form .nf-before-form-content {
  display: none; }

main form .textbox-wrap, main form .email-wrap, main form .nf-after-field, main form .nf-after-form-content, main form .nf-response-msg {
  margin: 0 50px; }
  @media (max-width: 500px) {
    main form .textbox-wrap, main form .email-wrap, main form .nf-after-field, main form .nf-after-form-content, main form .nf-response-msg {
      margin: 0 auto; } }

main form .nf-after-field {
  font-size: 14px; }
  @media (max-width: 500px) {
    main form .nf-after-field {
      font-size: 11px; } }

main form .nf-error-msg {
  color: #f57d50; }

main form .nf-error .ninja-forms-field {
  border: 0;
  border-bottom: 3px solid #f57d50; }

main form .submit-wrap {
  margin-bottom: 50px; }
  @media (max-width: 500px) {
    main form .submit-wrap {
      margin-bottom: 30px; } }

.nf-response-msg {
  padding: 24px 50px;
  background: #e6e6e6;
  margin-bottom: 50px; }
  @media (max-width: 500px) {
    .nf-response-msg {
      padding: 19px 35px;
      margin-bottom: 35px; } }

.csspointerevents .the-grid {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1100px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  pointer-events: none; }
  .csspointerevents .the-grid .line {
    height: 100%;
    width: 1px;
    background: black;
    opacity: 0.07; }
    @media (max-width: 1100px) {
      .csspointerevents .the-grid .line:first-child, .csspointerevents .the-grid .line:last-child {
        opacity: 0; } }

.no-csspointerevents .the-grid {
  display: none !important; }

body > header {
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: white;
  border-top: 10px solid #003e74;
  -webkit-box-shadow: 0 2px 44px rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 44px rgba(0, 0, 0, 0.09);
  max-width: 100%;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10; }
  @media (max-width: 500px) {
    body > header {
      border-top-width: 5px;
      height: 56px; }
      body > header .logo img {
        max-width: 200px; } }
  .show-sticky-filter body > header {
    -webkit-box-shadow: none;
    box-shadow: none; }
  body > header > * {
    display: inline-block; }
  body > header nav {
    width: 80%;
    max-width: 550px; }
    body > header nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      list-style: none;
      padding: 0; }
      body > header nav ul .sub-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        display: block;
        background: white; }
        body > header nav ul .sub-menu .sub-menu {
          position: relative;
          top: auto;
          border-left: 1px solid #4d4d4f;
          padding-left: 16px;
          margin: 7px 0; }
          body > header nav ul .sub-menu .sub-menu a {
            font-size: 13px; }
        body > header nav ul .sub-menu li {
          display: block; }
          body > header nav ul .sub-menu li a {
            white-space: nowrap; }
            body > header nav ul .sub-menu li a:hover {
              border: 0;
              color: #737376; }
      @media (max-width: 900px) {
        body > header nav ul.menu {
          max-height: 98vh;
          max-height: calc(100vh - 56px);
          overflow-y: auto; } }
      body > header nav ul.menu > li:nth-child(n+3) > .sub-menu {
        right: 0;
        left: auto; }
      body > header nav ul.menu > li > .sub-menu {
        padding: 40px;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        z-index: -500;
        pointer-events: none;
        max-height: 0;
        -webkit-transition: visible 0s linear 0.2s, z-index 0s linear 0.2s, opacity 0.2s ease, max-height 0.2s ease;
        -o-transition: visible 0s linear 0.2s, z-index 0s linear 0.2s, opacity 0.2s ease, max-height 0.2s ease;
        transition: visible 0s linear 0.2s, z-index 0s linear 0.2s, opacity 0.2s ease, max-height 0.2s ease; }
        body > header nav ul.menu > li > .sub-menu > li:not(.menu-item-has-children) {
          padding-top: 3px;
          border-bottom: 1px solid #e6e6e6; }
      @media (min-width: 900px) {
        body > header nav ul.menu > li:hover > .sub-menu {
          opacity: 1;
          max-height: 500px;
          visibility: visible;
          z-index: 1;
          pointer-events: initial;
          -webkit-transition: visible 0s, z-index 0s, opacity 0.3s ease, max-height 0.2s ease 0.1s;
          -o-transition: visible 0s, z-index 0s, opacity 0.3s ease, max-height 0.2s ease 0.1s;
          transition: visible 0s, z-index 0s, opacity 0.3s ease, max-height 0.2s ease 0.1s; } }
      @media (max-width: 900px) {
        body > header nav ul.menu > li.menu-item-has-children {
          position: relative; }
          body > header nav ul.menu > li.menu-item-has-children:before, body > header nav ul.menu > li.menu-item-has-children:after {
            content: '';
            position: absolute;
            width: 16px;
            height: 2px;
            background-color: #003e74;
            left: auto;
            right: 20px;
            top: 28px;
            margin: auto; }
          body > header nav ul.menu > li.menu-item-has-children:after {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
            -webkit-transition: -webkit-transform .2s ease;
            transition: -webkit-transform .2s ease;
            -o-transition: transform .2s ease;
            transition: transform .2s ease;
            transition: transform .2s ease, -webkit-transform .2s ease; }
          body > header nav ul.menu > li.menu-item-has-children.open:after {
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg); }
          body > header nav ul.menu > li.menu-item-has-children .sub-menu {
            padding: 0; }
          body > header nav ul.menu > li.menu-item-has-children > .sub-menu {
            position: relative;
            top: auto; }
            body > header nav ul.menu > li.menu-item-has-children > .sub-menu > li {
              padding: 0; }
              body > header nav ul.menu > li.menu-item-has-children > .sub-menu > li:last-of-type {
                border-bottom: 0; }
            body > header nav ul.menu > li.menu-item-has-children > .sub-menu .sub-menu {
              border-left: 0; }
              body > header nav ul.menu > li.menu-item-has-children > .sub-menu .sub-menu li {
                border: 0; }
          body > header nav ul.menu > li.menu-item-has-children.open > .sub-menu {
            opacity: 1;
            max-height: 3000px;
            visibility: visible;
            z-index: 1;
            pointer-events: initial;
            -webkit-transition: visible 0s, z-index 0s, opacity 0.3s ease, max-height 0.2s ease 0.1s;
            -o-transition: visible 0s, z-index 0s, opacity 0.3s ease, max-height 0.2s ease 0.1s;
            transition: visible 0s, z-index 0s, opacity 0.3s ease, max-height 0.2s ease 0.1s; } }
    body > header nav li {
      display: inline-block;
      position: relative; }
      body > header nav li a {
        color: #4d4d4f;
        font-size: 15px;
        font-weight: 700;
        line-height: 19px;
        text-decoration: none;
        padding: 5px 0; }
        @media (min-width: 900px) {
          body > header nav li a:hover {
            border-bottom: 3px solid #003e74; } }
    @media (max-width: 900px) {
      body > header nav {
        position: fixed;
        width: 100%;
        top: 85px;
        right: 0;
        background: white;
        border-top: 1px solid #e6e6e6;
        display: none; }
        .show-mobile-menu body > header nav {
          display: block; }
        body > header nav ul {
          display: block;
          margin: 0; }
          body > header nav ul li {
            display: block;
            border-bottom: 1px solid #e6e6e6;
            padding: 0 20px; }
            body > header nav ul li a {
              display: block;
              padding: 20px 0; } }
    @media (max-width: 500px) {
      body > header nav {
        top: 56px; } }
  body > header .mobile-menu-toggle {
    display: none;
    background: white;
    height: 13px;
    width: 18px;
    position: absolute;
    cursor: pointer; }
    @media (max-width: 900px) {
      body > header .mobile-menu-toggle {
        display: block;
        position: absolute;
        top: 30px;
        right: 20px; } }
    @media (max-width: 500px) {
      body > header .mobile-menu-toggle {
        top: 18px; } }
    body > header .mobile-menu-toggle .toggle {
      top: 0;
      bottom: 0; }
      body > header .mobile-menu-toggle .toggle, body > header .mobile-menu-toggle .toggle:before, body > header .mobile-menu-toggle .toggle:after {
        position: absolute;
        width: 18px;
        height: 2px;
        background-color: #003e74;
        left: 0;
        right: 0;
        margin: auto;
        -webkit-transition: background-color 0.15s ease, top 0.15s ease, -webkit-transform 0.2s ease;
        transition: background-color 0.15s ease, top 0.15s ease, -webkit-transform 0.2s ease;
        -o-transition: background-color 0.15s ease, transform 0.2s ease, top 0.15s ease;
        transition: background-color 0.15s ease, transform 0.2s ease, top 0.15s ease;
        transition: background-color 0.15s ease, transform 0.2s ease, top 0.15s ease, -webkit-transform 0.2s ease; }
      body > header .mobile-menu-toggle .toggle:before, body > header .mobile-menu-toggle .toggle:after {
        content: ''; }
      body > header .mobile-menu-toggle .toggle:before {
        top: -5px; }
      body > header .mobile-menu-toggle .toggle:after {
        top: 5px; }
      .show-mobile-menu body > header .mobile-menu-toggle .toggle {
        background-color: transparent !important; }
        .show-mobile-menu body > header .mobile-menu-toggle .toggle:before, .show-mobile-menu body > header .mobile-menu-toggle .toggle:after {
          top: 0; }
        .show-mobile-menu body > header .mobile-menu-toggle .toggle:before {
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
        .show-mobile-menu body > header .mobile-menu-toggle .toggle:after {
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.single-hu_module.student-view body > header nav {
  display: none !important; }

.page-header {
  margin-top: 85px;
  padding: 150px 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  @media (max-width: 800px) {
    .page-header {
      padding: 95px 0 0; } }
  @media (max-width: 500px) {
    .page-header {
      margin-top: 56px; } }
  .page--programs-resources .page-header, .page--team .page-header, .page--publications .page-header {
    overflow: hidden; }
  .page .page-header:before {
    content: '';
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(#ffffff));
    background-image: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background-image: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: auto;
    width: 67%;
    height: 100%;
    margin: auto; }
  .page .page-header:after {
    content: '';
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute; }
  .page-header > div {
    position: relative;
    z-index: 1; }
  .single-hu_project .page-header h1,
  .single-hu_module .page-header h1, .single-hu_project .page-header h2,
  .single-hu_module .page-header h2 {
    color: white; }
  .page-header h1 {
    color: #003e74; }
  .page-header h5, .page-header .single-hu_module main #resources table th, .single-hu_module main #resources table .page-header th, .page-header .single-hu_module main #resources table tr td .file-type, .single-hu_module main #resources table tr td .page-header .file-type {
    margin-top: 0; }
    .single-hu_project .page-header h5, .single-hu_project .page-header .single-hu_module main #resources table th, .single-hu_module main #resources table .single-hu_project .page-header th, .single-hu_project .page-header .single-hu_module main #resources table tr td .file-type, .single-hu_module main #resources table tr td .single-hu_project .page-header .file-type,
    .single-hu_module .page-header h5, .single-hu_module .page-header main #resources table th, .single-hu_module main #resources table .page-header th, .single-hu_module .page-header main #resources table tr td .file-type, .single-hu_module main #resources table tr td .page-header .file-type {
      color: white; }
    .page-header h5 a, .page-header .single-hu_module main #resources table th a, .single-hu_module main #resources table .page-header th a, .page-header .single-hu_module main #resources table tr td .file-type a, .single-hu_module main #resources table tr td .page-header .file-type a {
      color: inherit; }
  .page-header h6 {
    color: #5e6167; }
  .page-header .page-nav a {
    color: white; }

html:not(.home):not(.single) .page-header {
  position: relative;
  margin-top: 85px;
  padding-bottom: 150px; }
  @media (max-width: 800px) {
    html:not(.home):not(.single) .page-header {
      padding-bottom: 120px; } }
  @media (max-width: 500px) {
    html:not(.home):not(.single) .page-header {
      margin-top: 56px; } }
  html:not(.home):not(.single) .page-header h1 {
    margin-top: 34px; }
  html:not(.home):not(.single) .page-header .introduction {
    max-width: 775px;
    margin: 100px 0 0 auto;
    position: relative; }
    @media (max-width: 800px) {
      html:not(.home):not(.single) .page-header .introduction {
        margin-top: 25px; } }
    html:not(.home):not(.single) .page-header .introduction:before {
      content: '';
      background: #003e74;
      position: absolute;
      width: 3px;
      height: 482px;
      top: 0;
      left: -160px; }
    html:not(.home):not(.single) .page-header .introduction p {
      font-size: 30px;
      font-weight: 400;
      line-height: 1.675; }
      @media (max-width: 1000px) {
        html:not(.home):not(.single) .page-header .introduction p {
          font-size: 24px; } }
      @media (max-width: 800px) {
        html:not(.home):not(.single) .page-header .introduction p {
          font-size: 17px; } }

.page--home body {
  background-repeat: no-repeat;
  background-size: auto; }
  @media (min-width: 600px) {
    .page--home body {
      background-position: top right; } }
  @media (max-width: 600px) {
    .page--home body {
      background-position: auto;
      background-size: contain; } }

.page--home .page-header {
  padding-bottom: 55px; }
  .page--home .page-header .introduction {
    max-width: 915px;
    position: relative;
    z-index: 1; }
  .page--home .page-header h1 {
    margin: 0 0 30px;
    color: #003e74; }
  .page--home .page-header p {
    font-size: 30px;
    line-height: 1.675; }
    @media (max-width: 1000px) {
      .page--home .page-header p {
        font-size: 24px; } }
    @media (max-width: 500px) {
      .page--home .page-header p {
        font-size: 19px; } }
  .page--home .page-header .introduction a:not(.button) {
    font-weight: 700;
    text-decoration: none;
    border-bottom: 4px solid #003e74;
    padding-bottom: 3px; }
    @media (max-width: 800px) {
      .page--home .page-header .introduction a:not(.button) {
        border-bottom-width: 2px; } }
  .page--home .page-header .introduction .button {
    margin-top: 25px; }

.page--home main > .projects {
  margin-top: -240px; }

.page--home main .main-feature-project .vertical-heading {
  margin-top: -100px;
  margin-bottom: -30px; }

.page--home main .main-feature-project > a > h1 {
  max-width: 1150px;
  margin-bottom: 47px; }

.page--home main .main-feature-project h1 {
  margin-top: 0; }

.page--home main .main-feature-project p {
  margin: 45px 0; }

.page--home main .main-feature-project a {
  color: #faa618; }
  .page--home main .main-feature-project a h1 {
    color: #4d4d4f; }

.page--home main .main-feature-project .project-info {
  max-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 800px) {
    .page--home main .main-feature-project .project-info {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 0; } }
  .page--home main .main-feature-project .project-info h5, .page--home .single-hu_module main .main-feature-project .project-info #resources table th, .single-hu_module .page--home main .main-feature-project .project-info #resources table th, .page--home .single-hu_module main #resources table .main-feature-project .project-info th, .single-hu_module .page--home main #resources table .main-feature-project .project-info th, .page--home .single-hu_module main .main-feature-project .project-info #resources table tr td .file-type, .single-hu_module .page--home main .main-feature-project .project-info #resources table tr td .file-type, .page--home .single-hu_module main #resources table tr td .main-feature-project .project-info .file-type, .single-hu_module .page--home main #resources table tr td .main-feature-project .project-info .file-type {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .page--home main .main-feature-project .project-info .project-overview, .page--home main .main-feature-project .project-info .project-feature-image {
    display: inline-block;
    width: 50%;
    padding: 20px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    @media (max-width: 800px) {
      .page--home main .main-feature-project .project-info .project-overview, .page--home main .main-feature-project .project-info .project-feature-image {
        width: 100%;
        padding-left: 0; } }
  .page--home main .main-feature-project .project-info .project-overview {
    padding-left: 0;
    padding-right: 9%; }
    @media (max-width: 800px) {
      .page--home main .main-feature-project .project-info .project-overview {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3; } }
    .page--home main .main-feature-project .project-info .project-overview p {
      margin-top: 0; }
  .page--home main .main-feature-project .project-info .project-feature-image {
    padding-right: 0; }
    .page--home main .main-feature-project .project-info .project-feature-image img {
      max-width: 100%; }
  .page--home main .main-feature-project .project-info h6 {
    margin-top: 0; }

.page--home main .intro-quote {
  margin: 190px auto;
  max-width: 530px; }
  @media (max-width: 800px) {
    .page--home main .intro-quote {
      margin: 90px auto; } }
  .page--home main .intro-quote blockquote {
    margin: 20px auto; }
  .page--home main .intro-quote figure {
    max-width: 170px;
    margin: 20px 0; }
    .page--home main .intro-quote figure .profile-image {
      width: 41px;
      height: 41px;
      border-radius: 50%;
      overflow: hidden; }
      .page--home main .intro-quote figure .profile-image img {
        width: 100%;
        height: auto; }
    .page--home main .intro-quote figure h5, .page--home .single-hu_module main .intro-quote figure #resources table th, .single-hu_module .page--home main .intro-quote figure #resources table th, .page--home .single-hu_module main #resources table .intro-quote figure th, .single-hu_module .page--home main #resources table .intro-quote figure th, .page--home .single-hu_module main .intro-quote figure #resources table tr td .file-type, .single-hu_module .page--home main .intro-quote figure #resources table tr td .file-type, .page--home .single-hu_module main #resources table tr td .intro-quote figure .file-type, .single-hu_module .page--home main #resources table tr td .intro-quote figure .file-type {
      max-width: 125px; }

.page--home main .other-projects {
  position: relative; }
  .page--home main .other-projects .vertical-heading {
    position: absolute;
    left: 14%;
    left: 7.5vw;
    top: -320px;
    width: 100%;
    padding-top: 70%; }
    .page--home main .other-projects .vertical-heading span {
      right: auto;
      left: 1%; }
  .page--home main .other-projects.no-projects .vertical-heading span:before {
    display: none; }
  .page--home main .other-projects.no-projects .intro-quote {
    margin: 190px auto 300px; }
  .page--home main .other-projects .projects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1100px;
    margin: auto; }
    @media (max-width: 800px) {
      .page--home main .other-projects .projects {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .page--home main .other-projects .project {
    display: inline-block;
    vertical-align: top;
    max-width: 510px;
    height: 338px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; }
    .page--home main .other-projects .project:nth-child(odd) {
      margin-top: 169px;
      margin-right: 4%; }
      @media (max-width: 800px) {
        .page--home main .other-projects .project:nth-child(odd) {
          margin: auto; } }
    @media (max-width: 1200px) {
      .page--home main .other-projects .project {
        position: relative;
        left: 2%; } }
    @media (max-width: 800px) {
      .page--home main .other-projects .project {
        max-width: 100%; }
        .page--home main .other-projects .project, .page--home main .other-projects .project:nth-child(odd) {
          margin: 60px auto auto 10%; } }
    .page--home main .other-projects .project > a {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      display: block; }
  .page--home main .other-projects .project-title {
    background: white;
    position: relative;
    min-height: 50%;
    left: -10%;
    width: 60%;
    overflow: hidden; }
    .page--home main .other-projects .project-title h3 {
      margin: 0 0 20px 0; }
    .page--home main .other-projects .project-title .view {
      display: block;
      font-size: 15px;
      font-weight: 700;
      margin: 20px 0;
      text-decoration: none; }
      .page--home main .other-projects .project-title .view:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        background: #e6e6e6;
        height: 3px;
        width: 90px;
        margin-right: 20px; }
        @media (max-width: 500px) {
          .page--home main .other-projects .project-title .view:before {
            display: block;
            margin-bottom: 15px; } }
  .page--home main .other-projects > .button {
    margin: 90px 69px; }
    @media (max-width: 800px) {
      .page--home main .other-projects > .button {
        margin: 60px auto; } }

.page main {
  z-index: 1; }
  .page main > article {
    margin-top: 175px; }
    @media (max-width: 800px) {
      .page main > article {
        margin-top: 40px; } }

@media (max-width: 500px) {
  .page--research .project .text-content, .page--research .program .text-content, .page--programs-resources .project .text-content, .page--programs-resources .program .text-content {
    position: static; } }

.page--research .project .text-content .caption, .page--research .program .text-content .caption, .page--programs-resources .project .text-content .caption, .page--programs-resources .program .text-content .caption {
  position: absolute;
  top: -15px;
  background: #003e74; }
  @media (max-width: 500px) {
    .page--research .project .text-content .caption, .page--research .program .text-content .caption, .page--programs-resources .project .text-content .caption, .page--programs-resources .program .text-content .caption {
      top: 0; } }
  .page--research .project .text-content .caption h5, .page--research .project .text-content .caption .single-hu_module main #resources table th, .single-hu_module main #resources table .page--research .project .text-content .caption th, .page--research .project .text-content .caption .single-hu_module main #resources table tr td .file-type, .single-hu_module main #resources table tr td .page--research .project .text-content .caption .file-type, .page--research .program .text-content .caption h5, .page--research .program .text-content .caption .single-hu_module main #resources table th, .single-hu_module main #resources table .page--research .program .text-content .caption th, .page--research .program .text-content .caption .single-hu_module main #resources table tr td .file-type, .single-hu_module main #resources table tr td .page--research .program .text-content .caption .file-type, .page--programs-resources .project .text-content .caption h5, .page--programs-resources .project .text-content .caption .single-hu_module main #resources table th, .single-hu_module main #resources table .page--programs-resources .project .text-content .caption th, .page--programs-resources .project .text-content .caption .single-hu_module main #resources table tr td .file-type, .single-hu_module main #resources table tr td .page--programs-resources .project .text-content .caption .file-type, .page--programs-resources .program .text-content .caption h5, .page--programs-resources .program .text-content .caption .single-hu_module main #resources table th, .single-hu_module main #resources table .page--programs-resources .program .text-content .caption th, .page--programs-resources .program .text-content .caption .single-hu_module main #resources table tr td .file-type, .single-hu_module main #resources table tr td .page--programs-resources .program .text-content .caption .file-type {
    color: white;
    margin: 0;
    padding: 6px 10px; }

.page--research main article + article {
  margin-top: 345px;
  position: relative; }
  .page--research main article + article:before {
    content: '';
    height: 215px;
    width: 3px;
    background-color: #003e74;
    bottom: calc(100% + 97px);
    left: 187px;
    position: absolute; }

.page--research main article > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: auto; }

.page--research main article h2 {
  width: 100%;
  padding-right: 26%; }
  @media (max-width: 500px) {
    .page--research main article h2 {
      padding-right: 0; } }

.page--research main article .research-details, .page--research main article .research-outcome {
  width: 50%;
  padding: 0 20px; }
  @media (max-width: 800px) {
    .page--research main article .research-details, .page--research main article .research-outcome {
      width: 100%; } }
  @media (max-width: 500px) {
    .page--research main article .research-details, .page--research main article .research-outcome {
      padding: 0; } }

.page--research main article .research-details {
  padding-right: 40px; }

.page--research main article .team, .page--research main article .funding {
  margin: 25px 0; }
  @media (max-width: 800px) {
    .page--research main article .team, .page--research main article .funding {
      max-width: 450px; } }
  @media (max-width: 500px) {
    .page--research main article .team, .page--research main article .funding {
      max-width: 100%; } }
  .page--research main article .team h5, .page--research .single-hu_module main article .team #resources table th, .single-hu_module .page--research main article .team #resources table th, .page--research .single-hu_module main #resources table article .team th, .single-hu_module .page--research main #resources table article .team th, .page--research .single-hu_module main article .team #resources table tr td .file-type, .single-hu_module .page--research main article .team #resources table tr td .file-type, .page--research .single-hu_module main #resources table tr td article .team .file-type, .single-hu_module .page--research main #resources table tr td article .team .file-type, .page--research main article .funding h5, .page--research .single-hu_module main article .funding #resources table th, .single-hu_module .page--research main article .funding #resources table th, .page--research .single-hu_module main #resources table article .funding th, .single-hu_module .page--research main #resources table article .funding th, .page--research .single-hu_module main article .funding #resources table tr td .file-type, .single-hu_module .page--research main article .funding #resources table tr td .file-type, .page--research .single-hu_module main #resources table tr td article .funding .file-type, .single-hu_module .page--research main #resources table tr td article .funding .file-type {
    width: 130px;
    display: inline-block;
    vertical-align: top; }
  .page--research main article .team p, .page--research main article .funding p {
    display: inline-block;
    vertical-align: top;
    color: #4d4d4f;
    width: 65%;
    width: calc(100% - 130px);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px; }
    @media (max-width: 500px) {
      .page--research main article .team p, .page--research main article .funding p {
        display: block;
        width: 100%; } }

.page--research main article .research-outcome {
  position: relative; }
  .page--research main article .research-outcome .project {
    position: relative;
    margin-top: 45px; }
    .page--research main article .research-outcome .project img {
      max-width: 100%; }
  .page--research main article .research-outcome .text-content {
    position: absolute;
    z-index: 1;
    background: white;
    padding: 40px;
    top: 50%;
    width: 90%;
    width: calc(100% - 50px); }
    @media (max-width: 500px) {
      .page--research main article .research-outcome .text-content {
        width: 100%;
        padding: 25px 0 25px;
        top: auto;
        position: static; } }
    .page--research main article .research-outcome .text-content h3 {
      margin-top: 0; }

.page--team .team-members {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow: hidden;
  max-width: 1100px;
  margin: 70px auto 230px; }
  .page--team .team-members .team-member {
    margin: 30px 20px 0;
    width: 21.5%;
    width: calc(25% - 40px);
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
    max-width: 260px; }
    @media (max-width: 1000px) {
      .page--team .team-members .team-member {
        width: 30%;
        width: calc(33% - 40px); } }
    @media (max-width: 700px) {
      .page--team .team-members .team-member {
        width: 47%;
        width: calc(50% - 40px); } }
    @media (max-width: 500px) {
      .page--team .team-members .team-member {
        max-width: 100%;
        width: 100%;
        margin: 30px 0 0; } }
    .page--team .team-members .team-member .profile-image {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      overflow: hidden;
      background: #e6e6e6; }
      .page--team .team-members .team-member .profile-image img {
        width: 100%;
        border-radius: 50%; }
      .page--team .team-members .team-member .profile-image a {
        cursor: pointer; }
    .page--team .team-members .team-member h4 {
      max-width: 85%; }
    .page--team .team-members .team-member h5, .page--team .team-members .team-member .single-hu_module main #resources table th, .single-hu_module main #resources table .page--team .team-members .team-member th, .page--team .team-members .team-member .single-hu_module main #resources table tr td .file-type, .single-hu_module main #resources table tr td .page--team .team-members .team-member .file-type {
      color: #003e74;
      margin-bottom: 0; }
    .page--team .team-members .team-member p {
      margin-top: 0;
      font-size: 14px; }
    .page--team .team-members .team-member .read-more {
      position: absolute;
      bottom: 58px;
      cursor: pointer; }
    .page--team .team-members .team-member .team-member-popup {
      opacity: 0;
      visibility: hidden;
      z-index: -999;
      pointer-events: none;
      -webkit-transform: scale(0.5) translateY(-50%);
      -ms-transform: scale(0.5) translateY(-50%);
      transform: scale(0.5) translateY(-50%);
      -webkit-transition: z-index 0s linear 0.2s, visibility 0s linear 0.2s, opacity 0.2s ease, -webkit-transform 0.2s ease-in-out;
      transition: z-index 0s linear 0.2s, visibility 0s linear 0.2s, opacity 0.2s ease, -webkit-transform 0.2s ease-in-out;
      -o-transition: z-index 0s linear 0.2s, visibility 0s linear 0.2s, opacity 0.2s ease, transform 0.2s ease-in-out;
      transition: z-index 0s linear 0.2s, visibility 0s linear 0.2s, opacity 0.2s ease, transform 0.2s ease-in-out;
      transition: z-index 0s linear 0.2s, visibility 0s linear 0.2s, opacity 0.2s ease, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
      position: fixed;
      top: 50%;
      background: white;
      width: 90%;
      width: calc(100% - 20px);
      max-width: 1100px;
      left: 0;
      right: 0;
      margin: auto;
      -webkit-box-shadow: 0 2px 44px rgba(0, 0, 0, 0.1);
      box-shadow: 0 2px 44px rgba(0, 0, 0, 0.1);
      padding: 95px 60px 95px 100px; }
      .page--team .team-members .team-member .team-member-popup:before {
        content: '';
        width: 200px;
        height: 100%;
        background: #003e74;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0; }
      .page--team .team-members .team-member .team-member-popup:after {
        content: '';
        background: rgba(255, 255, 255, 0.5);
        position: fixed;
        left: -10000px;
        right: -10000px;
        top: -10000px;
        bottom: -10000px;
        pointer-events: none;
        z-index: -1; }
      .page--team .team-members .team-member .team-member-popup .close {
        position: absolute;
        top: 64px;
        right: 64px;
        font-size: 25px;
        cursor: pointer;
        font-family: 'icomoon' !important;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        line-height: 1;
        speak: none;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: ""; }
      .page--team .team-members .team-member .team-member-popup .team-member-content {
        position: relative;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .page--team .team-members .team-member .team-member-popup .team-member-content .profile-image {
          width: 200px;
          height: 200px;
          border-radius: 0;
          -ms-flex-negative: 0;
          flex-shrink: 0;
          margin-right: 8%; }
          .page--team .team-members .team-member .team-member-popup .team-member-content .profile-image img {
            border-radius: 0; }
        .page--team .team-members .team-member .team-member-popup .team-member-content .text-content {
          -ms-flex-negative: 1;
          flex-shrink: 1;
          width: 70.2%; }
          .page--team .team-members .team-member .team-member-popup .team-member-content .text-content h3 {
            margin-top: 0;
            margin-bottom: 5px; }
      .page--team .team-members .team-member .team-member-popup small {
        font-size: 14px; }
      .page--team .team-members .team-member .team-member-popup p {
        font-size: 19px; }
      .page--team .team-members .team-member .team-member-popup a {
        position: relative;
        bottom: auto; }
        .page--team .team-members .team-member .team-member-popup a.read-more {
          display: block;
          margin-top: 40px; }
      .page--team .team-members .team-member .team-member-popup .close {
        position: absolute;
        top: 64px;
        right: 64px; }
        .page--team .team-members .team-member .team-member-popup .close:before {
          font-family: 'icomoon' !important;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          line-height: 1;
          speak: none;
          text-transform: none;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "";
          font-size: 25px;
          color: #e6e6e6; }
      .page--team .team-members .team-member .team-member-popup.is-active {
        pointer-events: initial;
        opacity: 1;
        visibility: visible;
        z-index: 50;
        -webkit-transform: scale(1) translateY(-50%);
        -ms-transform: scale(1) translateY(-50%);
        transform: scale(1) translateY(-50%);
        -webkit-transition: z-index 0s, visibility 0s, opacity 0.2s ease, -webkit-transform 0.2s ease-in-out;
        transition: z-index 0s, visibility 0s, opacity 0.2s ease, -webkit-transform 0.2s ease-in-out;
        -o-transition: z-index 0s, visibility 0s, opacity 0.2s ease, transform 0.2s ease-in-out;
        transition: z-index 0s, visibility 0s, opacity 0.2s ease, transform 0.2s ease-in-out;
        transition: z-index 0s, visibility 0s, opacity 0.2s ease, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }

.page--programs-resources .programs {
  margin: 100px auto;
  max-width: 1180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media (max-width: 800px) {
    .page--programs-resources .programs {
      margin-top: 25px; } }
  .page--programs-resources .programs .program {
    display: inline-block;
    margin: 0 3.39% 50px;
    width: 45%;
    width: calc(50% - 80px);
    overflow: hidden; }
    @media (max-width: 1000px) {
      .page--programs-resources .programs .program {
        width: 100%;
        margin: 0 0 60px; } }
    .page--programs-resources .programs .program h3 {
      margin: 0 0 15px; }
    .page--programs-resources .programs .program:nth-child(2) {
      margin-top: 100px; }
      @media (max-width: 1000px) {
        .page--programs-resources .programs .program:nth-child(2) {
          margin-top: 0; } }
    .page--programs-resources .programs .program .feature-image {
      position: absolute;
      z-index: 0; }
      @media (max-width: 1000px) {
        .page--programs-resources .programs .program .feature-image {
          width: 100%; } }
      @media (max-width: 500px) {
        .page--programs-resources .programs .program .feature-image {
          position: relative; } }
      .page--programs-resources .programs .program .feature-image img {
        width: 100%; }
    .page--programs-resources .programs .program .text-content {
      position: relative;
      z-index: 1;
      background: white;
      padding: 40px; }
      @media (max-width: 500px) {
        .page--programs-resources .programs .program .text-content {
          padding: 25px 0;
          position: static; } }
    .page--programs-resources .programs .program .project-link {
      display: block;
      position: relative;
      margin-top: 15px; }
      .page--programs-resources .programs .program .project-link:before {
        content: '';
        height: 3px;
        width: 100%;
        left: 40px;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        position: absolute;
        background-color: #e6e6e6;
        z-index: 0; }
    .page--programs-resources .programs .program .read-more {
      display: inline-block;
      z-index: 1;
      background: white;
      position: relative;
      padding-right: 15px;
      margin: 0;
      color: #4d4d4f; }
    .page--programs-resources .programs .program.internal-program .text-content {
      margin-top: 154px;
      margin-right: 50px;
      min-height: 185px; }
      @media (max-width: 500px) {
        .page--programs-resources .programs .program.internal-program .text-content {
          margin-top: 0;
          min-height: 0;
          margin-right: 0; } }
    .page--programs-resources .programs .program.external-program {
      border: 3px solid #003d74; }
      @media (max-width: 500px) {
        .page--programs-resources .programs .program.external-program .text-content {
          padding: 25px; } }
      .page--programs-resources .programs .program.external-program .read-more {
        margin-top: 15px; }

.page--programs-resources .filter .category-description {
  display: none;
  padding: 90px 40px;
  position: relative;
  position: relative; }
  .page--programs-resources .filter .category-description:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -9999px;
    right: -9999px;
    z-index: -1;
    background-color: white; }
    @media (max-width: 1200px) {
      .page--programs-resources .filter .category-description:before {
        left: 0px;
        right: 0px;
        width: 100vw; } }
  @media (max-width: 800px) {
    .page--programs-resources .filter .category-description {
      padding: 35px 20px;
      width: calc(100% + 40px);
      max-width: 100vw;
      left: -20px; } }
  .page--programs-resources .filter .category-description:before {
    border-bottom: 1px solid #e6e6e6; }
  .page--programs-resources .filter .category-description.visible {
    display: block; }
  .page--programs-resources .filter .category-description h3 {
    margin-top: 0; }
  .page--programs-resources .filter .category-description .clear-filter {
    position: absolute;
    top: 90px;
    right: 37px;
    cursor: pointer; }
    @media (max-width: 800px) {
      .page--programs-resources .filter .category-description .clear-filter {
        top: 40px;
        right: 20px; } }
    .page--programs-resources .filter .category-description .clear-filter:before {
      font-family: 'icomoon' !important;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      line-height: 1;
      speak: none;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      color: #e6e6e6;
      font-size: 25px; }
      @media (max-width: 800px) {
        .page--programs-resources .filter .category-description .clear-filter:before {
          font-size: 18px; } }

.page--publications main > article {
  position: relative;
  margin-top: 90px; }
  @media (max-width: 800px) {
    .page--publications main > article {
      margin-top: 40px; } }

.page--publications .publications {
  max-width: 1100px;
  margin: auto;
  padding-left: 290px;
  padding-right: 20px; }
  @media (max-width: 1000px) {
    .page--publications .publications {
      padding-left: 0;
      padding-right: 0; } }
  .page--publications .publications h2 {
    font-size: 43px;
    line-height: 64px;
    margin: 35px 0;
    position: relative;
    cursor: pointer; }
    @media (max-width: 800px) {
      .page--publications .publications h2 {
        font-size: 30px;
        line-height: 44px;
        margin: 22px 0; } }
    .page--publications .publications h2:before, .page--publications .publications h2:after {
      content: '';
      background: #003e74;
      position: absolute;
      width: 31px;
      height: 4px;
      right: 0;
      top: 20px;
      -webkit-transition: 0.1s -webkit-transform ease;
      transition: 0.1s -webkit-transform ease;
      -o-transition: 0.1s transform ease;
      transition: 0.1s transform ease;
      transition: 0.1s transform ease, 0.1s -webkit-transform ease; }
      @media (max-width: 800px) {
        .page--publications .publications h2:before, .page--publications .publications h2:after {
          width: 24px; } }
    .page--publications .publications h2:after {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
  .page--publications .publications .accordion-body {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-in;
    -o-transition: max-height 0.2s ease-in;
    transition: max-height 0.2s ease-in; }
  .page--publications .publications .accordion {
    opacity: 1;
    max-height: 20000px;
    -webkit-transition: max-height 0.2s ease, opacity 0.2s ease;
    -o-transition: max-height 0.2s ease, opacity 0.2s ease;
    transition: max-height 0.2s ease, opacity 0.2s ease;
    overflow: hidden; }
    .page--publications .publications .accordion.hide {
      opacity: 0;
      max-height: 0; }
    .page--publications .publications .accordion.open h2:after {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg); }
    .page--publications .publications .accordion.open .accordion-body {
      max-height: 20000px; }
  .page--publications .publications .publication {
    overflow: hidden;
    max-height: 2000px;
    -webkit-transition: height .2s ease, opacity .2s ease;
    -o-transition: height .2s ease, opacity .2s ease;
    transition: height .2s ease, opacity .2s ease; }
    .page--publications .publications .publication.hide {
      opacity: 0;
      max-height: 0; }

.page--publications .jump-to {
  position: absolute;
  left: 20px;
  background: white;
  padding: 45px 50px; }
  @media (max-width: 1000px) {
    .page--publications .jump-to {
      display: none; } }
  .page--publications .jump-to a.hide {
    display: none; }

.page--contact .page-header {
  padding-bottom: 0 !important; }

.page--contact main {
  margin-top: 0; }

.page--contact .nf-form-cont {
  max-width: 1100px;
  margin: 0 auto 120px; }
  .page--contact .nf-form-cont .nf-form-wrap {
    max-width: 830px; }

.page--contact .other-contacts {
  position: relative;
  padding: 90px 0;
  margin-top: 130px; }
  .page--contact .other-contacts:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -9999px;
    right: -9999px;
    z-index: -1;
    background-color: #003e74; }
    @media (max-width: 1200px) {
      .page--contact .other-contacts:before {
        left: 0px;
        right: 0px;
        width: 100vw; } }
  .page--contact .other-contacts > div {
    max-width: 1100px;
    margin: auto; }
  .page--contact .other-contacts h2 {
    color: white;
    margin-top: 0; }
  .page--contact .other-contacts p, .page--contact .other-contacts a {
    color: white; }
  .page--contact .other-contacts .telephone-email {
    margin-top: 20px; }
    .page--contact .other-contacts .telephone-email a {
      display: block;
      text-decoration: none; }
      .page--contact .other-contacts .telephone-email a:before {
        padding-right: 15px;
        text-decoration: none; }
      .page--contact .other-contacts .telephone-email a[href^="tel:"]:before {
        font-family: 'icomoon' !important;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        line-height: 1;
        speak: none;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: ""; }
      .page--contact .other-contacts .telephone-email a[href^="mailto:"]:before {
        font-family: 'icomoon' !important;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        line-height: 1;
        speak: none;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: ""; }

.page--contact footer {
  margin-top: 0; }

.page-template-page-sectioned-page main {
  max-width: 1100px; }
  .page-template-page-sectioned-page main article {
    padding-left: 300px;
    position: relative; }
    @media (max-width: 800px) {
      .page-template-page-sectioned-page main article {
        padding-left: 0; } }
    .page-template-page-sectioned-page main article .page-nav {
      position: absolute;
      left: 0;
      top: 0;
      max-width: 240px; }
      @media (max-width: 800px) {
        .page-template-page-sectioned-page main article .page-nav {
          display: none; } }
      .page-template-page-sectioned-page main article .page-nav a {
        color: #4d4d4f; }

html.error404 main {
  margin-top: 200px;
  margin-bottom: 200px; }

html.error404 body > footer {
  position: fixed;
  bottom: 0;
  width: 100%; }

.filter {
  margin-top: -141px; }
  .filter form.filter {
    width: 100%;
    height: 113px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 44px rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 44px rgba(0, 0, 0, 0.09);
    overflow: hidden; }
    @media (max-width: 1000px) {
      .filter form.filter {
        height: 100px; } }
    @media (max-width: 800px) {
      .filter form.filter {
        height: 120px; } }
    .filter form.filter > div {
      display: block;
      height: 100%;
      width: 100%;
      background: #003e74;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (max-width: 800px) {
        .filter form.filter > div {
          display: block; } }
      .filter form.filter > div label {
        color: white;
        width: 27%;
        padding: 20px 100px 20px 50px;
        font-size: 24px;
        position: relative; }
        @media (max-width: 1000px) {
          .filter form.filter > div label {
            font-size: 20px;
            padding: 15px 70px 15px 30px; } }
        @media (max-width: 800px) {
          .filter form.filter > div label {
            font-size: 0;
            height: 50%;
            display: block;
            font-size: 17px;
            width: 100%; } }
        .filter form.filter > div label:after {
          font-family: 'icomoon' !important;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          line-height: 1;
          speak: none;
          text-transform: none;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "";
          display: inline-block;
          font-size: 1.042em;
          position: absolute;
          right: 50px;
          color: #105a9a;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
          @media (max-width: 800px) {
            .filter form.filter > div label:after {
              font-size: 16px;
              right: 20px; } }
      .filter form.filter > div .select {
        width: 73%;
        height: 100%;
        position: relative; }
        @media (max-width: 800px) {
          .filter form.filter > div .select {
            width: 100%;
            height: 50%; } }
        .filter form.filter > div .select:after {
          font-family: 'icomoon' !important;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          line-height: 1;
          speak: none;
          text-transform: none;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "";
          position: absolute;
          font-size: 16px;
          left: auto;
          right: 37px;
          top: 0;
          bottom: 0;
          margin: auto;
          height: 16px;
          color: #003e74;
          pointer-events: none;
          cursor: pointer; }
          @media (max-width: 800px) {
            .filter form.filter > div .select:after {
              right: 20px; } }
        .filter form.filter > div .select select {
          width: 100%;
          height: 100%;
          padding: 0 40px 0 45px;
          border: 0;
          outline: 0;
          font-size: 24px;
          background: white;
          cursor: pointer;
          -webkit-appearance: none;
          -moz-appearance: none; }
          .filter form.filter > div .select select::-ms-expand {
            display: none; }
          @media (max-width: 1000px) {
            .filter form.filter > div .select select {
              font-size: 20px; } }
          @media (max-width: 800px) {
            .filter form.filter > div .select select {
              display: block;
              font-size: 17px;
              padding: 0 20px 0 20px; } }
  @media (max-width: 500px) {
    .filter > form.filter {
      left: -20px;
      width: calc(100% + 40px);
      max-width: 100vw;
      position: relative; } }
  .filter .sticky-filter {
    position: fixed;
    top: 85px;
    width: 100%;
    left: 0;
    -webkit-box-shadow: 0 21px 44px -15px rgba(0, 0, 0, 0.09);
    box-shadow: 0 21px 44px -15px rgba(0, 0, 0, 0.09);
    border-top: 1px solid #e6e6e6;
    opacity: 0;
    z-index: -500;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: visibility 0s linear 0.2s, z-index 0s linear 0.2s, opacity 0.2s ease-in-out;
    -o-transition: visibility 0s linear 0.2s, z-index 0s linear 0.2s, opacity 0.2s ease-in-out;
    transition: visibility 0s linear 0.2s, z-index 0s linear 0.2s, opacity 0.2s ease-in-out; }
    @media (max-width: 500px) {
      .filter .sticky-filter {
        top: 56px; } }
    .show-sticky-filter .filter .sticky-filter {
      opacity: 1;
      z-index: 9;
      visibility: visible;
      pointer-events: initial;
      -webkit-transition: visibility 0s, z-index 0s, opacity 0.2s ease-in-out;
      -o-transition: visibility 0s, z-index 0s, opacity 0.2s ease-in-out;
      transition: visibility 0s, z-index 0s, opacity 0.2s ease-in-out; }
    .filter .sticky-filter form.filter {
      margin: 0;
      height: 60px;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .filter .sticky-filter form.filter > div {
        background: white;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .filter .sticky-filter form.filter > div label {
          color: #4d4d4f;
          font-size: 19px;
          width: 210px;
          padding: 15px 20px;
          border-right: 1px solid #e6e6e6;
          height: 100%; }
          @media (max-width: 800px) {
            .filter .sticky-filter form.filter > div label {
              font-size: 17px; } }
          @media (max-width: 480px) {
            .filter .sticky-filter form.filter > div label {
              font-size: 0;
              width: 80px; } }
          .filter .sticky-filter form.filter > div label:after {
            font-size: 16px;
            top: 30px;
            right: 25px;
            left: auto; }
            @media (max-width: 800px) {
              .filter .sticky-filter form.filter > div label:after {
                font-size: 14px; } }
            @media (max-width: 480px) {
              .filter .sticky-filter form.filter > div label:after {
                left: 0;
                right: 0;
                width: 25px;
                margin: auto;
                font-size: 16px; } }
        .filter .sticky-filter form.filter > div .select {
          max-width: 100%;
          width: auto;
          -webkit-box-shadow: none;
          box-shadow: none; }
          @media (max-width: 500px) {
            .filter .sticky-filter form.filter > div .select {
              width: 75%; } }
          .filter .sticky-filter form.filter > div .select select {
            font-size: 19px;
            width: auto; }
            @media (max-width: 500px) {
              .filter .sticky-filter form.filter > div .select select {
                font-size: 17px;
                width: 100%; } }
          .filter .sticky-filter form.filter > div .select:after {
            right: 0; }
            @media (max-width: 500px) {
              .filter .sticky-filter form.filter > div .select:after {
                right: 20px;
                font-size: 14px; } }

.single .overview-excerpt p {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin-top: -5px; }

.single section > h2 {
  max-width: 875px; }

.single-hu_project body {
  background-image: none !important; }

.single-hu_project .page-header > div {
  padding-bottom: 150px; }
  @media (max-width: 800px) {
    .single-hu_project .page-header > div {
      padding-bottom: 0; } }

.single-hu_project .page-header h1 {
  margin: 45px 0 80px; }
  @media (max-width: 500px) {
    .single-hu_project .page-header h1 {
      margin: 25px 0; } }

.single-hu_project .page-header .button {
  border-color: white;
  top: -35px;
  margin-bottom: 15px;
  position: relative; }
  @media (max-width: 500px) {
    .single-hu_project .page-header .button {
      top: auto; } }

@media (max-width: 800px) {
  .single-hu_project .page-header .page-nav {
    margin-bottom: 95px; } }

.single-hu_project .page-header .project-info {
  position: absolute;
  bottom: -86px;
  right: 0;
  background: white;
  max-width: 875px;
  height: 175px;
  -webkit-box-shadow: 0 2px 44px rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 44px rgba(0, 0, 0, 0.09);
  padding: 60px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 800px) {
    .single-hu_project .page-header .project-info {
      display: block;
      height: auto;
      bottom: auto;
      text-align: center;
      left: 0;
      right: auto;
      padding: 30px 20px;
      position: relative;
      margin-top: 40px; }
      .single-hu_project .page-header .project-info > div {
        z-index: 1;
        position: relative; }
      .single-hu_project .page-header .project-info:before, .single-hu_project .page-header .project-info:after {
        content: '';
        width: 100vw;
        height: 50%;
        left: -20px;
        position: absolute;
        z-index: 0; }
      .single-hu_project .page-header .project-info:before {
        top: 0;
        bottom: auto; }
      .single-hu_project .page-header .project-info:after {
        top: 50%;
        bottom: 0;
        background: white; }
      .single-hu_project .page-header .project-info img {
        margin: 30px auto; } }
  .single-hu_project .page-header .project-info .project-logo {
    margin-right: 9.5%; }
    @media (max-width: 800px) {
      .single-hu_project .page-header .project-info .project-logo {
        margin: auto; } }

.single-hu_project main {
  margin-top: 170px; }
  @media (max-width: 500px) {
    .single-hu_project main {
      margin-top: 35px; } }

.single-hu_project .project-overview {
  padding-bottom: 105px;
  border-bottom: 3px solid #003e74; }
  @media (max-width: 500px) {
    .single-hu_project .project-overview {
      padding-bottom: 15px; } }
  .single-hu_project .project-overview h2 {
    position: relative; }
  .single-hu_project .project-overview h5, .single-hu_project .project-overview .single-hu_module main #resources table th, .single-hu_module main #resources table .single-hu_project .project-overview th, .single-hu_project .project-overview .single-hu_module main #resources table tr td .file-type, .single-hu_module main #resources table tr td .single-hu_project .project-overview .file-type {
    position: absolute;
    left: 6px;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
    top: auto;
    bottom: 421px;
    color: #003e74;
    width: 100%; }
    @media (max-width: 500px) {
      .single-hu_project .project-overview h5, .single-hu_project .project-overview .single-hu_module main #resources table th, .single-hu_module main #resources table .single-hu_project .project-overview th, .single-hu_project .project-overview .single-hu_module main #resources table tr td .file-type, .single-hu_module main #resources table tr td .single-hu_project .project-overview .file-type {
        display: none; } }
    .single-hu_project .project-overview h5:before, .single-hu_project .project-overview .single-hu_module main #resources table th:before, .single-hu_module main #resources table .single-hu_project .project-overview th:before, .single-hu_project .project-overview .single-hu_module main #resources table tr td .file-type:before, .single-hu_module main #resources table tr td .single-hu_project .project-overview .file-type:before {
      content: '';
      width: 100%;
      height: 3px;
      background: #003e74;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      z-index: -1; }
    .single-hu_project .project-overview h5 span, .single-hu_project .project-overview .single-hu_module main #resources table th span, .single-hu_module main #resources table .single-hu_project .project-overview th span, .single-hu_project .project-overview .single-hu_module main #resources table tr td .file-type span, .single-hu_module main #resources table tr td .single-hu_project .project-overview .file-type span {
      background: white; }
  .single-hu_project .project-overview .overview-text {
    position: relative;
    overflow: hidden;
    padding-left: 70px;
    max-width: 870px; }
    @media (max-width: 500px) {
      .single-hu_project .project-overview .overview-text {
        padding-left: 0; } }

.single-hu_module {
  /* 
    *  Set colours of various elements based upon the selected colour theme for the module.
    */ }
  .single-hu_module .page-header {
    background: #33353e; }
    .single-hu_module .page-header > div {
      padding-bottom: 210px; }
    .single-hu_module .page-header.preview > div {
      padding-bottom: 150px; }
      @media (max-width: 800px) {
        .single-hu_module .page-header.preview > div {
          padding-bottom: 95px; } }
    .single-hu_module .page-header h1 {
      font-size: 64px;
      line-height: 1.05; }
      @media (max-width: 800px) {
        .single-hu_module .page-header h1 {
          font-size: 54px; } }
      @media (max-width: 500px) {
        .single-hu_module .page-header h1 {
          font-size: 40px; } }
    .single-hu_module .page-header .button {
      margin-top: 10px; }
    @media (max-width: 500px) {
      .single-hu_module .page-header .downloads {
        margin-top: 50px; } }
    .single-hu_module .page-header .page-nav {
      width: 276px;
      padding: 50px;
      -webkit-box-shadow: 0 2px 44px rgba(0, 0, 0, 0.09);
      box-shadow: 0 2px 44px rgba(0, 0, 0, 0.09);
      background-color: #ffffff;
      position: absolute;
      top: 90%;
      top: calc(100% - 88px); }
      .single-hu_module .page-header .page-nav a {
        border-color: #00aeef;
        color: #4d4d4f; }
  .single-hu_module main {
    margin-top: 145px; }
    .single-hu_module main.preview {
      margin-top: 90px; }
      @media (max-width: 800px) {
        .single-hu_module main.preview {
          margin-top: 35px; } }
    .single-hu_module main .button {
      color: #4d4d4f; }
      @media (max-width: 800px) {
        .single-hu_module main .button {
          margin-top: 10px; } }
    .single-hu_module main .project-overview, .single-hu_module main #lms-embed > div {
      max-width: 824px;
      margin-left: auto;
      margin-right: 0;
      padding: 0 20px 150px 20px; }
      @media (max-width: 800px) {
        .single-hu_module main .project-overview, .single-hu_module main #lms-embed > div {
          padding-bottom: 30px; } }
      @media (max-width: 500px) {
        .single-hu_module main .project-overview, .single-hu_module main #lms-embed > div {
          padding: 0 0 30px 0; } }
    .single-hu_module main .project-overview h5, .single-hu_module main .project-overview #resources table th, .single-hu_module main #resources table .project-overview th, .single-hu_module main .project-overview #resources table tr td .file-type, .single-hu_module main #resources table tr td .project-overview .file-type {
      margin: 15px 0; }
    .single-hu_module main .project-overview h2 {
      margin-top: 0; }
    .single-hu_module main #resources {
      position: relative;
      padding: 110px 0;
      background: white;
      z-index: 1;
      position: relative; }
      .single-hu_module main #resources:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -9999px;
        right: -9999px;
        z-index: -1;
        background-color: white; }
        @media (max-width: 1200px) {
          .single-hu_module main #resources:before {
            left: 0px;
            right: 0px;
            width: 100vw; } }
      @media (max-width: 800px) {
        .single-hu_module main #resources {
          padding: 35px 0; } }
      .single-hu_module main #resources:before {
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6; }
        @media (max-width: 1200px) {
          .single-hu_module main #resources:before {
            left: -20px; } }
      .single-hu_module main #resources > div {
        position: relative; }
        .single-hu_module main #resources > div > h2 {
          margin-top: 0; }
        .single-hu_module main #resources > div > .download {
          position: absolute;
          top: 0;
          right: 0; }
          @media (max-width: 500px) {
            .single-hu_module main #resources > div > .download {
              position: relative;
              right: auto;
              margin-bottom: 35px; } }
      .single-hu_module main #resources table {
        border-collapse: collapse;
        width: 100%; }
        .single-hu_module main #resources table th {
          text-align: left;
          padding: 15px 0; }
        .single-hu_module main #resources table tr td {
          width: 100%;
          width: calc(100% - 100px);
          padding: 30px 0;
          border-bottom: 1px solid #d1d1d1; }
          .single-hu_module main #resources table tr td:first-of-type {
            width: 100px; }
            @media (max-width: 500px) {
              .single-hu_module main #resources table tr td:first-of-type {
                width: 75px; } }
          .single-hu_module main #resources table tr td a {
            color: #4d4d4f;
            font-size: 24px;
            font-weight: 400;
            text-decoration: none;
            display: block;
            width: 100%; }
            .single-hu_module main #resources table tr td a:after {
              font-family: 'icomoon' !important;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              line-height: 1;
              speak: none;
              text-transform: none;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              content: "";
              position: absolute;
              right: 0;
              font-size: 25px; }
            @media (max-width: 800px) {
              .single-hu_module main #resources table tr td a {
                font-size: 19px; }
                .single-hu_module main #resources table tr td a:after {
                  font-size: 20px; } }
            @media (max-width: 500px) {
              .single-hu_module main #resources table tr td a {
                font-size: 15px; }
                .single-hu_module main #resources table tr td a:after {
                  font-size: 16px; } }
          .single-hu_module main #resources table tr td .file-type {
            padding-left: 20px;
            position: relative; }
            .single-hu_module main #resources table tr td .file-type:before {
              content: '';
              display: block;
              width: 9px;
              height: 9px;
              position: absolute;
              left: 0;
              top: 0;
              bottom: 0;
              right: auto;
              margin: auto;
              border-radius: 50%; }
            .single-hu_module main #resources table tr td .file-type.doc, .single-hu_module main #resources table tr td .file-type.docx {
              color: #3c8ef1; }
              .single-hu_module main #resources table tr td .file-type.doc:before, .single-hu_module main #resources table tr td .file-type.docx:before {
                background-color: #3c8ef1; }
            .single-hu_module main #resources table tr td .file-type.pdf {
              color: #e65f5f; }
              .single-hu_module main #resources table tr td .file-type.pdf:before {
                background-color: #e65f5f; }
            .single-hu_module main #resources table tr td .file-type.mp3 {
              color: #39e77b; }
              .single-hu_module main #resources table tr td .file-type.mp3:before {
                background-color: #39e77b; }
            .single-hu_module main #resources table tr td .file-type.ppt, .single-hu_module main #resources table tr td .file-type.pptx {
              color: #fa8819; }
              .single-hu_module main #resources table tr td .file-type.ppt:before, .single-hu_module main #resources table tr td .file-type.pptx:before {
                background-color: #fa8819; }
        .single-hu_module main #resources table tr:last-of-type td {
          border-bottom: 0; }
    .single-hu_module main #lms-embed {
      margin-top: 140px; }
      @media (max-width: 800px) {
        .single-hu_module main #lms-embed {
          margin-top: 30px; } }
      .single-hu_module main #lms-embed .download-embed {
        margin: 40px 0; }
    .single-hu_module main .module-information {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 1100px;
      margin: auto;
      padding: 0 20px; }
      .single-hu_module main .module-information .module-contents {
        max-width: 824px;
        width: 75%;
        padding: 0 20px; }
        .single-hu_module main .module-information .module-contents a {
          color: #4d4d4f; }
        @media (max-width: 500px) {
          .single-hu_module main .module-information .module-contents {
            width: 100%;
            padding: 0; } }
      .single-hu_module main .module-information .module-program {
        max-width: 277px;
        width: 25%; }
        .single-hu_module main .module-information .module-program img {
          max-width: 100%; }
        @media (max-width: 500px) {
          .single-hu_module main .module-information .module-program {
            display: none; } }
    .single-hu_module main.preview section {
      border-bottom: 3px solid #00aeef; }
      .single-hu_module main.preview section:last-of-type {
        border: 0; }
    .single-hu_module main .feature-image {
      margin: 100px auto 90px; }
      .single-hu_module main .feature-image img {
        width: 100%; }
  .single-hu_module .embed-popup {
    position: fixed;
    max-width: 1200px;
    width: 95%;
    width: calc(100% - 40px);
    margin: auto;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: white;
    -webkit-box-shadow: 0 2px 50px rgba(55, 55, 55, 0.27);
    box-shadow: 0 2px 50px rgba(55, 55, 55, 0.27);
    /* Hide */
    opacity: 0;
    z-index: -500;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: visibility 0s linear 0.2s, z-index 0s linear 0.2s, opacity 0.2s ease;
    -o-transition: visibility 0s linear 0.2s, z-index 0s linear 0.2s, opacity 0.2s ease;
    transition: visibility 0s linear 0.2s, z-index 0s linear 0.2s, opacity 0.2s ease; }
    .single-hu_module .embed-popup.is-active {
      opacity: 1;
      z-index: 50;
      visibility: visible;
      pointer-events: initial;
      -webkit-transition: visibility 0s, z-index 0s, opacity 0.2s ease;
      -o-transition: visibility 0s, z-index 0s, opacity 0.2s ease;
      transition: visibility 0s, z-index 0s, opacity 0.2s ease; }
    .single-hu_module .embed-popup .popup-header {
      background: #f3f3f3;
      padding: 50px;
      border-top: 9px solid #00aeef; }
    .single-hu_module .embed-popup h2 {
      font-size: 45px;
      margin-top: 0;
      margin-bottom: 20px; }
    .single-hu_module .embed-popup .embed-popup-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 40px 50px 60px; }
      .single-hu_module .embed-popup .embed-popup-content h3 {
        margin-top: 0; }
      .single-hu_module .embed-popup .embed-popup-content .embed-button {
        width: 63%;
        padding-right: 50px; }
      .single-hu_module .embed-popup .embed-popup-content .embed-content {
        width: 37%;
        padding-left: 50px;
        border-left: 3px solid #dddddd; }
      .single-hu_module .embed-popup .embed-popup-content a:not(.button) {
        display: block; }
      .single-hu_module .embed-popup .embed-popup-content .button {
        margin: 15px 0; }
      .single-hu_module .embed-popup .embed-popup-content pre {
        display: block;
        background: #e6e6e6;
        font-size: 15px;
        line-height: 30px;
        padding: 25px 35px;
        overflow-x: auto; }
    .single-hu_module .embed-popup .close {
      position: absolute;
      top: 50px;
      right: 50px;
      cursor: pointer; }
      .single-hu_module .embed-popup .close:before {
        font-family: 'icomoon' !important;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        line-height: 1;
        speak: none;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        color: #bbbbbb;
        font-size: 32px; }
  .single-hu_module.module-colour-theme-blue .page-header .page-nav .module-icon, .single-hu_module.module-colour-theme-blue .module-contents .module-icon {
    background: #00aeef; }
  .single-hu_module.module-colour-theme-blue .page-header .page-nav a, .single-hu_module.module-colour-theme-blue .module-contents a {
    border-color: #00aeef; }
  .single-hu_module.module-colour-theme-blue .button {
    border-color: #00aeef; }
    .single-hu_module.module-colour-theme-blue .button:before {
      color: #00aeef; }
  .single-hu_module.module-colour-theme-blue main.preview section {
    border-color: #00aeef; }
  .single-hu_module.module-colour-theme-blue .two-column-block .column:first-of-type {
    background-color: #00aeef; }
  .single-hu_module.module-colour-theme-blue .embed-popup .popup-header {
    border-color: #00aeef; }
  .single-hu_module.module-colour-theme-blue ol li:before {
    color: #00aeef; }
  .single-hu_module.module-colour-theme-pink .page-header .page-nav .module-icon, .single-hu_module.module-colour-theme-pink .module-contents .module-icon {
    background: #ec2b8c; }
  .single-hu_module.module-colour-theme-pink .page-header .page-nav a, .single-hu_module.module-colour-theme-pink .module-contents a {
    border-color: #ec2b8c; }
  .single-hu_module.module-colour-theme-pink .button {
    border-color: #ec2b8c; }
    .single-hu_module.module-colour-theme-pink .button:before {
      color: #ec2b8c; }
  .single-hu_module.module-colour-theme-pink main.preview section {
    border-color: #ec2b8c; }
  .single-hu_module.module-colour-theme-pink .two-column-block .column:first-of-type {
    background-color: #ec2b8c; }
  .single-hu_module.module-colour-theme-pink .embed-popup .popup-header {
    border-color: #ec2b8c; }
  .single-hu_module.module-colour-theme-pink ol li:before {
    color: #ec2b8c; }
  .single-hu_module.module-colour-theme-yellow .page-header .page-nav .module-icon, .single-hu_module.module-colour-theme-yellow .module-contents .module-icon {
    background: #faa618; }
  .single-hu_module.module-colour-theme-yellow .page-header .page-nav a, .single-hu_module.module-colour-theme-yellow .module-contents a {
    border-color: #faa618; }
  .single-hu_module.module-colour-theme-yellow .button {
    border-color: #faa618; }
    .single-hu_module.module-colour-theme-yellow .button:before {
      color: #faa618; }
  .single-hu_module.module-colour-theme-yellow main.preview section {
    border-color: #faa618; }
  .single-hu_module.module-colour-theme-yellow .two-column-block .column:first-of-type {
    background-color: #faa618; }
  .single-hu_module.module-colour-theme-yellow .embed-popup .popup-header {
    border-color: #faa618; }
  .single-hu_module.module-colour-theme-yellow ol li:before {
    color: #faa618; }
  .single-hu_module.module-colour-theme-grey .page-header .page-nav .module-icon, .single-hu_module.module-colour-theme-grey .module-contents .module-icon {
    background: #e6e6e6; }
  .single-hu_module.module-colour-theme-grey .page-header .page-nav a, .single-hu_module.module-colour-theme-grey .module-contents a {
    border-color: #e6e6e6; }
  .single-hu_module.module-colour-theme-grey .button {
    border-color: #e6e6e6; }
    .single-hu_module.module-colour-theme-grey .button:before {
      color: #e6e6e6; }
  .single-hu_module.module-colour-theme-grey main.preview section {
    border-color: #e6e6e6; }
  .single-hu_module.module-colour-theme-grey .two-column-block .column:first-of-type {
    background-color: #e6e6e6; }
  .single-hu_module.module-colour-theme-grey .embed-popup .popup-header {
    border-color: #e6e6e6; }
  .single-hu_module.module-colour-theme-grey ol li:before {
    color: #e6e6e6; }

.page--webinars .webinars {
  margin: 200px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 1100px;
  padding: 0 20px; }
  .page--webinars .webinars .video {
    background: #e6e6e6; }
    .page--webinars .webinars .video > a {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1; }
  .page--webinars .webinars .webinar-details {
    margin: 42px 0; }
  .page--webinars .webinars time {
    display: block;
    color: #003e74;
    font-size: 12px;
    font-weight: 900;
    line-height: 19px;
    margin: 20px 0; }
  .page--webinars .webinars .webinar {
    margin-bottom: 60px;
    width: calc(50% - 20px);
    position: relative; }
    @media (max-width: 800px) {
      .page--webinars .webinars .webinar {
        width: 100%; } }
    .page--webinars .webinars .webinar h4 {
      font-size: 20px; }
    .page--webinars .webinars .webinar iframe {
      position: relative;
      top: -8px;
      left: -8px;
      width: 100%;
      width: calc(100% + 16px);
      margin-bottom: -15px; }

.single-hu_webinar .page-header {
  padding-bottom: 27%; }
  .single-hu_webinar .page-header > div {
    padding-right: 20%; }
  .single-hu_webinar .page-header h5, .single-hu_webinar .page-header .single-hu_module main #resources table th, .single-hu_module main #resources table .single-hu_webinar .page-header th, .single-hu_webinar .page-header .single-hu_module main #resources table tr td .file-type, .single-hu_module main #resources table tr td .single-hu_webinar .page-header .file-type {
    color: #4d4d4f; }

.single-hu_webinar main {
  margin-top: -22%; }

.single-hu_webinar .video {
  padding: 30px;
  background: white;
  -webkit-box-shadow: 0 2px 44px rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 44px rgba(0, 0, 0, 0.09);
  overflow: hidden;
  position: relative;
  z-index: 1; }
  .single-hu_webinar .video iframe {
    margin: 0 auto;
    max-width: 100%; }

.single-hu_webinar .webinar-details {
  max-width: 1100px;
  margin: 70px auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 800px) {
    .single-hu_webinar .webinar-details {
      display: block; } }
  .single-hu_webinar .webinar-details aside {
    width: 25%;
    padding-right: 20px; }
    @media (max-width: 800px) {
      .single-hu_webinar .webinar-details aside {
        width: 100%; } }
    .single-hu_webinar .webinar-details aside time {
      display: block;
      font-size: 15px;
      font-weight: 700;
      line-height: 19px;
      margin: 23px 0; }
    .single-hu_webinar .webinar-details aside h5, .single-hu_webinar .webinar-details aside .single-hu_module main #resources table th, .single-hu_module main #resources table .single-hu_webinar .webinar-details aside th, .single-hu_webinar .webinar-details aside .single-hu_module main #resources table tr td .file-type, .single-hu_module main #resources table tr td .single-hu_webinar .webinar-details aside .file-type {
      color: #003e74;
      margin-bottom: 0; }
    .single-hu_webinar .webinar-details aside p {
      font-size: 14px;
      font-weight: 400;
      margin: 0; }
  .single-hu_webinar .webinar-details .description {
    width: 75%; }
    @media (max-width: 800px) {
      .single-hu_webinar .webinar-details .description {
        width: 100%; } }

.text-block {
  margin: 95px auto;
  padding-left: 70px; }
  @media (max-width: 800px) {
    .text-block {
      padding-left: 0;
      margin: 35px auto; } }
  .text-block.width-wide {
    padding: 90px 0;
    background: white;
    position: relative;
    z-index: 1;
    position: relative; }
    .text-block.width-wide:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: -9999px;
      right: -9999px;
      z-index: -1;
      background-color: white; }
      @media (max-width: 1200px) {
        .text-block.width-wide:before {
          left: 0px;
          right: 0px;
          width: 100vw; } }
    @media (max-width: 800px) {
      .text-block.width-wide {
        padding: 35px 0; } }
    .text-block.width-wide:before {
      border-top: 1px solid #e6e6e6;
      border-bottom: 1px solid #e6e6e6; }
      @media (max-width: 1200px) {
        .text-block.width-wide:before {
          left: -20px; } }
    .text-block.width-wide > *:first-child {
      margin-top: 0; }
  .single-hu_module .text-block {
    max-width: 875px;
    margin-left: 0; }
    .single-hu_module .text-block.width-wide {
      max-width: 100%; }
  .text-block .buttons .button {
    margin-top: 15px; }
  .text-block table {
    width: 100%;
    border: 2px solid #e6e6e6;
    margin: 40px 0;
    border-collapse: collapse;
    table-layout: fixed; }
    .text-block table td {
      border: 2px solid #e6e6e6;
      padding: 25px; }

.modules-block {
  position: relative; }
  .modules-block > .button {
    position: absolute;
    top: 0;
    right: 0; }
    @media (max-width: 800px) {
      .modules-block > .button {
        position: relative;
        right: auto;
        margin-bottom: 50px; } }
  .modules-block .intro {
    max-width: 635px;
    margin-bottom: 85px; }
    @media (max-width: 800px) {
      .modules-block .intro {
        margin-bottom: 30px; } }
  .modules-block .modules {
    max-width: 1100px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .modules-block .modules .module {
      display: inline-block;
      position: relative;
      width: 25%;
      padding: 20px 20px 85px 20px; }
      @media (max-width: 1000px) {
        .modules-block .modules .module {
          width: 33%; } }
      @media (max-width: 700px) {
        .modules-block .modules .module {
          width: 50%; } }
      @media (max-width: 500px) {
        .modules-block .modules .module {
          width: 100%; } }
      .modules-block .modules .module h4 {
        margin-bottom: 18px; }
      .modules-block .modules .module p {
        margin: 24px 0; }
      .modules-block .modules .module .module-links {
        position: absolute;
        bottom: 0;
        left: 20px;
        right: 20px;
        top: auto;
        margin: auto;
        padding-bottom: 50px;
        border-bottom: 1px solid #e6e6e6; }
      .modules-block .modules .module.colour-blue .read-more:after {
        color: #00aeef; }
      .modules-block .modules .module.colour-blue h5, .modules-block .modules .module.colour-blue .single-hu_module main #resources table th, .single-hu_module main #resources table .modules-block .modules .module.colour-blue th, .modules-block .modules .module.colour-blue .single-hu_module main #resources table tr td .file-type, .single-hu_module main #resources table tr td .modules-block .modules .module.colour-blue .file-type {
        color: #00aeef; }
      .modules-block .modules .module.colour-blue .module-icon {
        background: #00aeef; }
      .modules-block .modules .module.colour-grey .read-more:after {
        color: #4d4d4f; }
      .modules-block .modules .module.colour-grey .module-icon {
        background: #e6e6e6; }
      .modules-block .modules .module.colour-pink .read-more:after {
        color: #ec2b8c; }
      .modules-block .modules .module.colour-pink h5, .modules-block .modules .module.colour-pink .single-hu_module main #resources table th, .single-hu_module main #resources table .modules-block .modules .module.colour-pink th, .modules-block .modules .module.colour-pink .single-hu_module main #resources table tr td .file-type, .single-hu_module main #resources table tr td .modules-block .modules .module.colour-pink .file-type {
        color: #ec2b8c; }
      .modules-block .modules .module.colour-pink .module-icon {
        background: #ec2b8c; }
      .modules-block .modules .module.colour-yellow .read-more:after {
        color: #faa618; }
      .modules-block .modules .module.colour-yellow h5, .modules-block .modules .module.colour-yellow .single-hu_module main #resources table th, .single-hu_module main #resources table .modules-block .modules .module.colour-yellow th, .modules-block .modules .module.colour-yellow .single-hu_module main #resources table tr td .file-type, .single-hu_module main #resources table tr td .modules-block .modules .module.colour-yellow .file-type {
        color: #faa618; }
      .modules-block .modules .module.colour-yellow .module-icon {
        background: #faa618; }

.two-column-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 1100px;
  margin: auto; }
  @media (max-width: 800px) {
    .two-column-block {
      display: block; } }
  .two-column-block .column {
    position: relative;
    width: 50%;
    background: #e6e6e6;
    padding: 65px 20px 70px 50px; }
    @media (max-width: 800px) {
      .two-column-block .column {
        width: 100%; } }
    .two-column-block .column:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: -9999px;
      right: -9999px;
      z-index: -1;
      background-color: #e6e6e6;
      left: 0; }
    .two-column-block .column:first-of-type {
      background-color: #00aeef;
      color: white;
      padding-right: 50px;
      padding-left: 20px; }
      .two-column-block .column:first-of-type:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -9999px;
        right: -9999px;
        z-index: -1;
        background-color: inherit;
        right: 0; }
    @media (max-width: 800px) {
      .two-column-block .column {
        left: -20px !important;
        width: 100%;
        width: calc(100% + 40px) !important;
        position: relative;
        padding: 35px 20px !important; }
        .two-column-block .column:before {
          display: none; } }
    .two-column-block .column ul {
      list-style: none;
      padding: 0; }
      .two-column-block .column ul li {
        padding-left: 73px;
        margin-bottom: 20px;
        position: relative; }
        @media (max-width: 800px) {
          .two-column-block .column ul li {
            padding-left: 53px; } }
        .two-column-block .column ul li:before {
          font-family: 'icomoon' !important;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          line-height: 1;
          speak: none;
          text-transform: none;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "";
          position: absolute;
          left: 20px;
          font-size: 24px;
          top: 4px; }
          @media (max-width: 800px) {
            .two-column-block .column ul li:before {
              left: 0;
              font-size: 19px;
              top: 6px; } }

.video-block {
  margin: 90px auto;
  max-width: 1100px;
  padding: 0 20px; }
  .video-block .videos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .video-block .videos .video {
      width: 50%; }
      @media (max-width: 800px) {
        .video-block .videos .video {
          width: 100%; } }
      .video-block .videos .video .video-title {
        margin-bottom: 30px; }
      .video-block .videos .video:nth-child(odd) {
        padding-right: 20px; }
      .video-block .videos .video:nth-child(even) {
        padding-left: 20px; }

footer {
  background: #e6e6e6;
  font-size: 15px;
  margin-top: 150px;
  position: relative;
  z-index: 1; }
  @media (max-width: 800px) {
    footer {
      margin-top: 100px; } }
  footer > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1140px;
    padding-top: 34px;
    padding-bottom: 34px; }
    @media (max-width: 800px) {
      footer > div {
        display: block;
        text-align: center; }
        footer > div img {
          display: inline-block; } }
  footer a {
    color: #4d4d4f; }

main h1.animated,
main h2.animated,
main h3.animated {
  -webkit-transition: opacity .2s ease-out, -webkit-transform .8s ease-out .1s;
  transition: opacity .2s ease-out, -webkit-transform .8s ease-out .1s;
  -o-transition: transform .8s ease-out .1s, opacity .2s ease-out;
  transition: transform .8s ease-out .1s, opacity .2s ease-out;
  transition: transform .8s ease-out .1s, opacity .2s ease-out, -webkit-transform .8s ease-out .1s; }

main h1.animated.initial-styles,
main h2.animated.initial-styles {
  opacity: 0;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px); }

main h3.animated.initial-styles {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px); }

main h5.animated, .single-hu_module main #resources table th.animated, .single-hu_module main #resources table tr td .animated.file-type {
  -webkit-transition: opacity .4s ease-out .1s, -webkit-transform .4s ease-out .2s;
  transition: opacity .4s ease-out .1s, -webkit-transform .4s ease-out .2s;
  -o-transition: opacity .4s ease-out .1s, transform .4s ease-out .2s;
  transition: opacity .4s ease-out .1s, transform .4s ease-out .2s;
  transition: opacity .4s ease-out .1s, transform .4s ease-out .2s, -webkit-transform .4s ease-out .2s; }
  main h5.animated.initial-styles, .single-hu_module main #resources table th.animated.initial-styles, .single-hu_module main #resources table tr td .animated.initial-styles.file-type {
    opacity: 0;
    -webkit-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px); }

main .other-projects h5.vertical-heading.animated, .single-hu_module main .other-projects #resources table th.vertical-heading.animated, .single-hu_module main #resources table .other-projects th.vertical-heading.animated, .single-hu_module main .other-projects #resources table tr td .vertical-heading.animated.file-type, .single-hu_module main #resources table tr td .other-projects .vertical-heading.animated.file-type {
  -webkit-transition: padding .35s ease-out .1s, opacity .4s ease-out .1s;
  -o-transition: padding .35s ease-out .1s, opacity .4s ease-out .1s;
  transition: padding .35s ease-out .1s, opacity .4s ease-out .1s; }
  main .other-projects h5.vertical-heading.animated.initial-styles, .single-hu_module main .other-projects #resources table th.vertical-heading.animated.initial-styles, .single-hu_module main #resources table .other-projects th.vertical-heading.animated.initial-styles, .single-hu_module main .other-projects #resources table tr td .vertical-heading.animated.initial-styles.file-type, .single-hu_module main #resources table tr td .other-projects .vertical-heading.animated.initial-styles.file-type {
    padding-top: 20%;
    opacity: 0; }

main p.animated, main blockquote.animated {
  -webkit-transition: left .7s ease-in-out .2s, opacity .3s ease, -webkit-transform .7s ease-out .2s;
  transition: left .7s ease-in-out .2s, opacity .3s ease, -webkit-transform .7s ease-out .2s;
  -o-transition: transform .7s ease-out .2s, left .7s ease-in-out .2s, opacity .3s ease;
  transition: transform .7s ease-out .2s, left .7s ease-in-out .2s, opacity .3s ease;
  transition: transform .7s ease-out .2s, left .7s ease-in-out .2s, opacity .3s ease, -webkit-transform .7s ease-out .2s; }
  main p.animated.initial-styles, main blockquote.animated.initial-styles {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }

main img.animated {
  -webkit-transition: opacity .4s ease-out .2s, -webkit-transform .6s ease .1s;
  transition: opacity .4s ease-out .2s, -webkit-transform .6s ease .1s;
  -o-transition: opacity .4s ease-out .2s, transform .6s ease .1s;
  transition: opacity .4s ease-out .2s, transform .6s ease .1s;
  transition: opacity .4s ease-out .2s, transform .6s ease .1s, -webkit-transform .6s ease .1s; }
  main img.animated.initial-styles {
    opacity: 0;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7); }

main .module-icon img.animated {
  position: absolute;
  -webkit-transform: scale(1) translateY(-50%);
  -ms-transform: scale(1) translateY(-50%);
  transform: scale(1) translateY(-50%); }
  main .module-icon img.animated.initial-styles {
    -webkit-transform: scale(0.7) translateY(-50%);
    -ms-transform: scale(0.7) translateY(-50%);
    transform: scale(0.7) translateY(-50%); }

main .project-info {
  -webkit-transition: opacity .4s ease-out .2s, -webkit-transform .4s ease-out .2s;
  transition: opacity .4s ease-out .2s, -webkit-transform .4s ease-out .2s;
  -o-transition: opacity .4s ease-out .2s, transform .4s ease-out .2s;
  transition: opacity .4s ease-out .2s, transform .4s ease-out .2s;
  transition: opacity .4s ease-out .2s, transform .4s ease-out .2s, -webkit-transform .4s ease-out .2s; }
  main .project-info.initial-styles {
    opacity: 0;
    -webkit-transform: translate(-10px, 12px);
    -ms-transform: translate(-10px, 12px);
    transform: translate(-10px, 12px); }

main .other-projects .project.animated {
  -webkit-transition: opacity .25s ease-out .1s, -webkit-transform .35s ease-out .1s;
  transition: opacity .25s ease-out .1s, -webkit-transform .35s ease-out .1s;
  -o-transition: transform .35s ease-out .1s, opacity .25s ease-out .1s;
  transition: transform .35s ease-out .1s, opacity .25s ease-out .1s;
  transition: transform .35s ease-out .1s, opacity .25s ease-out .1s, -webkit-transform .35s ease-out .1s; }
  main .other-projects .project.animated.initial-styles {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5); }

main li.animated {
  -webkit-transition: -webkit-transform .3s ease-out .1s;
  transition: -webkit-transform .3s ease-out .1s;
  -o-transition: transform .3s ease-out .1s;
  transition: transform .3s ease-out .1s;
  transition: transform .3s ease-out .1s, -webkit-transform .3s ease-out .1s; }
  main li.animated.initial-styles {
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px); }

main .video.animated {
  -webkit-transition: opacity .3s ease-out .1s, -webkit-transform .3s ease-out .1s;
  transition: opacity .3s ease-out .1s, -webkit-transform .3s ease-out .1s;
  -o-transition: opacity .3s ease-out .1s, transform .3s ease-out .1s;
  transition: opacity .3s ease-out .1s, transform .3s ease-out .1s;
  transition: opacity .3s ease-out .1s, transform .3s ease-out .1s, -webkit-transform .3s ease-out .1s; }
  main .video.animated.initial-styles {
    opacity: 0;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7); }

main .button.animated {
  -webkit-transition: opacity .3s ease-out .1s, -webkit-transform .2s ease-out .1s;
  transition: opacity .3s ease-out .1s, -webkit-transform .2s ease-out .1s;
  -o-transition: opacity .3s ease-out .1s, transform .2s ease-out .1s;
  transition: opacity .3s ease-out .1s, transform .2s ease-out .1s;
  transition: opacity .3s ease-out .1s, transform .2s ease-out .1s, -webkit-transform .2s ease-out .1s; }
  main .button.animated + .button {
    -webkit-transition: opacity .3s ease-out .2s, -webkit-transform .2s ease-out .2s;
    transition: opacity .3s ease-out .2s, -webkit-transform .2s ease-out .2s;
    -o-transition: opacity .3s ease-out .2s, transform .2s ease-out .2s;
    transition: opacity .3s ease-out .2s, transform .2s ease-out .2s;
    transition: opacity .3s ease-out .2s, transform .2s ease-out .2s, -webkit-transform .2s ease-out .2s; }
    main .button.animated + .button + .button {
      -webkit-transition: opacity .3s ease-out .3s, -webkit-transform .2s ease-out .3s;
      transition: opacity .3s ease-out .3s, -webkit-transform .2s ease-out .3s;
      -o-transition: opacity .3s ease-out .3s, transform .2s ease-out .3s;
      transition: opacity .3s ease-out .3s, transform .2s ease-out .3s;
      transition: opacity .3s ease-out .3s, transform .2s ease-out .3s, -webkit-transform .2s ease-out .3s; }
  main .button.animated.initial-styles {
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0; }

/*# sourceMappingURL=compiled.css.map */